diff --git a/googleapis/ads/googleads/v1/common/ad_asset.pb.go b/googleapis/ads/googleads/v1/common/ad_asset.pb.go index bfbd55a4b8967c259d99e5b3a8d28e55cdb3249f..5a216b93ad9ba690419a4d63d0ff0d7a29b9c377 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_979a9f1959b97248, []int{0} + return fileDescriptor_ad_asset_f6c685bb92eee707, []int{0} } func (m *AdTextAsset) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdTextAsset.Unmarshal(m, b) @@ -73,37 +73,163 @@ func (m *AdTextAsset) GetPinnedField() enums.ServedAssetFieldTypeEnum_ServedAsse return enums.ServedAssetFieldTypeEnum_UNSPECIFIED } +// An image asset used inside an ad. +type AdImageAsset struct { + // The Asset resource name of this image. + Asset *wrappers.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AdImageAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AdImageAsset.Unmarshal(m, b) +} +func (m *AdImageAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AdImageAsset.Marshal(b, m, deterministic) +} +func (dst *AdImageAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_AdImageAsset.Merge(dst, src) +} +func (m *AdImageAsset) XXX_Size() int { + return xxx_messageInfo_AdImageAsset.Size(m) +} +func (m *AdImageAsset) XXX_DiscardUnknown() { + xxx_messageInfo_AdImageAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_AdImageAsset proto.InternalMessageInfo + +func (m *AdImageAsset) GetAsset() *wrappers.StringValue { + if m != nil { + return m.Asset + } + return nil +} + +// A video asset used inside an ad. +type AdVideoAsset struct { + // The Asset resource name of this video. + Asset *wrappers.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AdVideoAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AdVideoAsset.Unmarshal(m, b) +} +func (m *AdVideoAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AdVideoAsset.Marshal(b, m, deterministic) +} +func (dst *AdVideoAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_AdVideoAsset.Merge(dst, src) +} +func (m *AdVideoAsset) XXX_Size() int { + return xxx_messageInfo_AdVideoAsset.Size(m) +} +func (m *AdVideoAsset) XXX_DiscardUnknown() { + xxx_messageInfo_AdVideoAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_AdVideoAsset proto.InternalMessageInfo + +func (m *AdVideoAsset) GetAsset() *wrappers.StringValue { + if m != nil { + return m.Asset + } + return nil +} + +// A media bundle asset used inside an ad. +type AdMediaBundleAsset struct { + // The Asset resource name of this media bundle. + Asset *wrappers.StringValue `protobuf:"bytes,1,opt,name=asset,proto3" json:"asset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AdMediaBundleAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AdMediaBundleAsset.Unmarshal(m, b) +} +func (m *AdMediaBundleAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AdMediaBundleAsset.Marshal(b, m, deterministic) +} +func (dst *AdMediaBundleAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_AdMediaBundleAsset.Merge(dst, src) +} +func (m *AdMediaBundleAsset) XXX_Size() int { + return xxx_messageInfo_AdMediaBundleAsset.Size(m) +} +func (m *AdMediaBundleAsset) XXX_DiscardUnknown() { + xxx_messageInfo_AdMediaBundleAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_AdMediaBundleAsset proto.InternalMessageInfo + +func (m *AdMediaBundleAsset) GetAsset() *wrappers.StringValue { + if m != nil { + return m.Asset + } + return nil +} + func init() { proto.RegisterType((*AdTextAsset)(nil), "google.ads.googleads.v1.common.AdTextAsset") + proto.RegisterType((*AdImageAsset)(nil), "google.ads.googleads.v1.common.AdImageAsset") + proto.RegisterType((*AdVideoAsset)(nil), "google.ads.googleads.v1.common.AdVideoAsset") + proto.RegisterType((*AdMediaBundleAsset)(nil), "google.ads.googleads.v1.common.AdMediaBundleAsset") } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/ad_asset.proto", fileDescriptor_ad_asset_979a9f1959b97248) -} - -var fileDescriptor_ad_asset_979a9f1959b97248 = []byte{ - // 354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xbf, 0x6e, 0xea, 0x30, - 0x14, 0x87, 0x95, 0xdc, 0xab, 0x0e, 0x01, 0x75, 0x60, 0x42, 0x08, 0x21, 0xc4, 0xc4, 0x52, 0xbb, - 0xa1, 0x9b, 0x99, 0x4c, 0xff, 0xb0, 0x74, 0x40, 0x80, 0x32, 0x54, 0x91, 0x90, 0xc1, 0x87, 0x28, - 0x52, 0x62, 0x5b, 0xb1, 0x43, 0xe1, 0x75, 0x3a, 0x76, 0xea, 0x73, 0xf4, 0x45, 0x2a, 0xf5, 0x29, - 0xaa, 0xd8, 0x09, 0x53, 0xe9, 0x94, 0x13, 0x9f, 0x2f, 0x9f, 0xcf, 0xef, 0x24, 0xb8, 0x49, 0xa4, - 0x4c, 0x32, 0xc0, 0x8c, 0x6b, 0xec, 0xca, 0xaa, 0x3a, 0x84, 0x78, 0x27, 0xf3, 0x5c, 0x0a, 0xcc, - 0xf8, 0x86, 0x69, 0x0d, 0x06, 0xa9, 0x42, 0x1a, 0xd9, 0x19, 0x38, 0x06, 0x31, 0xae, 0xd1, 0x19, - 0x47, 0x87, 0x10, 0x39, 0xbc, 0x37, 0xbd, 0xa4, 0x03, 0x51, 0xe6, 0x1a, 0x6b, 0x28, 0x0e, 0x50, - 0x1b, 0x37, 0xfb, 0x14, 0x32, 0xbe, 0x31, 0x27, 0x05, 0x4e, 0xde, 0xab, 0xe5, 0xd8, 0xbe, 0x6d, - 0xcb, 0x3d, 0x7e, 0x2d, 0x98, 0x52, 0x50, 0xe8, 0xba, 0xdf, 0x6f, 0xe4, 0x2a, 0xc5, 0x4c, 0x08, - 0x69, 0x98, 0x49, 0xa5, 0xa8, 0xbb, 0xa3, 0x0f, 0x2f, 0x68, 0x51, 0xbe, 0x86, 0xa3, 0xa1, 0x95, - 0xbe, 0x73, 0x1b, 0xfc, 0x37, 0x70, 0x34, 0x5d, 0x6f, 0xe8, 0x8d, 0x5b, 0x93, 0x7e, 0x3d, 0x2e, - 0x6a, 0xe4, 0x68, 0x65, 0x8a, 0x54, 0x24, 0x11, 0xcb, 0x4a, 0x58, 0x5a, 0xb2, 0x23, 0x83, 0xb6, - 0x4a, 0x85, 0x00, 0xee, 0x46, 0xeb, 0xfa, 0x43, 0x6f, 0x7c, 0x3d, 0x79, 0x46, 0x97, 0x32, 0xdb, - 0x4c, 0x68, 0x65, 0x33, 0xd9, 0x3b, 0x9f, 0xaa, 0xcf, 0xd6, 0x27, 0x05, 0x8f, 0xa2, 0xcc, 0x7f, - 0x6d, 0x2c, 0x5b, 0xee, 0x06, 0x7b, 0x30, 0xfb, 0xf2, 0x82, 0xd1, 0x4e, 0xe6, 0xe8, 0xef, 0xa5, - 0xce, 0xda, 0xd4, 0x59, 0x16, 0xd5, 0xe8, 0x0b, 0xef, 0xe5, 0xa1, 0xe6, 0x13, 0x99, 0x31, 0x91, - 0x20, 0x59, 0x24, 0x38, 0x01, 0x61, 0x83, 0x35, 0x4b, 0x57, 0xa9, 0xbe, 0xf4, 0x4b, 0xa7, 0xee, - 0xf1, 0xe6, 0xff, 0x9b, 0x53, 0xfa, 0xee, 0x0f, 0xe6, 0x4e, 0x46, 0xb9, 0x46, 0xae, 0xac, 0xaa, - 0x28, 0x44, 0xf7, 0x16, 0xfb, 0x6c, 0x80, 0x98, 0x72, 0x1d, 0x9f, 0x81, 0x38, 0x0a, 0x63, 0x07, - 0x7c, 0xfb, 0x23, 0x77, 0x4a, 0x08, 0xe5, 0x9a, 0x90, 0x33, 0x42, 0x48, 0x14, 0x12, 0xe2, 0xa0, - 0xed, 0x95, 0x9d, 0xee, 0xee, 0x27, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x01, 0x9e, 0xd4, 0x6f, 0x02, - 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/ad_asset.proto", fileDescriptor_ad_asset_f6c685bb92eee707) +} + +var fileDescriptor_ad_asset_f6c685bb92eee707 = []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, + 0xaa, 0xb7, 0x37, 0xe5, 0x24, 0xf7, 0x23, 0x2d, 0xb4, 0x10, 0x92, 0xe0, 0x43, 0x31, 0x2c, 0x4a, + 0x34, 0x11, 0x02, 0x5b, 0x12, 0x96, 0xbc, 0x4d, 0x5e, 0xa7, 0xc7, 0x9e, 0xfa, 0x1c, 0x7d, 0x91, + 0x42, 0x9f, 0xa2, 0x58, 0x63, 0xef, 0xa9, 0x5b, 0x4a, 0x4e, 0x3b, 0x2b, 0xfd, 0xfc, 0x9b, 0xff, + 0x88, 0x21, 0x2f, 0xb5, 0x73, 0xba, 0x05, 0x26, 0x55, 0x60, 0x58, 0x8e, 0xd5, 0xb6, 0x64, 0xb7, + 0xae, 0xeb, 0x9c, 0x65, 0x52, 0x6d, 0x64, 0x08, 0x10, 0xa9, 0xef, 0x5d, 0x74, 0xf9, 0x31, 0x32, + 0x54, 0xaa, 0x40, 0x77, 0x38, 0xdd, 0x96, 0x14, 0xf1, 0xc3, 0xb3, 0x7d, 0x3a, 0xb0, 0x43, 0x17, + 0x58, 0x80, 0x7e, 0x0b, 0x93, 0x71, 0x73, 0x67, 0xa0, 0x55, 0x9b, 0xf8, 0xe0, 0x01, 0xe5, 0x87, + 0x93, 0x9c, 0xa5, 0x7f, 0x37, 0xc3, 0x1d, 0xfb, 0xda, 0x4b, 0xef, 0xa1, 0x0f, 0xd3, 0xfd, 0xd1, + 0x2c, 0xf7, 0x86, 0x49, 0x6b, 0x5d, 0x94, 0xd1, 0x38, 0x3b, 0xdd, 0x16, 0x3f, 0x32, 0xb2, 0x14, + 0xea, 0x1a, 0xee, 0xa3, 0x18, 0xf5, 0xf9, 0x2b, 0xf2, 0x34, 0xc2, 0x7d, 0x3c, 0xc8, 0x4e, 0xb2, + 0xd3, 0xe5, 0xfa, 0x68, 0x8a, 0x4b, 0x67, 0x39, 0xbd, 0x8a, 0xbd, 0xb1, 0xba, 0x96, 0xed, 0x00, + 0x97, 0x89, 0xcc, 0x1d, 0x59, 0x79, 0x63, 0x2d, 0x28, 0x8c, 0x76, 0xb0, 0x38, 0xc9, 0x4e, 0x5f, + 0xac, 0x3f, 0xd1, 0x7d, 0x33, 0xa7, 0x99, 0xe8, 0x55, 0x9a, 0x29, 0xf5, 0x7c, 0x3f, 0x7e, 0x76, + 0xfd, 0xe0, 0xe1, 0x9d, 0x1d, 0xba, 0xbf, 0x5e, 0x5c, 0x2e, 0xb1, 0x43, 0x3a, 0x28, 0x2a, 0xb2, + 0x12, 0xea, 0x63, 0x27, 0x35, 0x60, 0xe4, 0x35, 0x79, 0x96, 0x9e, 0xe6, 0xbf, 0x32, 0x23, 0x8a, + 0x8e, 0xda, 0x28, 0x70, 0x8f, 0x77, 0x7c, 0x20, 0xb9, 0x50, 0x9f, 0x41, 0x19, 0x59, 0x0d, 0x56, + 0xb5, 0x8f, 0x4f, 0x53, 0xfd, 0xca, 0x48, 0x71, 0xeb, 0x3a, 0xfa, 0xef, 0x35, 0xa9, 0x56, 0x02, + 0xdf, 0xe5, 0x62, 0x54, 0x5d, 0x64, 0x5f, 0xde, 0x4e, 0xbc, 0x76, 0xad, 0xb4, 0x9a, 0xba, 0x5e, + 0x33, 0x0d, 0x36, 0x35, 0x9a, 0xd7, 0xc8, 0x9b, 0xb0, 0x6f, 0x49, 0xcf, 0xf0, 0xe7, 0xdb, 0xe2, + 0xc9, 0xb9, 0x10, 0xdf, 0x17, 0xc7, 0xe7, 0x28, 0x13, 0x2a, 0x50, 0x2c, 0xc7, 0xaa, 0x2e, 0xe9, + 0x9b, 0x84, 0xfd, 0x9c, 0x81, 0x46, 0xa8, 0xd0, 0xec, 0x80, 0xa6, 0x2e, 0x1b, 0x04, 0x7e, 0x2f, + 0x0a, 0x3c, 0xe5, 0x5c, 0xa8, 0xc0, 0xf9, 0x0e, 0xe1, 0xbc, 0x2e, 0x39, 0x47, 0xe8, 0xe6, 0x79, + 0x4a, 0xf7, 0xfa, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbe, 0x2c, 0x5b, 0x01, 0x41, 0x03, 0x00, + 0x00, } 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 b75f453e46f43c4cc60fd83dd688383703f9baa3..9afe6fb83a1c594591d273be47517d97c2213bc7 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_2271eaf47f4b0cda, []int{0} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []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_2271eaf47f4b0cda, []int{1} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{1} } func (m *ExpandedTextAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExpandedTextAdInfo.Unmarshal(m, b) @@ -181,6 +181,10 @@ type CallOnlyAdInfo struct { PhoneNumber *wrappers.StringValue `protobuf:"bytes,2,opt,name=phone_number,json=phoneNumber,proto3" json:"phone_number,omitempty"` // The business name in the ad. BusinessName *wrappers.StringValue `protobuf:"bytes,3,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` + // First headline in the ad. + Headline1 *wrappers.StringValue `protobuf:"bytes,11,opt,name=headline1,proto3" json:"headline1,omitempty"` + // Second headline in the ad. + Headline2 *wrappers.StringValue `protobuf:"bytes,12,opt,name=headline2,proto3" json:"headline2,omitempty"` // The first line of the ad's description. Description1 *wrappers.StringValue `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"` // The second line of the ad's description. @@ -211,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_2271eaf47f4b0cda, []int{2} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{2} } func (m *CallOnlyAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallOnlyAdInfo.Unmarshal(m, b) @@ -252,6 +256,20 @@ func (m *CallOnlyAdInfo) GetBusinessName() *wrappers.StringValue { return nil } +func (m *CallOnlyAdInfo) GetHeadline1() *wrappers.StringValue { + if m != nil { + return m.Headline1 + } + return nil +} + +func (m *CallOnlyAdInfo) GetHeadline2() *wrappers.StringValue { + if m != nil { + return m.Headline2 + } + return nil +} + func (m *CallOnlyAdInfo) GetDescription1() *wrappers.StringValue { if m != nil { return m.Description1 @@ -314,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_2271eaf47f4b0cda, []int{3} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{3} } func (m *ExpandedDynamicSearchAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExpandedDynamicSearchAdInfo.Unmarshal(m, b) @@ -352,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_2271eaf47f4b0cda, []int{4} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{4} } func (m *HotelAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelAdInfo.Unmarshal(m, b) @@ -383,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_2271eaf47f4b0cda, []int{5} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{5} } func (m *ShoppingSmartAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShoppingSmartAdInfo.Unmarshal(m, b) @@ -414,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_2271eaf47f4b0cda, []int{6} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{6} } func (m *ShoppingProductAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ShoppingProductAdInfo.Unmarshal(m, b) @@ -467,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_2271eaf47f4b0cda, []int{7} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{7} } func (m *GmailAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GmailAdInfo.Unmarshal(m, b) @@ -565,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_2271eaf47f4b0cda, []int{8} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{8} } func (m *GmailTeaser) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GmailTeaser.Unmarshal(m, b) @@ -634,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_2271eaf47f4b0cda, []int{9} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{9} } func (m *DisplayCallToAction) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DisplayCallToAction.Unmarshal(m, b) @@ -694,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_2271eaf47f4b0cda, []int{10} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{10} } func (m *ProductImage) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductImage.Unmarshal(m, b) @@ -748,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_2271eaf47f4b0cda, []int{11} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{11} } func (m *ProductVideo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductVideo.Unmarshal(m, b) @@ -813,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_2271eaf47f4b0cda, []int{12} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{12} } func (m *ImageAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImageAdInfo.Unmarshal(m, b) @@ -1044,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_2271eaf47f4b0cda, []int{13} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{13} } func (m *VideoBumperInStreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoBumperInStreamAdInfo.Unmarshal(m, b) @@ -1076,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_2271eaf47f4b0cda, []int{14} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{14} } func (m *VideoNonSkippableInStreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoNonSkippableInStreamAdInfo.Unmarshal(m, b) @@ -1116,7 +1134,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_2271eaf47f4b0cda, []int{15} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{15} } func (m *VideoTrueViewInStreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoTrueViewInStreamAdInfo.Unmarshal(m, b) @@ -1166,7 +1184,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_2271eaf47f4b0cda, []int{16} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{16} } func (m *VideoOutstreamAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoOutstreamAdInfo.Unmarshal(m, b) @@ -1221,7 +1239,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_2271eaf47f4b0cda, []int{17} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{17} } func (m *VideoAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VideoAdInfo.Unmarshal(m, b) @@ -1455,7 +1473,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_2271eaf47f4b0cda, []int{18} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{18} } func (m *ResponsiveSearchAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResponsiveSearchAdInfo.Unmarshal(m, b) @@ -1554,7 +1572,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_2271eaf47f4b0cda, []int{19} + return fileDescriptor_ad_type_infos_4e014f86fe7fdcd4, []int{19} } func (m *LegacyResponsiveDisplayAdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LegacyResponsiveDisplayAdInfo.Unmarshal(m, b) @@ -1679,6 +1697,366 @@ func (m *LegacyResponsiveDisplayAdInfo) GetPromoText() *wrappers.StringValue { return nil } +// An app ad. +type AppAdInfo struct { + // An optional text asset that, if specified, must always be displayed when + // the ad is served. + MandatoryAdText *AdTextAsset `protobuf:"bytes,1,opt,name=mandatory_ad_text,json=mandatoryAdText,proto3" json:"mandatory_ad_text,omitempty"` + // List of text assets for headlines. When the ad serves the headlines will + // be selected from this list. + Headlines []*AdTextAsset `protobuf:"bytes,2,rep,name=headlines,proto3" json:"headlines,omitempty"` + // List of text assets for descriptions. When the ad serves the descriptions + // will be selected from this list. + Descriptions []*AdTextAsset `protobuf:"bytes,3,rep,name=descriptions,proto3" json:"descriptions,omitempty"` + // List of image assets that may be displayed with the ad. + Images []*AdImageAsset `protobuf:"bytes,4,rep,name=images,proto3" json:"images,omitempty"` + // List of YouTube video assets that may be displayed with the ad. + YoutubeVideos []*AdVideoAsset `protobuf:"bytes,5,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"` + // List of media bundle assets that may be used with the ad. + Html5MediaBundles []*AdMediaBundleAsset `protobuf:"bytes,6,rep,name=html5_media_bundles,json=html5MediaBundles,proto3" json:"html5_media_bundles,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AppAdInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AppAdInfo.Unmarshal(m, b) +} +func (m *AppAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AppAdInfo.Marshal(b, m, deterministic) +} +func (dst *AppAdInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppAdInfo.Merge(dst, src) +} +func (m *AppAdInfo) XXX_Size() int { + return xxx_messageInfo_AppAdInfo.Size(m) +} +func (m *AppAdInfo) XXX_DiscardUnknown() { + xxx_messageInfo_AppAdInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_AppAdInfo proto.InternalMessageInfo + +func (m *AppAdInfo) GetMandatoryAdText() *AdTextAsset { + if m != nil { + return m.MandatoryAdText + } + return nil +} + +func (m *AppAdInfo) GetHeadlines() []*AdTextAsset { + if m != nil { + return m.Headlines + } + return nil +} + +func (m *AppAdInfo) GetDescriptions() []*AdTextAsset { + if m != nil { + return m.Descriptions + } + return nil +} + +func (m *AppAdInfo) GetImages() []*AdImageAsset { + if m != nil { + return m.Images + } + return nil +} + +func (m *AppAdInfo) GetYoutubeVideos() []*AdVideoAsset { + if m != nil { + return m.YoutubeVideos + } + return nil +} + +func (m *AppAdInfo) GetHtml5MediaBundles() []*AdMediaBundleAsset { + if m != nil { + return m.Html5MediaBundles + } + 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. + AppId *wrappers.StringValue `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + // The app store the mobile app is available in. + AppStore enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore `protobuf:"varint,2,opt,name=app_store,json=appStore,proto3,enum=google.ads.googleads.v1.enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore" json:"app_store,omitempty"` + // The headline of the ad. + Headline *wrappers.StringValue `protobuf:"bytes,3,opt,name=headline,proto3" json:"headline,omitempty"` + // The first description line of the ad. + Description1 *wrappers.StringValue `protobuf:"bytes,4,opt,name=description1,proto3" json:"description1,omitempty"` + // The second description line of the ad. + Description2 *wrappers.StringValue `protobuf:"bytes,5,opt,name=description2,proto3" json:"description2,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LegacyAppInstallAdInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LegacyAppInstallAdInfo.Unmarshal(m, b) +} +func (m *LegacyAppInstallAdInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LegacyAppInstallAdInfo.Marshal(b, m, deterministic) +} +func (dst *LegacyAppInstallAdInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_LegacyAppInstallAdInfo.Merge(dst, src) +} +func (m *LegacyAppInstallAdInfo) XXX_Size() int { + return xxx_messageInfo_LegacyAppInstallAdInfo.Size(m) +} +func (m *LegacyAppInstallAdInfo) XXX_DiscardUnknown() { + xxx_messageInfo_LegacyAppInstallAdInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_LegacyAppInstallAdInfo proto.InternalMessageInfo + +func (m *LegacyAppInstallAdInfo) GetAppId() *wrappers.StringValue { + if m != nil { + return m.AppId + } + return nil +} + +func (m *LegacyAppInstallAdInfo) GetAppStore() enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore { + if m != nil { + return m.AppStore + } + return enums.LegacyAppInstallAdAppStoreEnum_UNSPECIFIED +} + +func (m *LegacyAppInstallAdInfo) GetHeadline() *wrappers.StringValue { + if m != nil { + return m.Headline + } + return nil +} + +func (m *LegacyAppInstallAdInfo) GetDescription1() *wrappers.StringValue { + if m != nil { + return m.Description1 + } + return nil +} + +func (m *LegacyAppInstallAdInfo) GetDescription2() *wrappers.StringValue { + if m != nil { + return m.Description2 + } + return nil +} + +// A responsive display ad. +type ResponsiveDisplayAdInfo struct { + // Marketing images to be used in the ad. Valid image types are GIF, + // JPEG, and PNG. The minimum size is 600x314 and the aspect ratio must + // be 1.91:1 (+-1%). At least one marketing_image is required. Combined with + // square_marketing_images the maximum is 15. + MarketingImages []*AdImageAsset `protobuf:"bytes,1,rep,name=marketing_images,json=marketingImages,proto3" json:"marketing_images,omitempty"` + // Square marketing images to be used in the ad. Valid image types are GIF, + // JPEG, and PNG. The minimum size is 300x300 and the aspect ratio must + // be 1:1 (+-1%). At least one square marketing_image is required. Combined + // with marketing_images the maximum is 15. + SquareMarketingImages []*AdImageAsset `protobuf:"bytes,2,rep,name=square_marketing_images,json=squareMarketingImages,proto3" json:"square_marketing_images,omitempty"` + // Logo images to be used in the ad. Valid image types are GIF, + // JPEG, and PNG. The minimum size is 512x128 and the aspect ratio must + // be 4:1 (+-1%). Combined with square_logo_images the maximum is 5. + LogoImages []*AdImageAsset `protobuf:"bytes,3,rep,name=logo_images,json=logoImages,proto3" json:"logo_images,omitempty"` + // Square logo images to be used in the ad. Valid image types are GIF, + // JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must + // be 1:1 (+-1%). Combined with square_logo_images the maximum is 5. + SquareLogoImages []*AdImageAsset `protobuf:"bytes,4,rep,name=square_logo_images,json=squareLogoImages,proto3" json:"square_logo_images,omitempty"` + // Short format headlines for the ad. The maximum length is 30 characters. + // At least 1 and max 5 headlines can be specified. + Headlines []*AdTextAsset `protobuf:"bytes,5,rep,name=headlines,proto3" json:"headlines,omitempty"` + // A required long format headline. The maximum length is 90 characters. + LongHeadline *AdTextAsset `protobuf:"bytes,6,opt,name=long_headline,json=longHeadline,proto3" json:"long_headline,omitempty"` + // Descriptive texts for the ad. The maximum length is 90 characters. At + // least 1 and max 5 headlines can be specified. + Descriptions []*AdTextAsset `protobuf:"bytes,7,rep,name=descriptions,proto3" json:"descriptions,omitempty"` + // Optional YouTube vidoes for the ad. A maximum of 5 videos can be specified. + YoutubeVideos []*AdVideoAsset `protobuf:"bytes,8,rep,name=youtube_videos,json=youtubeVideos,proto3" json:"youtube_videos,omitempty"` + // The advertiser/brand name. Maximum display width is 25. + BusinessName *wrappers.StringValue `protobuf:"bytes,9,opt,name=business_name,json=businessName,proto3" json:"business_name,omitempty"` + // The main color of the ad in hexadecimal, e.g. #ffffff for white. + // If one of main_color and accent_color is set, the other is required as + // well. + MainColor *wrappers.StringValue `protobuf:"bytes,10,opt,name=main_color,json=mainColor,proto3" json:"main_color,omitempty"` + // The accent color of the ad in hexadecimal, e.g. #ffffff for white. + // If one of main_color and accent_color is set, the other is required as + // well. + AccentColor *wrappers.StringValue `protobuf:"bytes,11,opt,name=accent_color,json=accentColor,proto3" json:"accent_color,omitempty"` + // Advertiser's consent to allow flexible color. When true, the ad may be + // served with different color if necessary. When false, the ad will be served + // with the specified colors or a neutral color. + // The default value is true. + // Must be true if main_color and accent_color are not set. + AllowFlexibleColor *wrappers.BoolValue `protobuf:"bytes,12,opt,name=allow_flexible_color,json=allowFlexibleColor,proto3" json:"allow_flexible_color,omitempty"` + // The call-to-action text for the ad. Maximum display width is 30. + CallToActionText *wrappers.StringValue `protobuf:"bytes,13,opt,name=call_to_action_text,json=callToActionText,proto3" json:"call_to_action_text,omitempty"` + // Prefix before price. E.g. 'as low as'. + PricePrefix *wrappers.StringValue `protobuf:"bytes,14,opt,name=price_prefix,json=pricePrefix,proto3" json:"price_prefix,omitempty"` + // Promotion text used for dyanmic formats of responsive ads. For example + // 'Free two-day shipping'. + PromoText *wrappers.StringValue `protobuf:"bytes,15,opt,name=promo_text,json=promoText,proto3" json:"promo_text,omitempty"` + // Specifies which format the ad will be served in. Default is ALL_FORMATS. + FormatSetting enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting `protobuf:"varint,16,opt,name=format_setting,json=formatSetting,proto3,enum=google.ads.googleads.v1.enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting" json:"format_setting,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_4e014f86fe7fdcd4, []int{22} +} +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) GetMarketingImages() []*AdImageAsset { + if m != nil { + return m.MarketingImages + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetSquareMarketingImages() []*AdImageAsset { + if m != nil { + return m.SquareMarketingImages + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetLogoImages() []*AdImageAsset { + if m != nil { + return m.LogoImages + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetSquareLogoImages() []*AdImageAsset { + if m != nil { + return m.SquareLogoImages + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetHeadlines() []*AdTextAsset { + if m != nil { + return m.Headlines + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetLongHeadline() *AdTextAsset { + if m != nil { + return m.LongHeadline + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetDescriptions() []*AdTextAsset { + if m != nil { + return m.Descriptions + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetYoutubeVideos() []*AdVideoAsset { + if m != nil { + return m.YoutubeVideos + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetBusinessName() *wrappers.StringValue { + if m != nil { + return m.BusinessName + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetMainColor() *wrappers.StringValue { + if m != nil { + return m.MainColor + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetAccentColor() *wrappers.StringValue { + if m != nil { + return m.AccentColor + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetAllowFlexibleColor() *wrappers.BoolValue { + if m != nil { + return m.AllowFlexibleColor + } + return nil +} + +func (m *ResponsiveDisplayAdInfo) GetCallToActionText() *wrappers.StringValue { + if m != nil { + return m.CallToActionText + } + return nil +} + +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 +} + +func (m *ResponsiveDisplayAdInfo) GetFormatSetting() enums.DisplayAdFormatSettingEnum_DisplayAdFormatSetting { + if m != nil { + return m.FormatSetting + } + return enums.DisplayAdFormatSettingEnum_UNSPECIFIED +} + func init() { proto.RegisterType((*TextAdInfo)(nil), "google.ads.googleads.v1.common.TextAdInfo") proto.RegisterType((*ExpandedTextAdInfo)(nil), "google.ads.googleads.v1.common.ExpandedTextAdInfo") @@ -1700,129 +2078,155 @@ func init() { proto.RegisterType((*VideoAdInfo)(nil), "google.ads.googleads.v1.common.VideoAdInfo") 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((*LegacyAppInstallAdInfo)(nil), "google.ads.googleads.v1.common.LegacyAppInstallAdInfo") + proto.RegisterType((*ResponsiveDisplayAdInfo)(nil), "google.ads.googleads.v1.common.ResponsiveDisplayAdInfo") } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/ad_type_infos.proto", fileDescriptor_ad_type_infos_2271eaf47f4b0cda) -} - -var fileDescriptor_ad_type_infos_2271eaf47f4b0cda = []byte{ - // 1857 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x59, 0x4d, 0x6f, 0x1b, 0xc7, - 0x19, 0x36, 0xf5, 0x49, 0xbd, 0xa4, 0xe4, 0x78, 0x65, 0x3b, 0x8c, 0x94, 0xa4, 0xce, 0x1e, 0x0a, - 0x03, 0x6d, 0xa8, 0x92, 0x36, 0x8a, 0x46, 0xae, 0xe3, 0x52, 0xf4, 0x07, 0x89, 0xc8, 0xb6, 0x42, - 0x32, 0x2a, 0x10, 0xa8, 0x58, 0x8c, 0x76, 0x87, 0xe4, 0xc0, 0xbb, 0x33, 0xdb, 0x99, 0x5d, 0x49, - 0xbc, 0xf6, 0xd0, 0x5e, 0x7b, 0x2e, 0x7a, 0xea, 0xb1, 0xc7, 0x02, 0xfd, 0x05, 0xed, 0x29, 0x40, - 0xfb, 0x0b, 0xfa, 0x0b, 0xda, 0x9f, 0xd0, 0x4b, 0x31, 0x1f, 0x4b, 0x2d, 0x49, 0x4b, 0x1c, 0xda, - 0x05, 0x72, 0xe2, 0x7e, 0xbc, 0xcf, 0xb3, 0xef, 0xf7, 0xbc, 0x33, 0x84, 0xfa, 0x80, 0xb1, 0x41, - 0x88, 0xf7, 0x50, 0x20, 0xf6, 0xf4, 0xa5, 0xbc, 0x3a, 0xab, 0xed, 0xf9, 0x2c, 0x8a, 0x18, 0xdd, - 0x43, 0x81, 0x97, 0x8c, 0x62, 0xec, 0x11, 0xda, 0x67, 0xa2, 0x1a, 0x73, 0x96, 0x30, 0xe7, 0x53, - 0x2d, 0x58, 0x45, 0x81, 0xa8, 0x8e, 0x31, 0xd5, 0xb3, 0x5a, 0x55, 0x63, 0x76, 0x3e, 0x9f, 0xcf, - 0x89, 0x84, 0xc0, 0x89, 0xa6, 0xdb, 0x69, 0x5e, 0x25, 0x8e, 0x69, 0x1a, 0x89, 0x3d, 0x1f, 0x85, - 0xa1, 0xe7, 0x33, 0x7a, 0x86, 0xb9, 0x20, 0x8c, 0x7a, 0x1c, 0xc7, 0x8c, 0x27, 0x84, 0x0e, 0x3c, - 0x91, 0xa0, 0x04, 0x1b, 0x92, 0xc7, 0xd7, 0x93, 0x04, 0x44, 0xc4, 0x21, 0x1a, 0x79, 0x28, 0xf0, - 0xfa, 0x8c, 0x47, 0x28, 0xf1, 0x04, 0x4e, 0x24, 0x89, 0x81, 0x7f, 0x7e, 0x3d, 0x3c, 0x22, 0x11, - 0x56, 0x7e, 0x30, 0xe2, 0xc6, 0x03, 0x7b, 0xea, 0xee, 0x34, 0xed, 0xef, 0x9d, 0x73, 0x14, 0xc7, - 0x98, 0x1b, 0x0f, 0xed, 0x7c, 0x9c, 0xd1, 0xc5, 0x64, 0x0f, 0x51, 0xca, 0x12, 0x94, 0x10, 0x46, - 0xcd, 0x5b, 0xf7, 0xbb, 0x02, 0x40, 0x0f, 0x5f, 0x24, 0x8d, 0xa0, 0x4d, 0xfb, 0xcc, 0xf9, 0x19, - 0x14, 0x87, 0x18, 0x05, 0x21, 0xa1, 0xb8, 0x52, 0xb8, 0x57, 0xb8, 0x5f, 0xaa, 0x7f, 0x6c, 0xdc, - 0x5a, 0xcd, 0xf8, 0xab, 0xdd, 0x84, 0x13, 0x3a, 0x38, 0x46, 0x61, 0x8a, 0x3b, 0x63, 0x69, 0xe7, - 0x17, 0x50, 0x0e, 0xb0, 0xf0, 0x39, 0x89, 0x25, 0x7d, 0xad, 0xb2, 0x64, 0x81, 0x9e, 0x40, 0x4c, - 0x31, 0xd4, 0x2b, 0xcb, 0x0b, 0x32, 0xd4, 0xdd, 0x7f, 0x2c, 0x83, 0xf3, 0xec, 0x22, 0x46, 0x34, - 0xc0, 0x41, 0xce, 0xa8, 0x26, 0x6c, 0x65, 0x6a, 0x7a, 0x31, 0xe2, 0x49, 0xcd, 0xca, 0xb4, 0xcd, - 0x0c, 0x73, 0x24, 0x21, 0x33, 0x24, 0x75, 0x2b, 0x0b, 0x27, 0x48, 0xea, 0x33, 0x24, 0x0f, 0x2a, - 0x6b, 0x8b, 0x92, 0x3c, 0x70, 0xbe, 0x84, 0x52, 0xce, 0x6a, 0x2b, 0x37, 0xe5, 0x01, 0x33, 0x7e, - 0x5e, 0x5f, 0xd4, 0xcf, 0x4e, 0x1d, 0x56, 0x63, 0x94, 0x0c, 0x6b, 0x95, 0x15, 0x0b, 0xa8, 0x16, - 0xcd, 0x30, 0xf5, 0xca, 0xaa, 0x2d, 0xa6, 0xee, 0xfe, 0x75, 0x0d, 0xb6, 0x9a, 0x28, 0x0c, 0x5f, - 0xd3, 0x70, 0x64, 0x62, 0xf9, 0x04, 0xca, 0x3e, 0x4b, 0x69, 0xc2, 0x47, 0x9e, 0xcf, 0x02, 0xbb, - 0x24, 0x2d, 0x19, 0x44, 0x93, 0x05, 0x58, 0x12, 0xc4, 0x43, 0x46, 0xb1, 0x47, 0xd3, 0xe8, 0x14, - 0x73, 0xab, 0x28, 0x96, 0x14, 0xe2, 0x95, 0x02, 0x38, 0x0d, 0xd8, 0x3c, 0x4d, 0x05, 0xa1, 0x58, - 0x08, 0x8f, 0xa2, 0x08, 0xdb, 0xe5, 0x69, 0x06, 0x79, 0x85, 0xa2, 0xd9, 0x5a, 0x59, 0x79, 0xef, - 0x5a, 0x59, 0x5d, 0x38, 0x86, 0x8f, 0xa1, 0xac, 0xba, 0x59, 0xc2, 0x91, 0xff, 0x06, 0x07, 0x26, - 0x11, 0x77, 0x66, 0x18, 0x0e, 0x18, 0x0b, 0x33, 0x37, 0xa2, 0x30, 0xec, 0x69, 0x71, 0xa7, 0x03, - 0x1f, 0x06, 0x44, 0xa0, 0xd3, 0x10, 0x7b, 0x53, 0x4d, 0xd1, 0xe4, 0xd3, 0x75, 0x4c, 0x77, 0x0c, - 0x54, 0xc6, 0xb6, 0x39, 0x06, 0x3a, 0x1e, 0x7c, 0x92, 0x0f, 0x8d, 0x77, 0x86, 0x39, 0xe9, 0x13, - 0x5f, 0xf5, 0x2b, 0x2f, 0xe5, 0x61, 0xa5, 0x68, 0x61, 0xe5, 0x4e, 0x2e, 0x56, 0xc7, 0x39, 0x82, - 0x6f, 0x78, 0xe8, 0xb4, 0xe1, 0x56, 0xae, 0x79, 0x23, 0x5f, 0xd5, 0xcf, 0x86, 0x05, 0xe9, 0x07, - 0x97, 0xb0, 0x86, 0x42, 0x39, 0x7f, 0x28, 0xc0, 0xce, 0xd5, 0x0b, 0x41, 0x05, 0xee, 0x15, 0xee, - 0x6f, 0xd5, 0x4f, 0xaa, 0x57, 0xad, 0x4e, 0xaa, 0x95, 0x57, 0x27, 0xed, 0xef, 0x64, 0x1c, 0x5d, - 0x49, 0xf1, 0x8c, 0xa6, 0xd1, 0xb5, 0x02, 0x9d, 0x8a, 0x7f, 0xc5, 0x1b, 0xf7, 0x57, 0xb0, 0x9b, - 0xb5, 0xc1, 0xa7, 0x23, 0x8a, 0x22, 0xe2, 0x77, 0x31, 0xe2, 0xfe, 0xd0, 0xd4, 0xd0, 0x54, 0x03, - 0x29, 0x2c, 0xd8, 0x40, 0xdc, 0x4d, 0x28, 0xb5, 0x58, 0x82, 0x43, 0x4d, 0xe7, 0xde, 0x81, 0xed, - 0xee, 0x90, 0xc5, 0xb1, 0xfc, 0x7c, 0x84, 0xb8, 0xe9, 0xba, 0xee, 0x87, 0x70, 0x27, 0x7b, 0x7c, - 0xc4, 0x59, 0x90, 0xfa, 0xd9, 0x8b, 0xbf, 0xad, 0x42, 0xe9, 0x45, 0x84, 0x48, 0x38, 0x6e, 0xcf, - 0x6b, 0x09, 0x46, 0x02, 0x73, 0xa3, 0xc9, 0x8f, 0xaa, 0xd7, 0xaf, 0xe9, 0x55, 0x05, 0xee, 0x29, - 0x48, 0xc7, 0x40, 0x65, 0x59, 0xcb, 0x2e, 0x89, 0xb9, 0x47, 0x22, 0x34, 0xc0, 0x76, 0x65, 0xad, - 0x11, 0x6d, 0x09, 0x70, 0x9e, 0xc1, 0xcd, 0x08, 0xf1, 0x37, 0x58, 0x05, 0x51, 0x73, 0xd8, 0x14, - 0xf6, 0xd6, 0x18, 0xa4, 0x69, 0x8e, 0xa1, 0x32, 0x45, 0xe3, 0x8d, 0x17, 0x54, 0x9b, 0x32, 0xbf, - 0x3b, 0xc9, 0xd7, 0xca, 0x96, 0xd7, 0x13, 0xd8, 0x9d, 0xe6, 0xcd, 0xc7, 0xd0, 0xa6, 0xfe, 0x3f, - 0x9a, 0xa4, 0x7e, 0x9a, 0x5b, 0x12, 0x7e, 0x5b, 0x80, 0x1f, 0xce, 0xd0, 0x9b, 0x31, 0x45, 0x77, - 0x09, 0x96, 0x95, 0x8b, 0xee, 0x13, 0x0f, 0xe6, 0xc5, 0xe8, 0xa9, 0x46, 0xcb, 0x04, 0xee, 0x31, - 0x5d, 0x33, 0x9d, 0xcf, 0xa6, 0x14, 0x98, 0x15, 0x71, 0xba, 0xb0, 0x15, 0xeb, 0x64, 0xd1, 0x5a, - 0x88, 0xca, 0xfa, 0xbd, 0xe5, 0xfb, 0xa5, 0xfa, 0x8f, 0xe7, 0x7d, 0xcf, 0xa4, 0x98, 0x22, 0xee, - 0x6c, 0xc6, 0xb9, 0x3b, 0x91, 0x27, 0x3d, 0x23, 0x01, 0x66, 0xa2, 0x52, 0x5c, 0x88, 0xf4, 0x58, - 0x82, 0xc6, 0xa4, 0xea, 0x4e, 0xb8, 0xbf, 0x5b, 0x32, 0x59, 0xac, 0x13, 0xf1, 0x3d, 0x26, 0xa7, - 0xa9, 0x72, 0x5c, 0x5a, 0x74, 0x3d, 0xff, 0x3f, 0x2c, 0x48, 0x8f, 0x00, 0x42, 0x36, 0x60, 0x26, - 0xef, 0x6d, 0xf2, 0x74, 0x43, 0xca, 0x2b, 0xff, 0xba, 0xff, 0x2c, 0xc0, 0xf6, 0xdb, 0x62, 0xf9, - 0x13, 0x58, 0x49, 0xf0, 0x45, 0x62, 0xe5, 0x0d, 0x25, 0x29, 0xd5, 0x90, 0xbf, 0x9e, 0xcf, 0x42, - 0x66, 0xb7, 0x32, 0x6f, 0x48, 0xf9, 0xa6, 0x14, 0x77, 0x5a, 0x70, 0x2b, 0xe5, 0x72, 0x21, 0x0a, - 0x43, 0xac, 0x14, 0xf0, 0x48, 0x60, 0xe5, 0x8a, 0x9b, 0x29, 0x0f, 0x9b, 0x63, 0x54, 0x3b, 0x70, - 0xff, 0x5b, 0x80, 0x72, 0x3e, 0x9f, 0xa4, 0x87, 0x27, 0xb2, 0xd2, 0xca, 0xa4, 0x72, 0x3e, 0x09, - 0xdf, 0x3b, 0xc8, 0x43, 0xb8, 0x7b, 0x45, 0x41, 0x2e, 0xbf, 0x7b, 0x41, 0x6e, 0x07, 0xb3, 0x0f, - 0xdd, 0xaf, 0xc7, 0xc6, 0xab, 0x4c, 0xcf, 0x1b, 0xaf, 0xaa, 0x67, 0x21, 0xe3, 0x15, 0x85, 0xfb, - 0x9b, 0x35, 0x28, 0x29, 0x37, 0x98, 0x8e, 0xff, 0x73, 0x28, 0xc5, 0xe4, 0x02, 0x87, 0xde, 0x39, - 0x09, 0x92, 0xa1, 0xc9, 0xb7, 0xdd, 0x19, 0xc2, 0x36, 0x4d, 0x7e, 0xfa, 0x50, 0xf3, 0x81, 0x92, - 0xff, 0xa5, 0x14, 0x77, 0xbe, 0x84, 0xb2, 0x46, 0x0f, 0x31, 0x19, 0x0c, 0x13, 0xd3, 0xfb, 0xae, - 0x85, 0xeb, 0xcf, 0xb5, 0x94, 0xbc, 0xf3, 0x05, 0x6c, 0xe8, 0x0e, 0x27, 0x47, 0x0a, 0x9b, 0xf9, - 0xbb, 0xa8, 0xc4, 0xe5, 0x00, 0xf1, 0x15, 0x6c, 0xc7, 0x1c, 0x9f, 0x11, 0x7c, 0xee, 0xe5, 0x0d, - 0x58, 0x9f, 0xaf, 0xc1, 0x2d, 0x83, 0x3b, 0xba, 0xb4, 0xe3, 0x25, 0xdc, 0x9e, 0x24, 0x33, 0xf6, - 0x14, 0xe7, 0xb3, 0x39, 0x79, 0x36, 0x63, 0x56, 0x0b, 0xb2, 0x6f, 0x78, 0x97, 0xe6, 0xd9, 0x0c, - 0x37, 0x37, 0x0d, 0xac, 0x9d, 0x59, 0xf9, 0x35, 0x6c, 0x8c, 0x37, 0x99, 0x66, 0x92, 0x79, 0x38, - 0x67, 0x92, 0x79, 0x49, 0x22, 0xdc, 0x1b, 0xc5, 0x7a, 0x6a, 0xc9, 0x6e, 0x3a, 0xc5, 0xc8, 0x5c, - 0xc9, 0x5e, 0xa0, 0x5a, 0x53, 0xc9, 0xa6, 0x17, 0x48, 0x49, 0xe7, 0x31, 0x40, 0x84, 0x03, 0x82, - 0xbc, 0x3e, 0x09, 0xad, 0x0a, 0xae, 0x75, 0xa3, 0xb3, 0xa1, 0x10, 0xcf, 0x49, 0x88, 0x9d, 0x1a, - 0xac, 0x04, 0x28, 0x41, 0xa6, 0xd0, 0x66, 0x9d, 0x79, 0x30, 0x4a, 0xb0, 0xc8, 0x70, 0x4a, 0xd4, - 0xe9, 0x41, 0x05, 0x05, 0x1e, 0x09, 0x64, 0x6d, 0xf9, 0x2c, 0x1e, 0x19, 0x37, 0xf6, 0x39, 0x8b, - 0x4c, 0x91, 0x5d, 0x17, 0x93, 0xd6, 0x8d, 0xce, 0x36, 0x0a, 0xda, 0x41, 0x8f, 0x35, 0x59, 0x3c, - 0x52, 0xbe, 0x7c, 0xce, 0x59, 0x74, 0xb0, 0x0e, 0xab, 0x8a, 0xc7, 0xdd, 0x85, 0x8f, 0x54, 0x35, - 0x1c, 0xa4, 0x51, 0x8c, 0x79, 0x9b, 0x76, 0x13, 0x8e, 0x51, 0x64, 0x66, 0xa2, 0xcf, 0xe0, 0x07, - 0xea, 0xe5, 0x2b, 0x46, 0xbb, 0x6f, 0x48, 0x1c, 0xcb, 0xe9, 0x78, 0x4a, 0xe4, 0x2f, 0x05, 0xd8, - 0x55, 0x32, 0x3d, 0x9e, 0xe2, 0x63, 0x19, 0xaf, 0x89, 0xf7, 0xce, 0x21, 0x6c, 0xeb, 0x8e, 0xe0, - 0x9d, 0xa6, 0x49, 0xc2, 0xa8, 0x17, 0xa2, 0x53, 0x1c, 0x5a, 0x55, 0xeb, 0x2d, 0x0d, 0x3c, 0x50, - 0xb8, 0x43, 0x09, 0x93, 0xe3, 0x90, 0x61, 0x1b, 0xaf, 0x6a, 0x36, 0x3d, 0x6b, 0x4b, 0x83, 0xb2, - 0xb1, 0xc5, 0xfd, 0x7d, 0x01, 0x6e, 0x2b, 0xa5, 0x5f, 0xa7, 0x89, 0xc8, 0x6b, 0xfb, 0xbd, 0x2d, - 0x97, 0xee, 0xdf, 0x97, 0xa1, 0xa4, 0x54, 0x32, 0x9a, 0x3c, 0x5a, 0x34, 0xd1, 0xf2, 0x69, 0xf6, - 0x2d, 0x6c, 0x10, 0xea, 0x69, 0xcb, 0x8c, 0x2a, 0x8f, 0xe6, 0x75, 0xe2, 0x6b, 0x82, 0xd8, 0xba, - 0xd1, 0x29, 0x12, 0xf3, 0xc4, 0xe9, 0xc2, 0xda, 0xa9, 0xca, 0x15, 0x93, 0x7d, 0x5f, 0x58, 0x11, - 0xbf, 0x2d, 0xbd, 0x5a, 0x37, 0x3a, 0x86, 0xca, 0xf9, 0x06, 0x80, 0xa5, 0x49, 0xa6, 0xb1, 0xee, - 0xbc, 0x0f, 0xad, 0x88, 0xa7, 0x22, 0x28, 0xcb, 0x8d, 0xa5, 0x89, 0xd1, 0xb5, 0x0f, 0x9b, 0x94, - 0x51, 0x4f, 0x64, 0xb9, 0x6b, 0x9a, 0xf2, 0x13, 0x2b, 0xe6, 0xab, 0x93, 0xbe, 0x75, 0xa3, 0x53, - 0xa6, 0xb9, 0xb7, 0x07, 0x45, 0x58, 0xd3, 0x67, 0x66, 0xee, 0x1f, 0x97, 0xe0, 0x6e, 0x07, 0x8b, - 0x98, 0x51, 0x41, 0xce, 0xf0, 0xc4, 0xfe, 0xa6, 0x0d, 0x1b, 0x59, 0xb6, 0x88, 0x4a, 0x41, 0x8d, - 0x7a, 0x73, 0xf7, 0x14, 0x0d, 0x7d, 0x60, 0x24, 0x04, 0x4e, 0x3a, 0x97, 0x68, 0xe7, 0xf5, 0xc4, - 0x3e, 0x5b, 0x54, 0x96, 0x16, 0x67, 0x9b, 0x20, 0xb8, 0x3c, 0x3a, 0x59, 0x7e, 0x87, 0xa3, 0x93, - 0x15, 0xfb, 0xa3, 0x93, 0x7f, 0x15, 0xe1, 0x93, 0x43, 0x3c, 0x40, 0xfe, 0xe8, 0xd2, 0x49, 0x66, - 0x04, 0xb8, 0x3c, 0x15, 0x13, 0x43, 0xc6, 0x13, 0x6f, 0xa1, 0x3a, 0xdc, 0x54, 0x98, 0xf1, 0xb6, - 0xa4, 0x01, 0x9b, 0x21, 0xa3, 0x83, 0xc5, 0x9a, 0x44, 0x59, 0x42, 0x5a, 0x57, 0xd4, 0xf3, 0xf2, - 0x7b, 0x8f, 0xbf, 0x2b, 0x0b, 0x8f, 0xbf, 0x87, 0x70, 0x1b, 0x85, 0x21, 0x3b, 0xf7, 0xfa, 0x21, - 0xbe, 0x20, 0xea, 0x4c, 0x43, 0x4d, 0xa0, 0xab, 0x73, 0x4f, 0x32, 0x1c, 0x85, 0x7b, 0x6e, 0x60, - 0x7a, 0x10, 0x7d, 0x02, 0x65, 0xe4, 0xfb, 0x98, 0x66, 0x73, 0xac, 0xcd, 0x88, 0x51, 0xd2, 0x08, - 0x4d, 0x20, 0x3b, 0x12, 0x22, 0xd4, 0xc0, 0xd7, 0xad, 0x3a, 0x12, 0x22, 0x54, 0x83, 0xbf, 0x82, - 0xed, 0xc9, 0x01, 0xd1, 0x53, 0x43, 0x78, 0xd1, 0xea, 0x94, 0x23, 0x37, 0x07, 0xf6, 0xcc, 0x40, - 0x9e, 0xdb, 0x17, 0x6c, 0x2c, 0xb4, 0x2f, 0x90, 0x03, 0x89, 0xf8, 0x75, 0x8a, 0x38, 0xf6, 0x72, - 0x1c, 0x60, 0x33, 0x90, 0x68, 0xd8, 0xe1, 0x98, 0xe9, 0x2d, 0x7b, 0xf3, 0xd2, 0x3b, 0xec, 0xcd, - 0x3b, 0x70, 0xd7, 0x28, 0x34, 0xcd, 0x56, 0xb6, 0x60, 0xbb, 0xad, 0xb1, 0x2f, 0x27, 0x39, 0xcf, - 0x61, 0x6b, 0xf2, 0x10, 0xbf, 0xb2, 0xa9, 0x06, 0xa6, 0xa3, 0x39, 0x03, 0xd3, 0xb8, 0x16, 0x9f, - 0x2b, 0x74, 0x57, 0x83, 0xd5, 0xf8, 0xf4, 0xf6, 0x57, 0x9d, 0xcd, 0x7e, 0xfe, 0x56, 0x9d, 0x63, - 0x72, 0xe2, 0x63, 0x2f, 0xe6, 0xb8, 0x4f, 0x2e, 0x2a, 0x5b, 0x56, 0xe7, 0x98, 0x12, 0x71, 0xa4, - 0x00, 0x32, 0xb6, 0x31, 0x67, 0x11, 0xd3, 0xf9, 0x71, 0xd3, 0x26, 0xb6, 0x4a, 0x5e, 0x26, 0xc6, - 0xc1, 0x7f, 0x0a, 0xe0, 0xfa, 0x2c, 0x9a, 0xd3, 0x07, 0x0f, 0x3e, 0x68, 0x04, 0x72, 0xfc, 0x93, - 0xfd, 0x46, 0x1c, 0x49, 0xca, 0xa3, 0xc2, 0xb7, 0x4f, 0x0d, 0x66, 0xc0, 0x42, 0x44, 0x07, 0x55, - 0xc6, 0x07, 0x7b, 0x03, 0x4c, 0xd5, 0x07, 0xb3, 0xbf, 0x3b, 0x62, 0x22, 0xae, 0xfa, 0xc3, 0xe6, - 0x91, 0xfe, 0xf9, 0xd3, 0xd2, 0xf2, 0x8b, 0x46, 0xe3, 0xcf, 0x4b, 0x9f, 0xbe, 0xd0, 0x64, 0x8d, - 0x40, 0x54, 0xf5, 0xa5, 0xbc, 0x3a, 0xae, 0x55, 0x9b, 0x4a, 0xec, 0xbb, 0x4c, 0xe0, 0xa4, 0x11, - 0x88, 0x93, 0xb1, 0xc0, 0xc9, 0x71, 0xed, 0x44, 0x0b, 0xfc, 0x7b, 0xc9, 0xd5, 0x4f, 0xf7, 0xf7, - 0x1b, 0x81, 0xd8, 0xdf, 0x1f, 0x8b, 0xec, 0xef, 0x1f, 0xd7, 0xf6, 0xf7, 0xb5, 0xd0, 0xe9, 0x9a, - 0xd2, 0xee, 0xc1, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x0e, 0xee, 0x7f, 0x61, 0xa1, 0x1a, 0x00, - 0x00, + 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, } diff --git a/googleapis/ads/googleads/v1/common/asset_types.pb.go b/googleapis/ads/googleads/v1/common/asset_types.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..be25b62fd6742cd22348360610d6fbbe60fe238c --- /dev/null +++ b/googleapis/ads/googleads/v1/common/asset_types.pb.go @@ -0,0 +1,279 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/common/asset_types.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 YouTube asset. +type YoutubeVideoAsset struct { + // YouTube video id. This is the 11 character string value used in the + // YouTube video URL. + YoutubeVideoId *wrappers.StringValue `protobuf:"bytes,1,opt,name=youtube_video_id,json=youtubeVideoId,proto3" json:"youtube_video_id,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *YoutubeVideoAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_YoutubeVideoAsset.Unmarshal(m, b) +} +func (m *YoutubeVideoAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_YoutubeVideoAsset.Marshal(b, m, deterministic) +} +func (dst *YoutubeVideoAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_YoutubeVideoAsset.Merge(dst, src) +} +func (m *YoutubeVideoAsset) XXX_Size() int { + return xxx_messageInfo_YoutubeVideoAsset.Size(m) +} +func (m *YoutubeVideoAsset) XXX_DiscardUnknown() { + xxx_messageInfo_YoutubeVideoAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_YoutubeVideoAsset proto.InternalMessageInfo + +func (m *YoutubeVideoAsset) GetYoutubeVideoId() *wrappers.StringValue { + if m != nil { + return m.YoutubeVideoId + } + return nil +} + +// A MediaBundle asset. +type MediaBundleAsset struct { + // Media bundle (ZIP file) asset data. The format of the uploaded ZIP file + // depends on the ad field where it will be used. For more information on the + // format, see the documentation of the ad field where you plan on using the + // MediaBundleAsset. This field is mutate only. + Data *wrappers.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *MediaBundleAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_MediaBundleAsset.Unmarshal(m, b) +} +func (m *MediaBundleAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_MediaBundleAsset.Marshal(b, m, deterministic) +} +func (dst *MediaBundleAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_MediaBundleAsset.Merge(dst, src) +} +func (m *MediaBundleAsset) XXX_Size() int { + return xxx_messageInfo_MediaBundleAsset.Size(m) +} +func (m *MediaBundleAsset) XXX_DiscardUnknown() { + xxx_messageInfo_MediaBundleAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_MediaBundleAsset proto.InternalMessageInfo + +func (m *MediaBundleAsset) GetData() *wrappers.BytesValue { + if m != nil { + return m.Data + } + return nil +} + +// An Image asset. +type ImageAsset struct { + // The raw bytes data of an image. This field is mutate only. + Data *wrappers.BytesValue `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` + // File size of the image asset in bytes. + FileSize *wrappers.Int64Value `protobuf:"bytes,2,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty"` + // MIME type of the image asset. + MimeType enums.MimeTypeEnum_MimeType `protobuf:"varint,3,opt,name=mime_type,json=mimeType,proto3,enum=google.ads.googleads.v1.enums.MimeTypeEnum_MimeType" json:"mime_type,omitempty"` + // Metadata for this image at its original size. + FullSize *ImageDimension `protobuf:"bytes,4,opt,name=full_size,json=fullSize,proto3" json:"full_size,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ImageAsset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImageAsset.Unmarshal(m, b) +} +func (m *ImageAsset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImageAsset.Marshal(b, m, deterministic) +} +func (dst *ImageAsset) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImageAsset.Merge(dst, src) +} +func (m *ImageAsset) XXX_Size() int { + return xxx_messageInfo_ImageAsset.Size(m) +} +func (m *ImageAsset) XXX_DiscardUnknown() { + xxx_messageInfo_ImageAsset.DiscardUnknown(m) +} + +var xxx_messageInfo_ImageAsset proto.InternalMessageInfo + +func (m *ImageAsset) GetData() *wrappers.BytesValue { + if m != nil { + return m.Data + } + return nil +} + +func (m *ImageAsset) GetFileSize() *wrappers.Int64Value { + if m != nil { + return m.FileSize + } + return nil +} + +func (m *ImageAsset) GetMimeType() enums.MimeTypeEnum_MimeType { + if m != nil { + return m.MimeType + } + return enums.MimeTypeEnum_UNSPECIFIED +} + +func (m *ImageAsset) GetFullSize() *ImageDimension { + if m != nil { + return m.FullSize + } + return nil +} + +// Metadata for an image at a certain size, either original or resized. +type ImageDimension struct { + // Height of the image. + HeightPixels *wrappers.Int64Value `protobuf:"bytes,1,opt,name=height_pixels,json=heightPixels,proto3" json:"height_pixels,omitempty"` + // Width of the image. + WidthPixels *wrappers.Int64Value `protobuf:"bytes,2,opt,name=width_pixels,json=widthPixels,proto3" json:"width_pixels,omitempty"` + // A URL that returns the image with this height and width. + Url *wrappers.StringValue `protobuf:"bytes,3,opt,name=url,proto3" json:"url,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ImageDimension) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImageDimension.Unmarshal(m, b) +} +func (m *ImageDimension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImageDimension.Marshal(b, m, deterministic) +} +func (dst *ImageDimension) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImageDimension.Merge(dst, src) +} +func (m *ImageDimension) XXX_Size() int { + return xxx_messageInfo_ImageDimension.Size(m) +} +func (m *ImageDimension) XXX_DiscardUnknown() { + xxx_messageInfo_ImageDimension.DiscardUnknown(m) +} + +var xxx_messageInfo_ImageDimension proto.InternalMessageInfo + +func (m *ImageDimension) GetHeightPixels() *wrappers.Int64Value { + if m != nil { + return m.HeightPixels + } + return nil +} + +func (m *ImageDimension) GetWidthPixels() *wrappers.Int64Value { + if m != nil { + return m.WidthPixels + } + return nil +} + +func (m *ImageDimension) GetUrl() *wrappers.StringValue { + if m != nil { + return m.Url + } + 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") +} + +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, +} diff --git a/googleapis/ads/googleads/v1/common/bidding.pb.go b/googleapis/ads/googleads/v1/common/bidding.pb.go index ce81eb70608d915005e588d877c92ff1112ac8e1..a37b9a9a1aaeb30eb3be33e380877a2f78d1988e 100644 --- a/googleapis/ads/googleads/v1/common/bidding.pb.go +++ b/googleapis/ads/googleads/v1/common/bidding.pb.go @@ -21,6 +21,50 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package +// Commission is an automatic bidding strategy in which the advertiser pays a +// certain portion of the conversion value. +type Commission struct { + // Commission rate defines the portion of the conversion value that the + // advertiser will be billed. A commission rate of x should be passed into + // this field as (x * 1,000,000). For example, 106,000 represents a commission + // rate of 0.106 (10.6%). + CommissionRateMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=commission_rate_micros,json=commissionRateMicros,proto3" json:"commission_rate_micros,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Commission) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Commission.Unmarshal(m, b) +} +func (m *Commission) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Commission.Marshal(b, m, deterministic) +} +func (dst *Commission) XXX_Merge(src proto.Message) { + xxx_messageInfo_Commission.Merge(dst, src) +} +func (m *Commission) XXX_Size() int { + return xxx_messageInfo_Commission.Size(m) +} +func (m *Commission) XXX_DiscardUnknown() { + xxx_messageInfo_Commission.DiscardUnknown(m) +} + +var xxx_messageInfo_Commission proto.InternalMessageInfo + +func (m *Commission) GetCommissionRateMicros() *wrappers.Int64Value { + if m != nil { + return m.CommissionRateMicros + } + return nil +} + // 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. @@ -34,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_ebc1284101877700, []int{0} + return fileDescriptor_bidding_e5eb826532178520, []int{1} } func (m *EnhancedCpc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EnhancedCpc.Unmarshal(m, b) @@ -67,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_ebc1284101877700, []int{1} + return fileDescriptor_bidding_e5eb826532178520, []int{2} } func (m *ManualCpc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualCpc.Unmarshal(m, b) @@ -105,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_ebc1284101877700, []int{2} + return fileDescriptor_bidding_e5eb826532178520, []int{3} } func (m *ManualCpm) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualCpm.Unmarshal(m, b) @@ -136,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_ebc1284101877700, []int{3} + return fileDescriptor_bidding_e5eb826532178520, []int{4} } func (m *ManualCpv) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ManualCpv.Unmarshal(m, b) @@ -168,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_ebc1284101877700, []int{4} + return fileDescriptor_bidding_e5eb826532178520, []int{5} } func (m *MaximizeConversions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaximizeConversions.Unmarshal(m, b) @@ -206,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_ebc1284101877700, []int{5} + return fileDescriptor_bidding_e5eb826532178520, []int{6} } func (m *MaximizeConversionValue) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MaximizeConversionValue.Unmarshal(m, b) @@ -266,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_ebc1284101877700, []int{6} + return fileDescriptor_bidding_e5eb826532178520, []int{7} } func (m *PageOnePromoted) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PageOnePromoted.Unmarshal(m, b) @@ -350,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_ebc1284101877700, []int{7} + return fileDescriptor_bidding_e5eb826532178520, []int{8} } func (m *TargetCpa) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetCpa.Unmarshal(m, b) @@ -403,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_ebc1284101877700, []int{8} + return fileDescriptor_bidding_e5eb826532178520, []int{9} } func (m *TargetCpm) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetCpm.Unmarshal(m, b) @@ -446,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_ebc1284101877700, []int{9} + return fileDescriptor_bidding_e5eb826532178520, []int{10} } func (m *TargetImpressionShare) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetImpressionShare.Unmarshal(m, b) @@ -520,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_ebc1284101877700, []int{10} + return fileDescriptor_bidding_e5eb826532178520, []int{11} } func (m *TargetOutrankShare) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetOutrankShare.Unmarshal(m, b) @@ -596,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_ebc1284101877700, []int{11} + return fileDescriptor_bidding_e5eb826532178520, []int{12} } func (m *TargetRoas) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetRoas.Unmarshal(m, b) @@ -657,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_ebc1284101877700, []int{12} + return fileDescriptor_bidding_e5eb826532178520, []int{13} } func (m *TargetSpend) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TargetSpend.Unmarshal(m, b) @@ -713,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_ebc1284101877700, []int{13} + return fileDescriptor_bidding_e5eb826532178520, []int{14} } func (m *PercentCpc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PercentCpc.Unmarshal(m, b) @@ -748,6 +792,7 @@ func (m *PercentCpc) GetEnhancedCpcEnabled() *wrappers.BoolValue { } func init() { + proto.RegisterType((*Commission)(nil), "google.ads.googleads.v1.common.Commission") proto.RegisterType((*EnhancedCpc)(nil), "google.ads.googleads.v1.common.EnhancedCpc") proto.RegisterType((*ManualCpc)(nil), "google.ads.googleads.v1.common.ManualCpc") proto.RegisterType((*ManualCpm)(nil), "google.ads.googleads.v1.common.ManualCpm") @@ -765,67 +810,69 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/bidding.proto", fileDescriptor_bidding_ebc1284101877700) -} - -var fileDescriptor_bidding_ebc1284101877700 = []byte{ - // 927 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0x4f, 0x6f, 0x1b, 0x45, - 0x14, 0xc0, 0xb5, 0x76, 0x5b, 0xd1, 0x71, 0x4a, 0xc9, 0xa6, 0x2d, 0x56, 0x5a, 0x55, 0xd5, 0x4a, - 0x08, 0x0e, 0x68, 0x57, 0x4e, 0x11, 0x07, 0x23, 0x84, 0xec, 0x4d, 0x1a, 0x59, 0x24, 0xaa, 0xb1, - 0x4b, 0x80, 0x28, 0x62, 0x34, 0x9e, 0x99, 0x6c, 0x46, 0xdd, 0x9d, 0xb7, 0xcc, 0xec, 0x26, 0xa4, - 0x17, 0xbe, 0x0b, 0x47, 0xc4, 0x47, 0xe0, 0x8e, 0x84, 0xf8, 0x1e, 0x48, 0x70, 0xe5, 0x03, 0xa0, - 0x9d, 0x99, 0xb5, 0x5b, 0x9c, 0xc4, 0x4d, 0x30, 0x52, 0x4f, 0x9e, 0xf1, 0xbc, 0xf7, 0x7b, 0xff, - 0x66, 0xde, 0x3e, 0xf4, 0x61, 0x02, 0x90, 0xa4, 0x3c, 0x22, 0x4c, 0x47, 0x76, 0x59, 0xad, 0x8e, - 0x3b, 0x11, 0x85, 0x2c, 0x03, 0x19, 0x4d, 0x04, 0x63, 0x42, 0x26, 0x61, 0xae, 0xa0, 0x00, 0xff, - 0xa1, 0x15, 0x09, 0x09, 0xd3, 0xe1, 0x54, 0x3a, 0x3c, 0xee, 0x84, 0x56, 0x7a, 0x3d, 0x3e, 0x8f, - 0xc6, 0x65, 0x99, 0xe9, 0x28, 0x27, 0x09, 0xc7, 0x20, 0x39, 0xce, 0x15, 0x64, 0x50, 0x70, 0x86, - 0x75, 0xa1, 0x48, 0xc1, 0x93, 0x53, 0x9c, 0x00, 0x49, 0xad, 0x91, 0xf5, 0xcd, 0x8b, 0x21, 0x05, - 0x51, 0x09, 0x2f, 0xb0, 0xc8, 0x72, 0xc5, 0xb5, 0x16, 0x20, 0xb1, 0x3e, 0x22, 0x8a, 0xe3, 0x14, - 0x28, 0x29, 0x04, 0x48, 0x47, 0x71, 0xae, 0x46, 0x66, 0x37, 0x29, 0x0f, 0xa3, 0x13, 0x45, 0xf2, - 0x9c, 0x2b, 0xed, 0xce, 0x1f, 0xd4, 0x56, 0x72, 0x11, 0x11, 0x29, 0xa1, 0x30, 0xca, 0xee, 0x34, - 0xb8, 0x85, 0x5a, 0x5b, 0xf2, 0x88, 0x48, 0xca, 0x59, 0x9c, 0xd3, 0xe0, 0x1b, 0x74, 0x73, 0x97, - 0xc8, 0x92, 0xa4, 0x71, 0x4e, 0xfd, 0x1d, 0x74, 0x87, 0xbb, 0x33, 0x4c, 0x73, 0x8a, 0xb9, 0x24, - 0x93, 0x94, 0xb3, 0xb6, 0xf7, 0xc8, 0xfb, 0xa0, 0xb5, 0xb1, 0xee, 0x12, 0x13, 0xd6, 0x86, 0xc3, - 0x3e, 0x40, 0xba, 0x47, 0xd2, 0x92, 0x8f, 0x7c, 0x3e, 0x63, 0x6e, 0x59, 0xad, 0xa0, 0x35, 0x43, - 0x67, 0x2f, 0x6f, 0x8e, 0x83, 0xbb, 0x68, 0x6d, 0x97, 0x7c, 0x2f, 0x32, 0xf1, 0x82, 0xc7, 0x20, - 0x8f, 0xb9, 0xaa, 0x82, 0xd5, 0xc1, 0xd7, 0xe8, 0xdd, 0xf9, 0xbf, 0x0d, 0xdf, 0xff, 0x14, 0xb5, - 0x5c, 0x76, 0x14, 0x10, 0xed, 0x1c, 0x7a, 0x30, 0xe7, 0xd0, 0x26, 0x94, 0x93, 0x94, 0x5b, 0x97, - 0x90, 0x55, 0x18, 0x01, 0xd1, 0xc1, 0xef, 0xd7, 0xd0, 0xed, 0x21, 0x49, 0xf8, 0x53, 0xc9, 0x87, - 0xae, 0x40, 0xfe, 0x0f, 0xe8, 0xd6, 0x2b, 0x35, 0x32, 0xd0, 0xb7, 0x37, 0xf6, 0xc3, 0xf3, 0x6e, - 0x82, 0x29, 0x52, 0xf8, 0x2f, 0xcc, 0xd8, 0x21, 0xb6, 0x81, 0xa4, 0x5b, 0xb2, 0xcc, 0x2e, 0x3a, - 0x1f, 0xad, 0xe8, 0x97, 0x76, 0xfe, 0x10, 0xdd, 0xab, 0x92, 0x3c, 0x11, 0x0c, 0x53, 0x2e, 0x52, - 0x21, 0x13, 0x9c, 0x09, 0xaa, 0x40, 0xb7, 0x1b, 0x26, 0xbc, 0xfb, 0x73, 0xe1, 0x0d, 0x64, 0xf1, - 0xf1, 0x47, 0x36, 0xba, 0x35, 0x9a, 0xd3, 0xbe, 0x60, 0xb1, 0x55, 0xdc, 0x35, 0x7a, 0xfe, 0x67, - 0x68, 0xa5, 0xa2, 0x65, 0xc0, 0xc4, 0xa1, 0xe0, 0xaa, 0xdd, 0x7c, 0x8d, 0x34, 0xb5, 0x26, 0x82, - 0xed, 0x3a, 0x05, 0x7f, 0x80, 0xd6, 0x40, 0xa6, 0xa7, 0x58, 0x11, 0xa1, 0x39, 0x76, 0xde, 0xe9, - 0xf6, 0xb5, 0x85, 0xf5, 0x7f, 0xa7, 0x52, 0x1b, 0x55, 0x5a, 0xb1, 0xf1, 0x4b, 0xfb, 0xcf, 0xd1, - 0x7b, 0xaf, 0x50, 0xf0, 0xc9, 0x11, 0x97, 0x78, 0x52, 0xb2, 0xaa, 0x88, 0x14, 0x64, 0x95, 0x0a, - 0x21, 0x39, 0x6b, 0x5f, 0x5f, 0x08, 0x7f, 0xa4, 0x66, 0xe0, 0xaf, 0x8e, 0xb8, 0xec, 0x1b, 0x48, - 0x3c, 0x63, 0xf8, 0x19, 0x7a, 0xff, 0x0c, 0x63, 0xdf, 0x95, 0x24, 0x15, 0xc5, 0x29, 0xd6, 0x14, - 0x14, 0xc7, 0x42, 0xe3, 0x14, 0x4e, 0xda, 0x37, 0x2e, 0x6d, 0xee, 0x0b, 0x8b, 0x19, 0x57, 0x94, - 0x81, 0xde, 0x81, 0x93, 0xe0, 0x6f, 0x0f, 0xdd, 0x7c, 0x66, 0x6e, 0x57, 0x9c, 0x13, 0x7f, 0x1b, - 0xad, 0xba, 0xbb, 0x49, 0x73, 0x52, 0x97, 0xd0, 0x5b, 0x5c, 0xc2, 0xdb, 0x45, 0x8d, 0x70, 0xe5, - 0x5b, 0xfe, 0x85, 0xd8, 0x41, 0x77, 0x6a, 0xe2, 0x61, 0x0a, 0xa0, 0x6a, 0x5e, 0x73, 0x31, 0x6f, - 0xd5, 0xf2, 0x9e, 0x54, 0x6a, 0x96, 0x56, 0xbd, 0xe1, 0x3a, 0xea, 0x2c, 0xf8, 0xa5, 0x81, 0xee, - 0xda, 0xdd, 0x60, 0xda, 0xaf, 0xc6, 0x55, 0xbb, 0xf2, 0x5f, 0xa0, 0xb7, 0xea, 0x8e, 0xe5, 0xde, - 0xd4, 0xb7, 0x0b, 0xde, 0xd4, 0x99, 0x9c, 0x1d, 0xc7, 0x30, 0xaf, 0xea, 0x42, 0x89, 0xd1, 0xd4, - 0x9e, 0xff, 0x25, 0x6a, 0xd7, 0x6b, 0x7c, 0xa8, 0x08, 0x35, 0x8b, 0xd7, 0x4f, 0xe2, 0xbd, 0x5a, - 0xf9, 0x89, 0xd3, 0x5d, 0x58, 0x99, 0xe6, 0xd5, 0x2a, 0x13, 0xfc, 0xda, 0x44, 0xbe, 0x0d, 0xea, - 0x69, 0x59, 0x28, 0x22, 0x9f, 0xdb, 0xdc, 0xed, 0xa3, 0xfb, 0xee, 0x2e, 0x81, 0xfd, 0xdb, 0x7d, - 0x02, 0x16, 0xdf, 0xaa, 0xc7, 0x1b, 0xd6, 0x5a, 0xbb, 0x98, 0xa3, 0xba, 0x20, 0x06, 0x68, 0x95, - 0x42, 0x96, 0xf3, 0x42, 0x14, 0xa0, 0x30, 0x83, 0x8c, 0x08, 0xe9, 0x92, 0x32, 0xdf, 0x22, 0xc6, - 0x85, 0x12, 0x32, 0x71, 0x8f, 0x7b, 0xa6, 0xb6, 0x69, 0xb4, 0x96, 0x9f, 0x8f, 0x65, 0x76, 0x9e, - 0x4b, 0x34, 0x83, 0xeb, 0x4b, 0x68, 0x06, 0x7f, 0x79, 0x08, 0x3d, 0x9b, 0x7e, 0x6a, 0xfe, 0xe3, - 0x97, 0xea, 0x8d, 0xef, 0x01, 0x3f, 0x7b, 0xa8, 0x65, 0xa3, 0x1d, 0xe7, 0x5c, 0x32, 0xff, 0x73, - 0xb4, 0xe6, 0xc2, 0xd5, 0xd5, 0xfe, 0x12, 0xed, 0xcf, 0x35, 0x4d, 0x83, 0xf9, 0xbf, 0x1a, 0x60, - 0xe5, 0x2e, 0x1a, 0x72, 0x45, 0xb9, 0x2c, 0xaa, 0x01, 0xe7, 0x7c, 0x03, 0xde, 0xd5, 0xb3, 0x7b, - 0xe6, 0xc8, 0xd4, 0xb8, 0xca, 0xc8, 0xd4, 0xff, 0xc3, 0x43, 0x01, 0x85, 0x2c, 0xbc, 0x78, 0x18, - 0xed, 0xaf, 0xf4, 0xed, 0xec, 0x3a, 0xac, 0xa8, 0x43, 0x6f, 0xdf, 0xcd, 0x95, 0x61, 0x02, 0x29, - 0x91, 0x49, 0x08, 0x2a, 0x89, 0x12, 0x2e, 0x8d, 0xcd, 0x7a, 0xce, 0xcc, 0x85, 0x3e, 0x6f, 0x12, - 0xfe, 0xc4, 0xfe, 0xfc, 0xd8, 0x68, 0x6e, 0xf7, 0x7a, 0x3f, 0x35, 0x1e, 0x6e, 0x5b, 0x58, 0x8f, - 0xe9, 0xd0, 0x2e, 0xab, 0xd5, 0x5e, 0x27, 0x8c, 0x8d, 0xd8, 0x6f, 0xb5, 0xc0, 0x41, 0x8f, 0xe9, - 0x83, 0xa9, 0xc0, 0xc1, 0x5e, 0xe7, 0xc0, 0x0a, 0xfc, 0xd9, 0x08, 0xec, 0xbf, 0xdd, 0x6e, 0x8f, - 0xe9, 0x6e, 0x77, 0x2a, 0xd2, 0xed, 0xee, 0x75, 0xba, 0x5d, 0x2b, 0x34, 0xb9, 0x61, 0xbc, 0x7b, - 0xfc, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x09, 0x64, 0x1a, 0x67, 0xa6, 0x0b, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/bidding.proto", fileDescriptor_bidding_e5eb826532178520) +} + +var fileDescriptor_bidding_e5eb826532178520 = []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, + 0x04, 0x0f, 0xe8, 0x2c, 0xa7, 0x88, 0x07, 0x23, 0x84, 0xec, 0x4b, 0x1a, 0x59, 0x24, 0xaa, 0x6b, + 0x97, 0x00, 0x51, 0xc4, 0x6a, 0xbd, 0xbb, 0xb9, 0xac, 0x7a, 0xb7, 0x73, 0xec, 0xee, 0x25, 0xa4, + 0x2f, 0xfc, 0x17, 0x1e, 0x11, 0x3f, 0x81, 0x77, 0x24, 0xc4, 0xff, 0x40, 0x82, 0x57, 0x7e, 0x00, + 0xba, 0xdd, 0x3d, 0xbb, 0xc5, 0x49, 0xdc, 0x84, 0x20, 0xf1, 0xe4, 0x5d, 0xef, 0xcc, 0x37, 0xb3, + 0x33, 0xb3, 0x73, 0x83, 0x3e, 0x4c, 0x00, 0x92, 0x94, 0xb7, 0x09, 0xd3, 0x6d, 0xb7, 0x2c, 0x57, + 0xc7, 0x9d, 0x36, 0x85, 0x2c, 0x03, 0xd9, 0x9e, 0x08, 0xc6, 0x84, 0x4c, 0xa2, 0x5c, 0x81, 0x81, + 0xe0, 0xa1, 0x13, 0x89, 0x08, 0xd3, 0xd1, 0x54, 0x3a, 0x3a, 0xee, 0x44, 0x4e, 0x7a, 0x3d, 0x3e, + 0x8f, 0xc6, 0x65, 0x91, 0xe9, 0x76, 0x4e, 0x12, 0x8e, 0x41, 0x72, 0x9c, 0x2b, 0xc8, 0xc0, 0x70, + 0x86, 0xb5, 0x51, 0xc4, 0xf0, 0xe4, 0x14, 0x27, 0x40, 0x52, 0x67, 0x64, 0x7d, 0xf3, 0x62, 0x88, + 0x21, 0x2a, 0xe1, 0x06, 0x8b, 0x2c, 0x57, 0x5c, 0x6b, 0x01, 0x12, 0xeb, 0x23, 0xa2, 0x38, 0x4e, + 0x81, 0x12, 0x23, 0x40, 0x7a, 0x8a, 0x77, 0xb5, 0x6d, 0x77, 0x93, 0xe2, 0xb0, 0x7d, 0xa2, 0x48, + 0x9e, 0x73, 0xa5, 0xfd, 0xf9, 0x83, 0xca, 0x4a, 0x2e, 0xda, 0x44, 0x4a, 0x30, 0x56, 0xd9, 0x9f, + 0x86, 0x18, 0xa1, 0x18, 0xb2, 0x4c, 0x58, 0x03, 0xc1, 0x33, 0xb4, 0x46, 0xa7, 0x3b, 0x5c, 0x7a, + 0x8c, 0x33, 0x41, 0x15, 0xe8, 0x56, 0xed, 0x51, 0xed, 0x83, 0xe6, 0xc6, 0x7d, 0x1f, 0x8c, 0xa8, + 0x32, 0x16, 0x0d, 0xa4, 0xf9, 0xf8, 0xa3, 0x3d, 0x92, 0x16, 0x7c, 0xb4, 0x3a, 0x53, 0x1d, 0x11, + 0xc3, 0x77, 0xad, 0x62, 0x78, 0x07, 0x35, 0xb7, 0xe4, 0x11, 0x91, 0x94, 0xb3, 0x38, 0xa7, 0xe1, + 0xd7, 0xe8, 0xf6, 0x2e, 0x91, 0x05, 0x49, 0xe3, 0x9c, 0x06, 0x3b, 0x68, 0x95, 0xfb, 0x33, 0x4c, + 0x73, 0x8a, 0xb9, 0x24, 0x93, 0x94, 0x33, 0x6f, 0x6c, 0x7d, 0xce, 0x58, 0x1f, 0x20, 0x75, 0xb6, + 0x02, 0x3e, 0x63, 0x6e, 0x39, 0xad, 0xb0, 0x39, 0x43, 0x67, 0xaf, 0x6e, 0x8e, 0xc3, 0x7b, 0x68, + 0x65, 0x97, 0x7c, 0x27, 0x32, 0xf1, 0x92, 0xc7, 0x20, 0x8f, 0xb9, 0x2a, 0x7d, 0xd4, 0xe1, 0x57, + 0xe8, 0xdd, 0xf9, 0xbf, 0x2d, 0x3f, 0xf8, 0x14, 0x35, 0x7d, 0xf8, 0x15, 0x90, 0xea, 0xf6, 0x0f, + 0xe6, 0x1c, 0xda, 0x84, 0x62, 0x92, 0x72, 0xe7, 0x12, 0x72, 0x0a, 0x23, 0x20, 0x3a, 0xfc, 0xed, + 0x06, 0xba, 0x3b, 0x24, 0x09, 0x7f, 0x2a, 0xf9, 0xd0, 0x57, 0x40, 0xf0, 0x3d, 0xba, 0xf3, 0x5a, + 0x11, 0x58, 0xe8, 0xdb, 0x1b, 0xfb, 0xd1, 0x79, 0xa5, 0x66, 0xab, 0x20, 0xfa, 0x07, 0x66, 0xec, + 0x11, 0xdb, 0x40, 0xd2, 0x2d, 0x59, 0x64, 0x17, 0x9d, 0x8f, 0x96, 0xf4, 0x2b, 0xbb, 0x60, 0x88, + 0xd6, 0xca, 0x20, 0x4f, 0x04, 0xc3, 0x94, 0x8b, 0x54, 0xc8, 0xa4, 0x4a, 0x6e, 0x7d, 0x71, 0x72, + 0x57, 0x68, 0x4e, 0xfb, 0x82, 0xc5, 0x4e, 0xd1, 0xe5, 0x36, 0xf8, 0x0c, 0x2d, 0x95, 0xb4, 0x0c, + 0x98, 0x38, 0x14, 0x5c, 0xb5, 0x1a, 0x6f, 0x10, 0xa6, 0xe6, 0x44, 0xb0, 0x5d, 0xaf, 0x10, 0x0c, + 0xd0, 0x0a, 0xc8, 0xf4, 0x14, 0x2b, 0x22, 0x34, 0xc7, 0xde, 0x3b, 0xdd, 0xba, 0xb1, 0x30, 0xff, + 0xef, 0x94, 0x6a, 0xa3, 0x52, 0x2b, 0xb6, 0x7e, 0xe9, 0xe0, 0x05, 0x7a, 0xef, 0x35, 0x0a, 0x3e, + 0x39, 0xe2, 0x12, 0x4f, 0x0a, 0x56, 0x26, 0x91, 0x82, 0x2c, 0x43, 0x21, 0x24, 0x67, 0xad, 0x9b, + 0x0b, 0xe1, 0x8f, 0xd4, 0x0c, 0xfc, 0xe5, 0x11, 0x97, 0x7d, 0x0b, 0x89, 0x67, 0x8c, 0x20, 0x43, + 0xef, 0x9f, 0x61, 0xec, 0xdb, 0x82, 0xa4, 0xc2, 0x9c, 0x62, 0x4d, 0x41, 0x71, 0x2c, 0x34, 0x4e, + 0xe1, 0xa4, 0x75, 0xeb, 0xd2, 0xe6, 0x9e, 0x39, 0xcc, 0xb8, 0xa4, 0x0c, 0xf4, 0x0e, 0x9c, 0x84, + 0x7f, 0xd5, 0xd0, 0xed, 0xe7, 0xb6, 0xba, 0xe2, 0x9c, 0x04, 0xdb, 0x68, 0xd9, 0xd7, 0x26, 0xcd, + 0xc9, 0x25, 0xde, 0xe7, 0x5d, 0x53, 0x21, 0x7c, 0xfa, 0xae, 0xbf, 0x20, 0x76, 0xd0, 0x6a, 0x45, + 0x3c, 0x4c, 0x01, 0x54, 0xc5, 0x6b, 0x2c, 0xe6, 0x2d, 0x3b, 0xde, 0x93, 0x52, 0xcd, 0xb7, 0x8e, + 0xe6, 0xec, 0xd6, 0x59, 0xf8, 0x73, 0x1d, 0xdd, 0x73, 0xbb, 0xc1, 0xb4, 0x21, 0x8e, 0xcb, 0x7e, + 0x18, 0xbc, 0x44, 0x6f, 0x55, 0x2d, 0xd1, 0xbf, 0xa9, 0x6f, 0x16, 0xbc, 0xa9, 0x33, 0x39, 0x3b, + 0x9e, 0x61, 0x5f, 0xd5, 0x85, 0x12, 0xa3, 0xa9, 0xbd, 0xe0, 0x0b, 0xd4, 0xaa, 0xd6, 0xf8, 0x50, + 0x11, 0x6a, 0x17, 0x6f, 0x1e, 0xc4, 0xb5, 0x4a, 0xf9, 0x89, 0xd7, 0x5d, 0x98, 0x99, 0xc6, 0xd5, + 0x32, 0x13, 0xfe, 0xd2, 0x40, 0x81, 0xbb, 0xd4, 0xd3, 0xc2, 0x28, 0x22, 0x5f, 0xb8, 0xd8, 0xed, + 0xa3, 0xfb, 0xbe, 0x96, 0xc0, 0xfd, 0xed, 0xbf, 0x31, 0x8b, 0xab, 0xea, 0xf1, 0x86, 0xb3, 0xd6, + 0x32, 0x73, 0x54, 0x7f, 0x89, 0x01, 0x5a, 0xa6, 0x90, 0xe5, 0xdc, 0x08, 0x03, 0x0a, 0x33, 0xc8, + 0x88, 0x90, 0x3e, 0x28, 0xf3, 0x2d, 0x62, 0x6c, 0x94, 0x90, 0x89, 0x7f, 0xdc, 0x33, 0xb5, 0x4d, + 0xab, 0x75, 0xfd, 0xf1, 0xb8, 0xce, 0xce, 0x73, 0x89, 0x66, 0x70, 0xf3, 0x1a, 0x9a, 0xc1, 0x9f, + 0x35, 0x84, 0x9e, 0x4f, 0x3f, 0x35, 0xff, 0xf2, 0x4b, 0xf5, 0xbf, 0xef, 0x01, 0x3f, 0xd5, 0x50, + 0xd3, 0xdd, 0x76, 0x9c, 0x73, 0xc9, 0x82, 0xcf, 0xd1, 0x8a, 0xbf, 0xae, 0x2e, 0xf7, 0x97, 0x68, + 0x7f, 0xbe, 0x69, 0x5a, 0xcc, 0x7f, 0xd5, 0x00, 0x4b, 0x77, 0xd1, 0x90, 0x2b, 0xca, 0xa5, 0x29, + 0x07, 0x9c, 0xf3, 0x0d, 0xd4, 0xae, 0x1e, 0xdd, 0x33, 0x47, 0xa6, 0xfa, 0x55, 0x46, 0xa6, 0xfe, + 0xef, 0x35, 0x14, 0x52, 0xc8, 0xa2, 0x8b, 0xa7, 0xdd, 0xfe, 0x52, 0xdf, 0x0d, 0xc7, 0xc3, 0x92, + 0x3a, 0xac, 0xed, 0xfb, 0xc1, 0x35, 0x4a, 0x20, 0x25, 0x32, 0x89, 0x40, 0x25, 0xed, 0x84, 0x4b, + 0x6b, 0xb3, 0x1a, 0x64, 0x73, 0xa1, 0xcf, 0x1b, 0xb5, 0x3f, 0x71, 0x3f, 0x3f, 0xd4, 0x1b, 0xdb, + 0xbd, 0xde, 0x8f, 0xf5, 0x87, 0xdb, 0x0e, 0xd6, 0x63, 0x3a, 0x72, 0xcb, 0x72, 0xb5, 0xd7, 0x89, + 0x62, 0x2b, 0xf6, 0x6b, 0x25, 0x70, 0xd0, 0x63, 0xfa, 0x60, 0x2a, 0x70, 0xb0, 0xd7, 0x39, 0x70, + 0x02, 0x7f, 0xd4, 0x43, 0xf7, 0x6f, 0xb7, 0xdb, 0x63, 0xba, 0xdb, 0x9d, 0x8a, 0x74, 0xbb, 0x7b, + 0x9d, 0x6e, 0xd7, 0x09, 0x4d, 0x6e, 0x59, 0xef, 0x1e, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xa1, + 0x89, 0x7c, 0x93, 0x07, 0x0c, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/common/click_location.pb.go b/googleapis/ads/googleads/v1/common/click_location.pb.go index 128a3da42c6833d791a97848d6eac7d64e6c6d51..7dbeb2048efaeccadf653b20cca979288c91f3a1 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_513e560ab99fa4cc, []int{0} + return fileDescriptor_click_location_008a8732139bd35d, []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_513e560ab99fa4cc) + proto.RegisterFile("google/ads/googleads/v1/common/click_location.proto", fileDescriptor_click_location_008a8732139bd35d) } -var fileDescriptor_click_location_513e560ab99fa4cc = []byte{ +var fileDescriptor_click_location_008a8732139bd35d = []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 9e2f1bf35058424f499ad79f0e28e352aee7213f..3c02b8b507b7cc8547bd86a2a97f7f864e193627 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_788c5aafd5a06a45, []int{0} + return fileDescriptor_criteria_92ccbe676b7485ea, []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_788c5aafd5a06a45, []int{1} + return fileDescriptor_criteria_92ccbe676b7485ea, []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_788c5aafd5a06a45, []int{2} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{2} } func (m *MobileAppCategoryInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileAppCategoryInfo.Unmarshal(m, b) @@ -179,7 +179,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_788c5aafd5a06a45, []int{3} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{3} } func (m *MobileApplicationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileApplicationInfo.Unmarshal(m, b) @@ -219,7 +219,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_788c5aafd5a06a45, []int{4} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{4} } func (m *LocationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationInfo.Unmarshal(m, b) @@ -259,7 +259,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_788c5aafd5a06a45, []int{5} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{5} } func (m *DeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfo.Unmarshal(m, b) @@ -299,7 +299,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_788c5aafd5a06a45, []int{6} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{6} } func (m *PreferredContentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PreferredContentInfo.Unmarshal(m, b) @@ -345,7 +345,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_788c5aafd5a06a45, []int{7} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{7} } func (m *ListingGroupInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingGroupInfo.Unmarshal(m, b) @@ -399,7 +399,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_788c5aafd5a06a45, []int{8} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{8} } func (m *ListingScopeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingScopeInfo.Unmarshal(m, b) @@ -444,6 +444,7 @@ type ListingDimensionInfo struct { // *ListingDimensionInfo_ProductCondition // *ListingDimensionInfo_ProductItemId // *ListingDimensionInfo_ProductType + // *ListingDimensionInfo_UnknownListingDimension Dimension isListingDimensionInfo_Dimension `protobuf_oneof:"dimension"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -454,7 +455,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_788c5aafd5a06a45, []int{9} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{9} } func (m *ListingDimensionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingDimensionInfo.Unmarshal(m, b) @@ -530,6 +531,10 @@ type ListingDimensionInfo_ProductType struct { ProductType *ProductTypeInfo `protobuf:"bytes,12,opt,name=product_type,json=productType,proto3,oneof"` } +type ListingDimensionInfo_UnknownListingDimension struct { + UnknownListingDimension *UnknownListingDimensionInfo `protobuf:"bytes,14,opt,name=unknown_listing_dimension,json=unknownListingDimension,proto3,oneof"` +} + func (*ListingDimensionInfo_ListingBrand) isListingDimensionInfo_Dimension() {} func (*ListingDimensionInfo_HotelId) isListingDimensionInfo_Dimension() {} @@ -556,6 +561,8 @@ func (*ListingDimensionInfo_ProductItemId) isListingDimensionInfo_Dimension() {} func (*ListingDimensionInfo_ProductType) isListingDimensionInfo_Dimension() {} +func (*ListingDimensionInfo_UnknownListingDimension) isListingDimensionInfo_Dimension() {} + func (m *ListingDimensionInfo) GetDimension() isListingDimensionInfo_Dimension { if m != nil { return m.Dimension @@ -654,6 +661,13 @@ func (m *ListingDimensionInfo) GetProductType() *ProductTypeInfo { return nil } +func (m *ListingDimensionInfo) GetUnknownListingDimension() *UnknownListingDimensionInfo { + if x, ok := m.GetDimension().(*ListingDimensionInfo_UnknownListingDimension); ok { + return x.UnknownListingDimension + } + 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{}{ @@ -670,6 +684,7 @@ func (*ListingDimensionInfo) XXX_OneofFuncs() (func(msg proto.Message, b *proto. (*ListingDimensionInfo_ProductCondition)(nil), (*ListingDimensionInfo_ProductItemId)(nil), (*ListingDimensionInfo_ProductType)(nil), + (*ListingDimensionInfo_UnknownListingDimension)(nil), } } @@ -742,6 +757,11 @@ func _ListingDimensionInfo_OneofMarshaler(msg proto.Message, b *proto.Buffer) er if err := b.EncodeMessage(x.ProductType); err != nil { return err } + case *ListingDimensionInfo_UnknownListingDimension: + b.EncodeVarint(14<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.UnknownListingDimension); err != nil { + return err + } case nil: default: return fmt.Errorf("ListingDimensionInfo.Dimension has unexpected type %T", x) @@ -856,6 +876,14 @@ func _ListingDimensionInfo_OneofUnmarshaler(msg proto.Message, tag, wire int, b err := b.DecodeMessage(msg) m.Dimension = &ListingDimensionInfo_ProductType{msg} return true, err + case 14: // dimension.unknown_listing_dimension + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(UnknownListingDimensionInfo) + err := b.DecodeMessage(msg) + m.Dimension = &ListingDimensionInfo_UnknownListingDimension{msg} + return true, err default: return false, nil } @@ -930,6 +958,11 @@ func _ListingDimensionInfo_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *ListingDimensionInfo_UnknownListingDimension: + s := proto.Size(x.UnknownListingDimension) + 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)) @@ -950,7 +983,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_788c5aafd5a06a45, []int{10} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{10} } func (m *ListingBrandInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingBrandInfo.Unmarshal(m, b) @@ -990,7 +1023,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_788c5aafd5a06a45, []int{11} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{11} } func (m *HotelIdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelIdInfo.Unmarshal(m, b) @@ -1030,7 +1063,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_788c5aafd5a06a45, []int{12} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{12} } func (m *HotelClassInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelClassInfo.Unmarshal(m, b) @@ -1070,7 +1103,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_788c5aafd5a06a45, []int{13} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{13} } func (m *HotelCountryRegionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelCountryRegionInfo.Unmarshal(m, b) @@ -1110,7 +1143,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_788c5aafd5a06a45, []int{14} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{14} } func (m *HotelStateInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelStateInfo.Unmarshal(m, b) @@ -1150,7 +1183,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_788c5aafd5a06a45, []int{15} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{15} } func (m *HotelCityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelCityInfo.Unmarshal(m, b) @@ -1192,7 +1225,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_788c5aafd5a06a45, []int{16} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{16} } func (m *ListingCustomAttributeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListingCustomAttributeInfo.Unmarshal(m, b) @@ -1247,7 +1280,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_788c5aafd5a06a45, []int{17} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{17} } func (m *ProductBiddingCategoryInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductBiddingCategoryInfo.Unmarshal(m, b) @@ -1301,7 +1334,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_788c5aafd5a06a45, []int{18} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{18} } func (m *ProductChannelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductChannelInfo.Unmarshal(m, b) @@ -1341,7 +1374,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_788c5aafd5a06a45, []int{19} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{19} } func (m *ProductChannelExclusivityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductChannelExclusivityInfo.Unmarshal(m, b) @@ -1381,7 +1414,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_788c5aafd5a06a45, []int{20} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{20} } func (m *ProductConditionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductConditionInfo.Unmarshal(m, b) @@ -1421,7 +1454,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_788c5aafd5a06a45, []int{21} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{21} } func (m *ProductItemIdInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductItemIdInfo.Unmarshal(m, b) @@ -1463,7 +1496,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_788c5aafd5a06a45, []int{22} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{22} } func (m *ProductTypeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductTypeInfo.Unmarshal(m, b) @@ -1497,6 +1530,37 @@ func (m *ProductTypeInfo) GetLevel() enums.ProductTypeLevelEnum_ProductTypeLevel return enums.ProductTypeLevelEnum_UNSPECIFIED } +// Unknown listing dimension. +type UnknownListingDimensionInfo struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *UnknownListingDimensionInfo) Reset() { *m = UnknownListingDimensionInfo{} } +func (m *UnknownListingDimensionInfo) String() string { return proto.CompactTextString(m) } +func (*UnknownListingDimensionInfo) ProtoMessage() {} +func (*UnknownListingDimensionInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_criteria_92ccbe676b7485ea, []int{23} +} +func (m *UnknownListingDimensionInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UnknownListingDimensionInfo.Unmarshal(m, b) +} +func (m *UnknownListingDimensionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UnknownListingDimensionInfo.Marshal(b, m, deterministic) +} +func (dst *UnknownListingDimensionInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_UnknownListingDimensionInfo.Merge(dst, src) +} +func (m *UnknownListingDimensionInfo) XXX_Size() int { + return xxx_messageInfo_UnknownListingDimensionInfo.Size(m) +} +func (m *UnknownListingDimensionInfo) XXX_DiscardUnknown() { + xxx_messageInfo_UnknownListingDimensionInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_UnknownListingDimensionInfo proto.InternalMessageInfo + // Criterion for hotel date selection (default dates vs. user selected). type HotelDateSelectionTypeInfo struct { // Type of the hotel date selection @@ -1510,7 +1574,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_788c5aafd5a06a45, []int{23} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{24} } func (m *HotelDateSelectionTypeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelDateSelectionTypeInfo.Unmarshal(m, b) @@ -1552,7 +1616,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_788c5aafd5a06a45, []int{24} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{25} } func (m *HotelAdvanceBookingWindowInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelAdvanceBookingWindowInfo.Unmarshal(m, b) @@ -1601,7 +1665,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_788c5aafd5a06a45, []int{25} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{26} } func (m *HotelLengthOfStayInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelLengthOfStayInfo.Unmarshal(m, b) @@ -1648,7 +1712,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_788c5aafd5a06a45, []int{26} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{27} } func (m *HotelCheckInDayInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_HotelCheckInDayInfo.Unmarshal(m, b) @@ -1688,7 +1752,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_788c5aafd5a06a45, []int{27} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{28} } func (m *InteractionTypeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InteractionTypeInfo.Unmarshal(m, b) @@ -1759,7 +1823,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_788c5aafd5a06a45, []int{28} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{29} } func (m *AdScheduleInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdScheduleInfo.Unmarshal(m, b) @@ -1827,7 +1891,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_788c5aafd5a06a45, []int{29} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{30} } func (m *AgeRangeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AgeRangeInfo.Unmarshal(m, b) @@ -1867,7 +1931,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_788c5aafd5a06a45, []int{30} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{31} } func (m *GenderInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GenderInfo.Unmarshal(m, b) @@ -1907,7 +1971,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_788c5aafd5a06a45, []int{31} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{32} } func (m *IncomeRangeInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IncomeRangeInfo.Unmarshal(m, b) @@ -1947,7 +2011,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_788c5aafd5a06a45, []int{32} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{33} } func (m *ParentalStatusInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ParentalStatusInfo.Unmarshal(m, b) @@ -1987,7 +2051,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_788c5aafd5a06a45, []int{33} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{34} } func (m *YouTubeVideoInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YouTubeVideoInfo.Unmarshal(m, b) @@ -2027,7 +2091,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_788c5aafd5a06a45, []int{34} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{35} } func (m *YouTubeChannelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_YouTubeChannelInfo.Unmarshal(m, b) @@ -2068,7 +2132,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_788c5aafd5a06a45, []int{35} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{36} } func (m *UserListInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserListInfo.Unmarshal(m, b) @@ -2121,7 +2185,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_788c5aafd5a06a45, []int{36} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{37} } func (m *ProximityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProximityInfo.Unmarshal(m, b) @@ -2184,7 +2248,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_788c5aafd5a06a45, []int{37} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{38} } func (m *GeoPointInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GeoPointInfo.Unmarshal(m, b) @@ -2245,7 +2309,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_788c5aafd5a06a45, []int{38} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{39} } func (m *AddressInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AddressInfo.Unmarshal(m, b) @@ -2334,7 +2398,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_788c5aafd5a06a45, []int{39} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{40} } func (m *TopicInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TopicInfo.Unmarshal(m, b) @@ -2381,7 +2445,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_788c5aafd5a06a45, []int{40} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{41} } func (m *LanguageInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LanguageInfo.Unmarshal(m, b) @@ -2425,7 +2489,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_788c5aafd5a06a45, []int{41} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{42} } func (m *IpBlockInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IpBlockInfo.Unmarshal(m, b) @@ -2465,7 +2529,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_788c5aafd5a06a45, []int{42} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{43} } func (m *ContentLabelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ContentLabelInfo.Unmarshal(m, b) @@ -2505,7 +2569,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_788c5aafd5a06a45, []int{43} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{44} } func (m *CarrierInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CarrierInfo.Unmarshal(m, b) @@ -2545,7 +2609,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_788c5aafd5a06a45, []int{44} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{45} } func (m *UserInterestInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UserInterestInfo.Unmarshal(m, b) @@ -2597,7 +2661,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_788c5aafd5a06a45, []int{45} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{46} } func (m *WebpageInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebpageInfo.Unmarshal(m, b) @@ -2648,7 +2712,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_788c5aafd5a06a45, []int{46} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{47} } func (m *WebpageConditionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebpageConditionInfo.Unmarshal(m, b) @@ -2702,7 +2766,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_788c5aafd5a06a45, []int{47} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{48} } func (m *OperatingSystemVersionInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OperatingSystemVersionInfo.Unmarshal(m, b) @@ -2742,7 +2806,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_788c5aafd5a06a45, []int{48} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{49} } func (m *AppPaymentModelInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AppPaymentModelInfo.Unmarshal(m, b) @@ -2782,7 +2846,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_788c5aafd5a06a45, []int{49} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{50} } func (m *MobileDeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MobileDeviceInfo.Unmarshal(m, b) @@ -2823,7 +2887,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_788c5aafd5a06a45, []int{50} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{51} } func (m *CustomAffinityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomAffinityInfo.Unmarshal(m, b) @@ -2864,7 +2928,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_788c5aafd5a06a45, []int{51} + return fileDescriptor_criteria_92ccbe676b7485ea, []int{52} } func (m *CustomIntentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomIntentInfo.Unmarshal(m, b) @@ -2915,6 +2979,7 @@ func init() { proto.RegisterType((*ProductConditionInfo)(nil), "google.ads.googleads.v1.common.ProductConditionInfo") proto.RegisterType((*ProductItemIdInfo)(nil), "google.ads.googleads.v1.common.ProductItemIdInfo") proto.RegisterType((*ProductTypeInfo)(nil), "google.ads.googleads.v1.common.ProductTypeInfo") + proto.RegisterType((*UnknownListingDimensionInfo)(nil), "google.ads.googleads.v1.common.UnknownListingDimensionInfo") proto.RegisterType((*HotelDateSelectionTypeInfo)(nil), "google.ads.googleads.v1.common.HotelDateSelectionTypeInfo") proto.RegisterType((*HotelAdvanceBookingWindowInfo)(nil), "google.ads.googleads.v1.common.HotelAdvanceBookingWindowInfo") proto.RegisterType((*HotelLengthOfStayInfo)(nil), "google.ads.googleads.v1.common.HotelLengthOfStayInfo") @@ -2947,175 +3012,178 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/criteria.proto", fileDescriptor_criteria_788c5aafd5a06a45) -} - -var fileDescriptor_criteria_788c5aafd5a06a45 = []byte{ - // 2647 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x5a, 0x4d, 0x73, 0x1c, 0x47, - 0x19, 0x66, 0x57, 0xb6, 0xa5, 0x7d, 0x77, 0x65, 0xcb, 0x63, 0x47, 0xac, 0x95, 0x8f, 0x0a, 0x73, - 0x4a, 0x11, 0xb2, 0xb2, 0x64, 0x63, 0x82, 0x42, 0x08, 0x2b, 0xc9, 0xc8, 0x9b, 0xc8, 0xb1, 0x32, - 0x52, 0xe4, 0xc4, 0x76, 0x98, 0xb4, 0x66, 0x5a, 0xb3, 0x8d, 0x67, 0xba, 0xa7, 0x66, 0x7a, 0x64, - 0x2d, 0x17, 0xaa, 0xa8, 0xa2, 0x38, 0xc2, 0x99, 0x1b, 0x14, 0x07, 0xe0, 0xc4, 0x4f, 0xa0, 0x38, - 0x51, 0xfc, 0x04, 0x7e, 0x01, 0xc5, 0x6f, 0xe0, 0x40, 0xf5, 0xd7, 0xec, 0xec, 0x97, 0x66, 0x56, - 0x95, 0x93, 0x76, 0xba, 0xfb, 0x79, 0x9e, 0xb7, 0xbb, 0xdf, 0x7e, 0xfb, 0xed, 0x6e, 0xc1, 0x7b, - 0x01, 0x63, 0x41, 0x88, 0xd7, 0x91, 0x9f, 0xae, 0xab, 0x9f, 0xe2, 0xd7, 0xd9, 0xc6, 0xba, 0xc7, - 0xa2, 0x88, 0xd1, 0x75, 0x2f, 0x21, 0x1c, 0x27, 0x04, 0x75, 0xe2, 0x84, 0x71, 0x66, 0xbd, 0xa5, - 0xda, 0x74, 0x90, 0x9f, 0x76, 0xf2, 0xe6, 0x9d, 0xb3, 0x8d, 0x8e, 0x6a, 0xbe, 0xb6, 0x39, 0x8b, - 0x0e, 0xd3, 0x2c, 0x4a, 0xd7, 0x51, 0x80, 0xdd, 0x04, 0xd1, 0x00, 0xbb, 0x7c, 0x10, 0x63, 0xc5, - 0xb9, 0xb6, 0x55, 0x82, 0x89, 0x63, 0x37, 0x46, 0x83, 0x08, 0x53, 0xee, 0x46, 0xcc, 0xc7, 0x61, - 0x11, 0xfb, 0xe0, 0x62, 0xac, 0xc7, 0x28, 0x17, 0xb8, 0x10, 0x9d, 0x8c, 0xe2, 0xd6, 0x2f, 0xc6, - 0xf9, 0x68, 0xe0, 0xb2, 0x53, 0xf7, 0x15, 0xc6, 0x2f, 0x35, 0xe0, 0xbb, 0x25, 0x00, 0x7c, 0x46, - 0xbc, 0x8a, 0xe4, 0x01, 0xa6, 0x3e, 0x4e, 0x8a, 0xd6, 0x7c, 0x78, 0x31, 0xa0, 0xcf, 0x38, 0x0e, - 0x5d, 0x1f, 0x71, 0xec, 0xa6, 0x38, 0xc4, 0x1e, 0x27, 0x8c, 0x16, 0xe1, 0xdf, 0xbf, 0x18, 0x4e, - 0xa8, 0xc7, 0xa2, 0x29, 0xe3, 0x7e, 0xbf, 0x0c, 0xc6, 0x71, 0x82, 0x26, 0xc4, 0x4a, 0x46, 0xfc, - 0x25, 0x1e, 0xbc, 0x62, 0x89, 0xef, 0x46, 0x88, 0x7b, 0xfd, 0x22, 0x6e, 0xfb, 0x62, 0x5c, 0x48, - 0x52, 0x4e, 0x68, 0xe0, 0x7a, 0x59, 0xca, 0x59, 0xe4, 0x22, 0xce, 0x13, 0x72, 0x92, 0x71, 0xec, - 0x12, 0xea, 0xe3, 0xf3, 0x6a, 0xda, 0x86, 0x23, 0x48, 0x58, 0x16, 0x17, 0xb5, 0x4b, 0xbc, 0x32, - 0x22, 0x54, 0x28, 0xb1, 0x53, 0xb7, 0xcf, 0xb2, 0x44, 0x63, 0xde, 0xbf, 0x18, 0x13, 0xa3, 0x04, - 0x53, 0x8e, 0x42, 0x37, 0xe5, 0x88, 0x67, 0xe9, 0x1c, 0xfe, 0x1c, 0x27, 0xf8, 0x14, 0x27, 0x09, - 0xf6, 0x5d, 0xe3, 0x9d, 0xd5, 0x47, 0x29, 0x4e, 0x98, 0x9f, 0x79, 0xdc, 0x3d, 0x21, 0xbe, 0x2f, - 0x47, 0x0b, 0x71, 0x1c, 0xb0, 0x64, 0xe0, 0x86, 0xf8, 0x0c, 0x87, 0x9a, 0xe3, 0x5e, 0x35, 0x0e, - 0xaf, 0x8f, 0x28, 0xcd, 0x41, 0x1f, 0xcd, 0x05, 0x72, 0xf1, 0xb9, 0x17, 0x66, 0x29, 0x39, 0x23, - 0x7c, 0x50, 0xcd, 0x09, 0x73, 0x02, 0x46, 0x7d, 0x22, 0x7c, 0xaa, 0xda, 0x94, 0x1a, 0x98, 0x18, - 0xa2, 0x91, 0x4e, 0x96, 0x0e, 0x32, 0x3b, 0x27, 0x11, 0xe1, 0x03, 0x37, 0x41, 0x3e, 0xc9, 0x52, - 0x37, 0xa3, 0x84, 0xa7, 0xd5, 0x96, 0xdb, 0x2b, 0x7c, 0x12, 0x8b, 0x40, 0x95, 0x9b, 0xea, 0xb2, - 0x18, 0x27, 0x88, 0xfa, 0x1a, 0xfe, 0xe3, 0x4b, 0xc1, 0x39, 0x33, 0x9e, 0xa5, 0x63, 0xe8, 0xba, - 0xfc, 0x3a, 0xc9, 0x4e, 0xd7, 0x5f, 0x25, 0x28, 0x8e, 0x71, 0x62, 0xcc, 0x7b, 0xc3, 0xf0, 0xc7, - 0x64, 0x1d, 0x51, 0xca, 0x38, 0x12, 0x2c, 0xba, 0xd6, 0xfe, 0x53, 0x0d, 0x9a, 0x9f, 0xa8, 0x45, - 0xd6, 0xa3, 0xa7, 0xcc, 0xba, 0x0b, 0x57, 0x38, 0x3e, 0xe7, 0xed, 0xda, 0xdb, 0xb5, 0x77, 0x9a, - 0x9b, 0x6f, 0xe8, 0xa8, 0xdc, 0x31, 0xe4, 0x9d, 0x43, 0x9e, 0x10, 0x1a, 0x1c, 0xa3, 0x30, 0xc3, - 0x8e, 0x6c, 0x69, 0x79, 0x00, 0xc3, 0xd5, 0xd9, 0xae, 0xbf, 0x5d, 0x7b, 0xe7, 0xfa, 0xe6, 0x6e, - 0x67, 0x56, 0x60, 0x97, 0x9d, 0xea, 0x68, 0xc5, 0xc7, 0x02, 0x77, 0x34, 0x88, 0xf1, 0x43, 0x9a, - 0x45, 0x13, 0x85, 0x4e, 0x23, 0x32, 0x3f, 0xed, 0x8f, 0x60, 0xf9, 0x20, 0x44, 0x1e, 0x16, 0x61, - 0x5b, 0xda, 0xd9, 0x81, 0x85, 0x2c, 0x09, 0x2b, 0x99, 0x29, 0x1a, 0xda, 0x67, 0xf0, 0xda, 0x63, - 0x76, 0x42, 0x42, 0xdc, 0x8d, 0xe3, 0x1d, 0xed, 0xe6, 0x92, 0xe8, 0x2b, 0x78, 0x23, 0x92, 0x15, - 0xae, 0xd8, 0x19, 0xf2, 0x15, 0xe0, 0x31, 0x9a, 0x72, 0x44, 0xab, 0x0d, 0xc4, 0x9d, 0x68, 0x9c, - 0x7a, 0x47, 0xc3, 0xed, 0xfd, 0x82, 0x6e, 0x48, 0x3c, 0x39, 0xf6, 0x52, 0xf7, 0x1e, 0x5c, 0x13, - 0x82, 0xc4, 0x97, 0x43, 0x56, 0xa6, 0x70, 0x15, 0xc5, 0x71, 0xcf, 0xb7, 0x5f, 0x40, 0x6b, 0x9f, - 0x15, 0x48, 0xf6, 0xe1, 0x56, 0x80, 0x99, 0xcb, 0x51, 0x12, 0x60, 0x3e, 0x9f, 0xcd, 0x37, 0x03, - 0xcc, 0x8e, 0x24, 0x2e, 0xb7, 0xd5, 0x01, 0xd8, 0x95, 0x1b, 0x8f, 0xe4, 0xde, 0x85, 0x2b, 0x72, - 0x46, 0x6b, 0x72, 0x46, 0xef, 0x96, 0xcc, 0xa8, 0x02, 0xca, 0x79, 0x54, 0x3f, 0x1d, 0x89, 0xb6, - 0xcf, 0xe1, 0xf6, 0x81, 0x89, 0x50, 0x3b, 0x2a, 0x40, 0x49, 0xf6, 0xaf, 0x35, 0xbb, 0xf2, 0x97, - 0xfd, 0x12, 0xf6, 0x71, 0x8a, 0xdc, 0x67, 0xa6, 0x55, 0x68, 0xe5, 0xdf, 0xd7, 0x61, 0x65, 0x5f, - 0x85, 0xf0, 0x3d, 0x11, 0xc1, 0xa5, 0xec, 0x17, 0x23, 0x9d, 0x2a, 0x73, 0xd3, 0x22, 0x3c, 0x97, - 0x1c, 0x2f, 0x54, 0x72, 0xd6, 0x21, 0x80, 0x87, 0x52, 0xec, 0x9e, 0x89, 0xd1, 0xd5, 0x73, 0x7a, - 0xbf, 0x73, 0x71, 0x7e, 0x63, 0xb8, 0x76, 0x49, 0x84, 0x69, 0xaa, 0x27, 0xd5, 0x69, 0x08, 0x1e, - 0x39, 0x49, 0xd6, 0x53, 0xb8, 0xa3, 0x76, 0x06, 0x17, 0xf9, 0x7a, 0x1f, 0xd2, 0x19, 0x14, 0xa3, - 0xed, 0x85, 0x0a, 0xb3, 0xbc, 0xaa, 0xe0, 0x5d, 0x5f, 0x9a, 0xbb, 0x63, 0xb0, 0x76, 0x3f, 0x1f, - 0x9b, 0x43, 0x8f, 0xc5, 0x6a, 0xc2, 0x8f, 0x00, 0x7c, 0x63, 0x48, 0xda, 0xae, 0xbf, 0xbd, 0x70, - 0xe9, 0x1e, 0x14, 0x78, 0xec, 0xdf, 0x01, 0xdc, 0x9e, 0xd6, 0xc8, 0x7a, 0x0a, 0xcb, 0x66, 0x87, - 0x3d, 0x11, 0xe1, 0x50, 0x7b, 0xed, 0xdd, 0x8a, 0x8a, 0xdb, 0x02, 0x23, 0x88, 0x1e, 0x7d, 0xcb, - 0x69, 0x85, 0x85, 0x32, 0xeb, 0x11, 0x2c, 0xa9, 0x14, 0x27, 0x5f, 0x5b, 0xef, 0x96, 0x71, 0x3e, - 0x12, 0xed, 0x7b, 0x86, 0x6e, 0xb1, 0xaf, 0x3e, 0xad, 0xcf, 0xa0, 0xa9, 0x98, 0xbc, 0x10, 0xa5, - 0xa9, 0x1e, 0xf0, 0x4e, 0x25, 0xb2, 0x1d, 0x81, 0xd0, 0x7c, 0xd0, 0xcf, 0x4b, 0xac, 0x9f, 0xc3, - 0x6d, 0x4d, 0xc9, 0x32, 0xca, 0x93, 0x81, 0x9b, 0xe0, 0x40, 0x4c, 0xe6, 0x15, 0xc9, 0xfd, 0xa0, - 0x1a, 0xb7, 0x82, 0x3a, 0x12, 0xa9, 0x35, 0xac, 0xfe, 0x44, 0xcd, 0xd0, 0x7c, 0x91, 0x54, 0xe0, - 0xf6, 0xd5, 0x39, 0xcc, 0x3f, 0x14, 0x88, 0x11, 0xf3, 0x65, 0x89, 0xf5, 0x29, 0x80, 0x36, 0x9f, - 0xf0, 0x41, 0xfb, 0x9a, 0x64, 0x7c, 0xaf, 0x9a, 0xd1, 0x84, 0x0f, 0x34, 0x61, 0xa3, 0x6f, 0x0a, - 0xac, 0x33, 0x68, 0xcf, 0x4a, 0xd5, 0xda, 0x8b, 0x92, 0x7d, 0xab, 0xa2, 0x3f, 0xec, 0x48, 0x78, - 0xd7, 0xa0, 0xb5, 0xd4, 0x6a, 0x38, 0xb5, 0x56, 0xe8, 0xce, 0x4a, 0x7e, 0xda, 0xcb, 0xd5, 0x74, - 0x0f, 0x14, 0x7e, 0x5b, 0xc1, 0x8b, 0x7b, 0x8a, 0xd0, 0x8d, 0xa7, 0xd6, 0x5a, 0x5f, 0xc1, 0x8d, - 0xb1, 0xdc, 0xa7, 0xbd, 0x24, 0xe5, 0x36, 0x2b, 0xca, 0xed, 0x28, 0x94, 0x96, 0xb9, 0x1e, 0x8f, - 0x94, 0x5a, 0xbf, 0x84, 0xd7, 0x2f, 0x48, 0xad, 0xda, 0x0d, 0x29, 0xf5, 0xe1, 0x7c, 0x52, 0x0f, - 0x87, 0x04, 0x5a, 0xf5, 0x4e, 0x3c, 0xab, 0x81, 0xe5, 0xc1, 0xcd, 0x89, 0xd4, 0xac, 0x0d, 0xd5, - 0x82, 0xa1, 0x91, 0x35, 0x38, 0xad, 0xb6, 0x12, 0x8f, 0x95, 0x5b, 0xcf, 0x87, 0x83, 0x48, 0x38, - 0x8e, 0xc4, 0x3a, 0x6f, 0x4a, 0x89, 0x8d, 0x8a, 0x12, 0x3d, 0x8e, 0xa3, 0x7c, 0xb5, 0x2f, 0xc7, - 0xc5, 0x42, 0xeb, 0x08, 0x5a, 0xc5, 0x2c, 0xb1, 0xdd, 0x92, 0xcc, 0xeb, 0x15, 0x99, 0xc5, 0x86, - 0xa0, 0x79, 0x9b, 0xf1, 0xb0, 0x68, 0xbb, 0x09, 0x8d, 0x3c, 0x26, 0xda, 0x3f, 0xcd, 0x83, 0x6f, - 0x1e, 0xc4, 0xac, 0x4d, 0xb8, 0xaa, 0x76, 0x8e, 0x2a, 0x7b, 0xb7, 0x6a, 0x6a, 0x77, 0xa1, 0x59, - 0x08, 0x5c, 0x97, 0xa2, 0xd8, 0x81, 0xeb, 0xa3, 0xe1, 0xca, 0xda, 0x18, 0x65, 0x79, 0x7d, 0x82, - 0xa5, 0x47, 0xf9, 0x83, 0xfb, 0x23, 0x24, 0x31, 0xac, 0x4e, 0x8f, 0x4b, 0xd6, 0x31, 0xb4, 0x47, - 0xe3, 0x5c, 0x61, 0xfb, 0xaa, 0x62, 0xe5, 0xaa, 0x57, 0xa4, 0x1c, 0x6e, 0x5f, 0x4f, 0xb5, 0xd9, - 0x79, 0x98, 0xb2, 0x1e, 0xc2, 0x0d, 0x19, 0xe5, 0xe6, 0x14, 0xb8, 0x2e, 0x41, 0x43, 0xe2, 0x23, - 0x58, 0x1e, 0x89, 0x56, 0xd6, 0x0e, 0x5c, 0x17, 0xa1, 0x6e, 0x4e, 0xda, 0x65, 0x81, 0x19, 0xb2, - 0xfe, 0xa3, 0x06, 0x6b, 0xb3, 0xc3, 0xd4, 0x65, 0x26, 0xce, 0x8a, 0xe1, 0xaa, 0x3c, 0xca, 0xea, - 0x04, 0xea, 0x59, 0xb5, 0x4c, 0x66, 0x42, 0xdd, 0xc7, 0xe7, 0xc5, 0xa4, 0x66, 0x5a, 0xbd, 0xa3, - 0x84, 0xec, 0xff, 0xd5, 0x60, 0x6d, 0x76, 0xcc, 0xb3, 0xde, 0x85, 0x3a, 0xf1, 0xab, 0x38, 0x4d, - 0x9d, 0xf8, 0xd6, 0x47, 0xd0, 0x32, 0x7e, 0xe1, 0x31, 0x1f, 0x57, 0x4a, 0x81, 0x9b, 0x1a, 0xb1, - 0xc3, 0x7c, 0xd9, 0x7d, 0x79, 0x7c, 0x93, 0x7b, 0x72, 0x79, 0xf7, 0xa7, 0xdb, 0xbd, 0x2f, 0x18, - 0x74, 0x1a, 0x39, 0xb3, 0xde, 0x51, 0x42, 0x76, 0x0c, 0xd6, 0x64, 0x08, 0xb6, 0x9e, 0xc1, 0xa2, - 0x89, 0xe3, 0x2a, 0xa5, 0xfc, 0x49, 0x35, 0x4b, 0x4c, 0xe8, 0x2c, 0x88, 0xeb, 0x22, 0xc7, 0x10, - 0xda, 0x7f, 0xa9, 0xc1, 0x9b, 0x17, 0x86, 0x62, 0xeb, 0x37, 0x35, 0xb8, 0x35, 0x2d, 0xce, 0x2b, - 0x53, 0x8e, 0xe7, 0x33, 0x65, 0x88, 0x9f, 0x62, 0x55, 0xa1, 0xd6, 0xb1, 0xbc, 0x89, 0x32, 0xfb, - 0x17, 0x22, 0xcd, 0x9f, 0x0c, 0xdf, 0xd6, 0x09, 0x34, 0x86, 0xfb, 0x40, 0xb5, 0xa4, 0x7b, 0x9c, - 0x67, 0xc4, 0x1a, 0x53, 0xe8, 0x0c, 0x69, 0xed, 0x3d, 0xb8, 0x39, 0x11, 0xd7, 0x2f, 0x15, 0x0c, - 0xff, 0x50, 0x83, 0x1b, 0x63, 0x71, 0xfc, 0x52, 0x6b, 0xf3, 0x99, 0x71, 0xce, 0xfa, 0x3c, 0x1d, - 0x16, 0x92, 0x13, 0x1e, 0x99, 0x17, 0x1a, 0x37, 0xfc, 0x55, 0x0d, 0xd6, 0x64, 0x84, 0xda, 0x45, - 0x1c, 0x1f, 0x9a, 0xeb, 0xbb, 0xdc, 0x5c, 0x7f, 0xe4, 0x7c, 0x73, 0x50, 0xa2, 0x3c, 0x9d, 0x48, - 0xea, 0x4f, 0xaf, 0xd2, 0x47, 0xab, 0xdf, 0xd6, 0xe0, 0x4d, 0xd9, 0xa0, 0xeb, 0x9f, 0x21, 0xea, - 0xe1, 0x6d, 0xc6, 0x5e, 0x12, 0x1a, 0x3c, 0x25, 0xd4, 0x67, 0xaf, 0xa4, 0x1d, 0x0f, 0x60, 0x29, - 0x22, 0xd4, 0xf5, 0xd1, 0x20, 0xad, 0x12, 0x13, 0x16, 0x23, 0x42, 0x77, 0xd1, 0x20, 0x95, 0x38, - 0x74, 0xae, 0x70, 0xf5, 0x2a, 0x38, 0x74, 0x2e, 0x70, 0xc2, 0xa2, 0xd7, 0xa4, 0x45, 0xfb, 0x98, - 0x06, 0xbc, 0xff, 0xe4, 0xf4, 0x90, 0x23, 0xb5, 0x46, 0xb6, 0x00, 0x84, 0x25, 0x94, 0x04, 0x7d, - 0x5e, 0xc9, 0x96, 0x46, 0x44, 0xe8, 0xa7, 0xb2, 0xb5, 0xc4, 0xa2, 0x73, 0x83, 0xad, 0x57, 0xc1, - 0xa2, 0x73, 0x85, 0xb5, 0x23, 0xb8, 0xa5, 0x76, 0x92, 0x3e, 0xf6, 0x5e, 0xf6, 0x44, 0xef, 0xf4, - 0x8e, 0xd8, 0x2c, 0xdc, 0x06, 0xeb, 0x79, 0x7a, 0x50, 0x76, 0xb8, 0x46, 0x83, 0x27, 0xa7, 0x4f, - 0x31, 0x7e, 0xa9, 0xce, 0xd7, 0xe6, 0xcb, 0x69, 0xf8, 0xe6, 0xa7, 0x90, 0xeb, 0x0d, 0x6f, 0x58, - 0x73, 0x7f, 0x38, 0x1e, 0xf1, 0x87, 0xed, 0x12, 0x9d, 0x31, 0x06, 0xa9, 0x36, 0x56, 0x66, 0x0e, - 0xd7, 0x0b, 0x70, 0xbd, 0xeb, 0x1f, 0x7a, 0x7d, 0xec, 0x67, 0xa1, 0x92, 0x72, 0xa1, 0x95, 0x72, - 0x94, 0x70, 0x57, 0xdd, 0x7f, 0x6a, 0xc9, 0x1f, 0x95, 0x48, 0x3e, 0x96, 0x8d, 0x9f, 0x9c, 0x3e, - 0x62, 0x59, 0x22, 0xf5, 0x8a, 0x05, 0x4e, 0x53, 0x32, 0xaa, 0x22, 0xeb, 0x39, 0x00, 0xa6, 0xbe, - 0xa1, 0xaf, 0x7f, 0x03, 0xf4, 0x0d, 0x4c, 0x7d, 0x4d, 0xbe, 0x05, 0xa0, 0xac, 0xef, 0xb3, 0x2c, - 0xd1, 0x27, 0xbd, 0xa9, 0x53, 0x7d, 0x6f, 0x53, 0x4f, 0xb5, 0x6c, 0x2e, 0x68, 0x84, 0xd3, 0x0a, - 0xc3, 0x24, 0xf2, 0x4a, 0x39, 0x72, 0x11, 0x53, 0x5f, 0xe2, 0xc6, 0x7c, 0xe1, 0xea, 0x37, 0xe5, - 0x0b, 0x5f, 0x43, 0xab, 0x1b, 0x60, 0x07, 0xd1, 0x40, 0xcd, 0xcc, 0xc1, 0x88, 0x13, 0x94, 0x0d, - 0x99, 0x81, 0xe6, 0x1e, 0x50, 0x2c, 0xd0, 0xd3, 0xff, 0x0c, 0x60, 0x4f, 0x3e, 0x3b, 0xe8, 0x5b, - 0xa8, 0x22, 0xff, 0xfb, 0x25, 0xfc, 0x0a, 0x98, 0xb3, 0x0f, 0x3f, 0x35, 0x37, 0x81, 0x1b, 0x3d, - 0xf9, 0xc4, 0x30, 0xec, 0xc0, 0xbc, 0x5e, 0x9c, 0xa3, 0x0b, 0x5e, 0x3c, 0x52, 0xa6, 0xa5, 0x12, - 0xb0, 0x0e, 0xf4, 0xc5, 0xfb, 0xa1, 0xbc, 0x77, 0x97, 0x6a, 0x2f, 0x46, 0xd4, 0x1e, 0x95, 0x45, - 0xef, 0x11, 0x82, 0xe1, 0xc5, 0xd4, 0x44, 0xb1, 0xd6, 0xfc, 0x04, 0x56, 0xbe, 0x64, 0xd9, 0x51, - 0x76, 0x82, 0x8f, 0x89, 0x8f, 0x99, 0x54, 0xfc, 0x01, 0x2c, 0x9d, 0x89, 0x0f, 0x37, 0xcf, 0xa0, - 0x2e, 0xde, 0x67, 0x16, 0x65, 0xeb, 0x9e, 0x6f, 0x7f, 0x06, 0x96, 0x26, 0x2b, 0x26, 0x25, 0x1f, - 0x00, 0x98, 0xac, 0xa0, 0x22, 0x61, 0x43, 0xb7, 0xef, 0xf9, 0x76, 0x0f, 0x5a, 0x9f, 0xa7, 0x38, - 0x11, 0x09, 0xa1, 0x24, 0xfb, 0x21, 0x34, 0xb2, 0x14, 0x27, 0xae, 0x38, 0x48, 0x57, 0xe2, 0x5a, - 0xca, 0x34, 0xdc, 0xfe, 0x67, 0x1d, 0x96, 0x0f, 0xcc, 0xcd, 0xb9, 0x24, 0xeb, 0x41, 0x23, 0xc0, - 0xcc, 0x8d, 0x19, 0xc9, 0x6f, 0x29, 0xbf, 0x57, 0x76, 0xb2, 0xda, 0xc3, 0xec, 0x40, 0xb4, 0x97, - 0x37, 0x4b, 0x4b, 0x81, 0xfe, 0xb2, 0xee, 0xc3, 0x35, 0x75, 0x17, 0x3f, 0x33, 0x79, 0xdc, 0x65, - 0xd9, 0x49, 0xa8, 0x2e, 0xd2, 0x1c, 0xdd, 0xd6, 0x62, 0xd0, 0x2a, 0xde, 0xe0, 0xeb, 0xf4, 0xb1, - 0xfc, 0xfa, 0x51, 0x77, 0xc2, 0x91, 0xd8, 0xcf, 0x05, 0xd4, 0xec, 0xd2, 0x13, 0x15, 0x4e, 0x33, - 0x19, 0x7e, 0x58, 0x0f, 0x61, 0x11, 0xf9, 0x7e, 0x82, 0xd3, 0x54, 0x87, 0x86, 0xd2, 0xbb, 0xa8, - 0xae, 0x6a, 0x2e, 0xbb, 0x6b, 0xb0, 0xf6, 0xdf, 0x6b, 0xd0, 0x2a, 0x0e, 0x84, 0xf5, 0x05, 0xac, - 0x85, 0x8c, 0x06, 0x84, 0x67, 0x3e, 0x76, 0x09, 0x75, 0x23, 0xe2, 0x25, 0xcc, 0xf5, 0x71, 0x90, - 0x60, 0x7c, 0xe1, 0x36, 0x67, 0xa2, 0xd0, 0xb7, 0x73, 0x78, 0x8f, 0x3e, 0x16, 0xe0, 0x5d, 0x85, - 0xb5, 0x8e, 0xe1, 0x4e, 0x88, 0xf8, 0x0c, 0xe2, 0x7a, 0x39, 0xf1, 0xaa, 0x41, 0x8f, 0xf2, 0xda, - 0xff, 0x5e, 0x80, 0x66, 0xa1, 0x6f, 0xd6, 0x87, 0xd0, 0x8c, 0x59, 0xca, 0x51, 0xa8, 0x8e, 0x00, - 0x55, 0x5c, 0x0b, 0x14, 0x40, 0x9e, 0x00, 0xba, 0x20, 0x0e, 0xee, 0x67, 0x84, 0x7a, 0xb8, 0xfa, - 0x19, 0xa2, 0x65, 0x20, 0x92, 0x62, 0xfc, 0x14, 0xb2, 0x30, 0xef, 0x29, 0xa4, 0x68, 0x03, 0x45, - 0x11, 0xd6, 0x53, 0x5c, 0xd1, 0x86, 0x4f, 0x51, 0x84, 0xc5, 0xf9, 0x32, 0xe5, 0x09, 0xc6, 0xdc, - 0x35, 0x6e, 0x72, 0xb5, 0xca, 0xf9, 0x52, 0x61, 0xf4, 0x70, 0xaa, 0xc3, 0x6f, 0x91, 0x64, 0x53, - 0x5f, 0xcd, 0x95, 0x1e, 0x7e, 0x0b, 0x2c, 0x9b, 0x62, 0xa9, 0xcb, 0xb3, 0xae, 0xec, 0xca, 0x62, - 0x95, 0xa5, 0x2e, 0x9a, 0x8b, 0x6e, 0x88, 0xb4, 0xb4, 0x71, 0xc4, 0x62, 0xe2, 0x99, 0x43, 0x33, - 0x17, 0x1f, 0xf3, 0xbd, 0x48, 0x2c, 0x4b, 0x8c, 0x79, 0x8d, 0xb0, 0xee, 0xc2, 0x95, 0x18, 0xf1, - 0xbe, 0xbe, 0x88, 0x2e, 0x79, 0x89, 0x12, 0x2d, 0xed, 0x2f, 0xa1, 0xb5, 0x8f, 0x68, 0x90, 0x21, - 0xbd, 0x6d, 0xf4, 0xe0, 0x66, 0xa8, 0xbf, 0xe7, 0xb3, 0x64, 0xc5, 0xc0, 0xf2, 0xa7, 0x91, 0x8f, - 0xa1, 0xd9, 0x8b, 0xb7, 0x43, 0x26, 0x52, 0x39, 0x15, 0x61, 0x49, 0x9c, 0xcf, 0x58, 0xa5, 0x08, - 0x4b, 0x62, 0x3d, 0xce, 0x76, 0x08, 0x2b, 0xfa, 0xb5, 0x62, 0x1f, 0x9d, 0xe8, 0x90, 0x3d, 0xdf, - 0xbb, 0x44, 0x11, 0x9e, 0xef, 0x38, 0xe3, 0x85, 0x7a, 0xbf, 0x39, 0x86, 0xe6, 0x0e, 0x4a, 0x12, - 0xa2, 0xf7, 0xea, 0x3d, 0x58, 0xf1, 0xd4, 0xe7, 0x7c, 0x43, 0x72, 0x43, 0xa3, 0xf2, 0x11, 0x39, - 0x85, 0x15, 0xb1, 0x4f, 0xc8, 0xf4, 0x10, 0xeb, 0xbd, 0xc2, 0x81, 0x55, 0xb9, 0x57, 0x10, 0x5d, - 0x38, 0xbc, 0x53, 0xad, 0x22, 0x71, 0x3b, 0x2b, 0xf0, 0x99, 0x33, 0xb8, 0xfd, 0xe7, 0x1a, 0x34, - 0x9f, 0xaa, 0x37, 0xd0, 0xfc, 0x42, 0xc6, 0x5c, 0xac, 0x28, 0x4f, 0xad, 0x76, 0x21, 0x63, 0x30, - 0x72, 0xd5, 0x1d, 0x01, 0xe4, 0xe7, 0xc7, 0xca, 0x4f, 0x1d, 0xda, 0x8a, 0x91, 0x03, 0xae, 0x53, - 0xe0, 0xb1, 0xff, 0x56, 0x87, 0xdb, 0xd3, 0x1a, 0x59, 0x21, 0x2c, 0xea, 0x37, 0x5f, 0x3d, 0xc1, - 0x4e, 0xc9, 0x04, 0x8f, 0xb3, 0x3c, 0x51, 0x68, 0x39, 0xcf, 0x33, 0xea, 0x1c, 0x23, 0x61, 0xc5, - 0xb0, 0x64, 0x9e, 0x88, 0x75, 0x96, 0x7c, 0x74, 0x19, 0x39, 0xce, 0x92, 0xd9, 0x7a, 0x9c, 0x25, - 0x4e, 0xae, 0x62, 0xbd, 0x0f, 0x4b, 0x28, 0x09, 0xb2, 0x08, 0x53, 0x5e, 0x29, 0x88, 0xe6, 0xad, - 0xed, 0x5f, 0xd7, 0x60, 0x4d, 0x11, 0x12, 0x1a, 0x1c, 0x0e, 0x52, 0x8e, 0xa3, 0x63, 0x9c, 0xe4, - 0x6f, 0x44, 0x01, 0x7c, 0x87, 0x99, 0x5a, 0x37, 0x95, 0xd5, 0xee, 0x99, 0xaa, 0x9f, 0xcf, 0x7d, - 0xdf, 0x62, 0x53, 0x45, 0x72, 0x6f, 0xce, 0xe0, 0x56, 0x37, 0x8e, 0x0f, 0xd4, 0xff, 0x05, 0x3d, - 0x66, 0xbe, 0x5e, 0x96, 0x3f, 0x1b, 0x59, 0x96, 0x1f, 0x97, 0x65, 0xce, 0xa3, 0x0c, 0xc3, 0x04, - 0x7a, 0xb2, 0x5c, 0x2f, 0xce, 0x53, 0x58, 0x51, 0xaf, 0xc3, 0x85, 0x77, 0x57, 0x07, 0x56, 0xf5, - 0x83, 0xb4, 0xfa, 0x2f, 0xa0, 0xf9, 0x3a, 0x7a, 0x3b, 0x2a, 0xf0, 0xe5, 0xdd, 0x7b, 0x0e, 0x96, - 0xbe, 0xda, 0x3b, 0x3d, 0x25, 0xd4, 0x64, 0x63, 0x0f, 0xe1, 0x86, 0x79, 0x74, 0xd1, 0xc5, 0xd5, - 0xee, 0x4c, 0xbd, 0x11, 0x2a, 0xfb, 0x73, 0x58, 0x51, 0xe4, 0xbd, 0xe1, 0xf3, 0x6e, 0x17, 0x96, - 0x35, 0x35, 0x91, 0x85, 0x95, 0x88, 0x5b, 0x5e, 0x81, 0x66, 0xfb, 0x3f, 0x35, 0xb0, 0x3d, 0x16, - 0x95, 0xac, 0xca, 0xed, 0x65, 0x7d, 0xcd, 0x8a, 0x0e, 0x04, 0xe5, 0x41, 0xed, 0xd9, 0xae, 0x06, - 0x04, 0x4c, 0x44, 0xf1, 0x0e, 0x4b, 0x82, 0xf5, 0x00, 0x53, 0x29, 0x68, 0xfe, 0xbf, 0x22, 0x26, - 0xe9, 0xac, 0xff, 0x50, 0xfb, 0x40, 0xfd, 0xf9, 0x63, 0x7d, 0x61, 0xaf, 0xdb, 0xfd, 0x6b, 0xfd, - 0xad, 0x3d, 0x45, 0xd6, 0xf5, 0xd3, 0x8e, 0xfa, 0x29, 0x7e, 0x1d, 0x6f, 0x74, 0x76, 0x64, 0xb3, - 0x7f, 0x99, 0x06, 0x2f, 0xba, 0x7e, 0xfa, 0x22, 0x6f, 0xf0, 0xe2, 0x78, 0xe3, 0x85, 0x6a, 0xf0, - 0xdf, 0xba, 0xad, 0x4a, 0xb7, 0xb6, 0xba, 0x7e, 0xba, 0xb5, 0x95, 0x37, 0xd9, 0xda, 0x3a, 0xde, - 0xd8, 0xda, 0x52, 0x8d, 0x4e, 0xae, 0x49, 0xeb, 0xee, 0xfd, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x4e, - 0xc2, 0x3b, 0x34, 0x3e, 0x27, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/criteria.proto", fileDescriptor_criteria_92ccbe676b7485ea) +} + +var fileDescriptor_criteria_92ccbe676b7485ea = []byte{ + // 2690 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, } 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 7c85e7b2c13bbabae0e73d2461f85da038b9d83d..f740b6eb1e7f0d3ae8a81a1e00eb2e6b7cde83a0 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_c1665ae897f7ccc6, []int{0} + return fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc, []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_c1665ae897f7ccc6, []int{1} + return fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc, []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_c1665ae897f7ccc6, []int{2} + return fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc, []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_c1665ae897f7ccc6) + proto.RegisterFile("google/ads/googleads/v1/common/criterion_category_availability.proto", fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc) } -var fileDescriptor_criterion_category_availability_c1665ae897f7ccc6 = []byte{ +var fileDescriptor_criterion_category_availability_aa40e26a9a11ccdc = []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 14fa4c67868e204eaebba4460551a3ddede4a21e..74a5bf6382c49dc4d0ee8b107467e9ec820b2722 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_e9f2a11e13540277, []int{0} + return fileDescriptor_custom_parameter_43f75635a6cfec51, []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_e9f2a11e13540277) + proto.RegisterFile("google/ads/googleads/v1/common/custom_parameter.proto", fileDescriptor_custom_parameter_43f75635a6cfec51) } -var fileDescriptor_custom_parameter_e9f2a11e13540277 = []byte{ +var fileDescriptor_custom_parameter_43f75635a6cfec51 = []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 2f3dda79c997f6df36c1ff278be14521b15e1058..7061176255d9924b938f7936fac11da51144c420 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_d877159279efe2f5, []int{0} + return fileDescriptor_dates_2d0d4988d8617604, []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_d877159279efe2f5) + proto.RegisterFile("google/ads/googleads/v1/common/dates.proto", fileDescriptor_dates_2d0d4988d8617604) } -var fileDescriptor_dates_d877159279efe2f5 = []byte{ +var fileDescriptor_dates_2d0d4988d8617604 = []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 c0ea500dce7f765e3f1ac64e53ecaeb44933112a..827b42881f2ab719d0c2db991a3028575c9b0b86 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_d2af3f69dece3c83, []int{0} + return fileDescriptor_explorer_auto_optimizer_setting_bb177ca484642d88, []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_d2af3f69dece3c83) + proto.RegisterFile("google/ads/googleads/v1/common/explorer_auto_optimizer_setting.proto", fileDescriptor_explorer_auto_optimizer_setting_bb177ca484642d88) } -var fileDescriptor_explorer_auto_optimizer_setting_d2af3f69dece3c83 = []byte{ +var fileDescriptor_explorer_auto_optimizer_setting_bb177ca484642d88 = []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 e16f9621d4eb277994c980ddbe5dd1e9650c862b..347480b3238a10906d16dea2c0bcc34f463be3ef 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_d891c1e411eb40f7, []int{0} + return fileDescriptor_extensions_2239c00309aa63f0, []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_d891c1e411eb40f7, []int{1} + return fileDescriptor_extensions_2239c00309aa63f0, []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_d891c1e411eb40f7, []int{2} + return fileDescriptor_extensions_2239c00309aa63f0, []int{2} } func (m *CalloutFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CalloutFeedItem.Unmarshal(m, b) @@ -287,7 +287,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_d891c1e411eb40f7, []int{3} + return fileDescriptor_extensions_2239c00309aa63f0, []int{3} } func (m *TextMessageFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextMessageFeedItem.Unmarshal(m, b) @@ -366,7 +366,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_d891c1e411eb40f7, []int{4} + return fileDescriptor_extensions_2239c00309aa63f0, []int{4} } func (m *PriceFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceFeedItem.Unmarshal(m, b) @@ -451,7 +451,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_d891c1e411eb40f7, []int{5} + return fileDescriptor_extensions_2239c00309aa63f0, []int{5} } func (m *PriceOffer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PriceOffer.Unmarshal(m, b) @@ -568,7 +568,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_d891c1e411eb40f7, []int{6} + return fileDescriptor_extensions_2239c00309aa63f0, []int{6} } func (m *PromotionFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PromotionFeedItem.Unmarshal(m, b) @@ -880,7 +880,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_d891c1e411eb40f7, []int{7} + return fileDescriptor_extensions_2239c00309aa63f0, []int{7} } func (m *StructuredSnippetFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StructuredSnippetFeedItem.Unmarshal(m, b) @@ -948,7 +948,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_d891c1e411eb40f7, []int{8} + return fileDescriptor_extensions_2239c00309aa63f0, []int{8} } func (m *SitelinkFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SitelinkFeedItem.Unmarshal(m, b) @@ -1037,10 +1037,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/extensions.proto", fileDescriptor_extensions_d891c1e411eb40f7) + proto.RegisterFile("google/ads/googleads/v1/common/extensions.proto", fileDescriptor_extensions_2239c00309aa63f0) } -var fileDescriptor_extensions_d891c1e411eb40f7 = []byte{ +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, diff --git a/googleapis/ads/googleads/v1/common/feed_common.pb.go b/googleapis/ads/googleads/v1/common/feed_common.pb.go index f223fcd0769922f678ccce959ec628aef22d85c6..6840450f24e0daa63062038fed4c405a2d49fd60 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_e64b3728cd328166, []int{0} + return fileDescriptor_feed_common_b17b466fdc56ce06, []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_e64b3728cd328166) + proto.RegisterFile("google/ads/googleads/v1/common/feed_common.proto", fileDescriptor_feed_common_b17b466fdc56ce06) } -var fileDescriptor_feed_common_e64b3728cd328166 = []byte{ +var fileDescriptor_feed_common_b17b466fdc56ce06 = []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/frequency_cap.pb.go b/googleapis/ads/googleads/v1/common/frequency_cap.pb.go index 575ced73e39817a71f3ec2b7ca59e8752d209841..257e44b8f14ced4924e3296cd7b4b1f1fee45d1b 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_31028d98fca9f9b0, []int{0} + return fileDescriptor_frequency_cap_862bb28b62c3bb34, []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_31028d98fca9f9b0, []int{1} + return fileDescriptor_frequency_cap_862bb28b62c3bb34, []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_31028d98fca9f9b0) + proto.RegisterFile("google/ads/googleads/v1/common/frequency_cap.proto", fileDescriptor_frequency_cap_862bb28b62c3bb34) } -var fileDescriptor_frequency_cap_31028d98fca9f9b0 = []byte{ +var fileDescriptor_frequency_cap_862bb28b62c3bb34 = []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 d9aa3cc63e26648e3339776d36fc7a8fc597de8d..170c940fcdfe01bde4c4aa02df2eb2af110a441b 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_2c0bc4aa448c65d1, []int{0} + return fileDescriptor_keyword_plan_common_4e2e51c5040e95c3, []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_2c0bc4aa448c65d1) + proto.RegisterFile("google/ads/googleads/v1/common/keyword_plan_common.proto", fileDescriptor_keyword_plan_common_4e2e51c5040e95c3) } -var fileDescriptor_keyword_plan_common_2c0bc4aa448c65d1 = []byte{ +var fileDescriptor_keyword_plan_common_4e2e51c5040e95c3 = []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 2a3e9930e3753ff655531e6d5d0d8ba301f80882..08fce50ca14262a8ca7173d865aeb194fd47a925 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_52b2512267ac3b83, []int{0} + return fileDescriptor_matching_function_bb47824ec6458466, []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_52b2512267ac3b83, []int{1} + return fileDescriptor_matching_function_bb47824ec6458466, []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_52b2512267ac3b83, []int{1, 0} + return fileDescriptor_matching_function_bb47824ec6458466, []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_52b2512267ac3b83, []int{1, 1} + return fileDescriptor_matching_function_bb47824ec6458466, []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_52b2512267ac3b83, []int{1, 2} + return fileDescriptor_matching_function_bb47824ec6458466, []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_52b2512267ac3b83, []int{1, 3} + return fileDescriptor_matching_function_bb47824ec6458466, []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_52b2512267ac3b83) + proto.RegisterFile("google/ads/googleads/v1/common/matching_function.proto", fileDescriptor_matching_function_bb47824ec6458466) } -var fileDescriptor_matching_function_52b2512267ac3b83 = []byte{ +var fileDescriptor_matching_function_bb47824ec6458466 = []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 ebffbbfb405d613dd2de2506b36860dc72483963..f99f36669872365050e7471f5c8be3222c902ace 100644 --- a/googleapis/ads/googleads/v1/common/metrics.pb.go +++ b/googleapis/ads/googleads/v1/common/metrics.pb.go @@ -339,7 +339,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_2cc5cc247c8c5e27, []int{0} + return fileDescriptor_metrics_3346e1d1037bca38, []int{0} } func (m *Metrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Metrics.Unmarshal(m, b) @@ -1001,10 +1001,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/metrics.proto", fileDescriptor_metrics_2cc5cc247c8c5e27) + proto.RegisterFile("google/ads/googleads/v1/common/metrics.proto", fileDescriptor_metrics_3346e1d1037bca38) } -var fileDescriptor_metrics_2cc5cc247c8c5e27 = []byte{ +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, diff --git a/googleapis/ads/googleads/v1/common/policy.pb.go b/googleapis/ads/googleads/v1/common/policy.pb.go index 2ab26e1cc879536b7fba834d46cea09cd76ef7e0..78551dcdbc70bc55674ce24c85870974bccce41a 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_e7b873ac4a983b1f, []int{0} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{0} } func (m *PolicyViolationKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyViolationKey.Unmarshal(m, b) @@ -88,16 +88,26 @@ type PolicyValidationParameter struct { // 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:"-"` + // The list of policy violation keys that should not cause a + // PolicyViolationError to be reported. Not all policy violations are + // exemptable, please refer to the is_exemptible field in the returned + // PolicyViolationError. + // + // Resources violating these polices will be saved, but will not be eligible + // to serve. They may begin serving at a later time due to a change in + // policies, re-review of the resource, or a change in advertiser + // certificates. + ExemptPolicyViolationKeys []*PolicyViolationKey `protobuf:"bytes,2,rep,name=exempt_policy_violation_keys,json=exemptPolicyViolationKeys,proto3" json:"exempt_policy_violation_keys,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_e7b873ac4a983b1f, []int{1} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{1} } func (m *PolicyValidationParameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyValidationParameter.Unmarshal(m, b) @@ -124,6 +134,13 @@ func (m *PolicyValidationParameter) GetIgnorablePolicyTopics() []*wrappers.Strin return nil } +func (m *PolicyValidationParameter) GetExemptPolicyViolationKeys() []*PolicyViolationKey { + if m != nil { + return m.ExemptPolicyViolationKeys + } + return nil +} + // Policy finding attached to a resource (e.g. alcohol policy associated with // a site that sells alcohol). // @@ -157,7 +174,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_e7b873ac4a983b1f, []int{2} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{2} } func (m *PolicyTopicEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEntry.Unmarshal(m, b) @@ -228,7 +245,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_e7b873ac4a983b1f, []int{3} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{3} } func (m *PolicyTopicEvidence) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence.Unmarshal(m, b) @@ -502,7 +519,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_e7b873ac4a983b1f, []int{3, 0} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 0} } func (m *PolicyTopicEvidence_TextList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_TextList.Unmarshal(m, b) @@ -547,7 +564,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_e7b873ac4a983b1f, []int{3, 1} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 1} } func (m *PolicyTopicEvidence_WebsiteList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_WebsiteList.Unmarshal(m, b) @@ -592,7 +609,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_e7b873ac4a983b1f, []int{3, 2} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 2} } func (m *PolicyTopicEvidence_DestinationTextList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_DestinationTextList.Unmarshal(m, b) @@ -636,7 +653,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_e7b873ac4a983b1f, []int{3, 3} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{3, 3} } func (m *PolicyTopicEvidence_DestinationMismatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEvidence_DestinationMismatch.Unmarshal(m, b) @@ -684,7 +701,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_e7b873ac4a983b1f, []int{4} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{4} } func (m *PolicyTopicConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint.Unmarshal(m, b) @@ -900,7 +917,7 @@ func (m *PolicyTopicConstraint_CountryConstraintList) String() string { } func (*PolicyTopicConstraint_CountryConstraintList) ProtoMessage() {} func (*PolicyTopicConstraint_CountryConstraintList) Descriptor() ([]byte, []int) { - return fileDescriptor_policy_e7b873ac4a983b1f, []int{4, 0} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{4, 0} } func (m *PolicyTopicConstraint_CountryConstraintList) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint_CountryConstraintList.Unmarshal(m, b) @@ -950,7 +967,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_e7b873ac4a983b1f, []int{4, 1} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{4, 1} } func (m *PolicyTopicConstraint_ResellerConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint_ResellerConstraint.Unmarshal(m, b) @@ -989,7 +1006,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_e7b873ac4a983b1f, []int{4, 2} + return fileDescriptor_policy_f657c12d8ca67d0d, []int{4, 2} } func (m *PolicyTopicConstraint_CountryConstraint) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicConstraint_CountryConstraint.Unmarshal(m, b) @@ -1032,72 +1049,74 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/policy.proto", fileDescriptor_policy_e7b873ac4a983b1f) -} - -var fileDescriptor_policy_e7b873ac4a983b1f = []byte{ - // 998 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x4d, 0x6f, 0xdb, 0x36, - 0x18, 0x8e, 0x9c, 0xa4, 0x71, 0xe8, 0x36, 0x48, 0x99, 0x66, 0xf5, 0xbc, 0xa2, 0x2b, 0x3c, 0x60, - 0x18, 0x50, 0x40, 0x86, 0x1d, 0x0c, 0x18, 0xdc, 0x7d, 0xc0, 0x71, 0x0a, 0x3b, 0x68, 0x3b, 0x64, - 0x9a, 0xeb, 0x00, 0x5b, 0x30, 0x95, 0x91, 0x58, 0x95, 0x80, 0x44, 0x6a, 0x24, 0xed, 0xc4, 0xd8, - 0x07, 0x76, 0xd9, 0x7f, 0x18, 0xb0, 0xdb, 0x8e, 0xbd, 0xee, 0xbe, 0x1f, 0xb0, 0xf3, 0xf6, 0x17, - 0x76, 0xd8, 0xaf, 0x18, 0x44, 0x52, 0xb2, 0x62, 0x3b, 0xb3, 0x63, 0xa4, 0x27, 0xd3, 0xe4, 0xfb, - 0x3e, 0xcf, 0xc3, 0x87, 0x2f, 0x5f, 0x0a, 0x3c, 0x0c, 0x18, 0x0b, 0x42, 0x5c, 0x43, 0xbe, 0xa8, - 0xe9, 0x61, 0x32, 0x1a, 0xd6, 0x6b, 0x1e, 0x8b, 0x22, 0x46, 0x6b, 0x31, 0x0b, 0x89, 0x37, 0xb2, - 0x63, 0xce, 0x24, 0x83, 0xf7, 0x75, 0x84, 0x8d, 0x7c, 0x61, 0x67, 0xc1, 0xf6, 0xb0, 0x6e, 0xeb, - 0xe0, 0xca, 0xa3, 0xcb, 0xc0, 0x30, 0x1d, 0x44, 0xc2, 0x60, 0xb9, 0x92, 0xc5, 0xc4, 0x73, 0x31, - 0x95, 0x7c, 0xe4, 0xca, 0x51, 0x8c, 0x35, 0x78, 0xe5, 0xf8, 0x2a, 0xc9, 0x43, 0xe2, 0x63, 0xea, - 0x61, 0xd7, 0xc7, 0x42, 0x12, 0x8a, 0x24, 0x61, 0xd4, 0x8d, 0x88, 0x88, 0x90, 0xf4, 0x5e, 0xb9, - 0x03, 0x1e, 0xe6, 0x81, 0x8d, 0xea, 0x9a, 0xfa, 0x77, 0x3a, 0x78, 0x59, 0x3b, 0xe3, 0x28, 0x8e, - 0x31, 0x17, 0x66, 0xfd, 0x5e, 0x4a, 0x1c, 0x93, 0x1a, 0xa2, 0x94, 0x49, 0x05, 0x67, 0x56, 0xab, - 0xbf, 0x58, 0x00, 0x1e, 0x29, 0xee, 0x3e, 0x61, 0xa1, 0x5a, 0x7a, 0x82, 0x47, 0xf0, 0x13, 0x50, - 0x32, 0x8a, 0x28, 0x8a, 0x70, 0xd9, 0x7a, 0x60, 0x7d, 0x50, 0x6a, 0xdc, 0x33, 0xae, 0xd8, 0x29, - 0x95, 0xfd, 0xa5, 0xe4, 0x84, 0x06, 0x7d, 0x14, 0x0e, 0xb0, 0x03, 0x74, 0xc2, 0xe7, 0x28, 0xc2, - 0xb0, 0x0d, 0xb6, 0x86, 0x1a, 0x8e, 0x06, 0xae, 0xc4, 0xe7, 0xb2, 0x5c, 0x58, 0x00, 0xe1, 0x56, - 0x96, 0xd3, 0xc3, 0xe7, 0xb2, 0xfa, 0x2d, 0x78, 0xdb, 0x28, 0x43, 0x21, 0xf1, 0x95, 0xb4, 0x23, - 0xc4, 0x51, 0x84, 0x25, 0xe6, 0xb0, 0x07, 0xee, 0x92, 0x80, 0x32, 0x8e, 0x4e, 0x43, 0xec, 0xe6, - 0xcd, 0x13, 0x65, 0xeb, 0xc1, 0xea, 0x5c, 0xaa, 0xdd, 0x2c, 0x59, 0x53, 0xf4, 0x54, 0x6a, 0xf5, - 0xaf, 0x02, 0xd8, 0xce, 0x4d, 0x3c, 0x4e, 0x0e, 0x11, 0x36, 0xc0, 0xba, 0x42, 0x5e, 0xc8, 0x05, - 0x1d, 0x0a, 0x5f, 0x80, 0xb5, 0xe4, 0x88, 0xd4, 0xb6, 0xb7, 0x1a, 0x4f, 0xed, 0xcb, 0x2a, 0x4b, - 0x1d, 0xbe, 0x3d, 0x49, 0xd9, 0x1b, 0xc5, 0xf8, 0x31, 0x1d, 0x44, 0x33, 0x17, 0x1c, 0x85, 0x0c, - 0xbf, 0x00, 0x9b, 0x69, 0x99, 0x88, 0xf2, 0xaa, 0xda, 0xf2, 0x9e, 0xfd, 0xff, 0x05, 0x7c, 0x01, - 0xce, 0xe4, 0x3a, 0x63, 0x14, 0x78, 0x0c, 0x4a, 0x1e, 0xa3, 0x42, 0x72, 0x44, 0xa8, 0x14, 0xe5, - 0x35, 0x05, 0xfa, 0xe1, 0x15, 0x40, 0xdb, 0x59, 0xb6, 0x93, 0x47, 0xaa, 0xfe, 0x54, 0x04, 0x3b, - 0x33, 0xb8, 0x61, 0x13, 0x6c, 0xbe, 0x92, 0x32, 0x76, 0x3d, 0xe6, 0x63, 0x53, 0x21, 0xef, 0x4c, - 0xb9, 0x7b, 0x48, 0xe5, 0x5e, 0x43, 0x99, 0xdb, 0x5d, 0x71, 0x8a, 0x49, 0x7c, 0x9b, 0xf9, 0x18, - 0xfa, 0xe0, 0xe6, 0x19, 0x3e, 0x15, 0x44, 0x62, 0x37, 0x24, 0x42, 0x96, 0x57, 0x55, 0xfa, 0x67, - 0x4b, 0x58, 0x60, 0x1f, 0x6b, 0x9c, 0xa7, 0x44, 0xc8, 0xee, 0x8a, 0x53, 0x3a, 0x1b, 0xff, 0x85, - 0x5f, 0x83, 0xcd, 0xa4, 0x7c, 0x35, 0xc5, 0x9a, 0xa2, 0xf8, 0x78, 0x19, 0x8a, 0xa4, 0xa0, 0x0d, - 0x7e, 0x51, 0x9a, 0x31, 0x6c, 0x83, 0x5b, 0x21, 0xa2, 0xc1, 0x00, 0x05, 0x58, 0x5b, 0xb0, 0x3e, - 0xbf, 0xc0, 0xba, 0x2b, 0xce, 0xcd, 0x34, 0x49, 0xf9, 0xf0, 0x03, 0xd8, 0xcd, 0x77, 0x89, 0xb1, - 0xda, 0x1b, 0x0a, 0xac, 0xb3, 0x8c, 0xda, 0x83, 0x31, 0x60, 0x4e, 0xf8, 0x8e, 0x3f, 0x3d, 0x0d, - 0xbf, 0x07, 0x77, 0x66, 0x35, 0xa9, 0xf2, 0xc6, 0xb5, 0xb0, 0x3f, 0x33, 0x70, 0x13, 0xec, 0xe9, - 0x74, 0xe5, 0x53, 0x50, 0xcc, 0x94, 0x24, 0xd7, 0x14, 0x9f, 0xcb, 0xc5, 0xee, 0xbf, 0x0e, 0xad, - 0x74, 0x40, 0x29, 0x77, 0xf8, 0xf0, 0x23, 0x50, 0x34, 0x87, 0xbf, 0x18, 0x4a, 0x16, 0x5d, 0x79, - 0x01, 0x76, 0x66, 0x98, 0x06, 0x0f, 0xc1, 0xed, 0xc9, 0xc3, 0x59, 0x0c, 0x79, 0x7b, 0xc2, 0x6b, - 0x51, 0xf9, 0xdd, 0xba, 0x40, 0x91, 0x5a, 0x00, 0x7f, 0xb5, 0xc0, 0x66, 0xfa, 0x22, 0x68, 0xec, - 0xad, 0xc6, 0x8f, 0x57, 0xe8, 0x37, 0xc6, 0xf5, 0x19, 0xd0, 0xcf, 0x79, 0x38, 0xb3, 0x11, 0xcd, - 0xcd, 0x70, 0x8a, 0x03, 0x3d, 0x10, 0xfb, 0x1b, 0x60, 0x7d, 0x98, 0x6c, 0xa8, 0xfa, 0xc7, 0x06, - 0xd8, 0x9d, 0xd9, 0x29, 0xe0, 0xcf, 0x16, 0xb8, 0xeb, 0xb1, 0x81, 0x7a, 0x2f, 0xc7, 0x4d, 0x43, - 0xd7, 0xb0, 0xee, 0xb8, 0x4f, 0x96, 0x6a, 0x41, 0x76, 0x5b, 0x83, 0x8e, 0x67, 0x4c, 0x1d, 0xef, - 0x7a, 0xb3, 0x16, 0xe0, 0x77, 0x60, 0x87, 0x63, 0x81, 0xc3, 0x10, 0xf3, 0x9c, 0x0e, 0xd3, 0x96, - 0xba, 0xcb, 0x49, 0x70, 0x0c, 0xe0, 0x78, 0xaa, 0xbb, 0xe2, 0x40, 0x3e, 0x35, 0x9b, 0x9c, 0xe2, - 0x7b, 0x1e, 0xe6, 0x92, 0xbc, 0x24, 0x1e, 0x92, 0x38, 0xb9, 0x47, 0x22, 0x79, 0x3b, 0x09, 0x75, - 0x53, 0x6f, 0x72, 0x5d, 0xee, 0x9a, 0x0d, 0x79, 0x37, 0xc7, 0xfc, 0x4c, 0x13, 0x1f, 0x52, 0x13, - 0xac, 0xac, 0x79, 0x6d, 0x81, 0x87, 0x79, 0x75, 0x3e, 0x8b, 0x10, 0xc9, 0x7d, 0x91, 0x4c, 0xaa, - 0x5c, 0x7b, 0x13, 0x2a, 0xdf, 0xcf, 0x29, 0x38, 0x50, 0x02, 0xd2, 0xb2, 0xbb, 0x20, 0xb6, 0xf2, - 0xb7, 0x05, 0x76, 0x67, 0x62, 0xc0, 0xe7, 0xa0, 0x2c, 0x99, 0x44, 0xa1, 0x2b, 0x11, 0x0f, 0xb0, - 0xc4, 0xbe, 0x51, 0x4d, 0xd4, 0xc5, 0x99, 0xf7, 0xfa, 0x38, 0x6f, 0xa9, 0xe4, 0x9e, 0xc9, 0x6d, - 0xa7, 0xa9, 0x10, 0x83, 0xcd, 0x31, 0x4e, 0x41, 0x5d, 0xee, 0xce, 0x35, 0x6d, 0xdd, 0x19, 0x23, - 0x57, 0xee, 0x00, 0x38, 0x5d, 0x4e, 0x95, 0x6f, 0xc0, 0xed, 0xa9, 0xac, 0xa4, 0xed, 0x64, 0x37, - 0x8a, 0x13, 0x89, 0x39, 0x61, 0x74, 0xa1, 0xaf, 0x97, 0xed, 0xf4, 0x6a, 0xa4, 0x59, 0xd9, 0x05, - 0xde, 0xff, 0xc7, 0x02, 0x55, 0x8f, 0x45, 0x73, 0x36, 0xb6, 0x5f, 0xd2, 0x3b, 0x3b, 0x4a, 0xd0, - 0x8f, 0xac, 0xaf, 0x0e, 0x4c, 0x78, 0xc0, 0x92, 0x47, 0xcb, 0x66, 0x3c, 0xa8, 0x05, 0x98, 0x2a, - 0xee, 0xf4, 0x2b, 0x38, 0x26, 0xe2, 0xb2, 0xcf, 0xf3, 0x47, 0xfa, 0xe7, 0xb7, 0xc2, 0x6a, 0xa7, - 0xd5, 0x7a, 0x5d, 0xb8, 0xdf, 0xd1, 0x60, 0x2d, 0x5f, 0xd8, 0x7a, 0x98, 0x8c, 0xfa, 0x75, 0xbb, - 0xad, 0xc2, 0xfe, 0x4c, 0x03, 0x4e, 0x5a, 0xbe, 0x38, 0xc9, 0x02, 0x4e, 0xfa, 0xf5, 0x13, 0x1d, - 0xf0, 0x6f, 0xa1, 0xaa, 0x67, 0x9b, 0xcd, 0x96, 0x2f, 0x9a, 0xcd, 0x2c, 0xa4, 0xd9, 0xec, 0xd7, - 0x9b, 0x4d, 0x1d, 0x74, 0x7a, 0x43, 0xa9, 0xdb, 0xfb, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x3e, 0x8c, - 0x54, 0xc9, 0x3b, 0x0c, 0x00, 0x00, + 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, } 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 2cbbe9ade76a8a1ef9df051676e0d58369f34d6e..1af94c5dce243b4910bdd4cb2325cf9a52125363 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_63ac04fa23769a69, []int{0} + return fileDescriptor_real_time_bidding_setting_8e6df22ca701c597, []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_63ac04fa23769a69) + proto.RegisterFile("google/ads/googleads/v1/common/real_time_bidding_setting.proto", fileDescriptor_real_time_bidding_setting_8e6df22ca701c597) } -var fileDescriptor_real_time_bidding_setting_63ac04fa23769a69 = []byte{ +var fileDescriptor_real_time_bidding_setting_8e6df22ca701c597 = []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 3f22c8e1a019ac26faff70f20c44d5be933525c5..ee3ce23dfe4b5443a1f9919d61763ff94158565d 100644 --- a/googleapis/ads/googleads/v1/common/segments.pb.go +++ b/googleapis/ads/googleads/v1/common/segments.pb.go @@ -56,6 +56,8 @@ type Segments struct { Device enums.DeviceEnum_Device `protobuf:"varint,1,opt,name=device,proto3,enum=google.ads.googleads.v1.enums.DeviceEnum_Device" json:"device,omitempty"` // External conversion source. ExternalConversionSource enums.ExternalConversionSourceEnum_ExternalConversionSource `protobuf:"varint,55,opt,name=external_conversion_source,json=externalConversionSource,proto3,enum=google.ads.googleads.v1.enums.ExternalConversionSourceEnum_ExternalConversionSource" json:"external_conversion_source,omitempty"` + // Resource name of the geo target constant that represents an airport. + GeoTargetAirport *wrappers.StringValue `protobuf:"bytes,65,opt,name=geo_target_airport,json=geoTargetAirport,proto3" json:"geo_target_airport,omitempty"` // Resource name of the geo target constant that represents a 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 metro. @@ -119,7 +121,8 @@ type Segments struct { ProductChannelExclusivity enums.ProductChannelExclusivityEnum_ProductChannelExclusivity `protobuf:"varint,31,opt,name=product_channel_exclusivity,json=productChannelExclusivity,proto3,enum=google.ads.googleads.v1.enums.ProductChannelExclusivityEnum_ProductChannelExclusivity" json:"product_channel_exclusivity,omitempty"` // Condition of the product. ProductCondition enums.ProductConditionEnum_ProductCondition `protobuf:"varint,32,opt,name=product_condition,json=productCondition,proto3,enum=google.ads.googleads.v1.enums.ProductConditionEnum_ProductCondition" json:"product_condition,omitempty"` - // Resource name of the geo target constant for the country of the product. + // Resource name of the geo target constant for the country of sale of the + // product. ProductCountry *wrappers.StringValue `protobuf:"bytes,33,opt,name=product_country,json=productCountry,proto3" json:"product_country,omitempty"` // Custom attribute 0 of the product. ProductCustomAttribute0 *wrappers.StringValue `protobuf:"bytes,34,opt,name=product_custom_attribute0,json=productCustomAttribute0,proto3" json:"product_custom_attribute0,omitempty"` @@ -159,6 +162,8 @@ type Segments struct { 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. Slot enums.SlotEnum_Slot `protobuf:"varint,23,opt,name=slot,proto3,enum=google.ads.googleads.v1.enums.SlotEnum_Slot" json:"slot,omitempty"` + // Resource name of the ad group criterion that represents webpage criterion. + Webpage *wrappers.StringValue `protobuf:"bytes,66,opt,name=webpage,proto3" json:"webpage,omitempty"` // Week as defined as Monday through Sunday, and represented by the date of // Monday. Formatted as yyyy-MM-dd. Week *wrappers.StringValue `protobuf:"bytes,24,opt,name=week,proto3" json:"week,omitempty"` @@ -173,7 +178,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_74ce948b3f70e9be, []int{0} + return fileDescriptor_segments_557a0956ffaccbfe, []int{0} } func (m *Segments) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Segments.Unmarshal(m, b) @@ -284,6 +289,13 @@ func (m *Segments) GetExternalConversionSource() enums.ExternalConversionSourceE return enums.ExternalConversionSourceEnum_UNSPECIFIED } +func (m *Segments) GetGeoTargetAirport() *wrappers.StringValue { + if m != nil { + return m.GeoTargetAirport + } + return nil +} + func (m *Segments) GetGeoTargetCity() *wrappers.StringValue { if m != nil { return m.GeoTargetCity @@ -627,6 +639,13 @@ func (m *Segments) GetSlot() enums.SlotEnum_Slot { return enums.SlotEnum_UNSPECIFIED } +func (m *Segments) GetWebpage() *wrappers.StringValue { + if m != nil { + return m.Webpage + } + return nil +} + func (m *Segments) GetWeek() *wrappers.StringValue { if m != nil { return m.Week @@ -656,7 +675,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_74ce948b3f70e9be, []int{1} + return fileDescriptor_segments_557a0956ffaccbfe, []int{1} } func (m *Keyword) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Keyword.Unmarshal(m, b) @@ -696,125 +715,127 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/common/segments.proto", fileDescriptor_segments_74ce948b3f70e9be) -} - -var fileDescriptor_segments_74ce948b3f70e9be = []byte{ - // 1853 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x99, 0xcd, 0x76, 0xdb, 0xc6, - 0x15, 0xc7, 0x0f, 0x1d, 0xc5, 0x8e, 0x47, 0x91, 0x25, 0x8d, 0x6c, 0x67, 0x2c, 0x3b, 0xb6, 0xa3, - 0xb4, 0x8d, 0x1b, 0x27, 0xa4, 0xf8, 0x21, 0xb7, 0xa1, 0xe3, 0x0f, 0x8a, 0x52, 0x65, 0x26, 0x72, - 0xa4, 0x03, 0x29, 0x4a, 0xdb, 0xe3, 0x16, 0x1d, 0x01, 0x23, 0x10, 0x15, 0x30, 0x43, 0x0f, 0x86, - 0x52, 0xb8, 0x69, 0x1f, 0xa0, 0xbb, 0x2e, 0xfc, 0x00, 0x5d, 0xb6, 0x9b, 0x3e, 0x47, 0x9f, 0xa4, - 0xa7, 0x0f, 0xd0, 0x75, 0xce, 0x7c, 0x00, 0x24, 0x45, 0x91, 0x18, 0x4a, 0x2b, 0x01, 0x83, 0xfb, - 0xfb, 0xdf, 0x8b, 0xcb, 0x8b, 0x3b, 0x1f, 0x02, 0x5f, 0x06, 0x8c, 0x05, 0x11, 0x29, 0x61, 0x3f, - 0x29, 0xe9, 0x4b, 0x79, 0x75, 0x52, 0x2e, 0x79, 0x2c, 0x8e, 0x19, 0x2d, 0x25, 0x24, 0x88, 0x09, - 0x15, 0x49, 0xb1, 0xc3, 0x99, 0x60, 0xf0, 0xbe, 0xb6, 0x29, 0x62, 0x3f, 0x29, 0x66, 0xe6, 0xc5, - 0x93, 0x72, 0x51, 0x9b, 0x2f, 0xe7, 0xc9, 0x79, 0x3c, 0x14, 0x84, 0x87, 0x58, 0xcb, 0x2d, 0x57, - 0xc7, 0x99, 0x13, 0xda, 0x8d, 0x93, 0x12, 0xf6, 0x5d, 0x4a, 0xc4, 0x29, 0xe3, 0xc7, 0xae, 0xe8, - 0x75, 0x88, 0x81, 0x8a, 0x93, 0x21, 0x2f, 0x0a, 0xbd, 0x21, 0xfb, 0xe7, 0x39, 0xf6, 0x8c, 0x9e, - 0x10, 0x9e, 0x84, 0x8c, 0xba, 0xd8, 0x13, 0xf2, 0x8f, 0x87, 0x05, 0x09, 0x18, 0xef, 0x19, 0x7e, - 0xd3, 0x9e, 0x17, 0x82, 0x87, 0x87, 0x5d, 0x25, 0x42, 0x4e, 0x08, 0x15, 0x83, 0x61, 0x7c, 0x65, - 0x2d, 0x13, 0xe1, 0xc0, 0x3d, 0xec, 0x7a, 0xc7, 0x44, 0x18, 0x74, 0xcb, 0x1a, 0x65, 0xdc, 0xc5, - 0xfe, 0x9f, 0xbb, 0x89, 0x90, 0x3f, 0xda, 0xa8, 0x50, 0x69, 0xb2, 0x90, 0x8f, 0x7b, 0x2e, 0x3b, - 0x72, 0x4f, 0x09, 0x39, 0x36, 0xc0, 0xe7, 0x39, 0x00, 0x39, 0x09, 0x3d, 0xcb, 0x3c, 0x93, 0x1f, - 0x05, 0xe1, 0x14, 0x47, 0xee, 0x40, 0xb8, 0x09, 0xeb, 0xf2, 0x8c, 0x7f, 0x36, 0x99, 0x6f, 0x33, - 0x41, 0x22, 0xd7, 0xc7, 0x82, 0xb8, 0x09, 0x89, 0x88, 0xfe, 0xa9, 0x06, 0xf2, 0x5b, 0x9e, 0x8c, - 0xc7, 0x8c, 0x8a, 0xb6, 0x7c, 0xbb, 0x1e, 0xc1, 0xdc, 0x20, 0xb5, 0xc9, 0x48, 0x27, 0xc2, 0x1e, - 0x69, 0xb3, 0xc8, 0x27, 0x7c, 0xd0, 0x51, 0x4e, 0xd1, 0x76, 0x38, 0xf3, 0xbb, 0x9e, 0x70, 0xbd, - 0x36, 0xa6, 0x94, 0x44, 0x06, 0x7a, 0x31, 0x15, 0xe4, 0x92, 0x1f, 0xbd, 0xa8, 0x9b, 0x84, 0x27, - 0xa1, 0x48, 0xab, 0x70, 0xcd, 0x52, 0x80, 0x51, 0x3f, 0x94, 0xa9, 0x31, 0x58, 0x7d, 0x32, 0x96, - 0x10, 0xcc, 0xbd, 0xb6, 0x2b, 0x08, 0x8f, 0xdd, 0x18, 0x0b, 0x79, 0xd9, 0x7f, 0xd1, 0x47, 0x39, - 0x6c, 0xc4, 0xd2, 0xba, 0x32, 0x6d, 0xa1, 0xa4, 0xee, 0x0e, 0xbb, 0x47, 0xa5, 0x53, 0x8e, 0x3b, - 0x1d, 0xc2, 0x4d, 0xdb, 0x58, 0xbe, 0x97, 0x2a, 0x75, 0xc2, 0x12, 0xa6, 0x94, 0x09, 0x2c, 0x43, - 0x34, 0x4f, 0x57, 0xfe, 0xff, 0x18, 0x7c, 0xb0, 0x67, 0xfa, 0x0c, 0x3c, 0x02, 0xf3, 0x67, 0x3e, - 0x7b, 0xf4, 0xde, 0xc3, 0xc2, 0xa3, 0x1b, 0x95, 0xe7, 0xc5, 0x71, 0xbd, 0x47, 0x85, 0x53, 0x6c, - 0xf8, 0xdf, 0x69, 0x68, 0xbf, 0xd7, 0x21, 0x9b, 0xb4, 0x1b, 0x0f, 0x8f, 0x38, 0x73, 0x78, 0xf0, - 0x16, 0x7e, 0x0f, 0x40, 0xbf, 0x53, 0xa0, 0x65, 0xe5, 0xe2, 0x49, 0x8e, 0x8b, 0xa6, 0x04, 0x32, - 0xf9, 0xec, 0xce, 0xb9, 0xee, 0xa5, 0x97, 0xb0, 0x05, 0x16, 0x47, 0x1a, 0x0a, 0xaa, 0x3d, 0x2c, - 0x3c, 0x9a, 0xad, 0xdc, 0x4b, 0xd5, 0xd3, 0x2c, 0x15, 0xf7, 0x04, 0x0f, 0x69, 0x70, 0x80, 0xa3, - 0x2e, 0x71, 0x16, 0xfa, 0x58, 0x43, 0x51, 0xf0, 0xef, 0x05, 0xb0, 0x3c, 0xbe, 0x39, 0xa1, 0x35, - 0x15, 0xf2, 0x7e, 0x5e, 0xc8, 0x67, 0x54, 0x9b, 0x06, 0xd7, 0x6f, 0x30, 0xe6, 0xa1, 0x83, 0xbc, - 0x31, 0x4f, 0xa0, 0x03, 0x6e, 0x8f, 0xc6, 0x44, 0x71, 0x4c, 0xd0, 0x13, 0x8b, 0x97, 0xbc, 0x79, - 0x56, 0xf7, 0x3b, 0x1c, 0x13, 0xb8, 0x03, 0x6e, 0x0d, 0x6a, 0x66, 0xfd, 0x0b, 0xdd, 0x55, 0x92, - 0xcb, 0x23, 0x92, 0xeb, 0x8c, 0x45, 0xa3, 0x82, 0x19, 0x07, 0xff, 0x55, 0x00, 0x9f, 0xe4, 0xb6, - 0x65, 0x74, 0x45, 0x25, 0xf0, 0x4f, 0xf6, 0x09, 0xec, 0xcb, 0x6c, 0x4a, 0x95, 0x7e, 0x21, 0x4c, - 0x34, 0x71, 0xee, 0x7b, 0x13, 0x9f, 0xc3, 0xbf, 0x0c, 0xbd, 0x7e, 0xbf, 0x67, 0xa3, 0x8a, 0x0a, - 0xf0, 0x1b, 0xeb, 0x00, 0xb7, 0x71, 0xb0, 0xae, 0xc8, 0x33, 0x51, 0x65, 0xe3, 0xce, 0x92, 0x37, - 0x3a, 0x08, 0xff, 0x5d, 0x00, 0x9f, 0x5a, 0x4c, 0x21, 0xa8, 0xaa, 0xc2, 0x39, 0xb4, 0x0e, 0x67, - 0x87, 0xf7, 0x7f, 0x92, 0x71, 0xa1, 0x9d, 0x6b, 0xe3, 0x3c, 0xf0, 0x26, 0x1b, 0xc0, 0x55, 0x30, - 0x23, 0x27, 0x02, 0x34, 0x63, 0x51, 0x73, 0xca, 0x12, 0x1e, 0x80, 0xd9, 0x81, 0xd9, 0x0d, 0xbd, - 0x6f, 0xf5, 0xbd, 0x6f, 0xe0, 0xde, 0xce, 0xd1, 0x0f, 0x84, 0x1c, 0xab, 0xa8, 0xb3, 0x3b, 0xe7, - 0xba, 0x9f, 0x5e, 0xc2, 0x57, 0xe0, 0xaa, 0x9e, 0x04, 0x51, 0x41, 0x49, 0xae, 0xe6, 0x49, 0x2a, - 0x63, 0xad, 0xa7, 0x2e, 0x1d, 0xc3, 0xab, 0xcf, 0x7d, 0xfc, 0x1c, 0x89, 0x7e, 0x65, 0xf5, 0xb9, - 0x6f, 0x1a, 0x81, 0x7e, 0x86, 0xf7, 0x14, 0xae, 0x1c, 0x8e, 0x7b, 0xe8, 0x20, 0x32, 0xe6, 0x09, - 0xdc, 0x00, 0xf3, 0x01, 0x61, 0xae, 0xc0, 0x3c, 0x20, 0xc2, 0xf5, 0x42, 0xd1, 0x43, 0xcf, 0x2d, - 0x72, 0x3e, 0x17, 0x10, 0xb6, 0xaf, 0x98, 0x66, 0x28, 0x7a, 0xf0, 0x37, 0x60, 0x61, 0x40, 0x25, - 0x26, 0x82, 0x33, 0xf4, 0xc2, 0x42, 0xe6, 0x46, 0x26, 0xf3, 0x5a, 0x32, 0xf0, 0x15, 0x58, 0x1c, - 0xd0, 0xe1, 0x24, 0x90, 0xcd, 0xf5, 0xa5, 0x85, 0xd0, 0x7c, 0x26, 0xe4, 0x28, 0x08, 0x1e, 0x80, - 0x3b, 0x7a, 0x3d, 0x71, 0xc8, 0xd8, 0x71, 0x48, 0x03, 0xf7, 0x34, 0xa4, 0x3e, 0x3b, 0x75, 0x7d, - 0xdc, 0x4b, 0xd0, 0x55, 0xa5, 0x78, 0x77, 0x44, 0xb1, 0x45, 0xc5, 0x93, 0x9a, 0x16, 0xbc, 0xad, - 0xe8, 0x75, 0x0d, 0xff, 0xa0, 0xd8, 0x0d, 0xdc, 0x4b, 0x60, 0x13, 0xcc, 0x6b, 0x5d, 0x8f, 0x50, - 0x41, 0xb8, 0x1b, 0xfa, 0xe8, 0x5a, 0xbe, 0xda, 0x9c, 0x62, 0x9a, 0x0a, 0x69, 0xf9, 0xf0, 0x5b, - 0xb0, 0x64, 0x44, 0xda, 0xc4, 0x3b, 0x76, 0x43, 0xaa, 0x56, 0x3d, 0xe8, 0x03, 0x9b, 0x59, 0x44, - 0x2b, 0x49, 0xae, 0x45, 0x37, 0x64, 0xe1, 0xbf, 0x05, 0xcb, 0x23, 0x62, 0xfd, 0xef, 0xe0, 0xfa, - 0xa5, 0xbe, 0x83, 0x5b, 0xc3, 0xde, 0xd2, 0x6f, 0xe2, 0x29, 0x00, 0xc6, 0xa5, 0xac, 0x17, 0x60, - 0x11, 0xf6, 0x75, 0x2d, 0x24, 0x6b, 0xe5, 0x6b, 0x30, 0x6b, 0xe0, 0x08, 0x27, 0x09, 0x9a, 0x1d, - 0x9f, 0xbd, 0x6a, 0x45, 0xc3, 0xda, 0x59, 0x53, 0x9a, 0xc3, 0x06, 0x98, 0x33, 0x34, 0xeb, 0x52, - 0xc1, 0x7b, 0xe8, 0x43, 0x0b, 0xef, 0x1f, 0x6a, 0x01, 0x4d, 0xc0, 0xbf, 0x15, 0xd2, 0xda, 0x38, - 0x67, 0xad, 0x89, 0xe6, 0x54, 0xc2, 0x76, 0x73, 0x12, 0xf6, 0x4a, 0xf2, 0x32, 0xfd, 0x7b, 0x29, - 0x9d, 0x4d, 0x16, 0xe7, 0x3f, 0x32, 0x05, 0x35, 0x32, 0x0e, 0xb7, 0xc1, 0x4d, 0x1d, 0x4c, 0x44, - 0x68, 0xa0, 0x17, 0xb0, 0x89, 0xc0, 0x3d, 0x74, 0x23, 0x3f, 0x2f, 0x8b, 0x0a, 0xdc, 0x56, 0xdc, - 0xce, 0xd1, 0x9e, 0xc0, 0x3d, 0xf8, 0x2c, 0x4d, 0x6e, 0x22, 0x64, 0x45, 0xcd, 0x5b, 0x24, 0x47, - 0x67, 0x77, 0x4f, 0xda, 0xc3, 0x12, 0x98, 0x69, 0xb3, 0x2e, 0x47, 0x0b, 0xf9, 0xce, 0x95, 0x21, - 0xfc, 0x03, 0xf8, 0x38, 0x94, 0x45, 0x6d, 0xd6, 0x09, 0x32, 0x89, 0xed, 0x30, 0x71, 0x65, 0xbb, - 0xa1, 0xb2, 0xcb, 0xa0, 0x72, 0xee, 0x0c, 0xbf, 0x3c, 0x20, 0xb0, 0x43, 0xf7, 0xdb, 0x61, 0xb2, - 0x99, 0xd2, 0xb0, 0x01, 0xae, 0x1d, 0x93, 0xde, 0x29, 0xe3, 0x3e, 0x7a, 0xa6, 0x84, 0x3e, 0x2b, - 0x4e, 0xde, 0x9f, 0x16, 0xbf, 0xd5, 0xe6, 0x4e, 0xca, 0xc1, 0x0a, 0x78, 0x5f, 0xed, 0x0c, 0xd0, - 0xa2, 0x45, 0x2e, 0xb4, 0x29, 0xfc, 0x23, 0x98, 0x1b, 0xda, 0x4d, 0x20, 0xa8, 0x8a, 0xa2, 0x9e, - 0x53, 0x14, 0xaf, 0x25, 0xb3, 0x73, 0xf4, 0x3b, 0x82, 0xb9, 0xaa, 0x84, 0x81, 0x7b, 0x67, 0x36, - 0xee, 0xdf, 0xc8, 0x76, 0xd9, 0xc1, 0x5c, 0x50, 0xc2, 0x5d, 0xfd, 0x6b, 0x85, 0x3e, 0x5a, 0xb2, - 0x69, 0x97, 0x86, 0x52, 0x25, 0xd6, 0xf2, 0x61, 0x0c, 0x16, 0xce, 0x6e, 0x61, 0xd0, 0x4d, 0x15, - 0xea, 0x7a, 0x4e, 0xa8, 0xbb, 0x7d, 0x2c, 0x2b, 0xdc, 0x33, 0x63, 0xce, 0x7c, 0x67, 0x78, 0x00, - 0xee, 0x82, 0x5b, 0xe9, 0x2e, 0x04, 0x07, 0x01, 0x27, 0x01, 0x16, 0x4c, 0x75, 0xc0, 0x7b, 0x63, - 0x62, 0xff, 0x7e, 0xa0, 0x05, 0x2e, 0x19, 0xb4, 0x91, 0x91, 0x2d, 0x1f, 0x7a, 0xe0, 0x41, 0xaa, - 0x78, 0x18, 0xfa, 0xbe, 0xec, 0xd3, 0xe9, 0xf2, 0xd7, 0x8d, 0xc8, 0x09, 0x89, 0xca, 0xe8, 0xd7, - 0x16, 0x79, 0xb9, 0x67, 0x44, 0xd6, 0xb5, 0x46, 0xba, 0x96, 0xdd, 0x56, 0x0a, 0xf9, 0x4e, 0x2a, - 0xe8, 0xab, 0x4b, 0x3a, 0xa9, 0xe4, 0x3b, 0xa9, 0xa2, 0xfa, 0x25, 0x9d, 0x54, 0xf3, 0x9d, 0xd4, - 0xd0, 0xd3, 0x4b, 0x3a, 0xa9, 0xe5, 0x3b, 0x59, 0x43, 0x5f, 0x5f, 0xd2, 0xc9, 0x9a, 0x6c, 0xe3, - 0x99, 0x13, 0x8e, 0xa9, 0x8f, 0x3e, 0xb6, 0x69, 0xe3, 0xa9, 0xa4, 0x24, 0x60, 0x08, 0xe6, 0xcf, - 0x6c, 0xaa, 0xd1, 0x7d, 0x55, 0xfb, 0x2f, 0xf3, 0x6a, 0x5f, 0x53, 0x4d, 0x0d, 0xe9, 0xd2, 0x1f, - 0x1a, 0x72, 0x6e, 0x74, 0x86, 0xee, 0xe1, 0xbb, 0x02, 0xb8, 0x3b, 0x61, 0x03, 0x8f, 0x1e, 0x28, - 0xbf, 0x07, 0xd3, 0xf9, 0xed, 0xf3, 0xe7, 0x84, 0x30, 0xf0, 0xd4, 0xb9, 0xd3, 0x19, 0xf7, 0x08, - 0xbe, 0x05, 0x8b, 0x23, 0xe7, 0x02, 0xe8, 0xa1, 0x8a, 0x66, 0xc3, 0x32, 0x9a, 0x14, 0x1b, 0x0a, - 0x22, 0x1d, 0x74, 0x16, 0x3a, 0x67, 0x46, 0xe0, 0xe6, 0x40, 0xda, 0xcd, 0x14, 0xfc, 0x89, 0x55, - 0xeb, 0x4a, 0x85, 0xf4, 0x24, 0xfc, 0x5b, 0x70, 0x27, 0x93, 0xe9, 0x26, 0x82, 0xc5, 0xd9, 0x26, - 0x8e, 0xac, 0xa2, 0x15, 0x0b, 0xc1, 0x8f, 0x52, 0x41, 0x45, 0x37, 0x32, 0x78, 0x92, 0x72, 0x19, - 0x7d, 0x7a, 0x71, 0xe5, 0xf2, 0x24, 0xe5, 0x0a, 0xfa, 0xd9, 0xc5, 0x95, 0x2b, 0x93, 0x94, 0xab, - 0xe8, 0xe7, 0x17, 0x57, 0xae, 0x4e, 0x52, 0xae, 0xa1, 0x5f, 0x5c, 0x5c, 0xb9, 0x26, 0x77, 0x0e, - 0xa9, 0x72, 0x28, 0x48, 0x2c, 0xe7, 0x81, 0xcf, 0x6c, 0x76, 0x0e, 0x06, 0x6a, 0x09, 0x12, 0xb7, - 0x7c, 0xb8, 0x05, 0xd2, 0x12, 0x73, 0x23, 0x4c, 0x83, 0x2e, 0x0e, 0x08, 0x7a, 0x64, 0xb3, 0xe0, - 0x37, 0xd4, 0xb6, 0x81, 0xe0, 0x36, 0x48, 0x67, 0x18, 0x37, 0x26, 0x5c, 0x7e, 0xa5, 0x42, 0x86, - 0xf4, 0x4b, 0x8b, 0xa9, 0x29, 0xfd, 0x86, 0x5e, 0x1b, 0xae, 0xe5, 0xab, 0x19, 0xda, 0xa8, 0x25, - 0x82, 0x71, 0x22, 0xa5, 0x3e, 0x9f, 0xa2, 0xcc, 0xf7, 0x24, 0xd4, 0xf2, 0x07, 0xfb, 0x9c, 0x08, - 0x45, 0x44, 0xd0, 0xe3, 0x29, 0xfa, 0xdc, 0xbe, 0x24, 0x06, 0xf3, 0x2c, 0x27, 0x78, 0x37, 0x2a, - 0xa3, 0x2f, 0xa6, 0xc8, 0xb3, 0x9c, 0xb9, 0xb7, 0xcb, 0xa3, 0x2a, 0x15, 0xf4, 0xe5, 0xb4, 0x2a, - 0x95, 0x51, 0x95, 0x2a, 0x2a, 0x4e, 0xab, 0x52, 0x1d, 0x55, 0xa9, 0xa1, 0xd2, 0xb4, 0x2a, 0xb5, - 0x51, 0x95, 0x35, 0xb4, 0x3a, 0xad, 0xca, 0x1a, 0x7c, 0x02, 0xae, 0xbd, 0xed, 0x62, 0x2e, 0x08, - 0x47, 0xb7, 0x2c, 0xe8, 0xd4, 0x18, 0xfe, 0x15, 0xdc, 0x3e, 0xff, 0x68, 0x15, 0xdd, 0xb6, 0x3a, - 0xd4, 0xd9, 0x53, 0xf0, 0x3e, 0xe1, 0xf1, 0x6b, 0x89, 0x66, 0x8b, 0xb0, 0x73, 0xc6, 0x9d, 0xa5, - 0x64, 0x74, 0x10, 0xbe, 0x04, 0x33, 0x49, 0xc4, 0x04, 0xfa, 0x48, 0xb9, 0xfb, 0x22, 0xcf, 0x5d, - 0xc4, 0xf4, 0xc9, 0x8c, 0xbc, 0x70, 0x14, 0x09, 0x57, 0xc1, 0x8c, 0xda, 0x22, 0x22, 0x9b, 0x33, - 0x16, 0x69, 0x29, 0xb7, 0x07, 0x6a, 0x39, 0x7c, 0xc7, 0x62, 0x7b, 0x20, 0x0d, 0x57, 0xde, 0x15, - 0xc0, 0x35, 0xb3, 0x22, 0x87, 0xdf, 0x00, 0x88, 0x7d, 0x37, 0xe0, 0xac, 0xdb, 0x71, 0xcd, 0x7f, - 0x89, 0x18, 0x55, 0x87, 0x2a, 0xb9, 0x7b, 0x5e, 0xec, 0x6f, 0x49, 0xac, 0x99, 0x52, 0xf0, 0x05, - 0x98, 0x09, 0xe9, 0x11, 0x53, 0x27, 0x7c, 0xb3, 0x95, 0xc7, 0x96, 0x9b, 0x82, 0x16, 0x3d, 0x62, - 0x8e, 0x02, 0xd7, 0xff, 0x5b, 0x00, 0x2b, 0x1e, 0x8b, 0x73, 0xc0, 0xf5, 0xb9, 0xf4, 0xd4, 0x7a, - 0x57, 0xc6, 0xb5, 0x5b, 0xf8, 0xfd, 0x86, 0x01, 0x02, 0x26, 0xbb, 0x55, 0x91, 0xf1, 0xa0, 0x14, - 0x10, 0xaa, 0xa2, 0x4e, 0x4f, 0xd0, 0x3b, 0x61, 0x32, 0xee, 0xbf, 0x63, 0x4f, 0xf5, 0x9f, 0x7f, - 0x5c, 0x79, 0x6f, 0xab, 0xd1, 0xf8, 0xe7, 0x95, 0xfb, 0x5b, 0x5a, 0xac, 0xe1, 0x27, 0x45, 0x7d, - 0x29, 0xaf, 0x0e, 0xca, 0xc5, 0xa6, 0x32, 0xfb, 0x4f, 0x6a, 0xf0, 0xa6, 0xe1, 0x27, 0x6f, 0x32, - 0x83, 0x37, 0x07, 0xe5, 0x37, 0xda, 0xe0, 0x7f, 0x57, 0x56, 0xf4, 0x68, 0xbd, 0xde, 0xf0, 0x93, - 0x7a, 0x3d, 0x33, 0xa9, 0xd7, 0x0f, 0xca, 0xf5, 0xba, 0x36, 0x3a, 0xbc, 0xaa, 0xa2, 0xab, 0xfe, - 0x14, 0x00, 0x00, 0xff, 0xff, 0x55, 0xaa, 0xe8, 0x82, 0x09, 0x1c, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/common/segments.proto", fileDescriptor_segments_557a0956ffaccbfe) +} + +var fileDescriptor_segments_557a0956ffaccbfe = []byte{ + // 1885 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, } diff --git a/googleapis/ads/googleads/v1/common/tag_snippet.pb.go b/googleapis/ads/googleads/v1/common/tag_snippet.pb.go index ea8587b34f0f34effa30e113ab8ad47aa8b1e803..7c4f581fdf4a6d1ab60052c95953256a2413d879 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_ccd4191a45a5dd8a, []int{0} + return fileDescriptor_tag_snippet_9b2d0166dd1e41b8, []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_ccd4191a45a5dd8a) + proto.RegisterFile("google/ads/googleads/v1/common/tag_snippet.proto", fileDescriptor_tag_snippet_9b2d0166dd1e41b8) } -var fileDescriptor_tag_snippet_ccd4191a45a5dd8a = []byte{ +var fileDescriptor_tag_snippet_9b2d0166dd1e41b8 = []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 46ff450729acf3f7a06396b7ed13d0811503727b..43290170054882ea400bd9bfedf2a83a37586fa0 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_ed3db49f08c405f3, []int{0} + return fileDescriptor_targeting_setting_85aa67017683846c, []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_ed3db49f08c405f3, []int{1} + return fileDescriptor_targeting_setting_85aa67017683846c, []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_ed3db49f08c405f3) + proto.RegisterFile("google/ads/googleads/v1/common/targeting_setting.proto", fileDescriptor_targeting_setting_85aa67017683846c) } -var fileDescriptor_targeting_setting_ed3db49f08c405f3 = []byte{ +var fileDescriptor_targeting_setting_85aa67017683846c = []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 d2d1be021796687479cdc328d659c9b836f5ffda..405d82e5b0c87ed923d03e8fecfadbd0f26ed471 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_8d5c96ee295f1e5f, []int{0} + return fileDescriptor_text_label_bccee6aa0f5153d1, []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_8d5c96ee295f1e5f) + proto.RegisterFile("google/ads/googleads/v1/common/text_label.proto", fileDescriptor_text_label_bccee6aa0f5153d1) } -var fileDescriptor_text_label_8d5c96ee295f1e5f = []byte{ +var fileDescriptor_text_label_bccee6aa0f5153d1 = []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 0b5e994ed5ca31c543fa992230d16fe5fc754946..e582a66d1c101e16c69c0d9281731ddfa01e8f7c 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_4ea5ff0665740994, []int{0} + return fileDescriptor_url_collection_54f50c0d21c2bb1b, []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_4ea5ff0665740994) + proto.RegisterFile("google/ads/googleads/v1/common/url_collection.proto", fileDescriptor_url_collection_54f50c0d21c2bb1b) } -var fileDescriptor_url_collection_4ea5ff0665740994 = []byte{ +var fileDescriptor_url_collection_54f50c0d21c2bb1b = []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 dc3ec3f5324c96659abb105604f63b60eae5adc6..bca85ee07183164526dfcbe3c0e8b9ca82d853ee 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_e793ce52c6899d12, []int{0} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{1} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{2} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{3} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{4} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{5} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{6} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{7} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{8} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{9} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{10} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{11} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{12} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{13} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{14} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{15} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12, []int{16} + return fileDescriptor_user_lists_d973bafc93b46dce, []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_e793ce52c6899d12) + proto.RegisterFile("google/ads/googleads/v1/common/user_lists.proto", fileDescriptor_user_lists_d973bafc93b46dce) } -var fileDescriptor_user_lists_e793ce52c6899d12 = []byte{ +var fileDescriptor_user_lists_d973bafc93b46dce = []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 206b9d50f10f6a0d734d83a3295f63b007ecc0c8..d4ccc158aab446aede303efb4802761a3c23ac81 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_1cad930ee210ecc3, []int{0} + return fileDescriptor_value_a81d4dec6fd86099, []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_1cad930ee210ecc3) + proto.RegisterFile("google/ads/googleads/v1/common/value.proto", fileDescriptor_value_a81d4dec6fd86099) } -var fileDescriptor_value_1cad930ee210ecc3 = []byte{ +var fileDescriptor_value_a81d4dec6fd86099 = []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 45ff56ae1cad874a70283147fe1a589200b27545..6f3db79efdfef5a919c47a17bb7c0973ccd6fa48 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_fdd0044bbadbed8a, []int{0, 0} + return fileDescriptor_access_reason_e636ebc33a4148d5, []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_fdd0044bbadbed8a, []int{0} + return fileDescriptor_access_reason_e636ebc33a4148d5, []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_fdd0044bbadbed8a) + proto.RegisterFile("google/ads/googleads/v1/enums/access_reason.proto", fileDescriptor_access_reason_e636ebc33a4148d5) } -var fileDescriptor_access_reason_fdd0044bbadbed8a = []byte{ +var fileDescriptor_access_reason_e636ebc33a4148d5 = []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 23b59296adb052f11c3867d65a12ceb0290115de..94f155f8dacd2dc287e13afa7c7a235cef57883e 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_517bcbbece97130f, []int{0, 0} + return fileDescriptor_account_budget_proposal_status_473db0901589aea7, []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_517bcbbece97130f, []int{0} + return fileDescriptor_account_budget_proposal_status_473db0901589aea7, []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_517bcbbece97130f) + proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_proposal_status.proto", fileDescriptor_account_budget_proposal_status_473db0901589aea7) } -var fileDescriptor_account_budget_proposal_status_517bcbbece97130f = []byte{ +var fileDescriptor_account_budget_proposal_status_473db0901589aea7 = []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 504553ab2ed800e63ed3d445bdb1fd11078b7e42..11e8b53d2935cc8dd96c8cf100ad407318aeccda 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_e8a5511dbbd4d189, []int{0, 0} + return fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71, []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_e8a5511dbbd4d189, []int{0} + return fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71, []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_e8a5511dbbd4d189) + proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_proposal_type.proto", fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71) } -var fileDescriptor_account_budget_proposal_type_e8a5511dbbd4d189 = []byte{ +var fileDescriptor_account_budget_proposal_type_34ea1eeebb771d71 = []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 17de2b9d2d0e6e01dd7ff0e8822f575aeb3de9b9..b9012d55d5a80d9ff7ff82d076af97a2e1c5b6e7 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_8765faeb3bbb866a, []int{0, 0} + return fileDescriptor_account_budget_status_5e3161e6c6ced43d, []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_8765faeb3bbb866a, []int{0} + return fileDescriptor_account_budget_status_5e3161e6c6ced43d, []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_8765faeb3bbb866a) + proto.RegisterFile("google/ads/googleads/v1/enums/account_budget_status.proto", fileDescriptor_account_budget_status_5e3161e6c6ced43d) } -var fileDescriptor_account_budget_status_8765faeb3bbb866a = []byte{ +var fileDescriptor_account_budget_status_5e3161e6c6ced43d = []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 f4bce612efa075c0c50aec5fd74fd2b2d89bb3a4..864cb29132ebbb9ae89514d8f8e08d809037b08b 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_a4bc6554c23b92ca, []int{0, 0} + return fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0, []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_a4bc6554c23b92ca, []int{0} + return fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0, []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_a4bc6554c23b92ca) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_customizer_placeholder_field.proto", fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0) } -var fileDescriptor_ad_customizer_placeholder_field_a4bc6554c23b92ca = []byte{ +var fileDescriptor_ad_customizer_placeholder_field_3308300489c258a0 = []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 3a392ff5bdba40adbf3f4ca390e1ba193d7bbcdc..97e829615017b2e351b3b1de14ea1a263f45aae1 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_bf7f60d92f8402c8, []int{0, 0} + return fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54, []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_bf7f60d92f8402c8, []int{0} + return fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54, []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_bf7f60d92f8402c8) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_ad_rotation_mode.proto", fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54) } -var fileDescriptor_ad_group_ad_rotation_mode_bf7f60d92f8402c8 = []byte{ +var fileDescriptor_ad_group_ad_rotation_mode_5c696ca55b61ca54 = []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 b66dedcde40f83cc600fbb01a2116b8f0b949da4..b3a2ac189c8b1d8f0705a18d3879ecfcaa5e176b 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_4a4c3052d5503387, []int{0, 0} + return fileDescriptor_ad_group_ad_status_b613ccdd636f10f6, []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_4a4c3052d5503387, []int{0} + return fileDescriptor_ad_group_ad_status_b613ccdd636f10f6, []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_4a4c3052d5503387) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_ad_status.proto", fileDescriptor_ad_group_ad_status_b613ccdd636f10f6) } -var fileDescriptor_ad_group_ad_status_4a4c3052d5503387 = []byte{ +var fileDescriptor_ad_group_ad_status_b613ccdd636f10f6 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..28369c9c270c0924a78189f765d6aa920e534f39 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/ad_group_criterion_approval_status.pb.go @@ -0,0 +1,128 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/ad_group_criterion_approval_status.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 AdGroupCriterion approval statuses. +type AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus int32 + +const ( + // Not specified. + AdGroupCriterionApprovalStatusEnum_UNSPECIFIED AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 0 + // The value is unknown in this version. + AdGroupCriterionApprovalStatusEnum_UNKNOWN AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 1 + // Approved. + AdGroupCriterionApprovalStatusEnum_APPROVED AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 2 + // Disapproved. + AdGroupCriterionApprovalStatusEnum_DISAPPROVED AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 3 + // Pending Review. + AdGroupCriterionApprovalStatusEnum_PENDING_REVIEW AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 4 + // Under review. + AdGroupCriterionApprovalStatusEnum_UNDER_REVIEW AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus = 5 +) + +var AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "APPROVED", + 3: "DISAPPROVED", + 4: "PENDING_REVIEW", + 5: "UNDER_REVIEW", +} +var AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "APPROVED": 2, + "DISAPPROVED": 3, + "PENDING_REVIEW": 4, + "UNDER_REVIEW": 5, +} + +func (x AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus) String() string { + 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} +} + +// Container for enum describing possible AdGroupCriterion approval statuses. +type AdGroupCriterionApprovalStatusEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AdGroupCriterionApprovalStatusEnum) Reset() { *m = AdGroupCriterionApprovalStatusEnum{} } +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} +} +func (m *AdGroupCriterionApprovalStatusEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AdGroupCriterionApprovalStatusEnum.Unmarshal(m, b) +} +func (m *AdGroupCriterionApprovalStatusEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AdGroupCriterionApprovalStatusEnum.Marshal(b, m, deterministic) +} +func (dst *AdGroupCriterionApprovalStatusEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_AdGroupCriterionApprovalStatusEnum.Merge(dst, src) +} +func (m *AdGroupCriterionApprovalStatusEnum) XXX_Size() int { + return xxx_messageInfo_AdGroupCriterionApprovalStatusEnum.Size(m) +} +func (m *AdGroupCriterionApprovalStatusEnum) XXX_DiscardUnknown() { + xxx_messageInfo_AdGroupCriterionApprovalStatusEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_AdGroupCriterionApprovalStatusEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*AdGroupCriterionApprovalStatusEnum)(nil), "google.ads.googleads.v1.enums.AdGroupCriterionApprovalStatusEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus", AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_name, AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_criterion_approval_status.proto", fileDescriptor_ad_group_criterion_approval_status_626a528bb78b09c2) +} + +var fileDescriptor_ad_group_criterion_approval_status_626a528bb78b09c2 = []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, + 0x6e, 0xba, 0x9a, 0xc4, 0x89, 0x48, 0xc1, 0x48, 0x42, 0x0c, 0x14, 0x41, 0xa6, 0x19, 0x19, 0x84, + 0x64, 0x46, 0x1c, 0xcd, 0x0b, 0xf4, 0x4d, 0xba, 0xcc, 0xa3, 0xf4, 0x51, 0xfa, 0x04, 0x5d, 0x16, + 0xc7, 0xe8, 0xae, 0xd9, 0x0c, 0x87, 0xef, 0x9c, 0x39, 0xe7, 0xfb, 0x01, 0x0b, 0x2e, 0x25, 0xdf, + 0x67, 0x0e, 0x65, 0xca, 0x69, 0x61, 0x83, 0x8e, 0xae, 0x93, 0x89, 0xfa, 0xa0, 0x1c, 0xca, 0x52, + 0x5e, 0xca, 0xba, 0x48, 0x77, 0x65, 0x5e, 0x65, 0x65, 0x2e, 0x45, 0x4a, 0x8b, 0xa2, 0x94, 0x47, + 0xba, 0x4f, 0x55, 0x45, 0xab, 0x5a, 0xc1, 0xa2, 0x94, 0x95, 0xb4, 0xc7, 0xed, 0x67, 0x48, 0x99, + 0x82, 0xbd, 0x0f, 0x3c, 0xba, 0x50, 0xfb, 0xdc, 0xdd, 0x77, 0x31, 0x45, 0xee, 0x50, 0x21, 0x64, + 0x45, 0xab, 0x5c, 0x8a, 0xf3, 0xe7, 0xe9, 0xc9, 0x00, 0x53, 0xcc, 0xfc, 0x26, 0x68, 0xde, 0xe5, + 0xe0, 0x73, 0xcc, 0x5a, 0xa7, 0x10, 0x51, 0x1f, 0xa6, 0xef, 0x06, 0x78, 0xb8, 0x2c, 0xb3, 0x6f, + 0xc1, 0x70, 0x13, 0xae, 0x23, 0x32, 0x0f, 0x16, 0x01, 0xf1, 0xac, 0x3f, 0xf6, 0x10, 0x5c, 0x6d, + 0xc2, 0x97, 0x70, 0xb9, 0x0d, 0x2d, 0xc3, 0x1e, 0x81, 0x6b, 0x1c, 0x45, 0xab, 0x65, 0x4c, 0x3c, + 0xcb, 0x6c, 0xb4, 0x5e, 0xb0, 0xee, 0x0b, 0x03, 0xdb, 0x06, 0x37, 0x11, 0x09, 0xbd, 0x20, 0xf4, + 0xd3, 0x15, 0x89, 0x03, 0xb2, 0xb5, 0xfe, 0xda, 0x16, 0x18, 0x6d, 0x42, 0x8f, 0xac, 0xba, 0xca, + 0xbf, 0xd9, 0xb7, 0x01, 0x26, 0x3b, 0x79, 0x80, 0x17, 0x07, 0x9e, 0x3d, 0x5e, 0x6e, 0x34, 0x6a, + 0xe6, 0x8e, 0x8c, 0xd7, 0xd9, 0xd9, 0x85, 0xcb, 0x3d, 0x15, 0x1c, 0xca, 0x92, 0x3b, 0x3c, 0x13, + 0x7a, 0x2b, 0xdd, 0x39, 0x8a, 0x5c, 0xfd, 0x72, 0x9d, 0x67, 0xfd, 0x7e, 0x98, 0x03, 0x1f, 0xe3, + 0x93, 0x39, 0xf6, 0x5b, 0x2b, 0xcc, 0x14, 0x6c, 0x61, 0x83, 0x62, 0x17, 0x36, 0xbb, 0x53, 0x9f, + 0x1d, 0x9f, 0x60, 0xa6, 0x92, 0x9e, 0x4f, 0x62, 0x37, 0xd1, 0xfc, 0x97, 0x39, 0x69, 0x8b, 0x08, + 0x61, 0xa6, 0x10, 0xea, 0x15, 0x08, 0xc5, 0x2e, 0x42, 0x5a, 0xf3, 0xf6, 0x5f, 0x37, 0xf6, 0xf4, + 0x13, 0x00, 0x00, 0xff, 0xff, 0x9e, 0x57, 0xc9, 0x4e, 0x35, 0x02, 0x00, 0x00, +} 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 53bc6b7f40a594ecc34d1c2ec2cb9fc0e53a6e51..9f938dc3a1d74661919cf360827601aa2d035cf4 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_969c08775452edd8, []int{0, 0} + return fileDescriptor_ad_group_criterion_status_3171d873136577ba, []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_969c08775452edd8, []int{0} + return fileDescriptor_ad_group_criterion_status_3171d873136577ba, []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_969c08775452edd8) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_criterion_status.proto", fileDescriptor_ad_group_criterion_status_3171d873136577ba) } -var fileDescriptor_ad_group_criterion_status_969c08775452edd8 = []byte{ +var fileDescriptor_ad_group_criterion_status_3171d873136577ba = []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 3f60f9b5ddbdd43f93520d147d9dde3c697eb5bb..85c12656ce9faec40cd1f00b19e3075af40cf07f 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_0cf55533fc23e067, []int{0, 0} + return fileDescriptor_ad_group_status_554f816bf5eafd8a, []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_0cf55533fc23e067, []int{0} + return fileDescriptor_ad_group_status_554f816bf5eafd8a, []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_0cf55533fc23e067) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_status.proto", fileDescriptor_ad_group_status_554f816bf5eafd8a) } -var fileDescriptor_ad_group_status_0cf55533fc23e067 = []byte{ +var fileDescriptor_ad_group_status_554f816bf5eafd8a = []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 a9e735c153d54ca79b9bfe5131d9f9a6fc12d5a9..866bd9d4ccfb98f9dde239ddee07d14dc11e9f9f 100644 --- a/googleapis/ads/googleads/v1/enums/ad_group_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_group_type.pb.go @@ -49,6 +49,8 @@ const ( AdGroupTypeEnum_VIDEO_NON_SKIPPABLE_IN_STREAM AdGroupTypeEnum_AdGroupType = 11 // Outstream video ads. AdGroupTypeEnum_VIDEO_OUTSTREAM AdGroupTypeEnum_AdGroupType = 12 + // Ad group type for Dynamic Search Ads ad groups. + AdGroupTypeEnum_SEARCH_DYNAMIC_ADS AdGroupTypeEnum_AdGroupType = 13 ) var AdGroupTypeEnum_AdGroupType_name = map[int32]string{ @@ -64,6 +66,7 @@ var AdGroupTypeEnum_AdGroupType_name = map[int32]string{ 10: "VIDEO_TRUE_VIEW_IN_DISPLAY", 11: "VIDEO_NON_SKIPPABLE_IN_STREAM", 12: "VIDEO_OUTSTREAM", + 13: "SEARCH_DYNAMIC_ADS", } var AdGroupTypeEnum_AdGroupType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -78,13 +81,14 @@ var AdGroupTypeEnum_AdGroupType_value = map[string]int32{ "VIDEO_TRUE_VIEW_IN_DISPLAY": 10, "VIDEO_NON_SKIPPABLE_IN_STREAM": 11, "VIDEO_OUTSTREAM": 12, + "SEARCH_DYNAMIC_ADS": 13, } 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_1e5c7e67093fbbb3, []int{0, 0} + return fileDescriptor_ad_group_type_7f0b2073c53dd4dc, []int{0, 0} } // Defines types of an ad group, specific to a particular campaign channel @@ -100,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_1e5c7e67093fbbb3, []int{0} + return fileDescriptor_ad_group_type_7f0b2073c53dd4dc, []int{0} } func (m *AdGroupTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupTypeEnum.Unmarshal(m, b) @@ -126,36 +130,37 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_type.proto", fileDescriptor_ad_group_type_1e5c7e67093fbbb3) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_group_type.proto", fileDescriptor_ad_group_type_7f0b2073c53dd4dc) } -var fileDescriptor_ad_group_type_1e5c7e67093fbbb3 = []byte{ - // 431 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcf, 0x6e, 0xd3, 0x30, - 0x18, 0xa7, 0x19, 0xda, 0x98, 0x3b, 0x54, 0xcb, 0x4c, 0x08, 0x26, 0x8a, 0xd4, 0x3d, 0x80, 0xa3, - 0x88, 0x5b, 0x38, 0x39, 0x8d, 0x69, 0xad, 0xb5, 0x8e, 0x15, 0x27, 0x99, 0x40, 0x95, 0xac, 0x40, - 0xa2, 0xa8, 0xd2, 0x1a, 0x47, 0x75, 0x3b, 0x69, 0x6f, 0x83, 0x38, 0x72, 0xe6, 0x29, 0x78, 0x0f, - 0x2e, 0x3c, 0x05, 0x4a, 0xdc, 0x96, 0x1e, 0x60, 0x97, 0xe8, 0xcb, 0xef, 0x9f, 0x3e, 0x7f, 0x3f, - 0xe0, 0x55, 0x5a, 0x57, 0x77, 0xa5, 0x9b, 0x17, 0xc6, 0xb5, 0x63, 0x3b, 0xdd, 0x7b, 0x6e, 0x59, - 0x6f, 0x57, 0xc6, 0xcd, 0x0b, 0x55, 0xad, 0xf5, 0xb6, 0x51, 0x9b, 0x87, 0xa6, 0xc4, 0xcd, 0x5a, - 0x6f, 0x34, 0x1a, 0x5a, 0x1d, 0xce, 0x0b, 0x83, 0x0f, 0x16, 0x7c, 0xef, 0xe1, 0xce, 0x72, 0xf5, - 0x66, 0x9f, 0xd8, 0x2c, 0xdd, 0xbc, 0xae, 0xf5, 0x26, 0xdf, 0x2c, 0x75, 0x6d, 0xac, 0xf9, 0xfa, - 0x87, 0x03, 0x06, 0xa4, 0x98, 0xb4, 0x99, 0xc9, 0x43, 0x53, 0xd2, 0x7a, 0xbb, 0xba, 0xfe, 0xea, - 0x80, 0xfe, 0x11, 0x86, 0x06, 0xa0, 0x9f, 0x72, 0x29, 0xe8, 0x98, 0x7d, 0x60, 0x34, 0x84, 0x4f, - 0x50, 0x1f, 0x9c, 0xa5, 0xfc, 0x86, 0x47, 0xb7, 0x1c, 0xf6, 0xd0, 0x0b, 0x30, 0x90, 0x94, 0xc4, - 0xe3, 0xa9, 0x92, 0x09, 0xe1, 0x21, 0x89, 0x43, 0xe8, 0xa0, 0x4b, 0x00, 0x43, 0x26, 0xc5, 0x8c, - 0x7c, 0xfc, 0x8b, 0x9e, 0xa0, 0x57, 0xe0, 0x52, 0x4e, 0x23, 0x21, 0x18, 0x9f, 0x28, 0x11, 0x47, - 0x61, 0x3a, 0x4e, 0x14, 0x09, 0x25, 0x7c, 0x8a, 0x9e, 0x83, 0xf3, 0x69, 0x94, 0xd0, 0x59, 0xf7, - 0x7b, 0x8a, 0x5e, 0x02, 0x74, 0x10, 0xca, 0x39, 0x89, 0xad, 0xec, 0x0c, 0x41, 0x70, 0x91, 0xb1, - 0x90, 0x46, 0x2a, 0x48, 0xe7, 0x82, 0xc6, 0xf0, 0x19, 0x1a, 0x82, 0xd7, 0x16, 0x49, 0xe2, 0x94, - 0xaa, 0x8c, 0xd1, 0x5b, 0xc5, 0xb8, 0x92, 0x49, 0x4c, 0xc9, 0x1c, 0x9e, 0xa3, 0xb7, 0xe0, 0xea, - 0x1f, 0xf4, 0x6e, 0x35, 0x08, 0xd0, 0x08, 0x0c, 0x2d, 0xcf, 0x23, 0xae, 0xe4, 0x0d, 0x13, 0x82, - 0x04, 0x33, 0x7a, 0x14, 0xd1, 0x6f, 0xdf, 0x67, 0x25, 0x51, 0x9a, 0xec, 0xc0, 0x8b, 0xe0, 0x57, - 0x0f, 0x8c, 0xbe, 0xe8, 0x15, 0x7e, 0xf4, 0xf4, 0x01, 0x3c, 0xba, 0xa2, 0x68, 0xcf, 0x2d, 0x7a, - 0x9f, 0x82, 0x9d, 0xa5, 0xd2, 0x77, 0x79, 0x5d, 0x61, 0xbd, 0xae, 0xdc, 0xaa, 0xac, 0xbb, 0x32, - 0xf6, 0x85, 0x37, 0x4b, 0xf3, 0x9f, 0xfe, 0xdf, 0x77, 0xdf, 0x6f, 0xce, 0xc9, 0x84, 0x90, 0xef, - 0xce, 0x70, 0x62, 0xa3, 0x48, 0x61, 0xb0, 0x1d, 0xdb, 0x29, 0xf3, 0x70, 0xdb, 0xa2, 0xf9, 0xb9, - 0xe7, 0x17, 0xa4, 0x30, 0x8b, 0x03, 0xbf, 0xc8, 0xbc, 0x45, 0xc7, 0xff, 0x76, 0x46, 0x16, 0xf4, - 0x7d, 0x52, 0x18, 0xdf, 0x3f, 0x28, 0x7c, 0x3f, 0xf3, 0x7c, 0xbf, 0xd3, 0x7c, 0x3e, 0xed, 0x16, - 0x7b, 0xf7, 0x27, 0x00, 0x00, 0xff, 0xff, 0x38, 0x10, 0x8e, 0x8a, 0x97, 0x02, 0x00, 0x00, +var fileDescriptor_ad_group_type_7f0b2073c53dd4dc = []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, + 0x8d, 0xd9, 0x9d, 0x77, 0x25, 0xc7, 0x5a, 0x22, 0x9a, 0xc8, 0xc2, 0xb2, 0x5d, 0x3a, 0x02, 0xc2, + 0x9b, 0x8d, 0x09, 0x34, 0x96, 0x89, 0x92, 0x42, 0x5f, 0x67, 0x97, 0x7b, 0x82, 0x3d, 0xc3, 0xd8, + 0x6b, 0xec, 0x66, 0x4f, 0x31, 0x2c, 0x25, 0x59, 0x2e, 0xb6, 0xdd, 0x98, 0xcf, 0xe7, 0x9c, 0xef, + 0x70, 0xa4, 0x23, 0xe0, 0xd7, 0x4a, 0xd5, 0x0f, 0x95, 0x57, 0x94, 0xda, 0xb3, 0x63, 0x37, 0x3d, + 0xfa, 0x5e, 0xd5, 0x6c, 0x57, 0xda, 0x2b, 0x4a, 0x59, 0xaf, 0xd5, 0xb6, 0x95, 0x9b, 0xa7, 0xb6, + 0x72, 0xdb, 0xb5, 0xda, 0x28, 0x34, 0xb4, 0x3a, 0xb7, 0x28, 0xb5, 0x7b, 0x58, 0x71, 0x1f, 0x7d, + 0xd7, 0xac, 0x5c, 0xbf, 0xde, 0x3b, 0xb6, 0x4b, 0xaf, 0x68, 0x1a, 0xb5, 0x29, 0x36, 0x4b, 0xd5, + 0x68, 0xbb, 0x7c, 0xf3, 0xdd, 0x01, 0x03, 0x5c, 0x4e, 0x3a, 0xcf, 0xf4, 0xa9, 0xad, 0x48, 0xb3, + 0x5d, 0xdd, 0x7c, 0x75, 0x40, 0xff, 0x08, 0x43, 0x03, 0xd0, 0xcf, 0x98, 0xe0, 0x64, 0x4c, 0xdf, + 0x53, 0x12, 0xc1, 0xff, 0x50, 0x1f, 0x9c, 0x65, 0xec, 0x96, 0xc5, 0x77, 0x0c, 0xf6, 0xd0, 0x73, + 0x30, 0x10, 0x04, 0x27, 0xe3, 0xa9, 0x14, 0x29, 0x66, 0x11, 0x4e, 0x22, 0xe8, 0xa0, 0x2b, 0x00, + 0x23, 0x2a, 0xf8, 0x0c, 0xdf, 0xff, 0x46, 0x4f, 0xd0, 0x4b, 0x70, 0x25, 0xa6, 0x31, 0xe7, 0x94, + 0x4d, 0x24, 0x4f, 0xe2, 0x28, 0x1b, 0xa7, 0x12, 0x47, 0x02, 0xfe, 0x8f, 0x2e, 0xc1, 0xf9, 0x34, + 0x4e, 0xc9, 0xcc, 0xfc, 0x9e, 0xa2, 0x17, 0x00, 0x1d, 0x84, 0x62, 0x8e, 0x13, 0x2b, 0x3b, 0x43, + 0x10, 0x5c, 0xe4, 0x34, 0x22, 0xb1, 0x0c, 0xb3, 0x39, 0x27, 0x09, 0x7c, 0x86, 0x86, 0xe0, 0x95, + 0x45, 0xd2, 0x24, 0x23, 0x32, 0xa7, 0xe4, 0x4e, 0x52, 0x26, 0x45, 0x9a, 0x10, 0x3c, 0x87, 0xe7, + 0xe8, 0x0d, 0xb8, 0xfe, 0x03, 0xbd, 0x8b, 0x06, 0x01, 0x1a, 0x81, 0xa1, 0xe5, 0x59, 0xcc, 0xa4, + 0xb8, 0xa5, 0x9c, 0xe3, 0x70, 0x46, 0x8e, 0x2c, 0xfa, 0xdd, 0xf9, 0xac, 0x24, 0xce, 0xd2, 0x1d, + 0x78, 0x61, 0x02, 0xda, 0x43, 0x47, 0xf7, 0x0c, 0xcf, 0xe9, 0xd8, 0x04, 0xbc, 0x0c, 0x7f, 0xf4, + 0xc0, 0xe8, 0x93, 0x5a, 0xb9, 0xff, 0xac, 0x24, 0x84, 0x47, 0xb7, 0xcb, 0xbb, 0x1a, 0x78, 0xef, + 0x43, 0xb8, 0x5b, 0xa9, 0xd5, 0x43, 0xd1, 0xd4, 0xae, 0x5a, 0xd7, 0x5e, 0x5d, 0x35, 0xa6, 0xa4, + 0xfd, 0x43, 0x68, 0x97, 0xfa, 0x2f, 0xef, 0xe2, 0x9d, 0xf9, 0x7e, 0x76, 0x4e, 0x26, 0x18, 0x7f, + 0x71, 0x86, 0x13, 0x6b, 0x85, 0x4b, 0xed, 0xda, 0xb1, 0x9b, 0x72, 0xdf, 0xed, 0xda, 0xd5, 0xdf, + 0xf6, 0xfc, 0x02, 0x97, 0x7a, 0x71, 0xe0, 0x17, 0xb9, 0xbf, 0x30, 0xfc, 0x4f, 0x67, 0x64, 0xc1, + 0x20, 0xc0, 0xa5, 0x0e, 0x82, 0x83, 0x22, 0x08, 0x72, 0x3f, 0x08, 0x8c, 0xe6, 0xe3, 0xa9, 0x09, + 0xf6, 0xf6, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x92, 0x7b, 0x50, 0x3f, 0xaf, 0x02, 0x00, 0x00, } 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 c63754957ef428bcf0aab89afa2b5e9de46596e1..b9ec2109372d1c8d54b7479b1733d48ee37fef3b 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_15ce52d70b843328, []int{0, 0} + return fileDescriptor_ad_network_type_ef7be46207dccd14, []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_15ce52d70b843328, []int{0} + return fileDescriptor_ad_network_type_ef7be46207dccd14, []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_15ce52d70b843328) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_network_type.proto", fileDescriptor_ad_network_type_ef7be46207dccd14) } -var fileDescriptor_ad_network_type_15ce52d70b843328 = []byte{ +var fileDescriptor_ad_network_type_ef7be46207dccd14 = []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 c675dc3fb4cb09f254886e88c094802c537c7dc7..f0f31aed0c516e81efca812049d1fe96b4f36429 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_1623a66fad44d21e, []int{0, 0} + return fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e, []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_1623a66fad44d21e, []int{0} + return fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e, []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_1623a66fad44d21e) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_serving_optimization_status.proto", fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e) } -var fileDescriptor_ad_serving_optimization_status_1623a66fad44d21e = []byte{ +var fileDescriptor_ad_serving_optimization_status_ae5af2e80c4aaf8e = []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 ffd583bf3e5c7a5320563168b3c518accb8cbdf2..9731d33036e24564ed52b6893fa7503385b24940 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_bbe2a417fda86d2b, []int{0, 0} + return fileDescriptor_ad_strength_f0b2737c42edfc69, []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_bbe2a417fda86d2b, []int{0} + return fileDescriptor_ad_strength_f0b2737c42edfc69, []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_bbe2a417fda86d2b) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_strength.proto", fileDescriptor_ad_strength_f0b2737c42edfc69) } -var fileDescriptor_ad_strength_bbe2a417fda86d2b = []byte{ +var fileDescriptor_ad_strength_f0b2737c42edfc69 = []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 4c6a4da8407b17f610b1398d74df0e6f374461cc..a290fa71e29b7222ed07b5b759ba7c5a4c6b8ab5 100644 --- a/googleapis/ads/googleads/v1/enums/ad_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/ad_type.pb.go @@ -53,6 +53,12 @@ const ( AdTypeEnum_RESPONSIVE_SEARCH_AD AdTypeEnum_AdType = 15 // The ad is a legacy responsive display ad. AdTypeEnum_LEGACY_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 16 + // The ad is an app ad. + AdTypeEnum_APP_AD AdTypeEnum_AdType = 17 + // The ad is a legacy app install ad. + AdTypeEnum_LEGACY_APP_INSTALL_AD AdTypeEnum_AdType = 18 + // The ad is a responsive display ad. + AdTypeEnum_RESPONSIVE_DISPLAY_AD AdTypeEnum_AdType = 19 ) var AdTypeEnum_AdType_name = map[int32]string{ @@ -70,6 +76,9 @@ var AdTypeEnum_AdType_name = map[int32]string{ 14: "IMAGE_AD", 15: "RESPONSIVE_SEARCH_AD", 16: "LEGACY_RESPONSIVE_DISPLAY_AD", + 17: "APP_AD", + 18: "LEGACY_APP_INSTALL_AD", + 19: "RESPONSIVE_DISPLAY_AD", } var AdTypeEnum_AdType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -86,13 +95,16 @@ var AdTypeEnum_AdType_value = map[string]int32{ "IMAGE_AD": 14, "RESPONSIVE_SEARCH_AD": 15, "LEGACY_RESPONSIVE_DISPLAY_AD": 16, + "APP_AD": 17, + "LEGACY_APP_INSTALL_AD": 18, + "RESPONSIVE_DISPLAY_AD": 19, } func (x AdTypeEnum_AdType) String() string { return proto.EnumName(AdTypeEnum_AdType_name, int32(x)) } func (AdTypeEnum_AdType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_type_77e111e431d85291, []int{0, 0} + return fileDescriptor_ad_type_a9a274bf62e2c41f, []int{0, 0} } // Container for enum describing possible types of an ad. @@ -106,7 +118,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_77e111e431d85291, []int{0} + return fileDescriptor_ad_type_a9a274bf62e2c41f, []int{0} } func (m *AdTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdTypeEnum.Unmarshal(m, b) @@ -132,37 +144,38 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/ad_type.proto", fileDescriptor_ad_type_77e111e431d85291) + proto.RegisterFile("google/ads/googleads/v1/enums/ad_type.proto", fileDescriptor_ad_type_a9a274bf62e2c41f) } -var fileDescriptor_ad_type_77e111e431d85291 = []byte{ - // 433 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0x89, 0x2b, 0xa5, 0x65, 0x13, 0xa8, 0x59, 0x8a, 0x40, 0x55, 0x8b, 0x68, 0xaf, 0x48, - 0x6b, 0x59, 0xdc, 0xcc, 0x69, 0x62, 0x2f, 0xce, 0x0a, 0x67, 0xbd, 0x8a, 0x13, 0xd3, 0xa0, 0x48, - 0x96, 0xc1, 0x96, 0x15, 0xa9, 0xf1, 0x5a, 0xdd, 0xb4, 0x52, 0x9f, 0x06, 0x89, 0x23, 0x07, 0x1e, - 0x84, 0xa7, 0xe0, 0xcc, 0x53, 0xa0, 0x5d, 0x63, 0x2b, 0x17, 0x7a, 0xb1, 0xe6, 0x9f, 0xff, 0xdb, - 0xd1, 0x78, 0x7e, 0xf4, 0xb6, 0x92, 0xb2, 0xba, 0x2e, 0x9d, 0xbc, 0x50, 0x4e, 0x5b, 0xea, 0xea, - 0xce, 0x75, 0xca, 0xfa, 0x76, 0xab, 0x9c, 0xbc, 0xc8, 0x76, 0xf7, 0x4d, 0x49, 0x9a, 0x1b, 0xb9, - 0x93, 0xf8, 0xbc, 0x25, 0x48, 0x5e, 0x28, 0xd2, 0xc3, 0xe4, 0xce, 0x25, 0x06, 0x3e, 0x3d, 0xeb, - 0x66, 0x35, 0x1b, 0x27, 0xaf, 0x6b, 0xb9, 0xcb, 0x77, 0x1b, 0x59, 0xab, 0xf6, 0xf1, 0xe5, 0x4f, - 0x0b, 0x21, 0x28, 0x16, 0xf7, 0x4d, 0x49, 0xeb, 0xdb, 0xed, 0xe5, 0x37, 0x0b, 0x0d, 0x5b, 0x89, - 0x8f, 0xd1, 0x68, 0xc9, 0x13, 0x41, 0x7d, 0xf6, 0x81, 0xd1, 0xc0, 0x7e, 0x84, 0x47, 0xe8, 0x70, - 0xc9, 0x3f, 0xf2, 0xf8, 0x13, 0xb7, 0x07, 0x5a, 0x2c, 0xe8, 0xd5, 0x22, 0x83, 0xc0, 0xb6, 0xf0, - 0x09, 0xb2, 0xe9, 0x95, 0x00, 0x1e, 0xd0, 0x20, 0xeb, 0xba, 0x07, 0xd8, 0x46, 0x63, 0x1f, 0xa2, - 0x28, 0x8b, 0x79, 0xb4, 0xd2, 0x9d, 0x21, 0x7e, 0x8d, 0x4e, 0x7b, 0x2e, 0x58, 0x71, 0x98, 0x31, - 0x3f, 0x4b, 0x28, 0xcc, 0xfd, 0xa9, 0xf6, 0x0f, 0xf1, 0x18, 0x1d, 0x4d, 0xe3, 0x05, 0x8d, 0xb4, - 0x3a, 0xc2, 0x2f, 0xd0, 0xb3, 0x64, 0x1a, 0x0b, 0xc1, 0x78, 0x98, 0x25, 0x33, 0x98, 0x9b, 0xb1, - 0x8f, 0xf1, 0x4b, 0xf4, 0xbc, 0x6f, 0x8b, 0x79, 0x1c, 0x2c, 0x7d, 0x63, 0x20, 0xfd, 0x3a, 0x65, - 0x01, 0x8d, 0xb5, 0x1a, 0x6b, 0x15, 0xce, 0x80, 0x99, 0x59, 0x4f, 0xb4, 0x62, 0x33, 0x08, 0xa9, - 0x56, 0x4f, 0xf1, 0x2b, 0x74, 0x32, 0xa7, 0x89, 0x88, 0x79, 0xc2, 0x52, 0xba, 0xb7, 0xc1, 0x31, - 0x7e, 0x83, 0xce, 0x22, 0x1a, 0x82, 0xbf, 0xca, 0xf6, 0x80, 0x80, 0x25, 0x22, 0x02, 0xf3, 0x0f, - 0xf6, 0xe4, 0xf7, 0x00, 0x5d, 0x7c, 0x95, 0x5b, 0xf2, 0xe0, 0xd1, 0x27, 0xa3, 0xf6, 0x88, 0x42, - 0xdf, 0x58, 0x0c, 0x3e, 0x4f, 0xfe, 0xd1, 0x95, 0xbc, 0xce, 0xeb, 0x8a, 0xc8, 0x9b, 0xca, 0xa9, - 0xca, 0xda, 0x24, 0xd0, 0xe5, 0xdb, 0x6c, 0xd4, 0x7f, 0xe2, 0x7e, 0x6f, 0xbe, 0xdf, 0xad, 0x83, - 0x10, 0xe0, 0x87, 0x75, 0x1e, 0xb6, 0xa3, 0xa0, 0x50, 0xa4, 0x2d, 0x75, 0x95, 0xba, 0x44, 0xe7, - 0xa7, 0x7e, 0x75, 0xfe, 0x1a, 0x0a, 0xb5, 0xee, 0xfd, 0x75, 0xea, 0xae, 0x8d, 0xff, 0xc7, 0xba, - 0x68, 0x9b, 0x9e, 0x07, 0x85, 0xf2, 0xbc, 0x9e, 0xf0, 0xbc, 0xd4, 0xf5, 0x3c, 0xc3, 0x7c, 0x19, - 0x9a, 0xc5, 0xde, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x3d, 0xff, 0x64, 0x01, 0x86, 0x02, 0x00, - 0x00, +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, } 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 433b5735840e8ea4b4e6c43878b7bad11fd2bb0c..d6150ddf9df760f08bfa112b27ae97aa39d2ed53 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,6 +47,8 @@ const ( AdvertisingChannelSubTypeEnum_VIDEO_ACTION AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 10 // Video campaigns with non-skippable video ads. AdvertisingChannelSubTypeEnum_VIDEO_NON_SKIPPABLE AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 11 + // Universal App Campaign. + AdvertisingChannelSubTypeEnum_APP_CAMPAIGN AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType = 12 ) var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]string{ @@ -62,6 +64,7 @@ var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_name = map[int32]str 9: "VIDEO_OUTSTREAM", 10: "VIDEO_ACTION", 11: "VIDEO_NON_SKIPPABLE", + 12: "APP_CAMPAIGN", } var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -76,13 +79,14 @@ var AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType_value = map[string]i "VIDEO_OUTSTREAM": 9, "VIDEO_ACTION": 10, "VIDEO_NON_SKIPPABLE": 11, + "APP_CAMPAIGN": 12, } 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_2d2d5e9ae88f8a3a, []int{0, 0} + return fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8, []int{0, 0} } // An immutable specialization of an Advertising Channel. @@ -96,7 +100,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_2d2d5e9ae88f8a3a, []int{0} + return fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8, []int{0} } func (m *AdvertisingChannelSubTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdvertisingChannelSubTypeEnum.Unmarshal(m, b) @@ -122,38 +126,38 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_sub_type.proto", fileDescriptor_advertising_channel_sub_type_2d2d5e9ae88f8a3a) + proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_sub_type.proto", fileDescriptor_advertising_channel_sub_type_02b63a9ec49568b8) } -var fileDescriptor_advertising_channel_sub_type_2d2d5e9ae88f8a3a = []byte{ - // 449 bytes of a gzipped FileDescriptorProto +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, 0x88, 0x19, 0x0f, 0x86, 0x98, 0x28, 0xd2, 0xf6, 0x00, 0x89, - 0x22, 0xee, 0xc2, 0x0d, 0x4e, 0x62, 0x32, 0x6b, 0x4d, 0x62, 0xd5, 0x69, 0xf9, 0xa3, 0x4a, 0x56, - 0xba, 0x44, 0x21, 0x52, 0xeb, 0x44, 0x75, 0x5a, 0x69, 0xcf, 0xc2, 0x1d, 0x97, 0xbc, 0x03, 0x2f, - 0xc0, 0xa3, 0x70, 0xcb, 0x0b, 0xa0, 0xc4, 0x4d, 0xe1, 0xa6, 0xdc, 0x44, 0x47, 0xe7, 0xfb, 0xf9, - 0x7c, 0x91, 0x8f, 0xc1, 0xbb, 0xa2, 0xaa, 0x8a, 0x65, 0x6e, 0xa5, 0x99, 0xb2, 0xb4, 0x6c, 0xd5, - 0xd6, 0xb6, 0x72, 0xb9, 0x59, 0x29, 0x2b, 0xcd, 0xb6, 0xf9, 0xba, 0x29, 0x55, 0x29, 0x0b, 0x71, - 0xfb, 0x25, 0x95, 0x32, 0x5f, 0x0a, 0xb5, 0x59, 0x88, 0xe6, 0xae, 0xce, 0xcd, 0x7a, 0x5d, 0x35, - 0x15, 0x1a, 0xe9, 0x63, 0x66, 0x9a, 0x29, 0x73, 0x9f, 0x60, 0x6e, 0x6d, 0xb3, 0x4b, 0xb8, 0x78, - 0xd5, 0x2f, 0xa8, 0x4b, 0x2b, 0x95, 0xb2, 0x6a, 0xd2, 0xa6, 0xac, 0xa4, 0xd2, 0x87, 0xaf, 0x7e, - 0x18, 0x60, 0x84, 0xff, 0xee, 0xf0, 0xf4, 0x0a, 0xbe, 0x59, 0x24, 0x77, 0x75, 0x4e, 0xe4, 0x66, - 0x75, 0xf5, 0xd5, 0x00, 0x2f, 0x0f, 0x12, 0xe8, 0x14, 0x0c, 0xa7, 0x11, 0x67, 0xc4, 0xa3, 0xef, - 0x29, 0xf1, 0xe1, 0x3d, 0x34, 0x04, 0x27, 0xd3, 0xe8, 0x26, 0x8a, 0x3f, 0x44, 0x70, 0x80, 0x9e, - 0x83, 0xa7, 0x9c, 0xe0, 0x89, 0x77, 0x2d, 0xc2, 0xd8, 0xa5, 0x63, 0x22, 0x30, 0x63, 0xd0, 0x40, - 0xe7, 0x00, 0xf9, 0x94, 0xb3, 0x31, 0xfe, 0xf4, 0xaf, 0x7f, 0x84, 0x10, 0x78, 0xb2, 0xc3, 0xc9, - 0x47, 0x36, 0x21, 0x9c, 0xc3, 0xfb, 0xe8, 0x0c, 0x9c, 0xf6, 0x6c, 0x6f, 0x3e, 0x68, 0x03, 0xf8, - 0x75, 0xcc, 0x18, 0x8d, 0x02, 0xc1, 0x43, 0x3c, 0x49, 0x04, 0xf6, 0x39, 0x3c, 0x46, 0xcf, 0x00, - 0xec, 0xe1, 0x20, 0xc4, 0x74, 0x2c, 0xb0, 0x0f, 0x4f, 0xd0, 0x05, 0x38, 0xef, 0x5d, 0x0d, 0x7b, - 0x38, 0x64, 0x98, 0x06, 0x11, 0x7c, 0xd8, 0xc6, 0xcf, 0xa8, 0x4f, 0x62, 0x11, 0x4f, 0x13, 0x9e, - 0x4c, 0x08, 0x0e, 0xe1, 0x23, 0x04, 0xc1, 0x63, 0x6d, 0x62, 0x2f, 0xa1, 0x71, 0x04, 0x01, 0x7a, - 0x01, 0xce, 0xb4, 0x13, 0xc5, 0x91, 0xe0, 0x37, 0x94, 0x31, 0xec, 0x8e, 0x09, 0x1c, 0xba, 0xbf, - 0x07, 0xe0, 0xf2, 0xb6, 0x5a, 0x99, 0xff, 0xed, 0xc0, 0x7d, 0x7d, 0xf0, 0x02, 0x59, 0xdb, 0x02, - 0x1b, 0x7c, 0x76, 0x77, 0x01, 0x45, 0xb5, 0x4c, 0x65, 0x61, 0x56, 0xeb, 0xc2, 0x2a, 0x72, 0xd9, - 0x75, 0xd4, 0x3f, 0x8b, 0xba, 0x54, 0x07, 0x5e, 0xc9, 0xdb, 0xee, 0xfb, 0xcd, 0x38, 0x0a, 0x30, - 0xfe, 0x6e, 0x8c, 0x02, 0x1d, 0x85, 0x33, 0x65, 0x6a, 0xd9, 0xaa, 0x99, 0x6d, 0xb6, 0x75, 0xaa, - 0x9f, 0xfd, 0x7c, 0x8e, 0x33, 0x35, 0xdf, 0xcf, 0xe7, 0x33, 0x7b, 0xde, 0xcd, 0x7f, 0x19, 0x97, - 0xda, 0x74, 0x1c, 0x9c, 0x29, 0xc7, 0xd9, 0x13, 0x8e, 0x33, 0xb3, 0x1d, 0xa7, 0x63, 0x16, 0xc7, - 0xdd, 0x8f, 0xbd, 0xf9, 0x13, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x3a, 0x45, 0xb1, 0xbd, 0x02, 0x00, - 0x00, + 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, } 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 92272a58aefc720e63ffcfb64837d0a76090dd87..72dbd74f4e98c50bd9f3b621e2f6b2c37dbd46ee 100644 --- a/googleapis/ads/googleads/v1/enums/advertising_channel_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/advertising_channel_type.pb.go @@ -38,6 +38,9 @@ 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. + AdvertisingChannelTypeEnum_MULTI_CHANNEL AdvertisingChannelTypeEnum_AdvertisingChannelType = 7 ) var AdvertisingChannelTypeEnum_AdvertisingChannelType_name = map[int32]string{ @@ -48,22 +51,24 @@ var AdvertisingChannelTypeEnum_AdvertisingChannelType_name = map[int32]string{ 4: "SHOPPING", 5: "HOTEL", 6: "VIDEO", + 7: "MULTI_CHANNEL", } var AdvertisingChannelTypeEnum_AdvertisingChannelType_value = map[string]int32{ - "UNSPECIFIED": 0, - "UNKNOWN": 1, - "SEARCH": 2, - "DISPLAY": 3, - "SHOPPING": 4, - "HOTEL": 5, - "VIDEO": 6, + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "SEARCH": 2, + "DISPLAY": 3, + "SHOPPING": 4, + "HOTEL": 5, + "VIDEO": 6, + "MULTI_CHANNEL": 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_25f73ab98ce4d422, []int{0, 0} + return fileDescriptor_advertising_channel_type_5d82ba2fb41708e4, []int{0, 0} } // The channel type a campaign may target to serve on. @@ -77,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_25f73ab98ce4d422, []int{0} + return fileDescriptor_advertising_channel_type_5d82ba2fb41708e4, []int{0} } func (m *AdvertisingChannelTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdvertisingChannelTypeEnum.Unmarshal(m, b) @@ -103,31 +108,32 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_type.proto", fileDescriptor_advertising_channel_type_25f73ab98ce4d422) + proto.RegisterFile("google/ads/googleads/v1/enums/advertising_channel_type.proto", fileDescriptor_advertising_channel_type_5d82ba2fb41708e4) } -var fileDescriptor_advertising_channel_type_25f73ab98ce4d422 = []byte{ - // 346 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4e, 0xea, 0x40, - 0x18, 0x85, 0x6f, 0xcb, 0x85, 0x7b, 0x1d, 0x4c, 0x9c, 0x74, 0xe1, 0x02, 0x65, 0x01, 0x0f, 0x30, - 0x4d, 0xe3, 0x6e, 0x74, 0x33, 0x40, 0x85, 0x46, 0xd2, 0x36, 0x16, 0x6a, 0x34, 0x4d, 0xc8, 0x48, - 0x27, 0x63, 0x13, 0x98, 0x69, 0x98, 0x42, 0xc2, 0x63, 0xf8, 0x0a, 0x2e, 0x7d, 0x14, 0x1f, 0xc5, - 0x95, 0x8f, 0x60, 0xda, 0x11, 0xdc, 0xa0, 0x9b, 0xc9, 0xc9, 0x9c, 0xff, 0x3b, 0xf9, 0xff, 0x03, - 0xae, 0xb8, 0x94, 0x7c, 0xc1, 0x6c, 0x9a, 0x2a, 0x5b, 0xcb, 0x52, 0x6d, 0x1c, 0x9b, 0x89, 0xf5, - 0x52, 0xd9, 0x34, 0xdd, 0xb0, 0x55, 0x91, 0xa9, 0x4c, 0xf0, 0xd9, 0xfc, 0x89, 0x0a, 0xc1, 0x16, - 0xb3, 0x62, 0x9b, 0x33, 0x94, 0xaf, 0x64, 0x21, 0xad, 0xb6, 0x46, 0x10, 0x4d, 0x15, 0xda, 0xd3, - 0x68, 0xe3, 0xa0, 0x8a, 0x6e, 0x9d, 0xef, 0xc2, 0xf3, 0xcc, 0xa6, 0x42, 0xc8, 0x82, 0x16, 0x99, - 0x14, 0x4a, 0xc3, 0xdd, 0x67, 0x03, 0xb4, 0xc8, 0x77, 0x7e, 0x5f, 0xc7, 0x4f, 0xb6, 0x39, 0x73, - 0xc5, 0x7a, 0xd9, 0x55, 0xe0, 0xf4, 0xb0, 0x6b, 0x9d, 0x80, 0xe6, 0xd4, 0x8f, 0x42, 0xb7, 0xef, - 0x5d, 0x7b, 0xee, 0x00, 0xfe, 0xb1, 0x9a, 0xe0, 0xdf, 0xd4, 0xbf, 0xf1, 0x83, 0x3b, 0x1f, 0x1a, - 0x16, 0x00, 0x8d, 0xc8, 0x25, 0xb7, 0xfd, 0x11, 0x34, 0x4b, 0x63, 0xe0, 0x45, 0xe1, 0x98, 0xdc, - 0xc3, 0x9a, 0x75, 0x0c, 0xfe, 0x47, 0xa3, 0x20, 0x0c, 0x3d, 0x7f, 0x08, 0xff, 0x5a, 0x47, 0xa0, - 0x3e, 0x0a, 0x26, 0xee, 0x18, 0xd6, 0x4b, 0x19, 0x7b, 0x03, 0x37, 0x80, 0x8d, 0xde, 0x87, 0x01, - 0x3a, 0x73, 0xb9, 0x44, 0xbf, 0xde, 0xd5, 0x3b, 0x3b, 0xbc, 0x58, 0x58, 0x9e, 0x15, 0x1a, 0x0f, - 0xbd, 0x2f, 0x9a, 0xcb, 0x05, 0x15, 0x1c, 0xc9, 0x15, 0xb7, 0x39, 0x13, 0xd5, 0xd1, 0xbb, 0x8e, - 0xf3, 0x4c, 0xfd, 0x50, 0xf9, 0x65, 0xf5, 0xbe, 0x98, 0xb5, 0x21, 0x21, 0xaf, 0x66, 0x7b, 0xa8, - 0xa3, 0x48, 0xaa, 0x90, 0x96, 0xa5, 0x8a, 0x1d, 0x54, 0x56, 0xa4, 0xde, 0x76, 0x7e, 0x42, 0x52, - 0x95, 0xec, 0xfd, 0x24, 0x76, 0x92, 0xca, 0x7f, 0x37, 0x3b, 0xfa, 0x13, 0x63, 0x92, 0x2a, 0x8c, - 0xf7, 0x13, 0x18, 0xc7, 0x0e, 0xc6, 0xd5, 0xcc, 0x63, 0xa3, 0x5a, 0xec, 0xe2, 0x33, 0x00, 0x00, - 0xff, 0xff, 0xe3, 0x8b, 0x2c, 0xf4, 0x0a, 0x02, 0x00, 0x00, +var fileDescriptor_advertising_channel_type_5d82ba2fb41708e4 = []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, + 0x08, 0x71, 0x37, 0xba, 0x99, 0x52, 0x2c, 0x44, 0x04, 0x22, 0x2d, 0x46, 0x43, 0xd2, 0x60, 0x21, + 0x48, 0xd2, 0xce, 0x90, 0x0e, 0x6d, 0xd2, 0x0b, 0x78, 0x10, 0x13, 0x37, 0x1e, 0xc5, 0xa3, 0xb8, + 0xf2, 0x08, 0x06, 0xc6, 0xd6, 0x4d, 0x75, 0x43, 0x5e, 0x78, 0xdf, 0xef, 0xe5, 0xfb, 0xde, 0x80, + 0xcb, 0x94, 0xb1, 0x74, 0x96, 0xa8, 0x51, 0xcc, 0x55, 0x21, 0x4b, 0xb5, 0xd2, 0xd4, 0x84, 0x2e, + 0xe7, 0x5c, 0x8d, 0xe2, 0x55, 0xb2, 0x28, 0x32, 0x9e, 0xd1, 0x74, 0x32, 0x7d, 0x8a, 0x28, 0x4d, + 0x66, 0x93, 0x62, 0x9d, 0x27, 0x28, 0x5f, 0xb0, 0x82, 0x29, 0x1d, 0x81, 0xa0, 0x28, 0xe6, 0x68, + 0x4b, 0xa3, 0x95, 0x86, 0x2a, 0xba, 0x7d, 0xb6, 0x09, 0xcf, 0x33, 0x35, 0xa2, 0x94, 0x15, 0x51, + 0x91, 0x31, 0xca, 0x05, 0xdc, 0x7b, 0x95, 0x40, 0x9b, 0xfc, 0xe4, 0xeb, 0x22, 0x7e, 0xb4, 0xce, + 0x13, 0x83, 0x2e, 0xe7, 0xbd, 0x67, 0x09, 0x9c, 0xec, 0xb6, 0x95, 0x23, 0xd0, 0x1a, 0x3b, 0xbe, + 0x67, 0xe8, 0xd6, 0x95, 0x65, 0x0c, 0xe0, 0x3f, 0xa5, 0x05, 0x9a, 0x63, 0xe7, 0xda, 0x71, 0xef, + 0x1c, 0x28, 0x29, 0x00, 0x34, 0x7c, 0x83, 0xdc, 0xea, 0x26, 0x94, 0x4b, 0x63, 0x60, 0xf9, 0x9e, + 0x4d, 0xee, 0x61, 0x4d, 0x39, 0x00, 0x7b, 0xbe, 0xe9, 0x7a, 0x9e, 0xe5, 0x0c, 0xe1, 0x7f, 0x65, + 0x1f, 0xd4, 0x4d, 0x77, 0x64, 0xd8, 0xb0, 0x5e, 0xca, 0xc0, 0x1a, 0x18, 0x2e, 0x6c, 0x28, 0xc7, + 0xe0, 0xf0, 0x66, 0x6c, 0x8f, 0xac, 0x89, 0x6e, 0x12, 0xc7, 0x31, 0x6c, 0xd8, 0xec, 0x7f, 0x4a, + 0xa0, 0x3b, 0x65, 0x73, 0xf4, 0xe7, 0xad, 0xfd, 0xd3, 0xdd, 0xbb, 0x7a, 0xe5, 0xa9, 0x9e, 0xf4, + 0xd0, 0xff, 0xa6, 0x53, 0x36, 0x8b, 0x68, 0x8a, 0xd8, 0x22, 0x55, 0xd3, 0x84, 0x56, 0x45, 0x6c, + 0x7a, 0xcf, 0x33, 0xfe, 0xcb, 0x33, 0x5c, 0x54, 0xdf, 0x17, 0xb9, 0x36, 0x24, 0xe4, 0x4d, 0xee, + 0x0c, 0x45, 0x14, 0x89, 0x39, 0x12, 0xb2, 0x54, 0x81, 0x86, 0xca, 0xda, 0xf8, 0xfb, 0xc6, 0x0f, + 0x49, 0xcc, 0xc3, 0xad, 0x1f, 0x06, 0x5a, 0x58, 0xf9, 0x1f, 0x72, 0x57, 0xfc, 0xc4, 0x98, 0xc4, + 0x1c, 0xe3, 0xed, 0x04, 0xc6, 0x81, 0x86, 0x71, 0x35, 0xf3, 0xd8, 0xa8, 0x16, 0x3b, 0xff, 0x0a, + 0x00, 0x00, 0xff, 0xff, 0xc4, 0x32, 0x41, 0x6f, 0x1e, 0x02, 0x00, 0x00, } 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 81122db00e1838fa48feed5c719b534308dfbaa3..d4e66ccb4bf7e2ec1b9adfa9c51ca0666987f90e 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_0b0d25d03dfdbd2d, []int{0, 0} + return fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162, []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_0b0d25d03dfdbd2d, []int{0} + return fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162, []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_0b0d25d03dfdbd2d) + proto.RegisterFile("google/ads/googleads/v1/enums/affiliate_location_feed_relationship_type.proto", fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162) } -var fileDescriptor_affiliate_location_feed_relationship_type_0b0d25d03dfdbd2d = []byte{ +var fileDescriptor_affiliate_location_feed_relationship_type_e8984108a81ad162 = []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 18bcd995eb9aacc112380d444551b915080b2bdf..76ffb42104ecadaa3cac5347c4bf61d6bb1e9006 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_8307483ff07836a8, []int{0, 0} + return fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b, []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_8307483ff07836a8, []int{0} + return fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b, []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_8307483ff07836a8) + proto.RegisterFile("google/ads/googleads/v1/enums/affiliate_location_placeholder_field.proto", fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b) } -var fileDescriptor_affiliate_location_placeholder_field_8307483ff07836a8 = []byte{ +var fileDescriptor_affiliate_location_placeholder_field_024fba99945e370b = []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 a33e6240a49cce1779346fcad3d90dc848265c08..033535a1b9ccce70ff9f68aa97bfcebbaafa8071 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_cebb90f3ee225f68, []int{0, 0} + return fileDescriptor_age_range_type_2b473c235b50dfd4, []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_cebb90f3ee225f68, []int{0} + return fileDescriptor_age_range_type_2b473c235b50dfd4, []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_cebb90f3ee225f68) + proto.RegisterFile("google/ads/googleads/v1/enums/age_range_type.proto", fileDescriptor_age_range_type_2b473c235b50dfd4) } -var fileDescriptor_age_range_type_cebb90f3ee225f68 = []byte{ +var fileDescriptor_age_range_type_2b473c235b50dfd4 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..b44b7daeec85b6d1c7a5758a379d6c47f344b91e --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/app_campaign_app_store.pb.go @@ -0,0 +1,118 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/app_campaign_app_store.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 app campaign app store. +type AppCampaignAppStoreEnum_AppCampaignAppStore int32 + +const ( + // Not specified. + AppCampaignAppStoreEnum_UNSPECIFIED AppCampaignAppStoreEnum_AppCampaignAppStore = 0 + // Used for return value only. Represents value unknown in this version. + AppCampaignAppStoreEnum_UNKNOWN AppCampaignAppStoreEnum_AppCampaignAppStore = 1 + // Apple app store. + AppCampaignAppStoreEnum_APPLE_APP_STORE AppCampaignAppStoreEnum_AppCampaignAppStore = 2 + // Google play. + AppCampaignAppStoreEnum_GOOGLE_APP_STORE AppCampaignAppStoreEnum_AppCampaignAppStore = 3 +) + +var AppCampaignAppStoreEnum_AppCampaignAppStore_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "APPLE_APP_STORE", + 3: "GOOGLE_APP_STORE", +} +var AppCampaignAppStoreEnum_AppCampaignAppStore_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "APPLE_APP_STORE": 2, + "GOOGLE_APP_STORE": 3, +} + +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} +} + +// The application store that distributes mobile applications. +type AppCampaignAppStoreEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AppCampaignAppStoreEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AppCampaignAppStoreEnum.Unmarshal(m, b) +} +func (m *AppCampaignAppStoreEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AppCampaignAppStoreEnum.Marshal(b, m, deterministic) +} +func (dst *AppCampaignAppStoreEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppCampaignAppStoreEnum.Merge(dst, src) +} +func (m *AppCampaignAppStoreEnum) XXX_Size() int { + return xxx_messageInfo_AppCampaignAppStoreEnum.Size(m) +} +func (m *AppCampaignAppStoreEnum) XXX_DiscardUnknown() { + xxx_messageInfo_AppCampaignAppStoreEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_AppCampaignAppStoreEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*AppCampaignAppStoreEnum)(nil), "google.ads.googleads.v1.enums.AppCampaignAppStoreEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.AppCampaignAppStoreEnum_AppCampaignAppStore", AppCampaignAppStoreEnum_AppCampaignAppStore_name, AppCampaignAppStoreEnum_AppCampaignAppStore_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/app_campaign_app_store.proto", fileDescriptor_app_campaign_app_store_7053f99b013d0af8) +} + +var fileDescriptor_app_campaign_app_store_7053f99b013d0af8 = []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, + 0x16, 0x9f, 0xb2, 0x59, 0xcb, 0x50, 0xda, 0xe0, 0xdc, 0x04, 0x29, 0x96, 0xb8, 0x96, 0x50, 0x58, + 0x93, 0xb0, 0x74, 0x03, 0x7f, 0xc7, 0x47, 0x3f, 0xc5, 0x4f, 0x11, 0xfc, 0x07, 0x49, 0xb2, 0x0d, + 0x84, 0xe9, 0x4b, 0x38, 0xb9, 0xe7, 0x9e, 0xc3, 0xb9, 0x07, 0x60, 0x2e, 0x25, 0x5f, 0x96, 0x88, + 0x15, 0x1a, 0x39, 0x68, 0xd0, 0x26, 0x44, 0xa5, 0x58, 0xd7, 0x1a, 0x31, 0xa5, 0xf2, 0x05, 0xab, + 0x15, 0xab, 0xb8, 0xc8, 0xcd, 0x47, 0x37, 0x72, 0x55, 0x42, 0xb5, 0x92, 0x8d, 0x0c, 0xfa, 0x4e, + 0x00, 0x59, 0xa1, 0xe1, 0x5e, 0x0b, 0x37, 0x21, 0xb4, 0xda, 0x8b, 0xcb, 0x9d, 0xb5, 0xaa, 0x10, + 0x13, 0x42, 0x36, 0xac, 0xa9, 0xa4, 0xd0, 0x4e, 0x3c, 0x7c, 0x03, 0x67, 0x44, 0xa9, 0xf1, 0xd6, + 0x9b, 0x28, 0x35, 0x35, 0xce, 0x91, 0x58, 0xd7, 0xc3, 0x17, 0xd0, 0x3b, 0x40, 0x05, 0x5d, 0xd0, + 0x99, 0x25, 0x53, 0x1a, 0x8d, 0x27, 0xb7, 0x93, 0xe8, 0xc6, 0x3f, 0x0a, 0x3a, 0xe0, 0x64, 0x96, + 0xdc, 0x25, 0xe9, 0x53, 0xe2, 0xb7, 0x82, 0x1e, 0xe8, 0x12, 0x4a, 0xef, 0xa3, 0x9c, 0x50, 0x9a, + 0x4f, 0x1f, 0xd3, 0x87, 0xc8, 0xf7, 0x82, 0x53, 0xe0, 0xc7, 0x69, 0x1a, 0xff, 0x9a, 0xb6, 0x47, + 0xdf, 0x2d, 0x30, 0x58, 0xc8, 0x1a, 0xfe, 0x1b, 0x7f, 0x74, 0x7e, 0x20, 0x03, 0x35, 0xd1, 0x69, + 0xeb, 0x79, 0xb4, 0x95, 0x72, 0xb9, 0x64, 0x82, 0x43, 0xb9, 0xe2, 0x88, 0x97, 0xc2, 0x1e, 0xb6, + 0x6b, 0x51, 0x55, 0xfa, 0x8f, 0x52, 0xaf, 0xed, 0xfb, 0xee, 0xb5, 0x63, 0x42, 0x3e, 0xbc, 0x7e, + 0xec, 0xac, 0x48, 0xa1, 0xa1, 0x83, 0x06, 0xcd, 0x43, 0x68, 0xaa, 0xd0, 0x9f, 0x3b, 0x3e, 0x23, + 0x85, 0xce, 0xf6, 0x7c, 0x36, 0x0f, 0x33, 0xcb, 0x7f, 0x79, 0x03, 0x37, 0xc4, 0x98, 0x14, 0x1a, + 0xe3, 0xfd, 0x06, 0xc6, 0xf3, 0x10, 0x63, 0xbb, 0xf3, 0x7a, 0x6c, 0x83, 0x5d, 0xfd, 0x04, 0x00, + 0x00, 0xff, 0xff, 0xe3, 0xcc, 0x06, 0x38, 0xec, 0x01, 0x00, 0x00, +} 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 new file mode 100644 index 0000000000000000000000000000000000000000..2859c1b0b22e018eafa0ecc703c29d352dffdf2e --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.pb.go @@ -0,0 +1,142 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_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 + +// Goal type of App campaign BiddingStrategy. +type AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType int32 + +const ( + // Not specified. + AppCampaignBiddingStrategyGoalTypeEnum_UNSPECIFIED AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 0 + // Used for return value only. Represents value unknown in this version. + AppCampaignBiddingStrategyGoalTypeEnum_UNKNOWN AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 1 + // Aim to maximize the number of app installs. The cpa bid is the + // target cost per install. + AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_INSTALLS_TARGET_INSTALL_COST AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 2 + // Aim to maximize the long term number of selected in-app conversions from + // app installs. The cpa bid is the target cost per install. + AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 3 + // Aim to maximize the long term number of selected in-app conversions from + // app installs. The cpa bid is the target cost per in-app conversion. Note + // that the actual cpa may seem higher than the target cpa at first, since + // the long term conversions haven’t happened yet. + AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 4 + // Aim to maximize all conversions' value, i.e. install + selected in-app + // conversions while achieving or exceeding target return on advertising + // spend. + AppCampaignBiddingStrategyGoalTypeEnum_OPTIMIZE_RETURN_ON_ADVERTISING_SPEND AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType = 5 +) + +var AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "OPTIMIZE_INSTALLS_TARGET_INSTALL_COST", + 3: "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST", + 4: "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST", + 5: "OPTIMIZE_RETURN_ON_ADVERTISING_SPEND", +} +var AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "OPTIMIZE_INSTALLS_TARGET_INSTALL_COST": 2, + "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_INSTALL_COST": 3, + "OPTIMIZE_IN_APP_CONVERSIONS_TARGET_CONVERSION_COST": 4, + "OPTIMIZE_RETURN_ON_ADVERTISING_SPEND": 5, +} + +func (x AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType) String() string { + 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} +} + +// Container for enum describing goal towards which the bidding strategy of an +// app campaign should optimize for. +type AppCampaignBiddingStrategyGoalTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AppCampaignBiddingStrategyGoalTypeEnum) Reset() { + *m = AppCampaignBiddingStrategyGoalTypeEnum{} +} +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} +} +func (m *AppCampaignBiddingStrategyGoalTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum.Unmarshal(m, b) +} +func (m *AppCampaignBiddingStrategyGoalTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum.Marshal(b, m, deterministic) +} +func (dst *AppCampaignBiddingStrategyGoalTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum.Merge(dst, src) +} +func (m *AppCampaignBiddingStrategyGoalTypeEnum) XXX_Size() int { + return xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum.Size(m) +} +func (m *AppCampaignBiddingStrategyGoalTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_AppCampaignBiddingStrategyGoalTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*AppCampaignBiddingStrategyGoalTypeEnum)(nil), "google.ads.googleads.v1.enums.AppCampaignBiddingStrategyGoalTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType", AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_name, AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/app_campaign_bidding_strategy_goal_type.proto", fileDescriptor_app_campaign_bidding_strategy_goal_type_33c5e49b61e0e1a9) +} + +var fileDescriptor_app_campaign_bidding_strategy_goal_type_33c5e49b61e0e1a9 = []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, + 0x5d, 0xe8, 0x41, 0x3d, 0x29, 0x89, 0x6a, 0xc4, 0x6e, 0x65, 0x63, 0x29, 0x2e, 0x2c, 0x01, 0xa1, + 0x5d, 0x1b, 0x61, 0x48, 0x24, 0x11, 0x79, 0x17, 0x72, 0xef, 0x93, 0xf4, 0xd8, 0x4b, 0xdf, 0xa3, + 0x8f, 0xd2, 0x67, 0xe8, 0xa1, 0xc4, 0x4a, 0xdc, 0x1e, 0xda, 0x6e, 0x2f, 0xe6, 0xf3, 0xcc, 0xf7, + 0x23, 0x66, 0x06, 0x9c, 0x6b, 0x6b, 0xf5, 0xaa, 0x49, 0x54, 0xed, 0x93, 0x00, 0x77, 0xe8, 0x36, + 0x4d, 0x1a, 0x73, 0xb3, 0xf6, 0x89, 0x72, 0x4e, 0x5e, 0xab, 0xb5, 0x53, 0xad, 0x36, 0xf2, 0xaa, + 0xad, 0xeb, 0xd6, 0x68, 0xe9, 0xbb, 0x8d, 0xea, 0x1a, 0xbd, 0x95, 0xda, 0xaa, 0x95, 0xec, 0xb6, + 0xae, 0x81, 0x6e, 0x63, 0x3b, 0x1b, 0x9f, 0x04, 0x07, 0xa8, 0x6a, 0x0f, 0x07, 0x33, 0x78, 0x9b, + 0xc2, 0xde, 0xec, 0xc9, 0xd3, 0x43, 0x96, 0x6b, 0x13, 0x65, 0x8c, 0xed, 0x54, 0xd7, 0x5a, 0xe3, + 0x83, 0x78, 0xf2, 0x35, 0x02, 0x2f, 0xb0, 0x73, 0xb3, 0x7d, 0xda, 0x34, 0x84, 0xf1, 0x7d, 0x56, + 0x66, 0xd5, 0x4a, 0x6c, 0x5d, 0x43, 0xcc, 0xcd, 0x7a, 0xf2, 0x29, 0x02, 0x93, 0xbb, 0xa9, 0xf1, + 0x63, 0x70, 0xbc, 0x60, 0xbc, 0x20, 0x33, 0xfa, 0x9e, 0x92, 0xf9, 0xf8, 0x5e, 0x7c, 0x0c, 0x1e, + 0x2d, 0xd8, 0x39, 0xcb, 0x3f, 0xb2, 0xf1, 0x28, 0x7e, 0x0d, 0x9e, 0xe7, 0x85, 0xa0, 0x1f, 0xe8, + 0x25, 0x91, 0x94, 0x71, 0x81, 0x2f, 0x2e, 0xb8, 0x14, 0xb8, 0xcc, 0x88, 0x38, 0xfc, 0xcb, 0x59, + 0xce, 0xc5, 0x38, 0x8a, 0xcf, 0x40, 0xf2, 0x1b, 0x55, 0xe2, 0xa2, 0x90, 0xb3, 0x9c, 0x55, 0xa4, + 0xe4, 0x34, 0x67, 0x7f, 0x16, 0x1d, 0xc5, 0x6f, 0xc1, 0x9b, 0xff, 0x10, 0xfd, 0x2a, 0x05, 0xdd, + 0xfd, 0xf8, 0x15, 0x78, 0x36, 0xe8, 0x4a, 0x22, 0x16, 0x25, 0x93, 0x39, 0x93, 0x78, 0x5e, 0x91, + 0x52, 0x50, 0x4e, 0x59, 0x26, 0x79, 0x41, 0xd8, 0x7c, 0xfc, 0x60, 0xfa, 0x63, 0x04, 0x4e, 0xaf, + 0xed, 0x1a, 0xfe, 0x73, 0xea, 0xd3, 0x97, 0x77, 0x4f, 0xaa, 0xd8, 0x2d, 0xa0, 0x18, 0x5d, 0x4e, + 0xf7, 0x4e, 0xda, 0xae, 0x94, 0xd1, 0xd0, 0x6e, 0x74, 0xa2, 0x1b, 0xd3, 0xaf, 0xe7, 0x70, 0x1c, + 0xae, 0xf5, 0x7f, 0xb9, 0x95, 0x77, 0xfd, 0xf7, 0x73, 0x74, 0x94, 0x61, 0xfc, 0x25, 0x3a, 0xc9, + 0x82, 0x15, 0xae, 0x3d, 0x0c, 0x70, 0x87, 0xaa, 0x14, 0xee, 0x16, 0xe8, 0xbf, 0x1d, 0xfa, 0x4b, + 0x5c, 0xfb, 0xe5, 0xd0, 0x5f, 0x56, 0xe9, 0xb2, 0xef, 0x7f, 0x8f, 0x4e, 0x43, 0x11, 0x21, 0x5c, + 0x7b, 0x84, 0x06, 0x06, 0x42, 0x55, 0x8a, 0x50, 0xcf, 0xb9, 0x7a, 0xd8, 0x3f, 0xec, 0xec, 0x67, + 0x00, 0x00, 0x00, 0xff, 0xff, 0xa7, 0x7a, 0x3b, 0x7b, 0xc3, 0x02, 0x00, 0x00, +} 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 acaec5eed6a54ed29213ef64fe8ad84595c49f36..ce59a764998d787bb0e753e4f8d489ef1cd2463b 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_4dca450fbcae1c58, []int{0, 0} + return fileDescriptor_app_payment_model_type_4e004d1824ba3296, []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_4dca450fbcae1c58, []int{0} + return fileDescriptor_app_payment_model_type_4e004d1824ba3296, []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_4dca450fbcae1c58) + proto.RegisterFile("google/ads/googleads/v1/enums/app_payment_model_type.proto", fileDescriptor_app_payment_model_type_4e004d1824ba3296) } -var fileDescriptor_app_payment_model_type_4dca450fbcae1c58 = []byte{ +var fileDescriptor_app_payment_model_type_4e004d1824ba3296 = []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 b684bf29797e15ea06fe2166fe1577be44e67ce5..b07682c621975e5b64fdfd288b00a62e12e51d43 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_a9580e13ffb1b3ff, []int{0, 0} + return fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb, []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_a9580e13ffb1b3ff, []int{0} + return fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb, []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_a9580e13ffb1b3ff) + proto.RegisterFile("google/ads/googleads/v1/enums/app_placeholder_field.proto", fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb) } -var fileDescriptor_app_placeholder_field_a9580e13ffb1b3ff = []byte{ +var fileDescriptor_app_placeholder_field_e9b299fca4b7b6bb = []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 bc9c1c3cb7feae73c0de08045a5233ea33e8f827..debf90f124ebe0deec581e61dd1896e81276a75e 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_262fcfa551129da2, []int{0, 0} + return fileDescriptor_app_store_e3ce800ec4e8457c, []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_262fcfa551129da2, []int{0} + return fileDescriptor_app_store_e3ce800ec4e8457c, []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_262fcfa551129da2) + proto.RegisterFile("google/ads/googleads/v1/enums/app_store.proto", fileDescriptor_app_store_e3ce800ec4e8457c) } -var fileDescriptor_app_store_262fcfa551129da2 = []byte{ +var fileDescriptor_app_store_e3ce800ec4e8457c = []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/asset_type.pb.go b/googleapis/ads/googleads/v1/enums/asset_type.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..075ee88a776568322fecbbce2b12919d158c0d3f --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/asset_type.pb.go @@ -0,0 +1,122 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/asset_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 possible types of asset. +type AssetTypeEnum_AssetType int32 + +const ( + // Not specified. + AssetTypeEnum_UNSPECIFIED AssetTypeEnum_AssetType = 0 + // Used for return value only. Represents value unknown in this version. + AssetTypeEnum_UNKNOWN AssetTypeEnum_AssetType = 1 + // YouTube video asset. + AssetTypeEnum_YOUTUBE_VIDEO AssetTypeEnum_AssetType = 2 + // Media bundle asset. + AssetTypeEnum_MEDIA_BUNDLE AssetTypeEnum_AssetType = 3 + // Image asset. + AssetTypeEnum_IMAGE AssetTypeEnum_AssetType = 4 +) + +var AssetTypeEnum_AssetType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "YOUTUBE_VIDEO", + 3: "MEDIA_BUNDLE", + 4: "IMAGE", +} +var AssetTypeEnum_AssetType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "YOUTUBE_VIDEO": 2, + "MEDIA_BUNDLE": 3, + "IMAGE": 4, +} + +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} +} + +// Container for enum describing the types of asset. +type AssetTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AssetTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AssetTypeEnum.Unmarshal(m, b) +} +func (m *AssetTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AssetTypeEnum.Marshal(b, m, deterministic) +} +func (dst *AssetTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_AssetTypeEnum.Merge(dst, src) +} +func (m *AssetTypeEnum) XXX_Size() int { + return xxx_messageInfo_AssetTypeEnum.Size(m) +} +func (m *AssetTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_AssetTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_AssetTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*AssetTypeEnum)(nil), "google.ads.googleads.v1.enums.AssetTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.AssetTypeEnum_AssetType", AssetTypeEnum_AssetType_name, AssetTypeEnum_AssetType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/asset_type.proto", fileDescriptor_asset_type_081a7766bd7235bd) +} + +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, +} diff --git a/googleapis/ads/googleads/v1/enums/attribution_model.pb.go b/googleapis/ads/googleads/v1/enums/attribution_model.pb.go index 587c31a32dea802ff1c22d80c8f4c749959afdfb..46ba41f908e30210871f7ee14db2c6e64acf994d 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_59bf2916182d50ea, []int{0, 0} + return fileDescriptor_attribution_model_028ceddbc0f18c6c, []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_59bf2916182d50ea, []int{0} + return fileDescriptor_attribution_model_028ceddbc0f18c6c, []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_59bf2916182d50ea) + proto.RegisterFile("google/ads/googleads/v1/enums/attribution_model.proto", fileDescriptor_attribution_model_028ceddbc0f18c6c) } -var fileDescriptor_attribution_model_59bf2916182d50ea = []byte{ +var fileDescriptor_attribution_model_028ceddbc0f18c6c = []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 661b4c31c4d23a9a1ff6e1fb83300a42e2d652a8..3193ddf8a692f7265dcd0876e46d70a2e4a2538c 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_33b9ed87200cf960, []int{0, 0} + return fileDescriptor_bid_modifier_source_7a9faa1d020f696d, []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_33b9ed87200cf960, []int{0} + return fileDescriptor_bid_modifier_source_7a9faa1d020f696d, []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_33b9ed87200cf960) + proto.RegisterFile("google/ads/googleads/v1/enums/bid_modifier_source.proto", fileDescriptor_bid_modifier_source_7a9faa1d020f696d) } -var fileDescriptor_bid_modifier_source_33b9ed87200cf960 = []byte{ +var fileDescriptor_bid_modifier_source_7a9faa1d020f696d = []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 92efa4393a2322c2bc0d93dfbca28166b5ed2df6..1157964fcfca8788b5b82a0ade389a216117b553 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_e2bdb43ac0b9f543, []int{0, 0} + return fileDescriptor_bidding_source_cb63232b9a57dcf9, []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_e2bdb43ac0b9f543, []int{0} + return fileDescriptor_bidding_source_cb63232b9a57dcf9, []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_e2bdb43ac0b9f543) + proto.RegisterFile("google/ads/googleads/v1/enums/bidding_source.proto", fileDescriptor_bidding_source_cb63232b9a57dcf9) } -var fileDescriptor_bidding_source_e2bdb43ac0b9f543 = []byte{ +var fileDescriptor_bidding_source_cb63232b9a57dcf9 = []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 40857477686d1d145c8abdae99d6e0610d05fe8f..221699d806e798dac31be0aac467b1379a11ee25 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_0edbb5dbda47eaeb, []int{0, 0} + return fileDescriptor_bidding_strategy_status_33802c045362f160, []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_0edbb5dbda47eaeb, []int{0} + return fileDescriptor_bidding_strategy_status_33802c045362f160, []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_0edbb5dbda47eaeb) + proto.RegisterFile("google/ads/googleads/v1/enums/bidding_strategy_status.proto", fileDescriptor_bidding_strategy_status_33802c045362f160) } -var fileDescriptor_bidding_strategy_status_0edbb5dbda47eaeb = []byte{ +var fileDescriptor_bidding_strategy_status_33802c045362f160 = []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 f2d38e3784b8dd38053762b452242c32f064aeb9..b573ec8158c6658b43a1a2291064b69e903de285 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_5fbaf267d0da86d5, []int{0, 0} + return fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94, []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_5fbaf267d0da86d5, []int{0} + return fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94, []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_5fbaf267d0da86d5) + proto.RegisterFile("google/ads/googleads/v1/enums/bidding_strategy_type.proto", fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94) } -var fileDescriptor_bidding_strategy_type_5fbaf267d0da86d5 = []byte{ +var fileDescriptor_bidding_strategy_type_6d2c9da63c3ebf94 = []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 92fcee125f8a4abf92358ac32631bf7600c0cf6b..15ec372649dc545db475ae4d577fa93bc067f8ac 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_54184da5ebba2258, []int{0, 0} + return fileDescriptor_billing_setup_status_589f9d8a0266c4b4, []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_54184da5ebba2258, []int{0} + return fileDescriptor_billing_setup_status_589f9d8a0266c4b4, []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_54184da5ebba2258) + proto.RegisterFile("google/ads/googleads/v1/enums/billing_setup_status.proto", fileDescriptor_billing_setup_status_589f9d8a0266c4b4) } -var fileDescriptor_billing_setup_status_54184da5ebba2258 = []byte{ +var fileDescriptor_billing_setup_status_589f9d8a0266c4b4 = []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 0f341ff9f8f38e68237faef5f274e8be69551afe..f4349c0939b827f99c0de084bfdf85efb37f7eac 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_fa6a63586b4ace9f, []int{0, 0} + return fileDescriptor_brand_safety_suitability_9d82860afb461eab, []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_fa6a63586b4ace9f, []int{0} + return fileDescriptor_brand_safety_suitability_9d82860afb461eab, []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_fa6a63586b4ace9f) + proto.RegisterFile("google/ads/googleads/v1/enums/brand_safety_suitability.proto", fileDescriptor_brand_safety_suitability_9d82860afb461eab) } -var fileDescriptor_brand_safety_suitability_fa6a63586b4ace9f = []byte{ +var fileDescriptor_brand_safety_suitability_9d82860afb461eab = []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 e45d4d56279fce4cecd6c9640b435063e0d78f0f..d49bfe9db6aa5004318c4465c07dcbe6a7b43817 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_947e062f07dbe1a1, []int{0, 0} + return fileDescriptor_budget_delivery_method_9bb695e482492a3b, []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_947e062f07dbe1a1, []int{0} + return fileDescriptor_budget_delivery_method_9bb695e482492a3b, []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_947e062f07dbe1a1) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_delivery_method.proto", fileDescriptor_budget_delivery_method_9bb695e482492a3b) } -var fileDescriptor_budget_delivery_method_947e062f07dbe1a1 = []byte{ +var fileDescriptor_budget_delivery_method_9bb695e482492a3b = []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 ad99295706c06bd258748ad971b38518c595c38f..b79e2dbe78b514b85e3535e9bb0f024666e22193 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_0817578d922cd855, []int{0, 0} + return fileDescriptor_budget_period_86f11cad1f904a0a, []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_0817578d922cd855, []int{0} + return fileDescriptor_budget_period_86f11cad1f904a0a, []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_0817578d922cd855) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_period.proto", fileDescriptor_budget_period_86f11cad1f904a0a) } -var fileDescriptor_budget_period_0817578d922cd855 = []byte{ +var fileDescriptor_budget_period_86f11cad1f904a0a = []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 1191f8c5a0888405dbbbd7147151beff8b5038d9..e327c3b71f81da0729e48d74f5d9901797a9b9cb 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_850ff2f97013c159, []int{0, 0} + return fileDescriptor_budget_status_c4c26a2a301df390, []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_850ff2f97013c159, []int{0} + return fileDescriptor_budget_status_c4c26a2a301df390, []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_850ff2f97013c159) + proto.RegisterFile("google/ads/googleads/v1/enums/budget_status.proto", fileDescriptor_budget_status_c4c26a2a301df390) } -var fileDescriptor_budget_status_850ff2f97013c159 = []byte{ +var fileDescriptor_budget_status_c4c26a2a301df390 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..12b2258f3052adfc75c78dd6d776b48f045f81d0 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/budget_type.pb.go @@ -0,0 +1,118 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/budget_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 + +// Possible Budget types. +type BudgetTypeEnum_BudgetType int32 + +const ( + // Not specified. + BudgetTypeEnum_UNSPECIFIED BudgetTypeEnum_BudgetType = 0 + // Used for return value only. Represents value unknown in this version. + BudgetTypeEnum_UNKNOWN BudgetTypeEnum_BudgetType = 1 + // Budget type for standard Google Ads usage. + BudgetTypeEnum_STANDARD BudgetTypeEnum_BudgetType = 2 + // Budget type for Hotels Ads commission program. + BudgetTypeEnum_HOTEL_ADS_COMMISSION BudgetTypeEnum_BudgetType = 3 +) + +var BudgetTypeEnum_BudgetType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "STANDARD", + 3: "HOTEL_ADS_COMMISSION", +} +var BudgetTypeEnum_BudgetType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "STANDARD": 2, + "HOTEL_ADS_COMMISSION": 3, +} + +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} +} + +// Describes Budget types. +type BudgetTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *BudgetTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BudgetTypeEnum.Unmarshal(m, b) +} +func (m *BudgetTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BudgetTypeEnum.Marshal(b, m, deterministic) +} +func (dst *BudgetTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_BudgetTypeEnum.Merge(dst, src) +} +func (m *BudgetTypeEnum) XXX_Size() int { + return xxx_messageInfo_BudgetTypeEnum.Size(m) +} +func (m *BudgetTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_BudgetTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_BudgetTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*BudgetTypeEnum)(nil), "google.ads.googleads.v1.enums.BudgetTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.BudgetTypeEnum_BudgetType", BudgetTypeEnum_BudgetType_name, BudgetTypeEnum_BudgetType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/budget_type.proto", fileDescriptor_budget_type_92c37d699c55d2f0) +} + +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, +} 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 2cb817c9ff84ec08d404203d555e1b89b98fc167..ebabf221fe2160a57565b71183bf6ab4312b447d 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_589d3ea2efa5c4dc, []int{0, 0} + return fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e, []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_589d3ea2efa5c4dc, []int{0} + return fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e, []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_589d3ea2efa5c4dc) + proto.RegisterFile("google/ads/googleads/v1/enums/call_conversion_reporting_state.proto", fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e) } -var fileDescriptor_call_conversion_reporting_state_589d3ea2efa5c4dc = []byte{ +var fileDescriptor_call_conversion_reporting_state_a22fccf91506fd0e = []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 2bbf1ef12bcf8bb9ecf2d41207e2d716d5211c26..8e6a014acd40bd2daed45274d768ce5cfd385edb 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_a748c8b4aa392bc7, []int{0, 0} + return fileDescriptor_call_placeholder_field_c52b76f47987fac2, []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_a748c8b4aa392bc7, []int{0} + return fileDescriptor_call_placeholder_field_c52b76f47987fac2, []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_a748c8b4aa392bc7) + proto.RegisterFile("google/ads/googleads/v1/enums/call_placeholder_field.proto", fileDescriptor_call_placeholder_field_c52b76f47987fac2) } -var fileDescriptor_call_placeholder_field_a748c8b4aa392bc7 = []byte{ +var fileDescriptor_call_placeholder_field_c52b76f47987fac2 = []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 f863e54f76cabd218f88fe6570e90d8b0b3c098b..5080453638d612f1a2e7462b95d849e96facc742 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_b41f74fc0177d22f, []int{0, 0} + return fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4, []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_b41f74fc0177d22f, []int{0} + return fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4, []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_b41f74fc0177d22f) + proto.RegisterFile("google/ads/googleads/v1/enums/callout_placeholder_field.proto", fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4) } -var fileDescriptor_callout_placeholder_field_b41f74fc0177d22f = []byte{ +var fileDescriptor_callout_placeholder_field_fc0a32a03d50c3e4 = []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_serving_status.pb.go b/googleapis/ads/googleads/v1/enums/campaign_serving_status.pb.go index d633a1eaf2fcb690db9d9f49fd471c375a3d9a4f..069d2c17dc107a8063803da363e1c26b7ee8375c 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_8f48549529bd217f, []int{0, 0} + return fileDescriptor_campaign_serving_status_ddbad32a3e942f48, []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_8f48549529bd217f, []int{0} + return fileDescriptor_campaign_serving_status_ddbad32a3e942f48, []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_8f48549529bd217f) + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_serving_status.proto", fileDescriptor_campaign_serving_status_ddbad32a3e942f48) } -var fileDescriptor_campaign_serving_status_8f48549529bd217f = []byte{ +var fileDescriptor_campaign_serving_status_ddbad32a3e942f48 = []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 722d4e0f80ce94e748a70c34f381d35e277adf1a..0cc689377339b3ab21de112a7618a1028a12f2ba 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_aa344711c5c74a4d, []int{0, 0} + return fileDescriptor_campaign_shared_set_status_794e085f3413c763, []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_aa344711c5c74a4d, []int{0} + return fileDescriptor_campaign_shared_set_status_794e085f3413c763, []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_aa344711c5c74a4d) + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_shared_set_status.proto", fileDescriptor_campaign_shared_set_status_794e085f3413c763) } -var fileDescriptor_campaign_shared_set_status_aa344711c5c74a4d = []byte{ +var fileDescriptor_campaign_shared_set_status_794e085f3413c763 = []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 32795f2f7577804b9c40573dc98d0645be6db3f9..5622ef54d88254cb30e2e15a2f5a92676d7267a8 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_39a99a6aa8a50431, []int{0, 0} + return fileDescriptor_campaign_status_388a2e3dad50b0c6, []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_39a99a6aa8a50431, []int{0} + return fileDescriptor_campaign_status_388a2e3dad50b0c6, []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_39a99a6aa8a50431) + proto.RegisterFile("google/ads/googleads/v1/enums/campaign_status.proto", fileDescriptor_campaign_status_388a2e3dad50b0c6) } -var fileDescriptor_campaign_status_39a99a6aa8a50431 = []byte{ +var fileDescriptor_campaign_status_388a2e3dad50b0c6 = []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 fddf74e6b9548083f74f0dbbd3902e0a50d9516d..c83bdfd07f7fb70e1d48d9eaecb10a9b45154641 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_a87b392e2f88b71e, []int{0, 0} + return fileDescriptor_change_status_operation_e48ec58c5f9b59cd, []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_a87b392e2f88b71e, []int{0} + return fileDescriptor_change_status_operation_e48ec58c5f9b59cd, []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_a87b392e2f88b71e) + proto.RegisterFile("google/ads/googleads/v1/enums/change_status_operation.proto", fileDescriptor_change_status_operation_e48ec58c5f9b59cd) } -var fileDescriptor_change_status_operation_a87b392e2f88b71e = []byte{ +var fileDescriptor_change_status_operation_e48ec58c5f9b59cd = []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 4cfb41eaf231ee8623a5f85a10adba40c9b9e6da..d62a5ecb59c66483a72c57e07a61dd73ec2e5b7f 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_71cc936589da3363, []int{0, 0} + return fileDescriptor_change_status_resource_type_3fb3446407a6ecd1, []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_71cc936589da3363, []int{0} + return fileDescriptor_change_status_resource_type_3fb3446407a6ecd1, []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_71cc936589da3363) + proto.RegisterFile("google/ads/googleads/v1/enums/change_status_resource_type.proto", fileDescriptor_change_status_resource_type_3fb3446407a6ecd1) } -var fileDescriptor_change_status_resource_type_71cc936589da3363 = []byte{ +var fileDescriptor_change_status_resource_type_3fb3446407a6ecd1 = []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 6a0b6b8c0d50e091d737f7046db3503adf38c459..70ac7d1bb7b3afeb26caf1e2a0b4869d23339a3b 100644 --- a/googleapis/ads/googleads/v1/enums/click_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/click_type.pb.go @@ -129,7 +129,7 @@ const ( ClickTypeEnum_HOTEL_PRICE ClickTypeEnum_ClickType = 53 // Price Extension. ClickTypeEnum_PRICE_EXTENSION ClickTypeEnum_ClickType = 54 - // Hotel Book-on-Google room selection. + // Book on Google hotel room selection. ClickTypeEnum_HOTEL_BOOK_ON_GOOGLE_ROOM_SELECTION ClickTypeEnum_ClickType = 55 ) @@ -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_e2ac0f9b3e9ad506, []int{0, 0} + return fileDescriptor_click_type_d6ca6ec65af6cf28, []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_e2ac0f9b3e9ad506, []int{0} + return fileDescriptor_click_type_d6ca6ec65af6cf28, []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_e2ac0f9b3e9ad506) + proto.RegisterFile("google/ads/googleads/v1/enums/click_type.proto", fileDescriptor_click_type_d6ca6ec65af6cf28) } -var fileDescriptor_click_type_e2ac0f9b3e9ad506 = []byte{ +var fileDescriptor_click_type_d6ca6ec65af6cf28 = []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 02e1b2d9794ea258b00400309b9a67b9ea3f6414..42edfb1b1045caf950be24177b011d0944a38e33 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_414ebe724736d3a1, []int{0, 0} + return fileDescriptor_content_label_type_01798a129ae49fc7, []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_414ebe724736d3a1, []int{0} + return fileDescriptor_content_label_type_01798a129ae49fc7, []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_414ebe724736d3a1) + proto.RegisterFile("google/ads/googleads/v1/enums/content_label_type.proto", fileDescriptor_content_label_type_01798a129ae49fc7) } -var fileDescriptor_content_label_type_414ebe724736d3a1 = []byte{ +var fileDescriptor_content_label_type_01798a129ae49fc7 = []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 e4ddefc8334702a84b4c13124f1f0c6ab189338e..7c971acfdcc1a96ea0ad34d3608b5301462f3b48 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_d8197bad50c3e6f7, []int{0, 0} + return fileDescriptor_conversion_action_category_b6bad8a0930ede9e, []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_d8197bad50c3e6f7, []int{0} + return fileDescriptor_conversion_action_category_b6bad8a0930ede9e, []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_d8197bad50c3e6f7) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_category.proto", fileDescriptor_conversion_action_category_b6bad8a0930ede9e) } -var fileDescriptor_conversion_action_category_d8197bad50c3e6f7 = []byte{ +var fileDescriptor_conversion_action_category_b6bad8a0930ede9e = []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 bd76202d98520d084ec1a35ea94d62dd2e3cbeba..169d80b407710ebac1851abe937379cdf266b196 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_f8b1abd6302e4352, []int{0, 0} + return fileDescriptor_conversion_action_counting_type_1716f95c271033b4, []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_f8b1abd6302e4352, []int{0} + return fileDescriptor_conversion_action_counting_type_1716f95c271033b4, []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_f8b1abd6302e4352) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_counting_type.proto", fileDescriptor_conversion_action_counting_type_1716f95c271033b4) } -var fileDescriptor_conversion_action_counting_type_f8b1abd6302e4352 = []byte{ +var fileDescriptor_conversion_action_counting_type_1716f95c271033b4 = []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 c58113b81324cc4839a1a63cd7e1cf172e6f7db2..b41a6c1af1c8232f066781da4dec0cd1052495db 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_58c82a3e4758398c, []int{0, 0} + return fileDescriptor_conversion_action_status_6ea03205cfba48ad, []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_58c82a3e4758398c, []int{0} + return fileDescriptor_conversion_action_status_6ea03205cfba48ad, []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_58c82a3e4758398c) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_status.proto", fileDescriptor_conversion_action_status_6ea03205cfba48ad) } -var fileDescriptor_conversion_action_status_58c82a3e4758398c = []byte{ +var fileDescriptor_conversion_action_status_6ea03205cfba48ad = []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 173198aedd0f884b83ee02df7e1076f21d420926..383fb7e73a6330e33fe577f8f202ff0987e9e4ad 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_4cc3e1dad429ab64, []int{0, 0} + return fileDescriptor_conversion_action_type_3fecf22b5d5a7efe, []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_4cc3e1dad429ab64, []int{0} + return fileDescriptor_conversion_action_type_3fecf22b5d5a7efe, []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_4cc3e1dad429ab64) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_action_type.proto", fileDescriptor_conversion_action_type_3fecf22b5d5a7efe) } -var fileDescriptor_conversion_action_type_4cc3e1dad429ab64 = []byte{ +var fileDescriptor_conversion_action_type_3fecf22b5d5a7efe = []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 new file mode 100644 index 0000000000000000000000000000000000000000..d4a327d6609904b249a88eb0a802bb445168af93 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/conversion_adjustment_type.pb.go @@ -0,0 +1,120 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/conversion_adjustment_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 different actions advertisers can take to adjust the conversions that +// they already reported. Retractions negate a conversion. Restatements change +// the value of a conversion. +type ConversionAdjustmentTypeEnum_ConversionAdjustmentType int32 + +const ( + // Not specified. + ConversionAdjustmentTypeEnum_UNSPECIFIED ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 0 + // Represents value unknown in this version. + ConversionAdjustmentTypeEnum_UNKNOWN ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 1 + // Negates a conversion so that its total value and count are both zero. + ConversionAdjustmentTypeEnum_RETRACTION ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 2 + // Changes the value of a conversion. + ConversionAdjustmentTypeEnum_RESTATEMENT ConversionAdjustmentTypeEnum_ConversionAdjustmentType = 3 +) + +var ConversionAdjustmentTypeEnum_ConversionAdjustmentType_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "RETRACTION", + 3: "RESTATEMENT", +} +var ConversionAdjustmentTypeEnum_ConversionAdjustmentType_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "RETRACTION": 2, + "RESTATEMENT": 3, +} + +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} +} + +// Container for enum describing conversion adjustment types. +type ConversionAdjustmentTypeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ConversionAdjustmentTypeEnum) Reset() { *m = ConversionAdjustmentTypeEnum{} } +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} +} +func (m *ConversionAdjustmentTypeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ConversionAdjustmentTypeEnum.Unmarshal(m, b) +} +func (m *ConversionAdjustmentTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ConversionAdjustmentTypeEnum.Marshal(b, m, deterministic) +} +func (dst *ConversionAdjustmentTypeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_ConversionAdjustmentTypeEnum.Merge(dst, src) +} +func (m *ConversionAdjustmentTypeEnum) XXX_Size() int { + return xxx_messageInfo_ConversionAdjustmentTypeEnum.Size(m) +} +func (m *ConversionAdjustmentTypeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_ConversionAdjustmentTypeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_ConversionAdjustmentTypeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*ConversionAdjustmentTypeEnum)(nil), "google.ads.googleads.v1.enums.ConversionAdjustmentTypeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType", ConversionAdjustmentTypeEnum_ConversionAdjustmentType_name, ConversionAdjustmentTypeEnum_ConversionAdjustmentType_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_adjustment_type.proto", fileDescriptor_conversion_adjustment_type_e616529d7e414d64) +} + +var fileDescriptor_conversion_adjustment_type_e616529d7e414d64 = []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, + 0xbb, 0x08, 0x42, 0x36, 0xe3, 0x18, 0x62, 0x37, 0xb6, 0x6c, 0xa2, 0x14, 0x46, 0x5c, 0x42, 0xa8, + 0xac, 0x49, 0x59, 0xb2, 0xc1, 0x5e, 0xc7, 0x4b, 0x1f, 0xc5, 0x47, 0xf1, 0xd2, 0x27, 0x90, 0x26, + 0xae, 0x77, 0xf5, 0xa6, 0x1c, 0x7a, 0xfe, 0xfc, 0x4e, 0x0e, 0xb8, 0x95, 0x5a, 0xcb, 0xad, 0x88, + 0x19, 0x37, 0xb1, 0x87, 0x15, 0x3a, 0x24, 0xb1, 0x50, 0xfb, 0xc2, 0xc4, 0x1b, 0xad, 0x0e, 0x62, + 0x67, 0x72, 0xad, 0xd6, 0x8c, 0xbf, 0xed, 0x8d, 0x2d, 0x84, 0xb2, 0x6b, 0x7b, 0x2c, 0x05, 0x2c, + 0x77, 0xda, 0xea, 0xa8, 0xe7, 0x4d, 0x90, 0x71, 0x03, 0x6b, 0x3f, 0x3c, 0x24, 0xd0, 0xf9, 0xaf, + 0xba, 0xa7, 0xf8, 0x32, 0x8f, 0x99, 0x52, 0xda, 0x32, 0x9b, 0x6b, 0x65, 0xbc, 0x79, 0x70, 0x04, + 0xdd, 0x51, 0x7d, 0x00, 0xd7, 0xf9, 0xf4, 0x58, 0x0a, 0xa2, 0xf6, 0xc5, 0xe0, 0x19, 0x5c, 0x36, + 0xf1, 0xd1, 0x05, 0xe8, 0x2c, 0xd3, 0xc5, 0x8c, 0x8c, 0x26, 0xf7, 0x13, 0x72, 0x17, 0xfe, 0x8b, + 0x3a, 0xe0, 0x6c, 0x99, 0x3e, 0xa4, 0xd3, 0xa7, 0x34, 0x6c, 0x45, 0xe7, 0x00, 0xcc, 0x09, 0x9d, + 0xe3, 0x11, 0x9d, 0x4c, 0xd3, 0x30, 0xa8, 0xd4, 0x73, 0xb2, 0xa0, 0x98, 0x92, 0x47, 0x92, 0xd2, + 0xb0, 0x3d, 0xfc, 0x6e, 0x81, 0xfe, 0x46, 0x17, 0xf0, 0xcf, 0xfa, 0xc3, 0x5e, 0xd3, 0xf9, 0x59, + 0xd5, 0x7f, 0xd6, 0x7a, 0x19, 0xfe, 0xfa, 0xa5, 0xde, 0x32, 0x25, 0xa1, 0xde, 0xc9, 0x58, 0x0a, + 0xe5, 0x5e, 0x77, 0x9a, 0xb3, 0xcc, 0x4d, 0xc3, 0xba, 0x37, 0xee, 0xfb, 0x1e, 0xb4, 0xc7, 0x18, + 0x7f, 0x04, 0xbd, 0xb1, 0x8f, 0xc2, 0xdc, 0x40, 0x0f, 0x2b, 0xb4, 0x4a, 0x60, 0x35, 0x85, 0xf9, + 0x3c, 0xf1, 0x19, 0xe6, 0x26, 0xab, 0xf9, 0x6c, 0x95, 0x64, 0x8e, 0xff, 0x0a, 0xfa, 0xfe, 0x27, + 0x42, 0x98, 0x1b, 0x84, 0x6a, 0x05, 0x42, 0xab, 0x04, 0x21, 0xa7, 0x79, 0xfd, 0xef, 0x8a, 0x5d, + 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x8c, 0xca, 0xf8, 0xcb, 0xf5, 0x01, 0x00, 0x00, +} 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 dc577e92bbf82700e911606b0529b886834b530d..c96a5acb033d288033801902166f1f7adbd3211e 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_5c17043f87183e57, []int{0, 0} + return fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0, []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_5c17043f87183e57, []int{0} + return fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0, []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_5c17043f87183e57) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_attribution_event_type.proto", fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0) } -var fileDescriptor_conversion_attribution_event_type_5c17043f87183e57 = []byte{ +var fileDescriptor_conversion_attribution_event_type_4687ee459e143dd0 = []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 6692caa3add7f52e1b7f0114a4203417cee249f5..81449ef9605f4fe35c0f4936c923b6973f63ca51 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_3d9824be1641c408, []int{0, 0} + return fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4, []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_3d9824be1641c408, []int{0} + return fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4, []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_3d9824be1641c408) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_lag_bucket.proto", fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4) } -var fileDescriptor_conversion_lag_bucket_3d9824be1641c408 = []byte{ +var fileDescriptor_conversion_lag_bucket_f5b8411efb546dd4 = []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 51a89e53d07e845780269fef6e1c7e44c0532639..1b91f047a5162df57091032a7174931be12f336d 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_527156cc7f65fdf9, []int{0, 0} + return fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6, []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_527156cc7f65fdf9, []int{0} + return fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6, []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_527156cc7f65fdf9) + proto.RegisterFile("google/ads/googleads/v1/enums/conversion_or_adjustment_lag_bucket.proto", fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6) } -var fileDescriptor_conversion_or_adjustment_lag_bucket_527156cc7f65fdf9 = []byte{ +var fileDescriptor_conversion_or_adjustment_lag_bucket_5448d829ddc5cfd6 = []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 623dca96d9dbf749ad36d381698ea47ae7815c3e..0c2af147aa6b6b5578024b3eb9900888f00745a6 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_0c44268ba34cdc6f, []int{0, 0} + return fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592, []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_0c44268ba34cdc6f, []int{0} + return fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592, []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_0c44268ba34cdc6f) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_category_channel_availability_mode.proto", fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592) } -var fileDescriptor_criterion_category_channel_availability_mode_0c44268ba34cdc6f = []byte{ +var fileDescriptor_criterion_category_channel_availability_mode_25131bc98eae7592 = []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 9464e809098edea1fb5d5c22b7673d74a7b58134..c8d13b58d6348cbb295a322753aba6a9544aadf5 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_e40b0784fe5f40a4, []int{0, 0} + return fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf, []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_e40b0784fe5f40a4, []int{0} + return fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf, []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_e40b0784fe5f40a4) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_category_locale_availability_mode.proto", fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf) } -var fileDescriptor_criterion_category_locale_availability_mode_e40b0784fe5f40a4 = []byte{ +var fileDescriptor_criterion_category_locale_availability_mode_c1833134bb1ca8cf = []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 5ac3de8b4ccf56242b69a6431d028d795477748b..dbf82baee21edcde3b68962fb57cdddce64db4e6 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_fd409ffdfffa5d33, []int{0, 0} + return fileDescriptor_criterion_system_serving_status_683684aaf0544463, []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_fd409ffdfffa5d33, []int{0} + return fileDescriptor_criterion_system_serving_status_683684aaf0544463, []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_fd409ffdfffa5d33) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_system_serving_status.proto", fileDescriptor_criterion_system_serving_status_683684aaf0544463) } -var fileDescriptor_criterion_system_serving_status_fd409ffdfffa5d33 = []byte{ +var fileDescriptor_criterion_system_serving_status_683684aaf0544463 = []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 5fce4514e5bc8cdeac7d59d9a1700a5fa933088b..71dfbcf826d9e26aaca834862462ed3067eecaf9 100644 --- a/googleapis/ads/googleads/v1/enums/criterion_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/criterion_type.pb.go @@ -158,7 +158,7 @@ func (x CriterionTypeEnum_CriterionType) String() string { return proto.EnumName(CriterionTypeEnum_CriterionType_name, int32(x)) } func (CriterionTypeEnum_CriterionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_criterion_type_70e52fe08b7ff31c, []int{0, 0} + return fileDescriptor_criterion_type_a233df97709754bd, []int{0, 0} } // The possible types of a criterion. @@ -172,7 +172,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_70e52fe08b7ff31c, []int{0} + return fileDescriptor_criterion_type_a233df97709754bd, []int{0} } func (m *CriterionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionTypeEnum.Unmarshal(m, b) @@ -198,10 +198,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/criterion_type.proto", fileDescriptor_criterion_type_70e52fe08b7ff31c) + proto.RegisterFile("google/ads/googleads/v1/enums/criterion_type.proto", fileDescriptor_criterion_type_a233df97709754bd) } -var fileDescriptor_criterion_type_70e52fe08b7ff31c = []byte{ +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, 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 0f20231a05940f75b2e69754de3c463b6c0e2fc7..fc5d6a3d4e2a25a705f3559fb98478cf0dcb6a1b 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_eb2990fdaf54d76e, []int{0, 0} + return fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3, []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_eb2990fdaf54d76e, []int{0} + return fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3, []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_eb2990fdaf54d76e) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_member_type.proto", fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3) } -var fileDescriptor_custom_interest_member_type_eb2990fdaf54d76e = []byte{ +var fileDescriptor_custom_interest_member_type_fa31dd0cd1587ed3 = []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 14dc0669bac85899cf31849025164d13c9cd0e85..55b3d85b1917b0c9a56d118a364654ea3eeb6a33 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_d7ce5e3c45e87b9d, []int{0, 0} + return fileDescriptor_custom_interest_status_f31d37e876cc6f20, []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_d7ce5e3c45e87b9d, []int{0} + return fileDescriptor_custom_interest_status_f31d37e876cc6f20, []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_d7ce5e3c45e87b9d) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_status.proto", fileDescriptor_custom_interest_status_f31d37e876cc6f20) } -var fileDescriptor_custom_interest_status_d7ce5e3c45e87b9d = []byte{ +var fileDescriptor_custom_interest_status_f31d37e876cc6f20 = []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 2a5b7ad53bca8f71100aac6f51780e712e98bb50..620d85a6de648df7e488360966d63013ba95d165 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_67ea328d5e04b208, []int{0, 0} + return fileDescriptor_custom_interest_type_00130fca90fd9d74, []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_67ea328d5e04b208, []int{0} + return fileDescriptor_custom_interest_type_00130fca90fd9d74, []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_67ea328d5e04b208) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_interest_type.proto", fileDescriptor_custom_interest_type_00130fca90fd9d74) } -var fileDescriptor_custom_interest_type_67ea328d5e04b208 = []byte{ +var fileDescriptor_custom_interest_type_00130fca90fd9d74 = []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 27b667b1a3a0a5d3ee508f821ee790b75ffa9003..91a0d911ea90fd0ad56e7ce4cfd9f09d799fb61f 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_52c31077ccdd57be, []int{0, 0} + return fileDescriptor_custom_placeholder_field_f7812d1838ec22e1, []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_52c31077ccdd57be, []int{0} + return fileDescriptor_custom_placeholder_field_f7812d1838ec22e1, []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_52c31077ccdd57be) + proto.RegisterFile("google/ads/googleads/v1/enums/custom_placeholder_field.proto", fileDescriptor_custom_placeholder_field_f7812d1838ec22e1) } -var fileDescriptor_custom_placeholder_field_52c31077ccdd57be = []byte{ +var fileDescriptor_custom_placeholder_field_f7812d1838ec22e1 = []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 c2dd94ff0e881df051ce9ef31a743ba4d20b0b31..b2e3d8d4a3ce25b448b688c308b2edd03f018aca 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_7f0ef339699143a1, []int{0, 0} + return fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f, []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_7f0ef339699143a1, []int{0} + return fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f, []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_7f0ef339699143a1) + proto.RegisterFile("google/ads/googleads/v1/enums/customer_match_upload_key_type.proto", fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f) } -var fileDescriptor_customer_match_upload_key_type_7f0ef339699143a1 = []byte{ +var fileDescriptor_customer_match_upload_key_type_27ee75ce08817c6f = []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/data_driven_model_status.pb.go b/googleapis/ads/googleads/v1/enums/data_driven_model_status.pb.go index 64e1d94b8a875ea65317e9d2506e849727061e5d..336e693d2fbea9ad583797cb0ce8d9666f3d0753 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_dcf5da9d8266ee42, []int{0, 0} + return fileDescriptor_data_driven_model_status_19a4f304eeeaf9be, []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_dcf5da9d8266ee42, []int{0} + return fileDescriptor_data_driven_model_status_19a4f304eeeaf9be, []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_dcf5da9d8266ee42) + proto.RegisterFile("google/ads/googleads/v1/enums/data_driven_model_status.proto", fileDescriptor_data_driven_model_status_19a4f304eeeaf9be) } -var fileDescriptor_data_driven_model_status_dcf5da9d8266ee42 = []byte{ +var fileDescriptor_data_driven_model_status_19a4f304eeeaf9be = []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 7d2c395ddbd30832925956a3cf4850d23d8339d1..85778e17e642b85ebc71eedd19a0d55541469bdc 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_9c4306e63e3b6f06, []int{0, 0} + return fileDescriptor_day_of_week_1fa40c8151f330d0, []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_9c4306e63e3b6f06, []int{0} + return fileDescriptor_day_of_week_1fa40c8151f330d0, []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_9c4306e63e3b6f06) + proto.RegisterFile("google/ads/googleads/v1/enums/day_of_week.proto", fileDescriptor_day_of_week_1fa40c8151f330d0) } -var fileDescriptor_day_of_week_9c4306e63e3b6f06 = []byte{ +var fileDescriptor_day_of_week_1fa40c8151f330d0 = []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 0624e3fcbb98f10d015dcf50c58aea85c761e413..7c51ee8d0fd2b05b86a60d64263ec3375370db9a 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_564eed28657b5f0e, []int{0, 0} + return fileDescriptor_device_0774693a7118df63, []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_564eed28657b5f0e, []int{0} + return fileDescriptor_device_0774693a7118df63, []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_564eed28657b5f0e) + proto.RegisterFile("google/ads/googleads/v1/enums/device.proto", fileDescriptor_device_0774693a7118df63) } -var fileDescriptor_device_564eed28657b5f0e = []byte{ +var fileDescriptor_device_0774693a7118df63 = []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 be723ae78a80cb852429d1fbfe37bed91f782330..01831febd06d3eb2ffb4b4d0947c21debb86fd8c 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_b30868dc44e3229a, []int{0, 0} + return fileDescriptor_display_ad_format_setting_bad15206a49517f6, []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_b30868dc44e3229a, []int{0} + return fileDescriptor_display_ad_format_setting_bad15206a49517f6, []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_b30868dc44e3229a) + proto.RegisterFile("google/ads/googleads/v1/enums/display_ad_format_setting.proto", fileDescriptor_display_ad_format_setting_bad15206a49517f6) } -var fileDescriptor_display_ad_format_setting_b30868dc44e3229a = []byte{ +var fileDescriptor_display_ad_format_setting_bad15206a49517f6 = []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/dsa_page_feed_criterion_field.pb.go b/googleapis/ads/googleads/v1/enums/dsa_page_feed_criterion_field.pb.go index dfdd3f8a0d6b4a5b3db6732927117aaca021474c..2b413d81621ab315471a69b152d8d8aed687a106 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_25cfd996a537f219, []int{0, 0} + return fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566, []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_25cfd996a537f219, []int{0} + return fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566, []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_25cfd996a537f219) + proto.RegisterFile("google/ads/googleads/v1/enums/dsa_page_feed_criterion_field.proto", fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566) } -var fileDescriptor_dsa_page_feed_criterion_field_25cfd996a537f219 = []byte{ +var fileDescriptor_dsa_page_feed_criterion_field_e9797bc759a46566 = []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 4427555cec7e6bab4aa8938562c4182dbadd4118..240e2a806fd302e50268592957f28e2777725c0e 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_5be77f20bd61227b, []int{0, 0} + return fileDescriptor_education_placeholder_field_b35221e4bb03002d, []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_5be77f20bd61227b, []int{0} + return fileDescriptor_education_placeholder_field_b35221e4bb03002d, []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_5be77f20bd61227b) + proto.RegisterFile("google/ads/googleads/v1/enums/education_placeholder_field.proto", fileDescriptor_education_placeholder_field_b35221e4bb03002d) } -var fileDescriptor_education_placeholder_field_5be77f20bd61227b = []byte{ +var fileDescriptor_education_placeholder_field_b35221e4bb03002d = []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 8b5aafbcb464f212a52f9c09e357883a54fd3de3..159fda4e350f3d23eeb50d88dc6b0dc0beffacdb 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_9860ce9a5ed58739, []int{0, 0} + return fileDescriptor_extension_setting_device_1f5cc7a17d6f254a, []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_9860ce9a5ed58739, []int{0} + return fileDescriptor_extension_setting_device_1f5cc7a17d6f254a, []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_9860ce9a5ed58739) + proto.RegisterFile("google/ads/googleads/v1/enums/extension_setting_device.proto", fileDescriptor_extension_setting_device_1f5cc7a17d6f254a) } -var fileDescriptor_extension_setting_device_9860ce9a5ed58739 = []byte{ +var fileDescriptor_extension_setting_device_1f5cc7a17d6f254a = []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 f5b5355c844ea20de3ec253ef729a34c1be6bb5b..0105ec8b039e8d40d78f91c67408b9e9c50698a9 100644 --- a/googleapis/ads/googleads/v1/enums/extension_type.pb.go +++ b/googleapis/ads/googleads/v1/enums/extension_type.pb.go @@ -82,7 +82,7 @@ func (x ExtensionTypeEnum_ExtensionType) String() string { return proto.EnumName(ExtensionTypeEnum_ExtensionType_name, int32(x)) } func (ExtensionTypeEnum_ExtensionType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_extension_type_2ac2fc0e8ebf1c9c, []int{0, 0} + return fileDescriptor_extension_type_8c330aa7d831624c, []int{0, 0} } // Container for enum describing possible data types for an extension in an @@ -97,7 +97,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_2ac2fc0e8ebf1c9c, []int{0} + return fileDescriptor_extension_type_8c330aa7d831624c, []int{0} } func (m *ExtensionTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionTypeEnum.Unmarshal(m, b) @@ -123,10 +123,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/extension_type.proto", fileDescriptor_extension_type_2ac2fc0e8ebf1c9c) + proto.RegisterFile("google/ads/googleads/v1/enums/extension_type.proto", fileDescriptor_extension_type_8c330aa7d831624c) } -var fileDescriptor_extension_type_2ac2fc0e8ebf1c9c = []byte{ +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, 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 99769925bb72cad8efd7f8376ff1837897b73d62..9fdb13266bd9a1f310ac91e9c40ff4da306f743a 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_105d3975a7aece2a, []int{0, 0} + return fileDescriptor_external_conversion_source_e1c5a6df74c3d212, []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_105d3975a7aece2a, []int{0} + return fileDescriptor_external_conversion_source_e1c5a6df74c3d212, []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_105d3975a7aece2a) + proto.RegisterFile("google/ads/googleads/v1/enums/external_conversion_source.proto", fileDescriptor_external_conversion_source_e1c5a6df74c3d212) } -var fileDescriptor_external_conversion_source_105d3975a7aece2a = []byte{ +var fileDescriptor_external_conversion_source_e1c5a6df74c3d212 = []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 f33c54318b05d5d13d024b74e9e3542d9d57c86a..4e965e95c387a1bc962bcaf9a6150f7157de3b5b 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_bf060fcf8dd49325, []int{0, 0} + return fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e, []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_bf060fcf8dd49325, []int{0} + return fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e, []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_bf060fcf8dd49325) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_attribute_type.proto", fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e) } -var fileDescriptor_feed_attribute_type_bf060fcf8dd49325 = []byte{ +var fileDescriptor_feed_attribute_type_8f52ef3e8b3a5d7e = []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 ca4fa94f64b1835c278599eac5835ca075287330..4128e34bfdfc81815c1637a546c511391facf81d 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_bb757b20f75922c7, []int{0, 0} + return fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7, []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_bb757b20f75922c7, []int{0} + return fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7, []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_bb757b20f75922c7) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_quality_approval_status.proto", fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7) } -var fileDescriptor_feed_item_quality_approval_status_bb757b20f75922c7 = []byte{ +var fileDescriptor_feed_item_quality_approval_status_6688e7939e1b1ed7 = []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 be6ceb154d07a3646d2ed883e52132ee320c3a65..11510710d15cc89db79f052c4ce60df30a7f33a6 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_67c5465da8bf006e, []int{0, 0} + return fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32, []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_67c5465da8bf006e, []int{0} + return fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32, []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_67c5465da8bf006e) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_quality_disapproval_reason.proto", fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32) } -var fileDescriptor_feed_item_quality_disapproval_reason_67c5465da8bf006e = []byte{ +var fileDescriptor_feed_item_quality_disapproval_reason_bbf803c5ab3b4f32 = []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 d99abfe627fd01ee82e66fc51bf84e533fc02d01..db95c28a489e8dd5b156d1ec712ead7d19285a01 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_42314cfbafb743b4, []int{0, 0} + return fileDescriptor_feed_item_status_925161e4c519a9ac, []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_42314cfbafb743b4, []int{0} + return fileDescriptor_feed_item_status_925161e4c519a9ac, []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_42314cfbafb743b4) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_status.proto", fileDescriptor_feed_item_status_925161e4c519a9ac) } -var fileDescriptor_feed_item_status_42314cfbafb743b4 = []byte{ +var fileDescriptor_feed_item_status_925161e4c519a9ac = []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 d312a7c4f396f3d93868bb7bce7ee128e5c1d533..fda3a51ad76a87289fc1b08dc704e6a6ad8e69fb 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_041865c0ad9e3104, []int{0, 0} + return fileDescriptor_feed_item_target_device_4d7a90b6137db5eb, []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_041865c0ad9e3104, []int{0} + return fileDescriptor_feed_item_target_device_4d7a90b6137db5eb, []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_041865c0ad9e3104) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_target_device.proto", fileDescriptor_feed_item_target_device_4d7a90b6137db5eb) } -var fileDescriptor_feed_item_target_device_041865c0ad9e3104 = []byte{ +var fileDescriptor_feed_item_target_device_4d7a90b6137db5eb = []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 967ce9400e33a520a4254d38a44e55a4b9dfc15c..428cc131bb704accafb7c32d71ad35eceadca120 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_f112f74268eae699, []int{0, 0} + return fileDescriptor_feed_item_target_type_b6b99ed161bf79cc, []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_f112f74268eae699, []int{0} + return fileDescriptor_feed_item_target_type_b6b99ed161bf79cc, []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_f112f74268eae699) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_target_type.proto", fileDescriptor_feed_item_target_type_b6b99ed161bf79cc) } -var fileDescriptor_feed_item_target_type_f112f74268eae699 = []byte{ +var fileDescriptor_feed_item_target_type_b6b99ed161bf79cc = []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 ef581483e94daf745521267c58c86cc422b5a043..73d0573ad3f390e471f5a87a17cb7d3faaf9730a 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_1cc7c350d7ee71b6, []int{0, 0} + return fileDescriptor_feed_item_validation_status_6430e686041235c6, []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_1cc7c350d7ee71b6, []int{0} + return fileDescriptor_feed_item_validation_status_6430e686041235c6, []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_1cc7c350d7ee71b6) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_item_validation_status.proto", fileDescriptor_feed_item_validation_status_6430e686041235c6) } -var fileDescriptor_feed_item_validation_status_1cc7c350d7ee71b6 = []byte{ +var fileDescriptor_feed_item_validation_status_6430e686041235c6 = []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 7a4fa2504b3f23841cd1ad3170ec524be5ee8680..806b21cd11ad3f14d498f7adf1b4a0d849fb6924 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_17580a428907bcc2, []int{0, 0} + return fileDescriptor_feed_link_status_36f32c14f0a47868, []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_17580a428907bcc2, []int{0} + return fileDescriptor_feed_link_status_36f32c14f0a47868, []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_17580a428907bcc2) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_link_status.proto", fileDescriptor_feed_link_status_36f32c14f0a47868) } -var fileDescriptor_feed_link_status_17580a428907bcc2 = []byte{ +var fileDescriptor_feed_link_status_36f32c14f0a47868 = []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 3542b9eb36de03d25242959ee72eb1aeb2ffdd12..1fdf001a375706d2dc9b275a0041b9f41c62a1e9 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_1d80d842b5a3cb91, []int{0, 0} + return fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c, []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_1d80d842b5a3cb91, []int{0} + return fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c, []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_1d80d842b5a3cb91) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_mapping_criterion_type.proto", fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c) } -var fileDescriptor_feed_mapping_criterion_type_1d80d842b5a3cb91 = []byte{ +var fileDescriptor_feed_mapping_criterion_type_588ae09f24160b6c = []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 1dff9b22c7dcc3bb8bda1add483cf70202bfd6a3..17f978a9d8ab438890919a7609e21a3043b35200 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_59f48c7ea720559f, []int{0, 0} + return fileDescriptor_feed_mapping_status_26b03c993eecbc49, []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_59f48c7ea720559f, []int{0} + return fileDescriptor_feed_mapping_status_26b03c993eecbc49, []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_59f48c7ea720559f) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_mapping_status.proto", fileDescriptor_feed_mapping_status_26b03c993eecbc49) } -var fileDescriptor_feed_mapping_status_59f48c7ea720559f = []byte{ +var fileDescriptor_feed_mapping_status_26b03c993eecbc49 = []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 554d78993c5bb55351652fee8482fbdfea6e83af..70d58dbe8f74446f999893eb033ec2b86a25ab9b 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_f9973c13145a3080, []int{0, 0} + return fileDescriptor_feed_origin_e53b8306e9c744a6, []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_f9973c13145a3080, []int{0} + return fileDescriptor_feed_origin_e53b8306e9c744a6, []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_f9973c13145a3080) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_origin.proto", fileDescriptor_feed_origin_e53b8306e9c744a6) } -var fileDescriptor_feed_origin_f9973c13145a3080 = []byte{ +var fileDescriptor_feed_origin_e53b8306e9c744a6 = []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 0e037797fcaf510138e87c2b18cefe87c5db00c3..867baeabd00fa4a0fb28887239fc8948ab837e7e 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_f88c85e4e7499d79, []int{0, 0} + return fileDescriptor_feed_status_22a6a9da13d8ced7, []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_f88c85e4e7499d79, []int{0} + return fileDescriptor_feed_status_22a6a9da13d8ced7, []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_f88c85e4e7499d79) + proto.RegisterFile("google/ads/googleads/v1/enums/feed_status.proto", fileDescriptor_feed_status_22a6a9da13d8ced7) } -var fileDescriptor_feed_status_f88c85e4e7499d79 = []byte{ +var fileDescriptor_feed_status_22a6a9da13d8ced7 = []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 c038f969731dfaa7089034852d150c8ee8aadc29..b74e1e6ecc65fb9e73c1042bafcfa4e7bc94a07b 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_a4d1f20f70b55545, []int{0, 0} + return fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7, []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_a4d1f20f70b55545, []int{0} + return fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7, []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_a4d1f20f70b55545) + proto.RegisterFile("google/ads/googleads/v1/enums/flight_placeholder_field.proto", fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7) } -var fileDescriptor_flight_placeholder_field_a4d1f20f70b55545 = []byte{ +var fileDescriptor_flight_placeholder_field_b315bfd3a84a5ef7 = []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 336074505fc28ec446090e9855ba6b85e7e908b5..8cf19b8d27733a5d8826958c4c4f11627e783b48 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_d5459adaf007f3b3, []int{0, 0} + return fileDescriptor_frequency_cap_event_type_f98a3049de5632f6, []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_d5459adaf007f3b3, []int{0} + return fileDescriptor_frequency_cap_event_type_f98a3049de5632f6, []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_d5459adaf007f3b3) + proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_event_type.proto", fileDescriptor_frequency_cap_event_type_f98a3049de5632f6) } -var fileDescriptor_frequency_cap_event_type_d5459adaf007f3b3 = []byte{ +var fileDescriptor_frequency_cap_event_type_f98a3049de5632f6 = []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 352a45fef2033f2b7b13159ea90f7d55c9080f2f..59cc302ee77ff8ff8215bbf686278082c0a2021a 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_ddf50025b30d1a02, []int{0, 0} + return fileDescriptor_frequency_cap_level_99d62a696fec6bbf, []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_ddf50025b30d1a02, []int{0} + return fileDescriptor_frequency_cap_level_99d62a696fec6bbf, []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_ddf50025b30d1a02) + proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_level.proto", fileDescriptor_frequency_cap_level_99d62a696fec6bbf) } -var fileDescriptor_frequency_cap_level_ddf50025b30d1a02 = []byte{ +var fileDescriptor_frequency_cap_level_99d62a696fec6bbf = []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 a0b7ca511576300cd12b2d913005214dba1b6888..f0fa78060d0e95939fd5447f0d7034824e1e763b 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_08559111b5af653e, []int{0, 0} + return fileDescriptor_frequency_cap_time_unit_d8858482f1696885, []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_08559111b5af653e, []int{0} + return fileDescriptor_frequency_cap_time_unit_d8858482f1696885, []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_08559111b5af653e) + proto.RegisterFile("google/ads/googleads/v1/enums/frequency_cap_time_unit.proto", fileDescriptor_frequency_cap_time_unit_d8858482f1696885) } -var fileDescriptor_frequency_cap_time_unit_08559111b5af653e = []byte{ +var fileDescriptor_frequency_cap_time_unit_d8858482f1696885 = []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 2026734ad7197d52b5425ffe24476794a0327256..1b4ae0e09a0b3e456372428a90b9c2c51f360c62 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_c63dea1d89112c5d, []int{0, 0} + return fileDescriptor_gender_type_426992588c11ab40, []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_c63dea1d89112c5d, []int{0} + return fileDescriptor_gender_type_426992588c11ab40, []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_c63dea1d89112c5d) + proto.RegisterFile("google/ads/googleads/v1/enums/gender_type.proto", fileDescriptor_gender_type_426992588c11ab40) } -var fileDescriptor_gender_type_c63dea1d89112c5d = []byte{ +var fileDescriptor_gender_type_426992588c11ab40 = []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 509aa0c36875223c4d767a9d76c2620e1c70b47f..4a9796b7c1c3d34192a0ec7c1ee5be430d0c97d3 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_b06e97452b33eedb, []int{0, 0} + return fileDescriptor_geo_target_constant_status_7144763aefca9595, []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_b06e97452b33eedb, []int{0} + return fileDescriptor_geo_target_constant_status_7144763aefca9595, []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_b06e97452b33eedb) + proto.RegisterFile("google/ads/googleads/v1/enums/geo_target_constant_status.proto", fileDescriptor_geo_target_constant_status_7144763aefca9595) } -var fileDescriptor_geo_target_constant_status_b06e97452b33eedb = []byte{ +var fileDescriptor_geo_target_constant_status_7144763aefca9595 = []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 fa8d9794d3fa87ecb13582b81458b31af65e606f..5e7982da5b593f28e75fa92a5bd517e70e7ea8b4 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_3011fb869124be93, []int{0, 0} + return fileDescriptor_geo_targeting_restriction_cd565e75bc64546b, []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_3011fb869124be93, []int{0} + return fileDescriptor_geo_targeting_restriction_cd565e75bc64546b, []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_3011fb869124be93) + proto.RegisterFile("google/ads/googleads/v1/enums/geo_targeting_restriction.proto", fileDescriptor_geo_targeting_restriction_cd565e75bc64546b) } -var fileDescriptor_geo_targeting_restriction_3011fb869124be93 = []byte{ +var fileDescriptor_geo_targeting_restriction_cd565e75bc64546b = []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 536bda1bb4e35f5495be2d8b687fdaba360d968f..13df74be69e16df61ec442260954d943b7933662 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_56a7f9eff97ec2f3, []int{0, 0} + return fileDescriptor_geo_targeting_type_bee019ba0022abea, []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_56a7f9eff97ec2f3, []int{0} + return fileDescriptor_geo_targeting_type_bee019ba0022abea, []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_56a7f9eff97ec2f3) + proto.RegisterFile("google/ads/googleads/v1/enums/geo_targeting_type.proto", fileDescriptor_geo_targeting_type_bee019ba0022abea) } -var fileDescriptor_geo_targeting_type_56a7f9eff97ec2f3 = []byte{ +var fileDescriptor_geo_targeting_type_bee019ba0022abea = []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 885a6d5784c0015f5bc05f4bde5680b0f813e559..514ca7d75b9cdd2c95ec90c2f7771d638ed019bb 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_964e3bf29a6fd9b8, []int{0, 0} + return fileDescriptor_google_ads_field_category_fb9b5f5841065e71, []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_964e3bf29a6fd9b8, []int{0} + return fileDescriptor_google_ads_field_category_fb9b5f5841065e71, []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_964e3bf29a6fd9b8) + proto.RegisterFile("google/ads/googleads/v1/enums/google_ads_field_category.proto", fileDescriptor_google_ads_field_category_fb9b5f5841065e71) } -var fileDescriptor_google_ads_field_category_964e3bf29a6fd9b8 = []byte{ +var fileDescriptor_google_ads_field_category_fb9b5f5841065e71 = []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 ade24110c5d317cbba4bd7bd31514a36352812b4..b7f7b2094471bedde78c823deae14700cf90ab87 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_a3cc46400eb9f983, []int{0, 0} + return fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38, []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_a3cc46400eb9f983, []int{0} + return fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38, []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_a3cc46400eb9f983) + proto.RegisterFile("google/ads/googleads/v1/enums/google_ads_field_data_type.proto", fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38) } -var fileDescriptor_google_ads_field_data_type_a3cc46400eb9f983 = []byte{ +var fileDescriptor_google_ads_field_data_type_68ac4fc618a46f38 = []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 a15918a63f4b256c08fcc2703418c96301f4a8c3..fd239e308c8a6faab420190024a82157f544b160 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_6f727549b636f879, []int{0, 0} + return fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76, []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_6f727549b636f879, []int{0} + return fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76, []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_6f727549b636f879) + proto.RegisterFile("google/ads/googleads/v1/enums/hotel_date_selection_type.proto", fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76) } -var fileDescriptor_hotel_date_selection_type_6f727549b636f879 = []byte{ +var fileDescriptor_hotel_date_selection_type_9464cae88bbb2e76 = []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 c352ba81ad00f2e68db93c4c0f8b28bde6573151..4e9f703dcea441308d1d1ca21f6aafa2087a5a36 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_812c5b83a610f549, []int{0, 0} + return fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f, []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_812c5b83a610f549, []int{0} + return fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f, []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_812c5b83a610f549) + proto.RegisterFile("google/ads/googleads/v1/enums/hotel_placeholder_field.proto", fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f) } -var fileDescriptor_hotel_placeholder_field_812c5b83a610f549 = []byte{ +var fileDescriptor_hotel_placeholder_field_16ef566ea2a60b2f = []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 0a7c3fc6b65c611ff305f0893637b8a8413b7dbd..c71cbbe524c67d0e38503f51cb0ccdc92c518cd8 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_bf14b0e403a6ed66, []int{0, 0} + return fileDescriptor_income_range_type_4c5d00c86689bb01, []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_bf14b0e403a6ed66, []int{0} + return fileDescriptor_income_range_type_4c5d00c86689bb01, []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_bf14b0e403a6ed66) + proto.RegisterFile("google/ads/googleads/v1/enums/income_range_type.proto", fileDescriptor_income_range_type_4c5d00c86689bb01) } -var fileDescriptor_income_range_type_bf14b0e403a6ed66 = []byte{ +var fileDescriptor_income_range_type_4c5d00c86689bb01 = []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 5c372888acb5a47e0ace6c15b5ca9551e380e625..37b9128dc51c4c481763ccd9c94df039c4f8f7a5 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_a911aa949403082b, []int{0, 0} + return fileDescriptor_interaction_event_type_2d5b94e724a35766, []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_a911aa949403082b, []int{0} + return fileDescriptor_interaction_event_type_2d5b94e724a35766, []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_a911aa949403082b) + proto.RegisterFile("google/ads/googleads/v1/enums/interaction_event_type.proto", fileDescriptor_interaction_event_type_2d5b94e724a35766) } -var fileDescriptor_interaction_event_type_a911aa949403082b = []byte{ +var fileDescriptor_interaction_event_type_2d5b94e724a35766 = []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 7ec2f87d1f8886ea3adb1420711883446189ad60..e541abda89fe3c57b4acf299cd5fe8fe7438032c 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_dcee9c2bf37ea8e7, []int{0, 0} + return fileDescriptor_interaction_type_56491328165d4fd5, []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_dcee9c2bf37ea8e7, []int{0} + return fileDescriptor_interaction_type_56491328165d4fd5, []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_dcee9c2bf37ea8e7) + proto.RegisterFile("google/ads/googleads/v1/enums/interaction_type.proto", fileDescriptor_interaction_type_56491328165d4fd5) } -var fileDescriptor_interaction_type_dcee9c2bf37ea8e7 = []byte{ +var fileDescriptor_interaction_type_56491328165d4fd5 = []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 bc6a2ea0634f32c521f508d0105293c2879d6062..78ccc9d11457a1577e0b5e99271a7939deca2a5f 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_e6a9fd409f1ddb38, []int{0, 0} + return fileDescriptor_job_placeholder_field_97a24396124ab4a9, []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_e6a9fd409f1ddb38, []int{0} + return fileDescriptor_job_placeholder_field_97a24396124ab4a9, []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_e6a9fd409f1ddb38) + proto.RegisterFile("google/ads/googleads/v1/enums/job_placeholder_field.proto", fileDescriptor_job_placeholder_field_97a24396124ab4a9) } -var fileDescriptor_job_placeholder_field_e6a9fd409f1ddb38 = []byte{ +var fileDescriptor_job_placeholder_field_97a24396124ab4a9 = []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 ce3522adf7f1bb843eabb8ac298d33921ca940cf..14f6e8e40f3f8f5a3caafd3cd3e087a744415e64 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_886ffb6dfd666bad, []int{0, 0} + return fileDescriptor_keyword_match_type_c36e3cc7cd469bd3, []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_886ffb6dfd666bad, []int{0} + return fileDescriptor_keyword_match_type_c36e3cc7cd469bd3, []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_886ffb6dfd666bad) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_match_type.proto", fileDescriptor_keyword_match_type_c36e3cc7cd469bd3) } -var fileDescriptor_keyword_match_type_886ffb6dfd666bad = []byte{ +var fileDescriptor_keyword_match_type_c36e3cc7cd469bd3 = []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 936ad59c76ab28800a10d38f30d46a805c799b41..6f5da4a7c4190ec1e28f08b4083a4285a45c9ded 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_4b15b0c4b8edef23, []int{0, 0} + return fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a, []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_4b15b0c4b8edef23, []int{0} + return fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a, []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_4b15b0c4b8edef23) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_competition_level.proto", fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a) } -var fileDescriptor_keyword_plan_competition_level_4b15b0c4b8edef23 = []byte{ +var fileDescriptor_keyword_plan_competition_level_23431f33ac7a257a = []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 d1567f1ba7f977bd61beef4ff9f66eeedc5db304..700c26276132a7b0dfe5ce1906e72c3064358853 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_b49785e23c9ed432, []int{0, 0} + return fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c, []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_b49785e23c9ed432, []int{0} + return fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c, []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_b49785e23c9ed432) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_forecast_interval.proto", fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c) } -var fileDescriptor_keyword_plan_forecast_interval_b49785e23c9ed432 = []byte{ +var fileDescriptor_keyword_plan_forecast_interval_016b78992e53ce4c = []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 2dfed5a0a1c93aeb303c1452c89376e796efb2bc..1ebde51d1c04796774c26cc6fb55b1aa62e80911 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_5666be6e8efb1e17, []int{0, 0} + return fileDescriptor_keyword_plan_network_a97bed23c2ed14f8, []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_5666be6e8efb1e17, []int{0} + return fileDescriptor_keyword_plan_network_a97bed23c2ed14f8, []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_5666be6e8efb1e17) + proto.RegisterFile("google/ads/googleads/v1/enums/keyword_plan_network.proto", fileDescriptor_keyword_plan_network_a97bed23c2ed14f8) } -var fileDescriptor_keyword_plan_network_5666be6e8efb1e17 = []byte{ +var fileDescriptor_keyword_plan_network_a97bed23c2ed14f8 = []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 18e801c020b60f1dc9c905d702a3a6dc467b575f..492c35b5ac0467a707ac7e19976c1a2aac057756 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_864c0a35be5d7ce6, []int{0, 0} + return fileDescriptor_label_status_0111faa1709830e9, []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_864c0a35be5d7ce6, []int{0} + return fileDescriptor_label_status_0111faa1709830e9, []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_864c0a35be5d7ce6) + proto.RegisterFile("google/ads/googleads/v1/enums/label_status.proto", fileDescriptor_label_status_0111faa1709830e9) } -var fileDescriptor_label_status_864c0a35be5d7ce6 = []byte{ +var fileDescriptor_label_status_0111faa1709830e9 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..4452901f050cad82e822d6b00479328c5983aa72 --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/legacy_app_install_ad_app_store.pb.go @@ -0,0 +1,134 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/legacy_app_install_ad_app_store.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 + +// App store type in a legacy app install ad. +type LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore int32 + +const ( + // Not specified. + LegacyAppInstallAdAppStoreEnum_UNSPECIFIED LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 0 + // Used for return value only. Represents value unknown in this version. + LegacyAppInstallAdAppStoreEnum_UNKNOWN LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 1 + // Apple iTunes. + LegacyAppInstallAdAppStoreEnum_APPLE_APP_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 2 + // Google Play. + LegacyAppInstallAdAppStoreEnum_GOOGLE_PLAY LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 3 + // Windows Store. + LegacyAppInstallAdAppStoreEnum_WINDOWS_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 4 + // Windows Phone Store. + LegacyAppInstallAdAppStoreEnum_WINDOWS_PHONE_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 5 + // The app is hosted in a Chinese app store. + LegacyAppInstallAdAppStoreEnum_CN_APP_STORE LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore = 6 +) + +var LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "APPLE_APP_STORE", + 3: "GOOGLE_PLAY", + 4: "WINDOWS_STORE", + 5: "WINDOWS_PHONE_STORE", + 6: "CN_APP_STORE", +} +var LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "APPLE_APP_STORE": 2, + "GOOGLE_PLAY": 3, + "WINDOWS_STORE": 4, + "WINDOWS_PHONE_STORE": 5, + "CN_APP_STORE": 6, +} + +func (x LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore) String() string { + 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} +} + +// Container for enum describing app store type in a legacy app install ad. +type LegacyAppInstallAdAppStoreEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LegacyAppInstallAdAppStoreEnum) Reset() { *m = LegacyAppInstallAdAppStoreEnum{} } +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} +} +func (m *LegacyAppInstallAdAppStoreEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LegacyAppInstallAdAppStoreEnum.Unmarshal(m, b) +} +func (m *LegacyAppInstallAdAppStoreEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LegacyAppInstallAdAppStoreEnum.Marshal(b, m, deterministic) +} +func (dst *LegacyAppInstallAdAppStoreEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_LegacyAppInstallAdAppStoreEnum.Merge(dst, src) +} +func (m *LegacyAppInstallAdAppStoreEnum) XXX_Size() int { + return xxx_messageInfo_LegacyAppInstallAdAppStoreEnum.Size(m) +} +func (m *LegacyAppInstallAdAppStoreEnum) XXX_DiscardUnknown() { + xxx_messageInfo_LegacyAppInstallAdAppStoreEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_LegacyAppInstallAdAppStoreEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*LegacyAppInstallAdAppStoreEnum)(nil), "google.ads.googleads.v1.enums.LegacyAppInstallAdAppStoreEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore", LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_name, LegacyAppInstallAdAppStoreEnum_LegacyAppInstallAdAppStore_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/legacy_app_install_ad_app_store.proto", fileDescriptor_legacy_app_install_ad_app_store_bf6a489599b74ffe) +} + +var fileDescriptor_legacy_app_install_ad_app_store_bf6a489599b74ffe = []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, + 0x23, 0xb2, 0xb7, 0xe9, 0x69, 0x92, 0x58, 0x2b, 0x15, 0x1d, 0x6a, 0x93, 0xd0, 0x22, 0xc8, 0x34, + 0x8a, 0x08, 0x66, 0x66, 0xc8, 0x98, 0x40, 0xff, 0x4c, 0x0f, 0x3d, 0xf6, 0x5f, 0xf4, 0xda, 0x9f, + 0xd2, 0x73, 0x7f, 0x40, 0x71, 0x8c, 0xa1, 0x97, 0xf4, 0x22, 0xcf, 0xef, 0xbd, 0xef, 0x3d, 0x7d, + 0x1f, 0x98, 0xe5, 0x9c, 0xe7, 0x65, 0x66, 0xd1, 0x54, 0x5a, 0x0d, 0xac, 0xd1, 0xde, 0xb6, 0x32, + 0xb6, 0xdb, 0x48, 0xab, 0xcc, 0x72, 0xba, 0xbe, 0x4f, 0xa8, 0x10, 0x49, 0xc1, 0x64, 0x45, 0xcb, + 0x32, 0xa1, 0xa9, 0x7a, 0x95, 0x15, 0xdf, 0x66, 0x50, 0x6c, 0x79, 0xc5, 0xcd, 0x51, 0xb3, 0x09, + 0x69, 0x2a, 0xe1, 0xd1, 0x04, 0xee, 0x6d, 0xa8, 0x4c, 0x86, 0x7f, 0xda, 0x0c, 0x51, 0x58, 0x94, + 0x31, 0x5e, 0xd1, 0xaa, 0xe0, 0x4c, 0x36, 0xcb, 0x93, 0x67, 0x0d, 0xfc, 0xf5, 0x55, 0x0c, 0x16, + 0xc2, 0x6b, 0x42, 0x70, 0x8a, 0x85, 0x88, 0xea, 0x04, 0x87, 0xed, 0x36, 0x93, 0x07, 0x0d, 0x0c, + 0x4f, 0x4b, 0xcc, 0x3e, 0xe8, 0x2d, 0x82, 0x88, 0x38, 0x33, 0xef, 0xdc, 0x73, 0xe6, 0xc6, 0x17, + 0xb3, 0x07, 0xbe, 0x2f, 0x82, 0xcb, 0x20, 0x5c, 0x05, 0x86, 0x66, 0x0e, 0x40, 0x1f, 0x13, 0xe2, + 0x3b, 0x09, 0x26, 0x24, 0x89, 0xae, 0xc3, 0x2b, 0xc7, 0xd0, 0xeb, 0x15, 0x37, 0x0c, 0x5d, 0xdf, + 0x49, 0x88, 0x8f, 0x6f, 0x8c, 0x8e, 0xf9, 0x0b, 0xfc, 0x5c, 0x79, 0xc1, 0x3c, 0x5c, 0x45, 0x07, + 0xcd, 0x57, 0xf3, 0x37, 0x18, 0xb4, 0x23, 0x72, 0x11, 0x06, 0xce, 0x81, 0xf8, 0x66, 0x1a, 0xe0, + 0xc7, 0x2c, 0xf8, 0x60, 0xd7, 0x9d, 0xbe, 0x69, 0x60, 0xbc, 0xe6, 0x1b, 0xf8, 0x69, 0x0f, 0xd3, + 0x7f, 0xa7, 0xff, 0x81, 0xd4, 0x55, 0x10, 0xed, 0x76, 0x7a, 0x70, 0xc8, 0x79, 0x49, 0x59, 0x0e, + 0xf9, 0x36, 0xb7, 0xf2, 0x8c, 0xa9, 0xa2, 0xda, 0xf3, 0x88, 0x42, 0x9e, 0xb8, 0xd6, 0x99, 0x7a, + 0x3e, 0xea, 0x1d, 0x17, 0xe3, 0x27, 0x7d, 0xe4, 0x36, 0x56, 0x38, 0x95, 0xb0, 0x81, 0x35, 0x5a, + 0xda, 0xb0, 0xae, 0x54, 0xbe, 0xb4, 0x7c, 0x8c, 0x53, 0x19, 0x1f, 0xf9, 0x78, 0x69, 0xc7, 0x8a, + 0x7f, 0xd5, 0xc7, 0xcd, 0x10, 0x21, 0x9c, 0x4a, 0x84, 0x8e, 0x0a, 0x84, 0x96, 0x36, 0x42, 0x4a, + 0x73, 0xd7, 0x55, 0x1f, 0xf6, 0xff, 0x3d, 0x00, 0x00, 0xff, 0xff, 0x0c, 0x96, 0x83, 0x7a, 0x45, + 0x02, 0x00, 0x00, +} 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 d4c692de7411d43a99bf0574ce8e7e16cb769bb9..546036080ee0cc9afcd5ccacbffa8850427e172c 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_889a9c024b042cf2, []int{0, 0} + return fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9, []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_889a9c024b042cf2, []int{0} + return fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9, []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_889a9c024b042cf2) + proto.RegisterFile("google/ads/googleads/v1/enums/listing_custom_attribute_index.proto", fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9) } -var fileDescriptor_listing_custom_attribute_index_889a9c024b042cf2 = []byte{ +var fileDescriptor_listing_custom_attribute_index_b5a73ea3395d9fc9 = []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 41f429d85bf8779e918b0342179f8a152742f430..709b7dd968bc9171055de0f7ba795e9fae24fe8e 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_e5aee84568efd48e, []int{0, 0} + return fileDescriptor_listing_group_type_f7d64e1c6c9f2adb, []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_e5aee84568efd48e, []int{0} + return fileDescriptor_listing_group_type_f7d64e1c6c9f2adb, []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_e5aee84568efd48e) + proto.RegisterFile("google/ads/googleads/v1/enums/listing_group_type.proto", fileDescriptor_listing_group_type_f7d64e1c6c9f2adb) } -var fileDescriptor_listing_group_type_e5aee84568efd48e = []byte{ +var fileDescriptor_listing_group_type_f7d64e1c6c9f2adb = []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 53674434dcf8a663af7272c703281ecce60aacf3..e8c4c84f201bd7706c0c2f097d9892880e4d0c5d 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_acfbfe8fb3d3dc88, []int{0, 0} + return fileDescriptor_local_placeholder_field_9da73211c7799f9f, []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_acfbfe8fb3d3dc88, []int{0} + return fileDescriptor_local_placeholder_field_9da73211c7799f9f, []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_acfbfe8fb3d3dc88) + proto.RegisterFile("google/ads/googleads/v1/enums/local_placeholder_field.proto", fileDescriptor_local_placeholder_field_9da73211c7799f9f) } -var fileDescriptor_local_placeholder_field_acfbfe8fb3d3dc88 = []byte{ +var fileDescriptor_local_placeholder_field_9da73211c7799f9f = []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 1ba351e028f0ecb5e7486c32f657669682a7f8e0..f1ac45fa4e29c549a9f6ecf0b9ba3cda004c7e16 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_fdd5fead05561590, []int{0, 0} + return fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f, []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_fdd5fead05561590, []int{0} + return fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f, []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_fdd5fead05561590) + proto.RegisterFile("google/ads/googleads/v1/enums/location_extension_targeting_criterion_field.proto", fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f) } -var fileDescriptor_location_extension_targeting_criterion_field_fdd5fead05561590 = []byte{ +var fileDescriptor_location_extension_targeting_criterion_field_3d4f0aa0ea62357f = []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_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/location_placeholder_field.pb.go index 2e435840d0c24fb33f68fef56ead3487ffa49b86..396f8143ec7a10ed9b4300a09f0645117816fbdb 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_385b0c1f5b48bf69, []int{0, 0} + return fileDescriptor_location_placeholder_field_483ffb73deaf67e6, []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_385b0c1f5b48bf69, []int{0} + return fileDescriptor_location_placeholder_field_483ffb73deaf67e6, []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_385b0c1f5b48bf69) + proto.RegisterFile("google/ads/googleads/v1/enums/location_placeholder_field.proto", fileDescriptor_location_placeholder_field_483ffb73deaf67e6) } -var fileDescriptor_location_placeholder_field_385b0c1f5b48bf69 = []byte{ +var fileDescriptor_location_placeholder_field_483ffb73deaf67e6 = []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 47235ba135720ff576bd911393b296afb246c48e..6fb0b43ba873830774ee769b638de907adbef9d3 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_6cec21ba66429a37, []int{0, 0} + return fileDescriptor_manager_link_status_87bdc70d6439d948, []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_6cec21ba66429a37, []int{0} + return fileDescriptor_manager_link_status_87bdc70d6439d948, []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_6cec21ba66429a37) + proto.RegisterFile("google/ads/googleads/v1/enums/manager_link_status.proto", fileDescriptor_manager_link_status_87bdc70d6439d948) } -var fileDescriptor_manager_link_status_6cec21ba66429a37 = []byte{ +var fileDescriptor_manager_link_status_87bdc70d6439d948 = []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 c9f391dd85814a096b4dd9aa067752cad26fdc8f..036112fe31373697dc1042c44636b388946f5c34 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_0ff7e9b35f1bb12c, []int{0, 0} + return fileDescriptor_matching_function_context_type_d9171f55a83ec259, []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_0ff7e9b35f1bb12c, []int{0} + return fileDescriptor_matching_function_context_type_d9171f55a83ec259, []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_0ff7e9b35f1bb12c) + proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_context_type.proto", fileDescriptor_matching_function_context_type_d9171f55a83ec259) } -var fileDescriptor_matching_function_context_type_0ff7e9b35f1bb12c = []byte{ +var fileDescriptor_matching_function_context_type_d9171f55a83ec259 = []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 b75646a661948cc5f48d7c0468c98b7184e36cfd..1ae058803ad6ebe7ca72636f7c0cd9634761f5d8 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_031784094e38c630, []int{0, 0} + return fileDescriptor_matching_function_operator_bca31fb04efa2051, []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_031784094e38c630, []int{0} + return fileDescriptor_matching_function_operator_bca31fb04efa2051, []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_031784094e38c630) + proto.RegisterFile("google/ads/googleads/v1/enums/matching_function_operator.proto", fileDescriptor_matching_function_operator_bca31fb04efa2051) } -var fileDescriptor_matching_function_operator_031784094e38c630 = []byte{ +var fileDescriptor_matching_function_operator_bca31fb04efa2051 = []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 53fd846fa19d596da80673b2fc4ac9abc83154db..9f9df054f376d3d95a6f230c7ee5ddfff5978d7a 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_1f5023fc0e829384, []int{0, 0} + return fileDescriptor_media_type_bd67a190732ff292, []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_1f5023fc0e829384, []int{0} + return fileDescriptor_media_type_bd67a190732ff292, []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_1f5023fc0e829384) + proto.RegisterFile("google/ads/googleads/v1/enums/media_type.proto", fileDescriptor_media_type_bd67a190732ff292) } -var fileDescriptor_media_type_1f5023fc0e829384 = []byte{ +var fileDescriptor_media_type_bd67a190732ff292 = []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 c8cd1cfb5363d2e7d785a895270f7371289611b7..f2c0905b0fd7475db750b440ba9ba634edabde35 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_197dbaccbac935bc, []int{0, 0} + return fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8, []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_197dbaccbac935bc, []int{0} + return fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8, []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_197dbaccbac935bc) + proto.RegisterFile("google/ads/googleads/v1/enums/merchant_center_link_status.proto", fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8) } -var fileDescriptor_merchant_center_link_status_197dbaccbac935bc = []byte{ +var fileDescriptor_merchant_center_link_status_74e88e0b85ea22b8 = []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 a14d588cd8faa2859028ff02ed78101084b32141..e602e74e90dfe39730bb78c065a123c39c9c9ae7 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_d109cdd990293303, []int{0, 0} + return fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7, []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_d109cdd990293303, []int{0} + return fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7, []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_d109cdd990293303) + proto.RegisterFile("google/ads/googleads/v1/enums/message_placeholder_field.proto", fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7) } -var fileDescriptor_message_placeholder_field_d109cdd990293303 = []byte{ +var fileDescriptor_message_placeholder_field_d149cfb70d4f5eb7 = []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 c6697ed2d430e5e3db44b0ddfc2c73c048cf8d6b..5382b7176c2365650596cfdf8dd5f2aa2e402804 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_d3cfeadd1ebf4621, []int{0, 0} + return fileDescriptor_mime_type_54c50942eaf2e264, []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_d3cfeadd1ebf4621, []int{0} + return fileDescriptor_mime_type_54c50942eaf2e264, []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_d3cfeadd1ebf4621) + proto.RegisterFile("google/ads/googleads/v1/enums/mime_type.proto", fileDescriptor_mime_type_54c50942eaf2e264) } -var fileDescriptor_mime_type_d3cfeadd1ebf4621 = []byte{ +var fileDescriptor_mime_type_54c50942eaf2e264 = []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 f00a870a3ef6dc28170efe591ade769397f0ae38..13464afba91286312d0be49692a2705c8cdbacc1 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_fe83e285d256c768, []int{0, 0} + return fileDescriptor_minute_of_hour_8448e9a644303d76, []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_fe83e285d256c768, []int{0} + return fileDescriptor_minute_of_hour_8448e9a644303d76, []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_fe83e285d256c768) + proto.RegisterFile("google/ads/googleads/v1/enums/minute_of_hour.proto", fileDescriptor_minute_of_hour_8448e9a644303d76) } -var fileDescriptor_minute_of_hour_fe83e285d256c768 = []byte{ +var fileDescriptor_minute_of_hour_8448e9a644303d76 = []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 076af6f0c6294678a53895fda80733dfdeb4b615..9f6dd3cfc982139be73e647b02c2b0329fb216ab 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_b546337f6eb4f761, []int{0, 0} + return fileDescriptor_mobile_device_type_d451fb4923a698d7, []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_b546337f6eb4f761, []int{0} + return fileDescriptor_mobile_device_type_d451fb4923a698d7, []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_b546337f6eb4f761) + proto.RegisterFile("google/ads/googleads/v1/enums/mobile_device_type.proto", fileDescriptor_mobile_device_type_d451fb4923a698d7) } -var fileDescriptor_mobile_device_type_b546337f6eb4f761 = []byte{ +var fileDescriptor_mobile_device_type_d451fb4923a698d7 = []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 a70c9fc36eccde5c8683a1458f47e20f48271485..b6f1fc4f36e3dc114407382dd9a53d9e56191c5c 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_3a8c3e20a0696a12, []int{0, 0} + return fileDescriptor_month_of_year_d3748aaa46f664bb, []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_3a8c3e20a0696a12, []int{0} + return fileDescriptor_month_of_year_d3748aaa46f664bb, []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_3a8c3e20a0696a12) + proto.RegisterFile("google/ads/googleads/v1/enums/month_of_year.proto", fileDescriptor_month_of_year_d3748aaa46f664bb) } -var fileDescriptor_month_of_year_3a8c3e20a0696a12 = []byte{ +var fileDescriptor_month_of_year_d3748aaa46f664bb = []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 8c103184149d406301006c3a1fd4b5731888e361..810c6bcebc7397f3edc5c1ff9838c6bff62cff24 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_42e97e4a75fb00f8, []int{0, 0} + return fileDescriptor_mutate_job_status_cafe1f0b0e70c359, []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_42e97e4a75fb00f8, []int{0} + return fileDescriptor_mutate_job_status_cafe1f0b0e70c359, []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_42e97e4a75fb00f8) + proto.RegisterFile("google/ads/googleads/v1/enums/mutate_job_status.proto", fileDescriptor_mutate_job_status_cafe1f0b0e70c359) } -var fileDescriptor_mutate_job_status_42e97e4a75fb00f8 = []byte{ +var fileDescriptor_mutate_job_status_cafe1f0b0e70c359 = []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 9e260f1f9e345c6e8eab4c36e52d0d84314a7b94..56e4f97bd8f730784b623a144846f9a5e9f65599 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 @@ -53,7 +53,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_c0bce801d3d56673, []int{0, 0} + return fileDescriptor_negative_geo_target_type_ee5fcb882538c478, []int{0, 0} } // Container for enum describing possible negative geo target types. @@ -67,7 +67,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_c0bce801d3d56673, []int{0} + return fileDescriptor_negative_geo_target_type_ee5fcb882538c478, []int{0} } func (m *NegativeGeoTargetTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_NegativeGeoTargetTypeEnum.Unmarshal(m, b) @@ -93,10 +93,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/negative_geo_target_type.proto", fileDescriptor_negative_geo_target_type_c0bce801d3d56673) + proto.RegisterFile("google/ads/googleads/v1/enums/negative_geo_target_type.proto", fileDescriptor_negative_geo_target_type_ee5fcb882538c478) } -var fileDescriptor_negative_geo_target_type_c0bce801d3d56673 = []byte{ +var fileDescriptor_negative_geo_target_type_ee5fcb882538c478 = []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 1ed59fd3ce2a0bb9ff5f9593efe1a929aa96c96f..8f849d5da568c69b1cebd2759cdeb05afb9515da 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_17e9526c5ebfbefe, []int{0, 0} + return fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5, []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_17e9526c5ebfbefe, []int{0} + return fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5, []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_17e9526c5ebfbefe) + proto.RegisterFile("google/ads/googleads/v1/enums/operating_system_version_operator_type.proto", fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5) } -var fileDescriptor_operating_system_version_operator_type_17e9526c5ebfbefe = []byte{ +var fileDescriptor_operating_system_version_operator_type_12b6da57356e1db5 = []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 c33cac50a76a29e7d0f5b35b4f15caa00e64ac98..a3d512d85dd473377f8e856fa17886a4c62a6f26 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_3ede4902a82f7068, []int{0, 0} + return fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464, []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_3ede4902a82f7068, []int{0} + return fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464, []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_3ede4902a82f7068) + proto.RegisterFile("google/ads/googleads/v1/enums/page_one_promoted_strategy_goal.proto", fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464) } -var fileDescriptor_page_one_promoted_strategy_goal_3ede4902a82f7068 = []byte{ +var fileDescriptor_page_one_promoted_strategy_goal_f00ce4ccc55df464 = []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 3c152c00cad0a3cac603ce11721efb462976fb68..c56578e2a4b2e7e76824fe2167b655d2ff41f05f 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_d0d7e34a0de07ccb, []int{0, 0} + return fileDescriptor_parental_status_type_a4f1d10114423bd6, []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_d0d7e34a0de07ccb, []int{0} + return fileDescriptor_parental_status_type_a4f1d10114423bd6, []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_d0d7e34a0de07ccb) + proto.RegisterFile("google/ads/googleads/v1/enums/parental_status_type.proto", fileDescriptor_parental_status_type_a4f1d10114423bd6) } -var fileDescriptor_parental_status_type_d0d7e34a0de07ccb = []byte{ +var fileDescriptor_parental_status_type_a4f1d10114423bd6 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..1febdb17298dd7f5eb99106b6991eca4540bb16b --- /dev/null +++ b/googleapis/ads/googleads/v1/enums/payment_mode.pb.go @@ -0,0 +1,118 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/enums/payment_mode.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 payment modes. +type PaymentModeEnum_PaymentMode int32 + +const ( + // Not specified. + PaymentModeEnum_UNSPECIFIED PaymentModeEnum_PaymentMode = 0 + // Used for return value only. Represents value unknown in this version. + PaymentModeEnum_UNKNOWN PaymentModeEnum_PaymentMode = 1 + // Pay per click. + PaymentModeEnum_CLICKS PaymentModeEnum_PaymentMode = 4 + // Pay per conversion value. + PaymentModeEnum_CONVERSION_VALUE PaymentModeEnum_PaymentMode = 5 +) + +var PaymentModeEnum_PaymentMode_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 4: "CLICKS", + 5: "CONVERSION_VALUE", +} +var PaymentModeEnum_PaymentMode_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "CLICKS": 4, + "CONVERSION_VALUE": 5, +} + +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} +} + +// Container for enum describing possible payment modes. +type PaymentModeEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *PaymentModeEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PaymentModeEnum.Unmarshal(m, b) +} +func (m *PaymentModeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PaymentModeEnum.Marshal(b, m, deterministic) +} +func (dst *PaymentModeEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_PaymentModeEnum.Merge(dst, src) +} +func (m *PaymentModeEnum) XXX_Size() int { + return xxx_messageInfo_PaymentModeEnum.Size(m) +} +func (m *PaymentModeEnum) XXX_DiscardUnknown() { + xxx_messageInfo_PaymentModeEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_PaymentModeEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*PaymentModeEnum)(nil), "google.ads.googleads.v1.enums.PaymentModeEnum") + proto.RegisterEnum("google.ads.googleads.v1.enums.PaymentModeEnum_PaymentMode", PaymentModeEnum_PaymentMode_name, PaymentModeEnum_PaymentMode_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/enums/payment_mode.proto", fileDescriptor_payment_mode_2af63ed3f55af206) +} + +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, +} diff --git a/googleapis/ads/googleads/v1/enums/placeholder_type.pb.go b/googleapis/ads/googleads/v1/enums/placeholder_type.pb.go index 5d424ea361d09f910a54063a0aaea393098a0d53..2a1be218ce2d1ecbe7eef1955a2e91d496ccc693 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_567957a042f683e2, []int{0, 0} + return fileDescriptor_placeholder_type_b2d825a23f4b8d97, []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_567957a042f683e2, []int{0} + return fileDescriptor_placeholder_type_b2d825a23f4b8d97, []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_567957a042f683e2) + proto.RegisterFile("google/ads/googleads/v1/enums/placeholder_type.proto", fileDescriptor_placeholder_type_b2d825a23f4b8d97) } -var fileDescriptor_placeholder_type_567957a042f683e2 = []byte{ +var fileDescriptor_placeholder_type_b2d825a23f4b8d97 = []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 d80c4d4d2e3af4125c3439da3ffb61cc774b5050..c0e9faa9216d4c5618e278e116829288eff80b63 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_82fad3a2ed512432, []int{0, 0} + return fileDescriptor_placement_type_2ff0b65ffab7c4a4, []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_82fad3a2ed512432, []int{0} + return fileDescriptor_placement_type_2ff0b65ffab7c4a4, []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_82fad3a2ed512432) + proto.RegisterFile("google/ads/googleads/v1/enums/placement_type.proto", fileDescriptor_placement_type_2ff0b65ffab7c4a4) } -var fileDescriptor_placement_type_82fad3a2ed512432 = []byte{ +var fileDescriptor_placement_type_2ff0b65ffab7c4a4 = []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 799197528df09af54c35e1f0d6bede361ab51215..b5a2b82fec249e0ff2436627bd25b9649b98021b 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_5f580d31dd040a3c, []int{0, 0} + return fileDescriptor_policy_approval_status_7b0bfebc671dea14, []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_5f580d31dd040a3c, []int{0} + return fileDescriptor_policy_approval_status_7b0bfebc671dea14, []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_5f580d31dd040a3c) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_approval_status.proto", fileDescriptor_policy_approval_status_7b0bfebc671dea14) } -var fileDescriptor_policy_approval_status_5f580d31dd040a3c = []byte{ +var fileDescriptor_policy_approval_status_7b0bfebc671dea14 = []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 9b01223bf3cd71230acb5ef261c56ebe09847f22..1ef0d7c60a755b820bebe43b83534d50a4eebe74 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_43d053d664c10bf3, []int{0, 0} + return fileDescriptor_policy_review_status_a78af36a58c8e5dd, []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_43d053d664c10bf3, []int{0} + return fileDescriptor_policy_review_status_a78af36a58c8e5dd, []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_43d053d664c10bf3) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_review_status.proto", fileDescriptor_policy_review_status_a78af36a58c8e5dd) } -var fileDescriptor_policy_review_status_43d053d664c10bf3 = []byte{ +var fileDescriptor_policy_review_status_a78af36a58c8e5dd = []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 70d2f618ae36358619b63d4e7398ca5d1df477ec..4245cd4a0307d04189610a1baa0b908283e5dde1 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 @@ -65,7 +65,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_f2b35797c6ea84c5, []int{0, 0} + return fileDescriptor_policy_topic_entry_type_264df399ef09c1ab, []int{0, 0} } // Container for enum describing possible policy topic entry types. @@ -79,7 +79,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_f2b35797c6ea84c5, []int{0} + return fileDescriptor_policy_topic_entry_type_264df399ef09c1ab, []int{0} } func (m *PolicyTopicEntryTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyTopicEntryTypeEnum.Unmarshal(m, b) @@ -105,10 +105,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_entry_type.proto", fileDescriptor_policy_topic_entry_type_f2b35797c6ea84c5) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_entry_type.proto", fileDescriptor_policy_topic_entry_type_264df399ef09c1ab) } -var fileDescriptor_policy_topic_entry_type_f2b35797c6ea84c5 = []byte{ +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, 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 03deb112aa205ee54029cf911e810d86bce9ddd5..98aff99331f0170f5a4a11fd97a8368f199651c3 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_8abfdfffad45cf50, []int{0, 0} + return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676, []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_8abfdfffad45cf50, []int{0} + return fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676, []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_8abfdfffad45cf50) + proto.RegisterFile("google/ads/googleads/v1/enums/policy_topic_evidence_destination_mismatch_url_type.proto", fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676) } -var fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_8abfdfffad45cf50 = []byte{ +var fileDescriptor_policy_topic_evidence_destination_mismatch_url_type_4837369de862e676 = []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/positive_geo_target_type.pb.go b/googleapis/ads/googleads/v1/enums/positive_geo_target_type.pb.go index 9a83ffa9ed2b5e1ff965f3343cdd82c74efb35d2..52782c59286af6673f65adb04db20bfbbc704958 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 @@ -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_3d6d1cf1f44b54fc, []int{0, 0} + return fileDescriptor_positive_geo_target_type_3582234cc5d181df, []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_3d6d1cf1f44b54fc, []int{0} + return fileDescriptor_positive_geo_target_type_3582234cc5d181df, []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_3d6d1cf1f44b54fc) + proto.RegisterFile("google/ads/googleads/v1/enums/positive_geo_target_type.proto", fileDescriptor_positive_geo_target_type_3582234cc5d181df) } -var fileDescriptor_positive_geo_target_type_3d6d1cf1f44b54fc = []byte{ +var fileDescriptor_positive_geo_target_type_3582234cc5d181df = []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 8f890bb2388babb06cd3b1956b3b261bfb515b73..2498a5d6986386b891cf28b46b4c4d629d197043 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_eb8d51c6e5258e7d, []int{0, 0} + return fileDescriptor_preferred_content_type_930b3c5e4dc21e65, []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_eb8d51c6e5258e7d, []int{0} + return fileDescriptor_preferred_content_type_930b3c5e4dc21e65, []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_eb8d51c6e5258e7d) + proto.RegisterFile("google/ads/googleads/v1/enums/preferred_content_type.proto", fileDescriptor_preferred_content_type_930b3c5e4dc21e65) } -var fileDescriptor_preferred_content_type_eb8d51c6e5258e7d = []byte{ +var fileDescriptor_preferred_content_type_930b3c5e4dc21e65 = []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 a00ebde00a76b164d507822d474362f1e778df22..b35b17ca77b980127109a7dbda211acb77b44d9c 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_54cb18dabeb9e4b0, []int{0, 0} + return fileDescriptor_price_extension_price_qualifier_b151df2520862de8, []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_54cb18dabeb9e4b0, []int{0} + return fileDescriptor_price_extension_price_qualifier_b151df2520862de8, []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_54cb18dabeb9e4b0) + proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_price_qualifier.proto", fileDescriptor_price_extension_price_qualifier_b151df2520862de8) } -var fileDescriptor_price_extension_price_qualifier_54cb18dabeb9e4b0 = []byte{ +var fileDescriptor_price_extension_price_qualifier_b151df2520862de8 = []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 d65c22ddf462d5f95f436125859d60d96e3e6c3c..804433f13478440c66d35a8140650ed6ae0812f4 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_41e4507c4d9a5930, []int{0, 0} + return fileDescriptor_price_extension_price_unit_3e595be5a7ea472b, []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_41e4507c4d9a5930, []int{0} + return fileDescriptor_price_extension_price_unit_3e595be5a7ea472b, []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_41e4507c4d9a5930) + proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_price_unit.proto", fileDescriptor_price_extension_price_unit_3e595be5a7ea472b) } -var fileDescriptor_price_extension_price_unit_41e4507c4d9a5930 = []byte{ +var fileDescriptor_price_extension_price_unit_3e595be5a7ea472b = []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 c2fb2267e7fe243d9d013bb98d0a5958971160e7..32086a795d38593c00192977992e226fc5aebc3a 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_b804a6efd2b06f4f, []int{0, 0} + return fileDescriptor_price_extension_type_512e7afa6a10a1eb, []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_b804a6efd2b06f4f, []int{0} + return fileDescriptor_price_extension_type_512e7afa6a10a1eb, []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_b804a6efd2b06f4f) + proto.RegisterFile("google/ads/googleads/v1/enums/price_extension_type.proto", fileDescriptor_price_extension_type_512e7afa6a10a1eb) } -var fileDescriptor_price_extension_type_b804a6efd2b06f4f = []byte{ +var fileDescriptor_price_extension_type_512e7afa6a10a1eb = []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 aa5dd6381e8af16832a1747b43f8ced89a01969e..eef3b7bda9d845e6690c50db976e261379e239f6 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_e02348ce96dcba19, []int{0, 0} + return fileDescriptor_price_placeholder_field_db820191f1cfbadd, []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_e02348ce96dcba19, []int{0} + return fileDescriptor_price_placeholder_field_db820191f1cfbadd, []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_e02348ce96dcba19) + proto.RegisterFile("google/ads/googleads/v1/enums/price_placeholder_field.proto", fileDescriptor_price_placeholder_field_db820191f1cfbadd) } -var fileDescriptor_price_placeholder_field_e02348ce96dcba19 = []byte{ +var fileDescriptor_price_placeholder_field_db820191f1cfbadd = []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 308266c5f7b2b8dc2238b2ed80391ba28c624a95..23d4073308532e4d95f288c408332904bacc3d76 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_c1219073a6cb7cda, []int{0, 0} + return fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7, []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_c1219073a6cb7cda, []int{0} + return fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7, []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_c1219073a6cb7cda) + proto.RegisterFile("google/ads/googleads/v1/enums/product_bidding_category_level.proto", fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7) } -var fileDescriptor_product_bidding_category_level_c1219073a6cb7cda = []byte{ +var fileDescriptor_product_bidding_category_level_18cbb4e8d9f3d6a7 = []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 4baddf4d9ea13663f657443522374258dafb878b..208e9a25b5e4f72a8cf63671d1f17b7ff46efb0e 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_e62b4493276c36b6, []int{0, 0} + return fileDescriptor_product_bidding_category_status_daa3bda75dda6d39, []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_e62b4493276c36b6, []int{0} + return fileDescriptor_product_bidding_category_status_daa3bda75dda6d39, []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_e62b4493276c36b6) + proto.RegisterFile("google/ads/googleads/v1/enums/product_bidding_category_status.proto", fileDescriptor_product_bidding_category_status_daa3bda75dda6d39) } -var fileDescriptor_product_bidding_category_status_e62b4493276c36b6 = []byte{ +var fileDescriptor_product_bidding_category_status_daa3bda75dda6d39 = []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 a6717d232f7e34dfdb487771d601ab10eec8bedf..45a5930a38e173d1802e018243de766bb3d6ea59 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_281d8baf32bedd21, []int{0, 0} + return fileDescriptor_product_channel_58b92499a4aaf8ee, []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_281d8baf32bedd21, []int{0} + return fileDescriptor_product_channel_58b92499a4aaf8ee, []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_281d8baf32bedd21) + proto.RegisterFile("google/ads/googleads/v1/enums/product_channel.proto", fileDescriptor_product_channel_58b92499a4aaf8ee) } -var fileDescriptor_product_channel_281d8baf32bedd21 = []byte{ +var fileDescriptor_product_channel_58b92499a4aaf8ee = []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 a934e564b916c587a3eaa29f5b00b4abef498466..0f14ed80f8b47ae242dedcbf48d605146f976726 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_2f1bcf2e000486a7, []int{0, 0} + return fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e, []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_2f1bcf2e000486a7, []int{0} + return fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e, []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_2f1bcf2e000486a7) + proto.RegisterFile("google/ads/googleads/v1/enums/product_channel_exclusivity.proto", fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e) } -var fileDescriptor_product_channel_exclusivity_2f1bcf2e000486a7 = []byte{ +var fileDescriptor_product_channel_exclusivity_42ddb227adfa3a5e = []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 d54a088c5646f13fe4eda5eff957f82b2ae55948..5d969bd63c55bf1a560e7acf8e2a3727fee5d15d 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_def7c96e18fa1df6, []int{0, 0} + return fileDescriptor_product_condition_ba0ecb6001df35ca, []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_def7c96e18fa1df6, []int{0} + return fileDescriptor_product_condition_ba0ecb6001df35ca, []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_def7c96e18fa1df6) + proto.RegisterFile("google/ads/googleads/v1/enums/product_condition.proto", fileDescriptor_product_condition_ba0ecb6001df35ca) } -var fileDescriptor_product_condition_def7c96e18fa1df6 = []byte{ +var fileDescriptor_product_condition_ba0ecb6001df35ca = []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 bdac9e2fcfca9215f42e17857d19d7ad63c11854..f161d14f66f06178b3aad3df6ec253d9c45168d8 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_5e546855154aab58, []int{0, 0} + return fileDescriptor_product_type_level_f1d8fae3fede111f, []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_5e546855154aab58, []int{0} + return fileDescriptor_product_type_level_f1d8fae3fede111f, []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_5e546855154aab58) + proto.RegisterFile("google/ads/googleads/v1/enums/product_type_level.proto", fileDescriptor_product_type_level_f1d8fae3fede111f) } -var fileDescriptor_product_type_level_5e546855154aab58 = []byte{ +var fileDescriptor_product_type_level_f1d8fae3fede111f = []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 916e4361252b23b884c8740a503f2c33ee47b18d..fc30b6bd2b8fe1403e7c3a63e0fc7ac1cb1ffa14 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_52d8e03e6e6bbe44, []int{0, 0} + return fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07, []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_52d8e03e6e6bbe44, []int{0} + return fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07, []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_52d8e03e6e6bbe44) + proto.RegisterFile("google/ads/googleads/v1/enums/promotion_extension_discount_modifier.proto", fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07) } -var fileDescriptor_promotion_extension_discount_modifier_52d8e03e6e6bbe44 = []byte{ +var fileDescriptor_promotion_extension_discount_modifier_ea0205ff2ff47a07 = []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 839ab692ab1a9aee191e2691f2d80c0fc3488322..3a606c82aaa1f2ea2fac141a75daaacc8f0a721e 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_e447c55310caddd1, []int{0, 0} + return fileDescriptor_promotion_extension_occasion_059e7361e876afc1, []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_e447c55310caddd1, []int{0} + return fileDescriptor_promotion_extension_occasion_059e7361e876afc1, []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_e447c55310caddd1) + proto.RegisterFile("google/ads/googleads/v1/enums/promotion_extension_occasion.proto", fileDescriptor_promotion_extension_occasion_059e7361e876afc1) } -var fileDescriptor_promotion_extension_occasion_e447c55310caddd1 = []byte{ +var fileDescriptor_promotion_extension_occasion_059e7361e876afc1 = []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 8929bedbf14305b6ed3aca6493332aed4c6fab0e..4281beebd4ea5ed5693ffec11e9a0458e87c87cd 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_c181e2418d798eec, []int{0, 0} + return fileDescriptor_promotion_placeholder_field_1395f2f01020eb66, []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_c181e2418d798eec, []int{0} + return fileDescriptor_promotion_placeholder_field_1395f2f01020eb66, []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_c181e2418d798eec) + proto.RegisterFile("google/ads/googleads/v1/enums/promotion_placeholder_field.proto", fileDescriptor_promotion_placeholder_field_1395f2f01020eb66) } -var fileDescriptor_promotion_placeholder_field_c181e2418d798eec = []byte{ +var fileDescriptor_promotion_placeholder_field_1395f2f01020eb66 = []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 94617a3b3bdbf89727dd174f212973be098cb5f1..a9756869747a3b70823307aafd48c3a787c917cf 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_9767cab966548058, []int{0, 0} + return fileDescriptor_proximity_radius_units_900b61eff53e17de, []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_9767cab966548058, []int{0} + return fileDescriptor_proximity_radius_units_900b61eff53e17de, []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_9767cab966548058) + proto.RegisterFile("google/ads/googleads/v1/enums/proximity_radius_units.proto", fileDescriptor_proximity_radius_units_900b61eff53e17de) } -var fileDescriptor_proximity_radius_units_9767cab966548058 = []byte{ +var fileDescriptor_proximity_radius_units_900b61eff53e17de = []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 363203b4711027cfb23f9dd2efc60f7f56c3dafe..f08840a66866a6744d0a62c3b9dc64bcc4fd0570 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_e00898deea763ffe, []int{0, 0} + return fileDescriptor_quality_score_bucket_f57c64ba867ab9a7, []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_e00898deea763ffe, []int{0} + return fileDescriptor_quality_score_bucket_f57c64ba867ab9a7, []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_e00898deea763ffe) + proto.RegisterFile("google/ads/googleads/v1/enums/quality_score_bucket.proto", fileDescriptor_quality_score_bucket_f57c64ba867ab9a7) } -var fileDescriptor_quality_score_bucket_e00898deea763ffe = []byte{ +var fileDescriptor_quality_score_bucket_f57c64ba867ab9a7 = []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 af249c645cd9def60740e62dccf93912061a3d01..7ce6d56ac4c825d23869df65ea902c16f825cfe7 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_4e7670578041884e, []int{0, 0} + return fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833, []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_4e7670578041884e, []int{0} + return fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833, []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_4e7670578041884e) + proto.RegisterFile("google/ads/googleads/v1/enums/real_estate_placeholder_field.proto", fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833) } -var fileDescriptor_real_estate_placeholder_field_4e7670578041884e = []byte{ +var fileDescriptor_real_estate_placeholder_field_c9d2f77c9d81d833 = []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 9369cf9aab489845cba0c7d92f4d88008a9e0f5a..474f797c38def3be4ed0206cc9e988334af71eed 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 change an existing keyword from one match type to a + // broader match type. + RecommendationTypeEnum_KEYWORD_MATCH_TYPE RecommendationTypeEnum_RecommendationType = 14 + // Recommendation to move unused budget from one budget to a constrained + // budget. + RecommendationTypeEnum_MOVE_UNUSED_BUDGET RecommendationTypeEnum_RecommendationType = 15 ) var RecommendationTypeEnum_RecommendationType_name = map[int32]string{ @@ -63,6 +69,8 @@ var RecommendationTypeEnum_RecommendationType_name = map[int32]string{ 8: "SEARCH_PARTNERS_OPT_IN", 9: "MAXIMIZE_CLICKS_OPT_IN", 10: "OPTIMIZE_AD_ROTATION", + 14: "KEYWORD_MATCH_TYPE", + 15: "MOVE_UNUSED_BUDGET", } var RecommendationTypeEnum_RecommendationType_value = map[string]int32{ "UNSPECIFIED": 0, @@ -76,13 +84,15 @@ var RecommendationTypeEnum_RecommendationType_value = map[string]int32{ "SEARCH_PARTNERS_OPT_IN": 8, "MAXIMIZE_CLICKS_OPT_IN": 9, "OPTIMIZE_AD_ROTATION": 10, + "KEYWORD_MATCH_TYPE": 14, + "MOVE_UNUSED_BUDGET": 15, } func (x RecommendationTypeEnum_RecommendationType) String() string { return proto.EnumName(RecommendationTypeEnum_RecommendationType_name, int32(x)) } func (RecommendationTypeEnum_RecommendationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recommendation_type_5ff90af418a65f69, []int{0, 0} + return fileDescriptor_recommendation_type_c4adbbbb380b9eb9, []int{0, 0} } // Container for enum describing types of recommendations. @@ -96,7 +106,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_5ff90af418a65f69, []int{0} + return fileDescriptor_recommendation_type_c4adbbbb380b9eb9, []int{0} } func (m *RecommendationTypeEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecommendationTypeEnum.Unmarshal(m, b) @@ -122,36 +132,38 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/enums/recommendation_type.proto", fileDescriptor_recommendation_type_5ff90af418a65f69) + proto.RegisterFile("google/ads/googleads/v1/enums/recommendation_type.proto", fileDescriptor_recommendation_type_c4adbbbb380b9eb9) } -var fileDescriptor_recommendation_type_5ff90af418a65f69 = []byte{ - // 428 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xd1, 0x6a, 0xd4, 0x40, - 0x18, 0x85, 0xdd, 0x54, 0x5b, 0x9d, 0x5e, 0x34, 0x4e, 0xb5, 0x95, 0x6a, 0x91, 0xf6, 0x01, 0x26, - 0x04, 0x2f, 0x84, 0x78, 0xf5, 0xef, 0x64, 0x4c, 0x87, 0x75, 0x27, 0x43, 0x76, 0x76, 0x5b, 0xcb, - 0xc2, 0x10, 0x9b, 0x10, 0x16, 0x9a, 0x4c, 0xd8, 0xd9, 0x16, 0x7a, 0xef, 0x7b, 0x08, 0x5e, 0xfa, - 0x28, 0x3e, 0x8a, 0xf8, 0x10, 0x92, 0xc4, 0x44, 0xa4, 0xe8, 0x4d, 0x38, 0xc9, 0x77, 0xce, 0x21, - 0x9c, 0x1f, 0xbd, 0x2d, 0x8c, 0x29, 0xae, 0x73, 0x2f, 0xcd, 0xac, 0xd7, 0xc9, 0x46, 0xdd, 0xfa, - 0x5e, 0x5e, 0xdd, 0x94, 0xd6, 0x5b, 0xe7, 0x57, 0xa6, 0x2c, 0xf3, 0x2a, 0x4b, 0x37, 0x2b, 0x53, - 0xe9, 0xcd, 0x5d, 0x9d, 0x93, 0x7a, 0x6d, 0x36, 0x06, 0x1f, 0x77, 0x6e, 0x92, 0x66, 0x96, 0x0c, - 0x41, 0x72, 0xeb, 0x93, 0x36, 0x78, 0xf4, 0xaa, 0xef, 0xad, 0x57, 0x5e, 0x5a, 0x55, 0x66, 0xd3, - 0x16, 0xd8, 0x2e, 0x7c, 0xfa, 0xc5, 0x41, 0x07, 0xc9, 0x5f, 0xd5, 0xea, 0xae, 0xce, 0x59, 0x75, - 0x53, 0x9e, 0x7e, 0x76, 0x10, 0xbe, 0x8f, 0xf0, 0x1e, 0xda, 0x9d, 0x8b, 0x99, 0x64, 0x94, 0xbf, - 0xe7, 0x2c, 0x74, 0x1f, 0xe0, 0x5d, 0xb4, 0x33, 0x17, 0x13, 0x11, 0x9f, 0x0b, 0x77, 0x84, 0xf7, - 0xd1, 0x1e, 0x85, 0xa9, 0x04, 0x1e, 0x09, 0x3d, 0x9e, 0x87, 0x11, 0x53, 0xae, 0xd3, 0x38, 0x26, - 0xec, 0xe3, 0x79, 0x9c, 0x84, 0xee, 0x56, 0xf3, 0xa2, 0xd8, 0x85, 0xd2, 0x10, 0xba, 0x0f, 0xf1, - 0x73, 0xf4, 0x54, 0x41, 0x12, 0x31, 0xa5, 0xa9, 0x04, 0x1d, 0x4b, 0xa5, 0xb9, 0x70, 0x1f, 0xe1, - 0xd7, 0xe8, 0xe5, 0x14, 0x2e, 0xf8, 0x94, 0x5f, 0x32, 0x4d, 0x63, 0xb1, 0x60, 0xc9, 0x8c, 0xc7, - 0x62, 0xd6, 0x1b, 0xb6, 0xf1, 0x21, 0xda, 0x67, 0xe2, 0x0c, 0x04, 0x65, 0xa1, 0xa6, 0x92, 0xf6, - 0x60, 0x07, 0x1f, 0xa1, 0x83, 0x19, 0x83, 0x84, 0x9e, 0x69, 0x09, 0x89, 0x12, 0x2c, 0x19, 0x42, - 0x8f, 0x1b, 0xf6, 0xa7, 0xf5, 0x03, 0xa7, 0x93, 0x81, 0x3d, 0xc1, 0x2f, 0xd0, 0xb3, 0x58, 0xaa, - 0x8e, 0x41, 0xa8, 0x93, 0x58, 0x81, 0xe2, 0xb1, 0x70, 0xd1, 0xf8, 0xe7, 0x08, 0x9d, 0x5c, 0x99, - 0x92, 0xfc, 0x77, 0xe5, 0xf1, 0xe1, 0xfd, 0xa5, 0x64, 0x33, 0xb0, 0x1c, 0x5d, 0x8e, 0x7f, 0x27, - 0x0b, 0x73, 0x9d, 0x56, 0x05, 0x31, 0xeb, 0xc2, 0x2b, 0xf2, 0xaa, 0x9d, 0xbf, 0x3f, 0x74, 0xbd, - 0xb2, 0xff, 0xb8, 0xfb, 0xbb, 0xf6, 0xf9, 0xd5, 0xd9, 0x8a, 0x00, 0xbe, 0x39, 0xc7, 0x51, 0x57, - 0x05, 0x99, 0x25, 0x9d, 0x6c, 0xd4, 0xc2, 0x27, 0xcd, 0xc1, 0xec, 0xf7, 0x9e, 0x2f, 0x21, 0xb3, - 0xcb, 0x81, 0x2f, 0x17, 0xfe, 0xb2, 0xe5, 0x3f, 0x9c, 0x93, 0xee, 0x63, 0x10, 0x40, 0x66, 0x83, - 0x60, 0x70, 0x04, 0xc1, 0xc2, 0x0f, 0x82, 0xd6, 0xf3, 0x69, 0xbb, 0xfd, 0xb1, 0x37, 0xbf, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x1a, 0xf9, 0xbf, 0x89, 0x8f, 0x02, 0x00, 0x00, +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, } 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 1fbfa6b76973b6c1909d7441227a3fadb3a13ca0..498a140a5571e8d37649b72a4e21bd0bb645fdbf 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_ebb90fc2b5c0e606, []int{0, 0} + return fileDescriptor_search_term_match_type_08c1c98e17fe56a1, []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_ebb90fc2b5c0e606, []int{0} + return fileDescriptor_search_term_match_type_08c1c98e17fe56a1, []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_ebb90fc2b5c0e606) + proto.RegisterFile("google/ads/googleads/v1/enums/search_term_match_type.proto", fileDescriptor_search_term_match_type_08c1c98e17fe56a1) } -var fileDescriptor_search_term_match_type_ebb90fc2b5c0e606 = []byte{ +var fileDescriptor_search_term_match_type_08c1c98e17fe56a1 = []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 5d30d07451245019160980316a26143d6a47f3c4..44c593e7dce515bafd4378b45f97bbd70597cbd0 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_ab7ef75ab4137195, []int{0, 0} + return fileDescriptor_search_term_targeting_status_6277c7943d498364, []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_ab7ef75ab4137195, []int{0} + return fileDescriptor_search_term_targeting_status_6277c7943d498364, []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_ab7ef75ab4137195) + proto.RegisterFile("google/ads/googleads/v1/enums/search_term_targeting_status.proto", fileDescriptor_search_term_targeting_status_6277c7943d498364) } -var fileDescriptor_search_term_targeting_status_ab7ef75ab4137195 = []byte{ +var fileDescriptor_search_term_targeting_status_6277c7943d498364 = []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 929764ac5c313d624f37dbf7eece8863d7244931..eebd1cdd00d227b00cb537dfce1e152cd640c1e3 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_e1ddb89f641fff17, []int{0, 0} + return fileDescriptor_served_asset_field_type_06bb3304784d6d6b, []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_e1ddb89f641fff17, []int{0} + return fileDescriptor_served_asset_field_type_06bb3304784d6d6b, []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_e1ddb89f641fff17) + proto.RegisterFile("google/ads/googleads/v1/enums/served_asset_field_type.proto", fileDescriptor_served_asset_field_type_06bb3304784d6d6b) } -var fileDescriptor_served_asset_field_type_e1ddb89f641fff17 = []byte{ +var fileDescriptor_served_asset_field_type_06bb3304784d6d6b = []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 1d298344938e858a5542553af0d90458fc1967ec..c277e0191c197018ae8116c89f9c2630a33b5836 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_77acac13676b62be, []int{0, 0} + return fileDescriptor_shared_set_status_e5d50de7c2db63b4, []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_77acac13676b62be, []int{0} + return fileDescriptor_shared_set_status_e5d50de7c2db63b4, []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_77acac13676b62be) + proto.RegisterFile("google/ads/googleads/v1/enums/shared_set_status.proto", fileDescriptor_shared_set_status_e5d50de7c2db63b4) } -var fileDescriptor_shared_set_status_77acac13676b62be = []byte{ +var fileDescriptor_shared_set_status_e5d50de7c2db63b4 = []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 7cd23099006cb73664dfa103ab98d8ff109a8eec..001ec26ad8d1cefd1bb8949eeee581bd8c1270cc 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_74883a5d48078fb9, []int{0, 0} + return fileDescriptor_shared_set_type_6bb2efaed389b7a6, []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_74883a5d48078fb9, []int{0} + return fileDescriptor_shared_set_type_6bb2efaed389b7a6, []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_74883a5d48078fb9) + proto.RegisterFile("google/ads/googleads/v1/enums/shared_set_type.proto", fileDescriptor_shared_set_type_6bb2efaed389b7a6) } -var fileDescriptor_shared_set_type_74883a5d48078fb9 = []byte{ +var fileDescriptor_shared_set_type_6bb2efaed389b7a6 = []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/sitelink_placeholder_field.pb.go b/googleapis/ads/googleads/v1/enums/sitelink_placeholder_field.pb.go index d2a252394191f58675ae88231b0a27d85f630828..400712e7880a519b778f40b3f5705dd640e51b1d 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_1736d8300038c8e4, []int{0, 0} + return fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f, []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_1736d8300038c8e4, []int{0} + return fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f, []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_1736d8300038c8e4) + proto.RegisterFile("google/ads/googleads/v1/enums/sitelink_placeholder_field.proto", fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f) } -var fileDescriptor_sitelink_placeholder_field_1736d8300038c8e4 = []byte{ +var fileDescriptor_sitelink_placeholder_field_f4c9f90eceb5bd6f = []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 f9c3d588b6593693428af2ca2693b30331ab85d8..b91f91ae7f1951b82f9e437bccc0194ad3ccc03d 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_ac82df17147d51b6, []int{0, 0} + return fileDescriptor_slot_dc72470503010f22, []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_ac82df17147d51b6, []int{0} + return fileDescriptor_slot_dc72470503010f22, []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_ac82df17147d51b6) + proto.RegisterFile("google/ads/googleads/v1/enums/slot.proto", fileDescriptor_slot_dc72470503010f22) } -var fileDescriptor_slot_ac82df17147d51b6 = []byte{ +var fileDescriptor_slot_dc72470503010f22 = []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 a33053920a2901b66024a6282c4154b9f7b42877..b469da2157a5dd792b3ad122665ae0bad3df5490 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_03732425420bcf52, []int{0, 0} + return fileDescriptor_spending_limit_type_135c0cbb6a5878cd, []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_03732425420bcf52, []int{0} + return fileDescriptor_spending_limit_type_135c0cbb6a5878cd, []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_03732425420bcf52) + proto.RegisterFile("google/ads/googleads/v1/enums/spending_limit_type.proto", fileDescriptor_spending_limit_type_135c0cbb6a5878cd) } -var fileDescriptor_spending_limit_type_03732425420bcf52 = []byte{ +var fileDescriptor_spending_limit_type_135c0cbb6a5878cd = []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 cfcb713c4217f1a62ca8506611b5bbb65bc239d5..d53461617d6f0b768d19f57b50bd13ced1d455c3 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_c7d17b8aac29caa0, []int{0, 0} + return fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465, []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_c7d17b8aac29caa0, []int{0} + return fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465, []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_c7d17b8aac29caa0) + proto.RegisterFile("google/ads/googleads/v1/enums/structured_snippet_placeholder_field.proto", fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465) } -var fileDescriptor_structured_snippet_placeholder_field_c7d17b8aac29caa0 = []byte{ +var fileDescriptor_structured_snippet_placeholder_field_cd5d32f750246465 = []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 06dc17ee8b7a0cd9447f81a452ae9217e6c0b033..f7d6137aa2c28ef235a536f8ad5f0e95fd010fcb 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_0dbea9251628a6f1, []int{0, 0} + return fileDescriptor_system_managed_entity_source_69e9c706f64200ef, []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_0dbea9251628a6f1, []int{0} + return fileDescriptor_system_managed_entity_source_69e9c706f64200ef, []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_0dbea9251628a6f1) + proto.RegisterFile("google/ads/googleads/v1/enums/system_managed_entity_source.proto", fileDescriptor_system_managed_entity_source_69e9c706f64200ef) } -var fileDescriptor_system_managed_entity_source_0dbea9251628a6f1 = []byte{ +var fileDescriptor_system_managed_entity_source_69e9c706f64200ef = []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 2b9103d3e6d86153a90db77036c23ad0df9c222a..a00ff106127639bd6917ac56da2dce3ccf24c843 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_bfab849445a35cbf, []int{0, 0} + return fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648, []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_bfab849445a35cbf, []int{0} + return fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648, []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_bfab849445a35cbf) + proto.RegisterFile("google/ads/googleads/v1/enums/target_cpa_opt_in_recommendation_goal.proto", fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648) } -var fileDescriptor_target_cpa_opt_in_recommendation_goal_bfab849445a35cbf = []byte{ +var fileDescriptor_target_cpa_opt_in_recommendation_goal_f3c48de983f87648 = []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 4ea0f9d9ded9dfd9791261f16fa53ba54a6cf969..0db1ad6953cded09d18bb25765f7f0de173e6e13 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_afde56e98d556c34, []int{0, 0} + return fileDescriptor_target_impression_share_location_cbaea50b4413644e, []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_afde56e98d556c34, []int{0} + return fileDescriptor_target_impression_share_location_cbaea50b4413644e, []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_afde56e98d556c34) + proto.RegisterFile("google/ads/googleads/v1/enums/target_impression_share_location.proto", fileDescriptor_target_impression_share_location_cbaea50b4413644e) } -var fileDescriptor_target_impression_share_location_afde56e98d556c34 = []byte{ +var fileDescriptor_target_impression_share_location_cbaea50b4413644e = []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 c6dc48f089b623f2e34b8f18512b409e967e2166..a98c4780727b96bfded0c6e4636c6b828ce79b93 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_f2857fd086934b30, []int{0, 0} + return fileDescriptor_targeting_dimension_c92f3ab89cab34f3, []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_f2857fd086934b30, []int{0} + return fileDescriptor_targeting_dimension_c92f3ab89cab34f3, []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_f2857fd086934b30) + proto.RegisterFile("google/ads/googleads/v1/enums/targeting_dimension.proto", fileDescriptor_targeting_dimension_c92f3ab89cab34f3) } -var fileDescriptor_targeting_dimension_f2857fd086934b30 = []byte{ +var fileDescriptor_targeting_dimension_c92f3ab89cab34f3 = []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 f310d2783c30c3c42763347e413045ff73bec7bd..2f208d11ed8952122095a81aac8578b6d61205ef 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_b6e6d38d621e52f2, []int{0, 0} + return fileDescriptor_time_type_9e371b2fd858bb2c, []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_b6e6d38d621e52f2, []int{0} + return fileDescriptor_time_type_9e371b2fd858bb2c, []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_b6e6d38d621e52f2) + proto.RegisterFile("google/ads/googleads/v1/enums/time_type.proto", fileDescriptor_time_type_9e371b2fd858bb2c) } -var fileDescriptor_time_type_b6e6d38d621e52f2 = []byte{ +var fileDescriptor_time_type_9e371b2fd858bb2c = []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 84bdfe782c1177275ee6056f6dcf78096e9fb4d1..12b372b52fcf3b4987f40b0f2880126c07ce8371 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_19eba5665fd4dd02, []int{0, 0} + return fileDescriptor_tracking_code_page_format_964e87d685b6ede5, []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_19eba5665fd4dd02, []int{0} + return fileDescriptor_tracking_code_page_format_964e87d685b6ede5, []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_19eba5665fd4dd02) + proto.RegisterFile("google/ads/googleads/v1/enums/tracking_code_page_format.proto", fileDescriptor_tracking_code_page_format_964e87d685b6ede5) } -var fileDescriptor_tracking_code_page_format_19eba5665fd4dd02 = []byte{ +var fileDescriptor_tracking_code_page_format_964e87d685b6ede5 = []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 1d03700d77edf014659749f07b50b84685672354..5e8ef42aaebbee35264e77b2a84da7837842d686 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_312342374cb9ebd2, []int{0, 0} + return fileDescriptor_tracking_code_type_4912ee9d4fd5712b, []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_312342374cb9ebd2, []int{0} + return fileDescriptor_tracking_code_type_4912ee9d4fd5712b, []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_312342374cb9ebd2) + proto.RegisterFile("google/ads/googleads/v1/enums/tracking_code_type.proto", fileDescriptor_tracking_code_type_4912ee9d4fd5712b) } -var fileDescriptor_tracking_code_type_312342374cb9ebd2 = []byte{ +var fileDescriptor_tracking_code_type_4912ee9d4fd5712b = []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 217df02dec00ef2b3fb27b1b36da6d63dca610c8..05c3b8e50e122967a45b48e1a0280c2586d44e6a 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_c6095c6f997f2a4f, []int{0, 0} + return fileDescriptor_travel_placeholder_field_07739c1b62e09aa6, []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_c6095c6f997f2a4f, []int{0} + return fileDescriptor_travel_placeholder_field_07739c1b62e09aa6, []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_c6095c6f997f2a4f) + proto.RegisterFile("google/ads/googleads/v1/enums/travel_placeholder_field.proto", fileDescriptor_travel_placeholder_field_07739c1b62e09aa6) } -var fileDescriptor_travel_placeholder_field_c6095c6f997f2a4f = []byte{ +var fileDescriptor_travel_placeholder_field_07739c1b62e09aa6 = []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 d4804555179adac98eaff786aab144677283f96c..26de2dd5c2b059a7c0efa7fe9aaeea4fb749b10b 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_b1bac0d8c427ee94, []int{0, 0} + return fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501, []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_b1bac0d8c427ee94, []int{0} + return fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501, []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_b1bac0d8c427ee94) + proto.RegisterFile("google/ads/googleads/v1/enums/user_interest_taxonomy_type.proto", fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501) } -var fileDescriptor_user_interest_taxonomy_type_b1bac0d8c427ee94 = []byte{ +var fileDescriptor_user_interest_taxonomy_type_8f66371abaf71501 = []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 1bcb5532570e4c1f32569d6bc3c6623338b29342..aef5e31cfcecab9d0b0eb0e9c9b492da2978b4cb 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_3a3ec9495ee1eb7b, []int{0, 0} + return fileDescriptor_user_list_access_status_e78e905366d04b72, []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_3a3ec9495ee1eb7b, []int{0} + return fileDescriptor_user_list_access_status_e78e905366d04b72, []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_3a3ec9495ee1eb7b) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_access_status.proto", fileDescriptor_user_list_access_status_e78e905366d04b72) } -var fileDescriptor_user_list_access_status_3a3ec9495ee1eb7b = []byte{ +var fileDescriptor_user_list_access_status_e78e905366d04b72 = []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 3e73b0e3af35b391dff125384eac99dce5f51a60..03de91134615d6ec31b21daab57cc95d1c79dd04 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_e104deb542398d47, []int{0, 0} + return fileDescriptor_user_list_closing_reason_06312d64bf678cf6, []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_e104deb542398d47, []int{0} + return fileDescriptor_user_list_closing_reason_06312d64bf678cf6, []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_e104deb542398d47) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_closing_reason.proto", fileDescriptor_user_list_closing_reason_06312d64bf678cf6) } -var fileDescriptor_user_list_closing_reason_e104deb542398d47 = []byte{ +var fileDescriptor_user_list_closing_reason_06312d64bf678cf6 = []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 9261bf79fdfb33d59426ef49263ce3cb3d015179..42599f359f272371217b76d9174260f2e611e749 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_1910d18dd4e32cd5, []int{0, 0} + return fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e, []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_1910d18dd4e32cd5, []int{0} + return fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e, []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_1910d18dd4e32cd5) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_combined_rule_operator.proto", fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e) } -var fileDescriptor_user_list_combined_rule_operator_1910d18dd4e32cd5 = []byte{ +var fileDescriptor_user_list_combined_rule_operator_92f3c46298108c4e = []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 51b35e2705535c9402a86d717c3a2938c5028780..4c9fd3a50c9642ee6f519facfbc5c1a1da673327 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_a92d2c4e196d5406, []int{0, 0} + return fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2, []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_a92d2c4e196d5406, []int{0} + return fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2, []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_a92d2c4e196d5406) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_crm_data_source_type.proto", fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2) } -var fileDescriptor_user_list_crm_data_source_type_a92d2c4e196d5406 = []byte{ +var fileDescriptor_user_list_crm_data_source_type_47ddb41366f97bc2 = []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 2c8c5ba84234e29f53e756c9596a811fae981a36..d7235284ab4c893301593bf9d006d8c89bba5b02 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_52b1325a9c30daf5, []int{0, 0} + return fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9, []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_52b1325a9c30daf5, []int{0} + return fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9, []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_52b1325a9c30daf5) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_date_rule_item_operator.proto", fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9) } -var fileDescriptor_user_list_date_rule_item_operator_52b1325a9c30daf5 = []byte{ +var fileDescriptor_user_list_date_rule_item_operator_4c5a62a3adeb1fd9 = []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 ac8a9d170ae44b895776ab68f118c3627c9dcb29..fe2b1d31c40c6ab5770d373a11e97ac1cf1031f3 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_e05d8545d5195be3, []int{0, 0} + return fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806, []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_e05d8545d5195be3, []int{0} + return fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806, []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_e05d8545d5195be3) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_logical_rule_operator.proto", fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806) } -var fileDescriptor_user_list_logical_rule_operator_e05d8545d5195be3 = []byte{ +var fileDescriptor_user_list_logical_rule_operator_c2562baeac7b2806 = []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 93fc4e07c1c4d33e03ff8ab6720f58445ce4588b..9d879904f7296fc9b74c72682916186f44dfa5ed 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_bae1ca458214e669, []int{0, 0} + return fileDescriptor_user_list_membership_status_15ce80d7d7f2df92, []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_bae1ca458214e669, []int{0} + return fileDescriptor_user_list_membership_status_15ce80d7d7f2df92, []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_bae1ca458214e669) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_membership_status.proto", fileDescriptor_user_list_membership_status_15ce80d7d7f2df92) } -var fileDescriptor_user_list_membership_status_bae1ca458214e669 = []byte{ +var fileDescriptor_user_list_membership_status_15ce80d7d7f2df92 = []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 8801469657260bfe328b1a73d61b37715cc52797..1b1f9685a95fa0d1fa37c376d4424dffdca75a2e 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_6b3df4f1826b47a8, []int{0, 0} + return fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94, []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_6b3df4f1826b47a8, []int{0} + return fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94, []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_6b3df4f1826b47a8) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_number_rule_item_operator.proto", fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94) } -var fileDescriptor_user_list_number_rule_item_operator_6b3df4f1826b47a8 = []byte{ +var fileDescriptor_user_list_number_rule_item_operator_ef31f5a57eab8f94 = []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 5aab17840581211c3e7a004300302831865b8493..d539d496e197e9c0364bf6e16249a26b3aef4f32 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_6365633556c22efc, []int{0, 0} + return fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6, []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_6365633556c22efc, []int{0} + return fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6, []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_6365633556c22efc) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_prepopulation_status.proto", fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6) } -var fileDescriptor_user_list_prepopulation_status_6365633556c22efc = []byte{ +var fileDescriptor_user_list_prepopulation_status_e4a7774a4f8912e6 = []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 3dd9b9d461965ab24e5f2f5867e310e966cdd4eb..13ad7a07cb5bd80aae5fdd37ed876fce4c2a3692 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_cb37d263816460db, []int{0, 0} + return fileDescriptor_user_list_rule_type_835c5d2bbaa50c25, []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_cb37d263816460db, []int{0} + return fileDescriptor_user_list_rule_type_835c5d2bbaa50c25, []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_cb37d263816460db) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_rule_type.proto", fileDescriptor_user_list_rule_type_835c5d2bbaa50c25) } -var fileDescriptor_user_list_rule_type_cb37d263816460db = []byte{ +var fileDescriptor_user_list_rule_type_835c5d2bbaa50c25 = []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 9775832adb1322d28a729a2ec5e80f7ced95984d..b082695cb228b4eec5fdf1e75fe2105fb9cc22fe 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_0a4ac87e9cab723e, []int{0, 0} + return fileDescriptor_user_list_size_range_76c63cce5fe79cec, []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_0a4ac87e9cab723e, []int{0} + return fileDescriptor_user_list_size_range_76c63cce5fe79cec, []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_0a4ac87e9cab723e) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_size_range.proto", fileDescriptor_user_list_size_range_76c63cce5fe79cec) } -var fileDescriptor_user_list_size_range_0a4ac87e9cab723e = []byte{ +var fileDescriptor_user_list_size_range_76c63cce5fe79cec = []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 256d9ecdfa6e4ccd65f99ea99362377e3d9eed90..a69b49248f9d266e4ea1dd1150c8f92bb7d4b146 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_716b119c894d0088, []int{0, 0} + return fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0, []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_716b119c894d0088, []int{0} + return fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0, []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_716b119c894d0088) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_string_rule_item_operator.proto", fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0) } -var fileDescriptor_user_list_string_rule_item_operator_716b119c894d0088 = []byte{ +var fileDescriptor_user_list_string_rule_item_operator_c30641c99c944bb0 = []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 16f91535ff56f36e51cadd857a2a1dbd5228f3e5..7fbd4bb231b11ee73ca2b0923d5c02e38492088a 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_8353a4e0e2573303, []int{0, 0} + return fileDescriptor_user_list_type_d7f02328e63113a9, []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_8353a4e0e2573303, []int{0} + return fileDescriptor_user_list_type_d7f02328e63113a9, []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_8353a4e0e2573303) + proto.RegisterFile("google/ads/googleads/v1/enums/user_list_type.proto", fileDescriptor_user_list_type_d7f02328e63113a9) } -var fileDescriptor_user_list_type_8353a4e0e2573303 = []byte{ +var fileDescriptor_user_list_type_d7f02328e63113a9 = []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 1860ece239ec112a02a4d52eabaf98ef354fa252..7a89afc7cf459b3b27b09dbafbfb272457e98887 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_301fff39c69f1d66, []int{0, 0} + return fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce, []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_301fff39c69f1d66, []int{0} + return fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce, []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_301fff39c69f1d66) + proto.RegisterFile("google/ads/googleads/v1/enums/vanity_pharma_display_url_mode.proto", fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce) } -var fileDescriptor_vanity_pharma_display_url_mode_301fff39c69f1d66 = []byte{ +var fileDescriptor_vanity_pharma_display_url_mode_6453dc6d23603cce = []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 7251bff693adeaa9a3d65ede19f3624910fe7c4a..527a60cc0ec120e65113028280ffd690336a2309 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_51890ee0923eaf4f, []int{0, 0} + return fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea, []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_51890ee0923eaf4f, []int{0} + return fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea, []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_51890ee0923eaf4f) + proto.RegisterFile("google/ads/googleads/v1/enums/vanity_pharma_text.proto", fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea) } -var fileDescriptor_vanity_pharma_text_51890ee0923eaf4f = []byte{ +var fileDescriptor_vanity_pharma_text_6dbe2808c52e77ea = []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 e356cfd5b7a9c51930861c3847f82b2d8d467715..2940cd547b1501415d34b35bf81a9b056b72bba7 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_8ff719365c7e2862, []int{0, 0} + return fileDescriptor_webpage_condition_operand_7081faf15826c1d3, []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_8ff719365c7e2862, []int{0} + return fileDescriptor_webpage_condition_operand_7081faf15826c1d3, []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_8ff719365c7e2862) + proto.RegisterFile("google/ads/googleads/v1/enums/webpage_condition_operand.proto", fileDescriptor_webpage_condition_operand_7081faf15826c1d3) } -var fileDescriptor_webpage_condition_operand_8ff719365c7e2862 = []byte{ +var fileDescriptor_webpage_condition_operand_7081faf15826c1d3 = []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 d83b8d7d6b8031a103ba83be551afade59f71949..77fc579eeec33bdacfeb19b293d9fc6b2dc8fc2a 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_00fd449469887334, []int{0, 0} + return fileDescriptor_webpage_condition_operator_d946f43edd76e19c, []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_00fd449469887334, []int{0} + return fileDescriptor_webpage_condition_operator_d946f43edd76e19c, []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_00fd449469887334) + proto.RegisterFile("google/ads/googleads/v1/enums/webpage_condition_operator.proto", fileDescriptor_webpage_condition_operator_d946f43edd76e19c) } -var fileDescriptor_webpage_condition_operator_00fd449469887334 = []byte{ +var fileDescriptor_webpage_condition_operator_d946f43edd76e19c = []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 13536e48255b62faa4c60113539e3f27b12658c3..81fe4e9367f3405f1c1dee970f6c4706103608e2 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_dcb25eb1154be10e, []int{0, 0} + return fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08, []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_dcb25eb1154be10e, []int{0} + return fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08, []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_dcb25eb1154be10e) + proto.RegisterFile("google/ads/googleads/v1/errors/account_budget_proposal_error.proto", fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08) } -var fileDescriptor_account_budget_proposal_error_dcb25eb1154be10e = []byte{ +var fileDescriptor_account_budget_proposal_error_6f20f05b584e6c08 = []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 f1f26ac93bd30217d139305f9a6eb1ba2b554c37..4f1f3fefa88d9196e1758615efe420e54b85698b 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_7c8a1b9adfdcf62a, []int{0, 0} + return fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e, []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_7c8a1b9adfdcf62a, []int{0} + return fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e, []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_7c8a1b9adfdcf62a) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_customizer_error.proto", fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e) } -var fileDescriptor_ad_customizer_error_7c8a1b9adfdcf62a = []byte{ +var fileDescriptor_ad_customizer_error_b0ec85e9dad2cc1e = []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 f52665601d3761af6bcf6c9abc2dc84fb5ddf373..fef940a05f63086a37e9e68dfbd73c64ae877a2b 100644 --- a/googleapis/ads/googleads/v1/errors/ad_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/ad_error.pb.go @@ -568,7 +568,7 @@ func (x AdErrorEnum_AdError) String() string { return proto.EnumName(AdErrorEnum_AdError_name, int32(x)) } func (AdErrorEnum_AdError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad_error_92a9091bad4c2af5, []int{0, 0} + return fileDescriptor_ad_error_ea4485f972e7811e, []int{0, 0} } // Container for enum describing possible ad errors. @@ -582,7 +582,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_92a9091bad4c2af5, []int{0} + return fileDescriptor_ad_error_ea4485f972e7811e, []int{0} } func (m *AdErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdErrorEnum.Unmarshal(m, b) @@ -608,10 +608,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/ad_error.proto", fileDescriptor_ad_error_92a9091bad4c2af5) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_error.proto", fileDescriptor_ad_error_ea4485f972e7811e) } -var fileDescriptor_ad_error_92a9091bad4c2af5 = []byte{ +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, 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 d23032f3b6b4a20017615eb21321eefd153995db..80b19b50fc365b98e1ed5b7fc3046d418a914016 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_e855cf16a421a431, []int{0, 0} + return fileDescriptor_ad_group_ad_error_16c82a814870a74e, []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_e855cf16a421a431, []int{0} + return fileDescriptor_ad_group_ad_error_16c82a814870a74e, []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_e855cf16a421a431) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_ad_error.proto", fileDescriptor_ad_group_ad_error_16c82a814870a74e) } -var fileDescriptor_ad_group_ad_error_e855cf16a421a431 = []byte{ +var fileDescriptor_ad_group_ad_error_16c82a814870a74e = []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 d760b0f6b43f71ea29270ef42bad4b88076a9359..7f699566c80721ae52fdb8d0e84d4f99061a5c39 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_682c5b62aa4aa319, []int{0, 0} + return fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84, []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_682c5b62aa4aa319, []int{0} + return fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84, []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_682c5b62aa4aa319) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_bid_modifier_error.proto", fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84) } -var fileDescriptor_ad_group_bid_modifier_error_682c5b62aa4aa319 = []byte{ +var fileDescriptor_ad_group_bid_modifier_error_c7cd17cf84154d84 = []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 9e72b3c76bab51807f150fd68a5654a929b59860..2a4a2f10183f81eea39742d6f328eb8b04624038 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_697f31de276b0971, []int{0, 0} + return fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4, []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_697f31de276b0971, []int{0} + return fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4, []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_697f31de276b0971) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_criterion_error.proto", fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4) } -var fileDescriptor_ad_group_criterion_error_697f31de276b0971 = []byte{ +var fileDescriptor_ad_group_criterion_error_55f2e6281c5d5ae4 = []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 2cbd5d6a3981663337aff254ac237c26dc79fa0d..e78391d8e8b72e21a1785ae594a0222184a2e975 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_9180ac9678fa3390, []int{0, 0} + return fileDescriptor_ad_group_error_95437379f7e3ea71, []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_9180ac9678fa3390, []int{0} + return fileDescriptor_ad_group_error_95437379f7e3ea71, []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_9180ac9678fa3390) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_error.proto", fileDescriptor_ad_group_error_95437379f7e3ea71) } -var fileDescriptor_ad_group_error_9180ac9678fa3390 = []byte{ +var fileDescriptor_ad_group_error_95437379f7e3ea71 = []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 4aaeb3a883fd545b4c05c7c12185803aeb0d8af5..d245245e9461e34e4ad5a5d5cf08f6b8cb80f75c 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_e3378590655c5f0c, []int{0, 0} + return fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493, []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_e3378590655c5f0c, []int{0} + return fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493, []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_e3378590655c5f0c) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_group_feed_error.proto", fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493) } -var fileDescriptor_ad_group_feed_error_e3378590655c5f0c = []byte{ +var fileDescriptor_ad_group_feed_error_3bbc71aa1ff87493 = []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 59d3d862f741692653f8deebe6c08980b248ee3e..7cc889d73867fe6b8707db4e541f4ac62953f18a 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_18b2afde31a732d4, []int{0, 0} + return fileDescriptor_ad_parameter_error_6eac8bbc2249092c, []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_18b2afde31a732d4, []int{0} + return fileDescriptor_ad_parameter_error_6eac8bbc2249092c, []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_18b2afde31a732d4) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_parameter_error.proto", fileDescriptor_ad_parameter_error_6eac8bbc2249092c) } -var fileDescriptor_ad_parameter_error_18b2afde31a732d4 = []byte{ +var fileDescriptor_ad_parameter_error_6eac8bbc2249092c = []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 0eaa3ed35619a2c5f2432f35301bdfdec5e17dd8..52b172fe7694a733aaad13c9df51c37e3d43e295 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_a249342c957e2f02, []int{0, 0} + return fileDescriptor_ad_sharing_error_1f9fca48e498f894, []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_a249342c957e2f02, []int{0} + return fileDescriptor_ad_sharing_error_1f9fca48e498f894, []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_a249342c957e2f02) + proto.RegisterFile("google/ads/googleads/v1/errors/ad_sharing_error.proto", fileDescriptor_ad_sharing_error_1f9fca48e498f894) } -var fileDescriptor_ad_sharing_error_a249342c957e2f02 = []byte{ +var fileDescriptor_ad_sharing_error_1f9fca48e498f894 = []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 0c600513d4e830575bca8186ec319432b298ec1a..eb8ee2c89cd3fe2d5b15a264eb6c1907c99ae395 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_48a725841b9c4245, []int{0, 0} + return fileDescriptor_adx_error_65d2022b50578328, []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_48a725841b9c4245, []int{0} + return fileDescriptor_adx_error_65d2022b50578328, []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_48a725841b9c4245) + proto.RegisterFile("google/ads/googleads/v1/errors/adx_error.proto", fileDescriptor_adx_error_65d2022b50578328) } -var fileDescriptor_adx_error_48a725841b9c4245 = []byte{ +var fileDescriptor_adx_error_65d2022b50578328 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..d5aacefafb2eb0711a15a5da2d6fe4e98c82df01 --- /dev/null +++ b/googleapis/ads/googleads/v1/errors/asset_error.pb.go @@ -0,0 +1,130 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/errors/asset_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 asset errors. +type AssetErrorEnum_AssetError int32 + +const ( + // Enum unspecified. + AssetErrorEnum_UNSPECIFIED AssetErrorEnum_AssetError = 0 + // The received error code is not known in this version. + AssetErrorEnum_UNKNOWN AssetErrorEnum_AssetError = 1 + // The customer is not whitelisted for this asset type. + AssetErrorEnum_CUSTOMER_NOT_WHITELISTED_FOR_ASSET_TYPE AssetErrorEnum_AssetError = 2 + // Assets are duplicated across operations. + AssetErrorEnum_DUPLICATE_ASSET AssetErrorEnum_AssetError = 3 + // The asset name is duplicated, either across operations or with an + // existing asset. + AssetErrorEnum_DUPLICATE_ASSET_NAME AssetErrorEnum_AssetError = 4 + // The Asset.asset_data oneof is empty. + AssetErrorEnum_ASSET_DATA_IS_MISSING AssetErrorEnum_AssetError = 5 +) + +var AssetErrorEnum_AssetError_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "CUSTOMER_NOT_WHITELISTED_FOR_ASSET_TYPE", + 3: "DUPLICATE_ASSET", + 4: "DUPLICATE_ASSET_NAME", + 5: "ASSET_DATA_IS_MISSING", +} +var AssetErrorEnum_AssetError_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "CUSTOMER_NOT_WHITELISTED_FOR_ASSET_TYPE": 2, + "DUPLICATE_ASSET": 3, + "DUPLICATE_ASSET_NAME": 4, + "ASSET_DATA_IS_MISSING": 5, +} + +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} +} + +// Container for enum describing possible asset errors. +type AssetErrorEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AssetErrorEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AssetErrorEnum.Unmarshal(m, b) +} +func (m *AssetErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AssetErrorEnum.Marshal(b, m, deterministic) +} +func (dst *AssetErrorEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_AssetErrorEnum.Merge(dst, src) +} +func (m *AssetErrorEnum) XXX_Size() int { + return xxx_messageInfo_AssetErrorEnum.Size(m) +} +func (m *AssetErrorEnum) XXX_DiscardUnknown() { + xxx_messageInfo_AssetErrorEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_AssetErrorEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*AssetErrorEnum)(nil), "google.ads.googleads.v1.errors.AssetErrorEnum") + proto.RegisterEnum("google.ads.googleads.v1.errors.AssetErrorEnum_AssetError", AssetErrorEnum_AssetError_name, AssetErrorEnum_AssetError_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/errors/asset_error.proto", fileDescriptor_asset_error_caa6e7fc75536520) +} + +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, +} diff --git a/googleapis/ads/googleads/v1/errors/authentication_error.pb.go b/googleapis/ads/googleads/v1/errors/authentication_error.pb.go index 832d51af15ceeeb7f6a99635e9d3a803bc5fa55a..39308b908cee11d19b36b92afc8a3ffeb65f424b 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_91bf0148374362f4, []int{0, 0} + return fileDescriptor_authentication_error_2e3c2a7ef97ffe05, []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_91bf0148374362f4, []int{0} + return fileDescriptor_authentication_error_2e3c2a7ef97ffe05, []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_91bf0148374362f4) + proto.RegisterFile("google/ads/googleads/v1/errors/authentication_error.proto", fileDescriptor_authentication_error_2e3c2a7ef97ffe05) } -var fileDescriptor_authentication_error_91bf0148374362f4 = []byte{ +var fileDescriptor_authentication_error_2e3c2a7ef97ffe05 = []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 7ee6a6c39f6a2f465802be823debece0882321ad..768a930ece824f2a46ed3e3616380b99bba8bcca 100644 --- a/googleapis/ads/googleads/v1/errors/authorization_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/authorization_error.pb.go @@ -48,6 +48,9 @@ const ( // The developer must sign the terms of service. They can be found here: // ads.google.com/aw/apicenter AuthorizationErrorEnum_MISSING_TOS AuthorizationErrorEnum_AuthorizationError = 9 + // The developer token is not approved. Non-approved developer tokens can + // only be used with test accounts. + AuthorizationErrorEnum_DEVELOPER_TOKEN_NOT_APPROVED AuthorizationErrorEnum_AuthorizationError = 10 ) var AuthorizationErrorEnum_AuthorizationError_name = map[int32]string{ @@ -62,6 +65,7 @@ var AuthorizationErrorEnum_AuthorizationError_name = map[int32]string{ 8: "INCOMPLETE_SIGNUP", 24: "CUSTOMER_NOT_ENABLED", 9: "MISSING_TOS", + 10: "DEVELOPER_TOKEN_NOT_APPROVED", } var AuthorizationErrorEnum_AuthorizationError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -75,13 +79,14 @@ var AuthorizationErrorEnum_AuthorizationError_value = map[string]int32{ "INCOMPLETE_SIGNUP": 8, "CUSTOMER_NOT_ENABLED": 24, "MISSING_TOS": 9, + "DEVELOPER_TOKEN_NOT_APPROVED": 10, } func (x AuthorizationErrorEnum_AuthorizationError) String() string { return proto.EnumName(AuthorizationErrorEnum_AuthorizationError_name, int32(x)) } func (AuthorizationErrorEnum_AuthorizationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_authorization_error_564df7b235bd6f5e, []int{0, 0} + return fileDescriptor_authorization_error_b90c41b1b65e63c0, []int{0, 0} } // Container for enum describing possible authorization errors. @@ -95,7 +100,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_564df7b235bd6f5e, []int{0} + return fileDescriptor_authorization_error_b90c41b1b65e63c0, []int{0} } func (m *AuthorizationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AuthorizationErrorEnum.Unmarshal(m, b) @@ -121,38 +126,38 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/authorization_error.proto", fileDescriptor_authorization_error_564df7b235bd6f5e) + proto.RegisterFile("google/ads/googleads/v1/errors/authorization_error.proto", fileDescriptor_authorization_error_b90c41b1b65e63c0) } -var fileDescriptor_authorization_error_564df7b235bd6f5e = []byte{ - // 449 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4f, 0x6f, 0xd3, 0x30, - 0x18, 0xc6, 0x69, 0x06, 0x1b, 0x78, 0x07, 0x82, 0x19, 0xdb, 0x54, 0xa1, 0x22, 0x95, 0x7b, 0xa2, - 0x88, 0x0b, 0x0a, 0x27, 0x37, 0x79, 0x69, 0xcd, 0x5a, 0x3b, 0x72, 0x9c, 0x4e, 0x9a, 0x2a, 0x45, - 0x81, 0x54, 0xa1, 0xd2, 0x16, 0x57, 0x71, 0xb7, 0x03, 0x1f, 0x86, 0x03, 0x47, 0xbe, 0x01, 0x5f, - 0x81, 0x8f, 0xc2, 0x91, 0x4f, 0x80, 0x6c, 0xd3, 0x0a, 0x51, 0xc1, 0xc9, 0xaf, 0x5e, 0xff, 0x9e, - 0xe7, 0xf1, 0x9f, 0x17, 0xbd, 0x6e, 0x94, 0x6a, 0xae, 0x97, 0x61, 0x55, 0xeb, 0xd0, 0x95, 0xa6, - 0xba, 0x8b, 0xc2, 0x65, 0xd7, 0xa9, 0x4e, 0x87, 0xd5, 0xed, 0xe6, 0xa3, 0xea, 0x56, 0x9f, 0xaa, - 0xcd, 0x4a, 0xb5, 0xa5, 0x6d, 0x06, 0xeb, 0x4e, 0x6d, 0x14, 0x1e, 0x38, 0x3c, 0xa8, 0x6a, 0x1d, - 0xec, 0x94, 0xc1, 0x5d, 0x14, 0x38, 0x65, 0xff, 0xf9, 0xd6, 0x79, 0xbd, 0x0a, 0xab, 0xb6, 0x55, - 0x1b, 0x6b, 0xa1, 0x9d, 0x7a, 0xf8, 0xcd, 0x43, 0xa7, 0xe4, 0x4f, 0x6f, 0x30, 0x2a, 0x68, 0x6f, - 0x6f, 0x86, 0x9f, 0x3d, 0x84, 0xf7, 0xb7, 0xf0, 0x63, 0x74, 0x5c, 0xb0, 0x3c, 0x83, 0x84, 0xbe, - 0xa5, 0x90, 0xfa, 0xf7, 0xf0, 0x31, 0x3a, 0x2a, 0xd8, 0x05, 0xe3, 0x97, 0xcc, 0xef, 0xe1, 0x3e, - 0x3a, 0x2d, 0x72, 0x10, 0x65, 0x06, 0x62, 0x46, 0xf3, 0x9c, 0x72, 0x56, 0xa6, 0xc0, 0x0c, 0xe8, - 0xe1, 0x97, 0xe8, 0x45, 0x0a, 0x73, 0x98, 0xf2, 0x0c, 0x44, 0x29, 0xf9, 0x05, 0xb0, 0x92, 0x71, - 0x59, 0x5e, 0x4e, 0xa8, 0x84, 0x29, 0xcd, 0x25, 0xa4, 0xfe, 0x01, 0x1e, 0xa0, 0xfe, 0xdf, 0x50, - 0x26, 0xf8, 0x84, 0x8e, 0xa8, 0xd9, 0xbf, 0x8f, 0x4f, 0x90, 0x9f, 0x09, 0xfe, 0x0e, 0x12, 0x59, - 0xa6, 0x34, 0x27, 0xa3, 0x29, 0xa4, 0xfe, 0x03, 0x7c, 0x86, 0x9e, 0x92, 0x42, 0x4e, 0xb8, 0xa0, - 0x57, 0x44, 0x9a, 0x50, 0x10, 0x82, 0x0b, 0xff, 0x10, 0x9f, 0xa3, 0x13, 0x92, 0xd8, 0x8e, 0x89, - 0xb2, 0xa7, 0x92, 0xc6, 0xe8, 0x08, 0x3f, 0x43, 0x4f, 0x28, 0x4b, 0xf8, 0x2c, 0x9b, 0x82, 0x84, - 0x32, 0xa7, 0x63, 0x56, 0x64, 0xfe, 0x43, 0x23, 0x48, 0x8a, 0x5c, 0xf2, 0x19, 0x08, 0x2b, 0x01, - 0xe6, 0x32, 0xce, 0xcd, 0xc5, 0xed, 0x95, 0xd8, 0xb8, 0x94, 0x3c, 0xf7, 0x1f, 0x8d, 0x7e, 0xf6, - 0xd0, 0xf0, 0x83, 0xba, 0x09, 0xfe, 0xff, 0x01, 0xa3, 0xb3, 0xfd, 0x47, 0xcc, 0xcc, 0xdb, 0x67, - 0xbd, 0xab, 0xf4, 0xb7, 0xb4, 0x51, 0xd7, 0x55, 0xdb, 0x04, 0xaa, 0x6b, 0xc2, 0x66, 0xd9, 0xda, - 0x9f, 0xd9, 0x4e, 0xc1, 0x7a, 0xa5, 0xff, 0x35, 0x14, 0x6f, 0xdc, 0xf2, 0xc5, 0x3b, 0x18, 0x13, - 0xf2, 0xd5, 0x1b, 0x8c, 0x9d, 0x19, 0xa9, 0x75, 0xe0, 0x4a, 0x53, 0xcd, 0xa3, 0xc0, 0x46, 0xea, - 0xef, 0x5b, 0x60, 0x41, 0x6a, 0xbd, 0xd8, 0x01, 0x8b, 0x79, 0xb4, 0x70, 0xc0, 0x0f, 0x6f, 0xe8, - 0xba, 0x71, 0x4c, 0x6a, 0x1d, 0xc7, 0x3b, 0x24, 0x8e, 0xe7, 0x51, 0x1c, 0x3b, 0xe8, 0xfd, 0xa1, - 0x3d, 0xdd, 0xab, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x41, 0x24, 0xf0, 0x86, 0xb1, 0x02, 0x00, - 0x00, +var fileDescriptor_authorization_error_b90c41b1b65e63c0 = []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, + 0x88, 0x0b, 0x0a, 0x27, 0x37, 0xf9, 0x68, 0xcd, 0x5a, 0xdb, 0x72, 0x9c, 0x4c, 0x9a, 0x2a, 0x45, + 0x81, 0x54, 0xa1, 0xd2, 0x16, 0x57, 0x49, 0xb7, 0x03, 0x8f, 0xc3, 0x91, 0xa7, 0xe0, 0xcc, 0x2b, + 0xf0, 0x06, 0x1c, 0x79, 0x02, 0xe4, 0x98, 0x56, 0x88, 0xc2, 0x4e, 0xf9, 0xf4, 0xf9, 0xf7, 0xff, + 0xff, 0xfd, 0xe5, 0x33, 0x7a, 0x5d, 0x69, 0x5d, 0x5d, 0x2d, 0xfc, 0xa2, 0x6c, 0x7d, 0x5b, 0x9a, + 0xea, 0x36, 0xf0, 0x17, 0x4d, 0xa3, 0x9b, 0xd6, 0x2f, 0x6e, 0xd6, 0x1f, 0x75, 0xb3, 0xfc, 0x54, + 0xac, 0x97, 0xba, 0xce, 0xbb, 0xa6, 0xb7, 0x6a, 0xf4, 0x5a, 0xe3, 0x81, 0xc5, 0xbd, 0xa2, 0x6c, + 0xbd, 0xad, 0xd2, 0xbb, 0x0d, 0x3c, 0xab, 0xec, 0x9f, 0x6d, 0x9c, 0x57, 0x4b, 0xbf, 0xa8, 0x6b, + 0xbd, 0xee, 0x2c, 0x5a, 0xab, 0x1e, 0x7e, 0x77, 0xd0, 0x31, 0xf9, 0xd3, 0x1b, 0x8c, 0x0a, 0xea, + 0x9b, 0xeb, 0xe1, 0x57, 0x07, 0xe1, 0xdd, 0x23, 0xfc, 0x18, 0x1d, 0xa6, 0x2c, 0x11, 0x10, 0xd1, + 0xb7, 0x14, 0x62, 0xf7, 0x1e, 0x3e, 0x44, 0x07, 0x29, 0x3b, 0x67, 0xfc, 0x82, 0xb9, 0x3d, 0xdc, + 0x47, 0xc7, 0x69, 0x02, 0x32, 0x17, 0x20, 0x67, 0x34, 0x49, 0x28, 0x67, 0x79, 0x0c, 0xcc, 0x80, + 0x0e, 0x7e, 0x89, 0x9e, 0xc7, 0x90, 0xc1, 0x94, 0x0b, 0x90, 0xb9, 0xe2, 0xe7, 0xc0, 0x72, 0xc6, + 0x55, 0x7e, 0x31, 0xa1, 0x0a, 0xa6, 0x34, 0x51, 0x10, 0xbb, 0x7b, 0x78, 0x80, 0xfa, 0x7f, 0x43, + 0x42, 0xf2, 0x09, 0x1d, 0x51, 0x73, 0x7e, 0x1f, 0x1f, 0x21, 0x57, 0x48, 0xfe, 0x0e, 0x22, 0x95, + 0xc7, 0x34, 0x21, 0xa3, 0x29, 0xc4, 0xee, 0x03, 0x7c, 0x82, 0x9e, 0x92, 0x54, 0x4d, 0xb8, 0xa4, + 0x97, 0x44, 0x99, 0x50, 0x90, 0x92, 0x4b, 0x77, 0x1f, 0x9f, 0xa2, 0x23, 0x12, 0x75, 0x1d, 0x13, + 0xd5, 0xdd, 0x4a, 0x19, 0xa3, 0x03, 0xfc, 0x0c, 0x3d, 0xa1, 0x2c, 0xe2, 0x33, 0x31, 0x05, 0x05, + 0x79, 0x42, 0xc7, 0x2c, 0x15, 0xee, 0x43, 0x23, 0x88, 0xd2, 0x44, 0xf1, 0x19, 0xc8, 0x4e, 0x02, + 0xcc, 0x66, 0x9c, 0x9a, 0xc1, 0xbb, 0x91, 0xd8, 0x38, 0x57, 0x3c, 0x71, 0x1f, 0xe1, 0x17, 0xe8, + 0xec, 0x5f, 0xf3, 0x10, 0x21, 0x24, 0xcf, 0x20, 0x76, 0xd1, 0xe8, 0x67, 0x0f, 0x0d, 0x3f, 0xe8, + 0x6b, 0xef, 0xee, 0x15, 0x8d, 0x4e, 0x76, 0x7f, 0xb3, 0x30, 0xdb, 0x11, 0xbd, 0xcb, 0xf8, 0xb7, + 0xb4, 0xd2, 0x57, 0x45, 0x5d, 0x79, 0xba, 0xa9, 0xfc, 0x6a, 0x51, 0x77, 0xbb, 0xdb, 0xbc, 0x93, + 0xd5, 0xb2, 0xfd, 0xdf, 0xb3, 0x79, 0x63, 0x3f, 0x9f, 0x9d, 0xbd, 0x31, 0x21, 0x5f, 0x9c, 0xc1, + 0xd8, 0x9a, 0x91, 0xb2, 0xf5, 0x6c, 0x69, 0xaa, 0x2c, 0xf0, 0xba, 0xc8, 0xf6, 0xdb, 0x06, 0x98, + 0x93, 0xb2, 0x9d, 0x6f, 0x81, 0x79, 0x16, 0xcc, 0x2d, 0xf0, 0xc3, 0x19, 0xda, 0x6e, 0x18, 0x92, + 0xb2, 0x0d, 0xc3, 0x2d, 0x12, 0x86, 0x59, 0x10, 0x86, 0x16, 0x7a, 0xbf, 0xdf, 0xdd, 0xee, 0xd5, + 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x68, 0x0f, 0xf8, 0xb2, 0xd3, 0x02, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/errors/bidding_error.pb.go b/googleapis/ads/googleads/v1/errors/bidding_error.pb.go index 8313f9acf22e30e461d7964d49cc6cb01afb072e..cfe0568b24482e8eecb5c9f7ae5c4a70cbca79d9 100644 --- a/googleapis/ads/googleads/v1/errors/bidding_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/bidding_error.pb.go @@ -74,6 +74,8 @@ const ( BiddingErrorEnum_INVALID_DOMAIN_NAME BiddingErrorEnum_BiddingError = 33 // The field is not compatible with payment mode. BiddingErrorEnum_NOT_COMPATIBLE_WITH_PAYMENT_MODE BiddingErrorEnum_BiddingError = 34 + // Bidding strategy is incompatible with the budget type. + BiddingErrorEnum_NOT_COMPATIBLE_WITH_BUDGET_TYPE BiddingErrorEnum_BiddingError = 35 ) var BiddingErrorEnum_BiddingError_name = map[int32]string{ @@ -100,6 +102,7 @@ var BiddingErrorEnum_BiddingError_name = map[int32]string{ 32: "BID_TOO_MANY_FRACTIONAL_DIGITS", 33: "INVALID_DOMAIN_NAME", 34: "NOT_COMPATIBLE_WITH_PAYMENT_MODE", + 35: "NOT_COMPATIBLE_WITH_BUDGET_TYPE", } var BiddingErrorEnum_BiddingError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -125,13 +128,14 @@ var BiddingErrorEnum_BiddingError_value = map[string]int32{ "BID_TOO_MANY_FRACTIONAL_DIGITS": 32, "INVALID_DOMAIN_NAME": 33, "NOT_COMPATIBLE_WITH_PAYMENT_MODE": 34, + "NOT_COMPATIBLE_WITH_BUDGET_TYPE": 35, } func (x BiddingErrorEnum_BiddingError) String() string { return proto.EnumName(BiddingErrorEnum_BiddingError_name, int32(x)) } func (BiddingErrorEnum_BiddingError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_bidding_error_bb805a21cd606d55, []int{0, 0} + return fileDescriptor_bidding_error_08acbff1110895fb, []int{0, 0} } // Container for enum describing possible bidding errors. @@ -145,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_bb805a21cd606d55, []int{0} + return fileDescriptor_bidding_error_08acbff1110895fb, []int{0} } func (m *BiddingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingErrorEnum.Unmarshal(m, b) @@ -171,54 +175,55 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/bidding_error.proto", fileDescriptor_bidding_error_bb805a21cd606d55) + proto.RegisterFile("google/ads/googleads/v1/errors/bidding_error.proto", fileDescriptor_bidding_error_08acbff1110895fb) } -var fileDescriptor_bidding_error_bb805a21cd606d55 = []byte{ - // 716 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0xed, 0x8e, 0x1b, 0x35, - 0x14, 0x65, 0x83, 0x44, 0x24, 0x97, 0x0f, 0xaf, 0x0b, 0x14, 0x96, 0x36, 0x6d, 0x03, 0x12, 0x12, - 0x1f, 0x13, 0xd2, 0x4a, 0x20, 0x4d, 0x7f, 0xdd, 0x8c, 0x9d, 0x89, 0x95, 0x19, 0xdb, 0xb2, 0x3d, - 0x09, 0x41, 0x91, 0xac, 0x94, 0xac, 0xa2, 0x48, 0xbb, 0x99, 0x55, 0x66, 0xd9, 0x07, 0xe2, 0x27, - 0x8f, 0xb2, 0x2f, 0xc1, 0x7f, 0xc4, 0x43, 0x20, 0x8f, 0x33, 0x21, 0x52, 0xb2, 0xf0, 0x2b, 0x37, - 0x57, 0xe7, 0x1c, 0xfb, 0xdc, 0x39, 0xbe, 0xe8, 0xd5, 0xaa, 0x2c, 0x57, 0x57, 0x97, 0xbd, 0xc5, - 0xb2, 0xea, 0x85, 0xd2, 0x57, 0x77, 0xfd, 0xde, 0xe5, 0x76, 0x5b, 0x6e, 0xab, 0xde, 0xdb, 0xf5, - 0x72, 0xb9, 0xde, 0xac, 0x5c, 0xfd, 0x37, 0xba, 0xd9, 0x96, 0xb7, 0x25, 0xe9, 0x04, 0x60, 0xb4, - 0x58, 0x56, 0xd1, 0x9e, 0x13, 0xdd, 0xf5, 0xa3, 0xc0, 0xb9, 0x78, 0xda, 0x68, 0xde, 0xac, 0x7b, - 0x8b, 0xcd, 0xa6, 0xbc, 0x5d, 0xdc, 0xae, 0xcb, 0x4d, 0x15, 0xd8, 0xdd, 0x3f, 0xdb, 0x08, 0x0f, - 0x82, 0x2a, 0xf3, 0x78, 0xb6, 0xf9, 0xed, 0xba, 0x7b, 0xdf, 0x46, 0xef, 0x1f, 0x36, 0xc9, 0x47, - 0xe8, 0x51, 0x21, 0x8c, 0x62, 0x09, 0x1f, 0x72, 0x46, 0xf1, 0x3b, 0xe4, 0x11, 0x6a, 0x17, 0x62, - 0x2c, 0xe4, 0x54, 0xe0, 0x33, 0xf2, 0x2d, 0xfa, 0x7a, 0xc0, 0x29, 0xe5, 0x22, 0x75, 0xc6, 0x6a, - 0xb0, 0x2c, 0x9d, 0x39, 0xab, 0x41, 0x18, 0x6e, 0xb9, 0x14, 0x4e, 0x48, 0xeb, 0x20, 0xcb, 0xe4, - 0x94, 0x51, 0xdc, 0x22, 0x11, 0xfa, 0x26, 0x01, 0x51, 0xf7, 0xac, 0x85, 0x64, 0xe4, 0x8e, 0xa9, - 0xd2, 0x25, 0x90, 0x2b, 0xe0, 0xa9, 0xc0, 0x6d, 0x2f, 0xce, 0xc5, 0x04, 0x32, 0x4e, 0x1d, 0x08, - 0x29, 0x66, 0xb9, 0x2c, 0xcc, 0x09, 0xce, 0x4c, 0x31, 0x8c, 0xc8, 0x4b, 0xf4, 0xac, 0x01, 0x9f, - 0x86, 0x7c, 0xe8, 0xad, 0x1c, 0x40, 0xf0, 0x39, 0x79, 0x8d, 0x7a, 0x47, 0xd8, 0xfa, 0x7a, 0x13, - 0xe0, 0x19, 0x0c, 0x32, 0xe6, 0x86, 0x52, 0x3b, 0x48, 0x12, 0x59, 0x08, 0x1b, 0x54, 0x08, 0xf9, - 0x12, 0x3d, 0x4f, 0xa4, 0x98, 0x30, 0x6d, 0xbc, 0x43, 0xab, 0x21, 0x19, 0x7b, 0x01, 0xcf, 0x63, - 0xc2, 0x93, 0x28, 0x7e, 0x4c, 0x2e, 0xd0, 0xa7, 0xa1, 0x21, 0x8b, 0x74, 0xe4, 0xfe, 0xc5, 0x1b, - 0xfc, 0x31, 0xf9, 0x01, 0x7d, 0xb7, 0x1b, 0x43, 0xa2, 0x19, 0x58, 0xb6, 0xb7, 0xec, 0xa6, 0xdc, - 0x1e, 0x0f, 0x05, 0x7f, 0x42, 0x24, 0x1a, 0xef, 0x18, 0x16, 0x74, 0xca, 0xac, 0x17, 0xb4, 0x4c, - 0x58, 0x27, 0x98, 0x9d, 0x4a, 0x3d, 0x76, 0x52, 0x64, 0xb3, 0xc0, 0xde, 0x6b, 0x65, 0x6c, 0xc2, - 0x32, 0xa7, 0xa4, 0x3a, 0x16, 0x7c, 0xf2, 0xa0, 0x71, 0x53, 0x28, 0x25, 0xb5, 0x65, 0x34, 0x88, - 0x01, 0x75, 0x26, 0x19, 0x31, 0x5a, 0x64, 0x0c, 0x7f, 0x46, 0xfa, 0xe8, 0x7b, 0x05, 0x33, 0xa7, - 0x98, 0x3e, 0x30, 0x74, 0x62, 0x5e, 0x49, 0x61, 0xac, 0xcc, 0x99, 0xc6, 0x9f, 0x93, 0x57, 0x28, - 0x7a, 0x88, 0x12, 0x52, 0x11, 0xce, 0x69, 0x5c, 0x29, 0xc0, 0x17, 0x24, 0x46, 0x3f, 0x9e, 0xfe, - 0x28, 0x3b, 0x86, 0x3f, 0xc2, 0x30, 0xd0, 0xc9, 0x28, 0xd8, 0x6e, 0x1c, 0x1b, 0xfc, 0x05, 0x79, - 0x83, 0x7e, 0xfa, 0x1f, 0x5f, 0x5c, 0x38, 0xaa, 0x61, 0x68, 0x8d, 0x93, 0xda, 0xb1, 0x9f, 0x15, - 0xd3, 0x3c, 0x67, 0xc2, 0x1a, 0xfc, 0x94, 0x70, 0xc4, 0x4e, 0x26, 0xc7, 0x51, 0xc9, 0xcc, 0xa1, - 0x8c, 0x53, 0x5a, 0xd2, 0x22, 0x09, 0x89, 0x70, 0x40, 0x53, 0x2d, 0x0b, 0xe5, 0x12, 0xcd, 0x2d, - 0xd3, 0x5c, 0x0a, 0xfc, 0x8c, 0x9c, 0xa3, 0x0f, 0x06, 0x9c, 0x3a, 0x2b, 0xa5, 0x33, 0x39, 0x64, - 0x19, 0xee, 0xf8, 0xf0, 0x35, 0xad, 0x01, 0x4f, 0xf1, 0x73, 0xd2, 0x45, 0x9d, 0xa6, 0x91, 0x83, - 0x98, 0xb9, 0xa1, 0x86, 0xc4, 0x3f, 0x1a, 0xc8, 0x1c, 0xe5, 0x29, 0xb7, 0x06, 0xbf, 0x20, 0x4f, - 0xd0, 0xe3, 0x26, 0xb1, 0x54, 0xe6, 0xc0, 0x85, 0x13, 0x90, 0x33, 0xfc, 0x92, 0x7c, 0x85, 0x5e, - 0xd4, 0x01, 0x92, 0xb9, 0x02, 0xcb, 0xfd, 0xe4, 0xeb, 0x41, 0x2a, 0x98, 0x79, 0x37, 0x2e, 0x97, - 0x94, 0xe1, 0xee, 0xe0, 0xef, 0x33, 0xd4, 0xfd, 0xb5, 0xbc, 0x8e, 0xfe, 0x7b, 0x4d, 0x0c, 0xce, - 0x0f, 0x1f, 0xbc, 0xf2, 0xbb, 0x41, 0x9d, 0xfd, 0x42, 0x77, 0xa4, 0x55, 0x79, 0xb5, 0xd8, 0xac, - 0xa2, 0x72, 0xbb, 0xea, 0xad, 0x2e, 0x37, 0xf5, 0xe6, 0x68, 0xf6, 0xd3, 0xcd, 0xba, 0x7a, 0x68, - 0x5d, 0xbd, 0x09, 0x3f, 0xbf, 0xb7, 0xde, 0x4d, 0x01, 0xfe, 0x68, 0x75, 0xd2, 0x20, 0x06, 0xcb, - 0x2a, 0x0a, 0xa5, 0xaf, 0x26, 0xfd, 0xa8, 0x3e, 0xb2, 0xba, 0x6f, 0x00, 0x73, 0x58, 0x56, 0xf3, - 0x3d, 0x60, 0x3e, 0xe9, 0xcf, 0x03, 0xe0, 0xaf, 0x56, 0x37, 0x74, 0xe3, 0x18, 0x96, 0x55, 0x1c, - 0xef, 0x21, 0x71, 0x3c, 0xe9, 0xc7, 0x71, 0x00, 0xbd, 0x7d, 0xaf, 0xbe, 0xdd, 0xeb, 0x7f, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x30, 0x01, 0x72, 0xb3, 0x4b, 0x05, 0x00, 0x00, +var fileDescriptor_bidding_error_08acbff1110895fb = []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, + 0x48, 0x7c, 0xa4, 0x74, 0x57, 0x02, 0x29, 0xfb, 0xeb, 0x26, 0x76, 0x53, 0xab, 0x89, 0x6d, 0xd9, + 0x4e, 0x4b, 0x51, 0x25, 0xab, 0x4b, 0x47, 0x55, 0xa5, 0xdd, 0x66, 0xd4, 0x0c, 0xf3, 0x04, 0x3c, + 0x09, 0x3f, 0x79, 0x14, 0x1e, 0x05, 0x21, 0xf1, 0x0a, 0xc8, 0x71, 0x53, 0x2a, 0xb5, 0x03, 0xbf, + 0x72, 0x73, 0x75, 0xce, 0xb1, 0xcf, 0xcd, 0xc9, 0x45, 0xcf, 0x57, 0x55, 0xb5, 0x7a, 0x7d, 0xd5, + 0x5f, 0x2c, 0xeb, 0x7e, 0x28, 0x7d, 0x75, 0x3b, 0xe8, 0x5f, 0x6d, 0xb7, 0xd5, 0xb6, 0xee, 0xbf, + 0x5a, 0x2f, 0x97, 0xeb, 0xcd, 0xca, 0x35, 0xaf, 0xd1, 0xf5, 0xb6, 0xba, 0xa9, 0x48, 0x37, 0x00, + 0xa3, 0xc5, 0xb2, 0x8e, 0xf6, 0x9c, 0xe8, 0x76, 0x10, 0x05, 0xce, 0xe5, 0xc3, 0x56, 0xf3, 0x7a, + 0xdd, 0x5f, 0x6c, 0x36, 0xd5, 0xcd, 0xe2, 0x66, 0x5d, 0x6d, 0xea, 0xc0, 0xee, 0xfd, 0xfa, 0x2e, + 0xc2, 0x49, 0x50, 0x65, 0x1e, 0xcf, 0x36, 0xbf, 0xbc, 0xe9, 0xfd, 0x7d, 0x8e, 0xde, 0x3b, 0x6c, + 0x92, 0x0f, 0xd1, 0xbd, 0x52, 0x18, 0xc5, 0x52, 0x3e, 0xe4, 0x8c, 0xe2, 0xb7, 0xc8, 0x3d, 0x74, + 0x5e, 0x8a, 0xb1, 0x90, 0x53, 0x81, 0xcf, 0xc8, 0xd7, 0xe8, 0xcb, 0x84, 0x53, 0xca, 0x45, 0xe6, + 0x8c, 0xd5, 0x60, 0x59, 0x36, 0x73, 0x56, 0x83, 0x30, 0xdc, 0x72, 0x29, 0x9c, 0x90, 0xd6, 0x41, + 0x9e, 0xcb, 0x29, 0xa3, 0xb8, 0x43, 0x22, 0xf4, 0x55, 0x0a, 0xa2, 0xe9, 0x59, 0x0b, 0xe9, 0xc8, + 0x1d, 0x53, 0xa5, 0x4b, 0xa1, 0x50, 0xc0, 0x33, 0x81, 0xcf, 0xbd, 0x38, 0x17, 0x13, 0xc8, 0x39, + 0x75, 0x20, 0xa4, 0x98, 0x15, 0xb2, 0x34, 0x27, 0x38, 0x33, 0xc5, 0x30, 0x22, 0x4f, 0xd1, 0xa3, + 0x16, 0x7c, 0x1a, 0xf2, 0x81, 0xb7, 0x72, 0x00, 0xc1, 0x17, 0xe4, 0x05, 0xea, 0x1f, 0x61, 0x9b, + 0xeb, 0x4d, 0x80, 0xe7, 0x90, 0xe4, 0xcc, 0x0d, 0xa5, 0x76, 0x90, 0xa6, 0xb2, 0x14, 0x36, 0xa8, + 0x10, 0xf2, 0x0c, 0x3d, 0x4e, 0xa5, 0x98, 0x30, 0x6d, 0xbc, 0x43, 0xab, 0x21, 0x1d, 0x7b, 0x01, + 0xcf, 0x63, 0xc2, 0x93, 0x28, 0xbe, 0x4f, 0x2e, 0xd1, 0x27, 0xa1, 0x21, 0xcb, 0x6c, 0xe4, 0xfe, + 0xc5, 0x1b, 0xfc, 0x11, 0xf9, 0x0e, 0x7d, 0xb3, 0x1b, 0x43, 0xaa, 0x19, 0x58, 0xb6, 0xb7, 0xec, + 0xa6, 0xdc, 0x1e, 0x0f, 0x05, 0x7f, 0x4c, 0x24, 0x1a, 0xef, 0x18, 0x16, 0x74, 0xc6, 0xac, 0x17, + 0xb4, 0x4c, 0x58, 0x27, 0x98, 0x9d, 0x4a, 0x3d, 0x76, 0x52, 0xe4, 0xb3, 0xc0, 0xde, 0x6b, 0xe5, + 0x6c, 0xc2, 0x72, 0xa7, 0xa4, 0x3a, 0x16, 0x7c, 0x70, 0xa7, 0x71, 0x53, 0x2a, 0x25, 0xb5, 0x65, + 0x34, 0x88, 0x01, 0x75, 0x26, 0x1d, 0x31, 0x5a, 0xe6, 0x0c, 0x7f, 0x4a, 0x06, 0xe8, 0x5b, 0x05, + 0x33, 0xa7, 0x98, 0x3e, 0x30, 0x74, 0x62, 0x5e, 0x69, 0x69, 0xac, 0x2c, 0x98, 0xc6, 0x9f, 0x91, + 0xe7, 0x28, 0xba, 0x8b, 0x12, 0x52, 0x11, 0xce, 0x69, 0x5d, 0x29, 0xc0, 0x97, 0x24, 0x46, 0xdf, + 0x9f, 0xfe, 0x28, 0x3b, 0x86, 0x3f, 0xc2, 0x30, 0xd0, 0xe9, 0x28, 0xd8, 0x6e, 0x1d, 0x1b, 0xfc, + 0x39, 0x79, 0x89, 0x7e, 0xf8, 0x1f, 0x5f, 0x5c, 0x38, 0xaa, 0x61, 0x68, 0x8d, 0x93, 0xda, 0xb1, + 0x1f, 0x15, 0xd3, 0xbc, 0x60, 0xc2, 0x1a, 0xfc, 0x90, 0x70, 0xc4, 0x4e, 0x26, 0xc7, 0x51, 0xc9, + 0xcc, 0xa1, 0x8c, 0x53, 0x5a, 0xd2, 0x32, 0x0d, 0x89, 0x70, 0x40, 0x33, 0x2d, 0x4b, 0xe5, 0x52, + 0xcd, 0x2d, 0xd3, 0x5c, 0x0a, 0xfc, 0x88, 0x5c, 0xa0, 0xf7, 0x13, 0x4e, 0x9d, 0x95, 0xd2, 0x99, + 0x02, 0xf2, 0x1c, 0x77, 0x7d, 0xf8, 0xda, 0x56, 0xc2, 0x33, 0xfc, 0x98, 0xf4, 0x50, 0xb7, 0x6d, + 0x14, 0x20, 0x66, 0x6e, 0xa8, 0x21, 0xf5, 0x3f, 0x0d, 0xe4, 0x8e, 0xf2, 0x8c, 0x5b, 0x83, 0x9f, + 0x90, 0x07, 0xe8, 0x7e, 0x9b, 0x58, 0x2a, 0x0b, 0xe0, 0xc2, 0x09, 0x28, 0x18, 0x7e, 0x4a, 0xbe, + 0x40, 0x4f, 0x9a, 0x00, 0xc9, 0x42, 0x81, 0xe5, 0x7e, 0xf2, 0xcd, 0x20, 0x15, 0xcc, 0xbc, 0x1b, + 0x57, 0x48, 0xca, 0x70, 0xcf, 0x47, 0xf5, 0x14, 0x2a, 0x29, 0xa9, 0x1f, 0x77, 0x93, 0xe7, 0x67, + 0xc9, 0x5f, 0x67, 0xa8, 0xf7, 0x73, 0xf5, 0x26, 0xfa, 0xef, 0x5d, 0x92, 0x5c, 0x1c, 0x6e, 0x05, + 0xe5, 0x17, 0x88, 0x3a, 0xfb, 0x89, 0xee, 0x48, 0xab, 0xea, 0xf5, 0x62, 0xb3, 0x8a, 0xaa, 0xed, + 0xaa, 0xbf, 0xba, 0xda, 0x34, 0xeb, 0xa5, 0x5d, 0x62, 0xd7, 0xeb, 0xfa, 0xae, 0x9d, 0xf6, 0x32, + 0x3c, 0x7e, 0xeb, 0xbc, 0x9d, 0x01, 0xfc, 0xde, 0xe9, 0x66, 0x41, 0x0c, 0x96, 0x75, 0x14, 0x4a, + 0x5f, 0x4d, 0x06, 0x51, 0x73, 0x64, 0xfd, 0x47, 0x0b, 0x98, 0xc3, 0xb2, 0x9e, 0xef, 0x01, 0xf3, + 0xc9, 0x60, 0x1e, 0x00, 0x7f, 0x76, 0x7a, 0xa1, 0x1b, 0xc7, 0xb0, 0xac, 0xe3, 0x78, 0x0f, 0x89, + 0xe3, 0xc9, 0x20, 0x8e, 0x03, 0xe8, 0xd5, 0x3b, 0xcd, 0xed, 0x5e, 0xfc, 0x13, 0x00, 0x00, 0xff, + 0xff, 0xd8, 0x74, 0xa6, 0xcc, 0x70, 0x05, 0x00, 0x00, } 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 1c2e9532f5a237ae7f8321313c7a9bc6a9f20563..29401531dbe2a554e0aac2d511f8f44937399318 100644 --- a/googleapis/ads/googleads/v1/errors/bidding_strategy_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/bidding_strategy_error.pb.go @@ -59,7 +59,7 @@ 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_055745cc4e6b6a11, []int{0, 0} + return fileDescriptor_bidding_strategy_error_cf2f22f472512680, []int{0, 0} } // Container for enum describing possible bidding strategy errors. @@ -73,7 +73,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_055745cc4e6b6a11, []int{0} + return fileDescriptor_bidding_strategy_error_cf2f22f472512680, []int{0} } func (m *BiddingStrategyErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BiddingStrategyErrorEnum.Unmarshal(m, b) @@ -99,10 +99,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/bidding_strategy_error.proto", fileDescriptor_bidding_strategy_error_055745cc4e6b6a11) + proto.RegisterFile("google/ads/googleads/v1/errors/bidding_strategy_error.proto", fileDescriptor_bidding_strategy_error_cf2f22f472512680) } -var fileDescriptor_bidding_strategy_error_055745cc4e6b6a11 = []byte{ +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, 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 88a9511e22d83860c15633b20cc21e1c4a6631ed..e504f2d7cd37a38e2eb9717af569b9c8cfa0e2d5 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_161e0a27904b07ee, []int{0, 0} + return fileDescriptor_billing_setup_error_699817d84b40ca84, []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_161e0a27904b07ee, []int{0} + return fileDescriptor_billing_setup_error_699817d84b40ca84, []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_161e0a27904b07ee) + proto.RegisterFile("google/ads/googleads/v1/errors/billing_setup_error.proto", fileDescriptor_billing_setup_error_699817d84b40ca84) } -var fileDescriptor_billing_setup_error_161e0a27904b07ee = []byte{ +var fileDescriptor_billing_setup_error_699817d84b40ca84 = []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 c80195ee5cb3f2be52b5de88e98edd89e0aba72b..fed7dd843f19775d7fb50592e7f203b0a707ee78 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_40d64047551d16eb, []int{0, 0} + return fileDescriptor_campaign_budget_error_d7efb106312c0f02, []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_40d64047551d16eb, []int{0} + return fileDescriptor_campaign_budget_error_d7efb106312c0f02, []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_40d64047551d16eb) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_budget_error.proto", fileDescriptor_campaign_budget_error_d7efb106312c0f02) } -var fileDescriptor_campaign_budget_error_40d64047551d16eb = []byte{ +var fileDescriptor_campaign_budget_error_d7efb106312c0f02 = []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 7927de64cd5cb8886e3e7106758c50b44f4077c7..460b74ad05157e7b5988764c714ae13048344528 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_1b1d1fa77e2dedde, []int{0, 0} + return fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d, []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_1b1d1fa77e2dedde, []int{0} + return fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d, []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_1b1d1fa77e2dedde) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_criterion_error.proto", fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d) } -var fileDescriptor_campaign_criterion_error_1b1d1fa77e2dedde = []byte{ +var fileDescriptor_campaign_criterion_error_aaa76d3e398fa92d = []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 2b5eff5078697e48631628ab5da2d08e5b469447..d1b6dac211eecff253b505d436d69c5e3f41480a 100644 --- a/googleapis/ads/googleads/v1/errors/campaign_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/campaign_error.pb.go @@ -111,6 +111,8 @@ const ( // 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 + // The app ID was not found. + CampaignErrorEnum_APP_NOT_FOUND CampaignErrorEnum_CampaignError = 41 ) var CampaignErrorEnum_CampaignError_name = map[int32]string{ @@ -152,6 +154,7 @@ var CampaignErrorEnum_CampaignError_name = map[int32]string{ 38: "INVALID_HOTEL_CUSTOMER_LINK", 39: "MISSING_HOTEL_SETTING", 40: "CANNOT_USE_SHARED_CAMPAIGN_BUDGET_WHILE_PART_OF_CAMPAIGN_GROUP", + 41: "APP_NOT_FOUND", } var CampaignErrorEnum_CampaignError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -192,13 +195,14 @@ var CampaignErrorEnum_CampaignError_value = map[string]int32{ "INVALID_HOTEL_CUSTOMER_LINK": 38, "MISSING_HOTEL_SETTING": 39, "CANNOT_USE_SHARED_CAMPAIGN_BUDGET_WHILE_PART_OF_CAMPAIGN_GROUP": 40, + "APP_NOT_FOUND": 41, } func (x CampaignErrorEnum_CampaignError) String() string { return proto.EnumName(CampaignErrorEnum_CampaignError_name, int32(x)) } func (CampaignErrorEnum_CampaignError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_campaign_error_18a8f274514f934a, []int{0, 0} + return fileDescriptor_campaign_error_53b07d4e54f23126, []int{0, 0} } // Container for enum describing possible campaign errors. @@ -212,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_18a8f274514f934a, []int{0} + return fileDescriptor_campaign_error_53b07d4e54f23126, []int{0} } func (m *CampaignErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignErrorEnum.Unmarshal(m, b) @@ -238,71 +242,71 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/campaign_error.proto", fileDescriptor_campaign_error_18a8f274514f934a) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_error.proto", fileDescriptor_campaign_error_53b07d4e54f23126) } -var fileDescriptor_campaign_error_18a8f274514f934a = []byte{ - // 978 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x55, 0xff, 0x6e, 0x5b, 0x35, - 0x14, 0xa6, 0x1d, 0x6c, 0xe0, 0x76, 0xcc, 0x33, 0x1b, 0xeb, 0xd6, 0xd2, 0xb5, 0xa1, 0x1b, 0x05, - 0xb6, 0x84, 0x30, 0x09, 0xa4, 0x4c, 0x9a, 0x74, 0x72, 0x7d, 0x72, 0x63, 0xd5, 0xd7, 0xbe, 0xb2, - 0x7d, 0xd3, 0x65, 0xaa, 0x64, 0x85, 0xb5, 0x8a, 0x2a, 0xad, 0x49, 0xd5, 0x94, 0xfd, 0xcd, 0x53, - 0xf0, 0x00, 0xfc, 0xc9, 0xa3, 0xf0, 0x28, 0x48, 0xbc, 0x03, 0xf2, 0xfd, 0x95, 0x64, 0x3f, 0xfa, - 0x57, 0x7c, 0x7d, 0xbe, 0x73, 0xfc, 0x9d, 0xcf, 0xdf, 0x89, 0xc9, 0xb3, 0xf1, 0x74, 0x3a, 0x7e, - 0x73, 0xd2, 0x1a, 0x1d, 0xcf, 0x5a, 0xc5, 0x32, 0xac, 0xde, 0xb6, 0x5b, 0x27, 0x17, 0x17, 0xd3, - 0x8b, 0x59, 0xeb, 0xf5, 0xe8, 0xec, 0x7c, 0x74, 0x3a, 0x9e, 0xf8, 0xfc, 0xbb, 0x79, 0x7e, 0x31, - 0xbd, 0x9c, 0xb2, 0xed, 0x02, 0xd9, 0x1c, 0x1d, 0xcf, 0x9a, 0x75, 0x52, 0xf3, 0x6d, 0xbb, 0x59, - 0x24, 0x3d, 0xd8, 0xaa, 0x8a, 0x9e, 0x9f, 0xb6, 0x46, 0x93, 0xc9, 0xf4, 0x72, 0x74, 0x79, 0x3a, - 0x9d, 0xcc, 0x8a, 0xec, 0xc6, 0x9f, 0xeb, 0xe4, 0x76, 0x54, 0x96, 0xc5, 0x90, 0x80, 0x93, 0xdf, - 0xcf, 0x1a, 0x7f, 0xac, 0x93, 0x9b, 0x4b, 0xbb, 0xec, 0x16, 0x59, 0xcb, 0x94, 0x4d, 0x31, 0x12, - 0x3d, 0x81, 0x9c, 0x7e, 0xc2, 0xd6, 0xc8, 0x8d, 0x4c, 0x1d, 0x28, 0x7d, 0xa8, 0xe8, 0x0a, 0xdb, - 0x25, 0xdf, 0x44, 0xa0, 0x94, 0x76, 0xde, 0x81, 0x89, 0xd1, 0xf9, 0x48, 0x2b, 0x87, 0xca, 0x79, - 0x85, 0xee, 0x50, 0x9b, 0x03, 0x7a, 0x8d, 0xed, 0x90, 0xad, 0x65, 0x88, 0x45, 0x30, 0x51, 0xbf, - 0x46, 0x7c, 0xca, 0x7e, 0x21, 0x3f, 0x5f, 0x85, 0xf0, 0x87, 0xc2, 0xf5, 0x75, 0xe6, 0x7c, 0xac, - 0x75, 0x2c, 0xb1, 0x8c, 0xd2, 0xcf, 0xd8, 0x4f, 0xe4, 0xc9, 0x72, 0xde, 0x12, 0xc0, 0xf7, 0xb4, - 0xf1, 0x51, 0x9a, 0xf8, 0x08, 0x92, 0x14, 0x44, 0xac, 0xe8, 0x75, 0xf6, 0x94, 0x7c, 0x5f, 0x7d, - 0xf9, 0x24, 0xb3, 0x75, 0x22, 0x38, 0x2f, 0x11, 0xac, 0xf3, 0x5a, 0x61, 0x4d, 0xec, 0x06, 0xdb, - 0x27, 0x7b, 0xcb, 0x07, 0xa4, 0x60, 0x9c, 0x42, 0xf3, 0x6e, 0x0b, 0x9f, 0xb3, 0x03, 0x12, 0x5f, - 0xa9, 0x83, 0xd7, 0x4a, 0x0e, 0xf3, 0x46, 0x7c, 0x64, 0x84, 0x43, 0x23, 0xc0, 0x4b, 0x1c, 0xa0, - 0xf4, 0x5d, 0xc1, 0xb9, 0x50, 0xb1, 0xb7, 0xce, 0x80, 0xc3, 0x78, 0x48, 0xbf, 0x28, 0xf4, 0x28, - 0x59, 0xf2, 0xcc, 0x80, 0x13, 0xba, 0xa4, 0x1b, 0xaa, 0x82, 0x50, 0x1e, 0xa4, 0xf4, 0x26, 0x53, - 0x0a, 0xba, 0x12, 0xbd, 0x33, 0x02, 0xa4, 0xa5, 0x84, 0xed, 0x91, 0x9d, 0x92, 0x44, 0xa2, 0xb9, - 0xe8, 0x0d, 0x73, 0x05, 0xf2, 0xe8, 0x5c, 0x83, 0x35, 0xb6, 0x49, 0xee, 0xf1, 0x2c, 0x95, 0x22, - 0x02, 0x87, 0xf5, 0xbe, 0x57, 0x90, 0x20, 0x5d, 0x67, 0x0f, 0xc9, 0xa6, 0x50, 0x91, 0x4e, 0x52, - 0x70, 0x22, 0xd4, 0xae, 0xe3, 0x3d, 0x81, 0x92, 0xd3, 0x9b, 0xec, 0x3e, 0xb9, 0x2b, 0xd4, 0x00, - 0xa4, 0xe0, 0xef, 0xe4, 0x7e, 0xc9, 0x7e, 0x20, 0x8f, 0xab, 0x10, 0x70, 0x6f, 0xd1, 0x0c, 0x42, - 0x5f, 0x3a, 0x75, 0x22, 0x11, 0xaf, 0x8a, 0x26, 0xac, 0x03, 0x97, 0x59, 0x7a, 0x8b, 0x6d, 0x90, - 0x3b, 0x15, 0xd6, 0x19, 0x88, 0x0e, 0x02, 0x32, 0x33, 0x92, 0x52, 0xf6, 0x82, 0x74, 0xca, 0x26, - 0x2c, 0x3a, 0xdf, 0xd5, 0xae, 0xbf, 0x84, 0xf0, 0x0e, 0x93, 0x54, 0x06, 0xea, 0xa0, 0x16, 0x72, - 0x2d, 0x3a, 0x27, 0x54, 0x4c, 0x6f, 0x07, 0xbb, 0x25, 0xf0, 0xd2, 0x8b, 0x24, 0x35, 0x68, 0xad, - 0xd0, 0xca, 0xfa, 0x50, 0x4c, 0x28, 0x6f, 0x40, 0xc5, 0x48, 0x59, 0x10, 0xc0, 0x89, 0x04, 0x7d, - 0xa6, 0x84, 0xcb, 0x63, 0x36, 0x4b, 0x53, 0x6d, 0x1c, 0x72, 0xfa, 0x15, 0x6b, 0x93, 0xa7, 0x15, - 0x31, 0x9d, 0x62, 0xa9, 0xbd, 0xe8, 0xd5, 0xed, 0x14, 0x1d, 0xf8, 0x3e, 0x58, 0x8f, 0x8a, 0x23, - 0xa7, 0x77, 0x42, 0xbd, 0x6e, 0xc6, 0xf3, 0x4b, 0x2f, 0x88, 0x77, 0xd1, 0xdb, 0x3e, 0x18, 0xe4, - 0xf4, 0x2e, 0x7b, 0x44, 0x76, 0x6b, 0x9d, 0xca, 0x70, 0x66, 0xab, 0xb8, 0x2f, 0xf2, 0xe8, 0xd7, - 0x0b, 0x56, 0x8e, 0xfa, 0x81, 0x66, 0x19, 0xf1, 0x5a, 0xcd, 0x65, 0xce, 0xdd, 0x53, 0x5e, 0xf6, - 0xbd, 0x62, 0xf2, 0xca, 0x88, 0x84, 0x2e, 0x4a, 0xcf, 0x35, 0x16, 0xbd, 0xe2, 0x4b, 0x61, 0x1d, - 0xdd, 0xf8, 0x00, 0x04, 0xa4, 0x41, 0xe0, 0xc3, 0x02, 0x61, 0xe9, 0x7d, 0xb6, 0x45, 0x36, 0x12, - 0x61, 0x6d, 0xde, 0x59, 0x5f, 0xa7, 0xe9, 0xa2, 0x96, 0x0f, 0x58, 0x83, 0x6c, 0x57, 0x62, 0xcc, - 0xa3, 0x20, 0xd1, 0xfa, 0x48, 0x67, 0xca, 0x99, 0x21, 0xdd, 0x0c, 0xb7, 0x5e, 0x55, 0xc8, 0x94, - 0x18, 0xa0, 0xb1, 0x20, 0x3d, 0xa4, 0xe9, 0x9c, 0x77, 0x55, 0x6f, 0x9b, 0x3d, 0x27, 0xbf, 0x02, - 0x1f, 0xa0, 0x71, 0x22, 0xc7, 0x87, 0x56, 0x15, 0x4a, 0xef, 0x86, 0x29, 0xe6, 0xc4, 0x61, 0x00, - 0x42, 0xe6, 0x9e, 0x0e, 0xce, 0x85, 0x28, 0x3f, 0x25, 0x0f, 0xd3, 0x87, 0x61, 0x18, 0xe7, 0xf6, - 0x7a, 0xbf, 0x88, 0xcd, 0xba, 0x05, 0x72, 0x87, 0x3d, 0x21, 0xfb, 0x4b, 0x03, 0x1d, 0x69, 0x15, - 0x78, 0xd5, 0x53, 0x14, 0xee, 0x07, 0x25, 0x46, 0xe1, 0xc6, 0x77, 0x83, 0xe5, 0x17, 0x0c, 0x07, - 0xdc, 0x1b, 0xed, 0xca, 0x91, 0xd3, 0x1c, 0x69, 0x83, 0xb5, 0xc8, 0x8f, 0xcb, 0x63, 0x65, 0x1d, - 0x18, 0xe7, 0x79, 0x30, 0xa1, 0xe8, 0xd5, 0x9a, 0xe6, 0xbb, 0xc8, 0xe9, 0xb7, 0xc1, 0x10, 0x0b, - 0x15, 0x73, 0x9c, 0xd3, 0x3e, 0x05, 0xeb, 0xe8, 0x5e, 0x38, 0xae, 0xd2, 0xab, 0xaf, 0x1d, 0x4a, - 0x1f, 0x65, 0xd6, 0xe9, 0x04, 0x8d, 0x97, 0x42, 0x1d, 0xd0, 0x47, 0xc5, 0x08, 0x16, 0x7d, 0x7e, - 0x08, 0xf0, 0x38, 0x8c, 0xe0, 0x72, 0x85, 0x4a, 0xe0, 0xef, 0x58, 0x97, 0xbc, 0x78, 0xdf, 0x64, - 0xf5, 0x45, 0x94, 0x9e, 0x3a, 0xec, 0x0b, 0x89, 0xf9, 0x5f, 0x99, 0xd7, 0xbd, 0x79, 0x34, 0x36, - 0x3a, 0x4b, 0xe9, 0x7e, 0xf7, 0xbf, 0x15, 0xd2, 0x78, 0x3d, 0x3d, 0x6b, 0x5e, 0xfd, 0xba, 0x74, - 0xd9, 0xd2, 0x33, 0x91, 0x86, 0x37, 0x25, 0x5d, 0x79, 0xc5, 0xcb, 0xac, 0xf1, 0xf4, 0xcd, 0x68, - 0x32, 0x6e, 0x4e, 0x2f, 0xc6, 0xad, 0xf1, 0xc9, 0x24, 0x7f, 0x71, 0xaa, 0x87, 0xed, 0xfc, 0x74, - 0xf6, 0xb1, 0x77, 0xee, 0x79, 0xf1, 0xf3, 0xd7, 0xea, 0xb5, 0x18, 0xe0, 0xef, 0xd5, 0xed, 0xb8, - 0x28, 0x06, 0xc7, 0xb3, 0x66, 0xb1, 0x0c, 0xab, 0x41, 0xbb, 0x99, 0x1f, 0x39, 0xfb, 0xa7, 0x02, - 0x1c, 0xc1, 0xf1, 0xec, 0xa8, 0x06, 0x1c, 0x0d, 0xda, 0x47, 0x05, 0xe0, 0xdf, 0xd5, 0x46, 0xb1, - 0xdb, 0xe9, 0xc0, 0xf1, 0xac, 0xd3, 0xa9, 0x21, 0x9d, 0xce, 0xa0, 0xdd, 0xe9, 0x14, 0xa0, 0xdf, - 0xae, 0xe7, 0xec, 0x9e, 0xfd, 0x1f, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x68, 0xbe, 0x88, 0x84, 0x07, - 0x00, 0x00, +var fileDescriptor_campaign_error_53b07d4e54f23126 = []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, + 0xa1, 0xb5, 0x31, 0x95, 0x40, 0x72, 0xa5, 0x4a, 0xe3, 0xdb, 0xf1, 0x79, 0x95, 0xbd, 0xdd, 0xd3, + 0xee, 0x9e, 0x53, 0x57, 0x91, 0x56, 0xa6, 0x89, 0xac, 0x48, 0x8d, 0x1d, 0xc5, 0xa1, 0x2f, 0xc2, + 0x1b, 0xf0, 0x1f, 0x3c, 0x0a, 0x8f, 0x82, 0xc4, 0x3b, 0xa0, 0xbd, 0x5f, 0x8e, 0xdb, 0x92, 0xbf, + 0xbc, 0xb7, 0xf3, 0xcd, 0xb7, 0x33, 0xdf, 0xcc, 0x78, 0xc8, 0xf3, 0xf1, 0x74, 0x3a, 0x7e, 0x7b, + 0xd2, 0x1a, 0x1d, 0xcf, 0x5a, 0xc5, 0x31, 0x9c, 0xde, 0xb5, 0x5b, 0x27, 0x17, 0x17, 0xd3, 0x8b, + 0x59, 0xeb, 0xcd, 0xe8, 0xec, 0x7c, 0x74, 0x3a, 0x9e, 0xf8, 0xfc, 0xbb, 0x79, 0x7e, 0x31, 0xbd, + 0x9c, 0xb2, 0xed, 0x02, 0xd9, 0x1c, 0x1d, 0xcf, 0x9a, 0xb5, 0x53, 0xf3, 0x5d, 0xbb, 0x59, 0x38, + 0x3d, 0xd8, 0xaa, 0x48, 0xcf, 0x4f, 0x5b, 0xa3, 0xc9, 0x64, 0x7a, 0x39, 0xba, 0x3c, 0x9d, 0x4e, + 0x66, 0x85, 0x77, 0xe3, 0xcf, 0x55, 0xb2, 0x1e, 0x95, 0xb4, 0x18, 0x1c, 0x70, 0xf2, 0xdb, 0x59, + 0xe3, 0xf7, 0x55, 0xb2, 0xb6, 0x70, 0xcb, 0x6e, 0x93, 0x95, 0x4c, 0xd9, 0x14, 0x23, 0xd1, 0x13, + 0xc8, 0xe9, 0x27, 0x6c, 0x85, 0xdc, 0xca, 0xd4, 0x81, 0xd2, 0x87, 0x8a, 0x2e, 0xb1, 0x5d, 0xf2, + 0x4d, 0x04, 0x4a, 0x69, 0xe7, 0x1d, 0x98, 0x18, 0x9d, 0x8f, 0xb4, 0x72, 0xa8, 0x9c, 0x57, 0xe8, + 0x0e, 0xb5, 0x39, 0xa0, 0x37, 0xd8, 0x0e, 0xd9, 0x5a, 0x84, 0x58, 0x04, 0x13, 0xf5, 0x6b, 0xc4, + 0xa7, 0xec, 0x67, 0xf2, 0xd3, 0x75, 0x08, 0x7f, 0x28, 0x5c, 0x5f, 0x67, 0xce, 0xc7, 0x5a, 0xc7, + 0x12, 0x4b, 0x2b, 0xfd, 0x8c, 0xfd, 0x48, 0x9e, 0x2e, 0xfa, 0x2d, 0x00, 0x7c, 0x4f, 0x1b, 0x1f, + 0xa5, 0x89, 0x8f, 0x20, 0x49, 0x41, 0xc4, 0x8a, 0xde, 0x64, 0xcf, 0xc8, 0x93, 0xea, 0xcb, 0x27, + 0x99, 0xad, 0x1d, 0xc1, 0x79, 0x89, 0x60, 0x9d, 0xd7, 0x0a, 0xeb, 0xc0, 0x6e, 0xb1, 0x7d, 0xb2, + 0xb7, 0xf8, 0x40, 0x0a, 0xc6, 0x29, 0x34, 0xef, 0xa7, 0xf0, 0x39, 0x3b, 0x20, 0xf1, 0xb5, 0x3a, + 0x78, 0xad, 0xe4, 0x30, 0x4f, 0xc4, 0x47, 0x46, 0x38, 0x34, 0x02, 0xbc, 0xc4, 0x01, 0x4a, 0xdf, + 0x15, 0x9c, 0x0b, 0x15, 0x7b, 0xeb, 0x0c, 0x38, 0x8c, 0x87, 0xf4, 0x8b, 0x42, 0x8f, 0x32, 0x4a, + 0x9e, 0x19, 0x70, 0x42, 0x97, 0xe1, 0x06, 0x56, 0x10, 0xca, 0x83, 0x94, 0xde, 0x64, 0x4a, 0x41, + 0x57, 0xa2, 0x77, 0x46, 0x80, 0xb4, 0x94, 0xb0, 0x3d, 0xb2, 0x53, 0x06, 0x91, 0x68, 0x2e, 0x7a, + 0xc3, 0x5c, 0x81, 0xdc, 0x3a, 0xd7, 0x60, 0x85, 0x6d, 0x92, 0x7b, 0x3c, 0x4b, 0xa5, 0x88, 0xc0, + 0x61, 0x7d, 0xef, 0x15, 0x24, 0x48, 0x57, 0xd9, 0x43, 0xb2, 0x29, 0x54, 0xa4, 0x93, 0x14, 0x9c, + 0x08, 0xdc, 0xb5, 0xbd, 0x27, 0x50, 0x72, 0xba, 0xc6, 0xee, 0x93, 0xbb, 0x42, 0x0d, 0x40, 0x0a, + 0xfe, 0x9e, 0xef, 0x97, 0xec, 0x7b, 0xf2, 0xb8, 0x32, 0x01, 0xf7, 0x16, 0xcd, 0x20, 0xe4, 0xa5, + 0x53, 0x27, 0x12, 0xf1, 0xba, 0x48, 0xc2, 0x3a, 0x70, 0x99, 0xa5, 0xb7, 0xd9, 0x06, 0xb9, 0x53, + 0x61, 0x9d, 0x81, 0xe8, 0x20, 0x20, 0x33, 0x23, 0x29, 0x65, 0x2f, 0x49, 0xa7, 0x4c, 0xc2, 0xa2, + 0xf3, 0x5d, 0xed, 0xfa, 0x0b, 0x08, 0xef, 0x30, 0x49, 0x65, 0x08, 0x1d, 0xd4, 0x15, 0x5f, 0x8b, + 0xce, 0x09, 0x15, 0xd3, 0xf5, 0xd0, 0x6e, 0x09, 0xbc, 0xf2, 0x22, 0x49, 0x0d, 0x5a, 0x2b, 0xb4, + 0xb2, 0x3e, 0x90, 0x09, 0xe5, 0x0d, 0xa8, 0x18, 0x29, 0x0b, 0x02, 0x38, 0x91, 0xa0, 0xcf, 0x94, + 0x70, 0xb9, 0xcd, 0x66, 0x69, 0xaa, 0x8d, 0x43, 0x4e, 0xbf, 0x62, 0x6d, 0xf2, 0xac, 0x0a, 0x4c, + 0xa7, 0x58, 0x6a, 0x2f, 0x7a, 0x75, 0x3a, 0x45, 0x06, 0xbe, 0x0f, 0xd6, 0xa3, 0xe2, 0xc8, 0xe9, + 0x9d, 0xc0, 0xd7, 0xcd, 0x78, 0x5e, 0xf4, 0x22, 0xf0, 0x2e, 0x7a, 0xdb, 0x07, 0x83, 0x9c, 0xde, + 0x65, 0x8f, 0xc8, 0x6e, 0xad, 0x53, 0x69, 0xce, 0x6c, 0x65, 0xf7, 0x85, 0x1f, 0xfd, 0xfa, 0x4a, + 0x2b, 0x47, 0xfd, 0x10, 0x66, 0x69, 0xf1, 0x5a, 0xcd, 0x65, 0xce, 0xbb, 0xa7, 0x2c, 0xf6, 0xbd, + 0x62, 0xf2, 0x4a, 0x8b, 0x84, 0x2e, 0x4a, 0xcf, 0x35, 0x16, 0xb9, 0xe2, 0x2b, 0x61, 0x1d, 0xdd, + 0xf8, 0x08, 0x04, 0xa4, 0x41, 0xe0, 0xc3, 0x02, 0x61, 0xe9, 0x7d, 0xb6, 0x45, 0x36, 0x12, 0x61, + 0x6d, 0x9e, 0x59, 0x5f, 0xa7, 0xe9, 0x55, 0x2d, 0x1f, 0xb0, 0x06, 0xd9, 0xae, 0xc4, 0x98, 0x5b, + 0x41, 0xa2, 0xf5, 0x91, 0xce, 0x94, 0x33, 0x43, 0xba, 0x19, 0xaa, 0x5e, 0x31, 0x64, 0x4a, 0x0c, + 0xd0, 0x58, 0x90, 0x1e, 0xd2, 0x74, 0x1e, 0x77, 0xc5, 0xb7, 0xcd, 0x5e, 0x90, 0x5f, 0x80, 0x0f, + 0xd0, 0x38, 0x91, 0xe3, 0x43, 0xaa, 0x0a, 0xa5, 0x77, 0xc3, 0x14, 0xf3, 0xc0, 0x61, 0x00, 0x42, + 0xe6, 0x3d, 0x1d, 0x3a, 0x17, 0xa2, 0xfc, 0x95, 0xdc, 0x4c, 0x1f, 0x86, 0x61, 0x9c, 0xb7, 0xd7, + 0x87, 0x24, 0x36, 0xeb, 0x16, 0xc8, 0x1d, 0xf6, 0x94, 0xec, 0x2f, 0x0c, 0x74, 0xa4, 0x55, 0x88, + 0xab, 0x9e, 0xa2, 0x50, 0x1f, 0x94, 0x18, 0x85, 0x8a, 0xef, 0x86, 0x96, 0xbf, 0xd2, 0x70, 0xc0, + 0xbd, 0xd1, 0xae, 0x1c, 0x39, 0xcd, 0x91, 0x36, 0x58, 0x8b, 0xfc, 0xb0, 0x38, 0x56, 0xd6, 0x81, + 0x71, 0x9e, 0x87, 0x26, 0x14, 0xbd, 0x5a, 0xd3, 0xfc, 0x16, 0x39, 0xfd, 0x36, 0x34, 0xc4, 0x15, + 0xc6, 0x1c, 0xe7, 0xb4, 0x4f, 0xc1, 0x3a, 0xba, 0x17, 0x9e, 0xab, 0xf4, 0xea, 0x6b, 0x87, 0xd2, + 0x47, 0x99, 0x75, 0x3a, 0x41, 0xe3, 0xa5, 0x50, 0x07, 0xf4, 0x51, 0x31, 0x82, 0x45, 0x9e, 0x1f, + 0x03, 0x3c, 0x0e, 0x23, 0xb8, 0xc8, 0x50, 0x09, 0xfc, 0x1d, 0xeb, 0x92, 0x97, 0x1f, 0x36, 0x59, + 0x5d, 0x88, 0xb2, 0xa7, 0x0e, 0xfb, 0x42, 0x62, 0xfe, 0x57, 0xe6, 0x75, 0x6f, 0x6e, 0x8d, 0x8d, + 0xce, 0x52, 0xba, 0xcf, 0xd6, 0xc9, 0x5a, 0x28, 0x5f, 0x20, 0xe9, 0xe9, 0x4c, 0x71, 0xfa, 0xa4, + 0xfb, 0xef, 0x12, 0x69, 0xbc, 0x99, 0x9e, 0x35, 0xaf, 0x5f, 0x38, 0x5d, 0xb6, 0xb0, 0x39, 0xd2, + 0xb0, 0x66, 0xd2, 0xa5, 0xd7, 0xbc, 0xf4, 0x1a, 0x4f, 0xdf, 0x8e, 0x26, 0xe3, 0xe6, 0xf4, 0x62, + 0xdc, 0x1a, 0x9f, 0x4c, 0xf2, 0x25, 0x54, 0xed, 0xba, 0xf3, 0xd3, 0xd9, 0xff, 0xad, 0xbe, 0x17, + 0xc5, 0xcf, 0x1f, 0xcb, 0x37, 0x62, 0x80, 0xbf, 0x96, 0xb7, 0xe3, 0x82, 0x0c, 0x8e, 0x67, 0xcd, + 0xe2, 0x18, 0x4e, 0x83, 0x76, 0x33, 0x7f, 0x72, 0xf6, 0x77, 0x05, 0x38, 0x82, 0xe3, 0xd9, 0x51, + 0x0d, 0x38, 0x1a, 0xb4, 0x8f, 0x0a, 0xc0, 0x3f, 0xcb, 0x8d, 0xe2, 0xb6, 0xd3, 0x81, 0xe3, 0x59, + 0xa7, 0x53, 0x43, 0x3a, 0x9d, 0x41, 0xbb, 0xd3, 0x29, 0x40, 0xbf, 0xde, 0xcc, 0xa3, 0x7b, 0xfe, + 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x15, 0xbb, 0x12, 0x97, 0x07, 0x00, 0x00, } 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 e738a48e75e2a0ec7c15ee4f2537659dba5617d4..fae00b6d215f1b0bfe0f5e039ebe5d909ed99369 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_c86da800b91c613a, []int{0, 0} + return fileDescriptor_campaign_feed_error_584a38fe753a72d9, []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_c86da800b91c613a, []int{0} + return fileDescriptor_campaign_feed_error_584a38fe753a72d9, []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_c86da800b91c613a) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_feed_error.proto", fileDescriptor_campaign_feed_error_584a38fe753a72d9) } -var fileDescriptor_campaign_feed_error_c86da800b91c613a = []byte{ +var fileDescriptor_campaign_feed_error_584a38fe753a72d9 = []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 8faef6892b6164f3dcfd2606a8ed7df7a12a95e2..e44d40d77b7bab600b0903dfd535f37c64c46d2c 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_b1f7f0d2e483af16, []int{0, 0} + return fileDescriptor_campaign_shared_set_error_69f55c91e621defe, []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_b1f7f0d2e483af16, []int{0} + return fileDescriptor_campaign_shared_set_error_69f55c91e621defe, []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_b1f7f0d2e483af16) + proto.RegisterFile("google/ads/googleads/v1/errors/campaign_shared_set_error.proto", fileDescriptor_campaign_shared_set_error_69f55c91e621defe) } -var fileDescriptor_campaign_shared_set_error_b1f7f0d2e483af16 = []byte{ +var fileDescriptor_campaign_shared_set_error_69f55c91e621defe = []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 3a961dd1145baea33bb3d78f966990bdb56b3bd7..15c0313adcff2df9cffeea7472e698fb1dda1d4f 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_52743e601c423d5f, []int{0, 0} + return fileDescriptor_change_status_error_3341a9af50818018, []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_52743e601c423d5f, []int{0} + return fileDescriptor_change_status_error_3341a9af50818018, []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_52743e601c423d5f) + proto.RegisterFile("google/ads/googleads/v1/errors/change_status_error.proto", fileDescriptor_change_status_error_3341a9af50818018) } -var fileDescriptor_change_status_error_52743e601c423d5f = []byte{ +var fileDescriptor_change_status_error_3341a9af50818018 = []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 6088c719ec745a1100defcc0c5885652b1ce9954..8f7b94abe05f353a05c347b5a0f6482d0ecaadbe 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_ae99cb39412acc6a, []int{0, 0} + return fileDescriptor_collection_size_error_1cb7fb3347a34d2e, []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_ae99cb39412acc6a, []int{0} + return fileDescriptor_collection_size_error_1cb7fb3347a34d2e, []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_ae99cb39412acc6a) + proto.RegisterFile("google/ads/googleads/v1/errors/collection_size_error.proto", fileDescriptor_collection_size_error_1cb7fb3347a34d2e) } -var fileDescriptor_collection_size_error_ae99cb39412acc6a = []byte{ +var fileDescriptor_collection_size_error_1cb7fb3347a34d2e = []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 36a1f81df16994970887804765f0aad5f2331799..b4877d59950b9fd77a76eede7345e8b7db496412 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_947690d5590518f2, []int{0, 0} + return fileDescriptor_context_error_bd8445167170b376, []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_947690d5590518f2, []int{0} + return fileDescriptor_context_error_bd8445167170b376, []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_947690d5590518f2) + proto.RegisterFile("google/ads/googleads/v1/errors/context_error.proto", fileDescriptor_context_error_bd8445167170b376) } -var fileDescriptor_context_error_947690d5590518f2 = []byte{ +var fileDescriptor_context_error_bd8445167170b376 = []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 cb6b9cc4b2ded58f9295d08d9eb3a674d3b4f0ec..b4072d9f8932d48c30386216fa05ee410b707fdd 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_6bc78838b2a5587b, []int{0, 0} + return fileDescriptor_conversion_action_error_acfd6444f5660d3b, []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_6bc78838b2a5587b, []int{0} + return fileDescriptor_conversion_action_error_acfd6444f5660d3b, []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_6bc78838b2a5587b) + proto.RegisterFile("google/ads/googleads/v1/errors/conversion_action_error.proto", fileDescriptor_conversion_action_error_acfd6444f5660d3b) } -var fileDescriptor_conversion_action_error_6bc78838b2a5587b = []byte{ +var fileDescriptor_conversion_action_error_acfd6444f5660d3b = []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 new file mode 100644 index 0000000000000000000000000000000000000000..3e59b2046e0f278584ea88facd879cc60210f9c8 --- /dev/null +++ b/googleapis/ads/googleads/v1/errors/conversion_adjustment_upload_error.pb.go @@ -0,0 +1,164 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/errors/conversion_adjustment_upload_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 conversion adjustment upload errors. +type ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError int32 + +const ( + // Not specified. + ConversionAdjustmentUploadErrorEnum_UNSPECIFIED ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 0 + // The received error code is not known in this version. + ConversionAdjustmentUploadErrorEnum_UNKNOWN ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 1 + // The specified conversion action was created too recently. + // Please try the upload again after 4-6 hours have passed since the + // conversion action was created. + ConversionAdjustmentUploadErrorEnum_TOO_RECENT_CONVERSION_ACTION ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 2 + // No conversion action of a supported ConversionActionType that matches the + // provided information can be found for the customer. + ConversionAdjustmentUploadErrorEnum_INVALID_CONVERSION_ACTION ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 3 + // A retraction was already reported for this conversion. + ConversionAdjustmentUploadErrorEnum_CONVERSION_ALREADY_RETRACTED ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 4 + // A conversion for the supplied combination of conversion + // action and conversion identifier could not be found. + ConversionAdjustmentUploadErrorEnum_CONVERSION_NOT_FOUND ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 5 + // The specified conversion has already expired. Conversions expire after 55 + // days, after which adjustments cannot be reported against them. + ConversionAdjustmentUploadErrorEnum_CONVERSION_EXPIRED ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 6 + // The supplied adjustment date time precedes that of the original + // conversion. + ConversionAdjustmentUploadErrorEnum_ADJUSTMENT_PRECEDES_CONVERSION ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 7 + // A restatement with a more recent adjustment date time was already + // reported for this conversion. + ConversionAdjustmentUploadErrorEnum_MORE_RECENT_RESTATEMENT_FOUND ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 8 + // The conversion was created too recently. + ConversionAdjustmentUploadErrorEnum_TOO_RECENT_CONVERSION ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 9 + // Restatements cannot be reported for a conversion action that always uses + // the default value. + ConversionAdjustmentUploadErrorEnum_CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError = 10 +) + +var ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError_name = map[int32]string{ + 0: "UNSPECIFIED", + 1: "UNKNOWN", + 2: "TOO_RECENT_CONVERSION_ACTION", + 3: "INVALID_CONVERSION_ACTION", + 4: "CONVERSION_ALREADY_RETRACTED", + 5: "CONVERSION_NOT_FOUND", + 6: "CONVERSION_EXPIRED", + 7: "ADJUSTMENT_PRECEDES_CONVERSION", + 8: "MORE_RECENT_RESTATEMENT_FOUND", + 9: "TOO_RECENT_CONVERSION", + 10: "CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE", +} +var ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError_value = map[string]int32{ + "UNSPECIFIED": 0, + "UNKNOWN": 1, + "TOO_RECENT_CONVERSION_ACTION": 2, + "INVALID_CONVERSION_ACTION": 3, + "CONVERSION_ALREADY_RETRACTED": 4, + "CONVERSION_NOT_FOUND": 5, + "CONVERSION_EXPIRED": 6, + "ADJUSTMENT_PRECEDES_CONVERSION": 7, + "MORE_RECENT_RESTATEMENT_FOUND": 8, + "TOO_RECENT_CONVERSION": 9, + "CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE": 10, +} + +func (x ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError) String() string { + return proto.EnumName(ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError_name, int32(x)) +} +func (ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a, []int{0, 0} +} + +// Container for enum describing possible conversion adjustment upload errors. +type ConversionAdjustmentUploadErrorEnum struct { + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ConversionAdjustmentUploadErrorEnum) Reset() { *m = ConversionAdjustmentUploadErrorEnum{} } +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} +} +func (m *ConversionAdjustmentUploadErrorEnum) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ConversionAdjustmentUploadErrorEnum.Unmarshal(m, b) +} +func (m *ConversionAdjustmentUploadErrorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ConversionAdjustmentUploadErrorEnum.Marshal(b, m, deterministic) +} +func (dst *ConversionAdjustmentUploadErrorEnum) XXX_Merge(src proto.Message) { + xxx_messageInfo_ConversionAdjustmentUploadErrorEnum.Merge(dst, src) +} +func (m *ConversionAdjustmentUploadErrorEnum) XXX_Size() int { + return xxx_messageInfo_ConversionAdjustmentUploadErrorEnum.Size(m) +} +func (m *ConversionAdjustmentUploadErrorEnum) XXX_DiscardUnknown() { + xxx_messageInfo_ConversionAdjustmentUploadErrorEnum.DiscardUnknown(m) +} + +var xxx_messageInfo_ConversionAdjustmentUploadErrorEnum proto.InternalMessageInfo + +func init() { + proto.RegisterType((*ConversionAdjustmentUploadErrorEnum)(nil), "google.ads.googleads.v1.errors.ConversionAdjustmentUploadErrorEnum") + proto.RegisterEnum("google.ads.googleads.v1.errors.ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError", ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError_name, ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError_value) +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/errors/conversion_adjustment_upload_error.proto", fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a) +} + +var fileDescriptor_conversion_adjustment_upload_error_55a988440b7a072a = []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, + 0x11, 0x77, 0xe1, 0xca, 0x8b, 0x4f, 0x4b, 0x46, 0xe6, 0x44, 0x89, 0x93, 0x31, 0x54, 0xc9, 0x0a, + 0x4b, 0x14, 0x15, 0xb5, 0x71, 0x15, 0xa7, 0x7d, 0x04, 0x1e, 0x84, 0x4b, 0x2e, 0x78, 0x10, 0x1e, + 0x85, 0x97, 0x00, 0x25, 0x5e, 0xa3, 0x22, 0x06, 0xbb, 0xca, 0x91, 0xfd, 0x9d, 0xff, 0xff, 0x9d, + 0x73, 0xd0, 0xb4, 0x94, 0xb2, 0x5c, 0x14, 0x56, 0x96, 0x2b, 0x4b, 0x97, 0x6d, 0xb5, 0xb1, 0xad, + 0xa2, 0xae, 0x65, 0xad, 0xac, 0x2b, 0x59, 0x6d, 0x8a, 0x5a, 0xcd, 0x65, 0x25, 0xb2, 0xfc, 0xf3, + 0x5a, 0x35, 0xcb, 0xa2, 0x6a, 0xc4, 0x7a, 0xb5, 0x90, 0x59, 0x2e, 0x3a, 0xc6, 0x5c, 0xd5, 0xb2, + 0x91, 0x78, 0xa4, 0xbb, 0xcd, 0x2c, 0x57, 0x66, 0x2f, 0x64, 0x6e, 0x6c, 0x53, 0x0b, 0x3d, 0x3b, + 0xde, 0x1a, 0xad, 0xe6, 0x56, 0x56, 0x55, 0xb2, 0xc9, 0x9a, 0xb9, 0xac, 0x94, 0xee, 0x1e, 0x7f, + 0x1f, 0xa2, 0x57, 0x6e, 0x6f, 0x45, 0x7a, 0xa7, 0xa4, 0x33, 0x82, 0x56, 0x02, 0xaa, 0xf5, 0x72, + 0xfc, 0x65, 0x88, 0x9e, 0xdf, 0xc2, 0xe1, 0x87, 0xe8, 0x30, 0x61, 0x71, 0x08, 0xae, 0x37, 0xf1, + 0x80, 0x1a, 0x77, 0xf0, 0x21, 0x3a, 0x48, 0xd8, 0x7b, 0x16, 0x5c, 0x30, 0x63, 0x0f, 0xbf, 0x40, + 0xc7, 0x3c, 0x08, 0x44, 0x04, 0x2e, 0x30, 0x2e, 0xdc, 0x80, 0xa5, 0x10, 0xc5, 0x5e, 0xc0, 0x04, + 0x71, 0xb9, 0x17, 0x30, 0x63, 0x80, 0x4f, 0xd0, 0x91, 0xc7, 0x52, 0xe2, 0x7b, 0xf4, 0x86, 0xeb, + 0x61, 0x2b, 0xb0, 0x7b, 0xec, 0x47, 0x40, 0xe8, 0xa5, 0x88, 0x80, 0x47, 0xc4, 0xe5, 0x40, 0x8d, + 0xbb, 0xf8, 0x29, 0x7a, 0xb4, 0x43, 0xb0, 0x80, 0x8b, 0x49, 0x90, 0x30, 0x6a, 0xdc, 0xc3, 0x4f, + 0x10, 0xde, 0xb9, 0x81, 0x0f, 0xa1, 0x17, 0x01, 0x35, 0xf6, 0xf1, 0x18, 0x8d, 0x08, 0x3d, 0x4b, + 0x62, 0x7e, 0xde, 0x86, 0x0a, 0xdb, 0x70, 0x14, 0xe2, 0x1d, 0x7b, 0xe3, 0x00, 0xbf, 0x44, 0x27, + 0xe7, 0x41, 0x04, 0xdb, 0xe4, 0x11, 0xc4, 0x9c, 0x70, 0xe8, 0x1a, 0xb4, 0xfc, 0x7d, 0x7c, 0x84, + 0x1e, 0xdf, 0xf8, 0x36, 0xe3, 0x01, 0x66, 0xe8, 0xcc, 0x25, 0xac, 0xcd, 0x72, 0xdd, 0xf8, 0xf7, + 0xdb, 0x04, 0x7f, 0x47, 0xb8, 0x20, 0xfe, 0x05, 0xb9, 0x8c, 0x45, 0x12, 0x43, 0x2c, 0x28, 0x4c, + 0x48, 0xe2, 0xff, 0xf1, 0x97, 0x52, 0xe2, 0x27, 0x60, 0xa0, 0xd3, 0x5f, 0x7b, 0x68, 0x7c, 0x25, + 0x97, 0xe6, 0xff, 0xa7, 0x7e, 0xfa, 0xfa, 0x96, 0x61, 0x85, 0xed, 0xf4, 0xc3, 0xbd, 0x8f, 0xf4, + 0x5a, 0xa7, 0x94, 0x8b, 0xac, 0x2a, 0x4d, 0x59, 0x97, 0x56, 0x59, 0x54, 0xdd, 0x6e, 0x6c, 0xd7, + 0x72, 0x35, 0x57, 0xff, 0xda, 0xd2, 0xb7, 0xfa, 0xf3, 0x75, 0x30, 0x9c, 0x12, 0xf2, 0x6d, 0x30, + 0x9a, 0x6a, 0x31, 0x92, 0x2b, 0x53, 0x97, 0x6d, 0x95, 0xda, 0x66, 0x67, 0xa9, 0x7e, 0x6c, 0x81, + 0x19, 0xc9, 0xd5, 0xac, 0x07, 0x66, 0xa9, 0x3d, 0xd3, 0xc0, 0xcf, 0xc1, 0x58, 0x9f, 0x3a, 0x0e, + 0xc9, 0x95, 0xe3, 0xf4, 0x88, 0xe3, 0xa4, 0xb6, 0xe3, 0x68, 0xe8, 0xd3, 0x7e, 0x97, 0xee, 0xcd, + 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x23, 0x00, 0x6b, 0x77, 0x42, 0x03, 0x00, 0x00, +} 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 45e3cb743f7e82818f3d3248e5386ed04841fb96..fa3c26ecbb5a04a93d6520c88d1fdda5db9ca83b 100644 --- a/googleapis/ads/googleads/v1/errors/conversion_upload_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/conversion_upload_error.pb.go @@ -75,6 +75,23 @@ const ( // The request contained two or more conversions with the same order id and // conversion action combination. ConversionUploadErrorEnum_DUPLICATE_ORDER_ID ConversionUploadErrorEnum_ConversionUploadError = 16 + // The call occurred too recently. Please try uploading again after 24 hours + // have passed since the call occurred. + ConversionUploadErrorEnum_TOO_RECENT_CALL ConversionUploadErrorEnum_ConversionUploadError = 17 + // The click that initiated the call is too old for this conversion to be + // imported. + ConversionUploadErrorEnum_EXPIRED_CALL ConversionUploadErrorEnum_ConversionUploadError = 18 + // The call or the click leading to the call was not found. + ConversionUploadErrorEnum_CALL_NOT_FOUND ConversionUploadErrorEnum_ConversionUploadError = 19 + // The specified conversion_date_time is before the call_start_date_time. + ConversionUploadErrorEnum_CONVERSION_PRECEDES_CALL ConversionUploadErrorEnum_ConversionUploadError = 20 + // The click associated with the call does not contain conversion tracking + // information. + ConversionUploadErrorEnum_CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME ConversionUploadErrorEnum_ConversionUploadError = 21 + // The caller’s phone number cannot be parsed. It should be formatted either + // as E.164 "+16502531234", International "+64 3-331 6005" or US national + // number "6502531234". + ConversionUploadErrorEnum_UNPARSEABLE_CALLERS_PHONE_NUMBER ConversionUploadErrorEnum_ConversionUploadError = 22 ) var ConversionUploadErrorEnum_ConversionUploadError_name = map[int32]string{ @@ -95,6 +112,12 @@ var ConversionUploadErrorEnum_ConversionUploadError_name = map[int32]string{ 14: "ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION", 15: "ORDER_ID_ALREADY_IN_USE", 16: "DUPLICATE_ORDER_ID", + 17: "TOO_RECENT_CALL", + 18: "EXPIRED_CALL", + 19: "CALL_NOT_FOUND", + 20: "CONVERSION_PRECEDES_CALL", + 21: "CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME", + 22: "UNPARSEABLE_CALLERS_PHONE_NUMBER", } var ConversionUploadErrorEnum_ConversionUploadError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -112,15 +135,21 @@ var ConversionUploadErrorEnum_ConversionUploadError_value = map[string]int32{ "EXTERNAL_ATTRIBUTION_DATA_SET_FOR_NON_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION": 12, "EXTERNAL_ATTRIBUTION_DATA_NOT_SET_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION": 13, "ORDER_ID_NOT_PERMITTED_FOR_EXTERNALLY_ATTRIBUTED_CONVERSION_ACTION": 14, - "ORDER_ID_ALREADY_IN_USE": 15, - "DUPLICATE_ORDER_ID": 16, + "ORDER_ID_ALREADY_IN_USE": 15, + "DUPLICATE_ORDER_ID": 16, + "TOO_RECENT_CALL": 17, + "EXPIRED_CALL": 18, + "CALL_NOT_FOUND": 19, + "CONVERSION_PRECEDES_CALL": 20, + "CONVERSION_TRACKING_NOT_ENABLED_AT_CALL_TIME": 21, + "UNPARSEABLE_CALLERS_PHONE_NUMBER": 22, } 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_f0cddf865a2edd2e, []int{0, 0} + return fileDescriptor_conversion_upload_error_611ab7d61188daf1, []int{0, 0} } // Container for enum describing possible conversion upload errors. @@ -134,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_f0cddf865a2edd2e, []int{0} + return fileDescriptor_conversion_upload_error_611ab7d61188daf1, []int{0} } func (m *ConversionUploadErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionUploadErrorEnum.Unmarshal(m, b) @@ -160,45 +189,49 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/conversion_upload_error.proto", fileDescriptor_conversion_upload_error_f0cddf865a2edd2e) + proto.RegisterFile("google/ads/googleads/v1/errors/conversion_upload_error.proto", fileDescriptor_conversion_upload_error_611ab7d61188daf1) } -var fileDescriptor_conversion_upload_error_f0cddf865a2edd2e = []byte{ - // 571 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xd1, 0x4e, 0x13, 0x41, - 0x14, 0x86, 0xa5, 0x08, 0xe8, 0x20, 0x32, 0x8c, 0xa2, 0x01, 0x11, 0x4d, 0xbd, 0xdf, 0xa6, 0x9a, - 0x78, 0xb1, 0x7a, 0x33, 0xdd, 0x39, 0xd4, 0x09, 0xed, 0xcc, 0x32, 0x3b, 0x53, 0x81, 0x34, 0x99, - 0x54, 0xda, 0x34, 0x4d, 0x60, 0xa7, 0xe9, 0x02, 0x6f, 0xe0, 0x8b, 0xe8, 0x9d, 0x8f, 0xe2, 0xa3, - 0x78, 0xef, 0xbd, 0x99, 0xdd, 0xee, 0x4a, 0x62, 0x25, 0x7a, 0xd5, 0x93, 0x33, 0xdf, 0xff, 0xff, - 0xa7, 0x9b, 0x73, 0xd0, 0xfb, 0xb1, 0x73, 0xe3, 0xf3, 0x51, 0x63, 0x30, 0xcc, 0x1a, 0x45, 0xe9, - 0xab, 0xeb, 0x66, 0x63, 0x34, 0x9b, 0xb9, 0x59, 0xd6, 0x38, 0x73, 0xe9, 0xf5, 0x68, 0x96, 0x4d, - 0x5c, 0x6a, 0xaf, 0xa6, 0xe7, 0x6e, 0x30, 0xb4, 0xf9, 0x43, 0x30, 0x9d, 0xb9, 0x4b, 0x47, 0xf6, - 0x0b, 0x49, 0x30, 0x18, 0x66, 0x41, 0xa5, 0x0e, 0xae, 0x9b, 0x41, 0xa1, 0xde, 0xdd, 0x2b, 0xdd, - 0xa7, 0x93, 0xc6, 0x20, 0x4d, 0xdd, 0xe5, 0xe0, 0x72, 0xe2, 0xd2, 0xac, 0x50, 0xd7, 0xbf, 0xae, - 0xa0, 0x9d, 0xa8, 0xf2, 0x37, 0xb9, 0x3d, 0x78, 0x21, 0xa4, 0x57, 0x17, 0xf5, 0xcf, 0x2b, 0x68, - 0x7b, 0xe1, 0x2b, 0xd9, 0x44, 0xeb, 0x46, 0x24, 0x31, 0x44, 0xfc, 0x80, 0x03, 0xc3, 0x77, 0xc8, - 0x3a, 0x5a, 0x33, 0xe2, 0x50, 0xc8, 0x8f, 0x02, 0x2f, 0x91, 0x57, 0xe8, 0x85, 0x96, 0xd2, 0x76, - 0xa9, 0x38, 0xb1, 0x91, 0x14, 0x3d, 0x50, 0x09, 0x97, 0x22, 0xb1, 0x5c, 0x58, 0x05, 0x47, 0x06, - 0x12, 0x8d, 0x6b, 0x64, 0x1b, 0x6d, 0x19, 0x11, 0x53, 0x95, 0x00, 0x6d, 0x75, 0xc0, 0xb6, 0xa3, - 0x0e, 0x67, 0x78, 0x99, 0x3c, 0x47, 0x3b, 0xbf, 0x25, 0x36, 0x56, 0x10, 0x01, 0x83, 0x64, 0xfe, - 0x7c, 0x97, 0x6c, 0xa1, 0x0d, 0x38, 0x8e, 0xb9, 0x02, 0x36, 0x6f, 0xad, 0x90, 0xc7, 0x08, 0xfb, - 0x34, 0x4f, 0x0a, 0x3d, 0xef, 0xae, 0x92, 0x47, 0x68, 0x33, 0x2f, 0xad, 0x90, 0xda, 0x1e, 0x48, - 0x23, 0x18, 0x5e, 0x23, 0x3b, 0x68, 0xdb, 0x08, 0x6a, 0xf4, 0x07, 0xa9, 0xf8, 0x29, 0x30, 0x1b, - 0x99, 0x44, 0xcb, 0x2e, 0x28, 0x7c, 0xcf, 0xe7, 0x72, 0xd1, 0xa3, 0x5e, 0x71, 0x23, 0x9f, 0x46, - 0x9a, 0x4b, 0x81, 0xef, 0x93, 0x97, 0x68, 0xef, 0x46, 0xc8, 0x9f, 0x04, 0x22, 0x6f, 0xd1, 0xeb, - 0x1b, 0x6d, 0xad, 0x68, 0x74, 0xc8, 0x45, 0x3b, 0x8f, 0x07, 0xe1, 0xff, 0x22, 0xb3, 0x54, 0x5b, - 0xde, 0x8d, 0x15, 0x24, 0x05, 0xc2, 0xbb, 0x80, 0xd7, 0xc9, 0x11, 0xea, 0xc2, 0xb1, 0x06, 0x25, - 0x68, 0xc7, 0x52, 0xad, 0x15, 0x6f, 0x19, 0xef, 0x68, 0x19, 0xd5, 0xd4, 0x26, 0xe0, 0x87, 0x57, - 0x56, 0x48, 0x61, 0x4b, 0xaa, 0x73, 0x52, 0x71, 0xb0, 0x68, 0xd8, 0x07, 0xb7, 0x5b, 0xfa, 0x81, - 0x4a, 0xdb, 0x7f, 0xb5, 0xdc, 0x20, 0x07, 0xa8, 0x25, 0x15, 0x03, 0x65, 0xe7, 0x5f, 0x34, 0x06, - 0xd5, 0xe5, 0xda, 0xd3, 0xff, 0xe3, 0xf3, 0x90, 0x3c, 0x43, 0x4f, 0x2b, 0x1f, 0xda, 0x51, 0x40, - 0xd9, 0x89, 0x5f, 0x0b, 0x93, 0x00, 0xde, 0x24, 0x4f, 0x10, 0x61, 0x26, 0xee, 0xf0, 0x88, 0x6a, - 0xb0, 0x25, 0x86, 0x71, 0xeb, 0xe7, 0x12, 0xaa, 0x9f, 0xb9, 0x8b, 0xe0, 0xf6, 0x55, 0x6f, 0xed, - 0x2e, 0xdc, 0xd5, 0xd8, 0x2f, 0x7a, 0xbc, 0x74, 0xca, 0xe6, 0xea, 0xb1, 0x3b, 0x1f, 0xa4, 0xe3, - 0xc0, 0xcd, 0xc6, 0x8d, 0xf1, 0x28, 0xcd, 0xcf, 0xa0, 0x3c, 0xbb, 0xe9, 0x24, 0xfb, 0xdb, 0x15, - 0xbe, 0x2b, 0x7e, 0xbe, 0xd4, 0x96, 0xdb, 0x94, 0x7e, 0xab, 0xed, 0xb7, 0x0b, 0x33, 0x3a, 0xcc, - 0x82, 0xa2, 0xf4, 0x55, 0xaf, 0x19, 0xe4, 0x91, 0xd9, 0xf7, 0x12, 0xe8, 0xd3, 0x61, 0xd6, 0xaf, - 0x80, 0x7e, 0xaf, 0xd9, 0x2f, 0x80, 0x1f, 0xb5, 0x7a, 0xd1, 0x0d, 0x43, 0x3a, 0xcc, 0xc2, 0xb0, - 0x42, 0xc2, 0xb0, 0xd7, 0x0c, 0xc3, 0x02, 0xfa, 0xb4, 0x9a, 0x4f, 0xf7, 0xe6, 0x57, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xcb, 0xde, 0x1b, 0xca, 0x22, 0x04, 0x00, 0x00, +var fileDescriptor_conversion_upload_error_611ab7d61188daf1 = []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, + 0x72, 0x08, 0x48, 0x1c, 0x0c, 0x97, 0x8d, 0x3d, 0x4d, 0x57, 0x75, 0xd6, 0xee, 0x7a, 0x37, 0xb4, + 0x55, 0xa4, 0x55, 0x68, 0xa2, 0x28, 0x52, 0xeb, 0x8d, 0xe2, 0xb6, 0x0f, 0xc4, 0x91, 0x07, 0xe0, + 0x21, 0x38, 0xf3, 0x14, 0xdc, 0xb9, 0xa3, 0xb5, 0xe3, 0x10, 0x89, 0x50, 0x95, 0x53, 0x46, 0x33, + 0xbf, 0x8f, 0x89, 0x67, 0x66, 0xd1, 0x87, 0x81, 0x31, 0x83, 0xcb, 0x7e, 0xad, 0xdb, 0x4b, 0x6b, + 0x79, 0x68, 0xa3, 0xdb, 0x7a, 0xad, 0x3f, 0x1e, 0x9b, 0x71, 0x5a, 0xbb, 0x30, 0xc9, 0x6d, 0x7f, + 0x9c, 0x0e, 0x4d, 0xa2, 0x6f, 0x46, 0x97, 0xa6, 0xdb, 0xd3, 0x59, 0xc1, 0x19, 0x8d, 0xcd, 0xb5, + 0x21, 0xfb, 0x39, 0xc5, 0xe9, 0xf6, 0x52, 0x67, 0xca, 0x76, 0x6e, 0xeb, 0x4e, 0xce, 0xde, 0xdd, + 0x2b, 0xd4, 0x47, 0xc3, 0x5a, 0x37, 0x49, 0xcc, 0x75, 0xf7, 0x7a, 0x68, 0x92, 0x34, 0x67, 0x57, + 0xbf, 0x97, 0xd1, 0x8e, 0x37, 0xd5, 0x57, 0x99, 0x3c, 0x58, 0x22, 0x24, 0x37, 0x57, 0xd5, 0xaf, + 0x65, 0x54, 0x99, 0x5b, 0x25, 0xeb, 0x68, 0x59, 0xf1, 0x38, 0x02, 0x8f, 0x1d, 0x32, 0xf0, 0xf1, + 0x7f, 0x64, 0x19, 0x2d, 0x29, 0x7e, 0xcc, 0xc3, 0x8f, 0x1c, 0x2f, 0x90, 0x17, 0xe8, 0xb9, 0x0c, + 0x43, 0xdd, 0xa2, 0xfc, 0x4c, 0x7b, 0x21, 0x6f, 0x83, 0x88, 0x59, 0xc8, 0x63, 0xcd, 0xb8, 0x16, + 0x70, 0xa2, 0x20, 0x96, 0xb8, 0x44, 0x2a, 0x68, 0x43, 0xf1, 0x88, 0x8a, 0x18, 0x68, 0x23, 0x00, + 0xdd, 0xf4, 0x02, 0xe6, 0xe3, 0x45, 0xf2, 0x0c, 0xed, 0xfc, 0xa6, 0xe8, 0x48, 0x80, 0x07, 0x3e, + 0xc4, 0x93, 0xf2, 0xff, 0x64, 0x03, 0xad, 0xc2, 0x69, 0xc4, 0x04, 0xf8, 0x93, 0xd4, 0x03, 0xb2, + 0x85, 0xb0, 0x75, 0xb3, 0x48, 0x2e, 0x27, 0xd9, 0x32, 0xd9, 0x44, 0xeb, 0x59, 0xa8, 0x79, 0x28, + 0xf5, 0x61, 0xa8, 0xb8, 0x8f, 0x97, 0xc8, 0x0e, 0xaa, 0x28, 0x4e, 0x95, 0x3c, 0x0a, 0x05, 0x3b, + 0x07, 0x5f, 0x7b, 0x2a, 0x96, 0x61, 0x0b, 0x04, 0x7e, 0x68, 0x7d, 0x19, 0x6f, 0x53, 0xcb, 0x98, + 0xf1, 0xa7, 0x9e, 0x64, 0x21, 0xc7, 0x8f, 0xc8, 0x01, 0xda, 0x9b, 0x31, 0xf9, 0x13, 0x81, 0xc8, + 0x3b, 0xf4, 0x66, 0x26, 0x2d, 0x05, 0xf5, 0x8e, 0x19, 0x6f, 0x66, 0xf6, 0xc0, 0xed, 0x5f, 0xf4, + 0x35, 0x95, 0x9a, 0xb5, 0x22, 0x01, 0x71, 0x0e, 0x61, 0x2d, 0xc0, 0xcb, 0xe4, 0x04, 0xb5, 0xe0, + 0x54, 0x82, 0xe0, 0x34, 0xd0, 0x54, 0x4a, 0xc1, 0x1a, 0xca, 0x2a, 0x6a, 0x9f, 0x4a, 0xaa, 0x63, + 0xb0, 0xcd, 0x0b, 0xcd, 0x43, 0xae, 0x0b, 0x54, 0x70, 0x36, 0xc5, 0xc1, 0xbc, 0x66, 0x57, 0xee, + 0x96, 0xb4, 0x0d, 0x15, 0xb2, 0xf7, 0x95, 0x5c, 0x25, 0x87, 0xa8, 0x11, 0x0a, 0x1f, 0x84, 0x9e, + 0x7c, 0xd1, 0x08, 0x44, 0x8b, 0x49, 0x8b, 0xfe, 0x17, 0x9d, 0x35, 0xf2, 0x14, 0x3d, 0x9e, 0xea, + 0xd0, 0x40, 0x00, 0xf5, 0xcf, 0xec, 0x5a, 0xa8, 0x18, 0xf0, 0x3a, 0xd9, 0x46, 0xc4, 0x57, 0x51, + 0xc0, 0x3c, 0x2a, 0x41, 0x17, 0x30, 0x8c, 0xed, 0x2c, 0x67, 0x3f, 0x3e, 0x0d, 0x02, 0xbc, 0x41, + 0x30, 0x5a, 0x29, 0x36, 0x21, 0xcb, 0x10, 0x42, 0xd0, 0x9a, 0x8d, 0x66, 0x26, 0xbe, 0x49, 0xf6, + 0xd0, 0x93, 0x79, 0xeb, 0x94, 0x31, 0xb6, 0xc8, 0x6b, 0xf4, 0xea, 0x1e, 0x33, 0xcb, 0x44, 0xb3, + 0x69, 0x55, 0xc8, 0x4b, 0x74, 0x30, 0xbb, 0xb5, 0xb6, 0x04, 0x22, 0xd6, 0xd1, 0x51, 0xc8, 0x41, + 0x73, 0xd5, 0x6a, 0x80, 0xc0, 0xdb, 0x8d, 0x9f, 0x0b, 0xa8, 0x7a, 0x61, 0xae, 0x9c, 0xbb, 0x6f, + 0xb3, 0xb1, 0x3b, 0xf7, 0xb8, 0x22, 0x7b, 0x99, 0xd1, 0xc2, 0xb9, 0x3f, 0x61, 0x0f, 0xcc, 0x65, + 0x37, 0x19, 0x38, 0x66, 0x3c, 0xa8, 0x0d, 0xfa, 0x49, 0x76, 0xb7, 0xc5, 0x3b, 0x31, 0x1a, 0xa6, + 0x7f, 0x7b, 0x36, 0xde, 0xe7, 0x3f, 0x9f, 0x4b, 0x8b, 0x4d, 0x4a, 0xbf, 0x94, 0xf6, 0x9b, 0xb9, + 0x18, 0xed, 0xa5, 0x4e, 0x1e, 0xda, 0xa8, 0x5d, 0x77, 0x32, 0xcb, 0xf4, 0x5b, 0x01, 0xe8, 0xd0, + 0x5e, 0xda, 0x99, 0x02, 0x3a, 0xed, 0x7a, 0x27, 0x07, 0xfc, 0x28, 0x55, 0xf3, 0xac, 0xeb, 0xd2, + 0x5e, 0xea, 0xba, 0x53, 0x88, 0xeb, 0xb6, 0xeb, 0xae, 0x9b, 0x83, 0x3e, 0x95, 0xb3, 0xee, 0xde, + 0xfe, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x09, 0x85, 0xd8, 0x22, 0xd3, 0x04, 0x00, 0x00, } 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 f2d606c6a0b2707072a40790b22c737d99f3a77d..f174f4ab11bf8623d7adc5c2b0e1cc8152f4c9eb 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_52c3b0feba4090ae, []int{0, 0} + return fileDescriptor_country_code_error_9241f9fbdf752c5c, []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_52c3b0feba4090ae, []int{0} + return fileDescriptor_country_code_error_9241f9fbdf752c5c, []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_52c3b0feba4090ae) + proto.RegisterFile("google/ads/googleads/v1/errors/country_code_error.proto", fileDescriptor_country_code_error_9241f9fbdf752c5c) } -var fileDescriptor_country_code_error_52c3b0feba4090ae = []byte{ +var fileDescriptor_country_code_error_9241f9fbdf752c5c = []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 d2b43fe3ce0ff39b9977b69fedb4e03517152cdb..61920970ddbef001dbbdf55a9b5b169a568413a1 100644 --- a/googleapis/ads/googleads/v1/errors/criterion_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/criterion_error.pb.go @@ -100,6 +100,10 @@ const ( // 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 + // Invalid custom affinity criterion. + CriterionErrorEnum_INVALID_CUSTOM_AFFINITY CriterionErrorEnum_CriterionError = 96 + // Invalid custom intent criterion. + CriterionErrorEnum_INVALID_CUSTOM_INTENT CriterionErrorEnum_CriterionError = 97 // IP address is not valid. CriterionErrorEnum_INVALID_IP_ADDRESS CriterionErrorEnum_CriterionError = 34 // IP format is not valid. @@ -286,6 +290,8 @@ var CriterionErrorEnum_CriterionError_name = map[int32]string{ 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", + 96: "INVALID_CUSTOM_AFFINITY", + 97: "INVALID_CUSTOM_INTENT", 34: "INVALID_IP_ADDRESS", 35: "INVALID_IP_FORMAT", 36: "INVALID_MOBILE_APP", @@ -384,6 +390,8 @@ var CriterionErrorEnum_CriterionError_value = map[string]int32{ "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_CUSTOM_AFFINITY": 96, + "INVALID_CUSTOM_INTENT": 97, "INVALID_IP_ADDRESS": 34, "INVALID_IP_FORMAT": 35, "INVALID_MOBILE_APP": 36, @@ -452,7 +460,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_97fe7dbbbafb83b2, []int{0, 0} + return fileDescriptor_criterion_error_db5176cecf27ec08, []int{0, 0} } // Container for enum describing possible criterion errors. @@ -466,7 +474,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_97fe7dbbbafb83b2, []int{0} + return fileDescriptor_criterion_error_db5176cecf27ec08, []int{0} } func (m *CriterionErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CriterionErrorEnum.Unmarshal(m, b) @@ -492,113 +500,115 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/criterion_error.proto", fileDescriptor_criterion_error_97fe7dbbbafb83b2) + proto.RegisterFile("google/ads/googleads/v1/errors/criterion_error.proto", fileDescriptor_criterion_error_db5176cecf27ec08) } -var fileDescriptor_criterion_error_97fe7dbbbafb83b2 = []byte{ - // 1661 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x57, 0x6f, 0x73, 0x1b, 0xb7, - 0xf1, 0xfe, 0xd9, 0xf9, 0x35, 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, 0xc5, 0xa8, 0x91, 0x47, 0xa3, 0x99, 0x44, 0xf4, 0x88, 0x6e, 0x3e, - 0x50, 0x5f, 0xf6, 0x6d, 0xbf, 0x45, 0x3e, 0x4a, 0x5f, 0xf4, 0x33, 0x74, 0xf6, 0x8e, 0x38, 0xe2, - 0x28, 0x39, 0xee, 0x2b, 0x72, 0xb0, 0xcf, 0x03, 0xec, 0x62, 0x9f, 0xdd, 0xc5, 0x91, 0xcf, 0x0f, - 0x67, 0xb3, 0xc3, 0x1f, 0x5e, 0x6c, 0xee, 0x1f, 0xcc, 0x37, 0x9b, 0xbf, 0xf8, 0xef, 0xa7, 0xad, - 0xcd, 0x17, 0x27, 0x27, 0xb3, 0x93, 0xf9, 0xe6, 0xf7, 0x27, 0x47, 0xaf, 0x5e, 0x9c, 0x1c, 0xcd, - 0x8e, 0x63, 0xbd, 0xd0, 0x7b, 0x79, 0x32, 0x7b, 0x35, 0x63, 0xeb, 0x0d, 0xb4, 0xb7, 0x7f, 0x30, - 0xef, 0xb5, 0xac, 0xde, 0x4f, 0x5b, 0xbd, 0x86, 0x75, 0x63, 0x2d, 0xed, 0xfa, 0xf2, 0x68, 0x73, - 0xff, 0xf8, 0x78, 0xf6, 0x6a, 0xff, 0xd5, 0xd1, 0xec, 0x78, 0xde, 0xb0, 0x37, 0x7e, 0x5e, 0x23, - 0xac, 0x48, 0xfb, 0x02, 0x32, 0xe0, 0xf8, 0xef, 0x3f, 0x6e, 0xfc, 0x6b, 0x8d, 0xbc, 0xdb, 0x5d, - 0x66, 0xef, 0x91, 0x0b, 0x95, 0xf6, 0x16, 0x0a, 0x39, 0x94, 0x20, 0xe8, 0xff, 0xb1, 0x0b, 0xe4, - 0x9d, 0x4a, 0x6f, 0x6b, 0xb3, 0xa3, 0xe9, 0x39, 0x76, 0x83, 0x5c, 0x29, 0x8c, 0x2e, 0x1c, 0x04, - 0x88, 0x61, 0x6a, 0x21, 0x3a, 0x78, 0x5e, 0x49, 0x07, 0x82, 0x9e, 0x67, 0xb7, 0xc8, 0x75, 0xa9, - 0x27, 0x5c, 0x49, 0x11, 0x61, 0xb7, 0x50, 0x95, 0x00, 0x11, 0x0b, 0x1e, 0x60, 0x64, 0xdc, 0x94, - 0xbe, 0xc5, 0xae, 0x91, 0x4b, 0xc9, 0xbc, 0x0d, 0xd3, 0x1d, 0xe3, 0x44, 0x0c, 0xb0, 0x1b, 0xe8, - 0xff, 0xb3, 0xeb, 0xe4, 0x72, 0xbe, 0x12, 0x83, 0x31, 0x51, 0x19, 0x3d, 0xa2, 0xbf, 0x62, 0xeb, - 0xe4, 0x46, 0x32, 0x8d, 0xb9, 0xaf, 0x2d, 0x25, 0xd7, 0xd3, 0x88, 0x2b, 0x9e, 0xbe, 0x8d, 0x67, - 0xe6, 0xf6, 0x74, 0x40, 0x31, 0xe6, 0xce, 0xd3, 0x77, 0x70, 0xe7, 0xb4, 0x64, 0x15, 0x2f, 0xa0, - 0x04, 0x1d, 0x62, 0xe5, 0x14, 0xfd, 0x35, 0xbb, 0x4c, 0xde, 0x4f, 0xa6, 0xca, 0x83, 0x8b, 0x4a, - 0xfa, 0x40, 0x7f, 0x93, 0x33, 0xea, 0x65, 0xa9, 0x03, 0x38, 0xf0, 0x81, 0x12, 0x76, 0x97, 0xdc, - 0x4e, 0xa6, 0xa1, 0x71, 0x25, 0x0f, 0xf8, 0xb3, 0xb2, 0xef, 0x05, 0xf4, 0xa8, 0xb3, 0x14, 0xa5, - 0x5f, 0x06, 0xf4, 0x5b, 0xb6, 0x41, 0xd6, 0xbb, 0xe6, 0xda, 0x6d, 0xa5, 0x60, 0xc4, 0x55, 0xed, - 0x36, 0xfd, 0x1d, 0x7b, 0x44, 0x1e, 0x9c, 0xc6, 0x94, 0x95, 0x0a, 0xd2, 0x2a, 0x88, 0x5e, 0x06, - 0xc0, 0x48, 0xa3, 0x92, 0x1a, 0xe8, 0xbb, 0xec, 0x2b, 0xf2, 0x74, 0x89, 0x96, 0x3e, 0x6a, 0x13, - 0x22, 0x9f, 0x70, 0xa9, 0xf8, 0x40, 0x41, 0xed, 0x62, 0xe0, 0x6e, 0x04, 0x41, 0xea, 0x51, 0x34, - 0xae, 0x49, 0x8d, 0x97, 0x46, 0xd3, 0xf7, 0xd8, 0x15, 0xc2, 0x52, 0x44, 0xc1, 0x58, 0x59, 0x44, - 0xcb, 0xc3, 0x98, 0x52, 0xbc, 0xf5, 0xb4, 0x3e, 0x35, 0x55, 0xa8, 0x06, 0x80, 0xae, 0x69, 0x0d, - 0x2a, 0x4a, 0x41, 0xdf, 0x67, 0x6b, 0xe4, 0xda, 0xaa, 0x7d, 0x22, 0x05, 0x18, 0xb4, 0x32, 0xf6, - 0x11, 0xf9, 0xb0, 0x5d, 0x05, 0x17, 0x64, 0xd1, 0x44, 0x56, 0xd3, 0x05, 0x58, 0x07, 0x28, 0x0a, - 0x41, 0x2f, 0xb2, 0x87, 0xe4, 0x7e, 0x02, 0x0a, 0x28, 0xcd, 0xc8, 0x71, 0x3b, 0x96, 0xc5, 0x59, - 0xd8, 0x4b, 0xec, 0x26, 0xb9, 0x9a, 0xb0, 0x78, 0x23, 0x95, 0xf6, 0x95, 0xb5, 0xc6, 0xa1, 0xf1, - 0x32, 0xbb, 0x4d, 0xd6, 0x0a, 0xae, 0x31, 0xf0, 0x85, 0xf0, 0x62, 0xe1, 0x64, 0x00, 0x27, 0x79, - 0x2d, 0x52, 0x7a, 0x05, 0x3d, 0x5e, 0x20, 0xb8, 0x10, 0x2b, 0xd6, 0xab, 0xa8, 0xea, 0x56, 0x26, - 0xce, 0x88, 0xaa, 0x08, 0x71, 0x28, 0x55, 0x00, 0x47, 0xaf, 0xe1, 0xc1, 0xdd, 0xb5, 0x65, 0x36, - 0xaf, 0xa3, 0x24, 0x56, 0x0e, 0xf6, 0xb2, 0x94, 0x8a, 0xbb, 0x4c, 0x53, 0x37, 0xd8, 0x07, 0xe4, - 0x66, 0x7e, 0xb8, 0x32, 0x1e, 0x72, 0xd1, 0xdd, 0x64, 0x7d, 0xf2, 0x2c, 0x03, 0x08, 0xe9, 0xad, - 0xe2, 0xd3, 0x68, 0xb4, 0x9a, 0xd6, 0x08, 0x14, 0x50, 0xf4, 0xc0, 0x5d, 0x31, 0x6e, 0x16, 0x0b, - 0x5e, 0x5a, 0x2e, 0x47, 0xda, 0xd3, 0x35, 0xf6, 0x94, 0x6c, 0xfd, 0xaf, 0xdc, 0x25, 0xed, 0x16, - 0xfb, 0x82, 0x3c, 0x79, 0x33, 0x6d, 0x6c, 0xac, 0x45, 0xd9, 0x2c, 0x89, 0xeb, 0x6c, 0x8b, 0x7c, - 0x9a, 0x11, 0x3b, 0x35, 0x72, 0xf6, 0x59, 0x1f, 0xa0, 0x42, 0x17, 0x14, 0x0f, 0x21, 0x0e, 0xa4, - 0xf0, 0xd1, 0xe8, 0x94, 0x04, 0xa3, 0x9b, 0x46, 0x22, 0xf5, 0x69, 0xea, 0xed, 0x15, 0x37, 0x2b, - 0xa7, 0xea, 0x33, 0x56, 0xa8, 0xa8, 0xf1, 0x44, 0x6a, 0x52, 0x7a, 0x27, 0x97, 0xb6, 0xb4, 0x48, - 0x76, 0xe0, 0x3d, 0xdd, 0xc8, 0xcb, 0x5e, 0xda, 0x45, 0x1d, 0xd3, 0x0f, 0x73, 0x78, 0x69, 0x06, - 0x52, 0x41, 0xe4, 0xd6, 0xd2, 0xbb, 0x98, 0xba, 0xd3, 0xeb, 0xcb, 0xae, 0x76, 0x2f, 0xef, 0x6a, - 0x4b, 0xaf, 0xa4, 0xa0, 0xf7, 0x51, 0x38, 0x0b, 0xd7, 0x9b, 0xfa, 0x5b, 0xda, 0xe9, 0x47, 0x99, - 0x70, 0x16, 0x46, 0x33, 0xf0, 0x46, 0x61, 0x57, 0x5d, 0xa2, 0x1e, 0x60, 0xb3, 0xc8, 0x37, 0x8d, - 0x5c, 0x8b, 0x26, 0xe2, 0x52, 0xfa, 0x92, 0x87, 0x62, 0x4c, 0x3f, 0xce, 0x6b, 0xd1, 0x3a, 0xb3, - 0x2b, 0x4b, 0x19, 0xa6, 0xd1, 0x71, 0x21, 0x2b, 0x4f, 0x1f, 0xe2, 0x0e, 0xaf, 0xb3, 0xc6, 0x4a, - 0xcb, 0xe0, 0xe9, 0x27, 0x58, 0x3d, 0x09, 0xe3, 0x83, 0x03, 0x08, 0x8b, 0xdb, 0x8a, 0x0a, 0xf4, - 0x28, 0x8c, 0xe9, 0x23, 0x0c, 0xa5, 0x0d, 0x52, 0x86, 0xa9, 0xe6, 0x25, 0x24, 0xe3, 0xa7, 0x79, - 0xdb, 0x77, 0x30, 0x92, 0x46, 0x17, 0x46, 0xb4, 0xe6, 0xde, 0x69, 0x73, 0xce, 0xde, 0xcc, 0xcd, - 0xd6, 0xf8, 0xc0, 0x55, 0xce, 0xfe, 0xac, 0x73, 0xbd, 0xa6, 0xd2, 0xc1, 0x4d, 0x23, 0x02, 0xe8, - 0x16, 0xbb, 0x44, 0x68, 0xb2, 0x28, 0x1e, 0x64, 0xa8, 0x04, 0xd0, 0xc7, 0x79, 0x7a, 0xb1, 0x44, - 0x9b, 0xe5, 0x27, 0xec, 0x19, 0x79, 0xbc, 0x0c, 0x7f, 0x04, 0xc6, 0x1a, 0xa9, 0x43, 0x7d, 0x9d, - 0x29, 0xd6, 0x81, 0x09, 0xa8, 0xbc, 0x3a, 0x25, 0x03, 0x88, 0xba, 0x52, 0x8a, 0x7e, 0xde, 0xf1, - 0xae, 0xe5, 0x27, 0x31, 0x3d, 0xcd, 0xef, 0xbe, 0x2e, 0x04, 0x61, 0x4a, 0x2e, 0x75, 0xc4, 0x08, - 0xe9, 0xb3, 0xba, 0x2b, 0xb5, 0xd9, 0xb3, 0xdc, 0xf1, 0x12, 0x3a, 0xed, 0xe3, 0x0b, 0x76, 0x9f, - 0x6c, 0x70, 0x11, 0x7d, 0x31, 0x06, 0x51, 0x29, 0x88, 0x41, 0x96, 0xd0, 0x14, 0xd3, 0x84, 0x2b, - 0x1f, 0xcd, 0x04, 0x9c, 0xe2, 0x96, 0x7e, 0xc9, 0x1e, 0x93, 0x5e, 0x8e, 0x4b, 0x90, 0xe4, 0xaf, - 0xb7, 0x5c, 0x2f, 0xe7, 0x83, 0xe0, 0x53, 0x4f, 0xbf, 0x62, 0xf7, 0xc8, 0x9d, 0x2e, 0x67, 0xd1, - 0xe7, 0xf3, 0x33, 0x68, 0x9f, 0x7d, 0x46, 0x1e, 0xe5, 0x30, 0xd8, 0x2d, 0x00, 0x70, 0x70, 0x2f, - 0xdd, 0xb0, 0x18, 0x18, 0xc7, 0xb6, 0x50, 0xca, 0x40, 0xbf, 0x66, 0x9b, 0xe4, 0x93, 0x9c, 0xd1, - 0x11, 0x68, 0xd2, 0x25, 0x36, 0x8d, 0xa1, 0x04, 0x25, 0x3c, 0xfd, 0x26, 0xd3, 0xfa, 0xa0, 0x2e, - 0x23, 0x21, 0x87, 0xd3, 0x95, 0x12, 0xa6, 0xdf, 0x62, 0x8c, 0xbf, 0x84, 0x6a, 0xeb, 0xdb, 0xd8, - 0x00, 0x22, 0x9a, 0x2a, 0xd0, 0xdf, 0xb3, 0x07, 0xe4, 0xee, 0x69, 0x8e, 0x86, 0x11, 0x0f, 0x72, - 0x92, 0x57, 0xd2, 0x1f, 0xb0, 0x8e, 0x5b, 0x88, 0x04, 0x17, 0xb9, 0x72, 0xc0, 0xc5, 0x34, 0xc2, - 0x2e, 0x36, 0x3b, 0xfa, 0x47, 0x76, 0x95, 0x5c, 0x1c, 0x02, 0xc6, 0x2d, 0x9a, 0x01, 0xaa, 0x94, - 0xd9, 0x01, 0x41, 0x39, 0x9e, 0xc1, 0x8b, 0x5a, 0x7b, 0x51, 0x6a, 0x50, 0x72, 0x24, 0xd3, 0x58, - 0xed, 0x4e, 0x91, 0x01, 0xeb, 0x91, 0x87, 0x9d, 0xa5, 0x98, 0xbd, 0x16, 0xd0, 0x41, 0x81, 0xb7, - 0xe2, 0x83, 0xc3, 0xe6, 0x31, 0xa5, 0x45, 0x36, 0x93, 0x56, 0xa6, 0x96, 0xd1, 0x54, 0x64, 0xed, - 0xc3, 0x41, 0x69, 0x3a, 0xe1, 0x00, 0x0e, 0xac, 0x34, 0x94, 0x7c, 0x61, 0x2c, 0x2c, 0x45, 0x35, - 0xc4, 0xc4, 0x9f, 0xb6, 0xd5, 0x8f, 0x26, 0x21, 0x4b, 0xd0, 0x38, 0xfa, 0x3d, 0x1d, 0xe1, 0x8c, - 0x4f, 0x30, 0xcb, 0x5d, 0x90, 0xa1, 0xce, 0x45, 0xda, 0x66, 0xcc, 0x3e, 0x26, 0xf7, 0xce, 0xb6, - 0xaf, 0x6e, 0x25, 0x57, 0xaa, 0xa4, 0xa6, 0xb4, 0x76, 0xfa, 0xa7, 0x95, 0x1e, 0xd4, 0x35, 0x37, - 0x77, 0xb7, 0x9d, 0xbf, 0xad, 0x12, 0x26, 0xdd, 0x58, 0xdb, 0x6c, 0x15, 0xde, 0x58, 0x29, 0xbd, - 0xaf, 0xef, 0x31, 0xcd, 0x26, 0x0f, 0x01, 0x9f, 0x36, 0xb4, 0xcc, 0xdd, 0x58, 0x8a, 0xb0, 0xd2, - 0x05, 0x7a, 0x4e, 0x35, 0x4a, 0x40, 0x99, 0x82, 0xd7, 0x71, 0x2c, 0x26, 0x79, 0x9e, 0x69, 0x83, - 0x37, 0xbe, 0x0a, 0x58, 0xec, 0x47, 0x6d, 0x26, 0x4f, 0x1e, 0x02, 0xc7, 0x29, 0x95, 0x52, 0xcd, - 0xc3, 0x52, 0x9c, 0x4d, 0x47, 0x19, 0x39, 0x53, 0x59, 0xfa, 0x1c, 0xe7, 0xde, 0xd8, 0x04, 0x50, - 0x8b, 0x76, 0x16, 0xcd, 0x30, 0xfa, 0x80, 0x53, 0xb6, 0x29, 0x6c, 0x1f, 0x77, 0x64, 0x18, 0x37, - 0x12, 0xac, 0x03, 0x6d, 0x13, 0xec, 0x18, 0x27, 0xdf, 0x36, 0x54, 0x2e, 0x26, 0x5c, 0x17, 0x10, - 0x07, 0xc6, 0x6c, 0x23, 0x68, 0x47, 0x6a, 0x61, 0x76, 0xde, 0xbc, 0x85, 0x47, 0x39, 0xd6, 0x25, - 0x18, 0xa5, 0x2e, 0x4c, 0x69, 0x79, 0xa8, 0x85, 0x5b, 0xe3, 0xdb, 0x12, 0x69, 0x5f, 0x86, 0x34, - 0xe4, 0xd7, 0xb7, 0x03, 0x03, 0xcb, 0x47, 0x10, 0x0b, 0xa3, 0x45, 0x9d, 0x78, 0x5a, 0xb1, 0x3b, - 0xe4, 0xd6, 0x6b, 0xcd, 0xf5, 0xd3, 0x77, 0x82, 0x92, 0x39, 0xd3, 0x94, 0xf5, 0x55, 0x28, 0x6d, - 0x98, 0xd2, 0x1d, 0x74, 0xee, 0x6c, 0x68, 0xf6, 0xb0, 0x43, 0x25, 0x04, 0x53, 0x18, 0x45, 0x77, - 0x5f, 0x8f, 0x5f, 0x6e, 0x9d, 0x8d, 0xf9, 0x29, 0x03, 0xc2, 0xcf, 0xc6, 0xa7, 0x16, 0x6d, 0x02, - 0x1a, 0xbc, 0xf4, 0x01, 0x9f, 0xcd, 0xf5, 0xad, 0xb4, 0x59, 0x4c, 0x92, 0xfa, 0x0e, 0x1f, 0x3b, - 0x6f, 0x3a, 0xd6, 0x56, 0x03, 0x25, 0x8b, 0xe8, 0xab, 0xe1, 0x50, 0xee, 0xd2, 0x3f, 0x63, 0x7b, - 0x3c, 0x9b, 0xd2, 0xea, 0xbb, 0x43, 0xd8, 0x43, 0x95, 0x9c, 0x4d, 0x98, 0x70, 0x55, 0x41, 0x0c, - 0x8e, 0x17, 0xdb, 0x8b, 0xff, 0x75, 0xb3, 0x6f, 0xdf, 0xbd, 0x7f, 0x61, 0xdf, 0x90, 0x2f, 0x5b, - 0x6a, 0xdb, 0x29, 0x91, 0x0a, 0xcf, 0x2b, 0x6c, 0xdd, 0x05, 0xd7, 0x71, 0xcc, 0x27, 0xd0, 0xbc, - 0xeb, 0x8c, 0xce, 0x33, 0xfa, 0x57, 0x7c, 0x5b, 0x9d, 0x66, 0x77, 0x8e, 0x88, 0xf5, 0x82, 0x8e, - 0xc2, 0xf3, 0xc8, 0x45, 0x6c, 0x74, 0x1d, 0x07, 0xff, 0x39, 0x47, 0x36, 0xbe, 0x9f, 0xfd, 0xd8, - 0xfb, 0xe5, 0x2f, 0xd2, 0xc1, 0xc5, 0xee, 0x97, 0xa5, 0xc5, 0x0f, 0x51, 0x7b, 0xee, 0x3b, 0xb1, - 0xa0, 0x1d, 0xce, 0x7e, 0xd8, 0x3f, 0x3e, 0xec, 0xcd, 0x4e, 0x0e, 0x37, 0x0f, 0x5f, 0x1c, 0xd7, - 0x9f, 0xa9, 0xe9, 0x73, 0xf8, 0xe5, 0xd1, 0xfc, 0x75, 0x5f, 0xc7, 0x5f, 0x37, 0x3f, 0xff, 0x38, - 0xff, 0xd6, 0x88, 0xf3, 0x7f, 0x9e, 0x5f, 0x1f, 0x35, 0x9b, 0xf1, 0x83, 0x79, 0xaf, 0xf9, 0x8b, - 0xff, 0x26, 0x5b, 0xbd, 0xfa, 0xc8, 0xf9, 0xcf, 0x09, 0xb0, 0xc7, 0x0f, 0xe6, 0x7b, 0x2d, 0x60, - 0x6f, 0xb2, 0xb5, 0xd7, 0x00, 0xfe, 0x7d, 0x7e, 0xa3, 0x59, 0xed, 0xf7, 0xf9, 0xc1, 0xbc, 0xdf, - 0x6f, 0x21, 0xfd, 0xfe, 0x64, 0xab, 0xdf, 0x6f, 0x40, 0x7f, 0x7b, 0xbb, 0xf6, 0xee, 0xc9, 0x7f, - 0x03, 0x00, 0x00, 0xff, 0xff, 0xec, 0x1c, 0x87, 0xd3, 0xba, 0x0f, 0x00, 0x00, +var fileDescriptor_criterion_error_db5176cecf27ec08 = []byte{ + // 1684 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, + 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, } 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 88dec3000371e1826fe1bf6a5a975d19aeceaa7a..b672a67f3e7d28d70809a05f887e4200713cfb4b 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_ee5c8bd3ce621fac, []int{0, 0} + return fileDescriptor_custom_interest_error_3c255ac3d5744253, []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_ee5c8bd3ce621fac, []int{0} + return fileDescriptor_custom_interest_error_3c255ac3d5744253, []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_ee5c8bd3ce621fac) + proto.RegisterFile("google/ads/googleads/v1/errors/custom_interest_error.proto", fileDescriptor_custom_interest_error_3c255ac3d5744253) } -var fileDescriptor_custom_interest_error_ee5c8bd3ce621fac = []byte{ +var fileDescriptor_custom_interest_error_3c255ac3d5744253 = []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 9ed4a2e4a5943836305b34f077b9733b8fbd3a9a..cec507b5a67511c017463f32a2ef36ea0ff139aa 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_81063ffeae07ad8c, []int{0, 0} + return fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743, []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_81063ffeae07ad8c, []int{0} + return fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743, []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_81063ffeae07ad8c) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_client_link_error.proto", fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743) } -var fileDescriptor_customer_client_link_error_81063ffeae07ad8c = []byte{ +var fileDescriptor_customer_client_link_error_0dc7a8ab87bf7743 = []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 dc3112d34bd56fc70e522be91612967e312c389f..914aee92c65e706be6a62accf1fcfe6f76f381f2 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_1d62f93ceaf85f07, []int{0, 0} + return fileDescriptor_customer_error_19eadbf370049eef, []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_1d62f93ceaf85f07, []int{0} + return fileDescriptor_customer_error_19eadbf370049eef, []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_1d62f93ceaf85f07) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_error.proto", fileDescriptor_customer_error_19eadbf370049eef) } -var fileDescriptor_customer_error_1d62f93ceaf85f07 = []byte{ +var fileDescriptor_customer_error_19eadbf370049eef = []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 696a0cb382ac43d4d4632860740944a43712ca60..ca33f86368e925bc6cd5bee9991b3faeb5ddd355 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_4a29e8c44fce075d, []int{0, 0} + return fileDescriptor_customer_feed_error_1c7fa3fd9d10a039, []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_4a29e8c44fce075d, []int{0} + return fileDescriptor_customer_feed_error_1c7fa3fd9d10a039, []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_4a29e8c44fce075d) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_feed_error.proto", fileDescriptor_customer_feed_error_1c7fa3fd9d10a039) } -var fileDescriptor_customer_feed_error_4a29e8c44fce075d = []byte{ +var fileDescriptor_customer_feed_error_1c7fa3fd9d10a039 = []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 4a5a5bb91ab44332afba251b1249cb508e98232a..510c9adbd49b17a218037c83bbd0a0ded316cfc3 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_c62ba1cb86ea300c, []int{0, 0} + return fileDescriptor_customer_manager_link_error_e709887cb58ed0a1, []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_c62ba1cb86ea300c, []int{0} + return fileDescriptor_customer_manager_link_error_e709887cb58ed0a1, []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_c62ba1cb86ea300c) + proto.RegisterFile("google/ads/googleads/v1/errors/customer_manager_link_error.proto", fileDescriptor_customer_manager_link_error_e709887cb58ed0a1) } -var fileDescriptor_customer_manager_link_error_c62ba1cb86ea300c = []byte{ +var fileDescriptor_customer_manager_link_error_e709887cb58ed0a1 = []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 7f53cc0c65fa82f93c9a0e74f26306a907f3de7b..36187c4e7e7220d999584b54c83cb3961c5479bf 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_a264ce6308d5aaff, []int{0, 0} + return fileDescriptor_database_error_21176018b44d1725, []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_a264ce6308d5aaff, []int{0} + return fileDescriptor_database_error_21176018b44d1725, []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_a264ce6308d5aaff) + proto.RegisterFile("google/ads/googleads/v1/errors/database_error.proto", fileDescriptor_database_error_21176018b44d1725) } -var fileDescriptor_database_error_a264ce6308d5aaff = []byte{ +var fileDescriptor_database_error_21176018b44d1725 = []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 00772c633cac195905796967a7861fd87a5db97b..80d149002207ee58963d1cc0b0efaee11b734266 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_c0ae79b5042bcdb9, []int{0, 0} + return fileDescriptor_date_error_1076a7adf94622c1, []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_c0ae79b5042bcdb9, []int{0} + return fileDescriptor_date_error_1076a7adf94622c1, []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_c0ae79b5042bcdb9) + proto.RegisterFile("google/ads/googleads/v1/errors/date_error.proto", fileDescriptor_date_error_1076a7adf94622c1) } -var fileDescriptor_date_error_c0ae79b5042bcdb9 = []byte{ +var fileDescriptor_date_error_1076a7adf94622c1 = []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 30701d8846027aa9e2994bcdda359a3b1fe55b05..716ad81045949adc52434faf3f27a195328b3f8a 100644 --- a/googleapis/ads/googleads/v1/errors/date_range_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/date_range_error.pb.go @@ -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_e9f9bd3a0926e1b8, []int{0, 0} + return fileDescriptor_date_range_error_93ac0847a733c955, []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_e9f9bd3a0926e1b8, []int{0} + return fileDescriptor_date_range_error_93ac0847a733c955, []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_e9f9bd3a0926e1b8) + proto.RegisterFile("google/ads/googleads/v1/errors/date_range_error.proto", fileDescriptor_date_range_error_93ac0847a733c955) } -var fileDescriptor_date_range_error_e9f9bd3a0926e1b8 = []byte{ +var fileDescriptor_date_range_error_93ac0847a733c955 = []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 7d61da2204f265c092cd898bcba4aeb7cbfc8956..b3f18bdc067a4aab94885f270174615665cec276 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_7f887894625b3b4a, []int{0, 0} + return fileDescriptor_distinct_error_ce2809863c4e9fa7, []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_7f887894625b3b4a, []int{0} + return fileDescriptor_distinct_error_ce2809863c4e9fa7, []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_7f887894625b3b4a) + proto.RegisterFile("google/ads/googleads/v1/errors/distinct_error.proto", fileDescriptor_distinct_error_ce2809863c4e9fa7) } -var fileDescriptor_distinct_error_7f887894625b3b4a = []byte{ +var fileDescriptor_distinct_error_ce2809863c4e9fa7 = []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 c989efd3e655a80244f7c108cd9728d044c79fdb..ae05da780dc7f14502896f17c4ebc0ffccb5d089 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_c4ce54ba8bb660c2, []int{0, 0} + return fileDescriptor_enum_error_0730761e494a1554, []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_c4ce54ba8bb660c2, []int{0} + return fileDescriptor_enum_error_0730761e494a1554, []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_c4ce54ba8bb660c2) + proto.RegisterFile("google/ads/googleads/v1/errors/enum_error.proto", fileDescriptor_enum_error_0730761e494a1554) } -var fileDescriptor_enum_error_c4ce54ba8bb660c2 = []byte{ +var fileDescriptor_enum_error_0730761e494a1554 = []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 cf76d822b436e7e50a0d373a2536cc02f5072ec4..0a009b921ebe2c0b0afb646175caf115164bb337 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_c5890e8290f50fbd, []int{0} + return fileDescriptor_errors_80dc7952912f9500, []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_c5890e8290f50fbd, []int{1} + return fileDescriptor_errors_80dc7952912f9500, []int{1} } func (m *GoogleAdsError) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsError.Unmarshal(m, b) @@ -164,6 +164,7 @@ type ErrorCode struct { // *ErrorCode_AdGroupAdError // *ErrorCode_AdSharingError // *ErrorCode_AdxError + // *ErrorCode_AssetError // *ErrorCode_BiddingError // *ErrorCode_CampaignCriterionError // *ErrorCode_CollectionSizeError @@ -202,6 +203,7 @@ type ErrorCode struct { // *ErrorCode_SharedCriterionError // *ErrorCode_CampaignSharedSetError // *ErrorCode_ConversionActionError + // *ErrorCode_ConversionAdjustmentUploadError // *ErrorCode_ConversionUploadError // *ErrorCode_HeaderError // *ErrorCode_DatabaseError @@ -247,7 +249,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_c5890e8290f50fbd, []int{2} + return fileDescriptor_errors_80dc7952912f9500, []int{2} } func (m *ErrorCode) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorCode.Unmarshal(m, b) @@ -351,6 +353,10 @@ type ErrorCode_AdxError struct { AdxError AdxErrorEnum_AdxError `protobuf:"varint,25,opt,name=adx_error,json=adxError,proto3,enum=google.ads.googleads.v1.errors.AdxErrorEnum_AdxError,oneof"` } +type ErrorCode_AssetError struct { + AssetError AssetErrorEnum_AssetError `protobuf:"varint,107,opt,name=asset_error,json=assetError,proto3,enum=google.ads.googleads.v1.errors.AssetErrorEnum_AssetError,oneof"` +} + type ErrorCode_BiddingError struct { BiddingError BiddingErrorEnum_BiddingError `protobuf:"varint,26,opt,name=bidding_error,json=biddingError,proto3,enum=google.ads.googleads.v1.errors.BiddingErrorEnum_BiddingError,oneof"` } @@ -503,6 +509,10 @@ type ErrorCode_ConversionActionError struct { ConversionActionError ConversionActionErrorEnum_ConversionActionError `protobuf:"varint,65,opt,name=conversion_action_error,json=conversionActionError,proto3,enum=google.ads.googleads.v1.errors.ConversionActionErrorEnum_ConversionActionError,oneof"` } +type ErrorCode_ConversionAdjustmentUploadError struct { + ConversionAdjustmentUploadError ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError `protobuf:"varint,115,opt,name=conversion_adjustment_upload_error,json=conversionAdjustmentUploadError,proto3,enum=google.ads.googleads.v1.errors.ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError,oneof"` +} + type ErrorCode_ConversionUploadError struct { ConversionUploadError ConversionUploadErrorEnum_ConversionUploadError `protobuf:"varint,111,opt,name=conversion_upload_error,json=conversionUploadError,proto3,enum=google.ads.googleads.v1.errors.ConversionUploadErrorEnum_ConversionUploadError,oneof"` } @@ -683,6 +693,8 @@ func (*ErrorCode_AdSharingError) isErrorCode_ErrorCode() {} func (*ErrorCode_AdxError) isErrorCode_ErrorCode() {} +func (*ErrorCode_AssetError) isErrorCode_ErrorCode() {} + func (*ErrorCode_BiddingError) isErrorCode_ErrorCode() {} func (*ErrorCode_CampaignCriterionError) isErrorCode_ErrorCode() {} @@ -759,6 +771,8 @@ func (*ErrorCode_CampaignSharedSetError) isErrorCode_ErrorCode() {} func (*ErrorCode_ConversionActionError) isErrorCode_ErrorCode() {} +func (*ErrorCode_ConversionAdjustmentUploadError) isErrorCode_ErrorCode() {} + func (*ErrorCode_ConversionUploadError) isErrorCode_ErrorCode() {} func (*ErrorCode_HeaderError) isErrorCode_ErrorCode() {} @@ -976,6 +990,13 @@ func (m *ErrorCode) GetAdxError() AdxErrorEnum_AdxError { return AdxErrorEnum_UNSPECIFIED } +func (m *ErrorCode) GetAssetError() AssetErrorEnum_AssetError { + if x, ok := m.GetErrorCode().(*ErrorCode_AssetError); ok { + return x.AssetError + } + return AssetErrorEnum_UNSPECIFIED +} + func (m *ErrorCode) GetBiddingError() BiddingErrorEnum_BiddingError { if x, ok := m.GetErrorCode().(*ErrorCode_BiddingError); ok { return x.BiddingError @@ -1242,6 +1263,13 @@ func (m *ErrorCode) GetConversionActionError() ConversionActionErrorEnum_Convers return ConversionActionErrorEnum_UNSPECIFIED } +func (m *ErrorCode) GetConversionAdjustmentUploadError() ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError { + if x, ok := m.GetErrorCode().(*ErrorCode_ConversionAdjustmentUploadError); ok { + return x.ConversionAdjustmentUploadError + } + return ConversionAdjustmentUploadErrorEnum_UNSPECIFIED +} + func (m *ErrorCode) GetConversionUploadError() ConversionUploadErrorEnum_ConversionUploadError { if x, ok := m.GetErrorCode().(*ErrorCode_ConversionUploadError); ok { return x.ConversionUploadError @@ -1510,6 +1538,7 @@ func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) err (*ErrorCode_AdGroupAdError)(nil), (*ErrorCode_AdSharingError)(nil), (*ErrorCode_AdxError)(nil), + (*ErrorCode_AssetError)(nil), (*ErrorCode_BiddingError)(nil), (*ErrorCode_CampaignCriterionError)(nil), (*ErrorCode_CollectionSizeError)(nil), @@ -1548,6 +1577,7 @@ func (*ErrorCode) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) err (*ErrorCode_SharedCriterionError)(nil), (*ErrorCode_CampaignSharedSetError)(nil), (*ErrorCode_ConversionActionError)(nil), + (*ErrorCode_ConversionAdjustmentUploadError)(nil), (*ErrorCode_ConversionUploadError)(nil), (*ErrorCode_HeaderError)(nil), (*ErrorCode_DatabaseError)(nil), @@ -1650,6 +1680,9 @@ func _ErrorCode_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { case *ErrorCode_AdxError: b.EncodeVarint(25<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.AdxError)) + case *ErrorCode_AssetError: + b.EncodeVarint(107<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.AssetError)) case *ErrorCode_BiddingError: b.EncodeVarint(26<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.BiddingError)) @@ -1764,6 +1797,9 @@ func _ErrorCode_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { case *ErrorCode_ConversionActionError: b.EncodeVarint(65<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.ConversionActionError)) + case *ErrorCode_ConversionAdjustmentUploadError: + b.EncodeVarint(115<<3 | proto.WireVarint) + b.EncodeVarint(uint64(x.ConversionAdjustmentUploadError)) case *ErrorCode_ConversionUploadError: b.EncodeVarint(111<<3 | proto.WireVarint) b.EncodeVarint(uint64(x.ConversionUploadError)) @@ -2019,6 +2055,13 @@ func _ErrorCode_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buff x, err := b.DecodeVarint() m.ErrorCode = &ErrorCode_AdxError{AdxErrorEnum_AdxError(x)} return true, err + case 107: // error_code.asset_error + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.ErrorCode = &ErrorCode_AssetError{AssetErrorEnum_AssetError(x)} + return true, err case 26: // error_code.bidding_error if wire != proto.WireVarint { return true, proto.ErrInternalBadWireType @@ -2285,6 +2328,13 @@ func _ErrorCode_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buff x, err := b.DecodeVarint() m.ErrorCode = &ErrorCode_ConversionActionError{ConversionActionErrorEnum_ConversionActionError(x)} return true, err + case 115: // error_code.conversion_adjustment_upload_error + if wire != proto.WireVarint { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeVarint() + m.ErrorCode = &ErrorCode_ConversionAdjustmentUploadError{ConversionAdjustmentUploadErrorEnum_ConversionAdjustmentUploadError(x)} + return true, err case 111: // error_code.conversion_upload_error if wire != proto.WireVarint { return true, proto.ErrInternalBadWireType @@ -2599,6 +2649,9 @@ func _ErrorCode_OneofSizer(msg proto.Message) (n int) { case *ErrorCode_AdxError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.AdxError)) + case *ErrorCode_AssetError: + n += 2 // tag and wire + n += proto.SizeVarint(uint64(x.AssetError)) case *ErrorCode_BiddingError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.BiddingError)) @@ -2713,6 +2766,9 @@ func _ErrorCode_OneofSizer(msg proto.Message) (n int) { case *ErrorCode_ConversionActionError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.ConversionActionError)) + case *ErrorCode_ConversionAdjustmentUploadError: + n += 2 // tag and wire + n += proto.SizeVarint(uint64(x.ConversionAdjustmentUploadError)) case *ErrorCode_ConversionUploadError: n += 2 // tag and wire n += proto.SizeVarint(uint64(x.ConversionUploadError)) @@ -2838,7 +2894,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_c5890e8290f50fbd, []int{3} + return fileDescriptor_errors_80dc7952912f9500, []int{3} } func (m *ErrorLocation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorLocation.Unmarshal(m, b) @@ -2880,7 +2936,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_c5890e8290f50fbd, []int{3, 0} + return fileDescriptor_errors_80dc7952912f9500, []int{3, 0} } func (m *ErrorLocation_FieldPathElement) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorLocation_FieldPathElement.Unmarshal(m, b) @@ -2932,7 +2988,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_c5890e8290f50fbd, []int{4} + return fileDescriptor_errors_80dc7952912f9500, []int{4} } func (m *ErrorDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ErrorDetails.Unmarshal(m, b) @@ -2995,7 +3051,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_c5890e8290f50fbd, []int{5} + return fileDescriptor_errors_80dc7952912f9500, []int{5} } func (m *PolicyViolationDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyViolationDetails.Unmarshal(m, b) @@ -3060,7 +3116,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_c5890e8290f50fbd, []int{6} + return fileDescriptor_errors_80dc7952912f9500, []int{6} } func (m *PolicyFindingDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyFindingDetails.Unmarshal(m, b) @@ -3099,247 +3155,251 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/errors.proto", fileDescriptor_errors_c5890e8290f50fbd) -} - -var fileDescriptor_errors_c5890e8290f50fbd = []byte{ - // 3797 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x5b, 0x49, 0x73, 0x1c, 0xb7, - 0x15, 0x9e, 0x91, 0x62, 0x4b, 0x04, 0x25, 0x4a, 0x82, 0x28, 0x19, 0x92, 0x6c, 0x59, 0xa6, 0xed, - 0x44, 0x71, 0x6c, 0x52, 0xa4, 0x36, 0x9b, 0xb2, 0x25, 0x0f, 0x37, 0x0d, 0x2d, 0x52, 0xa2, 0x9b, - 0xb2, 0xbc, 0x29, 0x19, 0x63, 0xba, 0x31, 0x43, 0x98, 0xbd, 0xa9, 0xbb, 0x47, 0x22, 0x55, 0x71, - 0x55, 0x92, 0xaa, 0xa4, 0x2a, 0xa9, 0x4a, 0x0e, 0x49, 0x55, 0x0e, 0x39, 0xe4, 0xe0, 0x63, 0x0e, - 0xb9, 0xe4, 0x90, 0xfc, 0x84, 0x54, 0xfe, 0x47, 0x72, 0xc8, 0x3d, 0xf7, 0x14, 0xd0, 0x1b, 0x80, - 0xc6, 0xb0, 0xd1, 0x3e, 0x91, 0xf8, 0x80, 0xef, 0x3d, 0x34, 0xe6, 0xe1, 0xe1, 0x3d, 0x2c, 0xe0, - 0x47, 0xc3, 0x20, 0x18, 0xba, 0x64, 0x0e, 0x3b, 0xf1, 0x5c, 0xfa, 0x2f, 0xfb, 0xef, 0xe9, 0xfc, - 0x1c, 0x89, 0xa2, 0x20, 0x8a, 0xb3, 0x3f, 0xb3, 0x61, 0x14, 0x24, 0x01, 0xbc, 0x98, 0xb6, 0x98, - 0xc5, 0x4e, 0x3c, 0x5b, 0x34, 0x9e, 0x7d, 0x3a, 0x3f, 0x9b, 0xb6, 0x3a, 0x3f, 0x56, 0x98, 0x1d, - 0x78, 0x5e, 0xe0, 0xcf, 0x85, 0x81, 0x4b, 0xed, 0xfd, 0x54, 0xd8, 0xf9, 0xb7, 0x6a, 0x1a, 0x3f, - 0xc5, 0xee, 0x88, 0x64, 0x6d, 0x97, 0x6a, 0x7a, 0x89, 0x6d, 0x3b, 0x18, 0xf9, 0x49, 0xaf, 0x3f, - 0x72, 0x86, 0x24, 0xe9, 0x85, 0x51, 0x10, 0x06, 0x31, 0x76, 0x7b, 0xbc, 0x3a, 0x93, 0xf1, 0x6e, - 0x9d, 0x0c, 0xa7, 0x67, 0x8f, 0xe2, 0x24, 0xf0, 0xe8, 0x73, 0x12, 0x49, 0xcc, 0x77, 0xea, 0x99, - 0x62, 0xf3, 0x1b, 0xf5, 0xcd, 0x87, 0x51, 0x30, 0x0a, 0x7b, 0x0a, 0xef, 0x43, 0x53, 0x5e, 0x9f, - 0x3a, 0x3d, 0x2f, 0x70, 0xe8, 0x80, 0x2a, 0x1d, 0xfd, 0xc0, 0x54, 0x82, 0x1d, 0xd1, 0x84, 0x44, - 0x34, 0xf0, 0x25, 0xfa, 0x55, 0x53, 0x7a, 0xc3, 0x61, 0x4d, 0x49, 0x03, 0x42, 0xe4, 0xef, 0xbd, - 0x59, 0xcf, 0x0c, 0x71, 0x84, 0x3d, 0x92, 0x28, 0x9f, 0x79, 0xbd, 0x9e, 0x18, 0xef, 0xe0, 0x88, - 0xfa, 0x43, 0x89, 0x36, 0x5b, 0x4b, 0xdb, 0x93, 0xda, 0xbf, 0x57, 0xd7, 0x7e, 0x94, 0xec, 0x10, - 0x3f, 0xa1, 0x36, 0x4e, 0xd4, 0x91, 0x7c, 0xd7, 0x80, 0x1a, 0x44, 0xf4, 0x79, 0x95, 0xb9, 0x50, - 0xc3, 0xec, 0x53, 0xc7, 0x51, 0x3f, 0xec, 0x96, 0x21, 0x27, 0x4e, 0x22, 0x9c, 0x90, 0xe1, 0x7e, - 0xa3, 0xae, 0xf6, 0xa9, 0xeb, 0x72, 0x32, 0x49, 0x94, 0x5f, 0x7e, 0xb1, 0x86, 0x69, 0x63, 0x2f, - 0xc4, 0x74, 0xe8, 0xe7, 0xb3, 0xb2, 0x89, 0xa5, 0x16, 0xdc, 0xef, 0x66, 0xa9, 0x05, 0xbd, 0xc9, - 0x97, 0x16, 0xa4, 0x8a, 0xa5, 0xde, 0x36, 0x65, 0x32, 0xb3, 0x23, 0x0e, 0x1b, 0xab, 0x66, 0x9a, - 0x77, 0xb0, 0x3f, 0x24, 0xbd, 0x38, 0xc1, 0xc9, 0x28, 0x6e, 0x36, 0xc6, 0x81, 0xeb, 0x12, 0x9b, - 0x5b, 0x51, 0x4c, 0x9f, 0x93, 0x46, 0xa6, 0x64, 0x07, 0x7e, 0x42, 0xf6, 0xe4, 0x9e, 0xbe, 0x5f, - 0xcf, 0x79, 0x4a, 0xa2, 0x98, 0xe9, 0xc3, 0x76, 0xc5, 0x78, 0x1b, 0xb0, 0x47, 0xa1, 0x1b, 0xe0, - 0x66, 0xfe, 0x80, 0xbb, 0xf8, 0x68, 0xbf, 0x67, 0x07, 0x8e, 0xfc, 0xa1, 0xd7, 0xea, 0x88, 0x5a, - 0x1b, 0xaa, 0x1d, 0x5a, 0xbe, 0x18, 0xf4, 0xa8, 0x9f, 0x90, 0x88, 0xc4, 0xf2, 0x30, 0xdd, 0x31, - 0xe2, 0x92, 0xa8, 0x67, 0xbb, 0x94, 0xf8, 0x49, 0xcf, 0xa5, 0xfe, 0x6e, 0x33, 0x03, 0xce, 0x05, - 0x34, 0x32, 0xa3, 0x9c, 0x54, 0x31, 0xe0, 0x0f, 0x4d, 0x99, 0x1e, 0xf6, 0xf1, 0x90, 0x44, 0xcd, - 0x3b, 0xec, 0xe0, 0x04, 0xf7, 0x71, 0x2c, 0xff, 0x30, 0x73, 0xf5, 0x24, 0xd2, 0xc8, 0xb3, 0x73, - 0x42, 0xc4, 0x27, 0x4b, 0xa3, 0xce, 0xd1, 0x38, 0xa1, 0xbe, 0x9d, 0x34, 0xea, 0x1c, 0xf1, 0x47, - 0x5e, 0x23, 0x2f, 0x40, 0xf6, 0x12, 0xe2, 0x73, 0xe3, 0xe6, 0xe3, 0x4f, 0x13, 0xe2, 0x35, 0x9a, - 0x1d, 0x25, 0x3f, 0x26, 0x49, 0xa2, 0x3a, 0xf9, 0xe5, 0x1a, 0x36, 0xd7, 0x89, 0x93, 0x24, 0xa2, - 0xfd, 0x11, 0x1b, 0x24, 0x32, 0x20, 0x11, 0xf1, 0xed, 0x66, 0x3f, 0x48, 0xc5, 0x70, 0xae, 0x99, - 0x10, 0x2a, 0x5f, 0x7a, 0xcb, 0x98, 0x95, 0xe0, 0x48, 0x5d, 0x1a, 0xee, 0x18, 0x93, 0x9f, 0x62, - 0x97, 0x3a, 0xd5, 0x25, 0xf4, 0xa6, 0x89, 0x00, 0x0f, 0x87, 0xa1, 0x3a, 0xc4, 0x57, 0xea, 0x88, - 0x94, 0xb8, 0x4e, 0x23, 0x7b, 0x4d, 0x19, 0x1e, 0x8e, 0x9b, 0x4d, 0xa6, 0xc1, 0xc8, 0xaf, 0x3a, - 0xd7, 0x5b, 0xa6, 0xa4, 0x10, 0x47, 0xb1, 0xfa, 0x69, 0xeb, 0x35, 0xe4, 0x21, 0x09, 0xf2, 0xdf, - 0xc2, 0x0e, 0xfc, 0x38, 0xc1, 0x7e, 0xd2, 0x8b, 0x47, 0xc3, 0x21, 0x89, 0x2b, 0xfd, 0x98, 0xaf, - 0x11, 0xb5, 0x43, 0xb0, 0xd3, 0x30, 0x80, 0xa6, 0x4e, 0xa3, 0xdf, 0x81, 0x7a, 0xb8, 0xa1, 0x03, - 0xe0, 0x4e, 0xdc, 0x57, 0x12, 0x82, 0x3a, 0xa7, 0xb8, 0x4b, 0xf6, 0x9f, 0x05, 0x91, 0xd3, 0x0b, - 0x5d, 0xec, 0xf7, 0xb4, 0xb1, 0x6f, 0x23, 0x09, 0xda, 0x98, 0xe4, 0x66, 0x13, 0x09, 0x4d, 0x9c, - 0x89, 0x44, 0xa4, 0x0e, 0xc1, 0x8d, 0xe6, 0x98, 0xc4, 0xce, 0x0b, 0xa2, 0x80, 0x6e, 0x13, 0x01, - 0x3e, 0x19, 0xe2, 0x84, 0x3e, 0x25, 0x5a, 0x49, 0x75, 0x3f, 0xb6, 0x8b, 0xfb, 0xa4, 0x59, 0x22, - 0xe7, 0x62, 0x7f, 0x38, 0x62, 0x16, 0x52, 0x09, 0x14, 0xea, 0x22, 0x7a, 0x97, 0xc6, 0x49, 0x2f, - 0x08, 0x49, 0xd4, 0xdc, 0xa9, 0x78, 0xc4, 0xa1, 0xb8, 0xd7, 0x1f, 0xf9, 0x8e, 0xdb, 0x6c, 0x49, - 0x4b, 0x89, 0x03, 0xda, 0x94, 0x36, 0x72, 0x13, 0x1a, 0xba, 0x6a, 0x06, 0x38, 0x5f, 0x4b, 0x4b, - 0x9a, 0xae, 0xb9, 0x19, 0xe5, 0xeb, 0xa0, 0xdf, 0xc8, 0xf6, 0x7d, 0xf2, 0xac, 0x17, 0x91, 0x38, - 0x18, 0x45, 0x36, 0xe9, 0xd9, 0x11, 0xa9, 0x0e, 0x69, 0xdd, 0xda, 0xe2, 0x07, 0x49, 0x8f, 0x78, - 0x61, 0xb2, 0xdf, 0x68, 0x09, 0xf3, 0x47, 0xae, 0x6c, 0x2e, 0x75, 0x7b, 0x07, 0xe5, 0xef, 0x8d, - 0x6d, 0x9b, 0xc4, 0x71, 0xcf, 0x21, 0x3e, 0x55, 0x96, 0xc1, 0xab, 0x46, 0x32, 0x82, 0xa8, 0x51, - 0x80, 0x19, 0xe2, 0x28, 0xa1, 0xd8, 0xed, 0x0d, 0x30, 0x75, 0x47, 0x51, 0x33, 0x4b, 0x4d, 0x77, - 0x52, 0x7a, 0x03, 0xea, 0x57, 0xb2, 0xc1, 0x35, 0x33, 0xaa, 0xb0, 0x78, 0xea, 0xb3, 0xec, 0x5b, - 0x86, 0x72, 0x68, 0xe0, 0x56, 0x7f, 0xdb, 0xba, 0x59, 0xfd, 0x64, 0x44, 0xa2, 0xfd, 0x86, 0x8c, - 0x20, 0xc1, 0x8d, 0x18, 0xd5, 0x38, 0xb1, 0x6e, 0x54, 0x23, 0x62, 0x07, 0x9e, 0x47, 0x7c, 0x4d, - 0x50, 0x71, 0xa3, 0x96, 0x3a, 0x64, 0x94, 0x8a, 0xcb, 0x59, 0xa8, 0xe5, 0x3d, 0x19, 0xa9, 0xd9, - 0x45, 0xa7, 0x96, 0x93, 0x4d, 0xab, 0xf1, 0x06, 0xdb, 0x35, 0x15, 0x91, 0xee, 0x9b, 0xb9, 0xd4, - 0xa3, 0x49, 0x8f, 0xec, 0xd9, 0x84, 0x38, 0x8a, 0xa4, 0xba, 0x0f, 0xd0, 0xc5, 0xaa, 0x75, 0xa6, - 0x93, 0xa5, 0xc9, 0xfa, 0xbc, 0xec, 0xba, 0x19, 0xb9, 0x69, 0x8e, 0x1d, 0x27, 0x7c, 0x43, 0x68, - 0x10, 0x44, 0x1e, 0xfe, 0x4e, 0x4c, 0x97, 0xf8, 0xc3, 0x64, 0xa7, 0x91, 0x07, 0x1b, 0x45, 0x6e, - 0xaf, 0x1a, 0x34, 0xd6, 0xb2, 0x62, 0x9e, 0x80, 0x29, 0x46, 0x91, 0xed, 0xbd, 0xce, 0xf1, 0x52, - 0x7f, 0x34, 0x98, 0x7b, 0x16, 0xe1, 0x30, 0x24, 0xf9, 0xde, 0xec, 0xf9, 0x97, 0x73, 0xa9, 0x21, - 0x9d, 0xc3, 0xbe, 0x1f, 0x24, 0xdc, 0x86, 0xb3, 0xda, 0x99, 0x2f, 0xc0, 0xc9, 0xbb, 0xbc, 0xbe, - 0xe3, 0xc4, 0x6b, 0xa9, 0xbf, 0x81, 0x6b, 0xe0, 0xc5, 0x54, 0x23, 0x6a, 0x5f, 0x3a, 0x7c, 0x79, - 0x72, 0x61, 0x76, 0xf6, 0xe0, 0xed, 0xdd, 0xd9, 0x42, 0xc2, 0x2a, 0x2b, 0x5b, 0x19, 0x7b, 0xe6, - 0x9f, 0x87, 0xc0, 0x94, 0x5c, 0x05, 0xbb, 0x00, 0xf0, 0x4a, 0x3e, 0x1f, 0x50, 0xfb, 0x52, 0xfb, - 0xf2, 0xe4, 0xc2, 0x0f, 0xeb, 0xc4, 0x73, 0xea, 0x72, 0xe0, 0x10, 0x6b, 0x82, 0xe4, 0xff, 0x42, - 0x04, 0x8e, 0x78, 0x24, 0x8e, 0xf1, 0x90, 0xa0, 0x43, 0x97, 0xda, 0x97, 0x27, 0xac, 0xbc, 0x08, - 0xef, 0x80, 0x23, 0x49, 0x44, 0x87, 0x43, 0x12, 0xa1, 0xc3, 0x5c, 0xc1, 0x9b, 0x63, 0x15, 0xa4, - 0x3b, 0xca, 0xb3, 0x8f, 0xb0, 0x3b, 0x22, 0x56, 0xce, 0x82, 0xeb, 0xe0, 0xa8, 0x1b, 0xa4, 0x9b, - 0x77, 0xe8, 0x7b, 0x5c, 0xc2, 0x3b, 0x46, 0x5d, 0xdc, 0xc8, 0x48, 0x56, 0x41, 0x87, 0x6b, 0xe0, - 0x88, 0x43, 0x12, 0x4c, 0xdd, 0x18, 0xbd, 0xc0, 0x25, 0xbd, 0x6d, 0x24, 0x69, 0x25, 0xe5, 0x58, - 0x39, 0x79, 0xe6, 0x1f, 0x9f, 0x83, 0x89, 0x62, 0x18, 0xa0, 0x03, 0x8e, 0x4b, 0xee, 0x81, 0x0f, - 0xe4, 0xd4, 0xc2, 0x07, 0x75, 0xb2, 0xad, 0x94, 0xc4, 0x05, 0xad, 0xfa, 0x23, 0x4f, 0x02, 0xba, - 0x2d, 0xeb, 0x58, 0x24, 0x94, 0xe1, 0x2f, 0xdb, 0xe0, 0xac, 0x7e, 0x87, 0x90, 0x8f, 0xf8, 0xd4, - 0xc2, 0x66, 0x9d, 0xbe, 0xa5, 0x94, 0xbd, 0x9d, 0x91, 0x4b, 0xbd, 0xba, 0x8a, 0x6e, 0xcb, 0x9a, - 0xee, 0x6b, 0x70, 0x48, 0xc1, 0x09, 0x65, 0xbe, 0xf0, 0xdf, 0x75, 0x6a, 0xe1, 0x4e, 0x9d, 0xfe, - 0x4f, 0x22, 0x77, 0x8d, 0xb1, 0x4a, 0xc5, 0x12, 0xd2, 0x6d, 0x59, 0xc7, 0x47, 0x22, 0x00, 0xbf, - 0x01, 0xd3, 0xba, 0x50, 0x8f, 0x5b, 0xc1, 0xd4, 0xc2, 0x7a, 0x9d, 0xbe, 0x0d, 0x1a, 0x27, 0x0f, - 0x72, 0x6a, 0xa9, 0xb4, 0x0a, 0x77, 0x5b, 0x16, 0x74, 0x2b, 0x28, 0x7c, 0x0c, 0x26, 0x85, 0xf5, - 0x8f, 0x5b, 0xcc, 0xd4, 0xc2, 0x7b, 0x75, 0x5a, 0x3f, 0x66, 0x94, 0x52, 0x5b, 0x59, 0xec, 0xb6, - 0x2c, 0xf0, 0xa4, 0x28, 0xc1, 0xaf, 0xc0, 0x31, 0x31, 0xca, 0x43, 0x47, 0xb8, 0xf8, 0x5b, 0x75, - 0xe2, 0x37, 0x39, 0xa7, 0x94, 0x2f, 0x94, 0xbb, 0x2d, 0x6b, 0xd2, 0x2b, 0x8b, 0xd0, 0x03, 0x27, - 0xd5, 0xc4, 0x16, 0x1d, 0xe5, 0x5a, 0x3a, 0x75, 0x5a, 0xf8, 0x8f, 0xb0, 0x89, 0xe3, 0xdd, 0x52, - 0x91, 0x0c, 0x75, 0x5b, 0xd6, 0xd4, 0x40, 0x42, 0xe0, 0x4f, 0xc1, 0x69, 0xcd, 0x7e, 0x39, 0x9a, - 0x30, 0xfb, 0xb1, 0x3a, 0x22, 0xb5, 0xd4, 0x5a, 0x85, 0xd9, 0x8f, 0x85, 0x2b, 0x28, 0xdc, 0x01, - 0x53, 0x72, 0xf6, 0x88, 0x80, 0x99, 0x55, 0xae, 0x67, 0xac, 0x52, 0xa7, 0x84, 0x30, 0xab, 0xa4, - 0x22, 0x90, 0x9a, 0x45, 0x11, 0xe4, 0xa0, 0x49, 0x53, 0xb3, 0x08, 0x12, 0x2c, 0x9a, 0x45, 0x5e, - 0x4c, 0xcd, 0x22, 0x2f, 0xc1, 0x2d, 0x70, 0x34, 0xdf, 0x6f, 0x45, 0xc7, 0xb8, 0xe8, 0xab, 0xb5, - 0x43, 0x27, 0xcc, 0xa8, 0x4e, 0x31, 0x97, 0x8e, 0xe0, 0x6c, 0x16, 0x11, 0x30, 0x25, 0x67, 0xc5, - 0xe8, 0xb8, 0x99, 0x7f, 0xea, 0x38, 0x77, 0x19, 0x49, 0x14, 0x5e, 0x02, 0xcc, 0x3f, 0x61, 0xa1, - 0x0c, 0x7f, 0xde, 0x06, 0x67, 0xb4, 0x47, 0x09, 0x68, 0x8a, 0xab, 0xbb, 0x57, 0xa7, 0x6e, 0x39, - 0x23, 0x2f, 0x71, 0x6e, 0xa9, 0x55, 0x83, 0x77, 0x5b, 0xd6, 0x69, 0xbb, 0x0a, 0x33, 0x23, 0x90, - 0xd3, 0x77, 0x74, 0xc2, 0xcc, 0x08, 0x72, 0x1d, 0x55, 0xad, 0x85, 0x11, 0xd8, 0x22, 0x00, 0x7f, - 0xd6, 0x06, 0xd3, 0xba, 0x83, 0x25, 0x74, 0xca, 0xec, 0x63, 0x3b, 0x12, 0x57, 0xb6, 0x77, 0x05, - 0x67, 0x1f, 0x8b, 0xab, 0x30, 0xfc, 0x4d, 0x1b, 0xa0, 0x71, 0x27, 0x85, 0x08, 0xf2, 0x6e, 0x3c, - 0x30, 0xfc, 0x89, 0x97, 0x73, 0x76, 0xe5, 0xb7, 0x96, 0x6b, 0xba, 0x2d, 0xeb, 0x0c, 0xd6, 0x55, - 0xc0, 0x7d, 0x70, 0x5a, 0x73, 0x30, 0x8b, 0x4e, 0xf3, 0x6e, 0xdc, 0xad, 0xef, 0xc6, 0x72, 0xc1, - 0x14, 0xbb, 0xa0, 0xa0, 0xdd, 0x96, 0x75, 0x0a, 0xab, 0x20, 0xf4, 0xc1, 0xa9, 0xca, 0x51, 0x2d, - 0x3a, 0x63, 0xe6, 0xe7, 0xb2, 0xaf, 0x94, 0x67, 0x90, 0x08, 0x31, 0x3f, 0x87, 0x25, 0x84, 0xb9, - 0x55, 0xf5, 0xe4, 0x12, 0x21, 0x53, 0x75, 0xdb, 0x29, 0x4d, 0x54, 0x27, 0x42, 0xa9, 0x3a, 0x11, - 0x81, 0x0f, 0xc1, 0x44, 0x71, 0xe2, 0x89, 0xce, 0x71, 0x3d, 0xd7, 0xeb, 0xf5, 0xec, 0x89, 0x1a, - 0xf6, 0x72, 0xd9, 0x47, 0x71, 0xf6, 0x3f, 0x8b, 0x59, 0xa4, 0x23, 0x4a, 0x74, 0xde, 0xcc, 0x27, - 0x64, 0xa1, 0x42, 0x25, 0x76, 0x28, 0x7c, 0x42, 0x5f, 0x28, 0xc3, 0xdf, 0xb6, 0x01, 0x1a, 0x77, - 0x44, 0x88, 0x5e, 0xe1, 0x1a, 0x3f, 0x36, 0x9d, 0x9a, 0x1a, 0x1b, 0xd5, 0x57, 0x75, 0x5b, 0xd6, - 0x59, 0x5b, 0x5b, 0x93, 0xfa, 0x28, 0xdd, 0x51, 0x1c, 0x7a, 0xd5, 0xd0, 0x47, 0x15, 0xe4, 0x6d, - 0xfa, 0x5c, 0x58, 0x85, 0x35, 0x38, 0xf7, 0x51, 0x55, 0x18, 0x8e, 0x00, 0xac, 0x9e, 0x90, 0x21, - 0x8f, 0xeb, 0x5f, 0xad, 0xd7, 0xcf, 0x99, 0x2c, 0xec, 0x14, 0x95, 0xcb, 0x60, 0xb7, 0x65, 0x9d, - 0xb4, 0x15, 0x0c, 0xba, 0xe0, 0x84, 0xfa, 0x03, 0x5c, 0x32, 0x33, 0x5a, 0xdd, 0xc0, 0xab, 0x03, - 0x3e, 0x65, 0xcb, 0x03, 0xcd, 0x1c, 0xb1, 0x74, 0x34, 0x86, 0xbe, 0x30, 0x74, 0xc4, 0x19, 0x4b, - 0xd0, 0x25, 0x22, 0xdc, 0x11, 0x8b, 0x00, 0xfc, 0x0c, 0x80, 0xf2, 0x78, 0x0a, 0xbd, 0xc6, 0xb5, - 0xdc, 0xac, 0xd3, 0xb2, 0x22, 0x85, 0x50, 0x2b, 0x42, 0x00, 0x35, 0xe1, 0x88, 0xe1, 0x93, 0x7a, - 0x8e, 0x85, 0x66, 0xcc, 0x86, 0x8c, 0x49, 0xb4, 0x18, 0x4d, 0x56, 0x52, 0x42, 0x6c, 0xc8, 0x1c, - 0x09, 0x61, 0x43, 0x26, 0x9f, 0x7f, 0xa1, 0xd7, 0xcd, 0x86, 0x6c, 0x25, 0x63, 0x09, 0xba, 0x44, - 0x84, 0x0d, 0x99, 0x23, 0x02, 0xf0, 0xdb, 0x36, 0xb8, 0x78, 0xf0, 0x31, 0x14, 0x7a, 0x83, 0xab, - 0xfe, 0xb2, 0x36, 0x4c, 0x24, 0xc4, 0xe9, 0xe4, 0x42, 0xac, 0x5c, 0x86, 0x10, 0x33, 0x8e, 0xaf, - 0xef, 0xb6, 0xac, 0x0b, 0x83, 0xf1, 0xd5, 0x6c, 0x38, 0xe4, 0xe3, 0x15, 0xf4, 0xa6, 0xd9, 0x70, - 0xac, 0x65, 0x2c, 0xa1, 0x17, 0x22, 0xc2, 0x86, 0x63, 0x20, 0x02, 0x3c, 0xb1, 0xd2, 0x1f, 0xca, - 0xa0, 0xef, 0x9b, 0x25, 0x56, 0xb9, 0x82, 0xad, 0x94, 0x5c, 0xd5, 0x2c, 0x56, 0xb0, 0xc4, 0x6a, - 0xa0, 0xc1, 0x59, 0xe4, 0x97, 0x1f, 0xb0, 0xa0, 0x1f, 0x98, 0x45, 0x7e, 0xeb, 0xc2, 0xba, 0xb5, - 0x5e, 0x46, 0x7e, 0xd4, 0x29, 0x22, 0x55, 0xe1, 0x0c, 0x06, 0x5d, 0x36, 0x8b, 0x54, 0xd7, 0x19, - 0x45, 0x90, 0x5b, 0x14, 0x59, 0xa4, 0x4a, 0x8b, 0x12, 0x5b, 0xf2, 0x35, 0x5b, 0xf8, 0xc8, 0x37, - 0x5b, 0xf2, 0x37, 0x32, 0xaa, 0xec, 0xca, 0x2a, 0x28, 0x5b, 0xf2, 0x5d, 0x15, 0x64, 0x3e, 0xb4, - 0xba, 0x91, 0x8f, 0xde, 0x32, 0xf3, 0xa1, 0x9b, 0x8c, 0xb9, 0xc4, 0x89, 0x42, 0x1a, 0xa5, 0x80, - 0xcc, 0x87, 0x7a, 0x0a, 0xc6, 0x3c, 0x82, 0x7a, 0x0c, 0x80, 0x1e, 0x99, 0x79, 0x04, 0x2e, 0x7f, - 0x8d, 0x56, 0x54, 0x16, 0x10, 0xf3, 0x08, 0x9e, 0x84, 0xc0, 0x10, 0x9c, 0x54, 0x8f, 0x0f, 0xd0, - 0xdb, 0x5c, 0xdd, 0x72, 0x7d, 0x96, 0x98, 0xf3, 0xc4, 0x4c, 0x51, 0xc2, 0xba, 0x2d, 0xeb, 0x84, - 0x27, 0x43, 0xf0, 0x8f, 0x6d, 0x70, 0xe1, 0x80, 0x03, 0x01, 0xf4, 0x0e, 0xd7, 0xfe, 0x49, 0x9d, - 0xf6, 0xfb, 0xe4, 0x99, 0x95, 0x49, 0x58, 0xce, 0x04, 0x94, 0xdd, 0x18, 0x57, 0xd9, 0x6d, 0x59, - 0xc8, 0x1f, 0x53, 0x07, 0x29, 0x38, 0xa1, 0x1c, 0x33, 0xa0, 0x59, 0x33, 0x77, 0x70, 0x3f, 0x48, - 0x56, 0x19, 0x4b, 0xe8, 0x80, 0x88, 0x30, 0x77, 0xe0, 0x8b, 0x00, 0x5b, 0x50, 0xca, 0xb3, 0x09, - 0x34, 0x67, 0xb6, 0xa0, 0xdc, 0x1f, 0xb9, 0x42, 0x02, 0x59, 0x94, 0xd8, 0x82, 0xe2, 0xe7, 0x05, - 0xe6, 0xd2, 0xe4, 0x03, 0x08, 0x74, 0xc5, 0xec, 0x1b, 0x1e, 0x64, 0xac, 0x52, 0x83, 0x84, 0xb0, - 0x6f, 0x08, 0x44, 0x80, 0x4d, 0x7c, 0x71, 0xd5, 0x9a, 0x37, 0x9b, 0xf8, 0xca, 0x8a, 0x25, 0xad, - 0x56, 0x20, 0x2a, 0x57, 0x2a, 0x96, 0xfb, 0xe8, 0xb6, 0xe0, 0xd1, 0xa2, 0x59, 0x10, 0x65, 0x49, - 0x5c, 0x71, 0xfb, 0xab, 0x82, 0xb3, 0x20, 0x2a, 0xaa, 0xc2, 0xf0, 0x09, 0x38, 0x55, 0xd9, 0xc9, - 0x47, 0x57, 0xcd, 0xe6, 0x86, 0xc5, 0x89, 0xb2, 0xdf, 0x51, 0x30, 0x36, 0x37, 0x22, 0x19, 0x62, - 0x11, 0xb3, 0xb4, 0x87, 0x8e, 0xae, 0x99, 0x45, 0xcc, 0xdb, 0x29, 0xa9, 0xd4, 0x25, 0x02, 0x2c, - 0x62, 0x8e, 0x85, 0x32, 0x73, 0xaa, 0x9a, 0x1d, 0x70, 0x74, 0xdd, 0xcc, 0xa9, 0x6e, 0x73, 0xea, - 0x1a, 0x67, 0x0a, 0x0a, 0x55, 0x94, 0x39, 0xd5, 0x58, 0x05, 0x05, 0xd5, 0xe2, 0x16, 0x3a, 0xba, - 0xd1, 0x44, 0xf5, 0x06, 0x67, 0xaa, 0xaa, 0x05, 0xb4, 0x54, 0x2d, 0x80, 0xf0, 0xcf, 0x6d, 0xf0, - 0xca, 0x81, 0xe7, 0x7b, 0xe8, 0x26, 0xef, 0xc5, 0xe7, 0x66, 0x33, 0x85, 0x06, 0x7e, 0x87, 0xcb, - 0x58, 0xe1, 0x22, 0xd4, 0x69, 0xa3, 0xab, 0xee, 0xb6, 0xac, 0xf3, 0xc1, 0xd8, 0x5a, 0xf8, 0xa7, - 0x36, 0x78, 0xf9, 0xa0, 0xe3, 0x1c, 0xf4, 0x2e, 0xef, 0xdf, 0xa7, 0xf5, 0xb6, 0x97, 0xca, 0xd0, - 0x77, 0x6f, 0x6c, 0x6d, 0xb7, 0x65, 0x9d, 0x8b, 0xc6, 0x55, 0xc2, 0xbf, 0xb5, 0xc1, 0xeb, 0x06, - 0x07, 0x45, 0xe8, 0x3d, 0xde, 0x47, 0xdb, 0xb4, 0x8f, 0x3c, 0xad, 0xd8, 0x60, 0x82, 0x56, 0x33, - 0x39, 0xd5, 0x9e, 0x8e, 0x69, 0xd3, 0x6d, 0x59, 0xaf, 0x46, 0x07, 0x37, 0x81, 0x7f, 0x68, 0x83, - 0x0b, 0x07, 0x5c, 0x95, 0x46, 0xb7, 0x78, 0x6f, 0xb7, 0x0d, 0x33, 0xf8, 0x25, 0xea, 0x6c, 0x66, - 0xfc, 0x4a, 0x2a, 0xaf, 0xd6, 0x75, 0x5b, 0xd6, 0x4b, 0x58, 0x5f, 0xc5, 0x66, 0xb9, 0x74, 0xdf, - 0x12, 0xbd, 0x6f, 0x36, 0xcb, 0x97, 0x53, 0x92, 0x98, 0x94, 0x95, 0x00, 0x9b, 0xe5, 0xb6, 0x50, - 0x66, 0xfe, 0x59, 0xdc, 0x3f, 0xff, 0xc0, 0xcc, 0x3f, 0x2b, 0x9b, 0xe7, 0xd2, 0xce, 0x39, 0x18, - 0x94, 0xdb, 0xe6, 0x1e, 0x38, 0xa9, 0x1e, 0xbe, 0xa1, 0xdb, 0x66, 0x61, 0xca, 0x36, 0xe7, 0x6d, - 0x8b, 0xdb, 0x6f, 0x32, 0xc4, 0xc2, 0x94, 0x58, 0x42, 0x78, 0xfc, 0xac, 0x3f, 0x29, 0x44, 0x77, - 0xcc, 0xe2, 0xe7, 0x54, 0x85, 0x26, 0xcf, 0xd4, 0x55, 0xb0, 0xf8, 0x39, 0xd6, 0xe0, 0xf0, 0x77, - 0x6d, 0x70, 0x6e, 0xec, 0x0d, 0x5f, 0xf4, 0x61, 0xb3, 0xdd, 0x06, 0xcd, 0x40, 0xe8, 0xab, 0xc4, - 0xdd, 0x06, 0xb9, 0x06, 0xfe, 0xba, 0x0d, 0x5e, 0x1a, 0x73, 0x11, 0x17, 0x75, 0xcc, 0xf6, 0xe7, - 0x96, 0x0b, 0x7a, 0x47, 0x49, 0x6a, 0xb4, 0x35, 0xdd, 0x96, 0x75, 0xc6, 0xd6, 0x55, 0xa8, 0x7d, - 0x11, 0xaf, 0xf5, 0xa2, 0xa0, 0x69, 0x5f, 0x3e, 0xe1, 0x6c, 0x5d, 0x5f, 0x84, 0x1a, 0xb9, 0x2f, - 0x42, 0x05, 0xfc, 0x0a, 0x1c, 0x13, 0x2f, 0x9f, 0xa1, 0x25, 0xb3, 0x93, 0x8f, 0x2e, 0xe7, 0x94, - 0x5a, 0x85, 0x72, 0xb7, 0x65, 0x4d, 0xee, 0x94, 0x45, 0x9e, 0x4b, 0x4b, 0x17, 0x5d, 0xd1, 0xb2, - 0x61, 0x2e, 0x9d, 0xb1, 0xa4, 0xbc, 0xbd, 0x44, 0x78, 0x2e, 0x2d, 0x02, 0xf0, 0x1b, 0x30, 0xad, - 0xbb, 0xe3, 0x81, 0x56, 0xcc, 0x4e, 0x3d, 0xb6, 0x38, 0x77, 0x2d, 0xa5, 0x96, 0x4a, 0xab, 0x70, - 0xb7, 0x65, 0xc1, 0xb0, 0x82, 0xb2, 0x60, 0xb5, 0xbc, 0xff, 0x8a, 0xd6, 0xcc, 0x82, 0x55, 0xa6, - 0xa2, 0xd4, 0x55, 0x94, 0x58, 0xb0, 0x4a, 0xf2, 0x02, 0x4b, 0xb1, 0xaa, 0x97, 0xda, 0xd0, 0x5d, - 0xb3, 0x14, 0xeb, 0x5e, 0xca, 0xdc, 0x72, 0xb1, 0x60, 0xb1, 0x2a, 0xc8, 0x52, 0xac, 0x5d, 0x05, - 0xe3, 0x19, 0xc8, 0x01, 0xd7, 0xf1, 0x50, 0xd7, 0x2c, 0x03, 0x11, 0x74, 0x55, 0xb7, 0xf6, 0xc7, - 0x55, 0xb2, 0x0c, 0x64, 0x77, 0x4c, 0x1d, 0x5f, 0x64, 0x0d, 0x6e, 0xcb, 0xa1, 0x75, 0xb3, 0x45, - 0x56, 0xe8, 0xc3, 0xfd, 0x4c, 0x50, 0x06, 0x69, 0xfb, 0xa9, 0x6b, 0xc3, 0x16, 0xd9, 0xdd, 0x83, - 0x9b, 0xf0, 0x45, 0xf6, 0x80, 0xfb, 0x91, 0xe8, 0x23, 0xb3, 0x45, 0x56, 0xe8, 0x49, 0xe5, 0x50, - 0x68, 0x4c, 0x1d, 0x5b, 0x64, 0x77, 0xf5, 0x55, 0xf0, 0xf7, 0x6d, 0x70, 0x7e, 0xfc, 0xd5, 0x45, - 0x74, 0xaf, 0x71, 0xa7, 0x0e, 0x1a, 0x3a, 0x65, 0xc8, 0xc4, 0x4e, 0x49, 0x43, 0xf5, 0xab, 0x36, - 0x78, 0x69, 0xcc, 0x6d, 0x4c, 0xb4, 0x61, 0xb6, 0x8e, 0x09, 0x5a, 0xd7, 0x1d, 0x82, 0xb5, 0xdd, - 0x29, 0x2a, 0xd8, 0x3a, 0xb6, 0xab, 0xc1, 0x79, 0x30, 0x7c, 0xe0, 0x43, 0x39, 0xb4, 0x69, 0x16, - 0x0c, 0x77, 0x52, 0x21, 0xe9, 0x01, 0xd9, 0x56, 0x26, 0x42, 0x88, 0x8e, 0xc6, 0x56, 0xb3, 0x60, - 0x18, 0x8f, 0xad, 0xe5, 0x37, 0x00, 0xe4, 0xbb, 0x2f, 0xe8, 0xbe, 0xe1, 0x0d, 0x80, 0x98, 0x44, - 0x1b, 0x54, 0xbc, 0xf2, 0x20, 0x21, 0xfc, 0x06, 0x80, 0x08, 0xb0, 0x9c, 0x44, 0xf3, 0xe8, 0x06, - 0x3d, 0x30, 0xcb, 0x49, 0x96, 0x39, 0x75, 0x9b, 0x33, 0x85, 0xd5, 0x4a, 0x45, 0x59, 0x4e, 0x62, - 0xab, 0x20, 0x73, 0xad, 0xe5, 0x35, 0x7b, 0xb4, 0x65, 0xe6, 0x5a, 0xd7, 0x88, 0x18, 0x25, 0x17, - 0x25, 0xe6, 0x5a, 0x07, 0x79, 0x01, 0xfe, 0xbd, 0x0d, 0xde, 0x30, 0xb9, 0xc8, 0x8d, 0x3e, 0xe6, - 0x4a, 0x49, 0xed, 0x7d, 0x1f, 0x12, 0x3c, 0xe4, 0xa2, 0x96, 0x33, 0x49, 0xdb, 0x85, 0xa0, 0xb2, - 0x2f, 0x75, 0x8d, 0xba, 0x2d, 0xeb, 0xd2, 0xb0, 0xa6, 0x0d, 0xfb, 0xe5, 0x95, 0x97, 0x04, 0x68, - 0xdb, 0x70, 0x57, 0x96, 0x10, 0x67, 0x3d, 0x21, 0x9e, 0x3c, 0x38, 0x05, 0xc2, 0x77, 0x65, 0x45, - 0x80, 0x85, 0xc8, 0xc2, 0x95, 0x62, 0xf4, 0xd0, 0x2c, 0x44, 0xde, 0x60, 0x14, 0x71, 0x3b, 0x31, - 0x2f, 0xb2, 0x10, 0xd9, 0x2d, 0x4a, 0xcc, 0xae, 0x34, 0x0f, 0xe6, 0xd0, 0xa7, 0x66, 0x76, 0xb5, - 0x94, 0x52, 0xb7, 0x19, 0x53, 0x3c, 0x09, 0x53, 0x50, 0x66, 0x57, 0x7d, 0x15, 0xe4, 0xce, 0x6f, - 0xfc, 0xbb, 0x23, 0xf4, 0x99, 0x99, 0xf3, 0xcb, 0x4f, 0x45, 0x96, 0xb9, 0x80, 0x0d, 0xea, 0xef, - 0x56, 0x4f, 0x4c, 0x94, 0x3a, 0xe6, 0xfc, 0x6c, 0x7d, 0x15, 0x5f, 0x76, 0x0f, 0x78, 0x5c, 0x84, - 0xbe, 0x34, 0x5b, 0x76, 0x73, 0xcd, 0x9b, 0xa9, 0x04, 0x7d, 0xb7, 0xd4, 0x4a, 0xb6, 0xec, 0xda, - 0x63, 0xea, 0x58, 0x18, 0x52, 0x7d, 0x07, 0x82, 0x1e, 0x9b, 0x85, 0x21, 0xcc, 0xc4, 0x36, 0x53, - 0xa2, 0x6c, 0x77, 0x22, 0xc8, 0xc2, 0x90, 0x81, 0x82, 0x71, 0xbf, 0x53, 0x7d, 0xa5, 0x85, 0x7e, - 0x6c, 0xe8, 0x77, 0x32, 0xaa, 0xec, 0x0d, 0x2a, 0x28, 0xf7, 0x3b, 0x2a, 0x08, 0x9f, 0xf2, 0x93, - 0x74, 0xf5, 0x2d, 0x2e, 0xfa, 0x89, 0xd9, 0x27, 0x67, 0xeb, 0xac, 0xac, 0x59, 0x05, 0xd9, 0x27, - 0x63, 0x05, 0xe3, 0x9f, 0x5c, 0x7d, 0x59, 0x89, 0xbe, 0x32, 0xfc, 0xe4, 0x8c, 0xaa, 0x7c, 0xb2, - 0x8a, 0xf2, 0x4f, 0x56, 0xc1, 0xf4, 0x58, 0x56, 0xf7, 0x8c, 0x0f, 0x61, 0xc3, 0x63, 0x59, 0x4e, - 0x5e, 0xcf, 0xb8, 0xea, 0x90, 0x4b, 0x38, 0x3f, 0x96, 0xad, 0xc2, 0x3c, 0x7b, 0x1c, 0xfb, 0x32, - 0x0c, 0x39, 0x66, 0xd9, 0xe3, 0x6a, 0x2e, 0xa0, 0xea, 0xee, 0xf4, 0x55, 0x2c, 0x7b, 0x24, 0xda, - 0x1a, 0x66, 0xf9, 0xd5, 0x97, 0xd5, 0x88, 0x98, 0x9a, 0xc1, 0x56, 0x4e, 0x14, 0xcd, 0x40, 0x06, - 0x53, 0x33, 0x90, 0x31, 0xee, 0x9e, 0xc6, 0x3f, 0xdd, 0x42, 0x03, 0x33, 0xf7, 0x94, 0x7f, 0xca, - 0xa3, 0x82, 0x5f, 0x75, 0xfc, 0x4a, 0x1d, 0x73, 0x4f, 0x03, 0x7d, 0x15, 0xcf, 0x5e, 0xc7, 0x3c, - 0xbb, 0x43, 0x43, 0xb3, 0xec, 0xb5, 0x18, 0xff, 0xca, 0x7e, 0xac, 0xb6, 0x86, 0x65, 0xaf, 0x44, - 0x57, 0x01, 0x7f, 0xd1, 0x06, 0x67, 0xf5, 0x0f, 0xe3, 0xd0, 0x8e, 0x99, 0xb5, 0xe6, 0x03, 0x90, - 0xae, 0xb5, 0xd5, 0x81, 0x11, 0x70, 0x66, 0xad, 0x83, 0x2a, 0xcc, 0xf7, 0x5c, 0xf4, 0x17, 0xfb, - 0x11, 0x35, 0x8b, 0x55, 0xd3, 0x14, 0xf3, 0x51, 0x4e, 0x56, 0x73, 0x4f, 0xb9, 0x82, 0xc5, 0xaa, - 0xa1, 0x06, 0xe7, 0x27, 0x62, 0xca, 0xbb, 0x13, 0xe4, 0x1a, 0x9e, 0x88, 0x71, 0xde, 0x47, 0x41, - 0x5f, 0xbd, 0xcb, 0x98, 0x43, 0xfc, 0x44, 0x4c, 0x42, 0xb8, 0xa3, 0xd0, 0x3e, 0xc7, 0x40, 0xa1, - 0xd9, 0xd0, 0x6f, 0xa5, 0xe4, 0xec, 0x6a, 0xb5, 0xf0, 0xd1, 0x55, 0x9c, 0x0d, 0x7d, 0x58, 0x85, - 0xe1, 0x5f, 0xdb, 0xe0, 0xb5, 0xda, 0xb7, 0x19, 0x28, 0xe2, 0xfd, 0xc1, 0x86, 0xbf, 0x42, 0x21, - 0x47, 0x33, 0x6b, 0x0f, 0x6e, 0xd2, 0x6d, 0x59, 0x17, 0xc3, 0x03, 0x5b, 0x2c, 0x1d, 0x13, 0x2f, - 0x79, 0xcf, 0xfc, 0xbb, 0x0d, 0x8e, 0x4b, 0xd7, 0xa3, 0xa1, 0x0f, 0x4e, 0xa7, 0x9b, 0x91, 0x21, - 0x4e, 0x76, 0x7a, 0xc4, 0x25, 0x1e, 0xf1, 0x93, 0x18, 0x1d, 0xe2, 0x97, 0xcd, 0x6f, 0x37, 0xba, - 0x6a, 0x9d, 0xee, 0x49, 0x6e, 0xe1, 0x64, 0x67, 0x35, 0x15, 0x63, 0x9d, 0x1a, 0x28, 0x48, 0x7c, - 0xde, 0x01, 0x27, 0xd5, 0x66, 0xf0, 0x15, 0x90, 0x6e, 0x60, 0xf6, 0x7c, 0xec, 0xa5, 0x17, 0xd1, - 0x27, 0xac, 0x09, 0x8e, 0xdc, 0xc7, 0x1e, 0x81, 0xf3, 0xe0, 0x05, 0xea, 0x3b, 0x64, 0x8f, 0xdf, - 0x74, 0x9e, 0x5c, 0xb8, 0x90, 0x77, 0x2a, 0xbf, 0x64, 0x3f, 0xbb, 0xee, 0x27, 0x37, 0xae, 0xa5, - 0xf7, 0xc6, 0xd3, 0x96, 0x33, 0xdf, 0x1e, 0x02, 0xc7, 0xc4, 0xcb, 0xdb, 0xf0, 0x1a, 0x38, 0x3b, - 0xf2, 0xc3, 0x51, 0xdf, 0xa5, 0xf1, 0x4e, 0xbe, 0xba, 0x95, 0xf7, 0xde, 0x27, 0xac, 0x69, 0xa1, - 0xb6, 0xbc, 0xdb, 0x1d, 0x02, 0x54, 0x99, 0x67, 0xf9, 0x15, 0xf2, 0xb4, 0x33, 0x37, 0x1a, 0xce, - 0xb4, 0xfc, 0x32, 0xf9, 0xd9, 0x50, 0x8b, 0xc3, 0xaf, 0x8b, 0x99, 0x9d, 0xef, 0x28, 0xe5, 0xfa, - 0xd2, 0xeb, 0xf3, 0xd7, 0x1a, 0xed, 0x29, 0xe5, 0xda, 0xa6, 0x43, 0x0d, 0x3a, 0xf3, 0xbf, 0x36, - 0x38, 0xab, 0xef, 0x1e, 0xbc, 0x0d, 0x2e, 0x30, 0xff, 0xc7, 0xef, 0xd3, 0x66, 0xfd, 0x71, 0x48, - 0x6c, 0x47, 0x34, 0xe4, 0x17, 0xf1, 0xd3, 0x4b, 0xfe, 0xe7, 0xf2, 0x26, 0xa9, 0x90, 0x95, 0xb2, - 0x01, 0x5c, 0x01, 0x87, 0x77, 0xc9, 0x7e, 0x76, 0x61, 0x7f, 0xa1, 0xee, 0xca, 0xbf, 0xd2, 0x89, - 0x7b, 0x64, 0xdf, 0x62, 0x74, 0x78, 0x05, 0x4c, 0xab, 0xbd, 0xe0, 0x16, 0xf2, 0x02, 0x57, 0x0f, - 0x65, 0xf5, 0xdc, 0x54, 0x5e, 0x07, 0xc7, 0x69, 0xdc, 0x23, 0x7b, 0xc4, 0x0b, 0x13, 0xda, 0x77, - 0x09, 0x7a, 0xf1, 0x52, 0xfb, 0xf2, 0x51, 0xeb, 0x18, 0x8d, 0x57, 0x0b, 0x6c, 0xe6, 0x39, 0x98, - 0xd6, 0x8d, 0x12, 0xec, 0x17, 0xbb, 0x79, 0x49, 0x10, 0x52, 0xbb, 0x47, 0xfc, 0x24, 0xa2, 0x24, - 0x7f, 0x78, 0x71, 0xc5, 0xec, 0x2b, 0x1e, 0x32, 0xea, 0xaa, 0x9f, 0x44, 0xfb, 0xf9, 0x96, 0x5d, - 0x81, 0x50, 0x12, 0x2f, 0xfd, 0xa7, 0x0d, 0x66, 0xec, 0xc0, 0xab, 0xf9, 0x15, 0x97, 0x26, 0xb9, - 0x0d, 0xc6, 0x5b, 0xcc, 0xc2, 0xb7, 0xda, 0x5f, 0xac, 0x64, 0xcd, 0x87, 0x81, 0x8b, 0xfd, 0xe1, - 0x6c, 0x10, 0x0d, 0xe7, 0x86, 0xc4, 0xe7, 0xf6, 0x9f, 0x3f, 0x4e, 0x09, 0x69, 0x3c, 0xee, 0xad, - 0xca, 0xad, 0xf4, 0xcf, 0xb7, 0x87, 0x0e, 0xdf, 0xed, 0x74, 0xfe, 0x72, 0xe8, 0x62, 0xfa, 0x0c, - 0x64, 0xb6, 0xe3, 0x08, 0x8f, 0x45, 0x66, 0x1f, 0xcd, 0xa7, 0x93, 0x39, 0xfe, 0x57, 0xde, 0xe0, - 0x71, 0xc7, 0x89, 0x1f, 0x17, 0x0d, 0x1e, 0x3f, 0x9a, 0x7f, 0x9c, 0x36, 0xf8, 0xef, 0xa1, 0x99, - 0x14, 0x5d, 0x5c, 0xec, 0x38, 0xf1, 0xe2, 0x62, 0xd1, 0x64, 0x71, 0xf1, 0xd1, 0xfc, 0xe2, 0x62, - 0xda, 0xa8, 0xff, 0x22, 0xef, 0xdd, 0xd5, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x31, 0x94, 0x2e, - 0xf5, 0xbb, 0x48, 0x00, 0x00, + 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, } 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 6906dcf786fe620cb64dd14afa865eaa1a0010ab..6615ae75248647994f1f8c0c1277f6b07f60c364 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 @@ -228,7 +228,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_5d81c8e990046404, []int{0, 0} + return fileDescriptor_extension_feed_item_error_620418e9a72e0e82, []int{0, 0} } // Container for enum describing possible extension feed item error. @@ -242,7 +242,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_5d81c8e990046404, []int{0} + return fileDescriptor_extension_feed_item_error_620418e9a72e0e82, []int{0} } func (m *ExtensionFeedItemErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionFeedItemErrorEnum.Unmarshal(m, b) @@ -268,10 +268,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/extension_feed_item_error.proto", fileDescriptor_extension_feed_item_error_5d81c8e990046404) + proto.RegisterFile("google/ads/googleads/v1/errors/extension_feed_item_error.proto", fileDescriptor_extension_feed_item_error_620418e9a72e0e82) } -var fileDescriptor_extension_feed_item_error_5d81c8e990046404 = []byte{ +var fileDescriptor_extension_feed_item_error_620418e9a72e0e82 = []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 48b2cc3263e4e9dad0cd88c51e728174889cad70..ba460beb08b9df913d60177f1fcda7f2b6c174e2 100644 --- a/googleapis/ads/googleads/v1/errors/extension_setting_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/extension_setting_error.pb.go @@ -318,7 +318,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_8dcb14fad85d40b8, []int{0, 0} + return fileDescriptor_extension_setting_error_b5d2314027ef414a, []int{0, 0} } // Container for enum describing validation errors of extension settings. @@ -332,7 +332,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_8dcb14fad85d40b8, []int{0} + return fileDescriptor_extension_setting_error_b5d2314027ef414a, []int{0} } func (m *ExtensionSettingErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionSettingErrorEnum.Unmarshal(m, b) @@ -358,10 +358,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/extension_setting_error.proto", fileDescriptor_extension_setting_error_8dcb14fad85d40b8) + proto.RegisterFile("google/ads/googleads/v1/errors/extension_setting_error.proto", fileDescriptor_extension_setting_error_b5d2314027ef414a) } -var fileDescriptor_extension_setting_error_8dcb14fad85d40b8 = []byte{ +var fileDescriptor_extension_setting_error_b5d2314027ef414a = []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 272dfe21956ee69cd4339596760e274429452f2d..9dcab29ac8c6fcf3107ee090eeafbe0a9135af5f 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_8aa5700c0ba3257c, []int{0, 0} + return fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072, []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_8aa5700c0ba3257c, []int{0} + return fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072, []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_8aa5700c0ba3257c) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_attribute_reference_error.proto", fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072) } -var fileDescriptor_feed_attribute_reference_error_8aa5700c0ba3257c = []byte{ +var fileDescriptor_feed_attribute_reference_error_eb6b9153d1da9072 = []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 1d967753b1627da35fa49f5e426de5b67e4cfcd3..a152f797aae62960f495bc71b3058c66824ccaef 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_1af0fcf72a28b53c, []int{0, 0} + return fileDescriptor_feed_error_fef6e33af72c5e9a, []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_1af0fcf72a28b53c, []int{0} + return fileDescriptor_feed_error_fef6e33af72c5e9a, []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_1af0fcf72a28b53c) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_error.proto", fileDescriptor_feed_error_fef6e33af72c5e9a) } -var fileDescriptor_feed_error_1af0fcf72a28b53c = []byte{ +var fileDescriptor_feed_error_fef6e33af72c5e9a = []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 ca38f89382f83d514f243cd4643252cd65536a10..ede683950bbedf175a5e916f6b339e235ce8e1e7 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_88a9937a4741c898, []int{0, 0} + return fileDescriptor_feed_item_error_b99656ef184fc651, []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_88a9937a4741c898, []int{0} + return fileDescriptor_feed_item_error_b99656ef184fc651, []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_88a9937a4741c898) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_error.proto", fileDescriptor_feed_item_error_b99656ef184fc651) } -var fileDescriptor_feed_item_error_88a9937a4741c898 = []byte{ +var fileDescriptor_feed_item_error_b99656ef184fc651 = []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 5dc538ccda4d7878031d5c9133cbcea304809fbb..7428ce0c07f4cdd977c8401080bbcdf241532a37 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_3995a7e9f97d3cce, []int{0, 0} + return fileDescriptor_feed_item_target_error_008949b5c84876cb, []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_3995a7e9f97d3cce, []int{0} + return fileDescriptor_feed_item_target_error_008949b5c84876cb, []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_3995a7e9f97d3cce) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_target_error.proto", fileDescriptor_feed_item_target_error_008949b5c84876cb) } -var fileDescriptor_feed_item_target_error_3995a7e9f97d3cce = []byte{ +var fileDescriptor_feed_item_target_error_008949b5c84876cb = []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 d46557eef04091da38c70357afc85aa5540f7e5e..e1a33f6db57afc35e29f8f004b85f0d5162ea09f 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 @@ -415,7 +415,7 @@ 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_20f50ad333872bd6, []int{0, 0} + return fileDescriptor_feed_item_validation_error_de5c2a0f47868d21, []int{0, 0} } // Container for enum describing possible validation errors of a feed item. @@ -429,7 +429,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_20f50ad333872bd6, []int{0} + return fileDescriptor_feed_item_validation_error_de5c2a0f47868d21, []int{0} } func (m *FeedItemValidationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FeedItemValidationErrorEnum.Unmarshal(m, b) @@ -455,10 +455,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_validation_error.proto", fileDescriptor_feed_item_validation_error_20f50ad333872bd6) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_item_validation_error.proto", fileDescriptor_feed_item_validation_error_de5c2a0f47868d21) } -var fileDescriptor_feed_item_validation_error_20f50ad333872bd6 = []byte{ +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, 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 5f6dd26d82c3e40cbfb7a7703e5b4fbf1e550175..4d9d7d0ad535146329db5acb16c6c0bea4cee888 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_7a948e6292624579, []int{0, 0} + return fileDescriptor_feed_mapping_error_db4fa10c2f596b95, []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_7a948e6292624579, []int{0} + return fileDescriptor_feed_mapping_error_db4fa10c2f596b95, []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_7a948e6292624579) + proto.RegisterFile("google/ads/googleads/v1/errors/feed_mapping_error.proto", fileDescriptor_feed_mapping_error_db4fa10c2f596b95) } -var fileDescriptor_feed_mapping_error_7a948e6292624579 = []byte{ +var fileDescriptor_feed_mapping_error_db4fa10c2f596b95 = []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 146d2dedb4d0716f6dcc70ac2303d4618b5024a2..f085f41fd1b6160def26933ff31e58f43ca06895 100644 --- a/googleapis/ads/googleads/v1/errors/field_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/field_error.pb.go @@ -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_06afe41a7ef6a5cc, []int{0, 0} + return fileDescriptor_field_error_c78fe4fbaa3571af, []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_06afe41a7ef6a5cc, []int{0} + return fileDescriptor_field_error_c78fe4fbaa3571af, []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_06afe41a7ef6a5cc) + proto.RegisterFile("google/ads/googleads/v1/errors/field_error.proto", fileDescriptor_field_error_c78fe4fbaa3571af) } -var fileDescriptor_field_error_06afe41a7ef6a5cc = []byte{ +var fileDescriptor_field_error_c78fe4fbaa3571af = []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 55e210d8e1f922f090472421d2de48af1f150d7e..7c18390d1f2edacb61235e6fdbaba1eeadffa012 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_cba04ed9c277241a, []int{0, 0} + return fileDescriptor_field_mask_error_26f277f03c6458ed, []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_cba04ed9c277241a, []int{0} + return fileDescriptor_field_mask_error_26f277f03c6458ed, []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_cba04ed9c277241a) + proto.RegisterFile("google/ads/googleads/v1/errors/field_mask_error.proto", fileDescriptor_field_mask_error_26f277f03c6458ed) } -var fileDescriptor_field_mask_error_cba04ed9c277241a = []byte{ +var fileDescriptor_field_mask_error_26f277f03c6458ed = []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 4c0883b66cec3973a193de2eaf99260c12dd1f59..26ea23fc771f9aa64c907a76106419c58bbe5b17 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_5fc71e05eca79bf9, []int{0, 0} + return fileDescriptor_function_error_8c8a2ced0f588b9d, []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_5fc71e05eca79bf9, []int{0} + return fileDescriptor_function_error_8c8a2ced0f588b9d, []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_5fc71e05eca79bf9) + proto.RegisterFile("google/ads/googleads/v1/errors/function_error.proto", fileDescriptor_function_error_8c8a2ced0f588b9d) } -var fileDescriptor_function_error_5fc71e05eca79bf9 = []byte{ +var fileDescriptor_function_error_8c8a2ced0f588b9d = []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 6fd1bf35656e39f317b45ac6e487f1befea469ed..16bce7df666e3c1ce9cc78469e166eae3847e801 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_da230d4f5b74e6fc, []int{0, 0} + return fileDescriptor_function_parsing_error_e1db389b765f4d29, []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_da230d4f5b74e6fc, []int{0} + return fileDescriptor_function_parsing_error_e1db389b765f4d29, []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_da230d4f5b74e6fc) + proto.RegisterFile("google/ads/googleads/v1/errors/function_parsing_error.proto", fileDescriptor_function_parsing_error_e1db389b765f4d29) } -var fileDescriptor_function_parsing_error_da230d4f5b74e6fc = []byte{ +var fileDescriptor_function_parsing_error_e1db389b765f4d29 = []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 6ebbb02e98e2da5c38236e37647d52514bed333c..03fe6a8e5d6aa1b32c3ea97a4bdc64baf918a5d8 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_4e9bece694505fa8, []int{0, 0} + return fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b, []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_4e9bece694505fa8, []int{0} + return fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b, []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_4e9bece694505fa8) + proto.RegisterFile("google/ads/googleads/v1/errors/geo_target_constant_suggestion_error.proto", fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b) } -var fileDescriptor_geo_target_constant_suggestion_error_4e9bece694505fa8 = []byte{ +var fileDescriptor_geo_target_constant_suggestion_error_1ac39808933d782b = []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 e5b63f22104d45d62b7ef104fa77935a3b823fa8..5242216ccef69b9c8f673825174e12375cb33362 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_3f7405777cd94536, []int{0, 0} + return fileDescriptor_header_error_c9354993a1d8cefe, []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_3f7405777cd94536, []int{0} + return fileDescriptor_header_error_c9354993a1d8cefe, []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_3f7405777cd94536) + proto.RegisterFile("google/ads/googleads/v1/errors/header_error.proto", fileDescriptor_header_error_c9354993a1d8cefe) } -var fileDescriptor_header_error_3f7405777cd94536 = []byte{ +var fileDescriptor_header_error_c9354993a1d8cefe = []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 ff6e61e24ff6f90f2f9f32a54b3181b917279db4..e65e0d5d1fe69483290bf79256fdc45dd97607bf 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_db1fbcbf979623e7, []int{0, 0} + return fileDescriptor_id_error_7359f47622fac977, []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_db1fbcbf979623e7, []int{0} + return fileDescriptor_id_error_7359f47622fac977, []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_db1fbcbf979623e7) + proto.RegisterFile("google/ads/googleads/v1/errors/id_error.proto", fileDescriptor_id_error_7359f47622fac977) } -var fileDescriptor_id_error_db1fbcbf979623e7 = []byte{ +var fileDescriptor_id_error_7359f47622fac977 = []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 edce64423b416118bbb658acaaeef92c49cde906..9b57e4d26e0b5c7e2364aff40fee29e93bfad762 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_9f52ab87efa619a4, []int{0, 0} + return fileDescriptor_image_error_c99b590ec4a34f29, []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_9f52ab87efa619a4, []int{0} + return fileDescriptor_image_error_c99b590ec4a34f29, []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_9f52ab87efa619a4) + proto.RegisterFile("google/ads/googleads/v1/errors/image_error.proto", fileDescriptor_image_error_c99b590ec4a34f29) } -var fileDescriptor_image_error_9f52ab87efa619a4 = []byte{ +var fileDescriptor_image_error_c99b590ec4a34f29 = []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 7b483aa0817db680fd962a5a9a8091692fcba44c..30641b2a57cd6b8fa0fbe1af120a85316f2687f5 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_67cb6d6df548b15b, []int{0, 0} + return fileDescriptor_internal_error_500ac2cf3925db8b, []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_67cb6d6df548b15b, []int{0} + return fileDescriptor_internal_error_500ac2cf3925db8b, []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_67cb6d6df548b15b) + proto.RegisterFile("google/ads/googleads/v1/errors/internal_error.proto", fileDescriptor_internal_error_500ac2cf3925db8b) } -var fileDescriptor_internal_error_67cb6d6df548b15b = []byte{ +var fileDescriptor_internal_error_500ac2cf3925db8b = []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 958629ea2549f87a0adc7976e0728b689045a6b5..3100e1b85d9374365adbfbfe245febad3bf71421 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_965201cffc265f8a, []int{0, 0} + return fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a, []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_965201cffc265f8a, []int{0} + return fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a, []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_965201cffc265f8a) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_ad_group_error.proto", fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a) } -var fileDescriptor_keyword_plan_ad_group_error_965201cffc265f8a = []byte{ +var fileDescriptor_keyword_plan_ad_group_error_f2dc54b40361fe7a = []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 dce00801d6172c90326ecc8404fffc6765f6cd02..9c48f7dc5d9b80b452438a264e30d3a59ea93350 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_5e34e42f720bba2d, []int{0, 0} + return fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821, []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_5e34e42f720bba2d, []int{0} + return fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821, []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_5e34e42f720bba2d) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_campaign_error.proto", fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821) } -var fileDescriptor_keyword_plan_campaign_error_5e34e42f720bba2d = []byte{ +var fileDescriptor_keyword_plan_campaign_error_080c67ce40ec6821 = []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 1addfa52844da661b04d8c779ae8d0e41d0dc5d8..61d79f110e03a84b58cd24fbf044839a888b6cc8 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_53f88b804efe9803, []int{0, 0} + return fileDescriptor_keyword_plan_error_aaea9e25f90a0141, []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_53f88b804efe9803, []int{0} + return fileDescriptor_keyword_plan_error_aaea9e25f90a0141, []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_53f88b804efe9803) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_error.proto", fileDescriptor_keyword_plan_error_aaea9e25f90a0141) } -var fileDescriptor_keyword_plan_error_53f88b804efe9803 = []byte{ +var fileDescriptor_keyword_plan_error_aaea9e25f90a0141 = []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 df8b9b0683974b05e3cc09ea477cf3bc06babde3..8a2e382bfe350d124bee935974cb308059f4b0ce 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_6c4b5a009d87bf63, []int{0, 0} + return fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094, []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_6c4b5a009d87bf63, []int{0} + return fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094, []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_6c4b5a009d87bf63) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_idea_error.proto", fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094) } -var fileDescriptor_keyword_plan_idea_error_6c4b5a009d87bf63 = []byte{ +var fileDescriptor_keyword_plan_idea_error_7ccff3e35c28d094 = []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 29ed3260751e18abf4a4d2379774a12b721bf02e..18971fb8c51bca76758b4cf9181d535c8f2d6071 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_a05e884233ff71c8, []int{0, 0} + return fileDescriptor_keyword_plan_keyword_error_827b5a9192749835, []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_a05e884233ff71c8, []int{0} + return fileDescriptor_keyword_plan_keyword_error_827b5a9192749835, []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_a05e884233ff71c8) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_keyword_error.proto", fileDescriptor_keyword_plan_keyword_error_827b5a9192749835) } -var fileDescriptor_keyword_plan_keyword_error_a05e884233ff71c8 = []byte{ +var fileDescriptor_keyword_plan_keyword_error_827b5a9192749835 = []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 e57993354399d540e6b5b091d96bbb73ac27f4a9..d287d964b514bd2a5e3078bf3e66af49f28980c8 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_2b0731f70638c896, []int{0, 0} + return fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92, []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_2b0731f70638c896, []int{0} + return fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92, []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_2b0731f70638c896) + proto.RegisterFile("google/ads/googleads/v1/errors/keyword_plan_negative_keyword_error.proto", fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92) } -var fileDescriptor_keyword_plan_negative_keyword_error_2b0731f70638c896 = []byte{ +var fileDescriptor_keyword_plan_negative_keyword_error_922ec46f4424ab92 = []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 6a03294e4932b587c9a0aba20eaac93014cced9b..e955371d960d323d1fb524422ca066cf84cb90f5 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_1b6d397a9bc22971, []int{0, 0} + return fileDescriptor_label_error_0eb36a5f34c47723, []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_1b6d397a9bc22971, []int{0} + return fileDescriptor_label_error_0eb36a5f34c47723, []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_1b6d397a9bc22971) + proto.RegisterFile("google/ads/googleads/v1/errors/label_error.proto", fileDescriptor_label_error_0eb36a5f34c47723) } -var fileDescriptor_label_error_1b6d397a9bc22971 = []byte{ +var fileDescriptor_label_error_0eb36a5f34c47723 = []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 2ba871332fe92ceead4b17620a8e271f3910d38b..aab4cbe98f2dcc48b719a268c814107293fad530 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_b1c44d8be8fc9561, []int{0, 0} + return fileDescriptor_language_code_error_bfba6feb9fa216de, []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_b1c44d8be8fc9561, []int{0} + return fileDescriptor_language_code_error_bfba6feb9fa216de, []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_b1c44d8be8fc9561) + proto.RegisterFile("google/ads/googleads/v1/errors/language_code_error.proto", fileDescriptor_language_code_error_bfba6feb9fa216de) } -var fileDescriptor_language_code_error_b1c44d8be8fc9561 = []byte{ +var fileDescriptor_language_code_error_bfba6feb9fa216de = []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 08ed7f9cb479180f6819a3964df0407ad2593e52..9f1f0d437ca02b88cd849c65e075062e8a6e7469 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_236425db7fe6b524, []int{0, 0} + return fileDescriptor_list_operation_error_2c0250662bf392c1, []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_236425db7fe6b524, []int{0} + return fileDescriptor_list_operation_error_2c0250662bf392c1, []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_236425db7fe6b524) + proto.RegisterFile("google/ads/googleads/v1/errors/list_operation_error.proto", fileDescriptor_list_operation_error_2c0250662bf392c1) } -var fileDescriptor_list_operation_error_236425db7fe6b524 = []byte{ +var fileDescriptor_list_operation_error_2c0250662bf392c1 = []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 28fe37d156362388b354b5c988b78b5554284e85..7539befe585debd897b6e5bf43d6116bb1bdbbe9 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_4a3acd8d9daa35eb, []int{0, 0} + return fileDescriptor_media_bundle_error_f3b259602be58c27, []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_4a3acd8d9daa35eb, []int{0} + return fileDescriptor_media_bundle_error_f3b259602be58c27, []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_4a3acd8d9daa35eb) + proto.RegisterFile("google/ads/googleads/v1/errors/media_bundle_error.proto", fileDescriptor_media_bundle_error_f3b259602be58c27) } -var fileDescriptor_media_bundle_error_4a3acd8d9daa35eb = []byte{ +var fileDescriptor_media_bundle_error_f3b259602be58c27 = []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 175b054c716ee48f081f76eafc468923b2310e9b..02711161b9c19e001cad559aa80d4fd725e57805 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_5054e1ce0cb81f20, []int{0, 0} + return fileDescriptor_media_file_error_a4fc3b8bde50bb97, []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_5054e1ce0cb81f20, []int{0} + return fileDescriptor_media_file_error_a4fc3b8bde50bb97, []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_5054e1ce0cb81f20) + proto.RegisterFile("google/ads/googleads/v1/errors/media_file_error.proto", fileDescriptor_media_file_error_a4fc3b8bde50bb97) } -var fileDescriptor_media_file_error_5054e1ce0cb81f20 = []byte{ +var fileDescriptor_media_file_error_a4fc3b8bde50bb97 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..b4fb56b0d7d48f679578d5b036c42d3d22f7ade7 --- /dev/null +++ b/googleapis/ads/googleads/v1/errors/media_upload_error.pb.go @@ -0,0 +1,43 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/errors/media_upload_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 + +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, +} diff --git a/googleapis/ads/googleads/v1/errors/multiplier_error.pb.go b/googleapis/ads/googleads/v1/errors/multiplier_error.pb.go index 89fb7c8b988d3eb6f444a6d2bd5750ed6fc9c064..8bcad3e355e63f7c33752bd5a839944bf860f8b6 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_18ac3353c14078a1, []int{0, 0} + return fileDescriptor_multiplier_error_b30db179a341a11f, []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_18ac3353c14078a1, []int{0} + return fileDescriptor_multiplier_error_b30db179a341a11f, []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_18ac3353c14078a1) + proto.RegisterFile("google/ads/googleads/v1/errors/multiplier_error.proto", fileDescriptor_multiplier_error_b30db179a341a11f) } -var fileDescriptor_multiplier_error_18ac3353c14078a1 = []byte{ +var fileDescriptor_multiplier_error_b30db179a341a11f = []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 26841bab736639854315d2303a165bae16a85400..8cbe141eb5c5dee668d9eb184ca65a4598936e3d 100644 --- a/googleapis/ads/googleads/v1/errors/mutate_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/mutate_error.pb.go @@ -38,6 +38,8 @@ const ( 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 + // The resource being created already exists. + MutateErrorEnum_RESOURCE_ALREADY_EXISTS MutateErrorEnum_MutateError = 11 ) var MutateErrorEnum_MutateError_name = map[int32]string{ @@ -48,6 +50,7 @@ var MutateErrorEnum_MutateError_name = map[int32]string{ 8: "INCONSISTENT_FIELD_VALUES", 9: "MUTATE_NOT_ALLOWED", 10: "RESOURCE_NOT_IN_GOOGLE_ADS", + 11: "RESOURCE_ALREADY_EXISTS", } var MutateErrorEnum_MutateError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -57,13 +60,14 @@ var MutateErrorEnum_MutateError_value = map[string]int32{ "INCONSISTENT_FIELD_VALUES": 8, "MUTATE_NOT_ALLOWED": 9, "RESOURCE_NOT_IN_GOOGLE_ADS": 10, + "RESOURCE_ALREADY_EXISTS": 11, } func (x MutateErrorEnum_MutateError) String() string { return proto.EnumName(MutateErrorEnum_MutateError_name, int32(x)) } func (MutateErrorEnum_MutateError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_mutate_error_52bfa33b7773be5c, []int{0, 0} + return fileDescriptor_mutate_error_6b4a3bb829ca99f9, []int{0, 0} } // Container for enum describing possible mutate errors. @@ -77,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_52bfa33b7773be5c, []int{0} + return fileDescriptor_mutate_error_6b4a3bb829ca99f9, []int{0} } func (m *MutateErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateErrorEnum.Unmarshal(m, b) @@ -103,33 +107,34 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/mutate_error.proto", fileDescriptor_mutate_error_52bfa33b7773be5c) + proto.RegisterFile("google/ads/googleads/v1/errors/mutate_error.proto", fileDescriptor_mutate_error_6b4a3bb829ca99f9) } -var fileDescriptor_mutate_error_52bfa33b7773be5c = []byte{ - // 384 bytes of a gzipped FileDescriptorProto +var fileDescriptor_mutate_error_6b4a3bb829ca99f9 = []byte{ + // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0x41, 0x8e, 0xd3, 0x30, - 0x14, 0x86, 0x49, 0x47, 0x62, 0xc0, 0x5d, 0x8c, 0xe5, 0x05, 0x12, 0x23, 0xa6, 0x12, 0x39, 0x80, - 0xa3, 0x88, 0x9d, 0x59, 0x79, 0x1a, 0x37, 0xb2, 0x48, 0xed, 0x68, 0x9c, 0x64, 0x10, 0x8a, 0x64, - 0x05, 0x12, 0x45, 0x95, 0xda, 0xb8, 0x8a, 0xd3, 0x1e, 0x88, 0x25, 0x77, 0xe0, 0x02, 0xec, 0xb8, - 0x06, 0x5c, 0x02, 0x25, 0xa6, 0x55, 0x59, 0x30, 0x2b, 0xff, 0x7e, 0xfa, 0xfe, 0xff, 0xd9, 0xef, - 0x81, 0xb0, 0x35, 0xa6, 0xdd, 0x36, 0x41, 0x55, 0xdb, 0xc0, 0xc9, 0x51, 0x1d, 0xc3, 0xa0, 0xe9, - 0x7b, 0xd3, 0xdb, 0x60, 0x77, 0x18, 0xaa, 0xa1, 0xd1, 0xd3, 0x0d, 0xef, 0x7b, 0x33, 0x18, 0xb4, - 0x70, 0x1c, 0xae, 0x6a, 0x8b, 0xcf, 0x16, 0x7c, 0x0c, 0xb1, 0xb3, 0xdc, 0xbe, 0x39, 0x45, 0xee, - 0x37, 0x41, 0xd5, 0x75, 0x66, 0xa8, 0x86, 0x8d, 0xe9, 0xac, 0x73, 0xfb, 0x3f, 0x3d, 0x70, 0xb3, - 0x9e, 0x42, 0xd9, 0x88, 0xb3, 0xee, 0xb0, 0xf3, 0xbf, 0x7b, 0x60, 0x7e, 0x51, 0x43, 0x37, 0x60, - 0x9e, 0x0b, 0x95, 0xb2, 0x25, 0x5f, 0x71, 0x16, 0xc1, 0x67, 0x68, 0x0e, 0xae, 0x73, 0xf1, 0x41, - 0xc8, 0x47, 0x01, 0x3d, 0xf4, 0x0a, 0xa0, 0x07, 0xa6, 0x64, 0xfe, 0xb0, 0x64, 0x5a, 0xc8, 0x4c, - 0xaf, 0x64, 0x2e, 0x22, 0x78, 0x85, 0xde, 0x82, 0x3b, 0x1e, 0x69, 0xf6, 0x91, 0xab, 0x4c, 0x69, - 0x2e, 0xf4, 0x3a, 0x4f, 0x32, 0x9e, 0x26, 0x4c, 0xaf, 0xf3, 0x8c, 0x66, 0x4c, 0xc1, 0x6b, 0x74, - 0x07, 0x5e, 0x73, 0xb1, 0x94, 0x42, 0x71, 0x95, 0x31, 0x91, 0xe9, 0x15, 0x67, 0x49, 0xa4, 0x0b, - 0x9a, 0xe4, 0x4c, 0xc1, 0x17, 0x63, 0xb2, 0x63, 0xa7, 0x5c, 0x9a, 0x24, 0xf2, 0x91, 0x45, 0xf0, - 0x25, 0x5a, 0x80, 0xdb, 0x7f, 0x3a, 0x72, 0xa1, 0x63, 0x29, 0xe3, 0x84, 0x69, 0x1a, 0x29, 0x08, - 0xee, 0x7f, 0x7b, 0xc0, 0xff, 0x62, 0x76, 0xf8, 0xe9, 0xc1, 0xdc, 0xc3, 0x8b, 0x3f, 0xa6, 0xe3, - 0x30, 0x52, 0xef, 0x53, 0xf4, 0xd7, 0xd3, 0x9a, 0x6d, 0xd5, 0xb5, 0xd8, 0xf4, 0x6d, 0xd0, 0x36, - 0xdd, 0x34, 0xaa, 0xd3, 0x3e, 0xf6, 0x1b, 0xfb, 0xbf, 0xf5, 0xbc, 0x77, 0xc7, 0xd7, 0xd9, 0x55, - 0x4c, 0xe9, 0xb7, 0xd9, 0x22, 0x76, 0x61, 0xb4, 0xb6, 0xd8, 0xc9, 0x51, 0x15, 0x21, 0x9e, 0x5a, - 0xda, 0x1f, 0x27, 0xa0, 0xa4, 0xb5, 0x2d, 0xcf, 0x40, 0x59, 0x84, 0xa5, 0x03, 0x7e, 0xcd, 0x7c, - 0x57, 0x25, 0x84, 0xd6, 0x96, 0x90, 0x33, 0x42, 0x48, 0x11, 0x12, 0xe2, 0xa0, 0xcf, 0xcf, 0xa7, - 0xd7, 0xbd, 0xfb, 0x13, 0x00, 0x00, 0xff, 0xff, 0xef, 0xa9, 0x17, 0xad, 0x3b, 0x02, 0x00, 0x00, + 0x18, 0x85, 0x49, 0x47, 0x62, 0xc0, 0x5d, 0x8c, 0xe5, 0x05, 0x88, 0x81, 0xa9, 0x44, 0x0f, 0xe0, + 0x28, 0x62, 0x67, 0x56, 0x9e, 0xda, 0xad, 0x2c, 0x5c, 0xbb, 0xaa, 0x93, 0x0e, 0xa0, 0x4a, 0x56, + 0x20, 0x51, 0x54, 0x69, 0x1a, 0x57, 0x71, 0x66, 0x0e, 0xc4, 0x92, 0xa3, 0x70, 0x04, 0x8e, 0x00, + 0x12, 0x67, 0x40, 0x89, 0xa7, 0x51, 0x59, 0x30, 0xab, 0xbc, 0xd8, 0xdf, 0x7b, 0xfe, 0xf5, 0x7e, + 0x90, 0x54, 0xce, 0x55, 0xb7, 0x65, 0x9c, 0x17, 0x3e, 0x0e, 0xb2, 0x53, 0xf7, 0x49, 0x5c, 0x36, + 0x8d, 0x6b, 0x7c, 0xbc, 0xbf, 0x6b, 0xf3, 0xb6, 0xb4, 0xfd, 0x1f, 0x3e, 0x34, 0xae, 0x75, 0x68, + 0x12, 0x38, 0x9c, 0x17, 0x1e, 0x0f, 0x16, 0x7c, 0x9f, 0xe0, 0x60, 0xb9, 0x7c, 0x73, 0x8c, 0x3c, + 0xec, 0xe2, 0xbc, 0xae, 0x5d, 0x9b, 0xb7, 0x3b, 0x57, 0xfb, 0xe0, 0x9e, 0xfe, 0x89, 0xc0, 0xc5, + 0xb2, 0x0f, 0xe5, 0x1d, 0xce, 0xeb, 0xbb, 0xfd, 0xf4, 0x67, 0x04, 0xc6, 0x27, 0x67, 0xe8, 0x02, + 0x8c, 0x33, 0x65, 0x56, 0x7c, 0x26, 0xe6, 0x82, 0x33, 0xf8, 0x04, 0x8d, 0xc1, 0x79, 0xa6, 0x3e, + 0x28, 0x7d, 0xa3, 0x60, 0x84, 0x5e, 0x00, 0xb4, 0xe6, 0x46, 0x67, 0xeb, 0x19, 0xb7, 0x4a, 0xa7, + 0x76, 0xae, 0x33, 0xc5, 0xe0, 0x19, 0x7a, 0x0b, 0xae, 0x04, 0xb3, 0xfc, 0xa3, 0x30, 0xa9, 0xb1, + 0x42, 0xd9, 0x65, 0x26, 0x53, 0xb1, 0x92, 0xdc, 0x2e, 0xb3, 0x94, 0xa6, 0xdc, 0xc0, 0x73, 0x74, + 0x05, 0x5e, 0x09, 0x35, 0xd3, 0xca, 0x08, 0x93, 0x72, 0x95, 0xda, 0xb9, 0xe0, 0x92, 0xd9, 0x0d, + 0x95, 0x19, 0x37, 0xf0, 0x59, 0x97, 0x1c, 0xd8, 0x3e, 0x97, 0x4a, 0xa9, 0x6f, 0x38, 0x83, 0xcf, + 0xd1, 0x04, 0x5c, 0xfe, 0xf3, 0xa2, 0x50, 0x76, 0xa1, 0xf5, 0x42, 0x72, 0x4b, 0x99, 0x81, 0x00, + 0xbd, 0x06, 0x2f, 0x87, 0x7b, 0x2a, 0xd7, 0x9c, 0xb2, 0x4f, 0x0f, 0x73, 0xc0, 0xf1, 0xf5, 0xef, + 0x08, 0x4c, 0xbf, 0xba, 0x3d, 0x7e, 0xbc, 0xb5, 0x6b, 0x78, 0x52, 0xc0, 0xaa, 0x6b, 0x6a, 0x15, + 0x7d, 0x66, 0x0f, 0x9e, 0xca, 0xdd, 0xe6, 0x75, 0x85, 0x5d, 0x53, 0xc5, 0x55, 0x59, 0xf7, 0x3d, + 0x1e, 0x97, 0x75, 0xd8, 0xf9, 0xff, 0xed, 0xee, 0x7d, 0xf8, 0x7c, 0x1b, 0x9d, 0x2d, 0x28, 0xfd, + 0x3e, 0x9a, 0x2c, 0x42, 0x18, 0x2d, 0x3c, 0x0e, 0xb2, 0x53, 0x9b, 0x04, 0xf7, 0x4f, 0xfa, 0x1f, + 0x47, 0x60, 0x4b, 0x0b, 0xbf, 0x1d, 0x80, 0xed, 0x26, 0xd9, 0x06, 0xe0, 0xd7, 0x68, 0x1a, 0x4e, + 0x09, 0xa1, 0x85, 0x27, 0x64, 0x40, 0x08, 0xd9, 0x24, 0x84, 0x04, 0xe8, 0xcb, 0xd3, 0x7e, 0xba, + 0x77, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xde, 0x4c, 0xb9, 0x2c, 0x58, 0x02, 0x00, 0x00, } 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 1e75bd6952f3839667c12b611a50ce64947f334b..157a6a7b957a0ce599910f940769135d9890367b 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_e678cc12e5cdd751, []int{0, 0} + return fileDescriptor_mutate_job_error_dee7c5cec33a7fe3, []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_e678cc12e5cdd751, []int{0} + return fileDescriptor_mutate_job_error_dee7c5cec33a7fe3, []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_e678cc12e5cdd751) + proto.RegisterFile("google/ads/googleads/v1/errors/mutate_job_error.proto", fileDescriptor_mutate_job_error_dee7c5cec33a7fe3) } -var fileDescriptor_mutate_job_error_e678cc12e5cdd751 = []byte{ +var fileDescriptor_mutate_job_error_dee7c5cec33a7fe3 = []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 7a53f682e1eb71bf1e4610497937feb7f95604b2..8d143bc5c013a351abadfc25ef494bf18bc7fb93 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_cb94f3aa5ad88d67, []int{0, 0} + return fileDescriptor_new_resource_creation_error_b25df6b7077946de, []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_cb94f3aa5ad88d67, []int{0} + return fileDescriptor_new_resource_creation_error_b25df6b7077946de, []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_cb94f3aa5ad88d67) + proto.RegisterFile("google/ads/googleads/v1/errors/new_resource_creation_error.proto", fileDescriptor_new_resource_creation_error_b25df6b7077946de) } -var fileDescriptor_new_resource_creation_error_cb94f3aa5ad88d67 = []byte{ +var fileDescriptor_new_resource_creation_error_b25df6b7077946de = []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 e59b7b199524b51e7f1c52581d1053edc579d9c1..c8cc21109bf9b5a48fbe608fc9f41de1e70c45eb 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_8dcd9491c53b6b7e, []int{0, 0} + return fileDescriptor_not_empty_error_e293f91712c045dd, []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_8dcd9491c53b6b7e, []int{0} + return fileDescriptor_not_empty_error_e293f91712c045dd, []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_8dcd9491c53b6b7e) + proto.RegisterFile("google/ads/googleads/v1/errors/not_empty_error.proto", fileDescriptor_not_empty_error_e293f91712c045dd) } -var fileDescriptor_not_empty_error_8dcd9491c53b6b7e = []byte{ +var fileDescriptor_not_empty_error_e293f91712c045dd = []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 9f509fa74cc59e6dfb54e1a7fe37b855d232e8d0..ffbbca57702438ecc062a577e8697a788eeca890 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_cb6723cf4a5be0ce, []int{0, 0} + return fileDescriptor_null_error_4f331e342f3854d8, []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_cb6723cf4a5be0ce, []int{0} + return fileDescriptor_null_error_4f331e342f3854d8, []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_cb6723cf4a5be0ce) + proto.RegisterFile("google/ads/googleads/v1/errors/null_error.proto", fileDescriptor_null_error_4f331e342f3854d8) } -var fileDescriptor_null_error_cb6723cf4a5be0ce = []byte{ +var fileDescriptor_null_error_4f331e342f3854d8 = []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 9a9427fb8c73bfcbcf9c247698c518cbed74e02a..df2f6381500f416c3e5df1a093c94b2020aeeae5 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_f8611b2072984148, []int{0, 0} + return fileDescriptor_operation_access_denied_error_566a62646392ef0b, []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_f8611b2072984148, []int{0} + return fileDescriptor_operation_access_denied_error_566a62646392ef0b, []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_f8611b2072984148) + proto.RegisterFile("google/ads/googleads/v1/errors/operation_access_denied_error.proto", fileDescriptor_operation_access_denied_error_566a62646392ef0b) } -var fileDescriptor_operation_access_denied_error_f8611b2072984148 = []byte{ +var fileDescriptor_operation_access_denied_error_566a62646392ef0b = []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 40f8db7e5298903f3b7ada28c968beb42f7b08cb..c0f834a5d4168fd29d381cee15aea4fd83da3ec3 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_fa7dcdbde7a1b7d9, []int{0, 0} + return fileDescriptor_operator_error_87b1e31e98dffa4f, []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_fa7dcdbde7a1b7d9, []int{0} + return fileDescriptor_operator_error_87b1e31e98dffa4f, []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_fa7dcdbde7a1b7d9) + proto.RegisterFile("google/ads/googleads/v1/errors/operator_error.proto", fileDescriptor_operator_error_87b1e31e98dffa4f) } -var fileDescriptor_operator_error_fa7dcdbde7a1b7d9 = []byte{ +var fileDescriptor_operator_error_87b1e31e98dffa4f = []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 dacdfb9c65328cbe1a0ba267587ec18982f344f2..228c64b4b1bd6edce18f975fcd76900ce30572ae 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_fbb749ef1d8095fb, []int{0, 0} + return fileDescriptor_partial_failure_error_2879656353b11b88, []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_fbb749ef1d8095fb, []int{0} + return fileDescriptor_partial_failure_error_2879656353b11b88, []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_fbb749ef1d8095fb) + proto.RegisterFile("google/ads/googleads/v1/errors/partial_failure_error.proto", fileDescriptor_partial_failure_error_2879656353b11b88) } -var fileDescriptor_partial_failure_error_fbb749ef1d8095fb = []byte{ +var fileDescriptor_partial_failure_error_2879656353b11b88 = []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 653a161ff7af5f15ea25686c9ece978b60951cec..b0429fda36f59b1a7572895d1a101c5a80bb3f7c 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_deba93eb8f17a5fc, []int{0, 0} + return fileDescriptor_policy_finding_error_7a70e35c4d04952a, []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_deba93eb8f17a5fc, []int{0} + return fileDescriptor_policy_finding_error_7a70e35c4d04952a, []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_deba93eb8f17a5fc) + proto.RegisterFile("google/ads/googleads/v1/errors/policy_finding_error.proto", fileDescriptor_policy_finding_error_7a70e35c4d04952a) } -var fileDescriptor_policy_finding_error_deba93eb8f17a5fc = []byte{ +var fileDescriptor_policy_finding_error_7a70e35c4d04952a = []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 3af826a940a4cd01b2e7ee34faad21dc54b7727b..1813f4f2da185ff9bb9c48a3d462a9c1223f482b 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 @@ -29,24 +29,33 @@ const ( PolicyValidationParameterErrorEnum_UNKNOWN PolicyValidationParameterErrorEnum_PolicyValidationParameterError = 1 // Ignorable policy topics are not supported for the ad type. PolicyValidationParameterErrorEnum_UNSUPPORTED_AD_TYPE_FOR_IGNORABLE_POLICY_TOPICS PolicyValidationParameterErrorEnum_PolicyValidationParameterError = 2 + // Exempt policy violation keys are not supported for the ad type. + PolicyValidationParameterErrorEnum_UNSUPPORTED_AD_TYPE_FOR_EXEMPT_POLICY_VIOLATION_KEYS PolicyValidationParameterErrorEnum_PolicyValidationParameterError = 3 + // Cannot set ignorable policy topics and exempt policy violation keys in + // the same policy violation parameter. + PolicyValidationParameterErrorEnum_CANNOT_SET_BOTH_IGNORABLE_POLICY_TOPICS_AND_EXEMPT_POLICY_VIOLATION_KEYS PolicyValidationParameterErrorEnum_PolicyValidationParameterError = 4 ) var PolicyValidationParameterErrorEnum_PolicyValidationParameterError_name = map[int32]string{ 0: "UNSPECIFIED", 1: "UNKNOWN", 2: "UNSUPPORTED_AD_TYPE_FOR_IGNORABLE_POLICY_TOPICS", + 3: "UNSUPPORTED_AD_TYPE_FOR_EXEMPT_POLICY_VIOLATION_KEYS", + 4: "CANNOT_SET_BOTH_IGNORABLE_POLICY_TOPICS_AND_EXEMPT_POLICY_VIOLATION_KEYS", } var PolicyValidationParameterErrorEnum_PolicyValidationParameterError_value = map[string]int32{ "UNSPECIFIED": 0, "UNKNOWN": 1, - "UNSUPPORTED_AD_TYPE_FOR_IGNORABLE_POLICY_TOPICS": 2, + "UNSUPPORTED_AD_TYPE_FOR_IGNORABLE_POLICY_TOPICS": 2, + "UNSUPPORTED_AD_TYPE_FOR_EXEMPT_POLICY_VIOLATION_KEYS": 3, + "CANNOT_SET_BOTH_IGNORABLE_POLICY_TOPICS_AND_EXEMPT_POLICY_VIOLATION_KEYS": 4, } func (x PolicyValidationParameterErrorEnum_PolicyValidationParameterError) String() string { return proto.EnumName(PolicyValidationParameterErrorEnum_PolicyValidationParameterError_name, int32(x)) } func (PolicyValidationParameterErrorEnum_PolicyValidationParameterError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_policy_validation_parameter_error_32f295730e4adafc, []int{0, 0} + return fileDescriptor_policy_validation_parameter_error_baa9018c5630f778, []int{0, 0} } // Container for enum describing possible policy validation parameter errors. @@ -60,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_32f295730e4adafc, []int{0} + return fileDescriptor_policy_validation_parameter_error_baa9018c5630f778, []int{0} } func (m *PolicyValidationParameterErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PolicyValidationParameterErrorEnum.Unmarshal(m, b) @@ -86,31 +95,34 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/policy_validation_parameter_error.proto", fileDescriptor_policy_validation_parameter_error_32f295730e4adafc) + proto.RegisterFile("google/ads/googleads/v1/errors/policy_validation_parameter_error.proto", fileDescriptor_policy_validation_parameter_error_baa9018c5630f778) } -var fileDescriptor_policy_validation_parameter_error_32f295730e4adafc = []byte{ - // 340 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xbf, 0x6a, 0xeb, 0x30, - 0x18, 0xc5, 0xaf, 0x7d, 0xe1, 0x5e, 0x50, 0x86, 0x06, 0x8f, 0xa5, 0x64, 0x70, 0x77, 0x09, 0x93, - 0x4d, 0x9d, 0x94, 0x58, 0x09, 0xa6, 0xc1, 0x16, 0x49, 0xec, 0x92, 0x62, 0x10, 0x6a, 0x6c, 0x8c, - 0xc1, 0xb1, 0x8c, 0xe4, 0x06, 0xfa, 0x28, 0x5d, 0x3b, 0xf6, 0x51, 0xfa, 0x28, 0x7d, 0x88, 0x52, - 0x6c, 0xd5, 0xde, 0x9a, 0x49, 0x07, 0xf1, 0xfb, 0xce, 0xf9, 0xfe, 0x80, 0x55, 0x21, 0x65, 0x51, - 0xe5, 0x48, 0x64, 0x1a, 0x19, 0xd9, 0xa9, 0xb3, 0x87, 0x72, 0xa5, 0xa4, 0xd2, 0xa8, 0x91, 0x55, - 0x79, 0x7c, 0xe1, 0x67, 0x51, 0x95, 0x99, 0x68, 0x4b, 0x59, 0xf3, 0x46, 0x28, 0x71, 0xca, 0xdb, - 0x5c, 0xf1, 0x1e, 0x81, 0x8d, 0x92, 0xad, 0x74, 0x66, 0xa6, 0x18, 0x8a, 0x4c, 0xc3, 0xd1, 0x07, - 0x9e, 0x3d, 0x68, 0x7c, 0xae, 0x6f, 0x86, 0x9c, 0xa6, 0x44, 0xa2, 0xae, 0x65, 0xdb, 0x9b, 0x69, - 0x53, 0xed, 0xbe, 0x5a, 0xc0, 0x65, 0x7d, 0x52, 0x32, 0x06, 0xb1, 0x21, 0x87, 0x76, 0x0e, 0xb4, - 0x7e, 0x3e, 0xb9, 0x1a, 0xcc, 0x2e, 0x53, 0xce, 0x15, 0x98, 0xc4, 0xe1, 0x8e, 0xd1, 0x65, 0xb0, - 0x0a, 0xa8, 0x3f, 0xfd, 0xe3, 0x4c, 0xc0, 0xff, 0x38, 0xbc, 0x0f, 0xa3, 0x87, 0x70, 0x6a, 0x39, - 0x73, 0x80, 0xe2, 0x70, 0x17, 0x33, 0x16, 0x6d, 0xf7, 0xd4, 0xe7, 0xc4, 0xe7, 0xfb, 0x03, 0xa3, - 0x7c, 0x15, 0x6d, 0x79, 0xb0, 0x0e, 0xa3, 0x2d, 0x59, 0x6c, 0x28, 0x67, 0xd1, 0x26, 0x58, 0x1e, - 0xf8, 0x3e, 0x62, 0xc1, 0x72, 0x37, 0xb5, 0x17, 0x5f, 0x16, 0x70, 0x8f, 0xf2, 0x04, 0x2f, 0x0f, - 0xb8, 0xb8, 0xbd, 0xdc, 0x19, 0xeb, 0xe6, 0x64, 0xd6, 0xa3, 0xff, 0x63, 0x53, 0xc8, 0x4a, 0xd4, - 0x05, 0x94, 0xaa, 0x40, 0x45, 0x5e, 0xf7, 0x5b, 0x18, 0xf6, 0xdf, 0x94, 0xfa, 0xb7, 0x73, 0xdc, - 0x99, 0xe7, 0xcd, 0xfe, 0xbb, 0x26, 0xe4, 0xdd, 0x9e, 0xad, 0x8d, 0x19, 0xc9, 0x34, 0x34, 0xb2, - 0x53, 0x89, 0x07, 0xfb, 0x48, 0xfd, 0x31, 0x00, 0x29, 0xc9, 0x74, 0x3a, 0x02, 0x69, 0xe2, 0xa5, - 0x06, 0xf8, 0xb4, 0x5d, 0xf3, 0x8b, 0x31, 0xc9, 0x34, 0xc6, 0x23, 0x82, 0x71, 0xe2, 0x61, 0x6c, - 0xa0, 0xa7, 0x7f, 0x7d, 0x77, 0xf3, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x50, 0x34, 0x9f, 0xe3, - 0x2b, 0x02, 0x00, 0x00, +var fileDescriptor_policy_validation_parameter_error_baa9018c5630f778 = []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, + 0x2e, 0x8a, 0xba, 0x52, 0x62, 0x25, 0x63, 0x26, 0x95, 0x44, 0xac, 0xb8, 0x4d, 0x31, 0x08, 0x75, + 0x6c, 0x8c, 0xc1, 0xb1, 0x8c, 0xe5, 0x06, 0x7a, 0x9d, 0x59, 0xf6, 0x28, 0x3d, 0x4a, 0xaf, 0x50, + 0x28, 0xc5, 0xd6, 0xd8, 0xbb, 0x78, 0xa5, 0x87, 0x78, 0xef, 0x7b, 0xe2, 0xd7, 0x0f, 0xb6, 0x85, + 0xd6, 0x45, 0x95, 0xfb, 0x2a, 0x33, 0xbe, 0x95, 0xbd, 0xba, 0x04, 0x7e, 0xde, 0xb6, 0xba, 0x35, + 0x7e, 0xa3, 0xab, 0xf2, 0xf1, 0xa7, 0xbc, 0xa8, 0xaa, 0xcc, 0x54, 0x57, 0xea, 0x5a, 0x36, 0xaa, + 0x55, 0xe7, 0xbc, 0xcb, 0x5b, 0x39, 0x58, 0x60, 0xd3, 0xea, 0x4e, 0xbb, 0x2b, 0x1b, 0x86, 0x2a, + 0x33, 0x70, 0xe2, 0xc0, 0x4b, 0x00, 0x2d, 0xe7, 0xed, 0xbb, 0xb1, 0xa7, 0x29, 0x7d, 0x55, 0xd7, + 0xba, 0x1b, 0x60, 0xc6, 0xa6, 0xbd, 0x27, 0x07, 0x78, 0x7c, 0x68, 0x4a, 0xa6, 0x22, 0x3e, 0xf6, + 0x90, 0x9e, 0x40, 0xea, 0x1f, 0x67, 0xef, 0xef, 0x02, 0xac, 0xe6, 0x6d, 0xee, 0x1b, 0x70, 0x7b, + 0xa4, 0x31, 0x27, 0x9b, 0x68, 0x1b, 0x91, 0x70, 0xf9, 0xc2, 0xbd, 0x05, 0xaf, 0x8f, 0xf4, 0x81, + 0xb2, 0x2f, 0x74, 0xb9, 0x70, 0xef, 0x80, 0x7f, 0xa4, 0xf1, 0x91, 0x73, 0x76, 0x10, 0x24, 0x94, + 0x38, 0x94, 0xe2, 0xc4, 0x89, 0xdc, 0xb2, 0x83, 0x8c, 0x76, 0x94, 0x1d, 0xf0, 0x7a, 0x4f, 0x24, + 0x67, 0xfb, 0x68, 0x73, 0x92, 0x82, 0xf1, 0x68, 0x13, 0x2f, 0x1d, 0xf7, 0x23, 0xf8, 0x70, 0x2d, + 0x44, 0xbe, 0x92, 0xcf, 0x5c, 0x8c, 0x89, 0x24, 0x62, 0x7b, 0x2c, 0x22, 0x46, 0xe5, 0x03, 0x39, + 0xc5, 0xcb, 0x1b, 0x77, 0x0f, 0xee, 0x37, 0x98, 0x52, 0x26, 0x64, 0x4c, 0x84, 0x5c, 0x33, 0x71, + 0x7f, 0xad, 0x46, 0x62, 0x1a, 0xce, 0xd3, 0x5e, 0xae, 0xff, 0x2d, 0x80, 0xf7, 0xa8, 0xcf, 0x70, + 0x7e, 0xd2, 0xeb, 0xf7, 0xf3, 0x13, 0xe2, 0xfd, 0xc0, 0xf9, 0xe2, 0x5b, 0xf8, 0x8c, 0x29, 0x74, + 0xa5, 0xea, 0x02, 0xea, 0xb6, 0xf0, 0x8b, 0xbc, 0x1e, 0xbe, 0x63, 0x5c, 0x84, 0xa6, 0x34, 0xd7, + 0xf6, 0xe2, 0x93, 0x3d, 0x9e, 0x9c, 0x9b, 0x1d, 0xc6, 0xbf, 0x9c, 0xd5, 0xce, 0xc2, 0x70, 0x66, + 0xa0, 0x95, 0xbd, 0x4a, 0x02, 0x38, 0x54, 0x9a, 0xdf, 0xa3, 0x21, 0xc5, 0x99, 0x49, 0x27, 0x43, + 0x9a, 0x04, 0xa9, 0x35, 0xfc, 0x71, 0x3c, 0x7b, 0x8b, 0x10, 0xce, 0x0c, 0x42, 0x93, 0x05, 0xa1, + 0x24, 0x40, 0xc8, 0x9a, 0xbe, 0xbf, 0x1a, 0x5e, 0x77, 0xf7, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x02, + 0x12, 0xa0, 0x1c, 0xb4, 0x02, 0x00, 0x00, } 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 37e598a9d492def1fc2f8e4917aaddc9eb47a277..db2c3d9cecf6a9b466351b37fc757176ebda92fa 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_45717ca86da65769, []int{0, 0} + return fileDescriptor_policy_violation_error_14fd19f12b12fb77, []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_45717ca86da65769, []int{0} + return fileDescriptor_policy_violation_error_14fd19f12b12fb77, []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_45717ca86da65769) + proto.RegisterFile("google/ads/googleads/v1/errors/policy_violation_error.proto", fileDescriptor_policy_violation_error_14fd19f12b12fb77) } -var fileDescriptor_policy_violation_error_45717ca86da65769 = []byte{ +var fileDescriptor_policy_violation_error_14fd19f12b12fb77 = []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 10ad463d19eb3b7320d1e3551df4649c24e07038..6889602f4aafda43501d7663d7a3e3d9d41ab875 100644 --- a/googleapis/ads/googleads/v1/errors/query_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/query_error.pb.go @@ -256,7 +256,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_fb7e21fa78314ccb, []int{0, 0} + return fileDescriptor_query_error_09be0bcbaab0b7a0, []int{0, 0} } // Container for enum describing possible query errors. @@ -270,7 +270,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_fb7e21fa78314ccb, []int{0} + return fileDescriptor_query_error_09be0bcbaab0b7a0, []int{0} } func (m *QueryErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryErrorEnum.Unmarshal(m, b) @@ -296,10 +296,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/query_error.proto", fileDescriptor_query_error_fb7e21fa78314ccb) + proto.RegisterFile("google/ads/googleads/v1/errors/query_error.proto", fileDescriptor_query_error_09be0bcbaab0b7a0) } -var fileDescriptor_query_error_fb7e21fa78314ccb = []byte{ +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, diff --git a/googleapis/ads/googleads/v1/errors/quota_error.pb.go b/googleapis/ads/googleads/v1/errors/quota_error.pb.go index 8caf29b784f868b5c0f3e8038e780f9b43fe3542..af0067b3360b89b38d40c83181329199e290b167 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_847cfc5ddb97c4a8, []int{0, 0} + return fileDescriptor_quota_error_45e8e5817bbdbf53, []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_847cfc5ddb97c4a8, []int{0} + return fileDescriptor_quota_error_45e8e5817bbdbf53, []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_847cfc5ddb97c4a8) + proto.RegisterFile("google/ads/googleads/v1/errors/quota_error.proto", fileDescriptor_quota_error_45e8e5817bbdbf53) } -var fileDescriptor_quota_error_847cfc5ddb97c4a8 = []byte{ +var fileDescriptor_quota_error_45e8e5817bbdbf53 = []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 26f0a459839390435606fa291d483bea43a36fac..17d1d1748f16676e2391f69faf6156cda0b90691 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_490e9bf869b4ee0c, []int{0, 0} + return fileDescriptor_range_error_922145fa23db5891, []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_490e9bf869b4ee0c, []int{0} + return fileDescriptor_range_error_922145fa23db5891, []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_490e9bf869b4ee0c) + proto.RegisterFile("google/ads/googleads/v1/errors/range_error.proto", fileDescriptor_range_error_922145fa23db5891) } -var fileDescriptor_range_error_490e9bf869b4ee0c = []byte{ +var fileDescriptor_range_error_922145fa23db5891 = []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 875e710140b73481147feda787221f545353115d..4e7675bbb970bd4ab57d3339097e9cebd0864701 100644 --- a/googleapis/ads/googleads/v1/errors/recommendation_error.pb.go +++ b/googleapis/ads/googleads/v1/errors/recommendation_error.pb.go @@ -57,6 +57,8 @@ const ( RecommendationErrorEnum_DUPLICATE_RESOURCE_NAME RecommendationErrorEnum_RecommendationError = 13 // The recommendation requested to dismiss has already been dismissed. RecommendationErrorEnum_RECOMMENDATION_ALREADY_DISMISSED RecommendationErrorEnum_RecommendationError = 14 + // The recommendation apply request was malformed and invalid. + RecommendationErrorEnum_INVALID_APPLY_REQUEST RecommendationErrorEnum_RecommendationError = 15 ) var RecommendationErrorEnum_RecommendationError_name = map[int32]string{ @@ -75,6 +77,7 @@ var RecommendationErrorEnum_RecommendationError_name = map[int32]string{ 12: "DIFFERENT_TYPES_NOT_SUPPORTED", 13: "DUPLICATE_RESOURCE_NAME", 14: "RECOMMENDATION_ALREADY_DISMISSED", + 15: "INVALID_APPLY_REQUEST", } var RecommendationErrorEnum_RecommendationError_value = map[string]int32{ "UNSPECIFIED": 0, @@ -92,13 +95,14 @@ var RecommendationErrorEnum_RecommendationError_value = map[string]int32{ "DIFFERENT_TYPES_NOT_SUPPORTED": 12, "DUPLICATE_RESOURCE_NAME": 13, "RECOMMENDATION_ALREADY_DISMISSED": 14, + "INVALID_APPLY_REQUEST": 15, } func (x RecommendationErrorEnum_RecommendationError) String() string { return proto.EnumName(RecommendationErrorEnum_RecommendationError_name, int32(x)) } func (RecommendationErrorEnum_RecommendationError) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_recommendation_error_bf8c3c97f0057f43, []int{0, 0} + return fileDescriptor_recommendation_error_8bb2635184f78a54, []int{0, 0} } // Container for enum describing possible errors from applying a recommendation. @@ -112,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_bf8c3c97f0057f43, []int{0} + return fileDescriptor_recommendation_error_8bb2635184f78a54, []int{0} } func (m *RecommendationErrorEnum) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecommendationErrorEnum.Unmarshal(m, b) @@ -138,41 +142,42 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/errors/recommendation_error.proto", fileDescriptor_recommendation_error_bf8c3c97f0057f43) + proto.RegisterFile("google/ads/googleads/v1/errors/recommendation_error.proto", fileDescriptor_recommendation_error_8bb2635184f78a54) } -var fileDescriptor_recommendation_error_bf8c3c97f0057f43 = []byte{ - // 500 bytes of a gzipped FileDescriptorProto +var fileDescriptor_recommendation_error_8bb2635184f78a54 = []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, 0x69, 0x0b, 0x1b, 0xb8, 0x1b, 0x18, 0x4f, 0x50, 0x18, 0x50, 0x41, 0xc5, 0x75, 0xa2, - 0x8a, 0x2b, 0xc2, 0x95, 0x5b, 0x9f, 0x56, 0xd6, 0x12, 0xdb, 0x72, 0x92, 0x4e, 0x45, 0x95, 0xac, - 0xb2, 0x54, 0x51, 0xa5, 0x35, 0xae, 0x92, 0xb2, 0x07, 0x82, 0x3b, 0x5e, 0x82, 0x7b, 0x1e, 0x85, - 0x5b, 0x5e, 0x00, 0x25, 0x59, 0x2b, 0x86, 0xba, 0x5d, 0xe5, 0xe8, 0xf8, 0xfb, 0x7f, 0x9f, 0x13, - 0xff, 0xe8, 0x63, 0x6a, 0x6d, 0x7a, 0xb9, 0x70, 0xe7, 0x49, 0xe1, 0xd6, 0x65, 0x59, 0x5d, 0xf5, - 0xdd, 0x45, 0x9e, 0xdb, 0xbc, 0x70, 0xf3, 0xc5, 0x85, 0x5d, 0xad, 0x16, 0x59, 0x32, 0xdf, 0x2c, - 0x6d, 0x66, 0xaa, 0xae, 0xb3, 0xce, 0xed, 0xc6, 0x92, 0x6e, 0xcd, 0x3b, 0xf3, 0xa4, 0x70, 0x76, - 0x52, 0xe7, 0xaa, 0xef, 0xd4, 0xd2, 0xd3, 0xd7, 0x5b, 0xeb, 0xf5, 0xd2, 0x9d, 0x67, 0x99, 0xdd, - 0x54, 0x16, 0x45, 0xad, 0xee, 0xfd, 0x6c, 0xa1, 0x8e, 0xbe, 0x61, 0x0e, 0xa5, 0x0c, 0xb2, 0xaf, - 0xab, 0xde, 0xf7, 0x16, 0x3a, 0xd9, 0x73, 0x46, 0x9e, 0xa0, 0x76, 0x2c, 0x42, 0x05, 0x43, 0x3e, - 0xe2, 0xc0, 0xf0, 0x3d, 0xd2, 0x46, 0x87, 0xb1, 0x38, 0x13, 0xf2, 0x5c, 0xe0, 0x06, 0x79, 0x85, - 0x3a, 0x83, 0x98, 0x8d, 0x21, 0x32, 0x34, 0x90, 0xb1, 0x88, 0x4c, 0x24, 0xa5, 0x09, 0x03, 0xea, - 0xfb, 0xb8, 0xb9, 0xff, 0xd0, 0xa7, 0x7a, 0x0c, 0xb8, 0x45, 0x5e, 0xa2, 0x67, 0x5c, 0x4c, 0xa8, - 0xcf, 0x99, 0xb9, 0x01, 0xe1, 0xfb, 0x04, 0xa3, 0x23, 0x25, 0x7d, 0x3e, 0x9c, 0x1a, 0xd0, 0x5a, - 0x6a, 0xfc, 0x80, 0x3c, 0x47, 0x64, 0x07, 0x73, 0xb6, 0x25, 0x0f, 0x4a, 0x13, 0xca, 0xc6, 0x5a, - 0xc6, 0xca, 0x9c, 0xc1, 0xf4, 0x5c, 0x6a, 0x66, 0x7c, 0x1e, 0xf0, 0x08, 0x1f, 0x92, 0x1e, 0xea, - 0x6a, 0x18, 0xca, 0x20, 0x00, 0xc1, 0x68, 0xc4, 0xa5, 0x30, 0xd4, 0xd7, 0x40, 0xd9, 0xd4, 0x50, - 0xa5, 0xfc, 0x72, 0x95, 0x87, 0xa4, 0x8b, 0x4e, 0xff, 0x63, 0xae, 0x6f, 0xa1, 0x11, 0x30, 0xfc, - 0x88, 0x74, 0xd0, 0x49, 0x39, 0x72, 0x40, 0xc5, 0xd4, 0x48, 0x05, 0xba, 0x62, 0x42, 0x8c, 0xc8, - 0x53, 0x74, 0x2c, 0xe4, 0xbf, 0xad, 0x36, 0x79, 0x87, 0xde, 0x30, 0x3e, 0x1a, 0x81, 0x86, 0x72, - 0xd1, 0xa9, 0x82, 0xd0, 0x08, 0x19, 0x99, 0x30, 0x56, 0x4a, 0xea, 0xd2, 0xee, 0xa8, 0xfc, 0x1f, - 0x2c, 0x56, 0x3e, 0x1f, 0xd2, 0x08, 0x8c, 0x86, 0x50, 0xc6, 0x7a, 0x08, 0x46, 0xd0, 0x00, 0xf0, - 0x31, 0x79, 0x8f, 0xde, 0xde, 0x32, 0x2f, 0xe3, 0x61, 0xc0, 0xc3, 0x10, 0x18, 0x7e, 0x3c, 0xf8, - 0xd3, 0x40, 0xbd, 0x0b, 0xbb, 0x72, 0xee, 0x8e, 0xc1, 0xe0, 0xc5, 0x9e, 0x97, 0x54, 0x65, 0x04, - 0x54, 0xe3, 0x33, 0xbb, 0xd6, 0xa6, 0xf6, 0x72, 0x9e, 0xa5, 0x8e, 0xcd, 0x53, 0x37, 0x5d, 0x64, - 0x55, 0x40, 0xb6, 0x69, 0x5c, 0x2f, 0x8b, 0xdb, 0xc2, 0xf9, 0xa9, 0xfe, 0x7c, 0x6b, 0xb6, 0xc6, - 0x94, 0xfe, 0x68, 0x76, 0xc7, 0xb5, 0x19, 0x4d, 0x0a, 0xa7, 0x2e, 0xcb, 0x6a, 0xd2, 0x77, 0xaa, - 0x2b, 0x8b, 0x5f, 0x5b, 0x60, 0x46, 0x93, 0x62, 0xb6, 0x03, 0x66, 0x93, 0xfe, 0xac, 0x06, 0x7e, - 0x37, 0x7b, 0x75, 0xd7, 0xf3, 0x68, 0x52, 0x78, 0xde, 0x0e, 0xf1, 0xbc, 0x49, 0xdf, 0xf3, 0x6a, - 0xe8, 0xcb, 0x41, 0x35, 0xdd, 0x87, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x8f, 0x0f, 0x94, 0x12, - 0x39, 0x03, 0x00, 0x00, + 0x14, 0x86, 0x59, 0x0b, 0x1b, 0x78, 0x1b, 0x33, 0x9e, 0x60, 0x30, 0xa0, 0x82, 0x8a, 0xeb, 0x44, + 0x15, 0x57, 0x84, 0x2b, 0xb7, 0x3e, 0xad, 0xac, 0x25, 0xb6, 0x71, 0x92, 0x4e, 0x41, 0x95, 0xac, + 0xb2, 0x54, 0x51, 0xa5, 0x35, 0xa9, 0x92, 0xb2, 0x07, 0xe2, 0x92, 0x87, 0xe0, 0x01, 0x78, 0x04, + 0x1e, 0x81, 0x5b, 0x5e, 0x00, 0x39, 0x59, 0xab, 0x0d, 0x75, 0x5c, 0xe5, 0xe8, 0xf8, 0xfb, 0x7f, + 0x9f, 0xe3, 0xfc, 0xe8, 0x43, 0x56, 0x14, 0xd9, 0xe5, 0xcc, 0x9d, 0xa6, 0x95, 0xdb, 0x94, 0xb6, + 0xba, 0xea, 0xb9, 0xb3, 0xb2, 0x2c, 0xca, 0xca, 0x2d, 0x67, 0x17, 0xc5, 0x62, 0x31, 0xcb, 0xd3, + 0xe9, 0x6a, 0x5e, 0xe4, 0xa6, 0xee, 0x3a, 0xcb, 0xb2, 0x58, 0x15, 0xa4, 0xd3, 0xf0, 0xce, 0x34, + 0xad, 0x9c, 0x8d, 0xd4, 0xb9, 0xea, 0x39, 0x8d, 0xf4, 0xf4, 0xd5, 0xda, 0x7a, 0x39, 0x77, 0xa7, + 0x79, 0x5e, 0xac, 0x6a, 0x8b, 0xaa, 0x51, 0x77, 0x7f, 0xb5, 0xd1, 0x89, 0xbe, 0x65, 0x0e, 0x56, + 0x06, 0xf9, 0xd7, 0x45, 0xf7, 0x47, 0x1b, 0x1d, 0x6f, 0x39, 0x23, 0x47, 0x68, 0x3f, 0x16, 0xa1, + 0x82, 0x01, 0x1f, 0x72, 0x60, 0xf8, 0x1e, 0xd9, 0x47, 0x7b, 0xb1, 0x38, 0x13, 0xf2, 0x5c, 0xe0, + 0x1d, 0xf2, 0x12, 0x9d, 0xf4, 0x63, 0x36, 0x82, 0xc8, 0xd0, 0x40, 0xc6, 0x22, 0x32, 0x91, 0x94, + 0x26, 0x0c, 0xa8, 0xef, 0xe3, 0xd6, 0xf6, 0x43, 0x9f, 0xea, 0x11, 0xe0, 0x36, 0x79, 0x81, 0x9e, + 0x72, 0x31, 0xa6, 0x3e, 0x67, 0xe6, 0x16, 0x84, 0xef, 0x13, 0x8c, 0x0e, 0x94, 0xf4, 0xf9, 0x20, + 0x31, 0xa0, 0xb5, 0xd4, 0xf8, 0x01, 0x79, 0x86, 0xc8, 0x06, 0xe6, 0x6c, 0x4d, 0xee, 0x5a, 0x13, + 0xca, 0x46, 0x5a, 0xc6, 0xca, 0x9c, 0x41, 0x72, 0x2e, 0x35, 0x33, 0x3e, 0x0f, 0x78, 0x84, 0xf7, + 0x48, 0x17, 0x75, 0x34, 0x0c, 0x64, 0x10, 0x80, 0x60, 0x34, 0xe2, 0x52, 0x18, 0xea, 0x6b, 0xa0, + 0x2c, 0x31, 0x54, 0x29, 0xdf, 0xae, 0xf2, 0x90, 0x74, 0xd0, 0xe9, 0x3f, 0xcc, 0xf5, 0x2d, 0x34, + 0x02, 0x86, 0x1f, 0x91, 0x13, 0x74, 0x6c, 0x47, 0x0e, 0xa8, 0x48, 0x8c, 0x54, 0xa0, 0x6b, 0x26, + 0xc4, 0x88, 0x3c, 0x41, 0x87, 0x42, 0xde, 0x6c, 0xed, 0x93, 0xb7, 0xe8, 0x35, 0xe3, 0xc3, 0x21, + 0x68, 0xb0, 0x8b, 0x26, 0x0a, 0x42, 0x23, 0x64, 0x64, 0xc2, 0x58, 0x29, 0xa9, 0xad, 0xdd, 0x81, + 0x7d, 0x0f, 0x16, 0x2b, 0x9f, 0x0f, 0x68, 0x04, 0x46, 0x43, 0x28, 0x63, 0x3d, 0x00, 0x23, 0x68, + 0x00, 0xf8, 0x90, 0xbc, 0x43, 0x6f, 0xee, 0x98, 0x97, 0xf1, 0x30, 0xe0, 0x61, 0x08, 0x0c, 0x3f, + 0xbe, 0xf9, 0x6a, 0x76, 0x8d, 0xc4, 0x68, 0xf8, 0x14, 0x43, 0x18, 0xe1, 0xa3, 0xfe, 0x9f, 0x1d, + 0xd4, 0xbd, 0x28, 0x16, 0xce, 0xff, 0x13, 0xd2, 0x7f, 0xbe, 0xe5, 0x27, 0x2b, 0x9b, 0x0e, 0xb5, + 0xf3, 0x99, 0x5d, 0x6b, 0xb3, 0xe2, 0x72, 0x9a, 0x67, 0x4e, 0x51, 0x66, 0x6e, 0x36, 0xcb, 0xeb, + 0xec, 0xac, 0x83, 0xba, 0x9c, 0x57, 0x77, 0xe5, 0xf6, 0x63, 0xf3, 0xf9, 0xd6, 0x6a, 0x8f, 0x28, + 0xfd, 0xde, 0xea, 0x8c, 0x1a, 0x33, 0x9a, 0x56, 0x4e, 0x53, 0xda, 0x6a, 0xdc, 0x73, 0xea, 0x2b, + 0xab, 0x9f, 0x6b, 0x60, 0x42, 0xd3, 0x6a, 0xb2, 0x01, 0x26, 0xe3, 0xde, 0xa4, 0x01, 0x7e, 0xb7, + 0xba, 0x4d, 0xd7, 0xf3, 0x68, 0x5a, 0x79, 0xde, 0x06, 0xf1, 0xbc, 0x71, 0xcf, 0xf3, 0x1a, 0xe8, + 0xcb, 0x6e, 0x3d, 0xdd, 0xfb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x4f, 0xb2, 0x52, 0x7c, 0x54, + 0x03, 0x00, 0x00, } 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 48a391cca77742e2d2263b992aa637f9245ce245..ee1b76a492e9ff837d54363f9d8e9a78ea71dadb 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_e25640c2d60582c5, []int{0, 0} + return fileDescriptor_region_code_error_3d403e5271cc239d, []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_e25640c2d60582c5, []int{0} + return fileDescriptor_region_code_error_3d403e5271cc239d, []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_e25640c2d60582c5) + proto.RegisterFile("google/ads/googleads/v1/errors/region_code_error.proto", fileDescriptor_region_code_error_3d403e5271cc239d) } -var fileDescriptor_region_code_error_e25640c2d60582c5 = []byte{ +var fileDescriptor_region_code_error_3d403e5271cc239d = []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 8a2de4417b207396da4827c9bc16249ec748ffa0..6ff1aae4750567ba62c45dbf206f0b4a29defe3d 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_d72aa52633b6a814, []int{0, 0} + return fileDescriptor_request_error_8d0326a66c39a8b8, []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_d72aa52633b6a814, []int{0} + return fileDescriptor_request_error_8d0326a66c39a8b8, []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_d72aa52633b6a814) + proto.RegisterFile("google/ads/googleads/v1/errors/request_error.proto", fileDescriptor_request_error_8d0326a66c39a8b8) } -var fileDescriptor_request_error_d72aa52633b6a814 = []byte{ +var fileDescriptor_request_error_8d0326a66c39a8b8 = []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 4e654eab63d6c3da0886f87ee7e5d8db79cb1cca..b4fe4c3d4788d0d43f8bbac5d05485e584216cb8 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_7d6221d5b2a31dfb, []int{0, 0} + return fileDescriptor_resource_access_denied_error_4d027381d6bca6ff, []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_7d6221d5b2a31dfb, []int{0} + return fileDescriptor_resource_access_denied_error_4d027381d6bca6ff, []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_7d6221d5b2a31dfb) + proto.RegisterFile("google/ads/googleads/v1/errors/resource_access_denied_error.proto", fileDescriptor_resource_access_denied_error_4d027381d6bca6ff) } -var fileDescriptor_resource_access_denied_error_7d6221d5b2a31dfb = []byte{ +var fileDescriptor_resource_access_denied_error_4d027381d6bca6ff = []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 5ca7aa87463c6624c0f93bc861cb6d13c457aaf1..aec53bb36e704e6a509e84faa98dc16759bf03b6 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_d502aa1f85e96955, []int{0, 0} + return fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16, []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_d502aa1f85e96955, []int{0} + return fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16, []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_d502aa1f85e96955) + proto.RegisterFile("google/ads/googleads/v1/errors/resource_count_limit_exceeded_error.proto", fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16) } -var fileDescriptor_resource_count_limit_exceeded_error_d502aa1f85e96955 = []byte{ +var fileDescriptor_resource_count_limit_exceeded_error_fe63b9af7eef9f16 = []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 8654807dabce0c241f99d56d5f2ce3117c089e40..2cdbcc843917cbdfa36c7416c2aa54c176a53f15 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_af90650b1aea14d7, []int{0, 0} + return fileDescriptor_setting_error_48f2e3e64ff268f9, []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_af90650b1aea14d7, []int{0} + return fileDescriptor_setting_error_48f2e3e64ff268f9, []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_af90650b1aea14d7) + proto.RegisterFile("google/ads/googleads/v1/errors/setting_error.proto", fileDescriptor_setting_error_48f2e3e64ff268f9) } -var fileDescriptor_setting_error_af90650b1aea14d7 = []byte{ +var fileDescriptor_setting_error_48f2e3e64ff268f9 = []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 1463aa2c10535599b96fd438fe2cf0c89f4b6e23..62574b5b3df8886601557fdda76fd5ce26abbf4d 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_e57a2bce2b8444b9, []int{0, 0} + return fileDescriptor_shared_criterion_error_8fddff8a713eb03c, []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_e57a2bce2b8444b9, []int{0} + return fileDescriptor_shared_criterion_error_8fddff8a713eb03c, []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_e57a2bce2b8444b9) + proto.RegisterFile("google/ads/googleads/v1/errors/shared_criterion_error.proto", fileDescriptor_shared_criterion_error_8fddff8a713eb03c) } -var fileDescriptor_shared_criterion_error_e57a2bce2b8444b9 = []byte{ +var fileDescriptor_shared_criterion_error_8fddff8a713eb03c = []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 35ad5f834c27bbca2bf027ee7994a3e01c9bced9..2848152e2cea7eaa398ab31c3d36ba5f03d98d78 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_a11e248535372e81, []int{0, 0} + return fileDescriptor_shared_set_error_26e7a47f141f39e8, []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_a11e248535372e81, []int{0} + return fileDescriptor_shared_set_error_26e7a47f141f39e8, []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_a11e248535372e81) + proto.RegisterFile("google/ads/googleads/v1/errors/shared_set_error.proto", fileDescriptor_shared_set_error_26e7a47f141f39e8) } -var fileDescriptor_shared_set_error_a11e248535372e81 = []byte{ +var fileDescriptor_shared_set_error_26e7a47f141f39e8 = []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/string_format_error.pb.go b/googleapis/ads/googleads/v1/errors/string_format_error.pb.go index 2f93792fd862bd4603bf1a43ef80ce19e2ecde3b..43aeb453380919b28b50e635b5ba0b58808c3767 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_bf487efc8fd4284e, []int{0, 0} + return fileDescriptor_string_format_error_ab74832a7d7457c1, []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_bf487efc8fd4284e, []int{0} + return fileDescriptor_string_format_error_ab74832a7d7457c1, []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_bf487efc8fd4284e) + proto.RegisterFile("google/ads/googleads/v1/errors/string_format_error.proto", fileDescriptor_string_format_error_ab74832a7d7457c1) } -var fileDescriptor_string_format_error_bf487efc8fd4284e = []byte{ +var fileDescriptor_string_format_error_ab74832a7d7457c1 = []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 0e52c3e422f5015b367096ae803f91c27d6768ae..e841af9564172f31db886056b4330bff89ce70da 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_e0580fd39f78f99f, []int{0, 0} + return fileDescriptor_string_length_error_98f072ed39ca1b50, []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_e0580fd39f78f99f, []int{0} + return fileDescriptor_string_length_error_98f072ed39ca1b50, []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_e0580fd39f78f99f) + proto.RegisterFile("google/ads/googleads/v1/errors/string_length_error.proto", fileDescriptor_string_length_error_98f072ed39ca1b50) } -var fileDescriptor_string_length_error_e0580fd39f78f99f = []byte{ +var fileDescriptor_string_length_error_98f072ed39ca1b50 = []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 fb319f1d8616daadeac42026c8ec0d868abd93aa..c920b3aa25618cf848c2529696107467a2d11865 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_1b567c6132de6d28, []int{0, 0} + return fileDescriptor_url_field_error_f9524ce57689233d, []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_1b567c6132de6d28, []int{0} + return fileDescriptor_url_field_error_f9524ce57689233d, []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_1b567c6132de6d28) + proto.RegisterFile("google/ads/googleads/v1/errors/url_field_error.proto", fileDescriptor_url_field_error_f9524ce57689233d) } -var fileDescriptor_url_field_error_1b567c6132de6d28 = []byte{ +var fileDescriptor_url_field_error_f9524ce57689233d = []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 34bde75aec0307ab4b6b9d39d92455dc2c1cea41..6758011cd7db25d0556a66638471184ae867cb46 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_669378d00b73a297, []int{0, 0} + return fileDescriptor_user_list_error_83c54720308c7431, []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_669378d00b73a297, []int{0} + return fileDescriptor_user_list_error_83c54720308c7431, []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_669378d00b73a297) + proto.RegisterFile("google/ads/googleads/v1/errors/user_list_error.proto", fileDescriptor_user_list_error_83c54720308c7431) } -var fileDescriptor_user_list_error_669378d00b73a297 = []byte{ +var fileDescriptor_user_list_error_83c54720308c7431 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..f3795e4856eaa3ff68a6e61a004795455ff6b8d7 --- /dev/null +++ b/googleapis/ads/googleads/v1/errors/youtube_video_registration_error.pb.go @@ -0,0 +1,44 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/errors/youtube_video_registration_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 + +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, +} diff --git a/googleapis/ads/googleads/v1/resources/account_budget.pb.go b/googleapis/ads/googleads/v1/resources/account_budget.pb.go index 16105ef313ddb2f4a8557231de9db9cd3890757f..12523534400937fb2e6f480b77d24ec9e81796c0 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_28699e8240127b72, []int{0} + return fileDescriptor_account_budget_c7ea5a452ecc3e9d, []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_28699e8240127b72, []int{0, 0} + return fileDescriptor_account_budget_c7ea5a452ecc3e9d, []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_28699e8240127b72) + proto.RegisterFile("google/ads/googleads/v1/resources/account_budget.proto", fileDescriptor_account_budget_c7ea5a452ecc3e9d) } -var fileDescriptor_account_budget_28699e8240127b72 = []byte{ +var fileDescriptor_account_budget_c7ea5a452ecc3e9d = []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 0a109648ccb9855a12c1a4f078525e84136f02aa..ecf38b7ae18134873bf7e689caeba978086c9cde 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_522c3e292dda2d1a, []int{0} + return fileDescriptor_account_budget_proposal_404f796e513b366b, []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_522c3e292dda2d1a) + proto.RegisterFile("google/ads/googleads/v1/resources/account_budget_proposal.proto", fileDescriptor_account_budget_proposal_404f796e513b366b) } -var fileDescriptor_account_budget_proposal_522c3e292dda2d1a = []byte{ +var fileDescriptor_account_budget_proposal_404f796e513b366b = []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 f828e384010ad094d0e54df78766ad24d44d1b18..536fa96ecefe5442c4201d3affcdfa068364aa1c 100644 --- a/googleapis/ads/googleads/v1/resources/ad.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad.pb.go @@ -77,6 +77,9 @@ type Ad struct { // *Ad_VideoAd // *Ad_ResponsiveSearchAd // *Ad_LegacyResponsiveDisplayAd + // *Ad_AppAd + // *Ad_LegacyAppInstallAd + // *Ad_ResponsiveDisplayAd AdData isAd_AdData `protobuf_oneof:"ad_data"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -87,7 +90,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_aedd3fed701e067d, []int{0} + return fileDescriptor_ad_ded992a2a6197045, []int{0} } func (m *Ad) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Ad.Unmarshal(m, b) @@ -243,6 +246,18 @@ type Ad_LegacyResponsiveDisplayAd struct { LegacyResponsiveDisplayAd *common.LegacyResponsiveDisplayAdInfo `protobuf:"bytes,28,opt,name=legacy_responsive_display_ad,json=legacyResponsiveDisplayAd,proto3,oneof"` } +type Ad_AppAd struct { + AppAd *common.AppAdInfo `protobuf:"bytes,29,opt,name=app_ad,json=appAd,proto3,oneof"` +} + +type Ad_LegacyAppInstallAd struct { + LegacyAppInstallAd *common.LegacyAppInstallAdInfo `protobuf:"bytes,30,opt,name=legacy_app_install_ad,json=legacyAppInstallAd,proto3,oneof"` +} + +type Ad_ResponsiveDisplayAd struct { + ResponsiveDisplayAd *common.ResponsiveDisplayAdInfo `protobuf:"bytes,31,opt,name=responsive_display_ad,json=responsiveDisplayAd,proto3,oneof"` +} + func (*Ad_TextAd) isAd_AdData() {} func (*Ad_ExpandedTextAd) isAd_AdData() {} @@ -267,6 +282,12 @@ func (*Ad_ResponsiveSearchAd) isAd_AdData() {} func (*Ad_LegacyResponsiveDisplayAd) isAd_AdData() {} +func (*Ad_AppAd) isAd_AdData() {} + +func (*Ad_LegacyAppInstallAd) isAd_AdData() {} + +func (*Ad_ResponsiveDisplayAd) isAd_AdData() {} + func (m *Ad) GetAdData() isAd_AdData { if m != nil { return m.AdData @@ -358,6 +379,27 @@ func (m *Ad) GetLegacyResponsiveDisplayAd() *common.LegacyResponsiveDisplayAdInf return nil } +func (m *Ad) GetAppAd() *common.AppAdInfo { + if x, ok := m.GetAdData().(*Ad_AppAd); ok { + return x.AppAd + } + return nil +} + +func (m *Ad) GetLegacyAppInstallAd() *common.LegacyAppInstallAdInfo { + if x, ok := m.GetAdData().(*Ad_LegacyAppInstallAd); ok { + return x.LegacyAppInstallAd + } + return nil +} + +func (m *Ad) GetResponsiveDisplayAd() *common.ResponsiveDisplayAdInfo { + if x, ok := m.GetAdData().(*Ad_ResponsiveDisplayAd); ok { + return x.ResponsiveDisplayAd + } + 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{}{ @@ -373,6 +415,9 @@ func (*Ad) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, fun (*Ad_VideoAd)(nil), (*Ad_ResponsiveSearchAd)(nil), (*Ad_LegacyResponsiveDisplayAd)(nil), + (*Ad_AppAd)(nil), + (*Ad_LegacyAppInstallAd)(nil), + (*Ad_ResponsiveDisplayAd)(nil), } } @@ -440,6 +485,21 @@ func _Ad_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.LegacyResponsiveDisplayAd); err != nil { return err } + case *Ad_AppAd: + b.EncodeVarint(29<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AppAd); err != nil { + return err + } + case *Ad_LegacyAppInstallAd: + b.EncodeVarint(30<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.LegacyAppInstallAd); err != nil { + return err + } + case *Ad_ResponsiveDisplayAd: + b.EncodeVarint(31<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ResponsiveDisplayAd); err != nil { + return err + } case nil: default: return fmt.Errorf("Ad.AdData has unexpected type %T", x) @@ -546,6 +606,30 @@ func _Ad_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bo err := b.DecodeMessage(msg) m.AdData = &Ad_LegacyResponsiveDisplayAd{msg} return true, err + case 29: // ad_data.app_ad + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.AppAdInfo) + err := b.DecodeMessage(msg) + m.AdData = &Ad_AppAd{msg} + return true, err + case 30: // ad_data.legacy_app_install_ad + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.LegacyAppInstallAdInfo) + err := b.DecodeMessage(msg) + m.AdData = &Ad_LegacyAppInstallAd{msg} + return true, err + case 31: // 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 default: return false, nil } @@ -615,6 +699,21 @@ func _Ad_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *Ad_AppAd: + s := proto.Size(x.AppAd) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Ad_LegacyAppInstallAd: + s := proto.Size(x.LegacyAppInstallAd) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Ad_ResponsiveDisplayAd: + s := proto.Size(x.ResponsiveDisplayAd) + 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)) @@ -627,73 +726,77 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad.proto", fileDescriptor_ad_aedd3fed701e067d) -} - -var fileDescriptor_ad_aedd3fed701e067d = []byte{ - // 1018 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0xdd, 0x4e, 0xe4, 0x36, - 0x14, 0xc7, 0x3b, 0xb3, 0x14, 0xba, 0x66, 0xcb, 0x87, 0x59, 0xba, 0x59, 0x40, 0x2b, 0xb6, 0xd2, - 0x4a, 0x08, 0xd4, 0xcc, 0x02, 0xdd, 0xbd, 0x18, 0xb4, 0x52, 0xc3, 0x82, 0x80, 0xaa, 0xab, 0x8e, - 0x32, 0x30, 0x17, 0x2b, 0xda, 0xc8, 0xc4, 0x26, 0xa4, 0x75, 0xec, 0xc8, 0x76, 0xa6, 0xa4, 0x57, - 0x7d, 0x93, 0x4a, 0xbd, 0xec, 0x4d, 0xdf, 0xa3, 0x8f, 0xd2, 0xeb, 0x3e, 0x40, 0x65, 0x3b, 0x31, - 0x5f, 0x9d, 0xc9, 0xdc, 0x8c, 0xec, 0xf8, 0xff, 0xff, 0x9d, 0xe3, 0x93, 0x63, 0x4f, 0xc0, 0x66, - 0xc2, 0x79, 0x42, 0x49, 0x07, 0x61, 0xd9, 0xb1, 0x43, 0x3d, 0x1a, 0x6e, 0x77, 0x04, 0x91, 0xbc, - 0x10, 0x31, 0x91, 0x1d, 0x84, 0xfd, 0x5c, 0x70, 0xc5, 0xe1, 0x4b, 0x2b, 0xf0, 0x11, 0x96, 0xbe, - 0xd3, 0xfa, 0xc3, 0x6d, 0xdf, 0x69, 0x57, 0x76, 0x46, 0xe1, 0x62, 0x9e, 0x65, 0x9c, 0x75, 0x10, - 0x8e, 0x54, 0x99, 0x93, 0x28, 0x65, 0x97, 0x5c, 0x5a, 0xec, 0xca, 0x9b, 0x06, 0x4f, 0x5c, 0x48, - 0xc5, 0xb3, 0x28, 0x47, 0x02, 0x65, 0x44, 0x11, 0x51, 0xd9, 0x76, 0x1b, 0x6c, 0x85, 0xa0, 0x51, - 0xcc, 0x29, 0x25, 0xb1, 0x4a, 0x39, 0xab, 0x4c, 0x5b, 0xa3, 0x4c, 0x84, 0x15, 0x99, 0xac, 0xd3, - 0xab, 0xc4, 0x9b, 0xe3, 0xc5, 0x98, 0x0c, 0xd3, 0xb8, 0xd6, 0x7e, 0x33, 0x5e, 0x2b, 0x4b, 0xa9, - 0x48, 0x16, 0x65, 0x88, 0xa1, 0x84, 0xe0, 0x88, 0x30, 0x95, 0xaa, 0x32, 0xb2, 0x55, 0xab, 0x08, - 0x2f, 0x2a, 0x82, 0x99, 0x5d, 0x14, 0x97, 0x9d, 0x5f, 0x04, 0xca, 0x73, 0x22, 0xea, 0x32, 0xad, - 0xd5, 0x11, 0xf2, 0xb4, 0x83, 0x18, 0xe3, 0x0a, 0xe9, 0x7d, 0x55, 0xab, 0x5f, 0xfe, 0xb5, 0x00, - 0xda, 0x01, 0x86, 0x5b, 0xa0, 0x9d, 0x62, 0xaf, 0xb5, 0xde, 0xda, 0x98, 0xdd, 0x59, 0xad, 0x5e, - 0x92, 0x5f, 0x13, 0xfd, 0x13, 0xa6, 0xde, 0x7e, 0x3d, 0x40, 0xb4, 0x20, 0x61, 0x3b, 0xc5, 0x70, - 0x0f, 0x80, 0xcb, 0x94, 0x21, 0x1a, 0x15, 0x82, 0x4a, 0xaf, 0xbd, 0xfe, 0x68, 0x63, 0x76, 0x67, - 0xed, 0x81, 0xa9, 0xaf, 0x44, 0xca, 0x12, 0xeb, 0x7a, 0x6c, 0xf4, 0x67, 0x82, 0x4a, 0x78, 0x0c, - 0x16, 0xad, 0x39, 0xe3, 0x17, 0x29, 0x25, 0x96, 0xb1, 0x30, 0x01, 0x63, 0xde, 0xd8, 0x3e, 0x18, - 0x97, 0x21, 0xf5, 0xc0, 0xb2, 0x12, 0x28, 0xfe, 0x39, 0x65, 0x89, 0xa6, 0x44, 0x8a, 0x64, 0x39, - 0x45, 0x8a, 0x78, 0x4f, 0xcc, 0x36, 0xc6, 0xd3, 0x96, 0x6a, 0xeb, 0x99, 0xa0, 0xa7, 0x95, 0x11, - 0xc6, 0x60, 0xd9, 0xbc, 0xfd, 0x7b, 0x8d, 0x23, 0x3d, 0x60, 0xf2, 0xeb, 0xf8, 0xa3, 0x1a, 0xd9, - 0xb6, 0x8e, 0xff, 0xde, 0x18, 0x7b, 0xb5, 0x2f, 0x5c, 0x2a, 0x04, 0xbd, 0xf7, 0x4c, 0xc2, 0x77, - 0x60, 0x16, 0xa7, 0x32, 0xa7, 0xa8, 0xd4, 0x59, 0x7b, 0x53, 0x13, 0x24, 0x0b, 0x2a, 0xc3, 0x99, - 0xa0, 0xf0, 0x00, 0x4c, 0xe9, 0x56, 0xf3, 0x3e, 0x5d, 0x6f, 0x6d, 0xcc, 0xed, 0xbc, 0x1e, 0x99, - 0x92, 0xe9, 0x1f, 0x3f, 0xc0, 0xa7, 0x65, 0x4e, 0x0e, 0x59, 0x91, 0x55, 0xc3, 0xd0, 0xb8, 0xe1, - 0x09, 0x58, 0x42, 0x18, 0x13, 0x1c, 0x5d, 0x94, 0x91, 0xb5, 0x45, 0x08, 0x4b, 0x6f, 0xc9, 0x24, - 0xb3, 0xf2, 0x20, 0x99, 0x7d, 0xce, 0xa9, 0x4d, 0x65, 0xc1, 0xd8, 0xf6, 0xcb, 0x23, 0xa3, 0x08, - 0xb0, 0x84, 0x3f, 0x80, 0x45, 0xdb, 0xd1, 0x51, 0x2e, 0xc8, 0x25, 0x11, 0x84, 0xc5, 0xc4, 0x7b, - 0x3a, 0x51, 0x76, 0x07, 0xc6, 0x67, 0xb2, 0xb3, 0xc3, 0x70, 0xc1, 0xa2, 0x7a, 0x8e, 0x04, 0x07, - 0x60, 0xfe, 0xee, 0x89, 0x94, 0xde, 0x8a, 0x79, 0x1b, 0x5f, 0x35, 0xbd, 0x8d, 0x33, 0x41, 0xdf, - 0x3b, 0x57, 0x38, 0x57, 0xdc, 0x9e, 0x4a, 0xf8, 0x1a, 0x4c, 0x31, 0x94, 0x11, 0xef, 0xd9, 0x04, - 0xf5, 0x37, 0x4a, 0xf8, 0x7b, 0x0b, 0xbc, 0xb8, 0x77, 0x1e, 0xeb, 0x0b, 0xac, 0x3a, 0x91, 0xde, - 0xaa, 0xd9, 0xf6, 0xc7, 0x86, 0x6d, 0xf7, 0x0d, 0xe4, 0x83, 0x65, 0x84, 0x15, 0xa2, 0x6f, 0x7e, - 0x4d, 0x2d, 0xc6, 0xac, 0x87, 0xab, 0x72, 0xf4, 0x22, 0x3c, 0x04, 0x33, 0x8a, 0x5c, 0xab, 0x08, - 0x61, 0x6f, 0xda, 0x6c, 0x6b, 0xb3, 0xa9, 0x46, 0xa7, 0xe4, 0x5a, 0x05, 0xf8, 0x84, 0x5d, 0xf2, - 0xe3, 0x4f, 0xc2, 0x69, 0x65, 0x66, 0xf0, 0x47, 0xb0, 0x40, 0xae, 0x73, 0xc4, 0x74, 0x7f, 0xd4, - 0xbc, 0x19, 0xc3, 0xdb, 0x69, 0xe2, 0x1d, 0x56, 0xbe, 0x3b, 0xdc, 0x39, 0x72, 0xe7, 0x29, 0x0c, - 0xc1, 0x93, 0x18, 0x51, 0x1a, 0x71, 0x46, 0x4b, 0xcd, 0xfe, 0xdc, 0xb0, 0xfd, 0xc6, 0xd3, 0x85, - 0x28, 0xfd, 0x9e, 0xd1, 0xd2, 0x71, 0x41, 0xec, 0x9e, 0xc0, 0x5f, 0xc1, 0x8a, 0xcb, 0x19, 0x97, - 0x0c, 0x65, 0x69, 0x1c, 0x49, 0x82, 0x44, 0x7c, 0xa5, 0x23, 0xcc, 0x99, 0x08, 0x7b, 0x93, 0x66, - 0x7f, 0x60, 0x01, 0x7d, 0xe3, 0x77, 0xe1, 0x9e, 0x91, 0xff, 0x5f, 0x86, 0xc7, 0xe0, 0xb3, 0x2b, - 0xae, 0x08, 0xd5, 0x91, 0xe6, 0x4d, 0xa4, 0xad, 0xa6, 0x48, 0xc7, 0x5a, 0xef, 0xc8, 0x33, 0x57, - 0x76, 0x0a, 0x11, 0x58, 0x94, 0x57, 0x3c, 0xcf, 0xf5, 0x95, 0x26, 0x33, 0x24, 0x4c, 0xe9, 0x17, - 0x0d, 0x72, 0xb7, 0x09, 0xd9, 0xaf, 0x8c, 0x7d, 0xed, 0x73, 0xe8, 0x79, 0x79, 0xf7, 0x31, 0x4c, - 0xc0, 0x92, 0x0b, 0x91, 0x0b, 0x8e, 0x8b, 0xd8, 0x04, 0x81, 0x26, 0xc8, 0x9b, 0x49, 0x83, 0xf4, - 0xac, 0xd3, 0x85, 0x71, 0x69, 0xbb, 0x05, 0x5d, 0x95, 0x24, 0x43, 0xa9, 0xa9, 0xca, 0xf2, 0x64, - 0x55, 0x39, 0xd2, 0xfa, 0x9b, 0xaa, 0x24, 0x76, 0xaa, 0x49, 0x69, 0x86, 0x12, 0x7d, 0x45, 0x79, - 0x5f, 0x4c, 0x46, 0x3a, 0xd1, 0xfa, 0x1b, 0x52, 0x6a, 0xa7, 0x9a, 0x34, 0x4c, 0x31, 0xe1, 0x9a, - 0xe4, 0x4d, 0x46, 0x1a, 0x68, 0xfd, 0x0d, 0x69, 0x68, 0xa7, 0xf0, 0x27, 0xf0, 0x54, 0x10, 0x99, - 0x73, 0x26, 0xd3, 0x21, 0xb9, 0xd5, 0x69, 0xcf, 0x0d, 0xf5, 0x6d, 0x13, 0x35, 0x74, 0xde, 0x7b, - 0x4d, 0x06, 0xc5, 0x83, 0x15, 0xf8, 0x5b, 0x0b, 0xac, 0x51, 0x92, 0xa0, 0xb8, 0x8c, 0x6e, 0xc5, - 0xac, 0xff, 0x44, 0x10, 0xf6, 0xd6, 0x4c, 0xd0, 0x77, 0x4d, 0x41, 0xbf, 0x33, 0x8c, 0x9b, 0xd0, - 0x07, 0x96, 0xe0, 0x62, 0x3f, 0xa7, 0xa3, 0x04, 0xfb, 0x8f, 0xc1, 0x0c, 0xc2, 0x11, 0x46, 0x0a, - 0xed, 0xff, 0xdb, 0x02, 0xaf, 0x62, 0x9e, 0xf9, 0x8d, 0x1f, 0x75, 0xfb, 0x33, 0x01, 0xee, 0xe9, - 0xeb, 0xb4, 0xd7, 0xfa, 0xf8, 0x6d, 0xa5, 0x4e, 0x38, 0x45, 0x2c, 0xf1, 0xb9, 0x48, 0x3a, 0x09, - 0x61, 0xe6, 0xb2, 0xad, 0x3f, 0x7b, 0xf2, 0x54, 0x8e, 0xf9, 0x9a, 0xdc, 0x73, 0xa3, 0x3f, 0xda, - 0x8f, 0x8e, 0x82, 0xe0, 0xcf, 0xf6, 0x4b, 0xfb, 0x17, 0xe4, 0x07, 0x58, 0xfa, 0xee, 0xdf, 0xc8, - 0x1f, 0x6c, 0xfb, 0xf5, 0xa5, 0x28, 0xff, 0xae, 0x35, 0xe7, 0x01, 0x96, 0xe7, 0x4e, 0x73, 0x3e, - 0xd8, 0x3e, 0x77, 0x9a, 0x7f, 0xda, 0xaf, 0xec, 0x42, 0xb7, 0x1b, 0x60, 0xd9, 0xed, 0x3a, 0x55, - 0xb7, 0x3b, 0xd8, 0xee, 0x76, 0x9d, 0xee, 0x62, 0xda, 0x24, 0xbb, 0xfb, 0x5f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xa3, 0x26, 0x2f, 0x66, 0xf9, 0x0a, 0x00, 0x00, + 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, } diff --git a/googleapis/ads/googleads/v1/resources/ad_group.pb.go b/googleapis/ads/googleads/v1/resources/ad_group.pb.go index 27b8e174689cfd0fcf451bd9e1e2bd1b2c8b9a3d..c8f5ec0435d565a2ad590bfa584e79c79426ea70 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_457dae690ea79485, []int{0} + return fileDescriptor_ad_group_4192bf43cc969d46, []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_457dae690ea79485) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group.proto", fileDescriptor_ad_group_4192bf43cc969d46) } -var fileDescriptor_ad_group_457dae690ea79485 = []byte{ +var fileDescriptor_ad_group_4192bf43cc969d46 = []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 4263e99336220f736080a5d31781fb309cbdd106..04e9d9e1c2b597d5379011e36a0fad689fa850da 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_07a34dcf57c5b41e, []int{0} + return fileDescriptor_ad_group_ad_c0b3e4e9ce335751, []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_07a34dcf57c5b41e, []int{1} + return fileDescriptor_ad_group_ad_c0b3e4e9ce335751, []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_07a34dcf57c5b41e) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_ad.proto", fileDescriptor_ad_group_ad_c0b3e4e9ce335751) } -var fileDescriptor_ad_group_ad_07a34dcf57c5b41e = []byte{ +var fileDescriptor_ad_group_ad_c0b3e4e9ce335751 = []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 32815c97d6762220cee67dad81614acf68d2a1a1..6c406b66cbd2e0ef54289c5a52bf88e9b0987461 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_adf7a04294bb4ae3, []int{0} + return fileDescriptor_ad_group_ad_label_f6bb502cfa349ce6, []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_adf7a04294bb4ae3) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_ad_label.proto", fileDescriptor_ad_group_ad_label_f6bb502cfa349ce6) } -var fileDescriptor_ad_group_ad_label_adf7a04294bb4ae3 = []byte{ +var fileDescriptor_ad_group_ad_label_f6bb502cfa349ce6 = []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 51d25d2c9ef248c0c132381226acef7253ef202c..74c7362556acacce72c3fd11088fc4daade2333d 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_82d22ca0afbd8bf7, []int{0} + return fileDescriptor_ad_group_audience_view_253e5082ec00e503, []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_82d22ca0afbd8bf7) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_audience_view.proto", fileDescriptor_ad_group_audience_view_253e5082ec00e503) } -var fileDescriptor_ad_group_audience_view_82d22ca0afbd8bf7 = []byte{ +var fileDescriptor_ad_group_audience_view_253e5082ec00e503 = []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 b28ba6c92b57c6c65ed33aa59793b912a9690db4..e85d18392fc23938d628ba9afd7b4d8bc54a504b 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_69cb3cea81ff95be, []int{0} + return fileDescriptor_ad_group_bid_modifier_29188d3b53cbf996, []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_69cb3cea81ff95be) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_bid_modifier.proto", fileDescriptor_ad_group_bid_modifier_29188d3b53cbf996) } -var fileDescriptor_ad_group_bid_modifier_69cb3cea81ff95be = []byte{ +var fileDescriptor_ad_group_bid_modifier_29188d3b53cbf996 = []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 5eab7b1084087a83e15f640a4df9c5232966ea70..50fe5b22acb03802a6c3712a294a7809d7c3dbfd 100644 --- a/googleapis/ads/googleads/v1/resources/ad_group_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_group_criterion.pb.go @@ -48,6 +48,8 @@ type AdGroupCriterion struct { Negative *wrappers.BoolValue `protobuf:"bytes,31,opt,name=negative,proto3" json:"negative,omitempty"` // Serving status of the criterion. SystemServingStatus enums.CriterionSystemServingStatusEnum_CriterionSystemServingStatus `protobuf:"varint,52,opt,name=system_serving_status,json=systemServingStatus,proto3,enum=google.ads.googleads.v1.enums.CriterionSystemServingStatusEnum_CriterionSystemServingStatus" json:"system_serving_status,omitempty"` + // Approval status of the criterion. + ApprovalStatus enums.AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus `protobuf:"varint,53,opt,name=approval_status,json=approvalStatus,proto3,enum=google.ads.googleads.v1.enums.AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus" json:"approval_status,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"` @@ -99,6 +101,7 @@ type AdGroupCriterion struct { // *AdGroupCriterion_Keyword // *AdGroupCriterion_Placement // *AdGroupCriterion_MobileAppCategory + // *AdGroupCriterion_MobileApplication // *AdGroupCriterion_ListingGroup // *AdGroupCriterion_AgeRange // *AdGroupCriterion_Gender @@ -123,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_14b0f5d2be23ccba, []int{0} + return fileDescriptor_ad_group_criterion_b8512f28dcebed42, []int{0} } func (m *AdGroupCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterion.Unmarshal(m, b) @@ -199,6 +202,13 @@ func (m *AdGroupCriterion) GetSystemServingStatus() enums.CriterionSystemServing return enums.CriterionSystemServingStatusEnum_UNSPECIFIED } +func (m *AdGroupCriterion) GetApprovalStatus() enums.AdGroupCriterionApprovalStatusEnum_AdGroupCriterionApprovalStatus { + if m != nil { + return m.ApprovalStatus + } + return enums.AdGroupCriterionApprovalStatusEnum_UNSPECIFIED +} + func (m *AdGroupCriterion) GetBidModifier() *wrappers.DoubleValue { if m != nil { return m.BidModifier @@ -348,6 +358,10 @@ type AdGroupCriterion_MobileAppCategory struct { MobileAppCategory *common.MobileAppCategoryInfo `protobuf:"bytes,29,opt,name=mobile_app_category,json=mobileAppCategory,proto3,oneof"` } +type AdGroupCriterion_MobileApplication struct { + MobileApplication *common.MobileApplicationInfo `protobuf:"bytes,30,opt,name=mobile_application,json=mobileApplication,proto3,oneof"` +} + type AdGroupCriterion_ListingGroup struct { ListingGroup *common.ListingGroupInfo `protobuf:"bytes,32,opt,name=listing_group,json=listingGroup,proto3,oneof"` } @@ -410,6 +424,8 @@ func (*AdGroupCriterion_Placement) isAdGroupCriterion_Criterion() {} func (*AdGroupCriterion_MobileAppCategory) isAdGroupCriterion_Criterion() {} +func (*AdGroupCriterion_MobileApplication) isAdGroupCriterion_Criterion() {} + func (*AdGroupCriterion_ListingGroup) isAdGroupCriterion_Criterion() {} func (*AdGroupCriterion_AgeRange) isAdGroupCriterion_Criterion() {} @@ -466,6 +482,13 @@ func (m *AdGroupCriterion) GetMobileAppCategory() *common.MobileAppCategoryInfo return nil } +func (m *AdGroupCriterion) GetMobileApplication() *common.MobileApplicationInfo { + if x, ok := m.GetCriterion().(*AdGroupCriterion_MobileApplication); ok { + return x.MobileApplication + } + return nil +} + func (m *AdGroupCriterion) GetListingGroup() *common.ListingGroupInfo { if x, ok := m.GetCriterion().(*AdGroupCriterion_ListingGroup); ok { return x.ListingGroup @@ -570,6 +593,7 @@ func (*AdGroupCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buff (*AdGroupCriterion_Keyword)(nil), (*AdGroupCriterion_Placement)(nil), (*AdGroupCriterion_MobileAppCategory)(nil), + (*AdGroupCriterion_MobileApplication)(nil), (*AdGroupCriterion_ListingGroup)(nil), (*AdGroupCriterion_AgeRange)(nil), (*AdGroupCriterion_Gender)(nil), @@ -606,6 +630,11 @@ func _AdGroupCriterion_OneofMarshaler(msg proto.Message, b *proto.Buffer) error if err := b.EncodeMessage(x.MobileAppCategory); err != nil { return err } + case *AdGroupCriterion_MobileApplication: + b.EncodeVarint(30<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MobileApplication); err != nil { + return err + } case *AdGroupCriterion_ListingGroup: b.EncodeVarint(32<<3 | proto.WireBytes) if err := b.EncodeMessage(x.ListingGroup); err != nil { @@ -710,6 +739,14 @@ func _AdGroupCriterion_OneofUnmarshaler(msg proto.Message, tag, wire int, b *pro err := b.DecodeMessage(msg) m.Criterion = &AdGroupCriterion_MobileAppCategory{msg} return true, err + case 30: // criterion.mobile_application + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.MobileApplicationInfo) + err := b.DecodeMessage(msg) + m.Criterion = &AdGroupCriterion_MobileApplication{msg} + return true, err case 32: // criterion.listing_group if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -846,6 +883,11 @@ func _AdGroupCriterion_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *AdGroupCriterion_MobileApplication: + s := proto.Size(x.MobileApplication) + 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 @@ -945,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_14b0f5d2be23ccba, []int{0, 0} + return fileDescriptor_ad_group_criterion_b8512f28dcebed42, []int{0, 0} } func (m *AdGroupCriterion_QualityInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterion_QualityInfo.Unmarshal(m, b) @@ -1019,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_14b0f5d2be23ccba, []int{0, 1} + return fileDescriptor_ad_group_criterion_b8512f28dcebed42, []int{0, 1} } func (m *AdGroupCriterion_PositionEstimates) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterion_PositionEstimates.Unmarshal(m, b) @@ -1081,112 +1123,116 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion.proto", fileDescriptor_ad_group_criterion_14b0f5d2be23ccba) -} - -var fileDescriptor_ad_group_criterion_14b0f5d2be23ccba = []byte{ - // 1642 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x98, 0xdd, 0x72, 0xdb, 0xc6, - 0x15, 0xc7, 0x4b, 0x29, 0x76, 0xac, 0xd5, 0x87, 0xad, 0x95, 0xa9, 0x6e, 0x14, 0xb5, 0x95, 0x9d, - 0xa8, 0x55, 0x9c, 0x18, 0x8c, 0xa4, 0x24, 0xed, 0x30, 0xd3, 0xa4, 0x14, 0xe3, 0xc8, 0x6a, 0xaa, - 0x84, 0xa1, 0x64, 0x65, 0xda, 0x51, 0x07, 0xb3, 0x04, 0x96, 0xf0, 0x8e, 0x00, 0x2c, 0xbc, 0xbb, - 0xa0, 0xca, 0x5e, 0x74, 0xa6, 0xbd, 0xe8, 0x75, 0x9f, 0xa1, 0x97, 0x7d, 0x94, 0xde, 0xf8, 0x3d, - 0xfa, 0x00, 0xbd, 0xee, 0xec, 0x17, 0x09, 0x92, 0x22, 0x41, 0x77, 0x74, 0x07, 0x1c, 0x9c, 0xff, - 0xef, 0x9c, 0x3d, 0x67, 0x01, 0x1c, 0x00, 0xd4, 0x23, 0xc6, 0xa2, 0x98, 0xd4, 0x70, 0x28, 0x6a, - 0xe6, 0x50, 0x1d, 0xf5, 0xf6, 0x6b, 0x9c, 0x08, 0x96, 0xf3, 0x80, 0x88, 0x1a, 0x0e, 0xfd, 0x88, - 0xb3, 0x3c, 0xf3, 0x03, 0x4e, 0x25, 0xe1, 0x94, 0xa5, 0x5e, 0xc6, 0x99, 0x64, 0xf0, 0x91, 0x11, - 0x78, 0x38, 0x14, 0xde, 0x40, 0xeb, 0xf5, 0xf6, 0xbd, 0x81, 0x76, 0xeb, 0xe9, 0x34, 0x7c, 0xc0, - 0x92, 0x84, 0xa5, 0x35, 0x8b, 0xc4, 0x86, 0xb8, 0xf5, 0x69, 0x99, 0x7b, 0x2e, 0x24, 0x4b, 0xfc, - 0x0c, 0x73, 0x9c, 0x10, 0x49, 0xb8, 0x95, 0xfd, 0x7a, 0x9a, 0x8c, 0xa4, 0x79, 0x72, 0xd3, 0x02, - 0x7c, 0x21, 0xb1, 0xcc, 0x85, 0x95, 0x1f, 0xcc, 0x96, 0x77, 0x68, 0x18, 0xd2, 0x34, 0xf2, 0xcd, - 0x9a, 0xac, 0xa6, 0x39, 0x5b, 0x53, 0x88, 0xd4, 0x17, 0x92, 0x24, 0xbe, 0x20, 0xbc, 0xa7, 0x21, - 0x6f, 0x10, 0x78, 0x08, 0x91, 0xfd, 0xcc, 0x05, 0xfe, 0xd5, 0x6c, 0xcd, 0xab, 0x1c, 0xc7, 0x54, - 0xf6, 0x7d, 0x11, 0x30, 0x4e, 0xfc, 0x4e, 0x1e, 0x5c, 0x11, 0x69, 0x95, 0x3f, 0xb5, 0x4a, 0x7d, - 0xd6, 0xc9, 0xbb, 0xb5, 0x6b, 0x8e, 0xb3, 0x8c, 0x70, 0x97, 0xcd, 0xb6, 0x23, 0x67, 0xb4, 0x86, - 0xd3, 0x94, 0x49, 0x2c, 0x29, 0x4b, 0xed, 0xd5, 0xc7, 0xaf, 0x77, 0xc1, 0x83, 0x46, 0x78, 0xac, - 0xea, 0xd8, 0x74, 0x79, 0xc1, 0xf7, 0xc0, 0xaa, 0xeb, 0xb5, 0x9f, 0xe2, 0x84, 0xa0, 0xca, 0x4e, - 0x65, 0x6f, 0xa9, 0xbd, 0xe2, 0x8c, 0xdf, 0xe2, 0x84, 0xc0, 0x2f, 0xc0, 0xca, 0x70, 0x25, 0x34, - 0x44, 0x5b, 0x3b, 0x95, 0xbd, 0xe5, 0x83, 0x77, 0xed, 0x96, 0xf1, 0x5c, 0x3a, 0xde, 0x49, 0x2a, - 0x3f, 0xfb, 0xe4, 0x02, 0xc7, 0x39, 0x69, 0x2f, 0x0f, 0x04, 0x27, 0x21, 0x7c, 0x09, 0xee, 0x9a, - 0xaa, 0xa1, 0xc5, 0x9d, 0xca, 0xde, 0xda, 0x41, 0xcb, 0x9b, 0xb6, 0xef, 0x74, 0x09, 0xbc, 0xf1, - 0x2c, 0xcf, 0xb4, 0xf8, 0x59, 0x9a, 0x27, 0x53, 0x2e, 0xb5, 0x2d, 0x1f, 0x76, 0xc0, 0x8a, 0xab, - 0x1f, 0x4d, 0xbb, 0x0c, 0xbd, 0xa5, 0x33, 0xfd, 0xd2, 0x2b, 0xdd, 0xe7, 0x13, 0x60, 0xef, 0x7b, - 0xc3, 0x39, 0x49, 0xbb, 0xac, 0xbd, 0xfc, 0x6a, 0x78, 0x02, 0x7f, 0x09, 0xee, 0xb9, 0xfd, 0x88, - 0xee, 0x68, 0xfe, 0xf6, 0x44, 0x25, 0xce, 0x24, 0xa7, 0x69, 0x64, 0x4a, 0xf1, 0x36, 0x36, 0x68, - 0xd8, 0x06, 0x6f, 0xa9, 0x6d, 0x80, 0xde, 0xd1, 0x45, 0xf8, 0xa2, 0xa4, 0x08, 0x83, 0x4c, 0xce, - 0xfb, 0x19, 0xd1, 0x6b, 0x1f, 0xb1, 0xb4, 0x35, 0x0b, 0x7e, 0x06, 0xee, 0xa5, 0x24, 0xc2, 0x92, - 0xf6, 0x08, 0xfa, 0x99, 0x4e, 0x66, 0x6b, 0x22, 0x99, 0x23, 0xc6, 0x62, 0x93, 0xca, 0xc0, 0x17, - 0xfe, 0xa3, 0x02, 0xaa, 0x37, 0x6e, 0x6c, 0xf4, 0x89, 0xce, 0xee, 0x72, 0xde, 0xec, 0xce, 0x34, - 0xe4, 0xcc, 0x30, 0x0a, 0x8d, 0x9a, 0xe5, 0xd0, 0xde, 0x10, 0x93, 0x46, 0xf8, 0x25, 0x58, 0xe9, - 0xd0, 0xd0, 0x4f, 0x58, 0x48, 0xbb, 0x94, 0x70, 0xf4, 0xd1, 0x94, 0xda, 0x7e, 0xc5, 0xf2, 0x4e, - 0x4c, 0xec, 0x36, 0xeb, 0xd0, 0xf0, 0xd4, 0x0a, 0x60, 0x03, 0xac, 0x05, 0x59, 0xe0, 0x6b, 0x08, - 0x0d, 0x38, 0x13, 0xe8, 0x41, 0xf9, 0x46, 0x5d, 0x09, 0xb2, 0xe0, 0x88, 0x86, 0xa7, 0x5a, 0x60, - 0x10, 0x49, 0x11, 0xb1, 0x3e, 0x17, 0x22, 0x19, 0x43, 0xf4, 0x8a, 0x08, 0x34, 0x17, 0xa2, 0x37, - 0x44, 0xb4, 0xc0, 0x66, 0x46, 0x78, 0x40, 0x52, 0xe9, 0x8f, 0x2d, 0xe8, 0x51, 0x39, 0x6a, 0xc3, - 0x4a, 0x9b, 0xc5, 0x75, 0x9d, 0x03, 0x44, 0xba, 0x5d, 0x12, 0xa8, 0xde, 0x8f, 0x33, 0x61, 0x39, - 0xb3, 0x3a, 0x10, 0xcf, 0xa2, 0x8e, 0xd4, 0x6d, 0xe3, 0xcd, 0xa8, 0xc9, 0x54, 0xea, 0x48, 0x29, - 0x1f, 0xbe, 0x19, 0xb5, 0x50, 0xd3, 0x00, 0xec, 0x0c, 0xa9, 0x53, 0xaa, 0xfb, 0xb8, 0x9c, 0xbe, - 0x3d, 0x80, 0xb4, 0x6e, 0x28, 0xf3, 0xf5, 0x4d, 0x65, 0x36, 0x4f, 0x18, 0x54, 0x9d, 0xeb, 0xae, - 0x3f, 0x32, 0xaf, 0xaa, 0x33, 0xad, 0xd1, 0x37, 0xd2, 0x88, 0x65, 0xa2, 0x13, 0xc6, 0x3c, 0x1e, - 0x38, 0x29, 0x06, 0xde, 0xbc, 0xf5, 0xc0, 0xc9, 0xd4, 0xc0, 0xbd, 0x62, 0xe0, 0x1f, 0xdf, 0x7a, - 0xe0, 0xde, 0x30, 0xf0, 0xdf, 0x2b, 0xb3, 0x1a, 0x6a, 0x33, 0x78, 0xef, 0x56, 0x32, 0x98, 0xd2, - 0x73, 0x9b, 0x88, 0x04, 0x30, 0x63, 0x82, 0xaa, 0x37, 0xad, 0x4f, 0x84, 0xa4, 0x09, 0x96, 0x44, - 0x20, 0xa0, 0xb7, 0xd2, 0xb3, 0xff, 0xe7, 0xc5, 0xd3, 0xb2, 0xb4, 0x67, 0x0e, 0xd6, 0x5e, 0xcf, - 0xc6, 0x4d, 0xf0, 0x73, 0x00, 0xba, 0x34, 0xc5, 0xb1, 0x9f, 0xf3, 0x58, 0xa0, 0xe5, 0x9d, 0xc5, - 0xd2, 0xd7, 0xd0, 0x92, 0xf6, 0x7f, 0xc1, 0x63, 0x01, 0x9f, 0x83, 0x75, 0x23, 0x4e, 0x58, 0x87, - 0xc6, 0xc4, 0x30, 0x0e, 0xe7, 0x60, 0xdc, 0xd7, 0xb2, 0x53, 0xad, 0xd2, 0xa4, 0xaf, 0xc1, 0x83, - 0x41, 0x1a, 0xbe, 0xc8, 0xbb, 0x5d, 0xfa, 0x27, 0x74, 0x30, 0xc7, 0x3b, 0x71, 0xcd, 0x25, 0x73, - 0xa6, 0x35, 0xb0, 0x05, 0xaa, 0x92, 0xe3, 0xe0, 0x4a, 0xbd, 0x87, 0x14, 0x4a, 0x92, 0x24, 0x8b, - 0xb1, 0x24, 0x68, 0x75, 0x0e, 0xd8, 0x86, 0x93, 0xbe, 0xe0, 0xf1, 0xb9, 0x15, 0xc2, 0x00, 0x54, - 0x15, 0x68, 0x7c, 0xde, 0x14, 0x68, 0x4d, 0xaf, 0xb3, 0x36, 0xb5, 0x33, 0x66, 0x50, 0xf5, 0x9a, - 0x5a, 0xd8, 0x72, 0xba, 0xf6, 0x46, 0xce, 0xe3, 0x31, 0x9b, 0x80, 0xc7, 0xe0, 0xed, 0x2b, 0xd2, - 0xbf, 0x66, 0x3c, 0x44, 0xef, 0xea, 0x44, 0x3f, 0x2c, 0xc3, 0x7e, 0x63, 0xdc, 0xd5, 0x20, 0xf1, - 0xfc, 0x47, 0x6d, 0xa7, 0x86, 0xa7, 0x60, 0x29, 0x8b, 0x71, 0x40, 0x12, 0x92, 0x4a, 0xb4, 0xad, - 0x51, 0x4f, 0xcb, 0x50, 0x2d, 0x27, 0xb0, 0xb0, 0x21, 0x01, 0x46, 0x60, 0xc3, 0xb6, 0x16, 0x67, - 0x99, 0x1f, 0x60, 0x49, 0x22, 0xc6, 0xfb, 0xe8, 0x27, 0x1a, 0xfc, 0x69, 0x19, 0xd8, 0xf4, 0xb7, - 0x91, 0x65, 0x4d, 0x2b, 0xb4, 0x01, 0xd6, 0x93, 0xf1, 0x0b, 0xf0, 0x07, 0xb0, 0x1a, 0x53, 0x21, - 0x55, 0xdb, 0xcc, 0x40, 0xb4, 0xa3, 0x43, 0x7c, 0x5c, 0x16, 0xe2, 0x77, 0x46, 0xa4, 0x77, 0xbe, - 0xa5, 0xaf, 0xc4, 0x05, 0x1b, 0xfc, 0x06, 0x2c, 0xe1, 0x88, 0xf8, 0x1c, 0xa7, 0x11, 0x41, 0xef, - 0x6b, 0xe8, 0x47, 0x65, 0xd0, 0x46, 0x44, 0xda, 0xca, 0xdf, 0x02, 0xef, 0x61, 0x7b, 0x0e, 0xbf, - 0x02, 0x77, 0x23, 0x92, 0x86, 0x84, 0xa3, 0x5d, 0x4d, 0x7a, 0x52, 0x46, 0x3a, 0xd6, 0xde, 0x96, - 0x63, 0xb5, 0xf0, 0x1c, 0xac, 0xd0, 0x34, 0x60, 0x89, 0xcb, 0xea, 0xe7, 0x9a, 0x55, 0xba, 0x91, - 0x4e, 0xb4, 0xa6, 0x98, 0xd8, 0x32, 0x1d, 0x9a, 0xe0, 0x1f, 0xc1, 0xfd, 0x0c, 0x73, 0x92, 0x4a, - 0x1c, 0xbb, 0x09, 0xec, 0x17, 0x1a, 0x7c, 0x50, 0xda, 0x7f, 0x2b, 0x33, 0xe3, 0x93, 0x65, 0xaf, - 0x65, 0x23, 0x56, 0x55, 0xc7, 0x5c, 0x10, 0xee, 0xab, 0xe2, 0xa2, 0x27, 0xf3, 0xd5, 0xf1, 0x85, - 0x20, 0x5c, 0x35, 0xc8, 0xd5, 0x31, 0xb7, 0xe7, 0xaa, 0xdb, 0x7d, 0x96, 0xcb, 0xbc, 0x43, 0xfc, - 0x1e, 0x0d, 0x09, 0x43, 0x7b, 0xf3, 0x75, 0xfb, 0xf7, 0x2c, 0x3f, 0xcf, 0x3b, 0xe4, 0x42, 0x69, - 0x5c, 0xb7, 0x2d, 0x48, 0xdb, 0x54, 0x11, 0x1c, 0x38, 0x78, 0x89, 0xd3, 0x94, 0xc4, 0xe8, 0x83, - 0xf9, 0x8a, 0x60, 0xd1, 0x4d, 0xa3, 0x72, 0x45, 0xb0, 0x30, 0x6b, 0x85, 0x0d, 0x70, 0x47, 0xb2, - 0x8c, 0x06, 0xe8, 0x43, 0x0d, 0xfd, 0xa0, 0x0c, 0x7a, 0xae, 0x9c, 0x2d, 0xcb, 0x28, 0xd5, 0xd2, - 0x75, 0x1d, 0x69, 0x2a, 0x09, 0x27, 0x42, 0xa2, 0xa7, 0xf3, 0x2d, 0x5d, 0xd5, 0xf2, 0xc4, 0x6a, - 0xdc, 0xd2, 0xf3, 0x82, 0x4d, 0x3d, 0x42, 0xae, 0x49, 0x27, 0xc3, 0x11, 0x41, 0xde, 0x7c, 0x8f, - 0x90, 0x1f, 0x8c, 0xbb, 0x7b, 0x84, 0x58, 0x35, 0xc4, 0x60, 0x5d, 0xdd, 0xec, 0x19, 0xee, 0xab, - 0x47, 0x80, 0x1a, 0xa3, 0x49, 0x8c, 0x6a, 0x1a, 0x79, 0x58, 0x7a, 0xe7, 0x64, 0x59, 0xcb, 0xe8, - 0x4e, 0x95, 0xcc, 0xa2, 0xef, 0xe3, 0x51, 0xb3, 0x6a, 0x93, 0x7d, 0x9e, 0xe2, 0x6e, 0x97, 0xa6, - 0x54, 0xf6, 0xd1, 0xc7, 0xf3, 0xb5, 0xc9, 0x3c, 0x39, 0x1b, 0x56, 0xe5, 0xda, 0x14, 0x8c, 0x58, - 0x55, 0x8d, 0x2d, 0x5e, 0x55, 0x39, 0x95, 0x68, 0x7f, 0xbe, 0x1a, 0x1b, 0xf8, 0x89, 0xd6, 0xb8, - 0x1a, 0x07, 0x05, 0xdb, 0xd6, 0xeb, 0x45, 0xb0, 0x5c, 0xf8, 0x9c, 0x83, 0xbf, 0x01, 0xab, 0x23, - 0x5f, 0xd9, 0xfa, 0xa3, 0x77, 0xca, 0xe0, 0x77, 0x78, 0x60, 0x27, 0x74, 0xab, 0x38, 0x53, 0x02, - 0xf8, 0x17, 0xb0, 0x19, 0x70, 0xa2, 0x3f, 0xa5, 0xfc, 0x51, 0xd4, 0x82, 0x1e, 0x39, 0x9e, 0x97, - 0x8c, 0x1c, 0xdf, 0x17, 0x60, 0x47, 0xfa, 0x13, 0x5f, 0xcf, 0x1d, 0x93, 0xe6, 0xf6, 0x43, 0x17, - 0xa7, 0x78, 0x0d, 0xfe, 0xb5, 0x02, 0x50, 0xc6, 0x84, 0xf4, 0x83, 0x98, 0x06, 0x57, 0x63, 0x29, - 0x2c, 0xde, 0x72, 0x0a, 0x55, 0x15, 0xa9, 0xa9, 0x02, 0x8d, 0xe4, 0xf0, 0x67, 0xf0, 0x50, 0x10, - 0xcc, 0x83, 0x97, 0x7e, 0xc6, 0x49, 0x48, 0x03, 0x49, 0x42, 0x3f, 0x90, 0x5c, 0x7f, 0x73, 0xdf, - 0x66, 0x78, 0x68, 0xa2, 0xb4, 0x5c, 0x90, 0xa6, 0xe4, 0x5b, 0xff, 0x5d, 0x04, 0xeb, 0x13, 0x73, - 0x12, 0xfc, 0x16, 0x54, 0xbb, 0x94, 0x0b, 0xe9, 0xab, 0x1b, 0x42, 0xcf, 0x82, 0x76, 0xb0, 0xaf, - 0x94, 0x0f, 0xf6, 0x50, 0x2b, 0x5b, 0x38, 0x52, 0x83, 0xb5, 0x1d, 0xe7, 0x2f, 0xc0, 0x3b, 0x96, - 0xe7, 0x06, 0xbc, 0x02, 0x73, 0xa1, 0x9c, 0xb9, 0x69, 0x98, 0x56, 0x3c, 0xe4, 0x7e, 0x07, 0x36, - 0x25, 0xcb, 0x7c, 0xd6, 0x9d, 0x48, 0x74, 0x71, 0x8e, 0x44, 0x25, 0xcb, 0xbe, 0xeb, 0x8e, 0x26, - 0x9a, 0x83, 0x27, 0x6e, 0xf4, 0x0c, 0x7d, 0x1c, 0x86, 0x66, 0x5b, 0x08, 0x1f, 0x4b, 0x7f, 0x72, - 0x01, 0xf6, 0xa7, 0xc8, 0xcc, 0x20, 0xef, 0x0f, 0x70, 0x8d, 0x30, 0xd4, 0xad, 0x17, 0x0d, 0xf9, - 0xf5, 0xd8, 0x6a, 0xe0, 0x2b, 0xb0, 0x37, 0x16, 0x56, 0x6d, 0xc9, 0x9b, 0x83, 0xde, 0x29, 0x0f, - 0xfa, 0x78, 0x24, 0x28, 0x13, 0x72, 0x32, 0xe4, 0xd1, 0x32, 0x58, 0x1a, 0xfc, 0x59, 0x3a, 0xfa, - 0xdb, 0x02, 0xd8, 0x0d, 0x58, 0x52, 0x3e, 0x64, 0x1f, 0x55, 0xc7, 0xa7, 0xec, 0x96, 0x8a, 0xdf, - 0xaa, 0xfc, 0xe1, 0xb7, 0x56, 0x1b, 0xb1, 0x18, 0xa7, 0x91, 0xc7, 0x78, 0x54, 0x8b, 0x48, 0xaa, - 0xb3, 0x73, 0x3f, 0xe7, 0x32, 0x2a, 0x66, 0xfc, 0x5c, 0xfd, 0x7c, 0x70, 0xf4, 0xcf, 0x85, 0xc5, - 0xe3, 0x46, 0xe3, 0x5f, 0x0b, 0x8f, 0x8e, 0x0d, 0xb2, 0x11, 0x0a, 0xcf, 0x1c, 0xaa, 0xa3, 0x8b, - 0x7d, 0xaf, 0xed, 0x3c, 0xff, 0xed, 0x7c, 0x2e, 0x1b, 0xa1, 0xb8, 0x1c, 0xf8, 0x5c, 0x5e, 0xec, - 0x5f, 0x0e, 0x7c, 0xfe, 0xb3, 0xb0, 0x6b, 0x2e, 0xd4, 0xeb, 0x8d, 0x50, 0xd4, 0xeb, 0x03, 0xaf, - 0x7a, 0xfd, 0x62, 0xbf, 0x5e, 0x1f, 0xf8, 0x75, 0xee, 0xea, 0x64, 0x0f, 0xff, 0x17, 0x00, 0x00, - 0xff, 0xff, 0x83, 0x08, 0xff, 0xdc, 0x08, 0x16, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion.proto", fileDescriptor_ad_group_criterion_b8512f28dcebed42) +} + +var fileDescriptor_ad_group_criterion_b8512f28dcebed42 = []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, + 0x6e, 0x14, 0x27, 0x26, 0x23, 0x39, 0x4e, 0x3b, 0xcc, 0x34, 0x29, 0xc5, 0xd8, 0xb2, 0x9a, 0x2a, + 0x61, 0x28, 0x59, 0x9e, 0x76, 0xd4, 0xd9, 0x82, 0xbb, 0xe0, 0x1a, 0xe3, 0xdd, 0x05, 0x0c, 0x60, + 0xa9, 0xb2, 0x17, 0x9d, 0x69, 0x2f, 0x3a, 0xd3, 0xbb, 0x3e, 0x43, 0x2f, 0xfb, 0x1a, 0xbd, 0xeb, + 0x4d, 0xdf, 0xa3, 0x0f, 0xd0, 0xeb, 0x0e, 0xbe, 0xc8, 0x25, 0x29, 0x72, 0xa9, 0x8e, 0xee, 0x76, + 0xcf, 0xe2, 0xff, 0x3b, 0x07, 0x07, 0x67, 0xb1, 0x07, 0x0b, 0xea, 0x31, 0x63, 0x71, 0x42, 0x6a, + 0x38, 0x92, 0x35, 0x7b, 0xa9, 0xaf, 0x7a, 0xbb, 0x35, 0x41, 0x24, 0xcb, 0x45, 0x48, 0x64, 0x0d, + 0x47, 0x41, 0x2c, 0x58, 0xce, 0x83, 0x50, 0x50, 0x45, 0x04, 0x65, 0x59, 0x95, 0x0b, 0xa6, 0x18, + 0xbc, 0x67, 0x05, 0x55, 0x1c, 0xc9, 0xea, 0x40, 0x5b, 0xed, 0xed, 0x56, 0x07, 0xda, 0xad, 0x47, + 0xd3, 0xf0, 0x21, 0x4b, 0x53, 0x96, 0xd5, 0x1c, 0x12, 0x5b, 0xe2, 0xd6, 0x93, 0xb2, 0xe1, 0xb9, + 0x54, 0x2c, 0x0d, 0x38, 0x16, 0x38, 0x25, 0x8a, 0x08, 0x27, 0x7b, 0x36, 0x4d, 0x46, 0xb2, 0x3c, + 0xbd, 0x68, 0x02, 0x01, 0xe6, 0x5c, 0xb0, 0x1e, 0x4e, 0x02, 0xa9, 0xb0, 0xca, 0xa5, 0xe3, 0xfc, + 0xfc, 0xd2, 0x9c, 0x11, 0xf9, 0xde, 0x6c, 0x79, 0x87, 0x46, 0x11, 0xcd, 0xe2, 0xc0, 0xe6, 0xc6, + 0x69, 0x9a, 0xb3, 0x35, 0x05, 0x4f, 0x7d, 0xa9, 0x48, 0x1a, 0x48, 0x22, 0x7a, 0x06, 0x72, 0x09, + 0xc7, 0x43, 0x88, 0xea, 0x73, 0xef, 0xf8, 0x67, 0xb3, 0x35, 0x6f, 0x72, 0x9c, 0x50, 0xd5, 0x0f, + 0x64, 0xc8, 0x04, 0x09, 0x3a, 0x79, 0xf8, 0x9a, 0x28, 0xa7, 0x7c, 0xcf, 0x29, 0xcd, 0x5d, 0x27, + 0xef, 0xd6, 0xce, 0x05, 0xe6, 0x9c, 0x08, 0x1f, 0xcd, 0x5d, 0x4f, 0xe6, 0xb4, 0x86, 0xb3, 0x8c, + 0x29, 0xac, 0x28, 0xcb, 0xdc, 0xd3, 0xfb, 0xff, 0xfc, 0x10, 0xdc, 0x6e, 0x44, 0x07, 0x3a, 0x8f, + 0x4d, 0x1f, 0x17, 0x7c, 0x1f, 0xdc, 0xf4, 0x35, 0x13, 0x64, 0x38, 0x25, 0xa8, 0xb2, 0x5d, 0xd9, + 0x59, 0x6a, 0xaf, 0x78, 0xe3, 0xb7, 0x38, 0x25, 0xf0, 0x4b, 0xb0, 0x32, 0x9c, 0x09, 0x8d, 0xd0, + 0xd6, 0x76, 0x65, 0x67, 0x79, 0xef, 0x5d, 0x57, 0x7a, 0x55, 0x1f, 0x4e, 0xf5, 0x30, 0x53, 0x9f, + 0x7f, 0x76, 0x8a, 0x93, 0x9c, 0xb4, 0x97, 0x07, 0x82, 0xc3, 0x08, 0xbe, 0x02, 0xd7, 0x6d, 0xd6, + 0xd0, 0xe2, 0x76, 0x65, 0x67, 0x75, 0xaf, 0x55, 0x9d, 0x56, 0xbf, 0x26, 0x05, 0xd5, 0xf1, 0x28, + 0x8f, 0x8d, 0xf8, 0x69, 0x96, 0xa7, 0x53, 0x1e, 0xb5, 0x1d, 0x1f, 0x76, 0xc0, 0x8a, 0xcf, 0x1f, + 0xcd, 0xba, 0x0c, 0xbd, 0x65, 0x22, 0xfd, 0xaa, 0x5a, 0xfa, 0xbe, 0x4c, 0x80, 0xab, 0xdf, 0x5b, + 0xce, 0x61, 0xd6, 0x65, 0xed, 0xe5, 0x37, 0xc3, 0x1b, 0xf8, 0x53, 0x70, 0xc3, 0xd7, 0x23, 0xba, + 0x66, 0xf8, 0x77, 0x27, 0x32, 0x71, 0xac, 0x04, 0xcd, 0x62, 0x9b, 0x8a, 0xb7, 0xb1, 0x45, 0xc3, + 0x36, 0x78, 0x4b, 0x97, 0x01, 0x7a, 0xc7, 0x24, 0xe1, 0xcb, 0x92, 0x24, 0x0c, 0x22, 0x39, 0xe9, + 0x73, 0x62, 0xe6, 0x3e, 0x62, 0x69, 0x1b, 0x16, 0xfc, 0x1c, 0xdc, 0xc8, 0x48, 0x8c, 0x15, 0xed, + 0x11, 0xf4, 0x63, 0x13, 0xcc, 0xd6, 0x44, 0x30, 0xfb, 0x8c, 0x25, 0x36, 0x94, 0xc1, 0x58, 0xf8, + 0xb7, 0x0a, 0xd8, 0xb8, 0xb0, 0xb0, 0xd1, 0x67, 0x26, 0xba, 0xb3, 0x79, 0xa3, 0x3b, 0x36, 0x90, + 0x63, 0xcb, 0x28, 0x2c, 0xd4, 0xac, 0x01, 0xed, 0x75, 0x39, 0x69, 0x84, 0x7f, 0xad, 0x80, 0x5b, + 0x63, 0xbb, 0x03, 0x7a, 0x62, 0x82, 0xf9, 0xdd, 0x25, 0xeb, 0xa5, 0xe1, 0x28, 0x33, 0xea, 0x66, + 0x74, 0x48, 0x7b, 0x15, 0x8f, 0xdc, 0xc3, 0xaf, 0xc0, 0x4a, 0x87, 0x46, 0x41, 0xca, 0x22, 0xda, + 0xa5, 0x44, 0xa0, 0x4f, 0xa6, 0xac, 0xf3, 0xd7, 0x2c, 0xef, 0x24, 0xc4, 0x95, 0x7c, 0x87, 0x46, + 0x47, 0x4e, 0x00, 0x1b, 0x60, 0x35, 0xe4, 0x61, 0x60, 0x20, 0x34, 0x14, 0x4c, 0xa2, 0xdb, 0xe5, + 0x2f, 0xcd, 0x4a, 0xc8, 0xc3, 0x7d, 0x1a, 0x1d, 0x19, 0x81, 0x45, 0xa4, 0x45, 0xc4, 0xda, 0x5c, + 0x88, 0x74, 0x0c, 0xd1, 0x2b, 0x22, 0xd0, 0x5c, 0x88, 0xde, 0x10, 0xd1, 0x02, 0x9b, 0x9c, 0x88, + 0x90, 0x64, 0x2a, 0x18, 0x9b, 0xd0, 0xbd, 0x72, 0xd4, 0xba, 0x93, 0x36, 0x8b, 0xf3, 0x3a, 0x01, + 0x88, 0x74, 0xbb, 0x24, 0xd4, 0x75, 0x38, 0xce, 0x84, 0xe5, 0xcc, 0x8d, 0x81, 0x78, 0x16, 0x75, + 0x24, 0x6f, 0xeb, 0x97, 0xa3, 0xa6, 0x53, 0xa9, 0x23, 0xa9, 0xbc, 0x73, 0x39, 0x6a, 0x21, 0xa7, + 0x21, 0xd8, 0x1e, 0x52, 0xa7, 0x64, 0xf7, 0x7e, 0x39, 0xfd, 0xee, 0x00, 0xd2, 0xba, 0x20, 0xcd, + 0xe7, 0x17, 0xa5, 0xd9, 0xee, 0x76, 0x68, 0x63, 0xae, 0x1d, 0x68, 0xdf, 0x7e, 0x36, 0x8f, 0x8d, + 0xc6, 0xbc, 0x45, 0x23, 0x96, 0x89, 0x95, 0xb0, 0xe6, 0x71, 0xc7, 0x69, 0xd1, 0xf1, 0xe6, 0x95, + 0x3b, 0x4e, 0xa7, 0x3a, 0xee, 0x15, 0x1d, 0xff, 0xf0, 0xca, 0x1d, 0xf7, 0x86, 0x8e, 0xff, 0x52, + 0x99, 0xb5, 0xa0, 0x2e, 0x82, 0xf7, 0xaf, 0x24, 0x82, 0x29, 0x6b, 0xee, 0x02, 0x51, 0x00, 0x72, + 0x26, 0xa9, 0xfe, 0xea, 0x07, 0x44, 0x2a, 0x9a, 0x62, 0x45, 0x24, 0x02, 0xa6, 0x94, 0x9e, 0xfe, + 0x3f, 0x1f, 0xc1, 0x96, 0xa3, 0x3d, 0xf5, 0xb0, 0xf6, 0x1a, 0x1f, 0x37, 0xc1, 0x2f, 0x00, 0xe8, + 0xd2, 0x0c, 0x27, 0x41, 0x2e, 0x12, 0x89, 0x96, 0xb7, 0x17, 0x4b, 0x3f, 0x89, 0x4b, 0x66, 0xfc, + 0x0b, 0x91, 0x48, 0xf8, 0x1c, 0xac, 0x59, 0x71, 0xca, 0x3a, 0x34, 0x21, 0x96, 0xf1, 0x78, 0x0e, + 0xc6, 0x2d, 0x23, 0x3b, 0x32, 0x2a, 0x43, 0x7a, 0x06, 0x6e, 0x0f, 0xc2, 0x08, 0x64, 0xde, 0xed, + 0xd2, 0xdf, 0xa3, 0xbd, 0x39, 0xbe, 0xcf, 0xab, 0x3e, 0x98, 0x63, 0xa3, 0x81, 0x2d, 0xb0, 0xa1, + 0x04, 0x0e, 0x5f, 0xeb, 0x6f, 0xa2, 0x46, 0x29, 0x92, 0xf2, 0x04, 0x2b, 0x82, 0x6e, 0xce, 0x01, + 0x5b, 0xf7, 0xd2, 0x17, 0x22, 0x39, 0x71, 0x42, 0x18, 0x82, 0x0d, 0x0d, 0x1a, 0xef, 0xa1, 0x25, + 0x5a, 0x35, 0xf3, 0xac, 0x4d, 0x5d, 0x19, 0xdb, 0x7c, 0x57, 0x9b, 0x46, 0xd8, 0xf2, 0xba, 0xf6, + 0x7a, 0x2e, 0x92, 0x31, 0x9b, 0x84, 0x07, 0xe0, 0xed, 0xd7, 0xa4, 0x7f, 0xce, 0x44, 0x84, 0xde, + 0x35, 0x81, 0x7e, 0x5c, 0x86, 0xfd, 0xc6, 0x0e, 0xd7, 0x4d, 0xcd, 0xf3, 0x1f, 0xb4, 0xbd, 0x1a, + 0x1e, 0x81, 0x25, 0x9e, 0xe0, 0x90, 0xa4, 0x24, 0x53, 0xe8, 0xae, 0x41, 0x3d, 0x2a, 0x43, 0xb5, + 0xbc, 0xc0, 0xc1, 0x86, 0x04, 0x18, 0x83, 0x75, 0xb7, 0xb4, 0x98, 0xf3, 0x20, 0xc4, 0x8a, 0xc4, + 0x4c, 0xf4, 0xd1, 0x8f, 0x0c, 0xf8, 0x49, 0x19, 0xd8, 0xae, 0x6f, 0x83, 0xf3, 0xa6, 0x13, 0x3a, + 0x07, 0x6b, 0xe9, 0xf8, 0x03, 0xd8, 0x05, 0x70, 0xe8, 0x28, 0xa1, 0xa1, 0x69, 0x7e, 0xd1, 0x7b, + 0x97, 0xf4, 0xe3, 0x85, 0x13, 0x7e, 0xfc, 0x03, 0xf8, 0x12, 0xdc, 0x4c, 0xa8, 0x54, 0xba, 0x3c, + 0x6c, 0x13, 0xb8, 0x6d, 0x5c, 0x7c, 0x5a, 0xe6, 0xe2, 0x57, 0x56, 0x64, 0xde, 0x30, 0x47, 0x5f, + 0x49, 0x0a, 0x36, 0xf8, 0x0d, 0x58, 0xc2, 0x31, 0x09, 0x04, 0xce, 0x62, 0x82, 0x3e, 0x30, 0xd0, + 0x4f, 0xca, 0xa0, 0x8d, 0x98, 0xb4, 0xf5, 0x78, 0x07, 0xbc, 0x81, 0xdd, 0x3d, 0xfc, 0x1a, 0x5c, + 0x8f, 0x49, 0x16, 0x11, 0x81, 0x1e, 0x18, 0xd2, 0xc3, 0x32, 0xd2, 0x81, 0x19, 0xed, 0x38, 0x4e, + 0x0b, 0x4f, 0xc0, 0x0a, 0xcd, 0x42, 0x96, 0xfa, 0xa8, 0x7e, 0x62, 0x58, 0xa5, 0x05, 0x7b, 0x68, + 0x34, 0xc5, 0xc0, 0x96, 0xe9, 0xd0, 0x04, 0x7f, 0x0b, 0x6e, 0x71, 0x2c, 0x48, 0xa6, 0x86, 0x8d, + 0xde, 0x87, 0x06, 0xbc, 0x57, 0x5a, 0x67, 0x4e, 0x66, 0xdb, 0x34, 0xc7, 0x5e, 0xe5, 0x23, 0x56, + 0x9d, 0xc7, 0x5c, 0x12, 0x11, 0xe8, 0xe4, 0xa2, 0x87, 0xf3, 0xe5, 0xf1, 0x85, 0x24, 0x42, 0x2f, + 0x90, 0xcf, 0x63, 0xee, 0xee, 0xf5, 0x6a, 0xf7, 0x59, 0xae, 0xf2, 0x0e, 0x09, 0x7a, 0x34, 0x22, + 0x0c, 0xed, 0xcc, 0xb7, 0xda, 0xbf, 0x66, 0xf9, 0x49, 0xde, 0x21, 0xa7, 0x5a, 0xe3, 0x57, 0xdb, + 0x81, 0x8c, 0x4d, 0x27, 0xc1, 0x83, 0xc3, 0x57, 0x38, 0xcb, 0x48, 0x82, 0x3e, 0x9a, 0x2f, 0x09, + 0x0e, 0xdd, 0xb4, 0x2a, 0x9f, 0x04, 0x07, 0x73, 0x56, 0xd8, 0x00, 0xd7, 0x14, 0xe3, 0x34, 0x44, + 0x1f, 0x1b, 0xe8, 0x47, 0x65, 0xd0, 0x13, 0x3d, 0xd8, 0xb1, 0xac, 0x52, 0x4f, 0xdd, 0xe4, 0x91, + 0x66, 0x8a, 0x08, 0x22, 0x15, 0x7a, 0x34, 0xdf, 0xd4, 0x75, 0x2e, 0x0f, 0x9d, 0xc6, 0x4f, 0x3d, + 0x2f, 0xd8, 0xf4, 0x56, 0x75, 0x4e, 0x3a, 0x1c, 0xc7, 0x04, 0x55, 0xe7, 0xdb, 0xaa, 0x5e, 0xda, + 0xe1, 0x7e, 0xab, 0x72, 0x6a, 0x88, 0xc1, 0x9a, 0xde, 0x54, 0x38, 0xee, 0xeb, 0xad, 0x46, 0xb7, + 0xeb, 0x24, 0x41, 0x35, 0x83, 0x7c, 0x5c, 0xfa, 0xe6, 0x70, 0xde, 0xb2, 0xba, 0x23, 0x2d, 0x73, + 0x68, 0x7d, 0x02, 0x29, 0x9a, 0xf5, 0x32, 0xb9, 0x7d, 0x1b, 0x77, 0xbb, 0x34, 0xa3, 0xaa, 0x8f, + 0x3e, 0x9d, 0x6f, 0x99, 0xec, 0x0e, 0xdd, 0x70, 0x2a, 0xbf, 0x4c, 0xe1, 0x88, 0x55, 0xe7, 0xd8, + 0xe1, 0x75, 0x96, 0x33, 0x85, 0x76, 0xe7, 0xcb, 0xb1, 0x85, 0x1f, 0x1a, 0x8d, 0xcf, 0x71, 0x58, + 0xb0, 0x6d, 0xfd, 0x7b, 0x11, 0x2c, 0x17, 0x8e, 0xb0, 0xf0, 0x17, 0xe0, 0xe6, 0xc8, 0x9f, 0x05, + 0x73, 0xd0, 0x9f, 0xd2, 0x60, 0x3e, 0xde, 0x73, 0x27, 0x01, 0xa7, 0x38, 0xd6, 0x02, 0xf8, 0x47, + 0xb0, 0x19, 0x0a, 0x62, 0x8e, 0x8f, 0xc1, 0x28, 0x6a, 0xc1, 0xb4, 0x36, 0xcf, 0x4b, 0x5a, 0x9b, + 0xef, 0x0b, 0xb0, 0x7d, 0xf3, 0x5b, 0xc3, 0xf4, 0x37, 0x93, 0xe6, 0xf6, 0x1d, 0xef, 0xa7, 0xf8, + 0x0c, 0xfe, 0xa9, 0x02, 0x10, 0x67, 0x52, 0x05, 0x61, 0x42, 0xc3, 0xd7, 0x63, 0x21, 0x2c, 0x5e, + 0x71, 0x08, 0x1b, 0xda, 0x53, 0x53, 0x3b, 0x1a, 0x89, 0xe1, 0x0f, 0xe0, 0x8e, 0x24, 0x58, 0x84, + 0xaf, 0x02, 0x2e, 0x48, 0x44, 0x43, 0x45, 0xa2, 0x20, 0x54, 0xc2, 0xfc, 0x67, 0xb8, 0x4a, 0xf7, + 0xd0, 0x7a, 0x69, 0x79, 0x27, 0x4d, 0x25, 0xb6, 0xfe, 0xbb, 0x08, 0xd6, 0x26, 0xfa, 0x31, 0xf8, + 0x2d, 0xd8, 0xe8, 0x52, 0x21, 0x55, 0xa0, 0x5f, 0x08, 0xd3, 0x73, 0xba, 0x03, 0x44, 0xa5, 0xfc, + 0x00, 0x01, 0x8d, 0xb2, 0x85, 0x63, 0xdd, 0xc0, 0xbb, 0x63, 0xc3, 0x29, 0x78, 0xc7, 0xf1, 0x7c, + 0x23, 0x59, 0x60, 0x2e, 0x94, 0x33, 0x37, 0x2d, 0xd3, 0x89, 0x87, 0xdc, 0xef, 0xc0, 0xa6, 0x62, + 0x3c, 0x60, 0xdd, 0x89, 0x40, 0x17, 0xe7, 0x08, 0x54, 0x31, 0xfe, 0x5d, 0x77, 0x34, 0xd0, 0x1c, + 0x3c, 0xf4, 0x2d, 0x6e, 0x14, 0xe0, 0x28, 0xb2, 0x65, 0x21, 0x03, 0xac, 0x82, 0xc9, 0x09, 0xb8, + 0x1f, 0x41, 0x33, 0x9d, 0x7c, 0x30, 0xc0, 0x35, 0xa2, 0xc8, 0x2c, 0xbd, 0x6c, 0xa8, 0x67, 0x63, + 0xb3, 0x81, 0x6f, 0xc0, 0xce, 0x98, 0x5b, 0x5d, 0x92, 0x17, 0x3b, 0xbd, 0x56, 0xee, 0xf4, 0xfe, + 0x88, 0x53, 0x26, 0xd5, 0xa4, 0xcb, 0xfd, 0x65, 0xb0, 0x34, 0xf8, 0x9b, 0xb6, 0xff, 0xe7, 0x05, + 0xf0, 0x20, 0x64, 0x69, 0x79, 0x33, 0xbf, 0xbf, 0x31, 0xde, 0xcd, 0xb7, 0xb4, 0xff, 0x56, 0xe5, + 0x37, 0xbf, 0x74, 0xda, 0x98, 0x25, 0x38, 0x8b, 0xab, 0x4c, 0xc4, 0xb5, 0x98, 0x64, 0x26, 0x3a, + 0xff, 0x43, 0x92, 0x53, 0x39, 0xe3, 0xc7, 0xf4, 0x17, 0x83, 0xab, 0xbf, 0x2f, 0x2c, 0x1e, 0x34, + 0x1a, 0xff, 0x58, 0xb8, 0x77, 0x60, 0x91, 0x8d, 0x48, 0x56, 0xed, 0xa5, 0xbe, 0x3a, 0xdd, 0xad, + 0xb6, 0xfd, 0xc8, 0x7f, 0xf9, 0x31, 0x67, 0x8d, 0x48, 0x9e, 0x0d, 0xc6, 0x9c, 0x9d, 0xee, 0x9e, + 0x0d, 0xc6, 0xfc, 0x67, 0xe1, 0x81, 0x7d, 0x50, 0xaf, 0x37, 0x22, 0x59, 0xaf, 0x0f, 0x46, 0xd5, + 0xeb, 0xa7, 0xbb, 0xf5, 0xfa, 0x60, 0x5c, 0xe7, 0xba, 0x09, 0xf6, 0xf1, 0xff, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x2a, 0xaa, 0x4c, 0x2a, 0x44, 0x17, 0x00, 0x00, } 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 a465e4c371ca327782085d841a806c25ced83477..413fdbc4193fea58087fe7c61773433e11a14661 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_9f9ce4a24146deec, []int{0} + return fileDescriptor_ad_group_criterion_label_574ffcf19d7f9580, []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_9f9ce4a24146deec) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_criterion_label.proto", fileDescriptor_ad_group_criterion_label_574ffcf19d7f9580) } -var fileDescriptor_ad_group_criterion_label_9f9ce4a24146deec = []byte{ +var fileDescriptor_ad_group_criterion_label_574ffcf19d7f9580 = []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_extension_setting.pb.go b/googleapis/ads/googleads/v1/resources/ad_group_extension_setting.pb.go index f2d6896add0a16917646995d3b09ffd61777c24d..7a7736e29317f65e915cf69fe8fea54ab3a4d53b 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_c6bc821b4e4f8ffc, []int{0} + return fileDescriptor_ad_group_extension_setting_faf85dd5a0abd71b, []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_c6bc821b4e4f8ffc) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_extension_setting.proto", fileDescriptor_ad_group_extension_setting_faf85dd5a0abd71b) } -var fileDescriptor_ad_group_extension_setting_c6bc821b4e4f8ffc = []byte{ +var fileDescriptor_ad_group_extension_setting_faf85dd5a0abd71b = []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 64b6a5e4ffdaf4eda23e416bba2c81d39a2e4e05..f19e39b19cbca22f7e5852de03575b05549fbfd5 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_31aad1b2b842f8c4, []int{0} + return fileDescriptor_ad_group_feed_61af86a925c6fe44, []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_31aad1b2b842f8c4) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_feed.proto", fileDescriptor_ad_group_feed_61af86a925c6fe44) } -var fileDescriptor_ad_group_feed_31aad1b2b842f8c4 = []byte{ +var fileDescriptor_ad_group_feed_61af86a925c6fe44 = []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 2964fb489911a7eb6eaea8911b79f2f6067892f7..4018a3e4108d016190e1c5989b6fb98aeff58d6c 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_c946b58e5843748b, []int{0} + return fileDescriptor_ad_group_label_fdb4c422a3304734, []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_c946b58e5843748b) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_group_label.proto", fileDescriptor_ad_group_label_fdb4c422a3304734) } -var fileDescriptor_ad_group_label_c946b58e5843748b = []byte{ +var fileDescriptor_ad_group_label_fdb4c422a3304734 = []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_parameter.pb.go b/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go index f4d4810aa55dec071dad507bad4a7b46c89893b5..f2cb48d7fbc1a40683cca5b836f935f1937b5bbb 100644 --- a/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go +++ b/googleapis/ads/googleads/v1/resources/ad_parameter.pb.go @@ -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_972d5a86174baa81, []int{0} + return fileDescriptor_ad_parameter_5204184afe7fcb96, []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_972d5a86174baa81) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_parameter.proto", fileDescriptor_ad_parameter_5204184afe7fcb96) } -var fileDescriptor_ad_parameter_972d5a86174baa81 = []byte{ +var fileDescriptor_ad_parameter_5204184afe7fcb96 = []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 32ba5d493e0e94887282d3926b7de10bc1e78e9c..e67ecf576c639adeae5f4cfb87768dd9a3d42b6f 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_ead0513e8452d09a, []int{0} + return fileDescriptor_ad_schedule_view_4511b7b7817562fa, []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_ead0513e8452d09a) + proto.RegisterFile("google/ads/googleads/v1/resources/ad_schedule_view.proto", fileDescriptor_ad_schedule_view_4511b7b7817562fa) } -var fileDescriptor_ad_schedule_view_ead0513e8452d09a = []byte{ +var fileDescriptor_ad_schedule_view_4511b7b7817562fa = []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 05a1b10ada9f5a872b88d9d58720cebd6a14e9bc..51d6d230de382981032a94226566fd57480231dd 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_5b43c8769abbff12, []int{0} + return fileDescriptor_age_range_view_18c2e15c7b53cca4, []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_5b43c8769abbff12) + proto.RegisterFile("google/ads/googleads/v1/resources/age_range_view.proto", fileDescriptor_age_range_view_18c2e15c7b53cca4) } -var fileDescriptor_age_range_view_5b43c8769abbff12 = []byte{ +var fileDescriptor_age_range_view_18c2e15c7b53cca4 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..6ec5ebb2a1744196a112d988a36e42167df4f73f --- /dev/null +++ b/googleapis/ads/googleads/v1/resources/asset.pb.go @@ -0,0 +1,287 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/resources/asset.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 + +// Asset is a part of an ad which can be shared across multiple ads. +// It can be an image (ImageAsset), a video (YoutubeVideoAsset), etc. +type Asset struct { + // The resource name of the asset. + // Asset resource names have the form: + // + // `customers/{customer_id}/assets/{asset_id}` + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // The ID of the asset. + Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` + // Optional name of the asset. + Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` + // Type of the asset. + Type enums.AssetTypeEnum_AssetType `protobuf:"varint,4,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.AssetTypeEnum_AssetType" json:"type,omitempty"` + // The specific type of the asset. + // + // Types that are valid to be assigned to AssetData: + // *Asset_YoutubeVideoAsset + // *Asset_MediaBundleAsset + // *Asset_ImageAsset + AssetData isAsset_AssetData `protobuf_oneof:"asset_data"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Asset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Asset.Unmarshal(m, b) +} +func (m *Asset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Asset.Marshal(b, m, deterministic) +} +func (dst *Asset) XXX_Merge(src proto.Message) { + xxx_messageInfo_Asset.Merge(dst, src) +} +func (m *Asset) XXX_Size() int { + return xxx_messageInfo_Asset.Size(m) +} +func (m *Asset) XXX_DiscardUnknown() { + xxx_messageInfo_Asset.DiscardUnknown(m) +} + +var xxx_messageInfo_Asset proto.InternalMessageInfo + +func (m *Asset) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func (m *Asset) GetId() *wrappers.Int64Value { + if m != nil { + return m.Id + } + return nil +} + +func (m *Asset) GetName() *wrappers.StringValue { + if m != nil { + return m.Name + } + return nil +} + +func (m *Asset) GetType() enums.AssetTypeEnum_AssetType { + if m != nil { + return m.Type + } + return enums.AssetTypeEnum_UNSPECIFIED +} + +type isAsset_AssetData interface { + isAsset_AssetData() +} + +type Asset_YoutubeVideoAsset struct { + YoutubeVideoAsset *common.YoutubeVideoAsset `protobuf:"bytes,5,opt,name=youtube_video_asset,json=youtubeVideoAsset,proto3,oneof"` +} + +type Asset_MediaBundleAsset struct { + MediaBundleAsset *common.MediaBundleAsset `protobuf:"bytes,6,opt,name=media_bundle_asset,json=mediaBundleAsset,proto3,oneof"` +} + +type Asset_ImageAsset struct { + ImageAsset *common.ImageAsset `protobuf:"bytes,7,opt,name=image_asset,json=imageAsset,proto3,oneof"` +} + +func (*Asset_YoutubeVideoAsset) isAsset_AssetData() {} + +func (*Asset_MediaBundleAsset) isAsset_AssetData() {} + +func (*Asset_ImageAsset) isAsset_AssetData() {} + +func (m *Asset) GetAssetData() isAsset_AssetData { + if m != nil { + return m.AssetData + } + return nil +} + +func (m *Asset) GetYoutubeVideoAsset() *common.YoutubeVideoAsset { + if x, ok := m.GetAssetData().(*Asset_YoutubeVideoAsset); ok { + return x.YoutubeVideoAsset + } + return nil +} + +func (m *Asset) GetMediaBundleAsset() *common.MediaBundleAsset { + if x, ok := m.GetAssetData().(*Asset_MediaBundleAsset); ok { + return x.MediaBundleAsset + } + return nil +} + +func (m *Asset) GetImageAsset() *common.ImageAsset { + if x, ok := m.GetAssetData().(*Asset_ImageAsset); ok { + return x.ImageAsset + } + 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), + } +} + +func _Asset_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Asset) + // asset_data + switch x := m.AssetData.(type) { + case *Asset_YoutubeVideoAsset: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.YoutubeVideoAsset); err != nil { + return err + } + case *Asset_MediaBundleAsset: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MediaBundleAsset); err != nil { + return err + } + case *Asset_ImageAsset: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageAsset); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("Asset.AssetData has unexpected type %T", x) + } + return nil +} + +func _Asset_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Asset) + switch tag { + case 5: // asset_data.youtube_video_asset + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.YoutubeVideoAsset) + err := b.DecodeMessage(msg) + m.AssetData = &Asset_YoutubeVideoAsset{msg} + return true, err + case 6: // asset_data.media_bundle_asset + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.MediaBundleAsset) + err := b.DecodeMessage(msg) + m.AssetData = &Asset_MediaBundleAsset{msg} + return true, err + case 7: // asset_data.image_asset + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.ImageAsset) + err := b.DecodeMessage(msg) + m.AssetData = &Asset_ImageAsset{msg} + return true, err + default: + return false, nil + } +} + +func _Asset_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Asset) + // asset_data + switch x := m.AssetData.(type) { + case *Asset_YoutubeVideoAsset: + s := proto.Size(x.YoutubeVideoAsset) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Asset_MediaBundleAsset: + s := proto.Size(x.MediaBundleAsset) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Asset_ImageAsset: + s := proto.Size(x.ImageAsset) + 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((*Asset)(nil), "google.ads.googleads.v1.resources.Asset") +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/resources/asset.proto", fileDescriptor_asset_c59e4d590e033b73) +} + +var fileDescriptor_asset_c59e4d590e033b73 = []byte{ + // 487 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, +} diff --git a/googleapis/ads/googleads/v1/resources/bidding_strategy.pb.go b/googleapis/ads/googleads/v1/resources/bidding_strategy.pb.go index 99c542ec60806de7f722b2dfe80bb42711e0f636..31674258a43ec208f5b31de64acfa8401a21d37a 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_c1ead38ebf7e9547, []int{0} + return fileDescriptor_bidding_strategy_35af0bdfde659fa3, []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_c1ead38ebf7e9547) + proto.RegisterFile("google/ads/googleads/v1/resources/bidding_strategy.proto", fileDescriptor_bidding_strategy_35af0bdfde659fa3) } -var fileDescriptor_bidding_strategy_c1ead38ebf7e9547 = []byte{ +var fileDescriptor_bidding_strategy_35af0bdfde659fa3 = []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 83c407100324ffcdbe7835275e83fcab1d76065e..21396c18147a5ae1b8f685aef6eb24c7c9f59d31 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_4a6c0165424bc393, []int{0} + return fileDescriptor_billing_setup_da50e8a621802dbd, []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_4a6c0165424bc393, []int{0, 0} + return fileDescriptor_billing_setup_da50e8a621802dbd, []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_4a6c0165424bc393) + proto.RegisterFile("google/ads/googleads/v1/resources/billing_setup.proto", fileDescriptor_billing_setup_da50e8a621802dbd) } -var fileDescriptor_billing_setup_4a6c0165424bc393 = []byte{ +var fileDescriptor_billing_setup_da50e8a621802dbd = []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 4144078b054fae88a86a44e7f59a74f1a1a85f10..5d93a7d28875080e8dc4c4d2d71803819bdb9a63 100644 --- a/googleapis/ads/googleads/v1/resources/campaign.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign.pb.go @@ -82,6 +82,8 @@ type Campaign struct { TargetingSetting *common.TargetingSetting `protobuf:"bytes,43,opt,name=targeting_setting,json=targetingSetting,proto3" json:"targeting_setting,omitempty"` // The setting for ads geotargeting. GeoTargetTypeSetting *Campaign_GeoTargetTypeSetting `protobuf:"bytes,47,opt,name=geo_target_type_setting,json=geoTargetTypeSetting,proto3" json:"geo_target_type_setting,omitempty"` + // The setting related to App Campaign. + AppCampaignSetting *Campaign_AppCampaignSetting `protobuf:"bytes,51,opt,name=app_campaign_setting,json=appCampaignSetting,proto3" json:"app_campaign_setting,omitempty"` // The 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. @@ -114,6 +116,8 @@ type Campaign struct { SelectiveOptimization *Campaign_SelectiveOptimization `protobuf:"bytes,45,opt,name=selective_optimization,json=selectiveOptimization,proto3" json:"selective_optimization,omitempty"` // Campaign level settings for tracking information. TrackingSetting *Campaign_TrackingSetting `protobuf:"bytes,46,opt,name=tracking_setting,json=trackingSetting,proto3" json:"tracking_setting,omitempty"` + // Payment mode for the campaign. + PaymentMode enums.PaymentModeEnum_PaymentMode `protobuf:"varint,52,opt,name=payment_mode,json=paymentMode,proto3,enum=google.ads.googleads.v1.enums.PaymentModeEnum_PaymentMode" json:"payment_mode,omitempty"` // The bidding strategy for the campaign. // // Must be either portfolio (created via BiddingStrategy service) or @@ -121,6 +125,7 @@ type Campaign struct { // // Types that are valid to be assigned to CampaignBiddingStrategy: // *Campaign_BiddingStrategy + // *Campaign_Commission // *Campaign_ManualCpc // *Campaign_ManualCpm // *Campaign_ManualCpv @@ -142,7 +147,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_b917076c02b5ba7a, []int{0} + return fileDescriptor_campaign_69ab48e7cf16a615, []int{0} } func (m *Campaign) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign.Unmarshal(m, b) @@ -281,6 +286,13 @@ func (m *Campaign) GetGeoTargetTypeSetting() *Campaign_GeoTargetTypeSetting { return nil } +func (m *Campaign) GetAppCampaignSetting() *Campaign_AppCampaignSetting { + if m != nil { + return m.AppCampaignSetting + } + return nil +} + func (m *Campaign) GetCampaignBudget() *wrappers.StringValue { if m != nil { return m.CampaignBudget @@ -351,6 +363,13 @@ func (m *Campaign) GetTrackingSetting() *Campaign_TrackingSetting { return nil } +func (m *Campaign) GetPaymentMode() enums.PaymentModeEnum_PaymentMode { + if m != nil { + return m.PaymentMode + } + return enums.PaymentModeEnum_UNSPECIFIED +} + type isCampaign_CampaignBiddingStrategy interface { isCampaign_CampaignBiddingStrategy() } @@ -359,6 +378,10 @@ type Campaign_BiddingStrategy struct { BiddingStrategy *wrappers.StringValue `protobuf:"bytes,23,opt,name=bidding_strategy,json=biddingStrategy,proto3,oneof"` } +type Campaign_Commission struct { + Commission *common.Commission `protobuf:"bytes,49,opt,name=commission,proto3,oneof"` +} + type Campaign_ManualCpc struct { ManualCpc *common.ManualCpc `protobuf:"bytes,24,opt,name=manual_cpc,json=manualCpc,proto3,oneof"` } @@ -405,6 +428,8 @@ type Campaign_TargetCpm struct { func (*Campaign_BiddingStrategy) isCampaign_CampaignBiddingStrategy() {} +func (*Campaign_Commission) isCampaign_CampaignBiddingStrategy() {} + func (*Campaign_ManualCpc) isCampaign_CampaignBiddingStrategy() {} func (*Campaign_ManualCpm) isCampaign_CampaignBiddingStrategy() {} @@ -441,6 +466,13 @@ func (m *Campaign) GetBiddingStrategy() *wrappers.StringValue { return nil } +func (m *Campaign) GetCommission() *common.Commission { + if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_Commission); ok { + return x.Commission + } + return nil +} + func (m *Campaign) GetManualCpc() *common.ManualCpc { if x, ok := m.GetCampaignBiddingStrategy().(*Campaign_ManualCpc); ok { return x.ManualCpc @@ -522,6 +554,7 @@ func (m *Campaign) GetTargetCpm() *common.TargetCpm { 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_Commission)(nil), (*Campaign_ManualCpc)(nil), (*Campaign_ManualCpm)(nil), (*Campaign_ManualCpv)(nil), @@ -545,6 +578,11 @@ func _Campaign_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.BiddingStrategy); err != nil { return err } + case *Campaign_Commission: + b.EncodeVarint(49<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Commission); err != nil { + return err + } case *Campaign_ManualCpc: b.EncodeVarint(24<<3 | proto.WireBytes) if err := b.EncodeMessage(x.ManualCpc); err != nil { @@ -618,6 +656,14 @@ func _Campaign_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffe err := b.DecodeMessage(msg) m.CampaignBiddingStrategy = &Campaign_BiddingStrategy{msg} return true, err + case 49: // campaign_bidding_strategy.commission + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.Commission) + err := b.DecodeMessage(msg) + m.CampaignBiddingStrategy = &Campaign_Commission{msg} + return true, err case 24: // campaign_bidding_strategy.manual_cpc if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -720,6 +766,11 @@ func _Campaign_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *Campaign_Commission: + s := proto.Size(x.Commission) + 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 @@ -804,7 +855,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_b917076c02b5ba7a, []int{0, 0} + return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 0} } func (m *Campaign_NetworkSettings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_NetworkSettings.Unmarshal(m, b) @@ -865,7 +916,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_b917076c02b5ba7a, []int{0, 1} + return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 1} } func (m *Campaign_HotelSettingInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_HotelSettingInfo.Unmarshal(m, b) @@ -892,70 +943,81 @@ func (m *Campaign_HotelSettingInfo) GetHotelCenterId() *wrappers.Int64Value { 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_b917076c02b5ba7a, []int{0, 2} +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) 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 +var xxx_messageInfo_Campaign_ShoppingSetting proto.InternalMessageInfo -func (m *Campaign_DynamicSearchAdsSetting) GetDomainName() *wrappers.StringValue { +func (m *Campaign_ShoppingSetting) GetMerchantId() *wrappers.Int64Value { if m != nil { - return m.DomainName + return m.MerchantId } return nil } -func (m *Campaign_DynamicSearchAdsSetting) GetLanguageCode() *wrappers.StringValue { +func (m *Campaign_ShoppingSetting) GetSalesCountry() *wrappers.StringValue { if m != nil { - return m.LanguageCode + return m.SalesCountry } return nil } -func (m *Campaign_DynamicSearchAdsSetting) GetUseSuppliedUrlsOnly() *wrappers.BoolValue { +func (m *Campaign_ShoppingSetting) GetCampaignPriority() *wrappers.Int32Value { if m != nil { - return m.UseSuppliedUrlsOnly + return m.CampaignPriority } return nil } -func (m *Campaign_DynamicSearchAdsSetting) GetFeeds() []*wrappers.StringValue { +func (m *Campaign_ShoppingSetting) GetEnableLocal() *wrappers.BoolValue { if m != nil { - return m.Feeds + return m.EnableLocal } return nil } @@ -975,7 +1037,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_b917076c02b5ba7a, []int{0, 3} + return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 3} } func (m *Campaign_GeoTargetTypeSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_GeoTargetTypeSetting.Unmarshal(m, b) @@ -1009,123 +1071,120 @@ func (m *Campaign_GeoTargetTypeSetting) GetNegativeGeoTargetType() enums.Negativ return enums.NegativeGeoTargetTypeEnum_UNSPECIFIED } -// 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 may only be set to false 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:"-"` +// 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_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_b917076c02b5ba7a, []int{0, 4} -} -func (m *Campaign_ShoppingSetting) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_ShoppingSetting.Unmarshal(m, b) +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_ShoppingSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Campaign_ShoppingSetting.Marshal(b, m, deterministic) +func (m *Campaign_VanityPharma) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_VanityPharma.Unmarshal(m, b) } -func (dst *Campaign_ShoppingSetting) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_ShoppingSetting.Merge(dst, src) +func (m *Campaign_VanityPharma) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_VanityPharma.Marshal(b, m, deterministic) } -func (m *Campaign_ShoppingSetting) XXX_Size() int { - return xxx_messageInfo_Campaign_ShoppingSetting.Size(m) +func (dst *Campaign_VanityPharma) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_VanityPharma.Merge(dst, src) } -func (m *Campaign_ShoppingSetting) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_ShoppingSetting.DiscardUnknown(m) +func (m *Campaign_VanityPharma) XXX_Size() int { + return xxx_messageInfo_Campaign_VanityPharma.Size(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_VanityPharma) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_VanityPharma.DiscardUnknown(m) } -func (m *Campaign_ShoppingSetting) GetSalesCountry() *wrappers.StringValue { - if m != nil { - return m.SalesCountry - } - return nil -} +var xxx_messageInfo_Campaign_VanityPharma proto.InternalMessageInfo -func (m *Campaign_ShoppingSetting) GetCampaignPriority() *wrappers.Int32Value { +func (m *Campaign_VanityPharma) GetVanityPharmaDisplayUrlMode() enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode { if m != nil { - return m.CampaignPriority + return m.VanityPharmaDisplayUrlMode } - return nil + return enums.VanityPharmaDisplayUrlModeEnum_UNSPECIFIED } -func (m *Campaign_ShoppingSetting) GetEnableLocal() *wrappers.BoolValue { +func (m *Campaign_VanityPharma) GetVanityPharmaText() enums.VanityPharmaTextEnum_VanityPharmaText { if m != nil { - return m.EnableLocal + return m.VanityPharmaText } - return nil + 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"` +// 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_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_b917076c02b5ba7a, []int{0, 5} +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_SelectiveOptimization) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_SelectiveOptimization.Unmarshal(m, b) +func (m *Campaign_DynamicSearchAdsSetting) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.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_DynamicSearchAdsSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Marshal(b, m, deterministic) } -func (dst *Campaign_SelectiveOptimization) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_SelectiveOptimization.Merge(dst, src) +func (dst *Campaign_DynamicSearchAdsSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Merge(dst, src) } -func (m *Campaign_SelectiveOptimization) XXX_Size() int { - return xxx_messageInfo_Campaign_SelectiveOptimization.Size(m) +func (m *Campaign_DynamicSearchAdsSetting) XXX_Size() int { + return xxx_messageInfo_Campaign_DynamicSearchAdsSetting.Size(m) } -func (m *Campaign_SelectiveOptimization) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_SelectiveOptimization.DiscardUnknown(m) +func (m *Campaign_DynamicSearchAdsSetting) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_DynamicSearchAdsSetting.DiscardUnknown(m) } -var xxx_messageInfo_Campaign_SelectiveOptimization proto.InternalMessageInfo +var xxx_messageInfo_Campaign_DynamicSearchAdsSetting proto.InternalMessageInfo -func (m *Campaign_SelectiveOptimization) GetConversionActions() []*wrappers.StringValue { +func (m *Campaign_DynamicSearchAdsSetting) GetDomainName() *wrappers.StringValue { if m != nil { - return m.ConversionActions + return m.DomainName + } + return nil +} + +func (m *Campaign_DynamicSearchAdsSetting) GetLanguageCode() *wrappers.StringValue { + if m != nil { + return m.LanguageCode + } + return nil +} + +func (m *Campaign_DynamicSearchAdsSetting) GetUseSuppliedUrlsOnly() *wrappers.BoolValue { + if m != nil { + return m.UseSuppliedUrlsOnly + } + return nil +} + +func (m *Campaign_DynamicSearchAdsSetting) GetFeeds() []*wrappers.StringValue { + if m != nil { + return m.Feeds } return nil } @@ -1143,7 +1202,7 @@ func (m *Campaign_TrackingSetting) Reset() { *m = Campaign_TrackingSetti func (m *Campaign_TrackingSetting) String() string { return proto.CompactTextString(m) } func (*Campaign_TrackingSetting) ProtoMessage() {} func (*Campaign_TrackingSetting) Descriptor() ([]byte, []int) { - return fileDescriptor_campaign_b917076c02b5ba7a, []int{0, 6} + return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 6} } func (m *Campaign_TrackingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Campaign_TrackingSetting.Unmarshal(m, b) @@ -1170,196 +1229,258 @@ func (m *Campaign_TrackingSetting) GetTrackingUrl() *wrappers.StringValue { 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.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:"-"` +// Campaign level settings for App Campaigns. +type Campaign_AppCampaignSetting struct { + // Represents the goal which the bidding strategy of this app campaign + // should optimize towards. + BiddingStrategyGoalType enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType `protobuf:"varint,1,opt,name=bidding_strategy_goal_type,json=biddingStrategyGoalType,proto3,enum=google.ads.googleads.v1.enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType" json:"bidding_strategy_goal_type,omitempty"` + // A string that uniquely identifies a mobile application. + AppId *wrappers.StringValue `protobuf:"bytes,2,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` + // The application store that distributes this specific app. + AppStore enums.AppCampaignAppStoreEnum_AppCampaignAppStore `protobuf:"varint,3,opt,name=app_store,json=appStore,proto3,enum=google.ads.googleads.v1.enums.AppCampaignAppStoreEnum_AppCampaignAppStore" json:"app_store,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } -func (m *Campaign_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_b917076c02b5ba7a, []int{0, 7} +func (m *Campaign_AppCampaignSetting) Reset() { *m = Campaign_AppCampaignSetting{} } +func (m *Campaign_AppCampaignSetting) String() string { return proto.CompactTextString(m) } +func (*Campaign_AppCampaignSetting) ProtoMessage() {} +func (*Campaign_AppCampaignSetting) Descriptor() ([]byte, []int) { + return fileDescriptor_campaign_69ab48e7cf16a615, []int{0, 7} } -func (m *Campaign_VanityPharma) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Campaign_VanityPharma.Unmarshal(m, b) +func (m *Campaign_AppCampaignSetting) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Campaign_AppCampaignSetting.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_AppCampaignSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Campaign_AppCampaignSetting.Marshal(b, m, deterministic) } -func (dst *Campaign_VanityPharma) XXX_Merge(src proto.Message) { - xxx_messageInfo_Campaign_VanityPharma.Merge(dst, src) +func (dst *Campaign_AppCampaignSetting) XXX_Merge(src proto.Message) { + xxx_messageInfo_Campaign_AppCampaignSetting.Merge(dst, src) } -func (m *Campaign_VanityPharma) XXX_Size() int { - return xxx_messageInfo_Campaign_VanityPharma.Size(m) +func (m *Campaign_AppCampaignSetting) XXX_Size() int { + return xxx_messageInfo_Campaign_AppCampaignSetting.Size(m) } -func (m *Campaign_VanityPharma) XXX_DiscardUnknown() { - xxx_messageInfo_Campaign_VanityPharma.DiscardUnknown(m) +func (m *Campaign_AppCampaignSetting) XXX_DiscardUnknown() { + xxx_messageInfo_Campaign_AppCampaignSetting.DiscardUnknown(m) } -var xxx_messageInfo_Campaign_VanityPharma proto.InternalMessageInfo +var xxx_messageInfo_Campaign_AppCampaignSetting proto.InternalMessageInfo -func (m *Campaign_VanityPharma) GetVanityPharmaDisplayUrlMode() enums.VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode { +func (m *Campaign_AppCampaignSetting) GetBiddingStrategyGoalType() enums.AppCampaignBiddingStrategyGoalTypeEnum_AppCampaignBiddingStrategyGoalType { if m != nil { - return m.VanityPharmaDisplayUrlMode + return m.BiddingStrategyGoalType } - return enums.VanityPharmaDisplayUrlModeEnum_UNSPECIFIED + return enums.AppCampaignBiddingStrategyGoalTypeEnum_UNSPECIFIED } -func (m *Campaign_VanityPharma) GetVanityPharmaText() enums.VanityPharmaTextEnum_VanityPharmaText { +func (m *Campaign_AppCampaignSetting) GetAppId() *wrappers.StringValue { if m != nil { - return m.VanityPharmaText + return m.AppId } - return enums.VanityPharmaTextEnum_UNSPECIFIED + return nil +} + +func (m *Campaign_AppCampaignSetting) GetAppStore() enums.AppCampaignAppStoreEnum_AppCampaignAppStore { + if m != nil { + return m.AppStore + } + 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:"-"` +} + +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_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.v1.resources.Campaign") proto.RegisterType((*Campaign_NetworkSettings)(nil), "google.ads.googleads.v1.resources.Campaign.NetworkSettings") proto.RegisterType((*Campaign_HotelSettingInfo)(nil), "google.ads.googleads.v1.resources.Campaign.HotelSettingInfo") - proto.RegisterType((*Campaign_DynamicSearchAdsSetting)(nil), "google.ads.googleads.v1.resources.Campaign.DynamicSearchAdsSetting") - proto.RegisterType((*Campaign_GeoTargetTypeSetting)(nil), "google.ads.googleads.v1.resources.Campaign.GeoTargetTypeSetting") proto.RegisterType((*Campaign_ShoppingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.ShoppingSetting") - proto.RegisterType((*Campaign_SelectiveOptimization)(nil), "google.ads.googleads.v1.resources.Campaign.SelectiveOptimization") - proto.RegisterType((*Campaign_TrackingSetting)(nil), "google.ads.googleads.v1.resources.Campaign.TrackingSetting") + proto.RegisterType((*Campaign_GeoTargetTypeSetting)(nil), "google.ads.googleads.v1.resources.Campaign.GeoTargetTypeSetting") proto.RegisterType((*Campaign_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_SelectiveOptimization)(nil), "google.ads.googleads.v1.resources.Campaign.SelectiveOptimization") } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign.proto", fileDescriptor_campaign_b917076c02b5ba7a) -} - -var fileDescriptor_campaign_b917076c02b5ba7a = []byte{ - // 1975 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x59, 0x4d, 0x73, 0xdb, 0xc8, - 0xd1, 0x16, 0xe9, 0x8f, 0xd7, 0x1e, 0x7d, 0x7a, 0x24, 0x4a, 0x10, 0xe5, 0xf5, 0x2b, 0x6f, 0xe2, - 0x44, 0xbb, 0xde, 0x90, 0x96, 0x9c, 0xf5, 0x26, 0xb2, 0x37, 0x31, 0x45, 0x7b, 0x2d, 0x39, 0x6b, - 0x99, 0x05, 0xca, 0x8a, 0x6b, 0xcb, 0x2e, 0xd4, 0x10, 0x18, 0x92, 0xa8, 0x05, 0x66, 0xb0, 0x33, - 0x03, 0x5a, 0xcc, 0x21, 0x95, 0x5b, 0xaa, 0x72, 0x4f, 0xe5, 0x90, 0x54, 0xe5, 0xe3, 0xb8, 0x3f, - 0x24, 0x87, 0xfc, 0x8a, 0x9c, 0xf3, 0x13, 0x72, 0x4a, 0x61, 0x66, 0x00, 0x81, 0x24, 0x48, 0x80, - 0x37, 0xa2, 0xbb, 0x9f, 0xa7, 0x1b, 0x3d, 0x3d, 0x3d, 0x8d, 0x21, 0x78, 0xd0, 0xa3, 0xb4, 0xe7, - 0xe1, 0x3a, 0x72, 0x78, 0x5d, 0xfd, 0x8c, 0x7e, 0x0d, 0xf6, 0xeb, 0x0c, 0x73, 0x1a, 0x32, 0x1b, - 0xf3, 0xba, 0x8d, 0xfc, 0x00, 0xb9, 0x3d, 0x52, 0x0b, 0x18, 0x15, 0x14, 0xde, 0x55, 0x66, 0x35, - 0xe4, 0xf0, 0x5a, 0x82, 0xa8, 0x0d, 0xf6, 0x6b, 0x09, 0xa2, 0xfa, 0xd9, 0x34, 0x52, 0x9b, 0xfa, - 0x3e, 0x25, 0xf5, 0x8e, 0xeb, 0x38, 0x2e, 0xe9, 0x29, 0xc2, 0xea, 0xe7, 0x39, 0xd6, 0x76, 0xc8, - 0x05, 0xf5, 0xad, 0x00, 0x31, 0xe4, 0x63, 0x81, 0x99, 0x86, 0x1d, 0xe4, 0xc0, 0xba, 0x0c, 0x7f, - 0x17, 0x62, 0x62, 0x0f, 0x2d, 0x1b, 0x05, 0x1a, 0xf3, 0x8b, 0x1c, 0x0c, 0xc3, 0xc8, 0xb3, 0x84, - 0xeb, 0x63, 0x4b, 0x87, 0x68, 0x71, 0x2c, 0xc4, 0x65, 0xa8, 0x8f, 0x72, 0xf0, 0x02, 0xb1, 0x1e, - 0x16, 0x93, 0xb8, 0xa3, 0x69, 0x38, 0x4c, 0x42, 0x9f, 0xd7, 0x91, 0x63, 0x71, 0xcc, 0x06, 0x11, - 0x8e, 0x06, 0xc2, 0xf5, 0xdd, 0xdf, 0x20, 0xe1, 0x52, 0x62, 0x71, 0x81, 0x44, 0xc8, 0x35, 0xc7, - 0xd3, 0x3c, 0x8e, 0x01, 0x66, 0xc2, 0xe5, 0x11, 0x89, 0xdd, 0x47, 0x84, 0x60, 0xcf, 0xe2, 0x61, - 0xc7, 0x12, 0xc3, 0x00, 0x6b, 0x86, 0x27, 0xf3, 0x33, 0xa4, 0xd0, 0x3f, 0x9f, 0x8d, 0x4e, 0x12, - 0x26, 0x18, 0x12, 0xb8, 0x37, 0x9c, 0xc3, 0x71, 0x87, 0x21, 0xe2, 0x58, 0x1c, 0x75, 0xb1, 0x18, - 0x5a, 0x3c, 0x74, 0x05, 0xea, 0xb8, 0x9e, 0x2b, 0x86, 0x1a, 0xfd, 0x78, 0x36, 0x3a, 0x2e, 0xcf, - 0x24, 0x85, 0x23, 0x59, 0x7b, 0x58, 0x14, 0x9c, 0x06, 0xe5, 0xc4, 0x4b, 0x70, 0x0f, 0x09, 0x77, - 0x80, 0xad, 0x1e, 0xa6, 0x96, 0x5a, 0xf2, 0x39, 0xde, 0x36, 0xa0, 0xdc, 0x9d, 0x81, 0xce, 0x29, - 0x95, 0x01, 0x22, 0xae, 0x18, 0x5a, 0x41, 0x1f, 0x31, 0x1f, 0x59, 0x8e, 0xcb, 0x03, 0x0f, 0x0d, - 0xad, 0x90, 0x79, 0x96, 0x4f, 0x1d, 0x9c, 0x57, 0xa6, 0x59, 0x1c, 0x02, 0x5f, 0x08, 0x8d, 0xbb, - 0xa3, 0x71, 0xf2, 0xa9, 0x13, 0x76, 0xeb, 0x1f, 0x18, 0x0a, 0x02, 0xcc, 0xe2, 0xbc, 0xdc, 0x8e, - 0x79, 0x03, 0xb7, 0x8e, 0x08, 0xa1, 0x42, 0x96, 0xa9, 0xd6, 0x7e, 0xfc, 0xcf, 0xfb, 0xe0, 0x46, - 0x53, 0xe7, 0x13, 0xfe, 0x00, 0x2c, 0xc7, 0xfd, 0xc0, 0x22, 0xc8, 0xc7, 0x46, 0x69, 0xb7, 0xb4, - 0x77, 0xd3, 0x5c, 0x8a, 0x85, 0xa7, 0xc8, 0xc7, 0xf0, 0x3e, 0x28, 0xbb, 0x8e, 0x71, 0x65, 0xb7, - 0xb4, 0xb7, 0x78, 0xb0, 0xa3, 0x9b, 0x49, 0x2d, 0x76, 0x5e, 0x3b, 0x21, 0xe2, 0xd1, 0x4f, 0xcf, - 0x91, 0x17, 0x62, 0xb3, 0xec, 0x3a, 0xf0, 0x01, 0xb8, 0x2a, 0x89, 0xae, 0x4a, 0xf3, 0xdb, 0x13, - 0xe6, 0x6d, 0xc1, 0x5c, 0xd2, 0x53, 0xf6, 0xd2, 0x12, 0xbe, 0x05, 0xd7, 0xd5, 0xb2, 0x1a, 0xd7, - 0x76, 0x4b, 0x7b, 0x2b, 0x07, 0x4f, 0x6b, 0xd3, 0x5a, 0x97, 0xcc, 0x4b, 0x2d, 0x0e, 0xbe, 0x2d, - 0x41, 0xcf, 0x49, 0xe8, 0x8f, 0x89, 0x4c, 0xcd, 0x07, 0x43, 0xb0, 0x32, 0x5a, 0x6d, 0x46, 0x45, - 0x7a, 0x38, 0x2d, 0xea, 0x41, 0x81, 0xb3, 0x1c, 0xa5, 0x35, 0xe6, 0x32, 0x4f, 0x3f, 0xc2, 0xbf, - 0x96, 0xc0, 0x9d, 0xd9, 0xbd, 0xc2, 0xb8, 0x21, 0xe3, 0xf8, 0x26, 0x27, 0x8e, 0x86, 0xa3, 0xfd, - 0xbc, 0x4e, 0x51, 0xa4, 0xa2, 0x99, 0xa1, 0x37, 0x77, 0xd0, 0x74, 0x25, 0xfc, 0x43, 0x09, 0x18, - 0xd3, 0xfa, 0x88, 0x71, 0x53, 0xc6, 0xd6, 0xca, 0x8d, 0x2d, 0x81, 0x37, 0x15, 0xfa, 0x6c, 0x18, - 0x60, 0x1d, 0x56, 0x96, 0xca, 0xdc, 0x44, 0x99, 0x72, 0xf8, 0xa7, 0x12, 0xb8, 0x3d, 0xab, 0x2d, - 0x1a, 0x40, 0x06, 0x74, 0x3e, 0x77, 0x40, 0xed, 0xb0, 0x33, 0x23, 0x26, 0xad, 0x35, 0xb7, 0xd1, - 0x34, 0x15, 0x6c, 0x81, 0x8a, 0x60, 0xc8, 0xfe, 0x36, 0x8a, 0x2a, 0xda, 0xbb, 0x02, 0xfb, 0x81, - 0x87, 0x04, 0x36, 0x16, 0x0b, 0x14, 0xf7, 0x7a, 0x0c, 0x7d, 0xc3, 0xbc, 0x33, 0x0d, 0x84, 0x36, - 0xa8, 0x44, 0x44, 0xe3, 0x67, 0x25, 0x37, 0x96, 0x76, 0xaf, 0xec, 0x2d, 0x1e, 0xd4, 0xa7, 0xbe, - 0xa3, 0x3a, 0xb9, 0x6a, 0x4d, 0x09, 0x6c, 0xc5, 0x38, 0x73, 0x3d, 0x64, 0xde, 0x98, 0x8c, 0xc3, - 0xef, 0xc0, 0xf6, 0xd4, 0x13, 0xd2, 0xf8, 0xb1, 0x0c, 0xfd, 0x51, 0x9e, 0x23, 0x13, 0x23, 0xef, - 0xcc, 0xf5, 0xf1, 0x91, 0x82, 0xb7, 0x15, 0xda, 0xdc, 0x64, 0x99, 0x72, 0xd8, 0x05, 0x6b, 0x04, - 0x8b, 0x0f, 0x94, 0x7d, 0x1b, 0x3b, 0xe2, 0xc6, 0x8a, 0xf4, 0xf4, 0xb8, 0x96, 0x3b, 0x88, 0x24, - 0xbb, 0xaa, 0x76, 0xaa, 0x38, 0x34, 0x2b, 0x37, 0x57, 0xc9, 0xa8, 0x00, 0x22, 0xb0, 0xdc, 0xa7, - 0x22, 0x2a, 0x0e, 0xfd, 0x3a, 0xbb, 0xd2, 0xc9, 0x93, 0x79, 0x9c, 0x1c, 0x47, 0x04, 0x9a, 0xf1, - 0x84, 0x74, 0xa9, 0xb9, 0xd4, 0x4f, 0x49, 0xe0, 0xef, 0x4a, 0xa0, 0xea, 0x0c, 0x09, 0xf2, 0x5d, - 0xdb, 0xe2, 0x18, 0x31, 0xbb, 0x6f, 0x21, 0x87, 0x27, 0x0e, 0xef, 0x4a, 0x87, 0xcd, 0x79, 0x1c, - 0x3e, 0x53, 0x6c, 0x6d, 0x49, 0xd6, 0x70, 0x78, 0x9c, 0xcc, 0x2d, 0x27, 0x5b, 0x11, 0x65, 0x93, - 0xf7, 0x69, 0x10, 0xa4, 0xd7, 0xed, 0x87, 0xf3, 0x67, 0xb3, 0xad, 0x39, 0x62, 0x7f, 0xab, 0x7c, - 0x54, 0x00, 0xdf, 0x83, 0x5b, 0x13, 0xa3, 0x90, 0x71, 0x5f, 0x3a, 0x7a, 0x90, 0x57, 0x20, 0x67, - 0x31, 0x30, 0x66, 0x5f, 0x13, 0x63, 0x12, 0xf8, 0x01, 0x6c, 0x8d, 0x1d, 0x9e, 0x89, 0x93, 0xba, - 0x74, 0xf2, 0x74, 0x9e, 0xb7, 0x79, 0x81, 0xa9, 0xf2, 0x19, 0x6d, 0xcd, 0xd8, 0xe9, 0x46, 0x2f, - 0x43, 0x0a, 0x9f, 0x83, 0xd5, 0x64, 0x62, 0xe8, 0x84, 0x4e, 0x0f, 0x0b, 0xe3, 0x7a, 0x81, 0x1d, - 0xbb, 0x12, 0x83, 0x8e, 0x24, 0x06, 0xfe, 0x16, 0x54, 0x32, 0xc7, 0x25, 0x63, 0x53, 0x36, 0xa4, - 0x97, 0x39, 0x0d, 0x29, 0xde, 0x22, 0x1a, 0x9a, 0xb4, 0xa2, 0x0c, 0xb9, 0xb9, 0xde, 0x99, 0x14, - 0xc2, 0xc7, 0x00, 0x70, 0x81, 0x98, 0xb0, 0x9c, 0xa8, 0xe7, 0xac, 0x17, 0x78, 0x83, 0x9b, 0xd2, - 0xfe, 0x59, 0xd4, 0x69, 0xbe, 0x00, 0x37, 0x30, 0x71, 0x14, 0x74, 0xa3, 0x00, 0xf4, 0xff, 0x30, - 0x71, 0x24, 0xf0, 0x2b, 0xb0, 0xd6, 0x75, 0x09, 0xf2, 0x64, 0xc7, 0xe3, 0x61, 0xb7, 0xeb, 0x5e, - 0x18, 0x3f, 0x2a, 0x92, 0x3d, 0x89, 0x7a, 0xc3, 0xbc, 0xb6, 0xc4, 0xc0, 0xb7, 0x60, 0x65, 0x64, - 0xb6, 0xe7, 0xc6, 0x9e, 0xec, 0x71, 0xfb, 0x79, 0x95, 0xf5, 0x55, 0x8c, 0x6a, 0xa2, 0xe0, 0x39, - 0x11, 0x6c, 0x68, 0x2e, 0x77, 0x53, 0x22, 0x0e, 0xff, 0x58, 0x02, 0x77, 0x06, 0xae, 0x83, 0xa9, - 0x35, 0x6d, 0x24, 0x35, 0x3e, 0x2d, 0x74, 0x86, 0x1d, 0x45, 0xf0, 0xb6, 0x44, 0xb7, 0x2f, 0xc1, - 0x6a, 0x91, 0x32, 0x55, 0xe6, 0x8e, 0xf4, 0x9b, 0xad, 0x84, 0xef, 0xc1, 0xf2, 0xc8, 0xcc, 0x66, - 0x7c, 0x26, 0xd3, 0xf6, 0xb3, 0x79, 0xaa, 0xfc, 0x5c, 0x12, 0xb4, 0x24, 0xde, 0x5c, 0x1a, 0xa4, - 0x9e, 0xe0, 0x05, 0xd8, 0xe4, 0xd8, 0xc3, 0xb6, 0x9c, 0x4a, 0xd3, 0x43, 0x85, 0xf1, 0x13, 0xe9, - 0xa7, 0x31, 0x57, 0x6f, 0x88, 0x99, 0xd2, 0xd3, 0x81, 0x59, 0xe1, 0x59, 0xe2, 0xa8, 0x1f, 0x25, - 0xe7, 0x60, 0xbc, 0x83, 0x6b, 0xf3, 0xf7, 0xa3, 0x33, 0xcd, 0x91, 0xf4, 0x23, 0x31, 0x2a, 0x80, - 0x27, 0x60, 0x6d, 0x7c, 0xc3, 0x19, 0x5b, 0xf9, 0xa5, 0x77, 0xbc, 0x60, 0xae, 0x8e, 0xed, 0x1f, - 0xf8, 0x12, 0x00, 0x1f, 0x91, 0x10, 0x79, 0x96, 0x1d, 0xd8, 0x86, 0x21, 0x49, 0x3e, 0xc9, 0xab, - 0xbc, 0x57, 0x12, 0xd1, 0x0c, 0xec, 0xe3, 0x05, 0xf3, 0xa6, 0x1f, 0x3f, 0x8c, 0x70, 0xf9, 0xc6, - 0xf6, 0x7c, 0x5c, 0x7e, 0x9a, 0xcb, 0x1f, 0xe1, 0x1a, 0x18, 0xf7, 0xe6, 0xe3, 0x1a, 0xa4, 0xb9, - 0x06, 0xb0, 0x0f, 0x36, 0x7c, 0x74, 0x11, 0x2d, 0x13, 0xb6, 0x6c, 0x4a, 0x06, 0x98, 0xf1, 0x68, - 0xce, 0x37, 0xee, 0x48, 0xd6, 0x87, 0xf9, 0xac, 0x0a, 0xdb, 0xbc, 0x84, 0x1e, 0x2f, 0x98, 0xeb, - 0xfe, 0xa4, 0x18, 0x86, 0x60, 0x3b, 0xc3, 0x93, 0x35, 0x88, 0xb2, 0x6f, 0xfc, 0xbf, 0x74, 0xf7, - 0xc5, 0xfc, 0xee, 0xe2, 0xc5, 0xdb, 0xf2, 0xb3, 0x55, 0x51, 0xb2, 0xf4, 0xe1, 0x61, 0x07, 0xc8, - 0xa8, 0x16, 0x4b, 0x96, 0x3a, 0x0e, 0x9a, 0x01, 0x8a, 0x92, 0x25, 0xe2, 0x07, 0x48, 0xc1, 0x96, - 0xe6, 0x72, 0xfd, 0x80, 0x61, 0x2e, 0x5f, 0x80, 0xf7, 0x11, 0xc3, 0xc6, 0x03, 0x49, 0xfc, 0x79, - 0x31, 0xe2, 0x93, 0x04, 0xdd, 0x8e, 0xc0, 0xc7, 0x0b, 0x66, 0x45, 0x64, 0x29, 0xe0, 0x2b, 0xb0, - 0xa8, 0x1d, 0x32, 0x8a, 0xb8, 0xf1, 0x91, 0x74, 0xf2, 0x69, 0x31, 0x27, 0x26, 0x45, 0xd1, 0x5a, - 0xe8, 0xb7, 0x8f, 0x9e, 0x60, 0x0b, 0x2c, 0x69, 0x3a, 0x1e, 0x60, 0xe2, 0x18, 0x3b, 0x92, 0xef, - 0x7e, 0x31, 0xbe, 0x76, 0x04, 0x39, 0x5e, 0x30, 0x75, 0x44, 0xf2, 0x31, 0x0a, 0x30, 0xc0, 0xcc, - 0xc6, 0x44, 0xc8, 0x3d, 0xf2, 0x71, 0xb1, 0x00, 0x5b, 0x0a, 0xa2, 0x36, 0x09, 0x08, 0x92, 0xa7, - 0x91, 0xc5, 0xf2, 0x8d, 0x4f, 0xe6, 0x5b, 0x2c, 0x3f, 0xbd, 0x58, 0x7e, 0xf5, 0xdf, 0x65, 0xb0, - 0x3a, 0x36, 0x0b, 0xc2, 0xaf, 0xc1, 0x86, 0xe6, 0x57, 0x44, 0x7a, 0x38, 0x93, 0x5f, 0xac, 0x8b, - 0x07, 0xd5, 0x89, 0x06, 0x71, 0x44, 0xa9, 0xa7, 0x4e, 0x26, 0xa8, 0x70, 0x2f, 0xa4, 0x81, 0x1a, - 0xb6, 0xe0, 0x29, 0xa8, 0xc4, 0xe9, 0x54, 0x33, 0x9e, 0x9e, 0x34, 0x8d, 0x72, 0x2e, 0xdd, 0xba, - 0x4e, 0xa2, 0xc4, 0xe9, 0x28, 0x61, 0x0b, 0x6c, 0xc6, 0x6f, 0x4f, 0x89, 0x88, 0x72, 0x1a, 0x13, - 0x5e, 0xc9, 0x25, 0xd4, 0xef, 0xd5, 0x54, 0xc0, 0x98, 0xf1, 0x3d, 0xf8, 0x48, 0x33, 0x06, 0x88, - 0x09, 0x82, 0xd9, 0x78, 0xa4, 0x57, 0x73, 0x89, 0xab, 0x8a, 0xa0, 0xa5, 0xf0, 0x23, 0x01, 0x57, - 0x7f, 0x0d, 0xd6, 0xc6, 0x07, 0x61, 0xd8, 0x04, 0xab, 0x6a, 0xba, 0x8e, 0xd6, 0x14, 0x33, 0xcb, - 0x75, 0x74, 0x76, 0x67, 0x7e, 0xf5, 0xab, 0x89, 0xbc, 0x29, 0x21, 0x27, 0x4e, 0xf5, 0x6f, 0x65, - 0xb0, 0x35, 0x65, 0xe2, 0x85, 0x5f, 0x82, 0x45, 0x87, 0xfa, 0xc8, 0x25, 0x97, 0x97, 0x0d, 0x79, - 0x63, 0x05, 0x50, 0x00, 0x79, 0x11, 0xd1, 0x00, 0xcb, 0x1e, 0x22, 0xbd, 0x10, 0xf5, 0xa2, 0x36, - 0xe4, 0x60, 0xbd, 0x58, 0xb3, 0x09, 0x96, 0x62, 0x48, 0x93, 0x3a, 0x18, 0xbe, 0x06, 0x9b, 0x21, - 0xc7, 0x16, 0x0f, 0x83, 0xc0, 0x73, 0xb1, 0x13, 0x0d, 0x39, 0xdc, 0xa2, 0xc4, 0x1b, 0x16, 0x58, - 0xa7, 0xf5, 0x90, 0xe3, 0xb6, 0x06, 0xbe, 0x61, 0x1e, 0x7f, 0x4d, 0xbc, 0x21, 0x3c, 0x00, 0xd7, - 0xba, 0x18, 0x3b, 0xdc, 0xb8, 0x26, 0xa7, 0x9b, 0xd9, 0xb1, 0x28, 0xd3, 0xea, 0xf7, 0x65, 0xb0, - 0x91, 0x35, 0xce, 0xc2, 0xdf, 0x97, 0x80, 0x31, 0xed, 0xe2, 0x49, 0x66, 0x2b, 0xff, 0xee, 0xa2, - 0xa5, 0xe1, 0x23, 0xfc, 0x72, 0xa4, 0xc9, 0xd4, 0x98, 0x95, 0x20, 0x4b, 0x2c, 0x23, 0x99, 0x76, - 0x81, 0x26, 0xd3, 0x9e, 0x1f, 0xc9, 0xa9, 0x86, 0x4f, 0x46, 0x92, 0xa9, 0x31, 0x2b, 0x24, 0x4b, - 0x5c, 0xfd, 0x73, 0x19, 0xac, 0x8e, 0x7d, 0xc9, 0xc0, 0x27, 0x60, 0xd1, 0xc7, 0xcc, 0xee, 0x23, - 0x22, 0x0a, 0x16, 0x29, 0x88, 0xed, 0x4f, 0x9c, 0xa8, 0x8c, 0x38, 0xf2, 0x30, 0xb7, 0x6c, 0x1a, - 0x46, 0xf3, 0x65, 0xb1, 0x32, 0x92, 0x90, 0xa6, 0x42, 0xc0, 0x63, 0x70, 0x2b, 0xf9, 0xc2, 0x08, - 0x98, 0x4b, 0x59, 0x34, 0x74, 0xce, 0xb8, 0x21, 0x7b, 0x78, 0xa0, 0x58, 0xd6, 0x62, 0x54, 0x4b, - 0x83, 0xe0, 0x97, 0x60, 0x09, 0x13, 0xd4, 0xf1, 0xb0, 0xe5, 0x51, 0x1b, 0x79, 0x05, 0x76, 0xf5, - 0xa2, 0xb2, 0xff, 0x3a, 0x32, 0xaf, 0x3a, 0xa0, 0x92, 0x39, 0xca, 0xc1, 0x5f, 0x01, 0x98, 0x3a, - 0xa9, 0x91, 0x2d, 0xaf, 0x00, 0x8d, 0x52, 0x81, 0x22, 0xbd, 0x75, 0x89, 0x6b, 0x28, 0x58, 0xd5, - 0x04, 0xab, 0x63, 0xc3, 0x1b, 0xfc, 0x25, 0x58, 0x4a, 0xdf, 0x8d, 0x14, 0xda, 0xcb, 0x8b, 0xa9, - 0x2b, 0x91, 0xea, 0xdf, 0xcb, 0x60, 0x29, 0x3d, 0xed, 0xc2, 0xbf, 0x44, 0x63, 0xfd, 0xcc, 0x7b, - 0x53, 0xbd, 0x05, 0xde, 0xe6, 0x14, 0x5e, 0x9a, 0xf5, 0x99, 0xa2, 0x78, 0xc3, 0xbc, 0x57, 0xd4, - 0x51, 0xd5, 0x37, 0x5d, 0x6d, 0x56, 0x07, 0x53, 0x75, 0x90, 0x01, 0x38, 0x79, 0x23, 0xab, 0xb7, - 0xc2, 0xb3, 0x39, 0x22, 0x3a, 0xc3, 0x17, 0x62, 0x22, 0x8e, 0x48, 0x68, 0xae, 0x0d, 0xc6, 0x24, - 0x47, 0x3b, 0x60, 0xfb, 0xf2, 0x43, 0x76, 0x6c, 0x32, 0x3e, 0xfa, 0x6f, 0x09, 0xdc, 0xb3, 0xa9, - 0x9f, 0x3f, 0x81, 0x1f, 0x2d, 0x37, 0x93, 0xaa, 0xa3, 0x82, 0xb6, 0x4a, 0xdf, 0xbc, 0xd4, 0x98, - 0x1e, 0x8d, 0x9a, 0x63, 0x8d, 0xb2, 0x5e, 0xbd, 0x87, 0x89, 0x5c, 0xb3, 0xf8, 0x26, 0x3a, 0x70, - 0xf9, 0x8c, 0x7f, 0x9b, 0x1e, 0x27, 0xbf, 0xfe, 0x51, 0xbe, 0xf2, 0xa2, 0xd1, 0xf8, 0xbe, 0x7c, - 0x57, 0x1d, 0xaf, 0xb5, 0x86, 0xc3, 0x6b, 0xea, 0x67, 0xf4, 0xeb, 0x7c, 0xbf, 0x66, 0xc6, 0x96, - 0xff, 0x8a, 0x6d, 0xde, 0x35, 0x1c, 0xfe, 0x2e, 0xb1, 0x79, 0x77, 0xbe, 0xff, 0x2e, 0xb1, 0xf9, - 0x4f, 0xf9, 0x9e, 0x52, 0x1c, 0x1e, 0x36, 0x1c, 0x7e, 0x78, 0x98, 0x58, 0x1d, 0x1e, 0x9e, 0xef, - 0x1f, 0x1e, 0x26, 0x76, 0x9d, 0xeb, 0x32, 0xd8, 0x87, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x11, - 0x70, 0x61, 0xb0, 0x19, 0x1b, 0x00, 0x00, + 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, } 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 100a001f3dcd2fbc756668c29429e9656d77c88b..b73995c6460be1d470cd83f38b05fa7fcc32d16e 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_f5a860cd948dc65c, []int{0} + return fileDescriptor_campaign_audience_view_904df0505f18d319, []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_f5a860cd948dc65c) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_audience_view.proto", fileDescriptor_campaign_audience_view_904df0505f18d319) } -var fileDescriptor_campaign_audience_view_f5a860cd948dc65c = []byte{ +var fileDescriptor_campaign_audience_view_904df0505f18d319 = []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 4918d000758241871016cf90d36a49614a35a76a..223380303e25352bdc9f9ecf18426f6ae3eef964 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_84a465f8617851ab, []int{0} + return fileDescriptor_campaign_bid_modifier_a5c42e12d670ab18, []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_84a465f8617851ab) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_bid_modifier.proto", fileDescriptor_campaign_bid_modifier_a5c42e12d670ab18) } -var fileDescriptor_campaign_bid_modifier_84a465f8617851ab = []byte{ +var fileDescriptor_campaign_bid_modifier_a5c42e12d670ab18 = []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 77176bbabaf4120a34d8dde0adb6097395419d51..a680b536a52cca219f393227a2df60233950cd39 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_budget.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_budget.pb.go @@ -111,16 +111,18 @@ type CampaignBudget struct { // // 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:"-"` + // The type of the campaign budget. + Type enums.BudgetTypeEnum_BudgetType `protobuf:"varint,18,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.BudgetTypeEnum_BudgetType" json:"type,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_13a5491b14476a5d, []int{0} + return fileDescriptor_campaign_budget_a7f53c1a4a44d279, []int{0} } func (m *CampaignBudget) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBudget.Unmarshal(m, b) @@ -252,60 +254,68 @@ func (m *CampaignBudget) GetRecommendedBudgetEstimatedChangeWeeklyViews() *wrapp return nil } +func (m *CampaignBudget) GetType() enums.BudgetTypeEnum_BudgetType { + if m != nil { + return m.Type + } + return enums.BudgetTypeEnum_UNSPECIFIED +} + func init() { proto.RegisterType((*CampaignBudget)(nil), "google.ads.googleads.v1.resources.CampaignBudget") } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_budget.proto", fileDescriptor_campaign_budget_13a5491b14476a5d) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_budget.proto", fileDescriptor_campaign_budget_a7f53c1a4a44d279) } -var fileDescriptor_campaign_budget_13a5491b14476a5d = []byte{ - // 724 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xdf, 0x4e, 0xdc, 0x46, - 0x14, 0xc6, 0xe5, 0x85, 0xd2, 0x32, 0xc0, 0x02, 0xa6, 0xaa, 0x2c, 0x4a, 0xab, 0xa5, 0x15, 0x12, - 0x12, 0x95, 0xcd, 0xd2, 0x0a, 0x24, 0xb7, 0x17, 0xdd, 0x5d, 0x10, 0xa2, 0x0d, 0xd1, 0x6a, 0x89, - 0x36, 0x52, 0xb4, 0x92, 0x35, 0x78, 0x0e, 0xde, 0x11, 0xf6, 0x8c, 0x35, 0x33, 0x5e, 0xc2, 0x5d, - 0x14, 0xe5, 0x36, 0x52, 0x9e, 0x21, 0x97, 0x79, 0x86, 0x3c, 0x41, 0x1e, 0x25, 0x4f, 0x11, 0xed, - 0xf8, 0x0f, 0xfb, 0x27, 0xc4, 0xbb, 0x77, 0xe3, 0x99, 0xf3, 0xfd, 0xe6, 0x9b, 0xcf, 0xc7, 0x1e, - 0x74, 0x12, 0x70, 0x1e, 0x84, 0xe0, 0x60, 0x22, 0x9d, 0x74, 0x38, 0x1c, 0x0d, 0xea, 0x8e, 0x00, - 0xc9, 0x13, 0xe1, 0x83, 0x74, 0x7c, 0x1c, 0xc5, 0x98, 0x06, 0xcc, 0xbb, 0x4e, 0x48, 0x00, 0xca, - 0x8e, 0x05, 0x57, 0xdc, 0xdc, 0x4d, 0xab, 0x6d, 0x4c, 0xa4, 0x5d, 0x08, 0xed, 0x41, 0xdd, 0x2e, - 0x84, 0xdb, 0xee, 0x63, 0x6c, 0x60, 0x49, 0x24, 0x9d, 0x14, 0xe7, 0x11, 0x08, 0xe9, 0x00, 0xc4, - 0xbd, 0x17, 0x81, 0xea, 0x73, 0x92, 0xe2, 0xb7, 0xeb, 0x33, 0x69, 0x63, 0x10, 0x74, 0x4e, 0x89, - 0x54, 0x58, 0x25, 0x32, 0x93, 0xfc, 0x9a, 0x49, 0xf4, 0xd3, 0x75, 0x72, 0xe3, 0xdc, 0x09, 0x1c, - 0xc7, 0x20, 0xf2, 0xf5, 0x9d, 0x1c, 0x19, 0x53, 0x07, 0x33, 0xc6, 0x15, 0x56, 0x94, 0xb3, 0x6c, - 0xf5, 0xb7, 0x8f, 0x2b, 0xa8, 0xda, 0xca, 0xc2, 0x69, 0x6a, 0xba, 0xf9, 0x3b, 0x5a, 0xcb, 0xcf, - 0xef, 0x31, 0x1c, 0x81, 0x65, 0xd4, 0x8c, 0xfd, 0xe5, 0xce, 0x6a, 0x3e, 0xf9, 0x14, 0x47, 0x60, - 0x1e, 0xa0, 0x0a, 0x25, 0xd6, 0x42, 0xcd, 0xd8, 0x5f, 0x39, 0xfa, 0x39, 0x0b, 0xcf, 0xce, 0x2d, - 0xd8, 0x17, 0x4c, 0x1d, 0xff, 0xd5, 0xc5, 0x61, 0x02, 0x9d, 0x0a, 0x25, 0xe6, 0x21, 0x5a, 0xd4, - 0xa0, 0x45, 0x5d, 0xbe, 0x33, 0x55, 0x7e, 0xa5, 0x04, 0x65, 0x41, 0x5a, 0xaf, 0x2b, 0xcd, 0x7f, - 0xd1, 0x1a, 0x8e, 0x78, 0xc2, 0x94, 0x17, 0x51, 0x5f, 0x70, 0x69, 0x7d, 0x57, 0xbe, 0xd3, 0x6a, - 0xaa, 0xb8, 0xd4, 0x02, 0xf3, 0x7f, 0xb4, 0xa5, 0xb8, 0xc2, 0xa1, 0x37, 0xce, 0x41, 0xe5, 0x9c, - 0x4d, 0xad, 0x6b, 0x8c, 0xc2, 0x9e, 0xa1, 0xa5, 0x34, 0x73, 0x6b, 0xa9, 0x66, 0xec, 0x57, 0x8f, - 0xfe, 0xb1, 0x1f, 0xeb, 0x1c, 0xfd, 0x9e, 0xec, 0x34, 0xc9, 0x2b, 0x2d, 0x39, 0x63, 0x49, 0x34, - 0x36, 0xd1, 0xc9, 0x58, 0x66, 0x82, 0xd6, 0x27, 0x1a, 0xc7, 0xfa, 0x5e, 0xe3, 0x9f, 0xcc, 0x84, - 0x3f, 0xcd, 0xb4, 0x97, 0x5a, 0x3a, 0xb2, 0xcd, 0xf8, 0x42, 0xa7, 0x4a, 0xc6, 0x9e, 0xcd, 0x73, - 0xb4, 0x09, 0x2f, 0xe3, 0x90, 0xfa, 0x54, 0x85, 0xf7, 0x9e, 0xec, 0x63, 0x01, 0xc4, 0xfa, 0x41, - 0xe7, 0xb2, 0x3d, 0x95, 0x4b, 0x93, 0xf3, 0x30, 0x8d, 0x65, 0xe3, 0x41, 0x74, 0xa5, 0x35, 0xe6, - 0x29, 0x5a, 0x17, 0x70, 0x03, 0x02, 0x98, 0x0f, 0x9e, 0x3f, 0x8c, 0xcb, 0x5a, 0x2e, 0x8f, 0xb7, - 0x5a, 0x68, 0x5a, 0x43, 0x89, 0xd9, 0x46, 0x3f, 0xf5, 0xb1, 0xf4, 0x04, 0xf8, 0x3c, 0x8a, 0x80, - 0x11, 0x20, 0xd9, 0x47, 0x6a, 0xad, 0x94, 0x7a, 0xfa, 0xb1, 0x8f, 0x65, 0xe7, 0x41, 0x98, 0x35, - 0x30, 0x41, 0xb5, 0x69, 0xda, 0x44, 0x1f, 0xac, 0x96, 0x1b, 0xfd, 0x45, 0x4c, 0x92, 0x27, 0x7b, - 0x22, 0xfd, 0x74, 0xad, 0xb5, 0x39, 0x7a, 0xa2, 0xad, 0x25, 0x23, 0x2f, 0x2b, 0x9d, 0xe8, 0x64, - 0x2c, 0xf3, 0x8d, 0x81, 0xea, 0x5f, 0x31, 0x0f, 0x52, 0xd1, 0x08, 0x2b, 0x20, 0x9e, 0xdf, 0xc7, - 0x2c, 0x00, 0xef, 0x0e, 0xe0, 0x36, 0xbc, 0xf7, 0xfc, 0x90, 0xfa, 0xb7, 0xd2, 0xaa, 0x96, 0x9f, - 0xe6, 0x8f, 0xa9, 0xd3, 0x9c, 0xe5, 0xcc, 0x96, 0x46, 0x3e, 0xd7, 0xc4, 0x96, 0x06, 0x9a, 0x6f, - 0x0d, 0x74, 0x3c, 0x8f, 0x0d, 0x2e, 0x8b, 0x64, 0xd7, 0xcb, 0xbd, 0x1c, 0xce, 0xe8, 0x85, 0xcb, - 0x3c, 0xec, 0x77, 0x06, 0x3a, 0x99, 0xc3, 0x0f, 0x65, 0x0a, 0x04, 0xf6, 0xf5, 0x8f, 0xce, 0xda, - 0x28, 0x37, 0x74, 0x34, 0x9b, 0xa1, 0x8b, 0x11, 0xac, 0xf9, 0xda, 0x40, 0x87, 0x73, 0x58, 0x1a, - 0x50, 0xb8, 0x93, 0xd6, 0x66, 0xb9, 0x97, 0x83, 0xd9, 0xbc, 0x74, 0x87, 0xbc, 0xe6, 0xab, 0x0a, - 0xda, 0xf3, 0x79, 0x64, 0x97, 0x5e, 0x64, 0xcd, 0xad, 0xf1, 0xbf, 0x7c, 0x7b, 0xb8, 0x73, 0xdb, - 0x78, 0xf1, 0x5f, 0xa6, 0x0c, 0x78, 0x88, 0x59, 0x60, 0x73, 0x11, 0x38, 0x01, 0x30, 0xed, 0x2b, - 0xbf, 0x80, 0x62, 0x2a, 0xbf, 0x71, 0xb5, 0xfe, 0x5d, 0x8c, 0xde, 0x57, 0x16, 0xce, 0x1b, 0x8d, - 0x0f, 0x95, 0xdd, 0xf3, 0x14, 0xd9, 0x20, 0xd2, 0x4e, 0x87, 0xc3, 0x51, 0xb7, 0x6e, 0x77, 0xf2, - 0xca, 0x4f, 0x79, 0x4d, 0xaf, 0x41, 0x64, 0xaf, 0xa8, 0xe9, 0x75, 0xeb, 0xbd, 0xa2, 0xe6, 0x73, - 0x65, 0x2f, 0x5d, 0x70, 0xdd, 0x06, 0x91, 0xae, 0x5b, 0x54, 0xb9, 0x6e, 0xb7, 0xee, 0xba, 0x45, - 0xdd, 0xf5, 0x92, 0x36, 0xfb, 0xe7, 0x97, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa2, 0x7f, 0xdd, 0xc4, - 0x06, 0x08, 0x00, 0x00, +var fileDescriptor_campaign_budget_a7f53c1a4a44d279 = []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, + 0x85, 0x42, 0x65, 0xb7, 0xa9, 0xd2, 0xca, 0xea, 0x85, 0x49, 0x5a, 0x4a, 0xb5, 0x95, 0xb0, 0x2d, + 0x11, 0x24, 0xb0, 0x4c, 0x77, 0x9e, 0x6e, 0x86, 0xee, 0xce, 0x2c, 0x33, 0xb3, 0xa9, 0xb9, 0x13, + 0xf1, 0x4a, 0x10, 0xfc, 0x0c, 0x5e, 0xfa, 0x51, 0xfc, 0x28, 0x7e, 0x0a, 0xd9, 0xd9, 0x97, 0xe6, + 0xc5, 0xba, 0xc9, 0xdd, 0xbc, 0x3c, 0xff, 0x5f, 0xfe, 0xf3, 0x9f, 0x67, 0x33, 0xe8, 0x34, 0xe4, + 0x3c, 0x8c, 0xc0, 0xc1, 0x44, 0x3a, 0xf9, 0x30, 0x1b, 0x4d, 0x3a, 0x8e, 0x00, 0xc9, 0x53, 0x11, + 0x80, 0x74, 0x02, 0x1c, 0x27, 0x98, 0x86, 0xcc, 0xbf, 0x4b, 0x49, 0x08, 0xca, 0x4e, 0x04, 0x57, + 0xdc, 0xdc, 0xcb, 0xab, 0x6d, 0x4c, 0xa4, 0x5d, 0x09, 0xed, 0x49, 0xc7, 0xae, 0x84, 0xbb, 0xee, + 0x73, 0x6c, 0x60, 0x69, 0x2c, 0x9d, 0x1c, 0xe7, 0x13, 0x88, 0xe8, 0x04, 0xc4, 0xd4, 0x8f, 0x41, + 0x8d, 0x39, 0xc9, 0xf1, 0xbb, 0x9d, 0x95, 0xb4, 0x09, 0x08, 0xba, 0xa6, 0x44, 0x2a, 0xac, 0x52, + 0x59, 0x48, 0x9c, 0x95, 0x24, 0x6a, 0x9a, 0x40, 0x21, 0xf8, 0xb8, 0x10, 0xe8, 0xd9, 0x5d, 0x7a, + 0xef, 0x3c, 0x0a, 0x9c, 0x24, 0x20, 0x4a, 0xe0, 0xdb, 0x12, 0x98, 0x50, 0x07, 0x33, 0xc6, 0x15, + 0x56, 0x94, 0xb3, 0x62, 0xf7, 0x93, 0xdf, 0x9a, 0xa8, 0xd5, 0x2f, 0xd2, 0xec, 0x69, 0xb6, 0xf9, + 0x29, 0xda, 0x2a, 0x03, 0xf3, 0x19, 0x8e, 0xc1, 0x32, 0xda, 0xc6, 0xc1, 0x4b, 0xaf, 0x59, 0x2e, + 0x7e, 0x8f, 0x63, 0x30, 0x0f, 0x51, 0x83, 0x12, 0xeb, 0x45, 0xdb, 0x38, 0x78, 0x75, 0xfc, 0x61, + 0x91, 0xb6, 0x5d, 0x5a, 0xb0, 0x2f, 0x99, 0x3a, 0xf9, 0x62, 0x88, 0xa3, 0x14, 0xbc, 0x06, 0x25, + 0xe6, 0x11, 0xda, 0xd0, 0xa0, 0x0d, 0x5d, 0xfe, 0x76, 0xa9, 0xfc, 0x46, 0x09, 0xca, 0xc2, 0xbc, + 0x5e, 0x57, 0x9a, 0xdf, 0xa0, 0x2d, 0x1c, 0xf3, 0x94, 0x29, 0x3f, 0xa6, 0x81, 0xe0, 0xd2, 0x7a, + 0xa7, 0xfe, 0x97, 0x9a, 0xb9, 0xe2, 0x5a, 0x0b, 0xcc, 0xef, 0xd0, 0x1b, 0xc5, 0x15, 0x8e, 0xfc, + 0x79, 0x0e, 0xaa, 0xe7, 0xec, 0x68, 0x5d, 0x77, 0x16, 0x76, 0x8b, 0x36, 0xf3, 0x4b, 0xb2, 0x36, + 0xdb, 0xc6, 0x41, 0xeb, 0xf8, 0x6b, 0xfb, 0xb9, 0x56, 0xd3, 0xb7, 0x64, 0xe7, 0x49, 0xde, 0x68, + 0xc9, 0x39, 0x4b, 0xe3, 0xb9, 0x05, 0xaf, 0x60, 0x99, 0x29, 0xda, 0x5e, 0xe8, 0x34, 0xeb, 0x5d, + 0x8d, 0xbf, 0x5a, 0x09, 0x7f, 0x56, 0x68, 0xaf, 0xb5, 0x74, 0xe6, 0x67, 0xe6, 0x37, 0xbc, 0x16, + 0x99, 0x9b, 0x9b, 0x17, 0x68, 0x07, 0x7e, 0x4a, 0x22, 0x1a, 0x50, 0x15, 0x4d, 0x7d, 0x39, 0xc6, + 0x02, 0x88, 0xf5, 0x9e, 0xce, 0x65, 0x77, 0x29, 0x97, 0x1e, 0xe7, 0x51, 0x1e, 0xcb, 0xeb, 0x27, + 0xd1, 0x8d, 0xd6, 0x98, 0x67, 0x68, 0x5b, 0xc0, 0x3d, 0x08, 0x60, 0x01, 0xf8, 0x41, 0x16, 0x97, + 0xf5, 0xb2, 0x3e, 0xde, 0x56, 0xa5, 0xe9, 0x67, 0x12, 0x73, 0x80, 0x3e, 0x18, 0x63, 0xe9, 0x0b, + 0x08, 0x78, 0x1c, 0x03, 0x23, 0x40, 0x8a, 0xaf, 0xda, 0x7a, 0x55, 0xeb, 0xe9, 0xfd, 0x31, 0x96, + 0xde, 0x93, 0xb0, 0x68, 0x60, 0x82, 0xda, 0xcb, 0xb4, 0x85, 0x3e, 0x68, 0xd6, 0x1b, 0xfd, 0x48, + 0x2c, 0x92, 0x17, 0x7b, 0x22, 0xff, 0xd6, 0xad, 0xad, 0x35, 0x7a, 0x62, 0xa0, 0x25, 0x33, 0x97, + 0x95, 0x2f, 0x78, 0x05, 0xcb, 0xfc, 0xd5, 0x40, 0x9d, 0xff, 0x30, 0x0f, 0x52, 0xd1, 0x18, 0x2b, + 0x20, 0x7e, 0x30, 0xc6, 0x2c, 0x04, 0xff, 0x11, 0xe0, 0x21, 0x9a, 0xfa, 0x41, 0x44, 0x83, 0x07, + 0x69, 0xb5, 0xea, 0x4f, 0xf3, 0xd9, 0xd2, 0x69, 0xce, 0x4b, 0x66, 0x5f, 0x23, 0x7f, 0xd0, 0xc4, + 0xbe, 0x06, 0x9a, 0xbf, 0x1b, 0xe8, 0x64, 0x1d, 0x1b, 0x5c, 0x56, 0xc9, 0x6e, 0xd7, 0x7b, 0x39, + 0x5a, 0xd1, 0x0b, 0x97, 0x65, 0xd8, 0x7f, 0x18, 0xe8, 0x74, 0x0d, 0x3f, 0x94, 0x29, 0x10, 0x38, + 0xd0, 0x7f, 0x74, 0xd6, 0xeb, 0x7a, 0x43, 0xc7, 0xab, 0x19, 0xba, 0x9c, 0xc1, 0x9a, 0xbf, 0x18, + 0xe8, 0x68, 0x0d, 0x4b, 0x13, 0x0a, 0x8f, 0xd2, 0xda, 0xa9, 0xf7, 0x72, 0xb8, 0x9a, 0x97, 0x61, + 0xc6, 0x33, 0xaf, 0xd0, 0x46, 0xf6, 0x14, 0x58, 0xa6, 0x6e, 0xc1, 0x2f, 0x57, 0x6a, 0xc1, 0xdb, + 0x69, 0x02, 0x33, 0x0d, 0x98, 0x4d, 0x3d, 0x4d, 0xe9, 0xfd, 0xdc, 0x40, 0xfb, 0x01, 0x8f, 0xed, + 0xda, 0x77, 0xb4, 0xf7, 0x66, 0xfe, 0xcd, 0x18, 0x64, 0xe7, 0x18, 0x18, 0x3f, 0x7e, 0x5b, 0x28, + 0x43, 0x1e, 0x61, 0x16, 0xda, 0x5c, 0x84, 0x4e, 0x08, 0x4c, 0x9f, 0xb2, 0x7c, 0xcc, 0x12, 0x2a, + 0xff, 0xe7, 0x65, 0xff, 0xaa, 0x1a, 0xfd, 0xd9, 0x78, 0x71, 0xd1, 0xed, 0xfe, 0xd5, 0xd8, 0xbb, + 0xc8, 0x91, 0x5d, 0x22, 0xed, 0x7c, 0x98, 0x8d, 0x86, 0x1d, 0xdb, 0x2b, 0x2b, 0xff, 0x2e, 0x6b, + 0x46, 0x5d, 0x22, 0x47, 0x55, 0xcd, 0x68, 0xd8, 0x19, 0x55, 0x35, 0xff, 0x34, 0xf6, 0xf3, 0x0d, + 0xd7, 0xed, 0x12, 0xe9, 0xba, 0x55, 0x95, 0xeb, 0x0e, 0x3b, 0xae, 0x5b, 0xd5, 0xdd, 0x6d, 0x6a, + 0xb3, 0x9f, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x08, 0x1b, 0x60, 0x85, 0x08, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go b/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go index d37cecdcb815a54606872238125ad869ef8a1a8d..7e384dac99631cd80402cc86970c9bf651e2edab 100644 --- a/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/campaign_criterion.pb.go @@ -51,6 +51,7 @@ type CampaignCriterion struct { // *CampaignCriterion_Keyword // *CampaignCriterion_Placement // *CampaignCriterion_MobileAppCategory + // *CampaignCriterion_MobileApplication // *CampaignCriterion_Location // *CampaignCriterion_Device // *CampaignCriterion_AdSchedule @@ -82,7 +83,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_d60516931b349118, []int{0} + return fileDescriptor_campaign_criterion_d0371d692ca57c85, []int{0} } func (m *CampaignCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignCriterion.Unmarshal(m, b) @@ -160,6 +161,10 @@ type CampaignCriterion_MobileAppCategory struct { MobileAppCategory *common.MobileAppCategoryInfo `protobuf:"bytes,10,opt,name=mobile_app_category,json=mobileAppCategory,proto3,oneof"` } +type CampaignCriterion_MobileApplication struct { + MobileApplication *common.MobileApplicationInfo `protobuf:"bytes,11,opt,name=mobile_application,json=mobileApplication,proto3,oneof"` +} + type CampaignCriterion_Location struct { Location *common.LocationInfo `protobuf:"bytes,12,opt,name=location,proto3,oneof"` } @@ -250,6 +255,8 @@ func (*CampaignCriterion_Placement) isCampaignCriterion_Criterion() {} func (*CampaignCriterion_MobileAppCategory) isCampaignCriterion_Criterion() {} +func (*CampaignCriterion_MobileApplication) isCampaignCriterion_Criterion() {} + func (*CampaignCriterion_Location) isCampaignCriterion_Criterion() {} func (*CampaignCriterion_Device) isCampaignCriterion_Criterion() {} @@ -320,6 +327,13 @@ func (m *CampaignCriterion) GetMobileAppCategory() *common.MobileAppCategoryInfo return nil } +func (m *CampaignCriterion) GetMobileApplication() *common.MobileApplicationInfo { + if x, ok := m.GetCriterion().(*CampaignCriterion_MobileApplication); ok { + return x.MobileApplication + } + return nil +} + func (m *CampaignCriterion) GetLocation() *common.LocationInfo { if x, ok := m.GetCriterion().(*CampaignCriterion_Location); ok { return x.Location @@ -473,6 +487,7 @@ func (*CampaignCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buf (*CampaignCriterion_Keyword)(nil), (*CampaignCriterion_Placement)(nil), (*CampaignCriterion_MobileAppCategory)(nil), + (*CampaignCriterion_MobileApplication)(nil), (*CampaignCriterion_Location)(nil), (*CampaignCriterion_Device)(nil), (*CampaignCriterion_AdSchedule)(nil), @@ -516,6 +531,11 @@ func _CampaignCriterion_OneofMarshaler(msg proto.Message, b *proto.Buffer) error if err := b.EncodeMessage(x.MobileAppCategory); err != nil { return err } + case *CampaignCriterion_MobileApplication: + b.EncodeVarint(11<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MobileApplication); err != nil { + return err + } case *CampaignCriterion_Location: b.EncodeVarint(12<<3 | proto.WireBytes) if err := b.EncodeMessage(x.Location); err != nil { @@ -655,6 +675,14 @@ func _CampaignCriterion_OneofUnmarshaler(msg proto.Message, tag, wire int, b *pr err := b.DecodeMessage(msg) m.Criterion = &CampaignCriterion_MobileAppCategory{msg} return true, err + case 11: // criterion.mobile_application + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.MobileApplicationInfo) + err := b.DecodeMessage(msg) + m.Criterion = &CampaignCriterion_MobileApplication{msg} + return true, err case 12: // criterion.location if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -847,6 +875,11 @@ func _CampaignCriterion_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *CampaignCriterion_MobileApplication: + s := proto.Size(x.MobileApplication) + 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 @@ -964,75 +997,76 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/campaign_criterion.proto", fileDescriptor_campaign_criterion_d60516931b349118) -} - -var fileDescriptor_campaign_criterion_d60516931b349118 = []byte{ - // 1041 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x96, 0xdf, 0x6e, 0x1c, 0xb5, - 0x17, 0xc7, 0x7f, 0xc9, 0xaf, 0x4d, 0x37, 0xce, 0x26, 0x25, 0x2e, 0x04, 0x93, 0x86, 0x92, 0x80, - 0x2a, 0x85, 0x3f, 0x9d, 0x25, 0x01, 0x2a, 0xb4, 0x48, 0x95, 0x36, 0x5b, 0x48, 0xb7, 0x4d, 0x20, - 0x6c, 0xc2, 0x56, 0xa0, 0xa0, 0x91, 0x77, 0xe6, 0x64, 0x6a, 0x75, 0xc6, 0xb6, 0x6c, 0xcf, 0x86, - 0xbd, 0xe6, 0x4d, 0xb8, 0xe4, 0x51, 0xb8, 0xe6, 0x29, 0x78, 0x0a, 0x64, 0x8f, 0x3d, 0x49, 0x08, - 0x61, 0xe7, 0x6e, 0xe6, 0xf8, 0xfb, 0xf9, 0xce, 0x39, 0x67, 0xfc, 0x0f, 0x75, 0x33, 0x21, 0xb2, - 0x1c, 0x3a, 0x34, 0xd5, 0x9d, 0xea, 0xd1, 0x3e, 0x4d, 0x76, 0x3a, 0x0a, 0xb4, 0x28, 0x55, 0x02, - 0xba, 0x93, 0xd0, 0x42, 0x52, 0x96, 0xf1, 0x38, 0x51, 0xcc, 0x80, 0x62, 0x82, 0x47, 0x52, 0x09, - 0x23, 0xf0, 0x56, 0x05, 0x44, 0x34, 0xd5, 0x51, 0xcd, 0x46, 0x93, 0x9d, 0xa8, 0x66, 0xd7, 0x1f, - 0xdd, 0x64, 0x9f, 0x88, 0xa2, 0x10, 0xbc, 0xe3, 0x2d, 0x69, 0xe5, 0xb8, 0xbe, 0x7b, 0x93, 0x1c, - 0x78, 0x59, 0xe8, 0x4e, 0x9d, 0x40, 0x6c, 0xa6, 0x12, 0x3c, 0xf3, 0xc0, 0x33, 0xee, 0x6d, 0x5c, - 0x9e, 0x75, 0xce, 0x15, 0x95, 0x12, 0x94, 0xf6, 0xe3, 0x1b, 0xc1, 0x53, 0xb2, 0x0e, 0xe5, 0x5c, - 0x18, 0x6a, 0x98, 0xe0, 0x7e, 0xf4, 0xfd, 0x3f, 0x31, 0x5a, 0xed, 0xfb, 0x02, 0xfb, 0xc1, 0x1e, - 0x7f, 0x80, 0x96, 0x43, 0x0d, 0x31, 0xa7, 0x05, 0x90, 0xb9, 0xcd, 0xb9, 0xed, 0xc5, 0x61, 0x3b, - 0x04, 0xbf, 0xa5, 0x05, 0xe0, 0x2f, 0x51, 0x2b, 0xb4, 0x86, 0xdc, 0xda, 0x9c, 0xdb, 0x5e, 0xda, - 0xdd, 0xf0, 0x6d, 0x88, 0x42, 0x2e, 0xd1, 0xb1, 0x51, 0x8c, 0x67, 0x23, 0x9a, 0x97, 0x30, 0xac, - 0xd5, 0xf8, 0x09, 0x6a, 0x5f, 0x94, 0xc2, 0x52, 0x72, 0xdb, 0xd1, 0xf7, 0xaf, 0xd1, 0x03, 0x6e, - 0x1e, 0x7f, 0x5e, 0xc1, 0x4b, 0x35, 0x30, 0x48, 0x2d, 0x3f, 0x66, 0x69, 0x5c, 0x88, 0x94, 0x9d, - 0x31, 0x50, 0x64, 0xe5, 0x06, 0xfe, 0x9b, 0x5c, 0x50, 0xe3, 0xf9, 0x31, 0x4b, 0x0f, 0xbd, 0x1e, - 0x3f, 0x46, 0x2d, 0x0e, 0x19, 0x35, 0x6c, 0x02, 0xe4, 0x8e, 0x63, 0xd7, 0xaf, 0xb1, 0x7b, 0x42, - 0xe4, 0x3e, 0xef, 0xa0, 0xc5, 0x43, 0x74, 0xcb, 0x36, 0x9e, 0x2c, 0x6c, 0xce, 0x6d, 0xaf, 0xec, - 0x3e, 0x89, 0x6e, 0xfa, 0xff, 0xee, 0x6f, 0x45, 0x75, 0x3b, 0x4f, 0xa6, 0x12, 0xbe, 0xe6, 0x65, - 0x71, 0x35, 0x32, 0x74, 0x5e, 0x78, 0x1f, 0xdd, 0x79, 0x0d, 0xd3, 0x73, 0xa1, 0x52, 0xd2, 0x72, - 0xa9, 0x7c, 0x7c, 0xa3, 0x6d, 0x35, 0x67, 0xa2, 0x17, 0x95, 0x7c, 0xc0, 0xcf, 0xc4, 0xb3, 0xff, - 0x0d, 0x03, 0x8d, 0x0f, 0xd1, 0xa2, 0xcc, 0x69, 0x02, 0x05, 0x70, 0x43, 0x16, 0x9d, 0xd5, 0xa3, - 0x59, 0x56, 0x47, 0x01, 0xf0, 0x66, 0x17, 0x0e, 0x38, 0x43, 0xf7, 0x0a, 0x31, 0x66, 0x39, 0xc4, - 0x54, 0xca, 0x38, 0xa1, 0x06, 0x32, 0xa1, 0xa6, 0x04, 0x39, 0xe3, 0x2f, 0x66, 0x19, 0x1f, 0x3a, - 0xb4, 0x27, 0x65, 0xdf, 0x83, 0xfe, 0x03, 0xab, 0xc5, 0x3f, 0x07, 0xf0, 0x73, 0xd4, 0xca, 0x45, - 0xe2, 0x26, 0x25, 0x69, 0x3b, 0xf7, 0x4f, 0x66, 0xb9, 0x1f, 0x78, 0xbd, 0x37, 0xad, 0x79, 0xfc, - 0x14, 0x2d, 0xa4, 0x30, 0x61, 0x09, 0x90, 0x65, 0xe7, 0xf4, 0xd1, 0x2c, 0xa7, 0xa7, 0x4e, 0xed, - 0x7d, 0x3c, 0x8b, 0xbf, 0x47, 0x4b, 0x34, 0x8d, 0x75, 0xf2, 0x0a, 0xd2, 0x32, 0x07, 0x72, 0xd7, - 0x59, 0x45, 0xb3, 0xac, 0x7a, 0xe9, 0xb1, 0x27, 0xbc, 0x1d, 0xa2, 0x75, 0x04, 0xbf, 0x40, 0x8b, - 0x34, 0x83, 0x58, 0x51, 0x9e, 0x01, 0x79, 0xa3, 0x59, 0x95, 0xbd, 0x0c, 0x86, 0x56, 0x1f, 0xaa, - 0xa4, 0xfe, 0xdd, 0x56, 0x99, 0x01, 0x4f, 0x41, 0x91, 0xd5, 0x66, 0x55, 0xee, 0x3b, 0x75, 0xa8, - 0xb2, 0x62, 0xf1, 0x09, 0x6a, 0x33, 0x9e, 0x88, 0x22, 0x64, 0x85, 0x9d, 0x57, 0x67, 0x96, 0xd7, - 0xc0, 0x31, 0x97, 0x13, 0x5b, 0x62, 0x17, 0x21, 0xfc, 0x33, 0xba, 0x2b, 0xa9, 0x02, 0x6e, 0x68, - 0x1e, 0x6b, 0x43, 0x4d, 0xa9, 0xc9, 0x3d, 0x67, 0xbc, 0x3b, 0x73, 0x2e, 0x7a, 0xec, 0xd8, 0x51, - 0xde, 0x7b, 0x45, 0x5e, 0x89, 0xda, 0x3e, 0x96, 0x1a, 0x54, 0x9c, 0x33, 0x6d, 0xc8, 0x5a, 0xb3, - 0x3e, 0xfe, 0xa0, 0x41, 0x1d, 0x30, 0x1d, 0xe6, 0x78, 0xab, 0xf4, 0xef, 0xf8, 0x25, 0x5a, 0x9e, - 0x8a, 0xd2, 0x94, 0x63, 0x88, 0x27, 0x2c, 0x05, 0x41, 0xde, 0x74, 0x86, 0x9f, 0xce, 0x32, 0xfc, - 0x51, 0x94, 0x27, 0xe5, 0x18, 0x46, 0x96, 0xf1, 0xa6, 0x6d, 0x6f, 0xe4, 0x62, 0xb6, 0x09, 0xc1, - 0x38, 0x79, 0x45, 0x39, 0x87, 0x9c, 0xbc, 0xd5, 0xac, 0x09, 0xde, 0xba, 0x5f, 0x51, 0xa1, 0x09, - 0xde, 0xcc, 0x47, 0xdd, 0x4a, 0x57, 0xe2, 0x17, 0x56, 0x30, 0x33, 0x25, 0x6f, 0x37, 0x5c, 0xe9, - 0x01, 0xa8, 0x57, 0x7a, 0x08, 0xe0, 0x1e, 0xba, 0x6d, 0x84, 0x64, 0x09, 0x21, 0xce, 0xea, 0xc3, - 0x59, 0x56, 0x27, 0x56, 0xec, 0x6d, 0x2a, 0xd2, 0x76, 0xd2, 0xfe, 0x11, 0xc6, 0xb3, 0x58, 0x27, - 0x42, 0x02, 0x79, 0xa7, 0x59, 0x27, 0x0f, 0x2a, 0xe8, 0xd8, 0x32, 0xa1, 0x93, 0xf9, 0xa5, 0x98, - 0xdb, 0x1c, 0x28, 0xcf, 0x4a, 0x9a, 0x01, 0x59, 0x6f, 0xb8, 0x39, 0x78, 0x7d, 0xbd, 0x39, 0xf8, - 0x77, 0xfc, 0x0c, 0xb5, 0x98, 0x8c, 0xc7, 0xb9, 0x48, 0x5e, 0x93, 0xfb, 0xcd, 0xb6, 0xda, 0x81, - 0xdc, 0xb3, 0xf2, 0xb0, 0xd5, 0xb2, 0xea, 0xd5, 0x96, 0x9b, 0x08, 0x6e, 0x80, 0x9b, 0x38, 0xa7, - 0x63, 0xc8, 0xc9, 0x46, 0xb3, 0x72, 0xfb, 0x15, 0x74, 0x60, 0x99, 0x50, 0x6e, 0x72, 0x29, 0x66, - 0x0f, 0x83, 0x84, 0x2a, 0x65, 0xcf, 0xb4, 0x77, 0x9b, 0x65, 0xd8, 0xaf, 0xe4, 0x21, 0x43, 0x4f, - 0xdb, 0x0c, 0xdd, 0x3a, 0x61, 0xdc, 0x80, 0x02, 0x6d, 0xc8, 0x83, 0x66, 0x19, 0xda, 0xb5, 0x32, - 0xf0, 0x4c, 0xc8, 0xb0, 0xbc, 0x14, 0xb3, 0x19, 0x9e, 0xc3, 0x58, 0xda, 0xff, 0xf1, 0x5e, 0xb3, - 0x0c, 0x5f, 0x56, 0xf2, 0x90, 0xa1, 0xa7, 0xf1, 0x04, 0x11, 0x21, 0x41, 0xd1, 0x6a, 0xd2, 0x4c, - 0xb5, 0x81, 0x22, 0x9e, 0x80, 0xd2, 0xf6, 0x18, 0xd8, 0x74, 0xce, 0xdd, 0x59, 0xce, 0xdf, 0x05, - 0xfe, 0xd8, 0xe1, 0xa3, 0x8a, 0xf6, 0x1f, 0x5a, 0x13, 0xff, 0x3a, 0x6a, 0x3b, 0xe3, 0xcf, 0x35, - 0x7f, 0x52, 0x6c, 0x35, 0xeb, 0x4c, 0x75, 0xa2, 0x5d, 0x39, 0x2f, 0xda, 0xc5, 0xa5, 0xd8, 0xde, - 0x12, 0x5a, 0xac, 0xef, 0x28, 0x7b, 0xbf, 0xce, 0xa3, 0x87, 0x89, 0x28, 0xa2, 0x99, 0x37, 0xc4, - 0xbd, 0xb5, 0x6b, 0xb7, 0xaf, 0x23, 0x7b, 0x05, 0x39, 0x9a, 0xfb, 0xe9, 0xb9, 0x87, 0x33, 0x61, - 0xa7, 0x70, 0x24, 0x54, 0xd6, 0xc9, 0x80, 0xbb, 0x0b, 0x4a, 0xb8, 0x1c, 0x4a, 0xa6, 0xff, 0xe3, - 0xe6, 0xfa, 0x55, 0xfd, 0xf4, 0xdb, 0xfc, 0xff, 0xf7, 0x7b, 0xbd, 0xdf, 0xe7, 0xb7, 0xf6, 0x2b, - 0xcb, 0x5e, 0xaa, 0xa3, 0xea, 0xd1, 0x3e, 0x8d, 0x76, 0xa2, 0x61, 0x50, 0xfe, 0x11, 0x34, 0xa7, - 0xbd, 0x54, 0x9f, 0xd6, 0x9a, 0xd3, 0xd1, 0xce, 0x69, 0xad, 0xf9, 0x6b, 0xfe, 0x61, 0x35, 0xd0, - 0xed, 0xf6, 0x52, 0xdd, 0xed, 0xd6, 0xaa, 0x6e, 0x77, 0xb4, 0xd3, 0xed, 0xd6, 0xba, 0xf1, 0x82, - 0x4b, 0xf6, 0xb3, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x49, 0x03, 0xa8, 0x3a, 0x65, 0x0b, 0x00, - 0x00, + 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, } 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 ea8f8a49f3918944142ad4b787c87c6eb1098d38..13185bc238f782bf80ef5063eb63b18e6d1721c7 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_5f118322e01de01a, []int{0} + return fileDescriptor_campaign_extension_setting_fad2cef1ff7ae86a, []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_5f118322e01de01a) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_extension_setting.proto", fileDescriptor_campaign_extension_setting_fad2cef1ff7ae86a) } -var fileDescriptor_campaign_extension_setting_5f118322e01de01a = []byte{ +var fileDescriptor_campaign_extension_setting_fad2cef1ff7ae86a = []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 49de5bea762c43320ea0b6e6d2b940641ce54b7b..d6a77ca37e04cdf3ee2625120e009c2ca6099e8a 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_059fb8e27cec7d36, []int{0} + return fileDescriptor_campaign_feed_47d80383b224d35c, []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_059fb8e27cec7d36) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_feed.proto", fileDescriptor_campaign_feed_47d80383b224d35c) } -var fileDescriptor_campaign_feed_059fb8e27cec7d36 = []byte{ +var fileDescriptor_campaign_feed_47d80383b224d35c = []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 b050bdde0121ef8b94999503f43c0ac6df1c4f3e..2cf99b1af7a69cf2f3da03682309c19e3be29fed 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_0d3f1a3586fafc36, []int{0} + return fileDescriptor_campaign_label_46236044c35ac378, []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_0d3f1a3586fafc36) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_label.proto", fileDescriptor_campaign_label_46236044c35ac378) } -var fileDescriptor_campaign_label_0d3f1a3586fafc36 = []byte{ +var fileDescriptor_campaign_label_46236044c35ac378 = []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 078808cc7168dbaed294d656bf0f06ab625bf6a6..900a0deea2145e5c54d8bfcac7b21e501405e708 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_241472d00297112e, []int{0} + return fileDescriptor_campaign_shared_set_a16fece685ff8712, []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_241472d00297112e) + proto.RegisterFile("google/ads/googleads/v1/resources/campaign_shared_set.proto", fileDescriptor_campaign_shared_set_a16fece685ff8712) } -var fileDescriptor_campaign_shared_set_241472d00297112e = []byte{ +var fileDescriptor_campaign_shared_set_a16fece685ff8712 = []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 7f1783c37018b9ebc3d0362c9c52ec321e1de59a..06b845ba011c5d5654a3dd4fc3e0f3483b944b3d 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_c3150d5a950bc73d, []int{0} + return fileDescriptor_carrier_constant_6d3464b8e5950dba, []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_c3150d5a950bc73d) + proto.RegisterFile("google/ads/googleads/v1/resources/carrier_constant.proto", fileDescriptor_carrier_constant_6d3464b8e5950dba) } -var fileDescriptor_carrier_constant_c3150d5a950bc73d = []byte{ +var fileDescriptor_carrier_constant_6d3464b8e5950dba = []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 b6e0569eceb154b05bde77c0d85b607d269e93ce..aa1550c08e2c6d5b4d5e7fe1512f9a3bf14df214 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_4b8ba8609dc5f4b8, []int{0} + return fileDescriptor_change_status_913146e9d3b3577f, []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_4b8ba8609dc5f4b8) + proto.RegisterFile("google/ads/googleads/v1/resources/change_status.proto", fileDescriptor_change_status_913146e9d3b3577f) } -var fileDescriptor_change_status_4b8ba8609dc5f4b8 = []byte{ +var fileDescriptor_change_status_913146e9d3b3577f = []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 5dfa82d38ceb0aa4641e4da3acd8ed7bd49fef26..f8009710f9aef7af6107f48a2effc8db00eb9e4a 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_21a317714c29001f, []int{0} + return fileDescriptor_click_view_284865e183b9694e, []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_21a317714c29001f) + proto.RegisterFile("google/ads/googleads/v1/resources/click_view.proto", fileDescriptor_click_view_284865e183b9694e) } -var fileDescriptor_click_view_21a317714c29001f = []byte{ +var fileDescriptor_click_view_284865e183b9694e = []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 d45ddac98fe86b8594379183d12b0e3ce41e0cf2..c572892bffa3d2df8a9b0f56a6acc902ee2861e4 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_be4a4c4388e0d02d, []int{0} + return fileDescriptor_conversion_action_8a96366ce392711c, []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_be4a4c4388e0d02d, []int{0, 0} + return fileDescriptor_conversion_action_8a96366ce392711c, []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_be4a4c4388e0d02d, []int{0, 1} + return fileDescriptor_conversion_action_8a96366ce392711c, []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_be4a4c4388e0d02d) + proto.RegisterFile("google/ads/googleads/v1/resources/conversion_action.proto", fileDescriptor_conversion_action_8a96366ce392711c) } -var fileDescriptor_conversion_action_be4a4c4388e0d02d = []byte{ +var fileDescriptor_conversion_action_8a96366ce392711c = []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 1e48a6f74d8583e52ae49dd898daeb668921e26b..1e783b7c2c9871d1840633d4dc9cb41280df244d 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_6ad6f34cbe12a64b, []int{0} + return fileDescriptor_custom_interest_92f43b64239155ee, []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_6ad6f34cbe12a64b, []int{1} + return fileDescriptor_custom_interest_92f43b64239155ee, []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_6ad6f34cbe12a64b) + proto.RegisterFile("google/ads/googleads/v1/resources/custom_interest.proto", fileDescriptor_custom_interest_92f43b64239155ee) } -var fileDescriptor_custom_interest_6ad6f34cbe12a64b = []byte{ +var fileDescriptor_custom_interest_92f43b64239155ee = []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 0b14ceb0b733e7ef8b59501ecabd40c3dd099924..62fd24283b5fc7d5f0c90986990abc22c4bdc2a9 100644 --- a/googleapis/ads/googleads/v1/resources/customer.pb.go +++ b/googleapis/ads/googleads/v1/resources/customer.pb.go @@ -66,7 +66,7 @@ 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_67cce403a0f5fba7, []int{0} + return fileDescriptor_customer_8c4081a628d1c994, []int{0} } func (m *Customer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Customer.Unmarshal(m, b) @@ -204,7 +204,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_67cce403a0f5fba7, []int{1} + return fileDescriptor_customer_8c4081a628d1c994, []int{1} } func (m *CallReportingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CallReportingSetting.Unmarshal(m, b) @@ -266,7 +266,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_67cce403a0f5fba7, []int{2} + return fileDescriptor_customer_8c4081a628d1c994, []int{2} } func (m *ConversionTrackingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ConversionTrackingSetting.Unmarshal(m, b) @@ -313,7 +313,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_67cce403a0f5fba7, []int{3} + return fileDescriptor_customer_8c4081a628d1c994, []int{3} } func (m *RemarketingSetting) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RemarketingSetting.Unmarshal(m, b) @@ -348,10 +348,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/customer.proto", fileDescriptor_customer_67cce403a0f5fba7) + proto.RegisterFile("google/ads/googleads/v1/resources/customer.proto", fileDescriptor_customer_8c4081a628d1c994) } -var fileDescriptor_customer_67cce403a0f5fba7 = []byte{ +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, diff --git a/googleapis/ads/googleads/v1/resources/customer_client.pb.go b/googleapis/ads/googleads/v1/resources/customer_client.pb.go index 2b5ee298379ec5de3a471405e1de828073cc5c41..d4e85db7ff11036b15d4def9401710f5dfc5b9ad 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_4a6cc53a1c70c4fe, []int{0} + return fileDescriptor_customer_client_bb55b7230747a822, []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_4a6cc53a1c70c4fe) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_client.proto", fileDescriptor_customer_client_bb55b7230747a822) } -var fileDescriptor_customer_client_4a6cc53a1c70c4fe = []byte{ +var fileDescriptor_customer_client_bb55b7230747a822 = []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 63b16359232bf9cfb0f705f62d97305c68b8af20..3c1dd60b13dad0256d62460318535441a51d5e22 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_fd5a1ed1634bbc55, []int{0} + return fileDescriptor_customer_client_link_819e4e05820fbde8, []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_fd5a1ed1634bbc55) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_client_link.proto", fileDescriptor_customer_client_link_819e4e05820fbde8) } -var fileDescriptor_customer_client_link_fd5a1ed1634bbc55 = []byte{ +var fileDescriptor_customer_client_link_819e4e05820fbde8 = []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 831ea76dd5abc2d0124f65c783c000af313ce7ae..f73d60b8fe7b725a282f14bec4d42e3e5f13818b 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_15e5ce62612aa71d, []int{0} + return fileDescriptor_customer_extension_setting_13fca5a0fc7fbd77, []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_15e5ce62612aa71d) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_extension_setting.proto", fileDescriptor_customer_extension_setting_13fca5a0fc7fbd77) } -var fileDescriptor_customer_extension_setting_15e5ce62612aa71d = []byte{ +var fileDescriptor_customer_extension_setting_13fca5a0fc7fbd77 = []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 9244407ac65072a475239dfc266ed5371cf85dcb..c71bb5a07f0360f2506d5062b30bd88688b6212b 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_ed496cca903a2196, []int{0} + return fileDescriptor_customer_feed_86e402ce3ecc9283, []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_ed496cca903a2196) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_feed.proto", fileDescriptor_customer_feed_86e402ce3ecc9283) } -var fileDescriptor_customer_feed_ed496cca903a2196 = []byte{ +var fileDescriptor_customer_feed_86e402ce3ecc9283 = []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 fcf1b40ee57f3e2295aa825020bc04d0ece1f14b..e845b5a4a6cd3c6f752bd0847547781329501ce2 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_7ce4f5a277d32dfa, []int{0} + return fileDescriptor_customer_label_45ccf8bbb284cc59, []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_7ce4f5a277d32dfa) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_label.proto", fileDescriptor_customer_label_45ccf8bbb284cc59) } -var fileDescriptor_customer_label_7ce4f5a277d32dfa = []byte{ +var fileDescriptor_customer_label_45ccf8bbb284cc59 = []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 b2d271834bacb850de3c350c65805015fe27b079..12710c208669c4ad05911a740e4c3faafd4525d3 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_093f14efc44370a8, []int{0} + return fileDescriptor_customer_manager_link_3460f909cc210d88, []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_093f14efc44370a8) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_manager_link.proto", fileDescriptor_customer_manager_link_3460f909cc210d88) } -var fileDescriptor_customer_manager_link_093f14efc44370a8 = []byte{ +var fileDescriptor_customer_manager_link_3460f909cc210d88 = []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 72d3bbb4b93153aef36c051a7437d41d6e331372..56f52ed850d1aced209626ba57b6766bb200556a 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_047c425ca9d53ca1, []int{0} + return fileDescriptor_customer_negative_criterion_6344a57ae468b749, []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_047c425ca9d53ca1) + proto.RegisterFile("google/ads/googleads/v1/resources/customer_negative_criterion.proto", fileDescriptor_customer_negative_criterion_6344a57ae468b749) } -var fileDescriptor_customer_negative_criterion_047c425ca9d53ca1 = []byte{ +var fileDescriptor_customer_negative_criterion_6344a57ae468b749 = []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 cb283f6ee032992cebbb57f3b5312fe1d74a2365..65473d4a68e97b229d68192ef71db3ee8f9eb885 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_771b457deebf516e, []int{0} + return fileDescriptor_detail_placement_view_a47afc3baef12bc6, []int{0} } func (m *DetailPlacementView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetailPlacementView.Unmarshal(m, b) @@ -119,10 +119,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/detail_placement_view.proto", fileDescriptor_detail_placement_view_771b457deebf516e) + proto.RegisterFile("google/ads/googleads/v1/resources/detail_placement_view.proto", fileDescriptor_detail_placement_view_a47afc3baef12bc6) } -var fileDescriptor_detail_placement_view_771b457deebf516e = []byte{ +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, 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 a1caeb0fac6f0abe389cf525842d362bbef1ae02..7a4959f09fe9c609261f8c9b20020e5d841c7c32 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_ea980d48108947d0, []int{0} + return fileDescriptor_display_keyword_view_b9f9e71f6dc18f65, []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_ea980d48108947d0) + proto.RegisterFile("google/ads/googleads/v1/resources/display_keyword_view.proto", fileDescriptor_display_keyword_view_b9f9e71f6dc18f65) } -var fileDescriptor_display_keyword_view_ea980d48108947d0 = []byte{ +var fileDescriptor_display_keyword_view_b9f9e71f6dc18f65 = []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 3503f7c2be535192a5487182ffd052b858430c37..376bb9581ca20197a38d77b76710e17de2050c03 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_f39d2f502dcf7a0d, []int{0} + return fileDescriptor_domain_category_695d83200adb3248, []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_f39d2f502dcf7a0d) + proto.RegisterFile("google/ads/googleads/v1/resources/domain_category.proto", fileDescriptor_domain_category_695d83200adb3248) } -var fileDescriptor_domain_category_f39d2f502dcf7a0d = []byte{ +var fileDescriptor_domain_category_695d83200adb3248 = []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 f8e925ed6893d277f58777a4e250040bb9e01d37..d530438e97cba8d2bad9ff1d2911211532932d80 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_546340d6e8f55e91, []int{0} + return fileDescriptor_dynamic_search_ads_search_term_view_887118f26ceb648b, []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_546340d6e8f55e91) + proto.RegisterFile("google/ads/googleads/v1/resources/dynamic_search_ads_search_term_view.proto", fileDescriptor_dynamic_search_ads_search_term_view_887118f26ceb648b) } -var fileDescriptor_dynamic_search_ads_search_term_view_546340d6e8f55e91 = []byte{ +var fileDescriptor_dynamic_search_ads_search_term_view_887118f26ceb648b = []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/extension_feed_item.pb.go b/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go index 84bec5f6c42f25540760ea1689bbd0fc47261257..9695ae6154413b660bfb41e00a3d6c5fda393710 100644 --- a/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go +++ b/googleapis/ads/googleads/v1/resources/extension_feed_item.pb.go @@ -29,6 +29,9 @@ type ExtensionFeedItem struct { // // `customers/{customer_id}/extensionFeedItems/{feed_item_id}` ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // The extension type of the extension feed item. + // This field is read-only. + ExtensionType enums.ExtensionTypeEnum_ExtensionType `protobuf:"varint,13,opt,name=extension_type,json=extensionType,proto3,enum=google.ads.googleads.v1.enums.ExtensionTypeEnum_ExtensionType" json:"extension_type,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" @@ -62,7 +65,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_a23595c06aa3dc42, []int{0} + return fileDescriptor_extension_feed_item_ecd9cb7f4df90d10, []int{0} } func (m *ExtensionFeedItem) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExtensionFeedItem.Unmarshal(m, b) @@ -89,6 +92,13 @@ func (m *ExtensionFeedItem) GetResourceName() string { return "" } +func (m *ExtensionFeedItem) GetExtensionType() enums.ExtensionTypeEnum_ExtensionType { + if m != nil { + return m.ExtensionType + } + return enums.ExtensionTypeEnum_UNSPECIFIED +} + func (m *ExtensionFeedItem) GetStartDateTime() *wrappers.StringValue { if m != nil { return m.StartDateTime @@ -418,49 +428,51 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/extension_feed_item.proto", fileDescriptor_extension_feed_item_a23595c06aa3dc42) -} - -var fileDescriptor_extension_feed_item_a23595c06aa3dc42 = []byte{ - // 637 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xdf, 0x4e, 0xd4, 0x40, - 0x14, 0xc6, 0xdd, 0x45, 0x11, 0x66, 0x59, 0x90, 0x21, 0x21, 0x2b, 0x21, 0x06, 0x34, 0x24, 0x24, - 0xea, 0xd4, 0x05, 0x6f, 0x2c, 0x37, 0x2c, 0x82, 0xa8, 0x89, 0x06, 0x77, 0xc9, 0x6a, 0xcc, 0x9a, - 0x3a, 0xb4, 0x87, 0xa6, 0xda, 0xf9, 0x93, 0xce, 0x14, 0xb9, 0xf0, 0xce, 0x37, 0xf1, 0xd2, 0x37, - 0xf0, 0x15, 0x7c, 0x14, 0x9f, 0xc2, 0xec, 0x74, 0xa7, 0x3b, 0x40, 0xd6, 0x72, 0x77, 0xe6, 0xcc, - 0xf9, 0x7e, 0xdf, 0xe9, 0x69, 0x7b, 0xd0, 0x4e, 0x2c, 0x44, 0x9c, 0x82, 0x47, 0x23, 0xe5, 0x15, - 0xe1, 0x30, 0x3a, 0x6b, 0x7b, 0x19, 0x28, 0x91, 0x67, 0x21, 0x28, 0x0f, 0xce, 0x35, 0x70, 0x95, - 0x08, 0x1e, 0x9c, 0x02, 0x44, 0x41, 0xa2, 0x81, 0x11, 0x99, 0x09, 0x2d, 0xf0, 0x7a, 0xa1, 0x20, - 0x34, 0x52, 0xa4, 0x14, 0x93, 0xb3, 0x36, 0x29, 0xc5, 0x2b, 0xde, 0x24, 0x7e, 0x28, 0x18, 0x13, - 0x7c, 0x0c, 0x57, 0x05, 0x73, 0xe5, 0xe9, 0x24, 0x01, 0xf0, 0x9c, 0x29, 0xaf, 0x6c, 0x21, 0x50, - 0x9a, 0xea, 0xdc, 0xaa, 0xee, 0x8d, 0x54, 0xe6, 0x74, 0x92, 0x9f, 0x7a, 0xdf, 0x32, 0x2a, 0x25, - 0x64, 0xf6, 0x7e, 0xd5, 0x52, 0x65, 0xe2, 0x51, 0xce, 0x85, 0xa6, 0x7a, 0xec, 0x79, 0xff, 0xf7, - 0x0c, 0x5a, 0x3c, 0xb0, 0x8d, 0xbc, 0x00, 0x88, 0x5e, 0x69, 0x60, 0xf8, 0x01, 0x6a, 0xda, 0xe7, - 0x08, 0x38, 0x65, 0xd0, 0xaa, 0xad, 0xd5, 0x36, 0x67, 0xbb, 0x73, 0x36, 0xf9, 0x96, 0x32, 0xc0, - 0xfb, 0x68, 0x41, 0x69, 0x9a, 0xe9, 0x20, 0xa2, 0x1a, 0x02, 0x9d, 0x30, 0x68, 0xdd, 0x5a, 0xab, - 0x6d, 0x36, 0xb6, 0x56, 0x47, 0x13, 0x21, 0xb6, 0x25, 0xd2, 0xd3, 0x59, 0xc2, 0xe3, 0x3e, 0x4d, - 0x73, 0xe8, 0x36, 0x8d, 0x68, 0x9f, 0x6a, 0x38, 0x4e, 0x18, 0xe0, 0x5d, 0xd4, 0x04, 0x1e, 0x39, - 0x8c, 0xe9, 0x6b, 0x30, 0x1a, 0xc0, 0xa3, 0x92, 0xf0, 0x01, 0x4d, 0x17, 0x03, 0x69, 0xdd, 0x5c, - 0xab, 0x6d, 0xce, 0x6f, 0xed, 0x92, 0x49, 0xef, 0xc6, 0xcc, 0x91, 0xd8, 0xa7, 0xec, 0x19, 0xd1, - 0x01, 0xcf, 0xd9, 0xa5, 0x54, 0x77, 0xc4, 0xc3, 0x9f, 0x11, 0x56, 0x89, 0x86, 0x34, 0xe1, 0x5f, - 0xc7, 0x1f, 0x40, 0xab, 0x6e, 0x1a, 0x7c, 0x32, 0xd1, 0xa5, 0x78, 0xbd, 0xa4, 0x37, 0x52, 0x5a, - 0xf6, 0xcb, 0x1b, 0xdd, 0x3b, 0xea, 0x52, 0x0e, 0x7f, 0x47, 0xab, 0x4a, 0x67, 0x79, 0xa8, 0xf3, - 0x0c, 0xa2, 0x40, 0xf1, 0x44, 0x4a, 0xd0, 0x8e, 0xd7, 0x94, 0xf1, 0x7a, 0x56, 0xe9, 0x55, 0x32, - 0x7a, 0x05, 0xc2, 0x31, 0xbd, 0xab, 0x26, 0x5d, 0xe2, 0x77, 0xa8, 0x49, 0xa5, 0x74, 0xec, 0x6e, - 0x1b, 0xbb, 0x87, 0x55, 0x76, 0x1d, 0x29, 0x1d, 0x83, 0x06, 0x1d, 0x1f, 0xf1, 0x31, 0x9a, 0x0f, - 0x69, 0x9a, 0x3a, 0xcc, 0x19, 0xc3, 0x7c, 0x54, 0xc5, 0x7c, 0x4e, 0xd3, 0xd4, 0x81, 0xce, 0x85, - 0xce, 0x19, 0x7f, 0x42, 0x8b, 0xc3, 0xb3, 0xc8, 0xdd, 0xd9, 0xcc, 0x1a, 0xb0, 0x77, 0x1d, 0xb0, - 0xc8, 0xdd, 0x89, 0x2c, 0x84, 0x17, 0x53, 0xf8, 0x0b, 0x5a, 0xd6, 0x70, 0xae, 0x03, 0x06, 0x4a, - 0xd1, 0x18, 0x1c, 0x0f, 0x64, 0x3c, 0xb6, 0xab, 0x3c, 0x8e, 0xe1, 0x5c, 0xbf, 0x29, 0xc4, 0x8e, - 0xcf, 0x92, 0xbe, 0x9a, 0xc6, 0xef, 0xd1, 0x82, 0xcc, 0x92, 0xd0, 0x35, 0x69, 0x18, 0x93, 0xc7, - 0x55, 0x26, 0x47, 0x43, 0x99, 0x83, 0x6f, 0x4a, 0x37, 0x81, 0x43, 0xb4, 0x24, 0x33, 0xc1, 0x84, - 0xbe, 0xb0, 0xae, 0x5a, 0x73, 0x06, 0xde, 0xae, 0x86, 0x8f, 0xa4, 0x8e, 0xc1, 0xa2, 0xbc, 0x9c, - 0xdc, 0x6b, 0xa0, 0xd9, 0x72, 0x6d, 0xed, 0xfd, 0xa8, 0xa3, 0x8d, 0x50, 0x30, 0x52, 0xb9, 0x0a, - 0xf7, 0x96, 0xaf, 0xac, 0x98, 0xa3, 0xe1, 0x6f, 0x7d, 0x54, 0xfb, 0xf8, 0x7a, 0x24, 0x8e, 0x45, - 0x4a, 0x79, 0x4c, 0x44, 0x16, 0x7b, 0x31, 0x70, 0xf3, 0xd3, 0xdb, 0x1d, 0x28, 0x13, 0xf5, 0x9f, - 0x1d, 0xbd, 0x53, 0x46, 0x3f, 0xeb, 0x53, 0x87, 0x9d, 0xce, 0xaf, 0xfa, 0xfa, 0x61, 0x81, 0xec, - 0x44, 0x8a, 0x14, 0xe1, 0x30, 0xea, 0xb7, 0x49, 0xd7, 0x56, 0xfe, 0xb1, 0x35, 0x83, 0x4e, 0xa4, - 0x06, 0x65, 0xcd, 0xa0, 0xdf, 0x1e, 0x94, 0x35, 0x7f, 0xeb, 0x1b, 0xc5, 0x85, 0xef, 0x77, 0x22, - 0xe5, 0xfb, 0x65, 0x95, 0xef, 0xf7, 0xdb, 0xbe, 0x5f, 0xd6, 0x9d, 0x4c, 0x9b, 0x66, 0xb7, 0xff, - 0x05, 0x00, 0x00, 0xff, 0xff, 0x53, 0x9a, 0xe6, 0x6b, 0x4f, 0x06, 0x00, 0x00, + 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, } diff --git a/googleapis/ads/googleads/v1/resources/feed.pb.go b/googleapis/ads/googleads/v1/resources/feed.pb.go index 0f9e688b441e3bd88ce4e8a510fe35afcf9be4be..07900f08aa26e5076a676267b83446e1977bae92 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_8960a670f6dfba77, []int{2, 0} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77, []int{0} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77, []int{0, 0} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77, []int{0, 0, 0} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77, []int{0, 1} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77, []int{1} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77, []int{2} + return fileDescriptor_feed_d81ab7dcab8356bb, []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_8960a670f6dfba77) + proto.RegisterFile("google/ads/googleads/v1/resources/feed.proto", fileDescriptor_feed_d81ab7dcab8356bb) } -var fileDescriptor_feed_8960a670f6dfba77 = []byte{ +var fileDescriptor_feed_d81ab7dcab8356bb = []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 480c262d44b01ef19f1219c342853ab1b070cbc9..ca5a5ba565f74ae1b93bc946f979a1b1a3fce79f 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_c9d65dee08780aa1, []int{0} + return fileDescriptor_feed_item_1965a7177a1e850a, []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_c9d65dee08780aa1, []int{1} + return fileDescriptor_feed_item_1965a7177a1e850a, []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_c9d65dee08780aa1, []int{2} + return fileDescriptor_feed_item_1965a7177a1e850a, []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_c9d65dee08780aa1, []int{3} + return fileDescriptor_feed_item_1965a7177a1e850a, []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_c9d65dee08780aa1) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_item.proto", fileDescriptor_feed_item_1965a7177a1e850a) } -var fileDescriptor_feed_item_c9d65dee08780aa1 = []byte{ +var fileDescriptor_feed_item_1965a7177a1e850a = []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 e10a10153fba63cdd72414e87093df5f9b45b4de..a898b28941fafaf7142abbdcc2ad117def2ac0f7 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_57246681f0016991, []int{0} + return fileDescriptor_feed_item_target_197999b4e7a91668, []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_57246681f0016991) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_item_target.proto", fileDescriptor_feed_item_target_197999b4e7a91668) } -var fileDescriptor_feed_item_target_57246681f0016991 = []byte{ +var fileDescriptor_feed_item_target_197999b4e7a91668 = []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 601ff55f5c695ac4e2e6b7101894a869032b18a9..26b67af72442261806e8b12957f04a8452d1e4bd 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_f08dc24e8136e1ff, []int{0} + return fileDescriptor_feed_mapping_4a3c1739e045e1ca, []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_f08dc24e8136e1ff, []int{1} + return fileDescriptor_feed_mapping_4a3c1739e045e1ca, []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_f08dc24e8136e1ff) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_mapping.proto", fileDescriptor_feed_mapping_4a3c1739e045e1ca) } -var fileDescriptor_feed_mapping_f08dc24e8136e1ff = []byte{ +var fileDescriptor_feed_mapping_4a3c1739e045e1ca = []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 49adbbc493ab5050fcc7bab0235219ec6ef6a785..132b54d0e5f65d38ab31f95b36f945f27fbcce76 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_e2d5849ae12659b3, []int{0} + return fileDescriptor_feed_placeholder_view_111bcd69e14e498e, []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_e2d5849ae12659b3) + proto.RegisterFile("google/ads/googleads/v1/resources/feed_placeholder_view.proto", fileDescriptor_feed_placeholder_view_111bcd69e14e498e) } -var fileDescriptor_feed_placeholder_view_e2d5849ae12659b3 = []byte{ +var fileDescriptor_feed_placeholder_view_111bcd69e14e498e = []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 b29e0c42d37658b6baa782d5159e771466e35486..60e689ad352bea699fb028981b35d9120d8e3a4a 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_48ccef4db2d7016b, []int{0} + return fileDescriptor_gender_view_333ad0c62bf9be1a, []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_48ccef4db2d7016b) + proto.RegisterFile("google/ads/googleads/v1/resources/gender_view.proto", fileDescriptor_gender_view_333ad0c62bf9be1a) } -var fileDescriptor_gender_view_48ccef4db2d7016b = []byte{ +var fileDescriptor_gender_view_333ad0c62bf9be1a = []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 f254b5ca1536517371929a706116ac4b168e9943..5894455c4ebcf3ce5e4ee04c0e05e5453fb056be 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_780657e8e79df84d, []int{0} + return fileDescriptor_geo_target_constant_b982b20a81ca9e65, []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_780657e8e79df84d) + proto.RegisterFile("google/ads/googleads/v1/resources/geo_target_constant.proto", fileDescriptor_geo_target_constant_b982b20a81ca9e65) } -var fileDescriptor_geo_target_constant_780657e8e79df84d = []byte{ +var fileDescriptor_geo_target_constant_b982b20a81ca9e65 = []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 78ea54776621572929c0cf83352522597ca7d562..c079f734e1f0893c981d1cdac1b2425dbbb20551 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_0a1f11eba1ddafb6, []int{0} + return fileDescriptor_geographic_view_517a7baae6752e57, []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_0a1f11eba1ddafb6) + proto.RegisterFile("google/ads/googleads/v1/resources/geographic_view.proto", fileDescriptor_geographic_view_517a7baae6752e57) } -var fileDescriptor_geographic_view_0a1f11eba1ddafb6 = []byte{ +var fileDescriptor_geographic_view_517a7baae6752e57 = []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 37626e11b9484263c054a0e5f18f252def07585f..35fb074ce37f3833c8b6068a4c46d7984e27ee97 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_31ce7f00abe0af55, []int{0} + return fileDescriptor_google_ads_field_f397693bf6392c1d, []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_31ce7f00abe0af55) + proto.RegisterFile("google/ads/googleads/v1/resources/google_ads_field.proto", fileDescriptor_google_ads_field_f397693bf6392c1d) } -var fileDescriptor_google_ads_field_31ce7f00abe0af55 = []byte{ +var fileDescriptor_google_ads_field_f397693bf6392c1d = []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 03c6cb8a41064e463abc251c29e75dbf718f29c6..a6eb95536cc0c90ca4d0e206f19ae4a220ef2a46 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_fce0480d82e34db7, []int{0} + return fileDescriptor_group_placement_view_84e4f74c57a64490, []int{0} } func (m *GroupPlacementView) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GroupPlacementView.Unmarshal(m, b) @@ -108,10 +108,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/group_placement_view.proto", fileDescriptor_group_placement_view_fce0480d82e34db7) + proto.RegisterFile("google/ads/googleads/v1/resources/group_placement_view.proto", fileDescriptor_group_placement_view_84e4f74c57a64490) } -var fileDescriptor_group_placement_view_fce0480d82e34db7 = []byte{ +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, 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 68df580caa1cb09b59ee1d74ca49c54d7279c8ba..6c21616f5e471da270cac7492aaba940ab2db8f4 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_36c2cd54b6d7396c, []int{0} + return fileDescriptor_hotel_group_view_63dd209963fe113e, []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_36c2cd54b6d7396c) + proto.RegisterFile("google/ads/googleads/v1/resources/hotel_group_view.proto", fileDescriptor_hotel_group_view_63dd209963fe113e) } -var fileDescriptor_hotel_group_view_36c2cd54b6d7396c = []byte{ +var fileDescriptor_hotel_group_view_63dd209963fe113e = []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 63f2e1e5f856dba7d54f0bde5bc966a9e34aaa5f..1b600abd58f0218d0549dfeb8c72ab31edc91337 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_9aa50c9029094971, []int{0} + return fileDescriptor_hotel_performance_view_0d02987095d2b3ce, []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_9aa50c9029094971) + proto.RegisterFile("google/ads/googleads/v1/resources/hotel_performance_view.proto", fileDescriptor_hotel_performance_view_0d02987095d2b3ce) } -var fileDescriptor_hotel_performance_view_9aa50c9029094971 = []byte{ +var fileDescriptor_hotel_performance_view_0d02987095d2b3ce = []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 0618e5ac5f0e93bf26a17dccba9557586e497432..53b2dcc0ea1dceeebc265530d0e7e034c53bf2b5 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_5cb815c94462019d, []int{0} + return fileDescriptor_keyword_plan_01a998fba8cf450f, []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_5cb815c94462019d, []int{1} + return fileDescriptor_keyword_plan_01a998fba8cf450f, []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_5cb815c94462019d) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan.proto", fileDescriptor_keyword_plan_01a998fba8cf450f) } -var fileDescriptor_keyword_plan_5cb815c94462019d = []byte{ +var fileDescriptor_keyword_plan_01a998fba8cf450f = []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 f10d1e0dc0d8208a2b65291f2d042e0bd0199ef8..999555cd95ed72f7981fd0a1e494226d7da2ba3c 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_54287dc795d0526a, []int{0} + return fileDescriptor_keyword_plan_ad_group_c7bb1b8d5690f145, []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_54287dc795d0526a) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_ad_group.proto", fileDescriptor_keyword_plan_ad_group_c7bb1b8d5690f145) } -var fileDescriptor_keyword_plan_ad_group_54287dc795d0526a = []byte{ +var fileDescriptor_keyword_plan_ad_group_c7bb1b8d5690f145 = []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 4abea63da9c674462aeff2ea73e3ed5c27feef8c..a2718638731557677b9ccd51b4d2a981adc9ecf5 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_7ac95313d7c76e43, []int{0} + return fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd, []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_7ac95313d7c76e43, []int{1} + return fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd, []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_7ac95313d7c76e43) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_campaign.proto", fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd) } -var fileDescriptor_keyword_plan_campaign_7ac95313d7c76e43 = []byte{ +var fileDescriptor_keyword_plan_campaign_7b6dbe19bf4adbcd = []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 e83dbcb21afc624b9b3b2f171fd10b2c7e9ed90b..7bf90c7fb76c26315532dcf6e5ac51e9296ceef3 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_ec7a80cff9f91635, []int{0} + return fileDescriptor_keyword_plan_keyword_2a88c7483d40c49f, []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_ec7a80cff9f91635) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_keyword.proto", fileDescriptor_keyword_plan_keyword_2a88c7483d40c49f) } -var fileDescriptor_keyword_plan_keyword_ec7a80cff9f91635 = []byte{ +var fileDescriptor_keyword_plan_keyword_2a88c7483d40c49f = []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 e2f79aa91b29af315568cd17841eea8ad9f5f847..bf563ed33239382f9d94b2e3d55fd5b74acfdf96 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_6a5ca2e9c9243b74, []int{0} + return fileDescriptor_keyword_plan_negative_keyword_ff81a83b11f0192e, []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_6a5ca2e9c9243b74) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_negative_keyword.proto", fileDescriptor_keyword_plan_negative_keyword_ff81a83b11f0192e) } -var fileDescriptor_keyword_plan_negative_keyword_6a5ca2e9c9243b74 = []byte{ +var fileDescriptor_keyword_plan_negative_keyword_ff81a83b11f0192e = []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 0787e96b5809d51395116ea8aec349edb62f5cfa..71cf928e3249b9416196799b35941c7af9e1041f 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_db1f75d34f4f156e, []int{0} + return fileDescriptor_keyword_view_15ff53248b05bca6, []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_db1f75d34f4f156e) + proto.RegisterFile("google/ads/googleads/v1/resources/keyword_view.proto", fileDescriptor_keyword_view_15ff53248b05bca6) } -var fileDescriptor_keyword_view_db1f75d34f4f156e = []byte{ +var fileDescriptor_keyword_view_15ff53248b05bca6 = []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 0ae8323215d410bf42a34e90187d5b76b5daf434..010ee412b4fe35e960df4c2a34eba5a03fd1edce 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_ea588ade0f743da2, []int{0} + return fileDescriptor_label_e103e35e1ec5ae7e, []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_ea588ade0f743da2) + proto.RegisterFile("google/ads/googleads/v1/resources/label.proto", fileDescriptor_label_e103e35e1ec5ae7e) } -var fileDescriptor_label_ea588ade0f743da2 = []byte{ +var fileDescriptor_label_e103e35e1ec5ae7e = []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/language_constant.pb.go b/googleapis/ads/googleads/v1/resources/language_constant.pb.go index 39795b024912548789cb83f77884105880821db4..c201b68c63dedadf60e85602c05ff78568c2fe07 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_0449f2c7e221874e, []int{0} + return fileDescriptor_language_constant_43a2ca18ad5b792d, []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_0449f2c7e221874e) + proto.RegisterFile("google/ads/googleads/v1/resources/language_constant.proto", fileDescriptor_language_constant_43a2ca18ad5b792d) } -var fileDescriptor_language_constant_0449f2c7e221874e = []byte{ +var fileDescriptor_language_constant_43a2ca18ad5b792d = []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 e2380617322a8818cc12a12bd566f7a038362dd7..2483aff131ed78efddafbc2b3f50eb5224fc9054 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_2ddfb1e7f311b1ec, []int{0} + return fileDescriptor_location_view_8c6f3bc4a86201e8, []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_2ddfb1e7f311b1ec) + proto.RegisterFile("google/ads/googleads/v1/resources/location_view.proto", fileDescriptor_location_view_8c6f3bc4a86201e8) } -var fileDescriptor_location_view_2ddfb1e7f311b1ec = []byte{ +var fileDescriptor_location_view_8c6f3bc4a86201e8 = []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 828b48e189f6166564ddfed852addebfe8f2b2b4..a7ab0acda6f1e0baef796890632d1e46dd79243a 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_2bdddba7297d65b9, []int{0} + return fileDescriptor_managed_placement_view_fbb259a1019cefa8, []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_2bdddba7297d65b9) + proto.RegisterFile("google/ads/googleads/v1/resources/managed_placement_view.proto", fileDescriptor_managed_placement_view_fbb259a1019cefa8) } -var fileDescriptor_managed_placement_view_2bdddba7297d65b9 = []byte{ +var fileDescriptor_managed_placement_view_fbb259a1019cefa8 = []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 9e48aabe9e4d6f8e85ffa2ac4fed2a96091f8bb4..ab4b5eed34b0cc71ab0b6dade90ed4cad002a909 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_23f23555173acd30, []int{0} + return fileDescriptor_media_file_d0b2dbd6c8251818, []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_23f23555173acd30, []int{1} + return fileDescriptor_media_file_d0b2dbd6c8251818, []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_23f23555173acd30, []int{2} + return fileDescriptor_media_file_d0b2dbd6c8251818, []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_23f23555173acd30, []int{3} + return fileDescriptor_media_file_d0b2dbd6c8251818, []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_23f23555173acd30, []int{4} + return fileDescriptor_media_file_d0b2dbd6c8251818, []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_23f23555173acd30) + proto.RegisterFile("google/ads/googleads/v1/resources/media_file.proto", fileDescriptor_media_file_d0b2dbd6c8251818) } -var fileDescriptor_media_file_23f23555173acd30 = []byte{ +var fileDescriptor_media_file_d0b2dbd6c8251818 = []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 49d587e004db6b469dbd84c2ef49407f9ed8b962..1650e3fc117343773d12a5fefe558da5bdc17790 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_b8f29c5594012c82, []int{0} + return fileDescriptor_merchant_center_link_53b21997d8161260, []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_b8f29c5594012c82) + proto.RegisterFile("google/ads/googleads/v1/resources/merchant_center_link.proto", fileDescriptor_merchant_center_link_53b21997d8161260) } -var fileDescriptor_merchant_center_link_b8f29c5594012c82 = []byte{ +var fileDescriptor_merchant_center_link_53b21997d8161260 = []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 38ff4cff96d06afe608cad4b4825a45795351af9..8cb199e12849e9c11e1c986c120917a1232f6526 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_0fff3756db1db1ee, []int{0} + return fileDescriptor_mobile_app_category_constant_66a2599777da3f4d, []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_0fff3756db1db1ee) + proto.RegisterFile("google/ads/googleads/v1/resources/mobile_app_category_constant.proto", fileDescriptor_mobile_app_category_constant_66a2599777da3f4d) } -var fileDescriptor_mobile_app_category_constant_0fff3756db1db1ee = []byte{ +var fileDescriptor_mobile_app_category_constant_66a2599777da3f4d = []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 685ffb9c0b1b8110076d5293c26e5bf3adbd1f19..c73e423fcc63f21bc326f93d03fd840f7b194054 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_bb8f0eee204a71a8, []int{0} + return fileDescriptor_mobile_device_constant_27d78a6f88efd48d, []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_bb8f0eee204a71a8) + proto.RegisterFile("google/ads/googleads/v1/resources/mobile_device_constant.proto", fileDescriptor_mobile_device_constant_27d78a6f88efd48d) } -var fileDescriptor_mobile_device_constant_bb8f0eee204a71a8 = []byte{ +var fileDescriptor_mobile_device_constant_27d78a6f88efd48d = []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 0e22ad82070a84c8506ba0cf7dea30a90719391e..2bf93cb512ea10efd416c34eec80ae6843b31eef 100644 --- a/googleapis/ads/googleads/v1/resources/mutate_job.pb.go +++ b/googleapis/ads/googleads/v1/resources/mutate_job.pb.go @@ -48,7 +48,7 @@ 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_d4fbd659e595845f, []int{0} + return fileDescriptor_mutate_job_458284214925adfa, []int{0} } func (m *MutateJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJob.Unmarshal(m, b) @@ -115,16 +115,21 @@ type MutateJob_MutateJobMetadata struct { // The fraction (between 0.0 and 1.0) of mutates that have been processed. // This is empty if the job hasn't started running yet. EstimatedCompletionRatio *wrappers.DoubleValue `protobuf:"bytes,3,opt,name=estimated_completion_ratio,json=estimatedCompletionRatio,proto3" json:"estimated_completion_ratio,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // The number of mutate operations in the mutate job. + OperationCount *wrappers.Int64Value `protobuf:"bytes,4,opt,name=operation_count,json=operationCount,proto3" json:"operation_count,omitempty"` + // The number of mutate operations executed by the mutate job. + // Present only if the job has started running. + ExecutedOperationCount *wrappers.Int64Value `protobuf:"bytes,5,opt,name=executed_operation_count,json=executedOperationCount,proto3" json:"executed_operation_count,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *MutateJob_MutateJobMetadata) Reset() { *m = MutateJob_MutateJobMetadata{} } func (m *MutateJob_MutateJobMetadata) String() string { return proto.CompactTextString(m) } func (*MutateJob_MutateJobMetadata) ProtoMessage() {} func (*MutateJob_MutateJobMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_mutate_job_d4fbd659e595845f, []int{0, 0} + return fileDescriptor_mutate_job_458284214925adfa, []int{0, 0} } func (m *MutateJob_MutateJobMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateJob_MutateJobMetadata.Unmarshal(m, b) @@ -165,48 +170,64 @@ func (m *MutateJob_MutateJobMetadata) GetEstimatedCompletionRatio() *wrappers.Do return nil } +func (m *MutateJob_MutateJobMetadata) GetOperationCount() *wrappers.Int64Value { + if m != nil { + return m.OperationCount + } + return nil +} + +func (m *MutateJob_MutateJobMetadata) GetExecutedOperationCount() *wrappers.Int64Value { + if m != nil { + return m.ExecutedOperationCount + } + return nil +} + func init() { proto.RegisterType((*MutateJob)(nil), "google.ads.googleads.v1.resources.MutateJob") proto.RegisterType((*MutateJob_MutateJobMetadata)(nil), "google.ads.googleads.v1.resources.MutateJob.MutateJobMetadata") } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/mutate_job.proto", fileDescriptor_mutate_job_d4fbd659e595845f) -} - -var fileDescriptor_mutate_job_d4fbd659e595845f = []byte{ - // 514 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40, - 0x14, 0xc7, 0x49, 0x5a, 0x8b, 0x1d, 0xb5, 0xe8, 0x50, 0x30, 0xac, 0x45, 0xb6, 0x4a, 0x61, 0x41, - 0x98, 0x90, 0xf5, 0xe3, 0x22, 0x82, 0x90, 0xb5, 0x52, 0x5c, 0x68, 0x29, 0xd9, 0xb2, 0x17, 0xcb, - 0x42, 0x98, 0x64, 0x8e, 0x21, 0x9a, 0x99, 0x89, 0x99, 0x49, 0xf5, 0x1d, 0x7c, 0x0b, 0x2f, 0x7d, - 0x14, 0x1f, 0xc5, 0x27, 0x10, 0xbc, 0x91, 0x7c, 0xcd, 0x96, 0x96, 0x75, 0xbd, 0x3b, 0xc9, 0xfc, - 0x7f, 0xbf, 0x33, 0x39, 0x87, 0xa0, 0x71, 0x2a, 0x65, 0x9a, 0x83, 0x4b, 0x99, 0x72, 0xdb, 0xb2, - 0xae, 0x2e, 0x3d, 0xb7, 0x04, 0x25, 0xab, 0x32, 0x01, 0xe5, 0xf2, 0x4a, 0x53, 0x0d, 0xd1, 0x47, - 0x19, 0x93, 0xa2, 0x94, 0x5a, 0xe2, 0xc3, 0x36, 0x48, 0x28, 0x53, 0xc4, 0x30, 0xe4, 0xd2, 0x23, - 0x86, 0x19, 0xbc, 0x5c, 0xa7, 0x05, 0x51, 0xf1, 0xab, 0xca, 0x48, 0x69, 0xaa, 0x2b, 0xd5, 0x9a, - 0x07, 0x8f, 0x3b, 0xac, 0x79, 0x8a, 0xab, 0x0f, 0xee, 0x97, 0x92, 0x16, 0x05, 0x94, 0xfd, 0xf9, - 0x41, 0xaf, 0x2d, 0x32, 0x97, 0x0a, 0x21, 0x35, 0xd5, 0x99, 0x14, 0xdd, 0xe9, 0x93, 0xdf, 0xdb, - 0x68, 0xf7, 0xb4, 0x31, 0x4f, 0x65, 0x8c, 0x9f, 0xa2, 0x7b, 0xfd, 0x7d, 0x22, 0x41, 0x39, 0x38, - 0xd6, 0xd0, 0x1a, 0xed, 0x86, 0x77, 0xfb, 0x97, 0x67, 0x94, 0x03, 0x7e, 0x86, 0xec, 0x8c, 0x39, - 0xf6, 0xd0, 0x1a, 0xdd, 0x19, 0x3f, 0xea, 0x3e, 0x86, 0xf4, 0xdd, 0xc9, 0x7b, 0xa1, 0x5f, 0xbd, - 0x98, 0xd3, 0xbc, 0x82, 0xd0, 0xce, 0x18, 0x9e, 0xa1, 0x87, 0x02, 0xbe, 0xea, 0x88, 0x32, 0x16, - 0x29, 0xf8, 0x5c, 0x81, 0x48, 0x20, 0xd2, 0xf2, 0x13, 0x08, 0x67, 0xab, 0x31, 0x1c, 0xdc, 0x30, - 0xcc, 0x74, 0x99, 0x89, 0xb4, 0x55, 0xec, 0xd7, 0x70, 0xc0, 0xd8, 0xac, 0x43, 0x2f, 0x6a, 0x12, - 0x2f, 0xd0, 0x6d, 0x0e, 0x9a, 0x32, 0xaa, 0xa9, 0xb3, 0xdd, 0x58, 0xde, 0x90, 0x8d, 0xf3, 0x25, - 0xe6, 0x33, 0x57, 0xd5, 0x69, 0x67, 0x09, 0x8d, 0x0f, 0x2f, 0xd0, 0x4e, 0x3b, 0x5e, 0xe7, 0xd6, - 0xd0, 0x1a, 0xed, 0x8d, 0x27, 0x6b, 0xcd, 0xcd, 0x5a, 0x56, 0xae, 0x59, 0x43, 0xbd, 0x13, 0x15, - 0xbf, 0xfe, 0x2e, 0xec, 0x8c, 0x83, 0x6f, 0x36, 0x7a, 0x70, 0xa3, 0x37, 0x9e, 0x22, 0x9c, 0x94, - 0xd0, 0x6c, 0x25, 0x62, 0xf5, 0x8a, 0x75, 0xd6, 0x4d, 0x7e, 0xd3, 0x74, 0xee, 0xf7, 0xdc, 0x31, - 0xd5, 0x70, 0x91, 0x71, 0xc0, 0x67, 0x68, 0x3f, 0x91, 0xbc, 0xc8, 0xe1, 0x9a, 0xcd, 0xfe, 0x0f, - 0x1b, 0x5e, 0x91, 0xc6, 0xb7, 0x40, 0x03, 0x50, 0x3a, 0xe3, 0x54, 0x03, 0x8b, 0xae, 0x98, 0xcb, - 0xba, 0xed, 0xda, 0x0d, 0x1e, 0xcb, 0x2a, 0xce, 0xa1, 0xb5, 0x3a, 0x86, 0x7f, 0x6b, 0xf0, 0xb0, - 0xa6, 0x27, 0x7f, 0x2c, 0x74, 0x94, 0x48, 0xbe, 0x79, 0x73, 0x93, 0x3d, 0x33, 0xb4, 0xf3, 0xba, - 0xc5, 0xb9, 0xb5, 0x98, 0x76, 0x50, 0x2a, 0x73, 0x2a, 0x52, 0x22, 0xcb, 0xd4, 0x4d, 0x41, 0x34, - 0x17, 0xe8, 0xff, 0x9d, 0x22, 0x53, 0xff, 0xf8, 0x43, 0x5f, 0x9b, 0xea, 0xbb, 0xbd, 0x75, 0x12, - 0x04, 0x3f, 0xec, 0xc3, 0x93, 0x56, 0x19, 0x30, 0x45, 0xda, 0xb2, 0xae, 0xe6, 0x1e, 0x09, 0xfb, - 0xe4, 0xcf, 0x3e, 0xb3, 0x0c, 0x98, 0x5a, 0x9a, 0xcc, 0x72, 0xee, 0x2d, 0x4d, 0xe6, 0x97, 0x7d, - 0xd4, 0x1e, 0xf8, 0x7e, 0xc0, 0x94, 0xef, 0x9b, 0x94, 0xef, 0xcf, 0x3d, 0xdf, 0x37, 0xb9, 0x78, - 0xa7, 0xb9, 0xec, 0xf3, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x83, 0x65, 0xde, 0x4d, 0x04, - 0x00, 0x00, + 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, } 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 b2a804f26bb2c6fac9d034376ecba61da05be3f2..74f57ce0cedf909c3c239db6c1358f528890bd4b 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_65e67c42ba72fac5, []int{0} + return fileDescriptor_operating_system_version_constant_fdf00b399504351d, []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_65e67c42ba72fac5) + proto.RegisterFile("google/ads/googleads/v1/resources/operating_system_version_constant.proto", fileDescriptor_operating_system_version_constant_fdf00b399504351d) } -var fileDescriptor_operating_system_version_constant_65e67c42ba72fac5 = []byte{ +var fileDescriptor_operating_system_version_constant_fdf00b399504351d = []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/parental_status_view.pb.go b/googleapis/ads/googleads/v1/resources/parental_status_view.pb.go index 8bba6fe94621b47c303378f6e99f5e3449a7d7a3..367363c5c087035d1e8b0c860d28b511f8ee9f51 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_394abdb096d37548, []int{0} + return fileDescriptor_parental_status_view_603bf00e407a1028, []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_394abdb096d37548) + proto.RegisterFile("google/ads/googleads/v1/resources/parental_status_view.proto", fileDescriptor_parental_status_view_603bf00e407a1028) } -var fileDescriptor_parental_status_view_394abdb096d37548 = []byte{ +var fileDescriptor_parental_status_view_603bf00e407a1028 = []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 fd3f0f8346ef9ed29170cd6271f49f97b898b92f..81e48b5449f9aef43c9394377ee241f0b5fcc033 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_d77ff56beffd655f, []int{0} + return fileDescriptor_payments_account_260fca266d48e53f, []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_d77ff56beffd655f) + proto.RegisterFile("google/ads/googleads/v1/resources/payments_account.proto", fileDescriptor_payments_account_260fca266d48e53f) } -var fileDescriptor_payments_account_d77ff56beffd655f = []byte{ +var fileDescriptor_payments_account_260fca266d48e53f = []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 027d3305af7f67ed43cef25af5c45521e9191979..4c4fbbeb01a5a92d40787c0cb0cacd3f0f0d1fcc 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_04b25bad4e60ce43, []int{0} + return fileDescriptor_product_bidding_category_constant_63d196cdfaba57b3, []int{0} } func (m *ProductBiddingCategoryConstant) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProductBiddingCategoryConstant.Unmarshal(m, b) @@ -136,10 +136,10 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/product_bidding_category_constant.proto", fileDescriptor_product_bidding_category_constant_04b25bad4e60ce43) + proto.RegisterFile("google/ads/googleads/v1/resources/product_bidding_category_constant.proto", fileDescriptor_product_bidding_category_constant_63d196cdfaba57b3) } -var fileDescriptor_product_bidding_category_constant_04b25bad4e60ce43 = []byte{ +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, 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 6d8a399e6e2327af97cba02e95005f03b6674f3e..477e77c1e87d77a1a98e4ebc4947d601865e1eb8 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_e7bb4a970acf1060, []int{0} + return fileDescriptor_product_group_view_41512f82a814544a, []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_e7bb4a970acf1060) + proto.RegisterFile("google/ads/googleads/v1/resources/product_group_view.proto", fileDescriptor_product_group_view_41512f82a814544a) } -var fileDescriptor_product_group_view_e7bb4a970acf1060 = []byte{ +var fileDescriptor_product_group_view_41512f82a814544a = []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 44a3056a96fa4070e256ef1265ff4ff591c81d7a..7336de3c2cae6fa6431b669757cf0c338cbd02cf 100644 --- a/googleapis/ads/googleads/v1/resources/recommendation.pb.go +++ b/googleapis/ads/googleads/v1/resources/recommendation.pb.go @@ -67,6 +67,8 @@ type Recommendation struct { // *Recommendation_SearchPartnersOptInRecommendation_ // *Recommendation_MaximizeClicksOptInRecommendation_ // *Recommendation_OptimizeAdRotationRecommendation_ + // *Recommendation_KeywordMatchTypeRecommendation_ + // *Recommendation_MoveUnusedBudgetRecommendation_ Recommendation isRecommendation_Recommendation `protobuf_oneof:"recommendation"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -77,7 +79,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_dc5960680a275801, []int{0} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0} } func (m *Recommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation.Unmarshal(m, b) @@ -186,6 +188,14 @@ type Recommendation_OptimizeAdRotationRecommendation_ struct { OptimizeAdRotationRecommendation *Recommendation_OptimizeAdRotationRecommendation `protobuf:"bytes,16,opt,name=optimize_ad_rotation_recommendation,json=optimizeAdRotationRecommendation,proto3,oneof"` } +type Recommendation_KeywordMatchTypeRecommendation_ struct { + KeywordMatchTypeRecommendation *Recommendation_KeywordMatchTypeRecommendation `protobuf:"bytes,20,opt,name=keyword_match_type_recommendation,json=keywordMatchTypeRecommendation,proto3,oneof"` +} + +type Recommendation_MoveUnusedBudgetRecommendation_ struct { + MoveUnusedBudgetRecommendation *Recommendation_MoveUnusedBudgetRecommendation `protobuf:"bytes,21,opt,name=move_unused_budget_recommendation,json=moveUnusedBudgetRecommendation,proto3,oneof"` +} + func (*Recommendation_CampaignBudgetRecommendation_) isRecommendation_Recommendation() {} func (*Recommendation_KeywordRecommendation_) isRecommendation_Recommendation() {} @@ -204,6 +214,10 @@ func (*Recommendation_MaximizeClicksOptInRecommendation_) isRecommendation_Recom func (*Recommendation_OptimizeAdRotationRecommendation_) isRecommendation_Recommendation() {} +func (*Recommendation_KeywordMatchTypeRecommendation_) isRecommendation_Recommendation() {} + +func (*Recommendation_MoveUnusedBudgetRecommendation_) isRecommendation_Recommendation() {} + func (m *Recommendation) GetRecommendation() isRecommendation_Recommendation { if m != nil { return m.Recommendation @@ -274,6 +288,20 @@ func (m *Recommendation) GetOptimizeAdRotationRecommendation() *Recommendation_O return nil } +func (m *Recommendation) GetKeywordMatchTypeRecommendation() *Recommendation_KeywordMatchTypeRecommendation { + if x, ok := m.GetRecommendation().(*Recommendation_KeywordMatchTypeRecommendation_); ok { + return x.KeywordMatchTypeRecommendation + } + return nil +} + +func (m *Recommendation) GetMoveUnusedBudgetRecommendation() *Recommendation_MoveUnusedBudgetRecommendation { + if x, ok := m.GetRecommendation().(*Recommendation_MoveUnusedBudgetRecommendation_); ok { + return x.MoveUnusedBudgetRecommendation + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*Recommendation) 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 _Recommendation_OneofMarshaler, _Recommendation_OneofUnmarshaler, _Recommendation_OneofSizer, []interface{}{ @@ -286,6 +314,8 @@ func (*Recommendation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer (*Recommendation_SearchPartnersOptInRecommendation_)(nil), (*Recommendation_MaximizeClicksOptInRecommendation_)(nil), (*Recommendation_OptimizeAdRotationRecommendation_)(nil), + (*Recommendation_KeywordMatchTypeRecommendation_)(nil), + (*Recommendation_MoveUnusedBudgetRecommendation_)(nil), } } @@ -338,6 +368,16 @@ func _Recommendation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.OptimizeAdRotationRecommendation); err != nil { return err } + case *Recommendation_KeywordMatchTypeRecommendation_: + b.EncodeVarint(20<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.KeywordMatchTypeRecommendation); err != nil { + return err + } + case *Recommendation_MoveUnusedBudgetRecommendation_: + b.EncodeVarint(21<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MoveUnusedBudgetRecommendation); err != nil { + return err + } case nil: default: return fmt.Errorf("Recommendation.Recommendation has unexpected type %T", x) @@ -420,6 +460,22 @@ func _Recommendation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto err := b.DecodeMessage(msg) m.Recommendation = &Recommendation_OptimizeAdRotationRecommendation_{msg} return true, err + case 20: // recommendation.keyword_match_type_recommendation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Recommendation_KeywordMatchTypeRecommendation) + err := b.DecodeMessage(msg) + m.Recommendation = &Recommendation_KeywordMatchTypeRecommendation_{msg} + return true, err + case 21: // recommendation.move_unused_budget_recommendation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Recommendation_MoveUnusedBudgetRecommendation) + err := b.DecodeMessage(msg) + m.Recommendation = &Recommendation_MoveUnusedBudgetRecommendation_{msg} + return true, err default: return false, nil } @@ -474,6 +530,16 @@ func _Recommendation_OneofSizer(msg proto.Message) (n int) { 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 + n += proto.SizeVarint(uint64(s)) + n += s + case *Recommendation_MoveUnusedBudgetRecommendation_: + s := proto.Size(x.MoveUnusedBudgetRecommendation) + 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)) @@ -497,7 +563,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_dc5960680a275801, []int{0, 0} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 0} } func (m *Recommendation_RecommendationImpact) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_RecommendationImpact.Unmarshal(m, b) @@ -553,7 +619,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_dc5960680a275801, []int{0, 1} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 1} } func (m *Recommendation_RecommendationMetrics) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_RecommendationMetrics.Unmarshal(m, b) @@ -630,7 +696,7 @@ func (m *Recommendation_CampaignBudgetRecommendation) String() string { } func (*Recommendation_CampaignBudgetRecommendation) ProtoMessage() {} func (*Recommendation_CampaignBudgetRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 2} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 2} } func (m *Recommendation_CampaignBudgetRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_CampaignBudgetRecommendation.Unmarshal(m, b) @@ -692,7 +758,7 @@ func (m *Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendatio func (*Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption) ProtoMessage() { } func (*Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 2, 0} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 2, 0} } func (m *Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_CampaignBudgetRecommendation_CampaignBudgetRecommendationOption.Unmarshal(m, b) @@ -741,7 +807,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_dc5960680a275801, []int{0, 3} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 3} } func (m *Recommendation_KeywordRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_KeywordRecommendation.Unmarshal(m, b) @@ -775,156 +841,6 @@ func (m *Recommendation_KeywordRecommendation) GetRecommendedCpcBidMicros() *wra return nil } -// The Maximize Conversions Opt-In recommendation. -type Recommendation_MaximizeConversionsOptInRecommendation struct { - // The recommended new budget amount. - RecommendedBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=recommended_budget_amount_micros,json=recommendedBudgetAmountMicros,proto3" json:"recommended_budget_amount_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Recommendation_MaximizeConversionsOptInRecommendation) Reset() { - *m = Recommendation_MaximizeConversionsOptInRecommendation{} -} -func (m *Recommendation_MaximizeConversionsOptInRecommendation) String() string { - return proto.CompactTextString(m) -} -func (*Recommendation_MaximizeConversionsOptInRecommendation) ProtoMessage() {} -func (*Recommendation_MaximizeConversionsOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 4} -} -func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Unmarshal(m, b) -} -func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Marshal(b, m, deterministic) -} -func (dst *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Merge(dst, src) -} -func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Size(m) -} -func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.DiscardUnknown(m) -} - -var xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation proto.InternalMessageInfo - -func (m *Recommendation_MaximizeConversionsOptInRecommendation) GetRecommendedBudgetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetAmountMicros - } - return nil -} - -// The Maximize Clicks opt-in recommendation. -type Recommendation_MaximizeClicksOptInRecommendation struct { - // The recommended new budget amount. - // Only set if the current budget is too high. - RecommendedBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=recommended_budget_amount_micros,json=recommendedBudgetAmountMicros,proto3" json:"recommended_budget_amount_micros,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *Recommendation_MaximizeClicksOptInRecommendation) Reset() { - *m = Recommendation_MaximizeClicksOptInRecommendation{} -} -func (m *Recommendation_MaximizeClicksOptInRecommendation) String() string { - return proto.CompactTextString(m) -} -func (*Recommendation_MaximizeClicksOptInRecommendation) ProtoMessage() {} -func (*Recommendation_MaximizeClicksOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 5} -} -func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Unmarshal(m, b) -} -func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Marshal(b, m, deterministic) -} -func (dst *Recommendation_MaximizeClicksOptInRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Merge(dst, src) -} -func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Size(m) -} -func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.DiscardUnknown(m) -} - -var xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation proto.InternalMessageInfo - -func (m *Recommendation_MaximizeClicksOptInRecommendation) GetRecommendedBudgetAmountMicros() *wrappers.Int64Value { - if m != nil { - return m.RecommendedBudgetAmountMicros - } - 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_dc5960680a275801, []int{0, 6} -} -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. @@ -945,7 +861,7 @@ func (m *Recommendation_TargetCpaOptInRecommendation) String() string { } func (*Recommendation_TargetCpaOptInRecommendation) ProtoMessage() {} func (*Recommendation_TargetCpaOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 7} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 4} } func (m *Recommendation_TargetCpaOptInRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_TargetCpaOptInRecommendation.Unmarshal(m, b) @@ -1006,7 +922,7 @@ func (m *Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendatio func (*Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption) ProtoMessage() { } func (*Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 7, 0} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 4, 0} } func (m *Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendationOption.Unmarshal(m, b) @@ -1054,40 +970,243 @@ func (m *Recommendation_TargetCpaOptInRecommendation_TargetCpaOptInRecommendatio return nil } -// The Search Partners Opt-In recommendation. -type Recommendation_SearchPartnersOptInRecommendation struct { +// 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_MoveUnusedBudgetRecommendation) Reset() { + *m = Recommendation_MoveUnusedBudgetRecommendation{} +} +func (m *Recommendation_MoveUnusedBudgetRecommendation) 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 (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 Maximize Conversions Opt-In recommendation. +type Recommendation_MaximizeConversionsOptInRecommendation struct { + // The recommended new budget amount. + RecommendedBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=recommended_budget_amount_micros,json=recommendedBudgetAmountMicros,proto3" json:"recommended_budget_amount_micros,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_MaximizeConversionsOptInRecommendation) Reset() { + *m = Recommendation_MaximizeConversionsOptInRecommendation{} +} +func (m *Recommendation_MaximizeConversionsOptInRecommendation) String() string { + return proto.CompactTextString(m) +} +func (*Recommendation_MaximizeConversionsOptInRecommendation) ProtoMessage() {} +func (*Recommendation_MaximizeConversionsOptInRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 7} +} +func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Unmarshal(m, b) +} +func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Marshal(b, m, deterministic) +} +func (dst *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Merge(dst, src) +} +func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.Size(m) +} +func (m *Recommendation_MaximizeConversionsOptInRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_MaximizeConversionsOptInRecommendation proto.InternalMessageInfo + +func (m *Recommendation_MaximizeConversionsOptInRecommendation) GetRecommendedBudgetAmountMicros() *wrappers.Int64Value { + if m != nil { + return m.RecommendedBudgetAmountMicros + } + return nil +} + +// The Enhanced Cost-Per-Click Opt-In recommendation. +type Recommendation_EnhancedCpcOptInRecommendation struct { XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } -func (m *Recommendation_SearchPartnersOptInRecommendation) Reset() { - *m = Recommendation_SearchPartnersOptInRecommendation{} +func (m *Recommendation_EnhancedCpcOptInRecommendation) Reset() { + *m = Recommendation_EnhancedCpcOptInRecommendation{} } -func (m *Recommendation_SearchPartnersOptInRecommendation) String() string { +func (m *Recommendation_EnhancedCpcOptInRecommendation) String() string { return proto.CompactTextString(m) } -func (*Recommendation_SearchPartnersOptInRecommendation) ProtoMessage() {} -func (*Recommendation_SearchPartnersOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 8} +func (*Recommendation_EnhancedCpcOptInRecommendation) ProtoMessage() {} +func (*Recommendation_EnhancedCpcOptInRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 8} } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Unmarshal(m, b) +func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.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_EnhancedCpcOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Marshal(b, m, deterministic) } -func (dst *Recommendation_SearchPartnersOptInRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Merge(dst, src) +func (dst *Recommendation_EnhancedCpcOptInRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Merge(dst, src) } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Size(m) +func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Size(m) } -func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.DiscardUnknown(m) +func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.DiscardUnknown(m) } -var xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation proto.InternalMessageInfo +var xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation proto.InternalMessageInfo + +// The Maximize Clicks opt-in recommendation. +type Recommendation_MaximizeClicksOptInRecommendation struct { + // The recommended new budget amount. + // Only set if the current budget is too high. + RecommendedBudgetAmountMicros *wrappers.Int64Value `protobuf:"bytes,1,opt,name=recommended_budget_amount_micros,json=recommendedBudgetAmountMicros,proto3" json:"recommended_budget_amount_micros,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Recommendation_MaximizeClicksOptInRecommendation) Reset() { + *m = Recommendation_MaximizeClicksOptInRecommendation{} +} +func (m *Recommendation_MaximizeClicksOptInRecommendation) String() string { + return proto.CompactTextString(m) +} +func (*Recommendation_MaximizeClicksOptInRecommendation) ProtoMessage() {} +func (*Recommendation_MaximizeClicksOptInRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 9} +} +func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Unmarshal(m, b) +} +func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Marshal(b, m, deterministic) +} +func (dst *Recommendation_MaximizeClicksOptInRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Merge(dst, src) +} +func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.Size(m) +} +func (m *Recommendation_MaximizeClicksOptInRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_MaximizeClicksOptInRecommendation proto.InternalMessageInfo + +func (m *Recommendation_MaximizeClicksOptInRecommendation) GetRecommendedBudgetAmountMicros() *wrappers.Int64Value { + if m != nil { + return m.RecommendedBudgetAmountMicros + } + return nil +} // The Optimize Ad Rotation recommendation. type Recommendation_OptimizeAdRotationRecommendation struct { @@ -1104,7 +1223,7 @@ func (m *Recommendation_OptimizeAdRotationRecommendation) String() string { } func (*Recommendation_OptimizeAdRotationRecommendation) ProtoMessage() {} func (*Recommendation_OptimizeAdRotationRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 9} + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 10} } func (m *Recommendation_OptimizeAdRotationRecommendation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Recommendation_OptimizeAdRotationRecommendation.Unmarshal(m, b) @@ -1124,40 +1243,93 @@ func (m *Recommendation_OptimizeAdRotationRecommendation) XXX_DiscardUnknown() { var xxx_messageInfo_Recommendation_OptimizeAdRotationRecommendation proto.InternalMessageInfo -// The Enhanced Cost-Per-Click Opt-In recommendation. -type Recommendation_EnhancedCpcOptInRecommendation struct { +// 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_EnhancedCpcOptInRecommendation) Reset() { - *m = Recommendation_EnhancedCpcOptInRecommendation{} +func (m *Recommendation_SearchPartnersOptInRecommendation) Reset() { + *m = Recommendation_SearchPartnersOptInRecommendation{} } -func (m *Recommendation_EnhancedCpcOptInRecommendation) String() string { +func (m *Recommendation_SearchPartnersOptInRecommendation) String() string { return proto.CompactTextString(m) } -func (*Recommendation_EnhancedCpcOptInRecommendation) ProtoMessage() {} -func (*Recommendation_EnhancedCpcOptInRecommendation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_dc5960680a275801, []int{0, 10} +func (*Recommendation_SearchPartnersOptInRecommendation) ProtoMessage() {} +func (*Recommendation_SearchPartnersOptInRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 11} } -func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Unmarshal(m, b) +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Unmarshal(m, b) } -func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Marshal(b, m, deterministic) +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Marshal(b, m, deterministic) } -func (dst *Recommendation_EnhancedCpcOptInRecommendation) XXX_Merge(src proto.Message) { - xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Merge(dst, src) +func (dst *Recommendation_SearchPartnersOptInRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Merge(dst, src) } -func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_Size() int { - return xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.Size(m) +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.Size(m) } -func (m *Recommendation_EnhancedCpcOptInRecommendation) XXX_DiscardUnknown() { - xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation.DiscardUnknown(m) +func (m *Recommendation_SearchPartnersOptInRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation.DiscardUnknown(m) } -var xxx_messageInfo_Recommendation_EnhancedCpcOptInRecommendation proto.InternalMessageInfo +var xxx_messageInfo_Recommendation_SearchPartnersOptInRecommendation 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_KeywordMatchTypeRecommendation) Reset() { + *m = Recommendation_KeywordMatchTypeRecommendation{} +} +func (m *Recommendation_KeywordMatchTypeRecommendation) String() string { + return proto.CompactTextString(m) +} +func (*Recommendation_KeywordMatchTypeRecommendation) ProtoMessage() {} +func (*Recommendation_KeywordMatchTypeRecommendation) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_e8cdb56e529506e5, []int{0, 12} +} +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.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 (dst *Recommendation_KeywordMatchTypeRecommendation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Merge(dst, src) +} +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_Size() int { + return xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.Size(m) +} +func (m *Recommendation_KeywordMatchTypeRecommendation) XXX_DiscardUnknown() { + xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation.DiscardUnknown(m) +} + +var xxx_messageInfo_Recommendation_KeywordMatchTypeRecommendation proto.InternalMessageInfo + +func (m *Recommendation_KeywordMatchTypeRecommendation) GetKeyword() *common.KeywordInfo { + if m != nil { + return m.Keyword + } + return nil +} + +func (m *Recommendation_KeywordMatchTypeRecommendation) GetRecommendedMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType { + if m != nil { + return m.RecommendedMatchType + } + return enums.KeywordMatchTypeEnum_UNSPECIFIED +} func init() { proto.RegisterType((*Recommendation)(nil), "google.ads.googleads.v1.resources.Recommendation") @@ -1166,105 +1338,116 @@ 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_MaximizeConversionsOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MaximizeConversionsOptInRecommendation") - proto.RegisterType((*Recommendation_MaximizeClicksOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MaximizeClicksOptInRecommendation") - 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_SearchPartnersOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.SearchPartnersOptInRecommendation") - proto.RegisterType((*Recommendation_OptimizeAdRotationRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.OptimizeAdRotationRecommendation") + 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_MaximizeConversionsOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.MaximizeConversionsOptInRecommendation") proto.RegisterType((*Recommendation_EnhancedCpcOptInRecommendation)(nil), "google.ads.googleads.v1.resources.Recommendation.EnhancedCpcOptInRecommendation") + 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") } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/recommendation.proto", fileDescriptor_recommendation_dc5960680a275801) -} - -var fileDescriptor_recommendation_dc5960680a275801 = []byte{ - // 1348 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4d, 0x6f, 0xdc, 0x44, - 0x18, 0xc6, 0x9b, 0x34, 0x69, 0xdf, 0x4d, 0x36, 0xed, 0x90, 0x96, 0xc5, 0x84, 0x68, 0x93, 0x92, - 0x2a, 0x2a, 0x62, 0x57, 0x09, 0xa5, 0xad, 0x96, 0x0f, 0x69, 0x93, 0x86, 0x34, 0xa0, 0xb4, 0x91, - 0x5b, 0x45, 0x15, 0x8a, 0x6a, 0xcd, 0x7a, 0xa6, 0xae, 0xe9, 0xda, 0xe3, 0x8e, 0x67, 0xd3, 0x84, - 0x03, 0xea, 0x11, 0x84, 0xc4, 0x11, 0xf5, 0xc4, 0x01, 0x0e, 0x48, 0xfc, 0x00, 0xd4, 0x7f, 0x80, - 0xd4, 0x6b, 0x25, 0x7e, 0x04, 0xbf, 0x80, 0x23, 0xf2, 0x78, 0xec, 0xec, 0x97, 0xed, 0xdd, 0xa5, - 0xe5, 0x66, 0x7b, 0x9e, 0xe7, 0x79, 0x9f, 0xf9, 0x7c, 0xdf, 0x31, 0x5c, 0xb5, 0x19, 0xb3, 0x5b, - 0xb4, 0x86, 0x49, 0x50, 0x8b, 0x1e, 0xc3, 0xa7, 0xc3, 0xb5, 0x1a, 0xa7, 0x01, 0x6b, 0x73, 0x8b, - 0x06, 0x35, 0x4e, 0x2d, 0xe6, 0xba, 0xd4, 0x23, 0x58, 0x38, 0xcc, 0xab, 0xfa, 0x9c, 0x09, 0x86, - 0x96, 0x22, 0x70, 0x15, 0x93, 0xa0, 0x9a, 0xf0, 0xaa, 0x87, 0x6b, 0xd5, 0x84, 0xa7, 0x7f, 0x90, - 0x26, 0x1d, 0xca, 0x31, 0xaf, 0x66, 0x71, 0x47, 0x50, 0xee, 0xe0, 0x48, 0x51, 0xbf, 0x96, 0x06, - 0xa7, 0x5e, 0xdb, 0xed, 0x75, 0x61, 0x8a, 0x63, 0x9f, 0x2a, 0xe2, 0x4e, 0x36, 0x51, 0x60, 0x6e, - 0x53, 0x61, 0x5a, 0x3e, 0x36, 0x99, 0x2f, 0x4c, 0xc7, 0x33, 0x7b, 0xa4, 0x6c, 0x86, 0x5b, 0x4a, - 0xea, 0x72, 0xfe, 0x68, 0x60, 0xa2, 0xb0, 0x8b, 0x0a, 0x2b, 0xdf, 0x9a, 0xed, 0x07, 0xb5, 0x27, - 0x1c, 0xfb, 0x3e, 0xe5, 0x81, 0x6a, 0x5f, 0x88, 0xb5, 0x7c, 0xa7, 0x86, 0x3d, 0x8f, 0x09, 0x19, - 0x4d, 0xb5, 0x2e, 0x7f, 0xf7, 0x1e, 0x94, 0x8c, 0x2e, 0x1f, 0xe8, 0x22, 0xcc, 0xc6, 0x61, 0x4c, - 0x0f, 0xbb, 0xb4, 0xac, 0x55, 0xb4, 0xd5, 0x33, 0xc6, 0x4c, 0xfc, 0xf1, 0x16, 0x76, 0x29, 0x3a, - 0x80, 0xc9, 0xb0, 0xeb, 0xe5, 0x42, 0x45, 0x5b, 0x2d, 0xad, 0xdf, 0xac, 0xa6, 0x4d, 0x83, 0xec, - 0x7b, 0xb5, 0x3b, 0xc2, 0xdd, 0x63, 0x9f, 0x6e, 0x79, 0x6d, 0x77, 0xc0, 0x67, 0x43, 0xaa, 0xa2, - 0xfb, 0x30, 0xe5, 0xb8, 0x3e, 0xb6, 0x44, 0x79, 0xa2, 0xa2, 0xad, 0x16, 0xd7, 0x3f, 0xaf, 0xe6, - 0x4e, 0x73, 0x8f, 0x58, 0xcf, 0xeb, 0x8e, 0x54, 0x33, 0x94, 0x2a, 0xda, 0x82, 0x39, 0x0b, 0xbb, - 0x3e, 0x76, 0x6c, 0xcf, 0x6c, 0xb6, 0x89, 0x4d, 0x45, 0xf9, 0x94, 0x0c, 0xb4, 0x10, 0x07, 0x8a, - 0x47, 0xb3, 0x7a, 0x47, 0x70, 0xc7, 0xb3, 0xf7, 0x71, 0xab, 0x4d, 0x8d, 0x52, 0x4c, 0xda, 0x90, - 0x1c, 0x74, 0x1d, 0x4e, 0xc7, 0x5f, 0xca, 0x53, 0x43, 0xf0, 0x13, 0x34, 0xba, 0x06, 0xa7, 0x31, - 0x31, 0x6d, 0xce, 0xda, 0x7e, 0x79, 0x7a, 0x08, 0xe6, 0x34, 0x26, 0xdb, 0x21, 0x18, 0x5d, 0x87, - 0x33, 0xc4, 0x09, 0x5c, 0x27, 0x08, 0x28, 0x29, 0xcf, 0x4a, 0xa6, 0xde, 0xc7, 0xdc, 0x60, 0xac, - 0x15, 0xf1, 0x4e, 0xc0, 0xe8, 0x27, 0x0d, 0x16, 0x7b, 0x3a, 0xdd, 0xb3, 0x02, 0xcb, 0x93, 0x52, - 0xef, 0xd6, 0xe8, 0x83, 0xbd, 0xd9, 0x35, 0x2e, 0xdd, 0x8d, 0x37, 0xdf, 0x30, 0x16, 0xac, 0x8c, - 0x76, 0xf4, 0x54, 0x83, 0x0b, 0x8f, 0xe8, 0xf1, 0x13, 0xc6, 0x49, 0xaf, 0xa1, 0xd3, 0xd2, 0xd0, - 0xf6, 0xe8, 0x86, 0xbe, 0x8c, 0xf4, 0xfa, 0x9c, 0x9c, 0x7f, 0x34, 0xa8, 0x01, 0x7d, 0x0b, 0x17, - 0x04, 0x3d, 0x12, 0x26, 0xee, 0x73, 0x70, 0x66, 0xdc, 0xf5, 0x77, 0x97, 0x1e, 0x89, 0x46, 0xbf, - 0x81, 0x79, 0x31, 0xe0, 0x3b, 0x7a, 0xa6, 0x41, 0x25, 0xef, 0x7c, 0x28, 0xc3, 0xb8, 0xb3, 0x73, - 0x57, 0x2a, 0x6f, 0xfa, 0xf8, 0xb6, 0x2f, 0x76, 0xbc, 0xfe, 0xd9, 0x11, 0x19, 0xed, 0xe8, 0x0f, - 0x0d, 0x2e, 0xbb, 0xf8, 0xc8, 0x71, 0x9d, 0x6f, 0xa8, 0x69, 0x31, 0xef, 0x90, 0xf2, 0x20, 0x3c, - 0x3f, 0x52, 0x4c, 0x16, 0xa5, 0xc9, 0x7b, 0xa3, 0x9b, 0xdc, 0x55, 0x31, 0x36, 0x4f, 0x42, 0x0c, - 0xb6, 0x7b, 0xc9, 0x1d, 0x0a, 0x89, 0x7e, 0xd6, 0x60, 0x99, 0x7a, 0x0f, 0xb1, 0x67, 0x51, 0x62, - 0x5a, 0xbe, 0x95, 0x62, 0x78, 0x46, 0x1a, 0xde, 0x1b, 0xdd, 0xf0, 0x96, 0xd2, 0xde, 0xf4, 0xad, - 0xc1, 0x46, 0x17, 0x69, 0x26, 0x02, 0xfd, 0xa6, 0xc1, 0x4a, 0x40, 0x31, 0xb7, 0x1e, 0x9a, 0x3e, - 0xe6, 0xc2, 0xa3, 0x3c, 0x6d, 0x50, 0x4b, 0xd2, 0xe3, 0x9d, 0xd1, 0x3d, 0xde, 0x91, 0xf2, 0x7b, - 0x4a, 0x7d, 0xb0, 0xcd, 0xa5, 0x20, 0x0f, 0x24, 0x9d, 0x9e, 0xac, 0x81, 0x96, 0x63, 0x3d, 0x4a, - 0x73, 0x3a, 0x37, 0xae, 0xd3, 0x64, 0xfa, 0xa5, 0x7a, 0x8a, 0x53, 0x37, 0x0f, 0x84, 0x7e, 0xd5, - 0xe0, 0x22, 0xf3, 0x45, 0xe4, 0x34, 0xdc, 0xcd, 0x2a, 0xdd, 0xf5, 0xfa, 0x3c, 0x2b, 0x7d, 0x1a, - 0xa3, 0xfb, 0xbc, 0xad, 0xc4, 0x1b, 0xc4, 0x50, 0xd2, 0x7d, 0x36, 0x2b, 0x2c, 0x07, 0xa3, 0xff, - 0xa3, 0xc1, 0xfc, 0xa0, 0xfc, 0x84, 0xbe, 0x86, 0x99, 0x26, 0x0e, 0xa8, 0xe9, 0x52, 0xc1, 0x1d, - 0x2b, 0x90, 0x99, 0x77, 0xac, 0xf3, 0xaf, 0xfb, 0x75, 0x37, 0x92, 0x33, 0x8a, 0xa1, 0xb8, 0x7a, - 0x41, 0x02, 0xce, 0xf9, 0x4c, 0x50, 0x4f, 0x38, 0xb8, 0x95, 0x04, 0x2c, 0xbc, 0xda, 0x80, 0x67, - 0x93, 0x08, 0xea, 0x8b, 0xfe, 0xa2, 0x00, 0xe7, 0x07, 0x62, 0xd1, 0x67, 0x50, 0x74, 0x5c, 0x9f, - 0xd3, 0x40, 0xee, 0x68, 0xd5, 0xf5, 0xfe, 0xac, 0x78, 0x83, 0xb5, 0x9b, 0x2d, 0x1a, 0x65, 0xb7, - 0x4e, 0x02, 0xba, 0x02, 0x53, 0xd1, 0xd2, 0x54, 0x9d, 0xc8, 0xa6, 0x2a, 0x2c, 0xfa, 0x04, 0x8a, - 0x16, 0x0b, 0x84, 0xe9, 0x3a, 0x16, 0x67, 0x81, 0x2a, 0x37, 0xde, 0xe9, 0xa3, 0xee, 0x78, 0xe2, - 0xea, 0x95, 0x88, 0x09, 0x21, 0x7e, 0x57, 0xc2, 0x43, 0xcf, 0x1d, 0x47, 0xa2, 0xca, 0x9f, 0x39, - 0x9e, 0x3b, 0x08, 0xe8, 0x53, 0x28, 0x1e, 0x3a, 0x84, 0x32, 0xf3, 0xd0, 0xa1, 0x4f, 0x82, 0xd4, - 0x1a, 0xa4, 0x93, 0x0f, 0x92, 0xb0, 0x1f, 0xe2, 0xf5, 0x97, 0x93, 0xb0, 0x90, 0x95, 0x7a, 0xd1, - 0x01, 0x2c, 0x58, 0x6d, 0xce, 0xa9, 0x27, 0xe2, 0x8c, 0x8f, 0x5d, 0xd6, 0xf6, 0x92, 0xee, 0x6a, - 0xf9, 0xdd, 0x7d, 0x5b, 0x09, 0x44, 0xfa, 0x0d, 0x49, 0x57, 0xbd, 0x27, 0x50, 0x49, 0xb6, 0x15, - 0x25, 0x83, 0x23, 0x14, 0xf2, 0x23, 0xbc, 0xdb, 0x21, 0x32, 0x20, 0xca, 0x33, 0x0d, 0x4a, 0x4a, - 0x3a, 0xdc, 0x58, 0xe1, 0x38, 0x4f, 0x54, 0x26, 0x56, 0x8b, 0xeb, 0x8f, 0x5f, 0x6d, 0x9d, 0x92, - 0xd9, 0x78, 0x5b, 0x46, 0x36, 0x66, 0x23, 0x23, 0xd1, 0x5b, 0xa0, 0xbf, 0xd4, 0x60, 0x39, 0x9f, - 0x85, 0x76, 0x61, 0x7e, 0xdc, 0xd1, 0x47, 0xcd, 0xfe, 0x01, 0x39, 0x29, 0x8e, 0x0b, 0xaf, 0xa3, - 0x38, 0xd6, 0x9f, 0x6b, 0x70, 0x7e, 0x60, 0xfd, 0x84, 0xb6, 0x60, 0x5a, 0xd5, 0x4f, 0xca, 0xfb, - 0xfb, 0xa9, 0xa1, 0xa3, 0xbb, 0x55, 0x5c, 0x87, 0xed, 0x78, 0x0f, 0x98, 0x11, 0x73, 0xd1, 0x3d, - 0xd0, 0x3b, 0xd7, 0x4d, 0x98, 0x9b, 0x9b, 0x0e, 0x19, 0x61, 0xc5, 0xbc, 0xd5, 0x41, 0xdf, 0xf4, - 0xad, 0x0d, 0x87, 0x44, 0x43, 0xa3, 0xff, 0xa8, 0xc1, 0xa5, 0xe1, 0x0a, 0x89, 0xa1, 0x16, 0xaf, - 0xf6, 0x5f, 0x17, 0xaf, 0xfe, 0xbd, 0x06, 0x4b, 0xb9, 0xa9, 0xed, 0x7f, 0xf2, 0xf2, 0x97, 0x06, - 0xf3, 0x83, 0xaa, 0x52, 0xf4, 0x11, 0x14, 0x70, 0x3c, 0xa3, 0x2b, 0x43, 0x2c, 0xa6, 0x06, 0x31, - 0x0a, 0x98, 0xa0, 0x06, 0xcc, 0x5a, 0x9c, 0x46, 0xe9, 0x95, 0x60, 0x41, 0x53, 0xcf, 0xdd, 0xce, - 0x8b, 0xcc, 0x4c, 0x4c, 0xb9, 0x81, 0x05, 0x45, 0x37, 0x60, 0x0e, 0xb7, 0x05, 0x33, 0xb1, 0xef, - 0xb7, 0x8e, 0x23, 0x91, 0x89, 0x21, 0x44, 0x66, 0x43, 0x52, 0x23, 0xe4, 0x84, 0x2a, 0xfa, 0x9f, - 0xa7, 0x60, 0x21, 0xab, 0xc6, 0x45, 0x3f, 0x68, 0x30, 0x1d, 0x9f, 0x1d, 0xda, 0xb8, 0x67, 0x47, - 0x56, 0x84, 0xcc, 0x46, 0x75, 0x76, 0xc4, 0x0e, 0xd0, 0x7d, 0xe8, 0x9c, 0x28, 0xb3, 0xa3, 0xee, - 0x1f, 0x7e, 0x07, 0x74, 0x6e, 0xa0, 0x24, 0xb6, 0x9a, 0xe7, 0xe7, 0x13, 0xb0, 0x9c, 0xef, 0x07, - 0x1d, 0xc1, 0xa4, 0xcd, 0x70, 0x4b, 0xce, 0x7b, 0x69, 0x9d, 0xe4, 0xdc, 0xe0, 0xb3, 0x04, 0xb7, - 0x19, 0x6e, 0xc9, 0xfb, 0x7c, 0x1e, 0xc8, 0x90, 0x11, 0xd1, 0x36, 0x9c, 0x1b, 0xab, 0xd3, 0x73, - 0xa2, 0xbb, 0xa7, 0x88, 0xc1, 0x25, 0x4e, 0x1f, 0xb7, 0x1d, 0x1e, 0x9e, 0x22, 0x3d, 0x57, 0xdb, - 0xee, 0xdd, 0x33, 0x44, 0x5e, 0x5f, 0x8e, 0xa5, 0xba, 0x4f, 0xf4, 0x94, 0xa3, 0x77, 0xf2, 0xb5, - 0x1c, 0xbd, 0x17, 0x61, 0x29, 0xb7, 0x64, 0xd7, 0x97, 0xa1, 0x92, 0x57, 0x85, 0xea, 0x15, 0x58, - 0xcc, 0xbe, 0x9f, 0x6c, 0x9c, 0x85, 0x52, 0x77, 0x4d, 0xbc, 0xf1, 0xb4, 0x00, 0x2b, 0x16, 0x73, - 0xf3, 0xbb, 0xb4, 0xf1, 0x66, 0xb7, 0xd6, 0x5e, 0x38, 0x9a, 0x7b, 0xda, 0x57, 0x5f, 0x28, 0xa6, - 0xcd, 0x5a, 0xd8, 0xb3, 0xab, 0x8c, 0xdb, 0x35, 0x9b, 0x7a, 0x72, 0xac, 0xe3, 0xbf, 0x58, 0xbe, - 0x13, 0x64, 0xfc, 0xd4, 0xfa, 0x38, 0x79, 0xfa, 0xa5, 0x30, 0xb1, 0xdd, 0x68, 0xfc, 0x5e, 0x58, - 0xda, 0x8e, 0x24, 0x1b, 0x24, 0xa8, 0x46, 0x8f, 0xe1, 0xd3, 0xfe, 0x5a, 0xd5, 0x88, 0x91, 0x2f, - 0x62, 0xcc, 0x41, 0x83, 0x04, 0x07, 0x09, 0xe6, 0x60, 0x7f, 0xed, 0x20, 0xc1, 0xfc, 0x5d, 0x58, - 0x89, 0x1a, 0xea, 0xf5, 0x06, 0x09, 0xea, 0xf5, 0x04, 0x55, 0xaf, 0xef, 0xaf, 0xd5, 0xeb, 0x09, - 0xae, 0x39, 0x25, 0xcd, 0x7e, 0xf8, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdd, 0xe6, 0x8f, 0x5c, - 0x8e, 0x14, 0x00, 0x00, + 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, } diff --git a/googleapis/ads/googleads/v1/resources/remarketing_action.pb.go b/googleapis/ads/googleads/v1/resources/remarketing_action.pb.go index 1876038505011646cc96dde5b7ddf2fc2d35d02c..59586320e72c3983b4927616caa5e88495102de0 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_8a791798db6e5249, []int{0} + return fileDescriptor_remarketing_action_ef96d6f7b8f18901, []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_8a791798db6e5249) + proto.RegisterFile("google/ads/googleads/v1/resources/remarketing_action.proto", fileDescriptor_remarketing_action_ef96d6f7b8f18901) } -var fileDescriptor_remarketing_action_8a791798db6e5249 = []byte{ +var fileDescriptor_remarketing_action_ef96d6f7b8f18901 = []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 7dc02211a8ece326c68b9135ae49ada5078090d6..3b6942b0ad3f95d5a4ce5b849e27314eddf91937 100644 --- a/googleapis/ads/googleads/v1/resources/search_term_view.pb.go +++ b/googleapis/ads/googleads/v1/resources/search_term_view.pb.go @@ -27,7 +27,7 @@ type SearchTermView struct { // The resource name of the search term view. // Search term view resource names have the form: // - // `customers/{customer_id}/searchTermViews/{campaign_id}~{ad_group_id}_ + // `customers/{customer_id}/searchTermViews/{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. @@ -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_b320e72917d3ded0, []int{0} + return fileDescriptor_search_term_view_733d815a42669c80, []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_b320e72917d3ded0) + proto.RegisterFile("google/ads/googleads/v1/resources/search_term_view.proto", fileDescriptor_search_term_view_733d815a42669c80) } -var fileDescriptor_search_term_view_b320e72917d3ded0 = []byte{ +var fileDescriptor_search_term_view_733d815a42669c80 = []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 017877d06c382cebbc0f35b02c37f8d1d353a770..ca4383707be26b5aa2558108b4d929ee1da589cd 100644 --- a/googleapis/ads/googleads/v1/resources/shared_criterion.pb.go +++ b/googleapis/ads/googleads/v1/resources/shared_criterion.pb.go @@ -47,6 +47,7 @@ type SharedCriterion struct { // *SharedCriterion_YoutubeChannel // *SharedCriterion_Placement // *SharedCriterion_MobileAppCategory + // *SharedCriterion_MobileApplication Criterion isSharedCriterion_Criterion `protobuf_oneof:"criterion"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -57,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_ead1292271ca6193, []int{0} + return fileDescriptor_shared_criterion_f0811035849599fc, []int{0} } func (m *SharedCriterion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SharedCriterion.Unmarshal(m, b) @@ -129,6 +130,10 @@ type SharedCriterion_MobileAppCategory struct { MobileAppCategory *common.MobileAppCategoryInfo `protobuf:"bytes,8,opt,name=mobile_app_category,json=mobileAppCategory,proto3,oneof"` } +type SharedCriterion_MobileApplication struct { + MobileApplication *common.MobileApplicationInfo `protobuf:"bytes,9,opt,name=mobile_application,json=mobileApplication,proto3,oneof"` +} + func (*SharedCriterion_Keyword) isSharedCriterion_Criterion() {} func (*SharedCriterion_YoutubeVideo) isSharedCriterion_Criterion() {} @@ -139,6 +144,8 @@ func (*SharedCriterion_Placement) isSharedCriterion_Criterion() {} func (*SharedCriterion_MobileAppCategory) isSharedCriterion_Criterion() {} +func (*SharedCriterion_MobileApplication) isSharedCriterion_Criterion() {} + func (m *SharedCriterion) GetCriterion() isSharedCriterion_Criterion { if m != nil { return m.Criterion @@ -181,6 +188,13 @@ func (m *SharedCriterion) GetMobileAppCategory() *common.MobileAppCategoryInfo { return nil } +func (m *SharedCriterion) GetMobileApplication() *common.MobileApplicationInfo { + if x, ok := m.GetCriterion().(*SharedCriterion_MobileApplication); ok { + return x.MobileApplication + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*SharedCriterion) 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 _SharedCriterion_OneofMarshaler, _SharedCriterion_OneofUnmarshaler, _SharedCriterion_OneofSizer, []interface{}{ @@ -189,6 +203,7 @@ func (*SharedCriterion) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffe (*SharedCriterion_YoutubeChannel)(nil), (*SharedCriterion_Placement)(nil), (*SharedCriterion_MobileAppCategory)(nil), + (*SharedCriterion_MobileApplication)(nil), } } @@ -221,6 +236,11 @@ func _SharedCriterion_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.MobileAppCategory); err != nil { return err } + case *SharedCriterion_MobileApplication: + b.EncodeVarint(9<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MobileApplication); err != nil { + return err + } case nil: default: return fmt.Errorf("SharedCriterion.Criterion has unexpected type %T", x) @@ -271,6 +291,14 @@ func _SharedCriterion_OneofUnmarshaler(msg proto.Message, tag, wire int, b *prot err := b.DecodeMessage(msg) m.Criterion = &SharedCriterion_MobileAppCategory{msg} return true, err + case 9: // criterion.mobile_application + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(common.MobileApplicationInfo) + err := b.DecodeMessage(msg) + m.Criterion = &SharedCriterion_MobileApplication{msg} + return true, err default: return false, nil } @@ -305,6 +333,11 @@ func _SharedCriterion_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *SharedCriterion_MobileApplication: + s := proto.Size(x.MobileApplication) + 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)) @@ -317,45 +350,46 @@ func init() { } func init() { - proto.RegisterFile("google/ads/googleads/v1/resources/shared_criterion.proto", fileDescriptor_shared_criterion_ead1292271ca6193) -} - -var fileDescriptor_shared_criterion_ead1292271ca6193 = []byte{ - // 573 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xed, 0x8a, 0xd3, 0x4c, - 0x14, 0xc7, 0x9f, 0x76, 0xdf, 0x9e, 0xce, 0xbe, 0x61, 0xf4, 0x43, 0x58, 0x17, 0xe9, 0x2a, 0x0b, - 0x05, 0xd9, 0x89, 0xad, 0x2f, 0x48, 0x16, 0x16, 0xd2, 0x22, 0xb5, 0xca, 0x4a, 0x49, 0x97, 0x8a, - 0x52, 0x09, 0xd3, 0xe4, 0x6c, 0x36, 0x98, 0xcc, 0x0c, 0x33, 0x93, 0x2e, 0xfd, 0xe8, 0xad, 0xf8, - 0xd1, 0x4b, 0x11, 0xbc, 0x11, 0xaf, 0x42, 0x3a, 0x99, 0x64, 0x71, 0xa5, 0xd6, 0x6f, 0xa7, 0xe7, - 0xfc, 0xff, 0xbf, 0x9e, 0x73, 0x72, 0x12, 0xf4, 0x32, 0x66, 0x2c, 0x4e, 0xc1, 0x21, 0x91, 0x74, - 0x8a, 0x70, 0x11, 0xcd, 0xda, 0x8e, 0x00, 0xc9, 0x72, 0x11, 0x82, 0x74, 0xe4, 0x15, 0x11, 0x10, - 0x05, 0xa1, 0x48, 0x14, 0x88, 0x84, 0x51, 0xcc, 0x05, 0x53, 0xcc, 0x3a, 0x2a, 0xe4, 0x98, 0x44, - 0x12, 0x57, 0x4e, 0x3c, 0x6b, 0xe3, 0xca, 0x79, 0x70, 0xb2, 0x0c, 0x1e, 0xb2, 0x2c, 0x63, 0xd4, - 0x31, 0x48, 0x52, 0x10, 0x0f, 0x3a, 0xcb, 0xe4, 0x40, 0xf3, 0x4c, 0x3a, 0x55, 0x03, 0x81, 0x9a, - 0x73, 0x30, 0x9e, 0x07, 0xc6, 0xa3, 0x7f, 0x4d, 0xf3, 0x4b, 0xe7, 0x5a, 0x10, 0xce, 0x41, 0x48, - 0x53, 0x3f, 0x2c, 0x99, 0x3c, 0x71, 0x08, 0xa5, 0x4c, 0x11, 0x95, 0x30, 0x6a, 0xaa, 0x0f, 0x7f, - 0x6c, 0xa0, 0xfd, 0x91, 0x1e, 0xaf, 0x57, 0xc2, 0xad, 0x47, 0x68, 0xb7, 0x9c, 0x20, 0xa0, 0x24, - 0x03, 0xbb, 0xd6, 0xac, 0xb5, 0x1a, 0xfe, 0x4e, 0x99, 0x7c, 0x47, 0x32, 0xb0, 0x4e, 0x11, 0x32, - 0x6b, 0x91, 0xa0, 0xec, 0x7a, 0xb3, 0xd6, 0xda, 0xee, 0x1c, 0x9a, 0x35, 0xe0, 0xb2, 0x17, 0x3c, - 0x52, 0x22, 0xa1, 0xf1, 0x98, 0xa4, 0x39, 0xf8, 0x8d, 0x42, 0x3f, 0x02, 0x65, 0x9d, 0xa1, 0x9d, - 0x9b, 0x59, 0x92, 0xc8, 0x3e, 0xd0, 0xf6, 0xfb, 0x7f, 0xd8, 0x07, 0x54, 0xbd, 0x78, 0x56, 0xb8, - 0xb7, 0x2b, 0xc3, 0x20, 0xb2, 0x7c, 0xb4, 0xbe, 0xd8, 0x80, 0xbd, 0xde, 0xac, 0xb5, 0xf6, 0x3a, - 0x67, 0x78, 0xd9, 0x83, 0xd0, 0x6b, 0xc3, 0xd5, 0x64, 0x17, 0x73, 0x0e, 0xaf, 0x68, 0x9e, 0xfd, - 0x9e, 0xf1, 0x35, 0xcb, 0xea, 0xa3, 0xad, 0xcf, 0x30, 0xbf, 0x66, 0x22, 0xb2, 0xd7, 0x74, 0x3b, - 0x8f, 0x97, 0x62, 0x8b, 0x87, 0x87, 0xdf, 0x16, 0xf2, 0x01, 0xbd, 0x64, 0xaf, 0xff, 0xf3, 0x4b, - 0xb7, 0xf5, 0x1e, 0xed, 0xce, 0x59, 0xae, 0xf2, 0x29, 0x04, 0xb3, 0x24, 0x02, 0x66, 0x6f, 0x68, - 0xdc, 0x93, 0x55, 0xb8, 0x0f, 0x2c, 0xbf, 0xc8, 0xa7, 0x30, 0x5e, 0x78, 0x0c, 0x73, 0xc7, 0x80, - 0x74, 0xce, 0xfa, 0x84, 0xf6, 0x4b, 0x70, 0x78, 0x45, 0x28, 0x85, 0xd4, 0xde, 0xd4, 0xe8, 0xce, - 0x3f, 0xa2, 0x7b, 0x85, 0xcb, 0xc0, 0xf7, 0x0c, 0xcc, 0x64, 0xad, 0x73, 0xd4, 0xe0, 0x29, 0x09, - 0x21, 0x03, 0xaa, 0xec, 0x2d, 0x0d, 0x3e, 0x59, 0x05, 0x1e, 0x96, 0x06, 0xc3, 0xbc, 0x21, 0x58, - 0x31, 0xba, 0x9b, 0xb1, 0x69, 0x92, 0x42, 0x40, 0x38, 0x0f, 0x42, 0xa2, 0x20, 0x66, 0x62, 0x6e, - 0xff, 0xaf, 0xc1, 0xcf, 0x57, 0x81, 0xcf, 0xb5, 0xd5, 0xe3, 0xbc, 0x67, 0x8c, 0xe6, 0x0f, 0xee, - 0x64, 0xb7, 0x0b, 0xdd, 0x6d, 0xd4, 0xa8, 0x6e, 0xa3, 0xfb, 0xa5, 0x8e, 0x8e, 0x43, 0x96, 0xe1, - 0x95, 0xaf, 0x66, 0xf7, 0xde, 0xad, 0xb3, 0x1f, 0x2e, 0x8e, 0x6e, 0x58, 0xfb, 0xf8, 0xc6, 0x58, - 0x63, 0x96, 0x12, 0x1a, 0x63, 0x26, 0x62, 0x27, 0x06, 0xaa, 0x4f, 0xb2, 0x7c, 0x27, 0x79, 0x22, - 0xff, 0xf2, 0xb9, 0x38, 0xad, 0xa2, 0xaf, 0xf5, 0xb5, 0xbe, 0xe7, 0x7d, 0xab, 0x1f, 0xf5, 0x0b, - 0xa4, 0x17, 0x49, 0x5c, 0x84, 0x8b, 0x68, 0xdc, 0xc6, 0x7e, 0xa9, 0xfc, 0x5e, 0x6a, 0x26, 0x5e, - 0x24, 0x27, 0x95, 0x66, 0x32, 0x6e, 0x4f, 0x2a, 0xcd, 0xcf, 0xfa, 0x71, 0x51, 0x70, 0x5d, 0x2f, - 0x92, 0xae, 0x5b, 0xa9, 0x5c, 0x77, 0xdc, 0x76, 0xdd, 0x4a, 0x37, 0xdd, 0xd4, 0xcd, 0x3e, 0xfd, - 0x15, 0x00, 0x00, 0xff, 0xff, 0xe0, 0xa2, 0x09, 0x47, 0xda, 0x04, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/resources/shared_criterion.proto", fileDescriptor_shared_criterion_f0811035849599fc) +} + +var fileDescriptor_shared_criterion_f0811035849599fc = []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, + 0x74, 0xe2, 0xae, 0x07, 0x24, 0x85, 0x42, 0x5a, 0xa4, 0x56, 0xa9, 0x94, 0xb4, 0xac, 0x28, 0x2b, + 0x61, 0x36, 0xf9, 0x9a, 0x06, 0x93, 0x99, 0x61, 0x66, 0xd2, 0xb2, 0x97, 0xbe, 0x8a, 0x97, 0xde, + 0xfb, 0x12, 0x3e, 0x8a, 0x4f, 0x21, 0x3b, 0x99, 0x49, 0xb1, 0x65, 0x5d, 0xbd, 0xfb, 0x32, 0xdf, + 0xff, 0xf7, 0x9b, 0x43, 0x26, 0x41, 0xaf, 0x32, 0xce, 0xb3, 0x02, 0x7c, 0x9a, 0x2a, 0xbf, 0x2e, + 0xc7, 0xd5, 0x45, 0xd7, 0x97, 0xa0, 0x78, 0x25, 0x13, 0x50, 0xbe, 0x3a, 0xa7, 0x12, 0xd2, 0x38, + 0x91, 0xb9, 0x06, 0x99, 0x73, 0x46, 0x84, 0xe4, 0x9a, 0xe3, 0x8d, 0x3a, 0x4e, 0x68, 0xaa, 0x48, + 0x43, 0x92, 0x8b, 0x2e, 0x69, 0xc8, 0xd5, 0xed, 0x49, 0xf2, 0x84, 0x97, 0x25, 0x67, 0xbe, 0x55, + 0xd2, 0xda, 0xb8, 0xda, 0x9b, 0x14, 0x07, 0x56, 0x95, 0xca, 0x6f, 0x16, 0x10, 0xeb, 0x91, 0x00, + 0xcb, 0x3c, 0xb4, 0x8c, 0x79, 0x1a, 0x56, 0x67, 0xfe, 0xa5, 0xa4, 0x42, 0x80, 0x54, 0xb6, 0xbf, + 0xe6, 0x9c, 0x22, 0xf7, 0x29, 0x63, 0x5c, 0x53, 0x9d, 0x73, 0x66, 0xbb, 0x8f, 0x7e, 0xcc, 0xa1, + 0x95, 0x13, 0xb3, 0xbd, 0x7d, 0x27, 0xc7, 0x8f, 0xd1, 0x92, 0xdb, 0x41, 0xcc, 0x68, 0x09, 0x5e, + 0x6b, 0xbd, 0xb5, 0xd5, 0x89, 0x16, 0xdd, 0xe0, 0x7b, 0x5a, 0x02, 0xde, 0x41, 0xc8, 0x1e, 0x8b, + 0x02, 0xed, 0xb5, 0xd7, 0x5b, 0x5b, 0x0b, 0xbd, 0x35, 0x7b, 0x0c, 0xc4, 0xad, 0x85, 0x9c, 0x68, + 0x99, 0xb3, 0xac, 0x4f, 0x8b, 0x0a, 0xa2, 0x4e, 0x9d, 0x3f, 0x01, 0x8d, 0x77, 0xd1, 0xe2, 0xd5, + 0x5e, 0xf2, 0xd4, 0x5b, 0x35, 0xf8, 0x83, 0x1b, 0xf8, 0x21, 0xd3, 0x2f, 0x9f, 0xd7, 0xf4, 0x42, + 0x03, 0x1c, 0xa6, 0x38, 0x42, 0xb3, 0xe3, 0x13, 0xf0, 0x66, 0xd7, 0x5b, 0x5b, 0xcb, 0xbd, 0x5d, + 0x32, 0xe9, 0x45, 0x98, 0x63, 0x23, 0xcd, 0xce, 0x4e, 0x47, 0x02, 0x5e, 0xb3, 0xaa, 0xfc, 0x73, + 0x24, 0x32, 0x2e, 0x7c, 0x80, 0xe6, 0xbf, 0xc0, 0xe8, 0x92, 0xcb, 0xd4, 0x9b, 0x31, 0xcb, 0x79, + 0x32, 0x51, 0x5b, 0xbf, 0x3c, 0xf2, 0xae, 0x8e, 0x1f, 0xb2, 0x33, 0xfe, 0xe6, 0x56, 0xe4, 0x68, + 0xfc, 0x01, 0x2d, 0x8d, 0x78, 0xa5, 0xab, 0x21, 0xc4, 0x17, 0x79, 0x0a, 0xdc, 0xbb, 0x6d, 0x74, + 0x4f, 0xa7, 0xe9, 0x3e, 0xf2, 0xea, 0xb4, 0x1a, 0x42, 0x7f, 0xcc, 0x58, 0xe7, 0xa2, 0x15, 0x99, + 0x31, 0xfc, 0x19, 0xad, 0x38, 0x71, 0x72, 0x4e, 0x19, 0x83, 0xc2, 0x9b, 0x33, 0xea, 0xde, 0x3f, + 0xaa, 0xf7, 0x6b, 0xca, 0xca, 0x97, 0xad, 0xcc, 0x8e, 0xe2, 0x23, 0xd4, 0x11, 0x05, 0x4d, 0xa0, + 0x04, 0xa6, 0xbd, 0x79, 0x23, 0xde, 0x9e, 0x26, 0x3e, 0x76, 0x80, 0x75, 0x5e, 0x19, 0x70, 0x86, + 0xee, 0x95, 0x7c, 0x98, 0x17, 0x10, 0x53, 0x21, 0xe2, 0x84, 0x6a, 0xc8, 0xb8, 0x1c, 0x79, 0x77, + 0x8c, 0xf8, 0xc5, 0x34, 0xf1, 0x91, 0x41, 0x43, 0x21, 0xf6, 0x2d, 0x68, 0x27, 0xb8, 0x5b, 0x5e, + 0x6f, 0xe0, 0x33, 0x84, 0xaf, 0x26, 0x2a, 0xf2, 0xc4, 0xdc, 0x6f, 0xaf, 0xf3, 0x9f, 0xf3, 0x38, + 0xf0, 0xc6, 0x3c, 0xae, 0xb1, 0xb7, 0x80, 0x3a, 0xcd, 0x1d, 0xdc, 0xfb, 0xda, 0x46, 0x9b, 0x09, + 0x2f, 0xc9, 0xd4, 0x5f, 0xc0, 0xde, 0xfd, 0x6b, 0x9f, 0xd7, 0xf1, 0xf8, 0x72, 0x1f, 0xb7, 0x3e, + 0xbd, 0xb5, 0x68, 0xc6, 0x0b, 0xca, 0x32, 0xc2, 0x65, 0xe6, 0x67, 0xc0, 0xcc, 0xd5, 0x77, 0xdf, + 0xbe, 0xc8, 0xd5, 0x5f, 0x7e, 0x4b, 0x3b, 0x4d, 0xf5, 0xad, 0x3d, 0x73, 0x10, 0x86, 0xdf, 0xdb, + 0x1b, 0x07, 0xb5, 0x32, 0x4c, 0x15, 0xa9, 0xcb, 0x71, 0xd5, 0xef, 0x92, 0xc8, 0x25, 0x7f, 0xba, + 0xcc, 0x20, 0x4c, 0xd5, 0xa0, 0xc9, 0x0c, 0xfa, 0xdd, 0x41, 0x93, 0xf9, 0xd5, 0xde, 0xac, 0x1b, + 0x41, 0x10, 0xa6, 0x2a, 0x08, 0x9a, 0x54, 0x10, 0xf4, 0xbb, 0x41, 0xd0, 0xe4, 0x86, 0x73, 0x66, + 0xb1, 0xcf, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0x21, 0x55, 0x21, 0xc4, 0x42, 0x05, 0x00, 0x00, } diff --git a/googleapis/ads/googleads/v1/resources/shared_set.pb.go b/googleapis/ads/googleads/v1/resources/shared_set.pb.go index fb34c5f6d8845d53946826a168b2e4cc95c09836..f6aae874e08a1cdda1f8b9db93b73c6c2a8f82b3 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_21a549ff451f2aa5, []int{0} + return fileDescriptor_shared_set_2ded0d66d5306c68, []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_21a549ff451f2aa5) + proto.RegisterFile("google/ads/googleads/v1/resources/shared_set.proto", fileDescriptor_shared_set_2ded0d66d5306c68) } -var fileDescriptor_shared_set_21a549ff451f2aa5 = []byte{ +var fileDescriptor_shared_set_2ded0d66d5306c68 = []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 0f5165fbc0723bf27359a834770d8803f62c8934..d6b63d59dc8503f95e69502712d807c44e409981 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_fc9cbf2fae6fabaa, []int{0} + return fileDescriptor_shopping_performance_view_e974dd982cd67dd4, []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_fc9cbf2fae6fabaa) + proto.RegisterFile("google/ads/googleads/v1/resources/shopping_performance_view.proto", fileDescriptor_shopping_performance_view_e974dd982cd67dd4) } -var fileDescriptor_shopping_performance_view_fc9cbf2fae6fabaa = []byte{ +var fileDescriptor_shopping_performance_view_e974dd982cd67dd4 = []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 3524ae19089dfe64baf7b7dc76492299ff612b76..0ac418c32b0a3327ef0217b49829cbc3bb33efe4 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_f6628bb1da5dd830, []int{0} + return fileDescriptor_topic_constant_30d422acde01634a, []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_f6628bb1da5dd830) + proto.RegisterFile("google/ads/googleads/v1/resources/topic_constant.proto", fileDescriptor_topic_constant_30d422acde01634a) } -var fileDescriptor_topic_constant_f6628bb1da5dd830 = []byte{ +var fileDescriptor_topic_constant_30d422acde01634a = []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 884c498a601c2fd38b728d9f49d973480adf67f8..32f086c348829d058f4e6b5587526495b6681137 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_8b901d02d0a1a21d, []int{0} + return fileDescriptor_topic_view_7c6cf27967fbaddb, []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_8b901d02d0a1a21d) + proto.RegisterFile("google/ads/googleads/v1/resources/topic_view.proto", fileDescriptor_topic_view_7c6cf27967fbaddb) } -var fileDescriptor_topic_view_8b901d02d0a1a21d = []byte{ +var fileDescriptor_topic_view_7c6cf27967fbaddb = []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 bb5037d56ae3a32f8a6d3a95472014602ee78373..4de1eb4ea27618400287c42f1d7ff2aef978ce04 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_2ea4a1d7cac754bb, []int{0} + return fileDescriptor_user_interest_0834d7385e54bb16, []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_2ea4a1d7cac754bb) + proto.RegisterFile("google/ads/googleads/v1/resources/user_interest.proto", fileDescriptor_user_interest_0834d7385e54bb16) } -var fileDescriptor_user_interest_2ea4a1d7cac754bb = []byte{ +var fileDescriptor_user_interest_0834d7385e54bb16 = []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 f36a1ff292d6955be2c417ed8dd6833beaaff3d9..ff9af9fc1033ac6c558352940850ea7cc6512dfb 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_6e1bc63d3d115403, []int{0} + return fileDescriptor_user_list_27ca17b726b4f34c, []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_6e1bc63d3d115403) + proto.RegisterFile("google/ads/googleads/v1/resources/user_list.proto", fileDescriptor_user_list_27ca17b726b4f34c) } -var fileDescriptor_user_list_6e1bc63d3d115403 = []byte{ +var fileDescriptor_user_list_27ca17b726b4f34c = []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 be03dcbd86dbe967bb0c09bd073ded6c0c7ea85c..144a15f68ca834f1c0df03925391a57df6cde1ec 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_9679d74854027076, []int{0} + return fileDescriptor_video_d1102a1b9f400320, []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_9679d74854027076) + proto.RegisterFile("google/ads/googleads/v1/resources/video.proto", fileDescriptor_video_d1102a1b9f400320) } -var fileDescriptor_video_9679d74854027076 = []byte{ +var fileDescriptor_video_d1102a1b9f400320 = []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 73bcd6b69df6d3f9aaa4cb4aa2dcbad36a7fe35e..c62216d3c88bc203d901aeb47f9137238ceda81d 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_3f4f1ff1cc3956bd, []int{0} + return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []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_3f4f1ff1cc3956bd, []int{1} + return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []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_3f4f1ff1cc3956bd, []int{2} + return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []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_3f4f1ff1cc3956bd, []int{3} + return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []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_3f4f1ff1cc3956bd, []int{4} + return fileDescriptor_account_budget_proposal_service_2657f231d583cffd, []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_3f4f1ff1cc3956bd) + proto.RegisterFile("google/ads/googleads/v1/services/account_budget_proposal_service.proto", fileDescriptor_account_budget_proposal_service_2657f231d583cffd) } -var fileDescriptor_account_budget_proposal_service_3f4f1ff1cc3956bd = []byte{ +var fileDescriptor_account_budget_proposal_service_2657f231d583cffd = []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 8d3f796a353d6ff4dfc74a6aa33b0a7a135a3be3..8469b6c5fba59524d8109e272a42df8ca62dbae0 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_699108762d1a3589, []int{0} + return fileDescriptor_account_budget_service_94295ad5ca373008, []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_699108762d1a3589) + proto.RegisterFile("google/ads/googleads/v1/services/account_budget_service.proto", fileDescriptor_account_budget_service_94295ad5ca373008) } -var fileDescriptor_account_budget_service_699108762d1a3589 = []byte{ +var fileDescriptor_account_budget_service_94295ad5ca373008 = []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 94227f316dd7085273da12cf7078d05aebc3a99f..312b38a3006450758223bab98f5cc2858e538041 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_8a02e417f25fdcc9, []int{0} + return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []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_8a02e417f25fdcc9, []int{1} + return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []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_8a02e417f25fdcc9, []int{2} + return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []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_8a02e417f25fdcc9, []int{3} + return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []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_8a02e417f25fdcc9, []int{4} + return fileDescriptor_ad_group_ad_label_service_b670456bca3bf710, []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_8a02e417f25fdcc9) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_ad_label_service.proto", fileDescriptor_ad_group_ad_label_service_b670456bca3bf710) } -var fileDescriptor_ad_group_ad_label_service_8a02e417f25fdcc9 = []byte{ +var fileDescriptor_ad_group_ad_label_service_b670456bca3bf710 = []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 f344e9003be0861c47893cf1b91ca0727d879648..f6e388c935bc206a8e66b4cfe2b869194b744fb7 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_50ca1625f36598f7, []int{0} + return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []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_50ca1625f36598f7, []int{1} + return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []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_50ca1625f36598f7, []int{2} + return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []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_50ca1625f36598f7, []int{3} + return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []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_50ca1625f36598f7, []int{4} + return fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e, []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_50ca1625f36598f7) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_ad_service.proto", fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e) } -var fileDescriptor_ad_group_ad_service_50ca1625f36598f7 = []byte{ +var fileDescriptor_ad_group_ad_service_bee3e81bf6406e3e = []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 abc69b1c64524b5f5689c2b2c1871490948d2b4a..e286f59b00790cb720e91c5d7c0521bb502d87e3 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_352fe7a395704ceb, []int{0} + return fileDescriptor_ad_group_audience_view_service_5465c40c9c482de7, []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_352fe7a395704ceb) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_audience_view_service.proto", fileDescriptor_ad_group_audience_view_service_5465c40c9c482de7) } -var fileDescriptor_ad_group_audience_view_service_352fe7a395704ceb = []byte{ +var fileDescriptor_ad_group_audience_view_service_5465c40c9c482de7 = []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 9144a7321aeb8c28158df733d0ff644dacd79936..e481117b25522e16c23c9a219dce6e21dc88ef27 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_dde57c02774a81f2, []int{0} + return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []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_dde57c02774a81f2, []int{1} + return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []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_dde57c02774a81f2, []int{2} + return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []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_dde57c02774a81f2, []int{3} + return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []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_dde57c02774a81f2, []int{4} + return fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a, []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_dde57c02774a81f2) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_bid_modifier_service.proto", fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a) } -var fileDescriptor_ad_group_bid_modifier_service_dde57c02774a81f2 = []byte{ +var fileDescriptor_ad_group_bid_modifier_service_c81af948315a819a = []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 fe5820ab572668c4458d88147880c6f91a44640e..3cdce7a7ad623254a783716f5fdccc0dd479f3d6 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_19f0d4e332ca0c91, []int{0} + return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []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_19f0d4e332ca0c91, []int{1} + return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []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_19f0d4e332ca0c91, []int{2} + return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []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_19f0d4e332ca0c91, []int{3} + return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []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_19f0d4e332ca0c91, []int{4} + return fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73, []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_19f0d4e332ca0c91) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_label_service.proto", fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73) } -var fileDescriptor_ad_group_criterion_label_service_19f0d4e332ca0c91 = []byte{ +var fileDescriptor_ad_group_criterion_label_service_71ec7fdbc52e2d73 = []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 d7136b6c9cedb9c297855dca793774820c08ea78..b92b8228d98151f6084f94739128105daf2229e7 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 @@ -7,6 +7,7 @@ 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/v1/common" import resources "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" import _ "google.golang.org/genproto/googleapis/api/annotations" import status "google.golang.org/genproto/googleapis/rpc/status" @@ -41,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_45d1bbaf5d07b66f, []int{0} + return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{0} } func (m *GetAdGroupCriterionRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAdGroupCriterionRequest.Unmarshal(m, b) @@ -91,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_45d1bbaf5d07b66f, []int{1} + return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{1} } func (m *MutateAdGroupCriteriaRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriteriaRequest.Unmarshal(m, b) @@ -143,6 +144,16 @@ func (m *MutateAdGroupCriteriaRequest) GetValidateOnly() bool { 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 list of policy violation keys that should not cause a + // PolicyViolationError to be reported. Not all policy violations are + // exemptable, please refer to the is_exemptible field in the returned + // PolicyViolationError. + // + // Resources violating these polices will be saved, but will not be eligible + // to serve. They may begin serving at a later time due to a change in + // policies, re-review of the resource, or a change in advertiser + // certificates. + ExemptPolicyViolationKeys []*common.PolicyViolationKey `protobuf:"bytes,5,rep,name=exempt_policy_violation_keys,json=exemptPolicyViolationKeys,proto3" json:"exempt_policy_violation_keys,omitempty"` // The mutate operation. // // Types that are valid to be assigned to Operation: @@ -159,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_45d1bbaf5d07b66f, []int{2} + return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{2} } func (m *AdGroupCriterionOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdGroupCriterionOperation.Unmarshal(m, b) @@ -186,6 +197,13 @@ func (m *AdGroupCriterionOperation) GetUpdateMask() *field_mask.FieldMask { return nil } +func (m *AdGroupCriterionOperation) GetExemptPolicyViolationKeys() []*common.PolicyViolationKey { + if m != nil { + return m.ExemptPolicyViolationKeys + } + return nil +} + type isAdGroupCriterionOperation_Operation interface { isAdGroupCriterionOperation_Operation() } @@ -343,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_45d1bbaf5d07b66f, []int{3} + return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{3} } func (m *MutateAdGroupCriteriaResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriteriaResponse.Unmarshal(m, b) @@ -390,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_45d1bbaf5d07b66f, []int{4} + return fileDescriptor_ad_group_criterion_service_cabbacbf19674533, []int{4} } func (m *MutateAdGroupCriterionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateAdGroupCriterionResult.Unmarshal(m, b) @@ -535,55 +553,58 @@ var _AdGroupCriterionService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_service.proto", fileDescriptor_ad_group_criterion_service_45d1bbaf5d07b66f) -} - -var fileDescriptor_ad_group_criterion_service_45d1bbaf5d07b66f = []byte{ - // 721 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, 0xa2, 0x26, 0x43, 0x08, 0xeb, 0x06, 0x75, 0x53, - 0x49, 0x24, 0x7b, 0x68, 0xb3, 0x8b, 0x17, 0x8a, 0x48, 0x0a, 0x91, 0xc5, 0x03, 0x42, 0x4a, 0x42, - 0x8c, 0x6e, 0xd2, 0x0c, 0xed, 0xd0, 0x34, 0xb4, 0x9d, 0x3a, 0x33, 0x5d, 0x43, 0x08, 0x17, 0x7d, - 0x09, 0x9e, 0xbd, 0x78, 0xf4, 0x2d, 0x78, 0x32, 0xde, 0xbc, 0x7a, 0xf2, 0xee, 0x89, 0x57, 0x61, - 0xa6, 0xd3, 0x59, 0xd9, 0x75, 0x9b, 0x35, 0x78, 0xfb, 0xf5, 0x37, 0xdf, 0xf9, 0xcc, 0xef, 0xdf, - 0x4c, 0x81, 0x13, 0x12, 0x12, 0xc6, 0xd8, 0x42, 0x01, 0xb3, 0xa4, 0x29, 0xac, 0x41, 0xc7, 0x62, - 0x98, 0x0e, 0x22, 0x1f, 0x33, 0x0b, 0x05, 0x5e, 0x48, 0x49, 0x9e, 0x79, 0x3e, 0x8d, 0x38, 0xa6, - 0x11, 0x49, 0xbd, 0x72, 0xcd, 0xcc, 0x28, 0xe1, 0x04, 0xb6, 0xe4, 0x3e, 0x13, 0x05, 0xcc, 0x1c, - 0x22, 0xcc, 0x41, 0xc7, 0x54, 0x88, 0xa6, 0x5d, 0x75, 0x08, 0xc5, 0x8c, 0xe4, 0x74, 0xf2, 0x29, - 0x92, 0xde, 0x5c, 0x52, 0x7b, 0xb3, 0xc8, 0x42, 0x69, 0x4a, 0x38, 0xe2, 0x11, 0x49, 0x59, 0xb9, - 0x5a, 0x9e, 0x6d, 0x15, 0x5f, 0xc7, 0xf9, 0x89, 0x75, 0x12, 0xe1, 0x38, 0xf0, 0x12, 0xc4, 0x4e, - 0x4b, 0xc5, 0xdd, 0x71, 0xc5, 0x6b, 0x8a, 0xb2, 0x0c, 0x53, 0x45, 0x58, 0x2c, 0xd7, 0x69, 0xe6, - 0x5b, 0x8c, 0x23, 0x9e, 0x97, 0x0b, 0x86, 0x03, 0x9a, 0x3d, 0xcc, 0x9d, 0xa0, 0x27, 0xc2, 0xda, - 0x56, 0x51, 0xb9, 0xf8, 0x55, 0x8e, 0x19, 0x87, 0xf7, 0xc1, 0x0d, 0x15, 0xbc, 0x97, 0xa2, 0x04, - 0x37, 0xb4, 0x96, 0xb6, 0x32, 0xeb, 0xce, 0x29, 0xe7, 0x33, 0x94, 0x60, 0xe3, 0x52, 0x03, 0x4b, - 0x7b, 0x39, 0x47, 0x1c, 0x8f, 0x62, 0x90, 0xa2, 0xdc, 0x03, 0x75, 0x3f, 0x67, 0x9c, 0x24, 0x98, - 0x7a, 0x51, 0x50, 0x32, 0x80, 0x72, 0x3d, 0x0d, 0xe0, 0x4b, 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, 0x07, 0xe0, 0x56, 0x86, 0x28, 0x8f, 0x50, 0xec, 0x9d, 0xa0, 0x28, 0xce, 0x29, - 0x6e, 0xd4, 0x5a, 0xda, 0xca, 0xff, 0xee, 0xcd, 0xd2, 0xbd, 0x23, 0xbd, 0x22, 0xd9, 0x01, 0x8a, - 0xa3, 0x00, 0x71, 0xec, 0x91, 0x34, 0x3e, 0x6b, 0xfc, 0x5b, 0xc8, 0xe6, 0x94, 0x73, 0x3f, 0x8d, - 0xcf, 0x8c, 0xf7, 0x3a, 0xb8, 0x5d, 0x79, 0x2e, 0x5c, 0x07, 0xf5, 0x3c, 0x2b, 0x00, 0xa2, 0x37, - 0x05, 0xa0, 0xde, 0x6d, 0xaa, 0x4c, 0x54, 0x73, 0xcc, 0x1d, 0xd1, 0xbe, 0x3d, 0xc4, 0x4e, 0x5d, - 0x20, 0xe5, 0xc2, 0x86, 0x7b, 0x60, 0xc6, 0xa7, 0x18, 0x71, 0x59, 0xe5, 0x7a, 0x77, 0xb5, 0xb2, - 0x02, 0xc3, 0x81, 0xfa, 0xad, 0x04, 0xbb, 0xff, 0xb8, 0x25, 0x44, 0xe0, 0x24, 0xbc, 0xa1, 0xff, - 0x15, 0x4e, 0x42, 0x60, 0x03, 0xcc, 0x50, 0x9c, 0x90, 0x81, 0xac, 0xde, 0xac, 0x58, 0x91, 0xdf, - 0x5b, 0x75, 0x30, 0x3b, 0x2c, 0xb7, 0xf1, 0x59, 0x03, 0x77, 0x2a, 0x86, 0x81, 0x65, 0x24, 0x65, - 0x18, 0xee, 0x80, 0x85, 0xb1, 0x7e, 0x78, 0x98, 0x52, 0x42, 0x0b, 0x6e, 0xbd, 0x0b, 0x55, 0x98, - 0x34, 0xf3, 0xcd, 0xc3, 0x62, 0x54, 0xdd, 0xf9, 0xd1, 0x4e, 0x3d, 0x11, 0x72, 0xf8, 0x1c, 0xfc, - 0x47, 0x31, 0xcb, 0x63, 0xae, 0x26, 0xe6, 0xf1, 0xf4, 0x89, 0x99, 0x14, 0x99, 0x98, 0x76, 0x81, - 0x71, 0x15, 0xce, 0xd8, 0x9e, 0x3c, 0xcf, 0x4a, 0xf8, 0x47, 0xb7, 0xa2, 0xfb, 0xa9, 0x06, 0x16, - 0xc7, 0xf7, 0x1f, 0xca, 0x38, 0xe0, 0x17, 0x0d, 0xcc, 0x4f, 0xb8, 0x75, 0xf0, 0xd1, 0xf4, 0x0c, - 0xaa, 0x2f, 0x6b, 0xf3, 0x3a, 0x0d, 0x36, 0xd6, 0xde, 0x7c, 0xfb, 0xf1, 0x4e, 0x5f, 0x85, 0x1d, - 0xf1, 0x50, 0x9d, 0x8f, 0xa4, 0xb5, 0xa1, 0x6e, 0x28, 0xb3, 0xda, 0x16, 0x1a, 0xed, 0xa6, 0xd5, - 0xbe, 0x80, 0xdf, 0x35, 0xb0, 0x30, 0xb1, 0xd5, 0xf0, 0x9a, 0x9d, 0x50, 0x0f, 0x46, 0x73, 0xf3, - 0xda, 0xfb, 0xe5, 0x8c, 0x19, 0x9b, 0x45, 0x56, 0x6b, 0xc6, 0x43, 0x91, 0xd5, 0xaf, 0x34, 0xce, - 0xaf, 0x3c, 0x43, 0x1b, 0xed, 0x8b, 0xf1, 0xa4, 0xec, 0xa4, 0x80, 0xda, 0x5a, 0x7b, 0xeb, 0xad, - 0x0e, 0x96, 0x7d, 0x92, 0x4c, 0x8d, 0x63, 0x6b, 0xa9, 0xa2, 0xc7, 0x07, 0xe2, 0xae, 0x1f, 0x68, - 0x2f, 0x76, 0x4b, 0x42, 0x48, 0x62, 0x94, 0x86, 0x26, 0xa1, 0xa1, 0x15, 0xe2, 0xb4, 0x78, 0x09, - 0xd4, 0x4f, 0x22, 0x8b, 0x58, 0xf5, 0x8f, 0x69, 0x5d, 0x19, 0x1f, 0xf4, 0x5a, 0xcf, 0x71, 0x3e, - 0xea, 0xad, 0x9e, 0x04, 0x3a, 0x01, 0x33, 0xa5, 0x29, 0xac, 0xa3, 0x8e, 0x59, 0x1e, 0xcc, 0xbe, - 0x2a, 0x49, 0xdf, 0x09, 0x58, 0x7f, 0x28, 0xe9, 0x1f, 0x75, 0xfa, 0x4a, 0x72, 0xa9, 0x2f, 0x4b, - 0xbf, 0x6d, 0x3b, 0x01, 0xb3, 0xed, 0xa1, 0xc8, 0xb6, 0x8f, 0x3a, 0xb6, 0xad, 0x64, 0xc7, 0x33, - 0x45, 0x9c, 0xab, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x60, 0x56, 0x90, 0x41, 0x3f, 0x07, 0x00, - 0x00, + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_criterion_service.proto", fileDescriptor_ad_group_criterion_service_cabbacbf19674533) +} + +var fileDescriptor_ad_group_criterion_service_cabbacbf19674533 = []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, + 0x31, 0x15, 0x29, 0x51, 0x3b, 0x2e, 0xcb, 0x18, 0x53, 0x36, 0xb1, 0x0e, 0xa1, 0xb1, 0x29, 0x93, + 0x2a, 0x04, 0x95, 0x22, 0x2f, 0xf1, 0xa2, 0x68, 0x49, 0x1c, 0x6c, 0xa7, 0x50, 0x4d, 0xbb, 0xc0, + 0x37, 0x80, 0x6f, 0xc0, 0x91, 0xaf, 0xc0, 0x09, 0x71, 0xe3, 0xca, 0x89, 0x3b, 0xa7, 0x7d, 0x0a, + 0x94, 0x38, 0xae, 0xd6, 0xae, 0x51, 0xd1, 0xb8, 0x39, 0xf6, 0xff, 0xf9, 0xe5, 0x79, 0xf2, 0x7f, + 0xfc, 0x04, 0x98, 0x1e, 0x21, 0x5e, 0x80, 0x75, 0xe4, 0x32, 0x5d, 0x2c, 0xd3, 0x55, 0xbf, 0xa5, + 0x33, 0x4c, 0xfb, 0xbe, 0x83, 0x99, 0x8e, 0x5c, 0xdb, 0xa3, 0x24, 0x89, 0x6d, 0x87, 0xfa, 0x1c, + 0x53, 0x9f, 0x44, 0x76, 0x7e, 0xa6, 0xc5, 0x94, 0x70, 0x02, 0x1b, 0x22, 0x4e, 0x43, 0x2e, 0xd3, + 0x86, 0x08, 0xad, 0xdf, 0xd2, 0x24, 0xa2, 0xf6, 0xb0, 0xe8, 0x25, 0x0e, 0x09, 0x43, 0x12, 0xe9, + 0x31, 0x09, 0x7c, 0x67, 0x20, 0x70, 0x35, 0xa3, 0x48, 0x4c, 0x31, 0x23, 0x09, 0x9d, 0x9c, 0x52, + 0x1e, 0x5b, 0x97, 0xb1, 0xb1, 0xaf, 0xa3, 0x28, 0x22, 0x1c, 0x71, 0x9f, 0x44, 0x2c, 0x3f, 0xcd, + 0x13, 0xd5, 0xb3, 0xa7, 0xa3, 0xe4, 0x58, 0x3f, 0xf6, 0x71, 0xe0, 0xda, 0x21, 0x62, 0x27, 0xb9, + 0xe2, 0xee, 0xb8, 0xe2, 0x2d, 0x45, 0x71, 0x8c, 0xa9, 0x24, 0x2c, 0xe6, 0xe7, 0x34, 0x76, 0x74, + 0xc6, 0x11, 0x4f, 0xf2, 0x03, 0xd5, 0x04, 0xb5, 0x0e, 0xe6, 0xa6, 0xdb, 0x49, 0xd3, 0xda, 0x96, + 0x59, 0x59, 0xf8, 0x4d, 0x82, 0x19, 0x87, 0xf7, 0xc1, 0x4d, 0x99, 0xbc, 0x1d, 0xa1, 0x10, 0x57, + 0x95, 0x86, 0xb2, 0x32, 0x6b, 0xcd, 0xc9, 0xcd, 0x17, 0x28, 0xc4, 0xea, 0xb9, 0x02, 0xea, 0x7b, + 0x09, 0x47, 0x1c, 0x8f, 0x62, 0x90, 0xa4, 0xdc, 0x03, 0x15, 0x27, 0x61, 0x9c, 0x84, 0x98, 0xda, + 0xbe, 0x9b, 0x33, 0x80, 0xdc, 0x7a, 0xe6, 0xc2, 0xd7, 0x00, 0x90, 0x18, 0x53, 0x51, 0x73, 0xb5, + 0xd4, 0x28, 0xaf, 0x54, 0xda, 0xeb, 0xda, 0x34, 0x77, 0xb4, 0xf1, 0xac, 0xf7, 0x25, 0xc3, 0xba, + 0x80, 0x83, 0x0f, 0xc0, 0xed, 0x18, 0x51, 0xee, 0xa3, 0xc0, 0x3e, 0x46, 0x7e, 0x90, 0x50, 0x5c, + 0x2d, 0x37, 0x94, 0x95, 0x1b, 0xd6, 0xad, 0x7c, 0x7b, 0x47, 0xec, 0xa6, 0xc5, 0xf6, 0x51, 0xe0, + 0xbb, 0x88, 0x63, 0x9b, 0x44, 0xc1, 0xa0, 0xfa, 0x7f, 0x26, 0x9b, 0x93, 0x9b, 0xfb, 0x51, 0x30, + 0x50, 0x3f, 0x96, 0xc1, 0x52, 0xe1, 0x7b, 0xe1, 0x3a, 0xa8, 0x24, 0x71, 0x06, 0x48, 0xbd, 0xc9, + 0x00, 0x95, 0x76, 0x4d, 0x56, 0x22, 0xcd, 0xd1, 0x76, 0x52, 0xfb, 0xf6, 0x10, 0x3b, 0xb1, 0x80, + 0x90, 0xa7, 0x6b, 0xc8, 0x40, 0x1d, 0xbf, 0xc3, 0x61, 0xcc, 0x6d, 0xd1, 0x56, 0x76, 0xdf, 0x27, + 0x41, 0xc6, 0xb5, 0x4f, 0xf0, 0x80, 0x55, 0xaf, 0x65, 0xdf, 0xa5, 0x5d, 0xf8, 0x5d, 0x44, 0x4f, + 0x6a, 0x07, 0x59, 0x70, 0x57, 0xc6, 0x3e, 0xc7, 0x03, 0x6b, 0x49, 0x70, 0x2f, 0x9f, 0x30, 0xb8, + 0x07, 0x66, 0x1c, 0x8a, 0x11, 0x17, 0xd6, 0x56, 0xda, 0xab, 0x85, 0xf8, 0x61, 0x17, 0x5f, 0xfa, + 0xee, 0xbb, 0xff, 0x59, 0x39, 0x24, 0xc5, 0x89, 0x8a, 0xaa, 0xa5, 0x7f, 0xc2, 0x09, 0x08, 0xac, + 0x82, 0x19, 0x8a, 0x43, 0xd2, 0x17, 0x96, 0xcd, 0xa6, 0x27, 0xe2, 0x79, 0xab, 0x02, 0x66, 0x87, + 0x1e, 0xab, 0xdf, 0x14, 0x70, 0xa7, 0xa0, 0x03, 0x59, 0x4c, 0x22, 0x86, 0xe1, 0x0e, 0x58, 0x18, + 0x6b, 0x02, 0x1b, 0x53, 0x4a, 0x68, 0xc6, 0xad, 0xb4, 0xa1, 0x4c, 0x93, 0xc6, 0x8e, 0x76, 0x98, + 0xdd, 0x0f, 0x6b, 0x7e, 0xb4, 0x3d, 0x9e, 0xa6, 0x72, 0xf8, 0x12, 0x5c, 0xa7, 0x98, 0x25, 0x01, + 0x97, 0x6d, 0xfa, 0x64, 0x7a, 0x9b, 0x4e, 0xca, 0x2c, 0xbd, 0x62, 0x29, 0xc6, 0x92, 0x38, 0x75, + 0x7b, 0xf2, 0x25, 0x92, 0xc2, 0xbf, 0xba, 0x8a, 0xed, 0xaf, 0x65, 0xb0, 0x38, 0x1e, 0x7f, 0x28, + 0xf2, 0x80, 0xdf, 0x15, 0x30, 0x3f, 0xe1, 0xaa, 0xc3, 0xc7, 0xd3, 0x2b, 0x28, 0x9e, 0x10, 0xb5, + 0xab, 0x18, 0xac, 0xae, 0xbd, 0xff, 0xf9, 0xfb, 0x53, 0x69, 0x15, 0xb6, 0xd2, 0xe9, 0x78, 0x3a, + 0x52, 0xd6, 0x86, 0x1c, 0x0b, 0x4c, 0x6f, 0xea, 0x68, 0xd4, 0x4d, 0xbd, 0x79, 0x06, 0x7f, 0x29, + 0x60, 0x61, 0xa2, 0xd5, 0xf0, 0x8a, 0x4e, 0xc8, 0x29, 0x55, 0xdb, 0xbc, 0x72, 0xbc, 0xe8, 0x31, + 0x75, 0x33, 0xab, 0x6a, 0x4d, 0x7d, 0x94, 0xfd, 0x20, 0x86, 0x65, 0x9c, 0x5e, 0x98, 0x7d, 0x1b, + 0xcd, 0xb3, 0xf1, 0xa2, 0x8c, 0x30, 0x83, 0x1a, 0x4a, 0x73, 0xeb, 0x43, 0x09, 0x2c, 0x3b, 0x24, + 0x9c, 0x9a, 0xc7, 0x56, 0xbd, 0xc0, 0xe3, 0x83, 0x74, 0xc0, 0x1c, 0x28, 0xaf, 0x76, 0x73, 0x82, + 0x47, 0x02, 0x14, 0x79, 0x1a, 0xa1, 0x9e, 0xee, 0xe1, 0x28, 0x1b, 0x3f, 0xf2, 0xcf, 0x14, 0xfb, + 0xac, 0xf8, 0xd7, 0xb9, 0x2e, 0x17, 0x9f, 0x4b, 0xe5, 0x8e, 0x69, 0x7e, 0x29, 0x35, 0x3a, 0x02, + 0x68, 0xba, 0x4c, 0x13, 0xcb, 0x74, 0xd5, 0x6d, 0x69, 0xf9, 0x8b, 0xd9, 0x0f, 0x29, 0xe9, 0x99, + 0x2e, 0xeb, 0x0d, 0x25, 0xbd, 0x6e, 0xab, 0x27, 0x25, 0xe7, 0xa5, 0x65, 0xb1, 0x6f, 0x18, 0xa6, + 0xcb, 0x0c, 0x63, 0x28, 0x32, 0x8c, 0x6e, 0xcb, 0x30, 0xa4, 0xec, 0x68, 0x26, 0xcb, 0x73, 0xf5, + 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb3, 0xfb, 0x3f, 0xae, 0xe1, 0x07, 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 dda2cd27cc84aed6379284e46638dca92642255a..c2d93d2688fed1c03cfb6ca1e65dcde0ddca851c 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_41ab6fd61fe76e23, []int{0} + return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []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_41ab6fd61fe76e23, []int{1} + return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []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_41ab6fd61fe76e23, []int{2} + return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []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_41ab6fd61fe76e23, []int{3} + return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []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_41ab6fd61fe76e23, []int{4} + return fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9, []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_41ab6fd61fe76e23) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_extension_setting_service.proto", fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9) } -var fileDescriptor_ad_group_extension_setting_service_41ab6fd61fe76e23 = []byte{ +var fileDescriptor_ad_group_extension_setting_service_8066a784ead7ffb9 = []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 24ff3cff308293ff629c2e04724cc00385daf4c1..bd9c3978fe82a9f96e7033e5a684fefeadb36832 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_7cc90cd37c6c892e, []int{0} + return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []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_7cc90cd37c6c892e, []int{1} + return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []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_7cc90cd37c6c892e, []int{2} + return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []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_7cc90cd37c6c892e, []int{3} + return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []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_7cc90cd37c6c892e, []int{4} + return fileDescriptor_ad_group_feed_service_5e12988336a93e87, []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_7cc90cd37c6c892e) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_feed_service.proto", fileDescriptor_ad_group_feed_service_5e12988336a93e87) } -var fileDescriptor_ad_group_feed_service_7cc90cd37c6c892e = []byte{ +var fileDescriptor_ad_group_feed_service_5e12988336a93e87 = []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 fe84465c8c5fd97b8cb4de1b0310e25c666e5885..8d2eeb09fb67e64af59917aad4a7badcc5c0bf8f 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_957aa6721b93b813, []int{0} + return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []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_957aa6721b93b813, []int{1} + return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []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_957aa6721b93b813, []int{2} + return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []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_957aa6721b93b813, []int{3} + return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []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_957aa6721b93b813, []int{4} + return fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c, []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_957aa6721b93b813) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_label_service.proto", fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c) } -var fileDescriptor_ad_group_label_service_957aa6721b93b813 = []byte{ +var fileDescriptor_ad_group_label_service_e6ee4fdf40e6148c = []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 53ee57e58b3baa6e801c8736f91dfa245364d8e3..330b1a33e6bc1819b36a0250a13ab05775c94470 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_d5cdb2e7bdfeb784, []int{0} + return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []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_d5cdb2e7bdfeb784, []int{1} + return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []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_d5cdb2e7bdfeb784, []int{2} + return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []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_d5cdb2e7bdfeb784, []int{3} + return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []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_d5cdb2e7bdfeb784, []int{4} + return fileDescriptor_ad_group_service_8fc9facc3c19fb17, []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_d5cdb2e7bdfeb784) + proto.RegisterFile("google/ads/googleads/v1/services/ad_group_service.proto", fileDescriptor_ad_group_service_8fc9facc3c19fb17) } -var fileDescriptor_ad_group_service_d5cdb2e7bdfeb784 = []byte{ +var fileDescriptor_ad_group_service_8fc9facc3c19fb17 = []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_parameter_service.pb.go b/googleapis/ads/googleads/v1/services/ad_parameter_service.pb.go index 20a8c2fac9d9234374ee885b5e8142990f01bb90..f6b3434db1346bd7dda9b8d99365322b3ee572bd 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_991993b88c4d0360, []int{0} + return fileDescriptor_ad_parameter_service_fab560cd00473644, []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_991993b88c4d0360, []int{1} + return fileDescriptor_ad_parameter_service_fab560cd00473644, []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_991993b88c4d0360, []int{2} + return fileDescriptor_ad_parameter_service_fab560cd00473644, []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_991993b88c4d0360, []int{3} + return fileDescriptor_ad_parameter_service_fab560cd00473644, []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_991993b88c4d0360, []int{4} + return fileDescriptor_ad_parameter_service_fab560cd00473644, []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_991993b88c4d0360) + proto.RegisterFile("google/ads/googleads/v1/services/ad_parameter_service.proto", fileDescriptor_ad_parameter_service_fab560cd00473644) } -var fileDescriptor_ad_parameter_service_991993b88c4d0360 = []byte{ +var fileDescriptor_ad_parameter_service_fab560cd00473644 = []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 a37b9a838513628b35595120e2a85dfce10ab462..a78061f925b36766724ac58fe6a202b2baed55d7 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_3bfd1b2d3849e11a, []int{0} + return fileDescriptor_ad_schedule_view_service_ed1aa385e7fcb40c, []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_3bfd1b2d3849e11a) + proto.RegisterFile("google/ads/googleads/v1/services/ad_schedule_view_service.proto", fileDescriptor_ad_schedule_view_service_ed1aa385e7fcb40c) } -var fileDescriptor_ad_schedule_view_service_3bfd1b2d3849e11a = []byte{ +var fileDescriptor_ad_schedule_view_service_ed1aa385e7fcb40c = []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 78493db7753e3ceaff9d72009dc9a16a07ada1ae..3935e86ddb283be3c6f5d9aba1fcee31a9e6c920 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_7c05e971116a806c, []int{0} + return fileDescriptor_age_range_view_service_fffca365fdbf8142, []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_7c05e971116a806c) + proto.RegisterFile("google/ads/googleads/v1/services/age_range_view_service.proto", fileDescriptor_age_range_view_service_fffca365fdbf8142) } -var fileDescriptor_age_range_view_service_7c05e971116a806c = []byte{ +var fileDescriptor_age_range_view_service_fffca365fdbf8142 = []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 new file mode 100644 index 0000000000000000000000000000000000000000..86ade129cf10f1f52778177520ec97a65708eeab --- /dev/null +++ b/googleapis/ads/googleads/v1/services/asset_service.pb.go @@ -0,0 +1,468 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/asset_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 [AssetService.GetAsset][google.ads.googleads.v1.services.AssetService.GetAsset] +type GetAssetRequest struct { + // The resource name of the asset 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 *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} +} +func (m *GetAssetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAssetRequest.Unmarshal(m, b) +} +func (m *GetAssetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAssetRequest.Marshal(b, m, deterministic) +} +func (dst *GetAssetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAssetRequest.Merge(dst, src) +} +func (m *GetAssetRequest) XXX_Size() int { + return xxx_messageInfo_GetAssetRequest.Size(m) +} +func (m *GetAssetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAssetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAssetRequest proto.InternalMessageInfo + +func (m *GetAssetRequest) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +// Request message for [AssetService.MutateAssets][google.ads.googleads.v1.services.AssetService.MutateAssets] +type MutateAssetsRequest struct { + // The ID of the customer whose assets 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 assets. + Operations []*AssetOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *MutateAssetsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_MutateAssetsRequest.Unmarshal(m, b) +} +func (m *MutateAssetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_MutateAssetsRequest.Marshal(b, m, deterministic) +} +func (dst *MutateAssetsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_MutateAssetsRequest.Merge(dst, src) +} +func (m *MutateAssetsRequest) XXX_Size() int { + return xxx_messageInfo_MutateAssetsRequest.Size(m) +} +func (m *MutateAssetsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_MutateAssetsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_MutateAssetsRequest proto.InternalMessageInfo + +func (m *MutateAssetsRequest) GetCustomerId() string { + if m != nil { + return m.CustomerId + } + return "" +} + +func (m *MutateAssetsRequest) GetOperations() []*AssetOperation { + if m != nil { + return m.Operations + } + return nil +} + +// A single operation to create an asset. +type AssetOperation struct { + // The mutate operation. + // + // Types that are valid to be assigned to Operation: + // *AssetOperation_Create + Operation isAssetOperation_Operation `protobuf_oneof:"operation"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AssetOperation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AssetOperation.Unmarshal(m, b) +} +func (m *AssetOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AssetOperation.Marshal(b, m, deterministic) +} +func (dst *AssetOperation) XXX_Merge(src proto.Message) { + xxx_messageInfo_AssetOperation.Merge(dst, src) +} +func (m *AssetOperation) XXX_Size() int { + return xxx_messageInfo_AssetOperation.Size(m) +} +func (m *AssetOperation) XXX_DiscardUnknown() { + xxx_messageInfo_AssetOperation.DiscardUnknown(m) +} + +var xxx_messageInfo_AssetOperation proto.InternalMessageInfo + +type isAssetOperation_Operation interface { + isAssetOperation_Operation() +} + +type AssetOperation_Create struct { + Create *resources.Asset `protobuf:"bytes,1,opt,name=create,proto3,oneof"` +} + +func (*AssetOperation_Create) isAssetOperation_Operation() {} + +func (m *AssetOperation) GetOperation() isAssetOperation_Operation { + if m != nil { + return m.Operation + } + return nil +} + +func (m *AssetOperation) GetCreate() *resources.Asset { + if x, ok := m.GetOperation().(*AssetOperation_Create); ok { + return x.Create + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*AssetOperation) 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 _AssetOperation_OneofMarshaler, _AssetOperation_OneofUnmarshaler, _AssetOperation_OneofSizer, []interface{}{ + (*AssetOperation_Create)(nil), + } +} + +func _AssetOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*AssetOperation) + // operation + switch x := m.Operation.(type) { + case *AssetOperation_Create: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Create); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("AssetOperation.Operation has unexpected type %T", x) + } + return nil +} + +func _AssetOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*AssetOperation) + switch tag { + case 1: // operation.create + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(resources.Asset) + err := b.DecodeMessage(msg) + m.Operation = &AssetOperation_Create{msg} + return true, err + default: + return false, nil + } +} + +func _AssetOperation_OneofSizer(msg proto.Message) (n int) { + m := msg.(*AssetOperation) + // operation + switch x := m.Operation.(type) { + case *AssetOperation_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 an asset mutate. +type MutateAssetsResponse struct { + // All results for the mutate. + Results []*MutateAssetResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *MutateAssetsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_MutateAssetsResponse.Unmarshal(m, b) +} +func (m *MutateAssetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_MutateAssetsResponse.Marshal(b, m, deterministic) +} +func (dst *MutateAssetsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_MutateAssetsResponse.Merge(dst, src) +} +func (m *MutateAssetsResponse) XXX_Size() int { + return xxx_messageInfo_MutateAssetsResponse.Size(m) +} +func (m *MutateAssetsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_MutateAssetsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_MutateAssetsResponse proto.InternalMessageInfo + +func (m *MutateAssetsResponse) GetResults() []*MutateAssetResult { + if m != nil { + return m.Results + } + return nil +} + +// The result for the asset mutate. +type MutateAssetResult 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 *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} +} +func (m *MutateAssetResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_MutateAssetResult.Unmarshal(m, b) +} +func (m *MutateAssetResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_MutateAssetResult.Marshal(b, m, deterministic) +} +func (dst *MutateAssetResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_MutateAssetResult.Merge(dst, src) +} +func (m *MutateAssetResult) XXX_Size() int { + return xxx_messageInfo_MutateAssetResult.Size(m) +} +func (m *MutateAssetResult) XXX_DiscardUnknown() { + xxx_messageInfo_MutateAssetResult.DiscardUnknown(m) +} + +var xxx_messageInfo_MutateAssetResult proto.InternalMessageInfo + +func (m *MutateAssetResult) GetResourceName() string { + if m != nil { + return m.ResourceName + } + return "" +} + +func init() { + proto.RegisterType((*GetAssetRequest)(nil), "google.ads.googleads.v1.services.GetAssetRequest") + proto.RegisterType((*MutateAssetsRequest)(nil), "google.ads.googleads.v1.services.MutateAssetsRequest") + proto.RegisterType((*AssetOperation)(nil), "google.ads.googleads.v1.services.AssetOperation") + proto.RegisterType((*MutateAssetsResponse)(nil), "google.ads.googleads.v1.services.MutateAssetsResponse") + proto.RegisterType((*MutateAssetResult)(nil), "google.ads.googleads.v1.services.MutateAssetResult") +} + +// 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 + +// AssetServiceClient is the client API for AssetService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type AssetServiceClient interface { + // Returns the requested asset in full detail. + GetAsset(ctx context.Context, in *GetAssetRequest, opts ...grpc.CallOption) (*resources.Asset, error) + // Creates assets. Operation statuses are returned. + MutateAssets(ctx context.Context, in *MutateAssetsRequest, opts ...grpc.CallOption) (*MutateAssetsResponse, error) +} + +type assetServiceClient struct { + cc *grpc.ClientConn +} + +func NewAssetServiceClient(cc *grpc.ClientConn) AssetServiceClient { + return &assetServiceClient{cc} +} + +func (c *assetServiceClient) GetAsset(ctx context.Context, in *GetAssetRequest, opts ...grpc.CallOption) (*resources.Asset, error) { + out := new(resources.Asset) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.AssetService/GetAsset", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *assetServiceClient) MutateAssets(ctx context.Context, in *MutateAssetsRequest, opts ...grpc.CallOption) (*MutateAssetsResponse, error) { + out := new(MutateAssetsResponse) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.AssetService/MutateAssets", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// AssetServiceServer is the server API for AssetService service. +type AssetServiceServer interface { + // Returns the requested asset in full detail. + GetAsset(context.Context, *GetAssetRequest) (*resources.Asset, error) + // Creates assets. Operation statuses are returned. + MutateAssets(context.Context, *MutateAssetsRequest) (*MutateAssetsResponse, error) +} + +func RegisterAssetServiceServer(s *grpc.Server, srv AssetServiceServer) { + s.RegisterService(&_AssetService_serviceDesc, srv) +} + +func _AssetService_GetAsset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetAssetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AssetServiceServer).GetAsset(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.AssetService/GetAsset", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AssetServiceServer).GetAsset(ctx, req.(*GetAssetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _AssetService_MutateAssets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(MutateAssetsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(AssetServiceServer).MutateAssets(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.AssetService/MutateAssets", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(AssetServiceServer).MutateAssets(ctx, req.(*MutateAssetsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _AssetService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.AssetService", + HandlerType: (*AssetServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "GetAsset", + Handler: _AssetService_GetAsset_Handler, + }, + { + MethodName: "MutateAssets", + Handler: _AssetService_MutateAssets_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/asset_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/asset_service.proto", fileDescriptor_asset_service_6973137248fb30b8) +} + +var fileDescriptor_asset_service_6973137248fb30b8 = []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, + 0x71, 0x8e, 0x53, 0x88, 0xd0, 0xa1, 0x0e, 0xce, 0x92, 0x32, 0x14, 0x22, 0x23, 0x65, 0x40, 0x91, + 0xa2, 0x23, 0x3e, 0x59, 0x96, 0x62, 0x9f, 0xf1, 0x3b, 0x67, 0xa9, 0xba, 0x30, 0xb1, 0x33, 0xb1, + 0x32, 0xb2, 0xf3, 0x4f, 0xb0, 0xf2, 0x1f, 0x20, 0x26, 0xfe, 0x02, 0x46, 0x64, 0x9f, 0xcf, 0x38, + 0x54, 0x51, 0x9a, 0xed, 0xf9, 0xee, 0xfb, 0xbe, 0xf7, 0xbd, 0x1f, 0x67, 0xf4, 0x34, 0x14, 0x22, + 0x5c, 0x72, 0x87, 0x05, 0xe0, 0xa8, 0xb0, 0x88, 0x56, 0xae, 0x03, 0x3c, 0x5b, 0x45, 0x0b, 0x0e, + 0x0e, 0x03, 0xe0, 0x72, 0x5e, 0x7d, 0x92, 0x34, 0x13, 0x52, 0xe0, 0xae, 0x82, 0x12, 0x16, 0x00, + 0xa9, 0x59, 0x64, 0xe5, 0x12, 0xcd, 0xea, 0x3c, 0xd9, 0xa4, 0x9b, 0x71, 0x10, 0x79, 0x56, 0x0b, + 0x2b, 0xc1, 0xce, 0x03, 0x0d, 0x4f, 0x23, 0x87, 0x25, 0x89, 0x90, 0x4c, 0x46, 0x22, 0x01, 0x75, + 0x6b, 0x0d, 0xd1, 0xdd, 0x31, 0x97, 0x5e, 0x81, 0xf7, 0xf9, 0xfb, 0x9c, 0x83, 0xc4, 0x8f, 0xd0, + 0x6d, 0xad, 0x34, 0x4f, 0x58, 0xcc, 0x8f, 0x8c, 0xae, 0xd1, 0x3b, 0xf0, 0xdb, 0xfa, 0xf0, 0x15, + 0x8b, 0xb9, 0xf5, 0xd1, 0x40, 0xf7, 0xce, 0x73, 0xc9, 0x24, 0x2f, 0xb9, 0xa0, 0xc9, 0x0f, 0x51, + 0x6b, 0x91, 0x83, 0x14, 0x31, 0xcf, 0xe6, 0x51, 0x50, 0x51, 0x91, 0x3e, 0x7a, 0x19, 0xe0, 0x09, + 0x42, 0x22, 0xe5, 0x99, 0x32, 0x71, 0x64, 0x76, 0xf7, 0x7a, 0xad, 0x41, 0x9f, 0x6c, 0x2b, 0x9a, + 0x94, 0x59, 0x5e, 0x6b, 0xa2, 0xdf, 0xd0, 0xb0, 0x18, 0xba, 0xb3, 0x7e, 0x8b, 0x47, 0x68, 0x7f, + 0x91, 0x71, 0x26, 0x95, 0xf5, 0xd6, 0xa0, 0xb7, 0x51, 0xbf, 0x6e, 0x99, 0x4a, 0x70, 0x76, 0xc3, + 0xaf, 0x98, 0xa3, 0x16, 0x3a, 0xa8, 0x73, 0x58, 0x1c, 0xdd, 0x5f, 0x2f, 0x16, 0x52, 0x91, 0x00, + 0xc7, 0xe7, 0xe8, 0x66, 0xc6, 0x21, 0x5f, 0x4a, 0x5d, 0xc9, 0xc9, 0xf6, 0x4a, 0x1a, 0x42, 0x7e, + 0xc9, 0xf5, 0xb5, 0x86, 0xf5, 0x1c, 0x1d, 0x5e, 0xb9, 0xbd, 0xd6, 0x38, 0x06, 0x3f, 0x4d, 0xd4, + 0x2e, 0x49, 0x6f, 0x54, 0x1a, 0xfc, 0xd9, 0x40, 0xb7, 0xf4, 0x60, 0xb1, 0xbb, 0xdd, 0xd5, 0x7f, + 0x4b, 0xd0, 0xb9, 0x76, 0xcb, 0xac, 0xfe, 0x87, 0x1f, 0xbf, 0x3e, 0x99, 0x36, 0xee, 0x15, 0x2b, + 0x78, 0xb1, 0x66, 0xf5, 0x54, 0xcf, 0x1d, 0x1c, 0x5b, 0xed, 0x24, 0x38, 0xf6, 0x25, 0xfe, 0x66, + 0xa0, 0x76, 0xb3, 0x9d, 0xf8, 0xd9, 0x4e, 0x5d, 0xd3, 0xbb, 0xd6, 0x19, 0xee, 0x4a, 0x53, 0x53, + 0xb3, 0x86, 0xa5, 0xe3, 0xbe, 0xf5, 0xb8, 0x70, 0xfc, 0xcf, 0xe2, 0x45, 0x63, 0x71, 0x4f, 0xed, + 0xcb, 0xca, 0x30, 0x8d, 0x4b, 0x09, 0x6a, 0xd8, 0xa3, 0x3f, 0x06, 0x3a, 0x5e, 0x88, 0x78, 0x6b, + 0xd6, 0xd1, 0x61, 0x73, 0x14, 0x93, 0xe2, 0x9d, 0x4d, 0x8c, 0xb7, 0x67, 0x15, 0x2d, 0x14, 0x4b, + 0x96, 0x84, 0x44, 0x64, 0xa1, 0x13, 0xf2, 0xa4, 0x7c, 0x85, 0xfa, 0x19, 0xa7, 0x11, 0x6c, 0xfe, + 0x5b, 0xbc, 0xd0, 0xc1, 0x17, 0x73, 0x6f, 0xec, 0x79, 0x5f, 0xcd, 0xee, 0x58, 0x09, 0x7a, 0x01, + 0x10, 0x15, 0x16, 0xd1, 0xd4, 0x25, 0x55, 0x62, 0xf8, 0xae, 0x21, 0x33, 0x2f, 0x80, 0x59, 0x0d, + 0x99, 0x4d, 0xdd, 0x99, 0x86, 0xfc, 0x36, 0x8f, 0xd5, 0x39, 0xa5, 0x5e, 0x00, 0x94, 0xd6, 0x20, + 0x4a, 0xa7, 0x2e, 0xa5, 0x1a, 0xf6, 0x6e, 0xbf, 0xf4, 0x79, 0xf2, 0x37, 0x00, 0x00, 0xff, 0xff, + 0xc0, 0xa5, 0x7e, 0xbf, 0xd4, 0x04, 0x00, 0x00, +} 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 9cd388502341fd67b8d59fb2b6ea01409f636452..8c26a8bd7368b6c2c960cf98b5a45aa34a9979ad 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_344a10a3295f8560, []int{0} + return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []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_344a10a3295f8560, []int{1} + return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []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_344a10a3295f8560, []int{2} + return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []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_344a10a3295f8560, []int{3} + return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []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_344a10a3295f8560, []int{4} + return fileDescriptor_bidding_strategy_service_c8276e79a5566ec3, []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_344a10a3295f8560) + proto.RegisterFile("google/ads/googleads/v1/services/bidding_strategy_service.proto", fileDescriptor_bidding_strategy_service_c8276e79a5566ec3) } -var fileDescriptor_bidding_strategy_service_344a10a3295f8560 = []byte{ +var fileDescriptor_bidding_strategy_service_c8276e79a5566ec3 = []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 5e4fef2ce7f5cd501f76052aba44bd8ffb7c5dd5..ef6361a53023ae4e24ba855714d1162877a27abc 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_919e843782bfda05, []int{0} + return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []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_919e843782bfda05, []int{1} + return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []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_919e843782bfda05, []int{2} + return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []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_919e843782bfda05, []int{3} + return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []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_919e843782bfda05, []int{4} + return fileDescriptor_billing_setup_service_63d627a5d2fe7e8c, []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_919e843782bfda05) + proto.RegisterFile("google/ads/googleads/v1/services/billing_setup_service.proto", fileDescriptor_billing_setup_service_63d627a5d2fe7e8c) } -var fileDescriptor_billing_setup_service_919e843782bfda05 = []byte{ +var fileDescriptor_billing_setup_service_63d627a5d2fe7e8c = []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 617b121cad482ba7198eab37a72ba792b0c7eea9..d52474e7bf34b4366e78ef3c993f0ea68361e66e 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_8fd4cc4331a36b24, []int{0} + return fileDescriptor_campaign_audience_view_service_5323c93934e79db8, []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_8fd4cc4331a36b24) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_audience_view_service.proto", fileDescriptor_campaign_audience_view_service_5323c93934e79db8) } -var fileDescriptor_campaign_audience_view_service_8fd4cc4331a36b24 = []byte{ +var fileDescriptor_campaign_audience_view_service_5323c93934e79db8 = []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 6af5b69e81853f516dc24fa370772c384a01877d..58dd54c75c3c45b968f513db5f40440054ae0bf9 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_d39aeaa5807d4148, []int{0} + return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []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_d39aeaa5807d4148, []int{1} + return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []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_d39aeaa5807d4148, []int{2} + return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []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_d39aeaa5807d4148, []int{3} + return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []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_d39aeaa5807d4148, []int{4} + return fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a, []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_d39aeaa5807d4148) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_bid_modifier_service.proto", fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a) } -var fileDescriptor_campaign_bid_modifier_service_d39aeaa5807d4148 = []byte{ +var fileDescriptor_campaign_bid_modifier_service_650f1d7108efa56a = []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 56b7bae06d295e6c850e288fa7aba65b39d13407..1e1d01e08fdc2357caa8710c9bcb75d474f49d6f 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_3360c0ab652697e8, []int{0} + return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []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_3360c0ab652697e8, []int{1} + return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []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_3360c0ab652697e8, []int{2} + return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []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_3360c0ab652697e8, []int{3} + return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []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_3360c0ab652697e8, []int{4} + return fileDescriptor_campaign_budget_service_46f127f93ff7c20c, []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_3360c0ab652697e8) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_budget_service.proto", fileDescriptor_campaign_budget_service_46f127f93ff7c20c) } -var fileDescriptor_campaign_budget_service_3360c0ab652697e8 = []byte{ +var fileDescriptor_campaign_budget_service_46f127f93ff7c20c = []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 312e50dd33259eda22ace671a1165867f13d6815..448adf60e0dc29204d35360969227e6a918bc3f2 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_84e08a80cabf0cf4, []int{0} + return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []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_84e08a80cabf0cf4, []int{1} + return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []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_84e08a80cabf0cf4, []int{2} + return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []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_84e08a80cabf0cf4, []int{3} + return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []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_84e08a80cabf0cf4, []int{4} + return fileDescriptor_campaign_criterion_service_76ecc9bf710d7316, []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_84e08a80cabf0cf4) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_criterion_service.proto", fileDescriptor_campaign_criterion_service_76ecc9bf710d7316) } -var fileDescriptor_campaign_criterion_service_84e08a80cabf0cf4 = []byte{ +var fileDescriptor_campaign_criterion_service_76ecc9bf710d7316 = []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_extension_setting_service.pb.go b/googleapis/ads/googleads/v1/services/campaign_extension_setting_service.pb.go index fdaa99984f488e214a09e7a847889514370514b2..d1702bcd6d94997db9d5ecb604285c758812915c 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_692d24465e6146e9, []int{0} + return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []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_692d24465e6146e9, []int{1} + return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []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_692d24465e6146e9, []int{2} + return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []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_692d24465e6146e9, []int{3} + return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []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_692d24465e6146e9, []int{4} + return fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b, []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_692d24465e6146e9) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_extension_setting_service.proto", fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b) } -var fileDescriptor_campaign_extension_setting_service_692d24465e6146e9 = []byte{ +var fileDescriptor_campaign_extension_setting_service_8c62e14d8376037b = []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 6db02b4f8d38231d13ea5d4c5e30d492c0fe8fad..f8e978dc93f610ac2e7e5f30a0d50146e6dbfb90 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_d801a136ad3e8174, []int{0} + return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []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_d801a136ad3e8174, []int{1} + return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []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_d801a136ad3e8174, []int{2} + return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []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_d801a136ad3e8174, []int{3} + return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []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_d801a136ad3e8174, []int{4} + return fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e, []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_d801a136ad3e8174) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_feed_service.proto", fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e) } -var fileDescriptor_campaign_feed_service_d801a136ad3e8174 = []byte{ +var fileDescriptor_campaign_feed_service_dd6d1f06dfe68e6e = []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 ac2405360ad1e1e8d300d296573538bcb9a171e8..515717b8f47d1e2d2d04d6b39b0e48e27d08b4ba 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_a23c65179be01671, []int{0} + return fileDescriptor_campaign_label_service_72c5db67fe58a597, []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_a23c65179be01671, []int{1} + return fileDescriptor_campaign_label_service_72c5db67fe58a597, []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_a23c65179be01671, []int{2} + return fileDescriptor_campaign_label_service_72c5db67fe58a597, []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_a23c65179be01671, []int{3} + return fileDescriptor_campaign_label_service_72c5db67fe58a597, []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_a23c65179be01671, []int{4} + return fileDescriptor_campaign_label_service_72c5db67fe58a597, []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_a23c65179be01671) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_label_service.proto", fileDescriptor_campaign_label_service_72c5db67fe58a597) } -var fileDescriptor_campaign_label_service_a23c65179be01671 = []byte{ +var fileDescriptor_campaign_label_service_72c5db67fe58a597 = []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 b4f33fb13cd43e16f0146ef661a9cd31eab08533..e107ce28f66560cce43443d665c6fa7f5cad05e1 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_c131ed8d128959ea, []int{0} + return fileDescriptor_campaign_service_20df912bf18ceca1, []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_c131ed8d128959ea, []int{1} + return fileDescriptor_campaign_service_20df912bf18ceca1, []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_c131ed8d128959ea, []int{2} + return fileDescriptor_campaign_service_20df912bf18ceca1, []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_c131ed8d128959ea, []int{3} + return fileDescriptor_campaign_service_20df912bf18ceca1, []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_c131ed8d128959ea, []int{4} + return fileDescriptor_campaign_service_20df912bf18ceca1, []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_c131ed8d128959ea) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_service.proto", fileDescriptor_campaign_service_20df912bf18ceca1) } -var fileDescriptor_campaign_service_c131ed8d128959ea = []byte{ +var fileDescriptor_campaign_service_20df912bf18ceca1 = []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 8787b996c1fc94c35ec9fd86963d3492e0faa7ac..9f94e277b1780f28b69fa01bec37fd79eaa07086 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_9b1441038f53848e, []int{0} + return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []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_9b1441038f53848e, []int{1} + return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []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_9b1441038f53848e, []int{2} + return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []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_9b1441038f53848e, []int{3} + return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []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_9b1441038f53848e, []int{4} + return fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55, []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_9b1441038f53848e) + proto.RegisterFile("google/ads/googleads/v1/services/campaign_shared_set_service.proto", fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55) } -var fileDescriptor_campaign_shared_set_service_9b1441038f53848e = []byte{ +var fileDescriptor_campaign_shared_set_service_3256d633b5e3dc55 = []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 cb4502888976f68274a29065318a7cabd2ad184b..889b4c2363731dce476309dab8842a3a03e5a102 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_8d51fb55e7837356, []int{0} + return fileDescriptor_carrier_constant_service_e6a77bf77c9bbbbd, []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_8d51fb55e7837356) + proto.RegisterFile("google/ads/googleads/v1/services/carrier_constant_service.proto", fileDescriptor_carrier_constant_service_e6a77bf77c9bbbbd) } -var fileDescriptor_carrier_constant_service_8d51fb55e7837356 = []byte{ +var fileDescriptor_carrier_constant_service_e6a77bf77c9bbbbd = []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 67141561fa9174e1edef186b4290756d9ac8d123..ef59f3b052b5d0ce87c6236273ce10329a2abb07 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_22f18025ed54ade0, []int{0} + return fileDescriptor_change_status_service_1c8ab62f48252b8e, []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_22f18025ed54ade0) + proto.RegisterFile("google/ads/googleads/v1/services/change_status_service.proto", fileDescriptor_change_status_service_1c8ab62f48252b8e) } -var fileDescriptor_change_status_service_22f18025ed54ade0 = []byte{ +var fileDescriptor_change_status_service_1c8ab62f48252b8e = []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 4ee07efff6bf7765c782e8be2f3f746479c8f0a4..802924c3e71c47d01a32f5bb0b8d0b8616df7ddb 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_6a2224d7a7d3cbd4, []int{0} + return fileDescriptor_click_view_service_6f5c62a172610bbe, []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_6a2224d7a7d3cbd4) + proto.RegisterFile("google/ads/googleads/v1/services/click_view_service.proto", fileDescriptor_click_view_service_6f5c62a172610bbe) } -var fileDescriptor_click_view_service_6a2224d7a7d3cbd4 = []byte{ +var fileDescriptor_click_view_service_6f5c62a172610bbe = []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 281529b6d08aab3879ade7596b9ecbf45d5bcd5a..9b8d8b5ff74e05adb048221b7c428fa7d39f825b 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_3f78218f701f25ce, []int{0} + return fileDescriptor_conversion_action_service_287b597462359a2b, []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_3f78218f701f25ce, []int{1} + return fileDescriptor_conversion_action_service_287b597462359a2b, []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_3f78218f701f25ce, []int{2} + return fileDescriptor_conversion_action_service_287b597462359a2b, []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_3f78218f701f25ce, []int{3} + return fileDescriptor_conversion_action_service_287b597462359a2b, []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_3f78218f701f25ce, []int{4} + return fileDescriptor_conversion_action_service_287b597462359a2b, []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_3f78218f701f25ce) + proto.RegisterFile("google/ads/googleads/v1/services/conversion_action_service.proto", fileDescriptor_conversion_action_service_287b597462359a2b) } -var fileDescriptor_conversion_action_service_3f78218f701f25ce = []byte{ +var fileDescriptor_conversion_action_service_287b597462359a2b = []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 new file mode 100644 index 0000000000000000000000000000000000000000..3c53d2f967f2f63c57edfe01b33a1974975c616a --- /dev/null +++ b/googleapis/ads/googleads/v1/services/conversion_adjustment_upload_service.pb.go @@ -0,0 +1,763 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/ads/googleads/v1/services/conversion_adjustment_upload_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 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" +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 +// [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v1.services.ConversionAdjustmentUploadService.UploadConversionAdjustments]. +type UploadConversionAdjustmentsRequest struct { + // The ID of the customer performing the upload. + CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` + // The conversion adjustments that are being uploaded. + ConversionAdjustments []*ConversionAdjustment `protobuf:"bytes,2,rep,name=conversion_adjustments,json=conversionAdjustments,proto3" json:"conversion_adjustments,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. This should always be + // set to true. + 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 *UploadConversionAdjustmentsRequest) Reset() { *m = UploadConversionAdjustmentsRequest{} } +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} +} +func (m *UploadConversionAdjustmentsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UploadConversionAdjustmentsRequest.Unmarshal(m, b) +} +func (m *UploadConversionAdjustmentsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UploadConversionAdjustmentsRequest.Marshal(b, m, deterministic) +} +func (dst *UploadConversionAdjustmentsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UploadConversionAdjustmentsRequest.Merge(dst, src) +} +func (m *UploadConversionAdjustmentsRequest) XXX_Size() int { + return xxx_messageInfo_UploadConversionAdjustmentsRequest.Size(m) +} +func (m *UploadConversionAdjustmentsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UploadConversionAdjustmentsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UploadConversionAdjustmentsRequest proto.InternalMessageInfo + +func (m *UploadConversionAdjustmentsRequest) GetCustomerId() string { + if m != nil { + return m.CustomerId + } + return "" +} + +func (m *UploadConversionAdjustmentsRequest) GetConversionAdjustments() []*ConversionAdjustment { + if m != nil { + return m.ConversionAdjustments + } + return nil +} + +func (m *UploadConversionAdjustmentsRequest) GetPartialFailure() bool { + if m != nil { + return m.PartialFailure + } + return false +} + +// Response message for +// [ConversionAdjustmentUploadService.UploadConversionAdjustments][google.ads.googleads.v1.services.ConversionAdjustmentUploadService.UploadConversionAdjustments]. +type UploadConversionAdjustmentsResponse struct { + // Errors that pertain to conversion adjustment failures in the partial + // failure mode. Returned when all errors occur inside the adjustments. If any + // errors occur outside the adjustments (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 conversion adjustments. Proto will be + // empty for rows that received an error. + Results []*ConversionAdjustmentResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *UploadConversionAdjustmentsResponse) Reset() { *m = UploadConversionAdjustmentsResponse{} } +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} +} +func (m *UploadConversionAdjustmentsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UploadConversionAdjustmentsResponse.Unmarshal(m, b) +} +func (m *UploadConversionAdjustmentsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UploadConversionAdjustmentsResponse.Marshal(b, m, deterministic) +} +func (dst *UploadConversionAdjustmentsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UploadConversionAdjustmentsResponse.Merge(dst, src) +} +func (m *UploadConversionAdjustmentsResponse) XXX_Size() int { + return xxx_messageInfo_UploadConversionAdjustmentsResponse.Size(m) +} +func (m *UploadConversionAdjustmentsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UploadConversionAdjustmentsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_UploadConversionAdjustmentsResponse proto.InternalMessageInfo + +func (m *UploadConversionAdjustmentsResponse) GetPartialFailureError() *status.Status { + if m != nil { + return m.PartialFailureError + } + return nil +} + +func (m *UploadConversionAdjustmentsResponse) GetResults() []*ConversionAdjustmentResult { + if m != nil { + return m.Results + } + return nil +} + +// A conversion adjustment. +type ConversionAdjustment struct { + // Resource name of the conversion action associated with this conversion + // adjustment. Note: Although this resource name consists of a customer id and + // a conversion action id, validation will ignore the customer id and use the + // conversion action id as the sole identifier of the conversion action. + ConversionAction *wrappers.StringValue `protobuf:"bytes,3,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"` + // The date time at which the adjustment occurred. Must be after the + // conversion_date_time. The timezone must be specified. The format is + // "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00". + AdjustmentDateTime *wrappers.StringValue `protobuf:"bytes,4,opt,name=adjustment_date_time,json=adjustmentDateTime,proto3" json:"adjustment_date_time,omitempty"` + // The adjustment type. + AdjustmentType enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType `protobuf:"varint,5,opt,name=adjustment_type,json=adjustmentType,proto3,enum=google.ads.googleads.v1.enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType" json:"adjustment_type,omitempty"` + // Information needed to restate the conversion's value. + // Required for restatements. Should not be supplied for retractions. An error + // will be returned if provided for a retraction. + RestatementValue *RestatementValue `protobuf:"bytes,6,opt,name=restatement_value,json=restatementValue,proto3" json:"restatement_value,omitempty"` + // Identifies the conversion to be adjusted. + // + // Types that are valid to be assigned to ConversionIdentifier: + // *ConversionAdjustment_GclidDateTimePair + // *ConversionAdjustment_OrderId + ConversionIdentifier isConversionAdjustment_ConversionIdentifier `protobuf_oneof:"conversion_identifier"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ConversionAdjustment) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ConversionAdjustment.Unmarshal(m, b) +} +func (m *ConversionAdjustment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ConversionAdjustment.Marshal(b, m, deterministic) +} +func (dst *ConversionAdjustment) XXX_Merge(src proto.Message) { + xxx_messageInfo_ConversionAdjustment.Merge(dst, src) +} +func (m *ConversionAdjustment) XXX_Size() int { + return xxx_messageInfo_ConversionAdjustment.Size(m) +} +func (m *ConversionAdjustment) XXX_DiscardUnknown() { + xxx_messageInfo_ConversionAdjustment.DiscardUnknown(m) +} + +var xxx_messageInfo_ConversionAdjustment proto.InternalMessageInfo + +func (m *ConversionAdjustment) GetConversionAction() *wrappers.StringValue { + if m != nil { + return m.ConversionAction + } + return nil +} + +func (m *ConversionAdjustment) GetAdjustmentDateTime() *wrappers.StringValue { + if m != nil { + return m.AdjustmentDateTime + } + return nil +} + +func (m *ConversionAdjustment) GetAdjustmentType() enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType { + if m != nil { + return m.AdjustmentType + } + return enums.ConversionAdjustmentTypeEnum_UNSPECIFIED +} + +func (m *ConversionAdjustment) GetRestatementValue() *RestatementValue { + if m != nil { + return m.RestatementValue + } + return nil +} + +type isConversionAdjustment_ConversionIdentifier interface { + isConversionAdjustment_ConversionIdentifier() +} + +type ConversionAdjustment_GclidDateTimePair struct { + GclidDateTimePair *GclidDateTimePair `protobuf:"bytes,1,opt,name=gclid_date_time_pair,json=gclidDateTimePair,proto3,oneof"` +} + +type ConversionAdjustment_OrderId struct { + OrderId *wrappers.StringValue `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3,oneof"` +} + +func (*ConversionAdjustment_GclidDateTimePair) isConversionAdjustment_ConversionIdentifier() {} + +func (*ConversionAdjustment_OrderId) isConversionAdjustment_ConversionIdentifier() {} + +func (m *ConversionAdjustment) GetConversionIdentifier() isConversionAdjustment_ConversionIdentifier { + if m != nil { + return m.ConversionIdentifier + } + return nil +} + +func (m *ConversionAdjustment) GetGclidDateTimePair() *GclidDateTimePair { + if x, ok := m.GetConversionIdentifier().(*ConversionAdjustment_GclidDateTimePair); ok { + return x.GclidDateTimePair + } + return nil +} + +func (m *ConversionAdjustment) GetOrderId() *wrappers.StringValue { + if x, ok := m.GetConversionIdentifier().(*ConversionAdjustment_OrderId); ok { + return x.OrderId + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ConversionAdjustment) 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 _ConversionAdjustment_OneofMarshaler, _ConversionAdjustment_OneofUnmarshaler, _ConversionAdjustment_OneofSizer, []interface{}{ + (*ConversionAdjustment_GclidDateTimePair)(nil), + (*ConversionAdjustment_OrderId)(nil), + } +} + +func _ConversionAdjustment_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ConversionAdjustment) + // conversion_identifier + switch x := m.ConversionIdentifier.(type) { + case *ConversionAdjustment_GclidDateTimePair: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.GclidDateTimePair); err != nil { + return err + } + case *ConversionAdjustment_OrderId: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.OrderId); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("ConversionAdjustment.ConversionIdentifier has unexpected type %T", x) + } + return nil +} + +func _ConversionAdjustment_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ConversionAdjustment) + switch tag { + case 1: // conversion_identifier.gclid_date_time_pair + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GclidDateTimePair) + err := b.DecodeMessage(msg) + m.ConversionIdentifier = &ConversionAdjustment_GclidDateTimePair{msg} + return true, err + case 2: // conversion_identifier.order_id + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(wrappers.StringValue) + err := b.DecodeMessage(msg) + m.ConversionIdentifier = &ConversionAdjustment_OrderId{msg} + return true, err + default: + return false, nil + } +} + +func _ConversionAdjustment_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ConversionAdjustment) + // conversion_identifier + switch x := m.ConversionIdentifier.(type) { + case *ConversionAdjustment_GclidDateTimePair: + s := proto.Size(x.GclidDateTimePair) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ConversionAdjustment_OrderId: + s := proto.Size(x.OrderId) + 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 +} + +// Contains information needed to restate a conversion's value. +type RestatementValue struct { + // The restated conversion value. This is the value of the conversion after + // restatement. For example, to change the value of a conversion from 100 to + // 70, an adjusted value of 70 should be reported. + AdjustedValue *wrappers.DoubleValue `protobuf:"bytes,1,opt,name=adjusted_value,json=adjustedValue,proto3" json:"adjusted_value,omitempty"` + // The currency of the restated value. If not provided, then the default + // currency from the conversion action is used, and if that is not set then + // the account currency is used. This is the ISO 4217 3-character currency + // code e.g. USD or EUR. + CurrencyCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *RestatementValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_RestatementValue.Unmarshal(m, b) +} +func (m *RestatementValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_RestatementValue.Marshal(b, m, deterministic) +} +func (dst *RestatementValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_RestatementValue.Merge(dst, src) +} +func (m *RestatementValue) XXX_Size() int { + return xxx_messageInfo_RestatementValue.Size(m) +} +func (m *RestatementValue) XXX_DiscardUnknown() { + xxx_messageInfo_RestatementValue.DiscardUnknown(m) +} + +var xxx_messageInfo_RestatementValue proto.InternalMessageInfo + +func (m *RestatementValue) GetAdjustedValue() *wrappers.DoubleValue { + if m != nil { + return m.AdjustedValue + } + return nil +} + +func (m *RestatementValue) GetCurrencyCode() *wrappers.StringValue { + if m != nil { + return m.CurrencyCode + } + return nil +} + +// Uniquely identifies a conversion that was reported without an order ID +// specified. +type GclidDateTimePair struct { + // Google click ID (gclid) associated with the original conversion for this + // adjustment. + Gclid *wrappers.StringValue `protobuf:"bytes,1,opt,name=gclid,proto3" json:"gclid,omitempty"` + // The date time at which the original conversion for this adjustment + // occurred. The timezone must be specified. The format is "yyyy-mm-dd + // hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00". + ConversionDateTime *wrappers.StringValue `protobuf:"bytes,2,opt,name=conversion_date_time,json=conversionDateTime,proto3" json:"conversion_date_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *GclidDateTimePair) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GclidDateTimePair.Unmarshal(m, b) +} +func (m *GclidDateTimePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GclidDateTimePair.Marshal(b, m, deterministic) +} +func (dst *GclidDateTimePair) XXX_Merge(src proto.Message) { + xxx_messageInfo_GclidDateTimePair.Merge(dst, src) +} +func (m *GclidDateTimePair) XXX_Size() int { + return xxx_messageInfo_GclidDateTimePair.Size(m) +} +func (m *GclidDateTimePair) XXX_DiscardUnknown() { + xxx_messageInfo_GclidDateTimePair.DiscardUnknown(m) +} + +var xxx_messageInfo_GclidDateTimePair proto.InternalMessageInfo + +func (m *GclidDateTimePair) GetGclid() *wrappers.StringValue { + if m != nil { + return m.Gclid + } + return nil +} + +func (m *GclidDateTimePair) GetConversionDateTime() *wrappers.StringValue { + if m != nil { + return m.ConversionDateTime + } + return nil +} + +// Information identifying a successfully processed ConversionAdjustment. +type ConversionAdjustmentResult struct { + // Resource name of the conversion action associated with this conversion + // adjustment. + ConversionAction *wrappers.StringValue `protobuf:"bytes,3,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"` + // The date time at which the adjustment occurred. The format is + // "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00". + AdjustmentDateTime *wrappers.StringValue `protobuf:"bytes,4,opt,name=adjustment_date_time,json=adjustmentDateTime,proto3" json:"adjustment_date_time,omitempty"` + // The adjustment type. + AdjustmentType enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType `protobuf:"varint,5,opt,name=adjustment_type,json=adjustmentType,proto3,enum=google.ads.googleads.v1.enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType" json:"adjustment_type,omitempty"` + // Identifies the conversion that was adjusted. + // + // Types that are valid to be assigned to ConversionIdentifier: + // *ConversionAdjustmentResult_GclidDateTimePair + // *ConversionAdjustmentResult_OrderId + ConversionIdentifier isConversionAdjustmentResult_ConversionIdentifier `protobuf_oneof:"conversion_identifier"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ConversionAdjustmentResult) Reset() { *m = ConversionAdjustmentResult{} } +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} +} +func (m *ConversionAdjustmentResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ConversionAdjustmentResult.Unmarshal(m, b) +} +func (m *ConversionAdjustmentResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ConversionAdjustmentResult.Marshal(b, m, deterministic) +} +func (dst *ConversionAdjustmentResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_ConversionAdjustmentResult.Merge(dst, src) +} +func (m *ConversionAdjustmentResult) XXX_Size() int { + return xxx_messageInfo_ConversionAdjustmentResult.Size(m) +} +func (m *ConversionAdjustmentResult) XXX_DiscardUnknown() { + xxx_messageInfo_ConversionAdjustmentResult.DiscardUnknown(m) +} + +var xxx_messageInfo_ConversionAdjustmentResult proto.InternalMessageInfo + +func (m *ConversionAdjustmentResult) GetConversionAction() *wrappers.StringValue { + if m != nil { + return m.ConversionAction + } + return nil +} + +func (m *ConversionAdjustmentResult) GetAdjustmentDateTime() *wrappers.StringValue { + if m != nil { + return m.AdjustmentDateTime + } + return nil +} + +func (m *ConversionAdjustmentResult) GetAdjustmentType() enums.ConversionAdjustmentTypeEnum_ConversionAdjustmentType { + if m != nil { + return m.AdjustmentType + } + return enums.ConversionAdjustmentTypeEnum_UNSPECIFIED +} + +type isConversionAdjustmentResult_ConversionIdentifier interface { + isConversionAdjustmentResult_ConversionIdentifier() +} + +type ConversionAdjustmentResult_GclidDateTimePair struct { + GclidDateTimePair *GclidDateTimePair `protobuf:"bytes,1,opt,name=gclid_date_time_pair,json=gclidDateTimePair,proto3,oneof"` +} + +type ConversionAdjustmentResult_OrderId struct { + OrderId *wrappers.StringValue `protobuf:"bytes,2,opt,name=order_id,json=orderId,proto3,oneof"` +} + +func (*ConversionAdjustmentResult_GclidDateTimePair) isConversionAdjustmentResult_ConversionIdentifier() { +} + +func (*ConversionAdjustmentResult_OrderId) isConversionAdjustmentResult_ConversionIdentifier() {} + +func (m *ConversionAdjustmentResult) GetConversionIdentifier() isConversionAdjustmentResult_ConversionIdentifier { + if m != nil { + return m.ConversionIdentifier + } + return nil +} + +func (m *ConversionAdjustmentResult) GetGclidDateTimePair() *GclidDateTimePair { + if x, ok := m.GetConversionIdentifier().(*ConversionAdjustmentResult_GclidDateTimePair); ok { + return x.GclidDateTimePair + } + return nil +} + +func (m *ConversionAdjustmentResult) GetOrderId() *wrappers.StringValue { + if x, ok := m.GetConversionIdentifier().(*ConversionAdjustmentResult_OrderId); ok { + return x.OrderId + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ConversionAdjustmentResult) 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 _ConversionAdjustmentResult_OneofMarshaler, _ConversionAdjustmentResult_OneofUnmarshaler, _ConversionAdjustmentResult_OneofSizer, []interface{}{ + (*ConversionAdjustmentResult_GclidDateTimePair)(nil), + (*ConversionAdjustmentResult_OrderId)(nil), + } +} + +func _ConversionAdjustmentResult_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ConversionAdjustmentResult) + // conversion_identifier + switch x := m.ConversionIdentifier.(type) { + case *ConversionAdjustmentResult_GclidDateTimePair: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.GclidDateTimePair); err != nil { + return err + } + case *ConversionAdjustmentResult_OrderId: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.OrderId); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("ConversionAdjustmentResult.ConversionIdentifier has unexpected type %T", x) + } + return nil +} + +func _ConversionAdjustmentResult_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ConversionAdjustmentResult) + switch tag { + case 1: // conversion_identifier.gclid_date_time_pair + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GclidDateTimePair) + err := b.DecodeMessage(msg) + m.ConversionIdentifier = &ConversionAdjustmentResult_GclidDateTimePair{msg} + return true, err + case 2: // conversion_identifier.order_id + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(wrappers.StringValue) + err := b.DecodeMessage(msg) + m.ConversionIdentifier = &ConversionAdjustmentResult_OrderId{msg} + return true, err + default: + return false, nil + } +} + +func _ConversionAdjustmentResult_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ConversionAdjustmentResult) + // conversion_identifier + switch x := m.ConversionIdentifier.(type) { + case *ConversionAdjustmentResult_GclidDateTimePair: + s := proto.Size(x.GclidDateTimePair) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ConversionAdjustmentResult_OrderId: + s := proto.Size(x.OrderId) + 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((*UploadConversionAdjustmentsRequest)(nil), "google.ads.googleads.v1.services.UploadConversionAdjustmentsRequest") + proto.RegisterType((*UploadConversionAdjustmentsResponse)(nil), "google.ads.googleads.v1.services.UploadConversionAdjustmentsResponse") + proto.RegisterType((*ConversionAdjustment)(nil), "google.ads.googleads.v1.services.ConversionAdjustment") + proto.RegisterType((*RestatementValue)(nil), "google.ads.googleads.v1.services.RestatementValue") + proto.RegisterType((*GclidDateTimePair)(nil), "google.ads.googleads.v1.services.GclidDateTimePair") + proto.RegisterType((*ConversionAdjustmentResult)(nil), "google.ads.googleads.v1.services.ConversionAdjustmentResult") +} + +// 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 + +// ConversionAdjustmentUploadServiceClient is the client API for ConversionAdjustmentUploadService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type ConversionAdjustmentUploadServiceClient interface { + // Processes the given conversion adjustments. + UploadConversionAdjustments(ctx context.Context, in *UploadConversionAdjustmentsRequest, opts ...grpc.CallOption) (*UploadConversionAdjustmentsResponse, error) +} + +type conversionAdjustmentUploadServiceClient struct { + cc *grpc.ClientConn +} + +func NewConversionAdjustmentUploadServiceClient(cc *grpc.ClientConn) ConversionAdjustmentUploadServiceClient { + return &conversionAdjustmentUploadServiceClient{cc} +} + +func (c *conversionAdjustmentUploadServiceClient) UploadConversionAdjustments(ctx context.Context, in *UploadConversionAdjustmentsRequest, opts ...grpc.CallOption) (*UploadConversionAdjustmentsResponse, error) { + out := new(UploadConversionAdjustmentsResponse) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.ConversionAdjustmentUploadService/UploadConversionAdjustments", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// ConversionAdjustmentUploadServiceServer is the server API for ConversionAdjustmentUploadService service. +type ConversionAdjustmentUploadServiceServer interface { + // Processes the given conversion adjustments. + UploadConversionAdjustments(context.Context, *UploadConversionAdjustmentsRequest) (*UploadConversionAdjustmentsResponse, error) +} + +func RegisterConversionAdjustmentUploadServiceServer(s *grpc.Server, srv ConversionAdjustmentUploadServiceServer) { + s.RegisterService(&_ConversionAdjustmentUploadService_serviceDesc, srv) +} + +func _ConversionAdjustmentUploadService_UploadConversionAdjustments_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UploadConversionAdjustmentsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ConversionAdjustmentUploadServiceServer).UploadConversionAdjustments(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.ConversionAdjustmentUploadService/UploadConversionAdjustments", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ConversionAdjustmentUploadServiceServer).UploadConversionAdjustments(ctx, req.(*UploadConversionAdjustmentsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _ConversionAdjustmentUploadService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.ads.googleads.v1.services.ConversionAdjustmentUploadService", + HandlerType: (*ConversionAdjustmentUploadServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "UploadConversionAdjustments", + Handler: _ConversionAdjustmentUploadService_UploadConversionAdjustments_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/ads/googleads/v1/services/conversion_adjustment_upload_service.proto", +} + +func init() { + proto.RegisterFile("google/ads/googleads/v1/services/conversion_adjustment_upload_service.proto", fileDescriptor_conversion_adjustment_upload_service_359236ec23384117) +} + +var fileDescriptor_conversion_adjustment_upload_service_359236ec23384117 = []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, + 0xd4, 0x83, 0xad, 0xa4, 0x12, 0x52, 0x0d, 0x54, 0x4a, 0x9b, 0xbe, 0x84, 0x84, 0x2a, 0xb7, 0xe4, + 0x80, 0x22, 0x59, 0x5b, 0xef, 0xc6, 0x5a, 0x64, 0x7b, 0xcd, 0xee, 0x3a, 0xa8, 0x42, 0xbd, 0x70, + 0xe7, 0x84, 0x04, 0x12, 0x47, 0x8e, 0xfc, 0x1f, 0x5c, 0x90, 0x38, 0x71, 0xe6, 0xc6, 0x89, 0x13, + 0xe2, 0x2f, 0x40, 0x7e, 0x6c, 0x92, 0x86, 0xb8, 0xae, 0xe0, 0x84, 0xc4, 0x6d, 0xbd, 0x33, 0xf3, + 0xcd, 0x37, 0xdf, 0xce, 0x68, 0x0c, 0x3e, 0xf4, 0x19, 0xf3, 0x03, 0x62, 0x21, 0x2c, 0xac, 0xfc, + 0x98, 0x9e, 0x26, 0x5d, 0x4b, 0x10, 0x3e, 0xa1, 0x1e, 0x11, 0x96, 0xc7, 0xa2, 0x09, 0xe1, 0x82, + 0xb2, 0xc8, 0x45, 0xf8, 0xd3, 0x44, 0xc8, 0x90, 0x44, 0xd2, 0x4d, 0xe2, 0x80, 0x21, 0xec, 0x16, + 0x5e, 0x66, 0xcc, 0x99, 0x64, 0xb0, 0x9d, 0x23, 0x98, 0x08, 0x0b, 0x73, 0x0a, 0x66, 0x4e, 0xba, + 0xa6, 0x02, 0x6b, 0x1d, 0x96, 0xa5, 0x23, 0x51, 0x12, 0x96, 0xe5, 0x92, 0xb7, 0x71, 0x91, 0xa1, + 0xb5, 0xa3, 0xe2, 0x63, 0x6a, 0xa1, 0x28, 0x62, 0x12, 0x49, 0xca, 0x22, 0x51, 0x58, 0x5f, 0x2f, + 0xac, 0xd9, 0xd7, 0x4d, 0x32, 0xb6, 0x3e, 0xe7, 0x28, 0x8e, 0x09, 0x57, 0xf6, 0xed, 0xc2, 0xce, + 0x63, 0xcf, 0x12, 0x12, 0xc9, 0xa4, 0x30, 0x18, 0xbf, 0x6a, 0xc0, 0xf8, 0x38, 0xab, 0xe8, 0x78, + 0xca, 0xa0, 0x3f, 0x25, 0x20, 0x1c, 0xf2, 0x59, 0x42, 0x84, 0x84, 0x6f, 0x80, 0xba, 0x97, 0x08, + 0xc9, 0x42, 0xc2, 0x5d, 0x8a, 0x9b, 0x5a, 0x5b, 0xeb, 0xbc, 0xe4, 0x00, 0x75, 0x75, 0x81, 0x61, + 0x08, 0x5e, 0x5d, 0x5a, 0x82, 0x68, 0xea, 0xed, 0x5a, 0xa7, 0xde, 0x7b, 0xd7, 0xac, 0x52, 0xc8, + 0x5c, 0x46, 0xc0, 0xd9, 0xf2, 0x96, 0xd1, 0x82, 0xef, 0x80, 0xf5, 0x18, 0x71, 0x49, 0x51, 0xe0, + 0x8e, 0x11, 0x0d, 0x12, 0x4e, 0x9a, 0xb5, 0xb6, 0xd6, 0x59, 0x71, 0xd6, 0x8a, 0xeb, 0xd3, 0xfc, + 0xd6, 0xf8, 0x51, 0x03, 0x6f, 0x3d, 0x58, 0x9f, 0x88, 0x59, 0x24, 0x08, 0x3c, 0x05, 0x5b, 0x0b, + 0x80, 0x2e, 0xe1, 0x9c, 0xf1, 0xac, 0xd4, 0x7a, 0x0f, 0x2a, 0xfa, 0x3c, 0xf6, 0xcc, 0xab, 0x4c, + 0x40, 0xe7, 0x95, 0xfb, 0xa9, 0x4e, 0x52, 0x77, 0x38, 0x04, 0x2f, 0x38, 0x11, 0x49, 0x30, 0x2d, + 0xfc, 0xfd, 0x7f, 0x58, 0x78, 0x06, 0xe2, 0x28, 0x30, 0xe3, 0xe7, 0xa7, 0x60, 0x73, 0x99, 0x1f, + 0xbc, 0x00, 0x8d, 0x79, 0xe1, 0xbd, 0xb4, 0x2b, 0x32, 0x2d, 0xea, 0xbd, 0x1d, 0x95, 0x5a, 0x75, + 0x85, 0x79, 0x25, 0x39, 0x8d, 0xfc, 0x21, 0x0a, 0x12, 0xe2, 0x6c, 0xcc, 0x29, 0x9b, 0x45, 0xc1, + 0x8f, 0xc0, 0xe6, 0x5c, 0xef, 0x61, 0x24, 0x89, 0x2b, 0x69, 0x48, 0x9a, 0x4f, 0x1f, 0x81, 0x06, + 0x67, 0x91, 0x03, 0x24, 0xc9, 0x35, 0x0d, 0x09, 0xbc, 0x03, 0xeb, 0x0b, 0xbd, 0xdc, 0x7c, 0xd6, + 0xd6, 0x3a, 0x6b, 0xbd, 0xeb, 0x52, 0x4d, 0xb2, 0x61, 0x58, 0x2a, 0xc8, 0xf5, 0x6d, 0x4c, 0x4e, + 0xa2, 0x24, 0x2c, 0x35, 0x3a, 0x6b, 0xe8, 0xde, 0x37, 0x74, 0x41, 0x83, 0x93, 0xb4, 0xd9, 0x49, + 0x96, 0x7f, 0x92, 0xf2, 0x6c, 0x3e, 0xcf, 0x6a, 0xe9, 0x55, 0x3f, 0x8a, 0x33, 0x0b, 0x2d, 0xf4, + 0xe2, 0x0b, 0x37, 0x70, 0x0c, 0x36, 0x7d, 0x2f, 0xa0, 0x78, 0x26, 0x95, 0x1b, 0x23, 0xaa, 0x5a, + 0x66, 0xbf, 0x3a, 0xc7, 0x59, 0x1a, 0xad, 0xe4, 0xba, 0x44, 0x94, 0x9f, 0x3f, 0x71, 0x1a, 0xfe, + 0xe2, 0x25, 0x3c, 0x00, 0x2b, 0x8c, 0xe3, 0x7c, 0xf2, 0xf4, 0xea, 0xb7, 0x38, 0x7f, 0xe2, 0xbc, + 0xc8, 0xfc, 0x2f, 0xf0, 0xd1, 0x36, 0x98, 0x1b, 0x20, 0x97, 0x62, 0x12, 0x49, 0x3a, 0xa6, 0x84, + 0x1b, 0xdf, 0x69, 0x60, 0x63, 0xb1, 0x44, 0x78, 0x0c, 0x0a, 0x0d, 0x09, 0x2e, 0xe4, 0xd2, 0x4a, + 0xd2, 0x0d, 0x58, 0x72, 0x13, 0x90, 0x5c, 0x98, 0x55, 0x15, 0x93, 0x83, 0xf4, 0xc1, 0xaa, 0x97, + 0x70, 0x4e, 0x22, 0xef, 0xd6, 0xf5, 0x18, 0x26, 0x8f, 0xa1, 0xec, 0xbc, 0xac, 0x42, 0x8e, 0x19, + 0x26, 0xc6, 0xb7, 0x1a, 0x68, 0xfc, 0x4d, 0x1b, 0xd8, 0x03, 0xcf, 0x32, 0x6d, 0x4a, 0x49, 0xcd, + 0x03, 0xe6, 0xae, 0x69, 0x4b, 0xcf, 0xd5, 0x3f, 0x6b, 0xe9, 0xc7, 0x70, 0x82, 0xb3, 0x48, 0xc5, + 0xc3, 0xf8, 0xb3, 0x06, 0x5a, 0xe5, 0xe3, 0xfa, 0xff, 0x30, 0x96, 0x0e, 0xe3, 0x7f, 0x78, 0x56, + 0x7a, 0xdf, 0xe8, 0xe0, 0xcd, 0x65, 0x85, 0xe6, 0x7b, 0xe5, 0x2a, 0x67, 0x08, 0xff, 0xd0, 0xc0, + 0x6b, 0x0f, 0x6c, 0x1a, 0x38, 0xa8, 0xae, 0xb1, 0x7a, 0x11, 0xb7, 0x4e, 0xfe, 0x25, 0x4a, 0xbe, + 0xee, 0x8c, 0xc1, 0x97, 0xbf, 0xfc, 0xf6, 0xb5, 0x7e, 0x68, 0x1c, 0xa4, 0x7f, 0x20, 0x6a, 0x8d, + 0x0b, 0xeb, 0x8b, 0xb9, 0x25, 0xff, 0xc1, 0xde, 0x9d, 0x9d, 0x94, 0x43, 0xd9, 0xda, 0xde, 0xd1, + 0x57, 0x3a, 0xd8, 0xf5, 0x58, 0x58, 0x49, 0xe9, 0xe8, 0xed, 0x4a, 0xf9, 0x2e, 0xd3, 0xc7, 0xb9, + 0xd4, 0x3e, 0x39, 0x2f, 0xb0, 0x7c, 0x16, 0xa0, 0xc8, 0x37, 0x19, 0xf7, 0x2d, 0x9f, 0x44, 0xd9, + 0xd3, 0xa9, 0xdf, 0xa6, 0x98, 0x8a, 0xf2, 0x9f, 0xb6, 0xf7, 0xd4, 0xe1, 0x7b, 0xbd, 0x76, 0xd6, + 0xef, 0xff, 0xa0, 0xb7, 0xcf, 0x72, 0xc0, 0x3e, 0x16, 0x66, 0x7e, 0x4c, 0x4f, 0xc3, 0xae, 0x59, + 0x24, 0x16, 0x3f, 0x29, 0x97, 0x51, 0x1f, 0x8b, 0xd1, 0xd4, 0x65, 0x34, 0xec, 0x8e, 0x94, 0xcb, + 0xef, 0xfa, 0x6e, 0x7e, 0x6f, 0xdb, 0x7d, 0x2c, 0x6c, 0x7b, 0xea, 0x64, 0xdb, 0xc3, 0xae, 0x6d, + 0x2b, 0xb7, 0x9b, 0xe7, 0x19, 0xcf, 0xfd, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x38, 0x44, 0x47, + 0x09, 0x5b, 0x0a, 0x00, 0x00, +} 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 2acfffe3eefe6333371a33fa22092aaa5fe953a0..251401987621721fd959bb6382116232f8f3a4a1 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_bae8a38c0c8cb79b, []int{0} + return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{0} } func (m *UploadClickConversionsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadClickConversionsRequest.Unmarshal(m, b) @@ -105,7 +105,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_bae8a38c0c8cb79b, []int{1} + return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{1} } func (m *UploadClickConversionsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UploadClickConversionsResponse.Unmarshal(m, b) @@ -139,6 +139,119 @@ func (m *UploadClickConversionsResponse) GetResults() []*ClickConversionResult { return nil } +// Request message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v1.services.ConversionUploadService.UploadCallConversions]. +type UploadCallConversionsRequest struct { + // The ID of the customer performing the upload. + CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"` + // The conversions that are being uploaded. + Conversions []*CallConversion `protobuf:"bytes,2,rep,name=conversions,proto3" json:"conversions,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. + // This should always be set to true. + 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 *UploadCallConversionsRequest) Reset() { *m = UploadCallConversionsRequest{} } +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} +} +func (m *UploadCallConversionsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UploadCallConversionsRequest.Unmarshal(m, b) +} +func (m *UploadCallConversionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UploadCallConversionsRequest.Marshal(b, m, deterministic) +} +func (dst *UploadCallConversionsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UploadCallConversionsRequest.Merge(dst, src) +} +func (m *UploadCallConversionsRequest) XXX_Size() int { + return xxx_messageInfo_UploadCallConversionsRequest.Size(m) +} +func (m *UploadCallConversionsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UploadCallConversionsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UploadCallConversionsRequest proto.InternalMessageInfo + +func (m *UploadCallConversionsRequest) GetCustomerId() string { + if m != nil { + return m.CustomerId + } + return "" +} + +func (m *UploadCallConversionsRequest) GetConversions() []*CallConversion { + if m != nil { + return m.Conversions + } + return nil +} + +func (m *UploadCallConversionsRequest) GetPartialFailure() bool { + if m != nil { + return m.PartialFailure + } + return false +} + +// Response message for [ConversionUploadService.UploadCallConversions][google.ads.googleads.v1.services.ConversionUploadService.UploadCallConversions]. +type UploadCallConversionsResponse struct { + // Errors that pertain to conversion failures in the partial failure mode. + // Returned when all errors occur inside the conversions. If any errors occur + // 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. + Results []*CallConversionResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *UploadCallConversionsResponse) Reset() { *m = UploadCallConversionsResponse{} } +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} +} +func (m *UploadCallConversionsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UploadCallConversionsResponse.Unmarshal(m, b) +} +func (m *UploadCallConversionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UploadCallConversionsResponse.Marshal(b, m, deterministic) +} +func (dst *UploadCallConversionsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_UploadCallConversionsResponse.Merge(dst, src) +} +func (m *UploadCallConversionsResponse) XXX_Size() int { + return xxx_messageInfo_UploadCallConversionsResponse.Size(m) +} +func (m *UploadCallConversionsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_UploadCallConversionsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_UploadCallConversionsResponse proto.InternalMessageInfo + +func (m *UploadCallConversionsResponse) GetPartialFailureError() *status.Status { + if m != nil { + return m.PartialFailureError + } + return nil +} + +func (m *UploadCallConversionsResponse) GetResults() []*CallConversionResult { + if m != nil { + return m.Results + } + return nil +} + // A click conversion. type ClickConversion struct { // The Google click ID (gclid) associated with this conversion. @@ -173,7 +286,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_bae8a38c0c8cb79b, []int{2} + return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{4} } func (m *ClickConversion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickConversion.Unmarshal(m, b) @@ -242,6 +355,100 @@ func (m *ClickConversion) GetExternalAttributionData() *ExternalAttributionData return nil } +// A call conversion. +type CallConversion struct { + // The caller id from which this call was placed. Caller id is expected to be + // in E.164 format with preceding '+' sign. e.g. "+16502531234". + CallerId *wrappers.StringValue `protobuf:"bytes,1,opt,name=caller_id,json=callerId,proto3" json:"caller_id,omitempty"` + // The date time at which the call occurred. The timezone must be specified. + // The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", + // e.g. "2019-01-01 12:32:45-08:00". + CallStartDateTime *wrappers.StringValue `protobuf:"bytes,2,opt,name=call_start_date_time,json=callStartDateTime,proto3" json:"call_start_date_time,omitempty"` + // Resource name of the conversion action associated with this conversion. + // Note: Although this resource name consists of a customer id and a + // conversion action id, validation will ignore the customer id and use the + // conversion action id as the sole identifier of the conversion action. + ConversionAction *wrappers.StringValue `protobuf:"bytes,3,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"` + // The date time at which the conversion occurred. Must be after the call + // time. The timezone must be specified. The format is + // "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00". + ConversionDateTime *wrappers.StringValue `protobuf:"bytes,4,opt,name=conversion_date_time,json=conversionDateTime,proto3" json:"conversion_date_time,omitempty"` + // The value of the conversion for the advertiser. + ConversionValue *wrappers.DoubleValue `protobuf:"bytes,5,opt,name=conversion_value,json=conversionValue,proto3" json:"conversion_value,omitempty"` + // Currency associated with the conversion value. This is the ISO 4217 + // 3-character currency code. For example: USD, EUR. + CurrencyCode *wrappers.StringValue `protobuf:"bytes,6,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *CallConversion) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CallConversion.Unmarshal(m, b) +} +func (m *CallConversion) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CallConversion.Marshal(b, m, deterministic) +} +func (dst *CallConversion) XXX_Merge(src proto.Message) { + xxx_messageInfo_CallConversion.Merge(dst, src) +} +func (m *CallConversion) XXX_Size() int { + return xxx_messageInfo_CallConversion.Size(m) +} +func (m *CallConversion) XXX_DiscardUnknown() { + xxx_messageInfo_CallConversion.DiscardUnknown(m) +} + +var xxx_messageInfo_CallConversion proto.InternalMessageInfo + +func (m *CallConversion) GetCallerId() *wrappers.StringValue { + if m != nil { + return m.CallerId + } + return nil +} + +func (m *CallConversion) GetCallStartDateTime() *wrappers.StringValue { + if m != nil { + return m.CallStartDateTime + } + return nil +} + +func (m *CallConversion) GetConversionAction() *wrappers.StringValue { + if m != nil { + return m.ConversionAction + } + return nil +} + +func (m *CallConversion) GetConversionDateTime() *wrappers.StringValue { + if m != nil { + return m.ConversionDateTime + } + return nil +} + +func (m *CallConversion) GetConversionValue() *wrappers.DoubleValue { + if m != nil { + return m.ConversionValue + } + return nil +} + +func (m *CallConversion) GetCurrencyCode() *wrappers.StringValue { + if m != nil { + return m.CurrencyCode + } + return nil +} + // Contains additional information about externally attributed conversions. type ExternalAttributionData struct { // Represents the fraction of the conversion that is attributed to the @@ -258,7 +465,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_bae8a38c0c8cb79b, []int{3} + return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{6} } func (m *ExternalAttributionData) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExternalAttributionData.Unmarshal(m, b) @@ -310,7 +517,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_bae8a38c0c8cb79b, []int{4} + return fileDescriptor_conversion_upload_service_dc50fb01fcc47887, []int{7} } func (m *ClickConversionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClickConversionResult.Unmarshal(m, b) @@ -351,12 +558,86 @@ func (m *ClickConversionResult) GetConversionDateTime() *wrappers.StringValue { return nil } +// Identifying information for a successfully processed CallConversionUpload. +type CallConversionResult struct { + // The caller id from which this call was placed. Caller id is expected to be + // in E.164 format with preceding '+' sign. + CallerId *wrappers.StringValue `protobuf:"bytes,1,opt,name=caller_id,json=callerId,proto3" json:"caller_id,omitempty"` + // The date time at which the call occurred. The format is + // "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00". + CallStartDateTime *wrappers.StringValue `protobuf:"bytes,2,opt,name=call_start_date_time,json=callStartDateTime,proto3" json:"call_start_date_time,omitempty"` + // Resource name of the conversion action associated with this conversion. + ConversionAction *wrappers.StringValue `protobuf:"bytes,3,opt,name=conversion_action,json=conversionAction,proto3" json:"conversion_action,omitempty"` + // The date time at which the conversion occurred. The format is + // "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00". + ConversionDateTime *wrappers.StringValue `protobuf:"bytes,4,opt,name=conversion_date_time,json=conversionDateTime,proto3" json:"conversion_date_time,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *CallConversionResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CallConversionResult.Unmarshal(m, b) +} +func (m *CallConversionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CallConversionResult.Marshal(b, m, deterministic) +} +func (dst *CallConversionResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_CallConversionResult.Merge(dst, src) +} +func (m *CallConversionResult) XXX_Size() int { + return xxx_messageInfo_CallConversionResult.Size(m) +} +func (m *CallConversionResult) XXX_DiscardUnknown() { + xxx_messageInfo_CallConversionResult.DiscardUnknown(m) +} + +var xxx_messageInfo_CallConversionResult proto.InternalMessageInfo + +func (m *CallConversionResult) GetCallerId() *wrappers.StringValue { + if m != nil { + return m.CallerId + } + return nil +} + +func (m *CallConversionResult) GetCallStartDateTime() *wrappers.StringValue { + if m != nil { + return m.CallStartDateTime + } + return nil +} + +func (m *CallConversionResult) GetConversionAction() *wrappers.StringValue { + if m != nil { + return m.ConversionAction + } + return nil +} + +func (m *CallConversionResult) GetConversionDateTime() *wrappers.StringValue { + if m != nil { + return m.ConversionDateTime + } + return nil +} + func init() { proto.RegisterType((*UploadClickConversionsRequest)(nil), "google.ads.googleads.v1.services.UploadClickConversionsRequest") proto.RegisterType((*UploadClickConversionsResponse)(nil), "google.ads.googleads.v1.services.UploadClickConversionsResponse") + proto.RegisterType((*UploadCallConversionsRequest)(nil), "google.ads.googleads.v1.services.UploadCallConversionsRequest") + proto.RegisterType((*UploadCallConversionsResponse)(nil), "google.ads.googleads.v1.services.UploadCallConversionsResponse") proto.RegisterType((*ClickConversion)(nil), "google.ads.googleads.v1.services.ClickConversion") + proto.RegisterType((*CallConversion)(nil), "google.ads.googleads.v1.services.CallConversion") proto.RegisterType((*ExternalAttributionData)(nil), "google.ads.googleads.v1.services.ExternalAttributionData") proto.RegisterType((*ClickConversionResult)(nil), "google.ads.googleads.v1.services.ClickConversionResult") + proto.RegisterType((*CallConversionResult)(nil), "google.ads.googleads.v1.services.CallConversionResult") } // Reference imports to suppress errors if they are not otherwise used. @@ -373,6 +654,8 @@ const _ = grpc.SupportPackageIsVersion4 type ConversionUploadServiceClient interface { // Processes the given click conversions. UploadClickConversions(ctx context.Context, in *UploadClickConversionsRequest, opts ...grpc.CallOption) (*UploadClickConversionsResponse, error) + // Processes the given call conversions. + UploadCallConversions(ctx context.Context, in *UploadCallConversionsRequest, opts ...grpc.CallOption) (*UploadCallConversionsResponse, error) } type conversionUploadServiceClient struct { @@ -392,10 +675,21 @@ func (c *conversionUploadServiceClient) UploadClickConversions(ctx context.Conte return out, nil } +func (c *conversionUploadServiceClient) UploadCallConversions(ctx context.Context, in *UploadCallConversionsRequest, opts ...grpc.CallOption) (*UploadCallConversionsResponse, error) { + out := new(UploadCallConversionsResponse) + err := c.cc.Invoke(ctx, "/google.ads.googleads.v1.services.ConversionUploadService/UploadCallConversions", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // ConversionUploadServiceServer is the server API for ConversionUploadService service. type ConversionUploadServiceServer interface { // Processes the given click conversions. UploadClickConversions(context.Context, *UploadClickConversionsRequest) (*UploadClickConversionsResponse, error) + // Processes the given call conversions. + UploadCallConversions(context.Context, *UploadCallConversionsRequest) (*UploadCallConversionsResponse, error) } func RegisterConversionUploadServiceServer(s *grpc.Server, srv ConversionUploadServiceServer) { @@ -420,6 +714,24 @@ func _ConversionUploadService_UploadClickConversions_Handler(srv interface{}, ct return interceptor(ctx, in, info, handler) } +func _ConversionUploadService_UploadCallConversions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UploadCallConversionsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ConversionUploadServiceServer).UploadCallConversions(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.ads.googleads.v1.services.ConversionUploadService/UploadCallConversions", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ConversionUploadServiceServer).UploadCallConversions(ctx, req.(*UploadCallConversionsRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _ConversionUploadService_serviceDesc = grpc.ServiceDesc{ ServiceName: "google.ads.googleads.v1.services.ConversionUploadService", HandlerType: (*ConversionUploadServiceServer)(nil), @@ -428,61 +740,76 @@ var _ConversionUploadService_serviceDesc = grpc.ServiceDesc{ MethodName: "UploadClickConversions", Handler: _ConversionUploadService_UploadClickConversions_Handler, }, + { + MethodName: "UploadCallConversions", + Handler: _ConversionUploadService_UploadCallConversions_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "google/ads/googleads/v1/services/conversion_upload_service.proto", } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/conversion_upload_service.proto", fileDescriptor_conversion_upload_service_bae8a38c0c8cb79b) -} - -var fileDescriptor_conversion_upload_service_bae8a38c0c8cb79b = []byte{ - // 736 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x55, 0xcb, 0x6e, 0xd3, 0x40, - 0x14, 0x95, 0xd3, 0x27, 0x13, 0xa0, 0x30, 0x50, 0xe2, 0x86, 0x52, 0xa2, 0xa8, 0x12, 0x55, 0x17, - 0xb6, 0x12, 0x90, 0xaa, 0x1a, 0xa1, 0xd6, 0x4d, 0x1f, 0x74, 0x01, 0x2a, 0x0e, 0x64, 0x51, 0x45, - 0xb2, 0x26, 0x9e, 0xa9, 0x65, 0xe1, 0x78, 0xcc, 0xcc, 0x38, 0x80, 0x10, 0x1b, 0xf8, 0x04, 0xb6, - 0xac, 0x58, 0xf2, 0x0b, 0x48, 0x7c, 0x00, 0xdb, 0x6e, 0x59, 0x22, 0x16, 0x7c, 0x01, 0x4b, 0xe4, - 0xc7, 0x24, 0xa1, 0x72, 0x48, 0x60, 0xc9, 0xee, 0xe6, 0xde, 0x73, 0xce, 0x7d, 0xf8, 0xe6, 0x0e, - 0xd8, 0x76, 0x29, 0x75, 0x7d, 0xa2, 0x23, 0xcc, 0xf5, 0xd4, 0x8c, 0xad, 0x5e, 0x4d, 0xe7, 0x84, - 0xf5, 0x3c, 0x87, 0x70, 0xdd, 0xa1, 0x41, 0x8f, 0x30, 0xee, 0xd1, 0xc0, 0x8e, 0x42, 0x9f, 0x22, - 0x6c, 0x67, 0x21, 0x2d, 0x64, 0x54, 0x50, 0x58, 0x49, 0x69, 0x1a, 0xc2, 0x5c, 0xeb, 0x2b, 0x68, - 0xbd, 0x9a, 0x26, 0x15, 0xca, 0xcb, 0x32, 0x47, 0xe8, 0xe9, 0x28, 0x08, 0xa8, 0x40, 0xc2, 0xa3, - 0x01, 0x4f, 0xf9, 0xe5, 0x95, 0x2c, 0x9a, 0xfc, 0xea, 0x44, 0x27, 0xfa, 0x73, 0x86, 0xc2, 0x90, - 0x30, 0x19, 0x2f, 0x65, 0x71, 0x16, 0x3a, 0x3a, 0x17, 0x48, 0x44, 0x59, 0xa0, 0xfa, 0x59, 0x01, - 0x37, 0x9e, 0x24, 0x15, 0x35, 0x7c, 0xcf, 0x79, 0xda, 0xe8, 0xd7, 0xc9, 0x2d, 0xf2, 0x2c, 0x22, - 0x5c, 0xc0, 0x9b, 0xa0, 0xe8, 0x44, 0x5c, 0xd0, 0x2e, 0x61, 0xb6, 0x87, 0x55, 0xa5, 0xa2, 0xac, - 0x9d, 0xb3, 0x80, 0x74, 0x1d, 0x62, 0xd8, 0x04, 0xc5, 0x41, 0x7b, 0x5c, 0x2d, 0x54, 0xa6, 0xd6, - 0x8a, 0xf5, 0x9a, 0x36, 0xae, 0x23, 0xed, 0x4c, 0x42, 0x6b, 0x58, 0x05, 0xde, 0x02, 0x0b, 0x21, - 0x62, 0xc2, 0x43, 0xbe, 0x7d, 0x82, 0x3c, 0x3f, 0x62, 0x44, 0x9d, 0xaa, 0x28, 0x6b, 0xf3, 0xd6, - 0xc5, 0xcc, 0xbd, 0x9f, 0x7a, 0xab, 0x9f, 0x14, 0xb0, 0x32, 0xaa, 0x01, 0x1e, 0xd2, 0x80, 0x13, - 0xb8, 0x0f, 0x16, 0xcf, 0x68, 0xd9, 0x84, 0x31, 0xca, 0x92, 0x5e, 0x8a, 0x75, 0x28, 0x4b, 0x65, - 0xa1, 0xa3, 0x35, 0x93, 0xe1, 0x58, 0x57, 0x7e, 0xcf, 0xb2, 0x17, 0xc3, 0xe1, 0x23, 0x30, 0xc7, - 0x08, 0x8f, 0x7c, 0x21, 0x9b, 0xdc, 0xf8, 0xfb, 0x26, 0x13, 0xbe, 0x25, 0x75, 0xaa, 0xef, 0xa7, - 0xc1, 0xc2, 0x19, 0x08, 0xac, 0x83, 0x19, 0xd7, 0xf1, 0xb3, 0x51, 0x17, 0xeb, 0xcb, 0x32, 0x89, - 0xfc, 0xb6, 0x5a, 0x53, 0x30, 0x2f, 0x70, 0x5b, 0xc8, 0x8f, 0x88, 0x95, 0x42, 0xe1, 0x21, 0xb8, - 0x3c, 0xb4, 0x62, 0xc8, 0x89, 0x77, 0x43, 0x2d, 0x4c, 0xc0, 0xbf, 0x34, 0xa0, 0x99, 0x09, 0x0b, - 0x3e, 0x04, 0x57, 0x87, 0xa4, 0x30, 0x12, 0xc4, 0x16, 0x5e, 0x37, 0x1d, 0xff, 0x38, 0x35, 0x38, - 0x60, 0xee, 0x22, 0x41, 0x1e, 0x7b, 0x5d, 0x02, 0x0f, 0xc0, 0x50, 0x0e, 0xbb, 0x17, 0xe3, 0xd4, - 0xe9, 0x11, 0x5a, 0xbb, 0x34, 0xea, 0xf8, 0x24, 0xd5, 0x5a, 0x18, 0xb0, 0x12, 0x07, 0x34, 0xc1, - 0x05, 0x27, 0x62, 0x8c, 0x04, 0xce, 0x4b, 0xdb, 0xa1, 0x98, 0xa8, 0x33, 0x13, 0x54, 0x74, 0x5e, - 0x52, 0x1a, 0x14, 0x13, 0xb8, 0x01, 0xe6, 0x29, 0xc3, 0xe9, 0x22, 0xcf, 0x4e, 0xc0, 0x9e, 0x4b, - 0xd0, 0x87, 0x18, 0x46, 0x60, 0x89, 0xbc, 0x10, 0x84, 0x05, 0xc8, 0xb7, 0x91, 0x10, 0xcc, 0xeb, - 0x44, 0x22, 0x1b, 0x0f, 0x52, 0xe7, 0x12, 0xa5, 0xcd, 0xf1, 0xcb, 0xb0, 0x97, 0x49, 0x98, 0x03, - 0x85, 0x5d, 0x24, 0x90, 0x55, 0x22, 0xf9, 0x81, 0xea, 0xa9, 0x02, 0x4a, 0x23, 0x48, 0xb0, 0x0d, - 0xae, 0xe7, 0x96, 0xe4, 0x30, 0x82, 0x3d, 0x31, 0x72, 0x79, 0x86, 0x47, 0xbc, 0x94, 0x93, 0xb7, - 0x91, 0xd0, 0xe1, 0x31, 0x28, 0xe7, 0xaa, 0x77, 0x29, 0x26, 0xfe, 0x44, 0x9b, 0xa5, 0xe6, 0x88, - 0x3f, 0x88, 0xd9, 0xd5, 0xef, 0x0a, 0x58, 0xcc, 0xfd, 0x5f, 0xfc, 0x67, 0xab, 0x5f, 0xff, 0xa9, - 0x80, 0xd2, 0xa0, 0xc7, 0xf4, 0x4a, 0x35, 0xd3, 0x65, 0x80, 0x5f, 0x15, 0x70, 0x2d, 0xff, 0x6e, - 0xc1, 0xad, 0xf1, 0x9b, 0xf4, 0xc7, 0x93, 0x5d, 0xde, 0xfe, 0x77, 0x81, 0xf4, 0x64, 0x56, 0xb7, - 0xde, 0x9c, 0x7e, 0x7b, 0x57, 0xd8, 0xac, 0xde, 0x89, 0x5f, 0x31, 0x79, 0xeb, 0xb9, 0xfe, 0x6a, - 0xe8, 0x25, 0xb8, 0xb7, 0xfe, 0xda, 0x88, 0x72, 0x55, 0x0c, 0x65, 0x7d, 0xe7, 0x6d, 0x01, 0xac, - 0x3a, 0xb4, 0x3b, 0xb6, 0x90, 0x9d, 0xe5, 0x11, 0x03, 0x3a, 0x8a, 0x87, 0x7c, 0xa4, 0x1c, 0xdf, - 0xcf, 0x14, 0x5c, 0xea, 0xa3, 0xc0, 0xd5, 0x28, 0x73, 0x75, 0x97, 0x04, 0xc9, 0x27, 0x90, 0x6f, - 0x6d, 0xe8, 0xf1, 0xd1, 0x4f, 0xef, 0x5d, 0x69, 0x7c, 0x28, 0x4c, 0x1d, 0x98, 0xe6, 0xc7, 0x42, - 0xe5, 0x20, 0x15, 0x34, 0x31, 0xd7, 0x52, 0x33, 0xb6, 0x5a, 0x35, 0x2d, 0x4b, 0xcc, 0xbf, 0x48, - 0x48, 0xdb, 0xc4, 0xbc, 0xdd, 0x87, 0xb4, 0x5b, 0xb5, 0xb6, 0x84, 0xfc, 0x28, 0xac, 0xa6, 0x7e, - 0xc3, 0x30, 0x31, 0x37, 0x8c, 0x3e, 0xc8, 0x30, 0x5a, 0x35, 0xc3, 0x90, 0xb0, 0xce, 0x6c, 0x52, - 0xe7, 0xed, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x96, 0x31, 0xec, 0xf5, 0x21, 0x08, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/services/conversion_upload_service.proto", fileDescriptor_conversion_upload_service_dc50fb01fcc47887) +} + +var fileDescriptor_conversion_upload_service_dc50fb01fcc47887 = []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, + 0xd5, 0x83, 0x4d, 0xb2, 0x88, 0xa5, 0x46, 0x6c, 0xd7, 0xdb, 0xee, 0x96, 0x1e, 0x16, 0x15, 0x07, + 0x7a, 0x58, 0x45, 0xb2, 0xa6, 0x9e, 0x59, 0xcb, 0x62, 0xe2, 0x31, 0x33, 0xe3, 0x00, 0x42, 0x5c, + 0xe0, 0x27, 0x70, 0xe5, 0xc4, 0x91, 0x7f, 0x80, 0x8a, 0x90, 0xb8, 0x72, 0xed, 0x85, 0x03, 0x47, + 0xc4, 0x81, 0x5f, 0x81, 0xfc, 0x31, 0x71, 0x1a, 0x39, 0xc4, 0xad, 0x72, 0x42, 0x7b, 0x9b, 0xcc, + 0xbc, 0xcf, 0xf3, 0x7e, 0x3d, 0x33, 0x79, 0x0d, 0x1e, 0x06, 0x8c, 0x05, 0x94, 0x58, 0x08, 0x0b, + 0x2b, 0x5f, 0xa6, 0xab, 0x51, 0xd7, 0x12, 0x84, 0x8f, 0x42, 0x9f, 0x08, 0xcb, 0x67, 0xd1, 0x88, + 0x70, 0x11, 0xb2, 0xc8, 0x4b, 0x62, 0xca, 0x10, 0xf6, 0x8a, 0x23, 0x33, 0xe6, 0x4c, 0x32, 0xd8, + 0xc9, 0x61, 0x26, 0xc2, 0xc2, 0x1c, 0x33, 0x98, 0xa3, 0xae, 0xa9, 0x18, 0xda, 0xdb, 0xca, 0x47, + 0x1c, 0x5a, 0x28, 0x8a, 0x98, 0x44, 0x32, 0x64, 0x91, 0xc8, 0xf1, 0xed, 0x3b, 0xc5, 0x69, 0xf6, + 0xeb, 0x2c, 0x79, 0x6e, 0x7d, 0xc1, 0x51, 0x1c, 0x13, 0xae, 0xce, 0xb7, 0x8a, 0x73, 0x1e, 0xfb, + 0x96, 0x90, 0x48, 0x26, 0xc5, 0x81, 0xf1, 0xab, 0x06, 0xde, 0xf8, 0x34, 0x8b, 0xe8, 0x80, 0x86, + 0xfe, 0x67, 0x07, 0xe3, 0x38, 0x85, 0x4b, 0x3e, 0x4f, 0x88, 0x90, 0xf0, 0x4d, 0xd0, 0xf2, 0x13, + 0x21, 0xd9, 0x90, 0x70, 0x2f, 0xc4, 0xba, 0xd6, 0xd1, 0x76, 0x6e, 0xb8, 0x40, 0x6d, 0x1d, 0x63, + 0xd8, 0x07, 0xad, 0x32, 0x3d, 0xa1, 0x37, 0x3a, 0xcd, 0x9d, 0x56, 0xaf, 0x6b, 0xce, 0xcb, 0xc8, + 0x9c, 0x72, 0xe8, 0x4e, 0xb2, 0xc0, 0xb7, 0xc0, 0x7a, 0x8c, 0xb8, 0x0c, 0x11, 0xf5, 0x9e, 0xa3, + 0x90, 0x26, 0x9c, 0xe8, 0xcd, 0x8e, 0xb6, 0xb3, 0xe6, 0xde, 0x2c, 0xb6, 0x9f, 0xe4, 0xbb, 0xc6, + 0xb9, 0x06, 0xee, 0xcc, 0x4a, 0x40, 0xc4, 0x2c, 0x12, 0x04, 0x3e, 0x01, 0x9b, 0x53, 0x5c, 0x1e, + 0xe1, 0x9c, 0xf1, 0x2c, 0x97, 0x56, 0x0f, 0xaa, 0x50, 0x79, 0xec, 0x9b, 0xfd, 0xac, 0x38, 0xee, + 0xab, 0x97, 0xbd, 0x3c, 0x4e, 0xcd, 0xe1, 0xc7, 0x60, 0x95, 0x13, 0x91, 0x50, 0xa9, 0x92, 0xbc, + 0x7f, 0xf5, 0x24, 0x33, 0xbc, 0xab, 0x78, 0x8c, 0x5f, 0x34, 0xb0, 0x5d, 0x44, 0x8f, 0x28, 0xbd, + 0x4e, 0xf5, 0xdd, 0xaa, 0xea, 0xbf, 0x5d, 0x23, 0xb0, 0x4b, 0xfe, 0xae, 0x59, 0xfc, 0x9f, 0x4b, + 0xf5, 0x4c, 0x87, 0xbf, 0xe0, 0xda, 0x9f, 0x4c, 0xd7, 0xfe, 0xdd, 0x2b, 0xa7, 0x38, 0x55, 0xfa, + 0x1f, 0x96, 0xc0, 0xfa, 0x54, 0x77, 0x60, 0x0f, 0x2c, 0x07, 0x3e, 0x2d, 0xea, 0xdc, 0xea, 0x6d, + 0x2b, 0x1f, 0xea, 0x5a, 0x99, 0x7d, 0xc9, 0xc3, 0x28, 0x38, 0x45, 0x34, 0x21, 0x6e, 0x6e, 0x0a, + 0x8f, 0xc1, 0xad, 0x89, 0xdb, 0x8d, 0xfc, 0xf4, 0x5a, 0xea, 0x8d, 0x1a, 0xf8, 0x57, 0x4a, 0x98, + 0x93, 0xa1, 0xe0, 0x47, 0x60, 0x63, 0x82, 0x0a, 0x23, 0x49, 0x3c, 0x19, 0x0e, 0xf3, 0xe2, 0xcf, + 0x63, 0x83, 0x25, 0xf2, 0x10, 0x49, 0xf2, 0x49, 0x38, 0x24, 0xf0, 0x08, 0x4c, 0xf8, 0xf0, 0x46, + 0xa9, 0x9d, 0xbe, 0x34, 0x83, 0xeb, 0x90, 0x25, 0x67, 0x94, 0xe4, 0x5c, 0xeb, 0x25, 0x2a, 0xdb, + 0x80, 0x0e, 0x78, 0xd9, 0x4f, 0x38, 0x27, 0x91, 0xff, 0x95, 0xe7, 0x33, 0x4c, 0xf4, 0xe5, 0x1a, + 0x11, 0xbd, 0xa4, 0x20, 0x07, 0x0c, 0x13, 0x78, 0x1f, 0xac, 0x31, 0x8e, 0x73, 0x15, 0xaf, 0xd4, + 0x40, 0xaf, 0x66, 0xd6, 0xc7, 0x18, 0x26, 0xe0, 0x36, 0xf9, 0x52, 0x12, 0x1e, 0x21, 0xea, 0x21, + 0x29, 0x79, 0x78, 0x96, 0xc8, 0xa2, 0x3c, 0x48, 0x5f, 0xcd, 0x98, 0xf6, 0xe6, 0x6b, 0xe1, 0x71, + 0x41, 0xe1, 0x94, 0x0c, 0x87, 0x48, 0x22, 0x77, 0x8b, 0x54, 0x1f, 0x18, 0xbf, 0x35, 0xc1, 0xcd, + 0xcb, 0x02, 0x82, 0x7b, 0xe0, 0x86, 0x8f, 0x28, 0x2d, 0x6f, 0xe2, 0xbc, 0x1c, 0xd6, 0x72, 0xf3, + 0x63, 0x0c, 0x9f, 0x82, 0x8d, 0x74, 0xed, 0x09, 0x89, 0xb8, 0x9c, 0xe8, 0x6c, 0x1d, 0x9d, 0xdc, + 0x4a, 0x91, 0xfd, 0x14, 0x38, 0x6e, 0x6c, 0xa5, 0xe6, 0x9a, 0x0b, 0xd5, 0xdc, 0xd2, 0x02, 0x35, + 0xb7, 0xbc, 0x10, 0xcd, 0xad, 0x5c, 0x55, 0x73, 0xc6, 0x85, 0x06, 0xb6, 0x66, 0x34, 0x1e, 0x0e, + 0xc0, 0xeb, 0x95, 0xb2, 0xf2, 0x39, 0xc1, 0xa1, 0x9c, 0xd9, 0xde, 0xc9, 0x90, 0x6f, 0x57, 0x68, + 0xe7, 0x20, 0x83, 0xc3, 0x67, 0xa0, 0x5d, 0xc9, 0x3e, 0x64, 0x98, 0xd0, 0x5a, 0x5d, 0xd7, 0x2b, + 0xc8, 0x9f, 0xa6, 0x68, 0xe3, 0x6f, 0x0d, 0x6c, 0x56, 0xfe, 0xad, 0xfc, 0xcf, 0x9e, 0x2f, 0xe3, + 0xbc, 0x01, 0x36, 0xaa, 0xde, 0xf0, 0x17, 0x17, 0xb1, 0x46, 0xf5, 0x7a, 0x17, 0x4d, 0xb0, 0x55, + 0x56, 0x2e, 0xff, 0x97, 0xee, 0xe7, 0xcf, 0x21, 0xfc, 0x53, 0x03, 0xaf, 0x55, 0x0f, 0x4d, 0x70, + 0x7f, 0xfe, 0x5b, 0xfa, 0x9f, 0xf3, 0x62, 0xfb, 0xe1, 0xf5, 0x09, 0xf2, 0x99, 0xc1, 0xd8, 0xff, + 0xf6, 0xe2, 0xaf, 0xef, 0x1b, 0x7b, 0xc6, 0x3b, 0xe9, 0x08, 0xad, 0x46, 0x1d, 0x61, 0x7d, 0x3d, + 0x31, 0x08, 0x7d, 0xb0, 0xfb, 0x8d, 0x9d, 0x54, 0xb2, 0xd8, 0xda, 0x2e, 0xfc, 0x43, 0x03, 0x9b, + 0x95, 0x63, 0x09, 0x7c, 0x50, 0x3b, 0xb8, 0xca, 0x71, 0xac, 0xbd, 0x7f, 0x6d, 0x7c, 0x91, 0xdb, + 0x83, 0x2c, 0xb7, 0xf7, 0x8c, 0x7b, 0xb5, 0x72, 0xbb, 0x4c, 0x62, 0x6b, 0xbb, 0x8f, 0xbe, 0x6b, + 0x80, 0xbb, 0x3e, 0x1b, 0xce, 0x0d, 0xe3, 0xd1, 0xf6, 0x8c, 0xde, 0x9f, 0xa4, 0xfa, 0x39, 0xd1, + 0x9e, 0x7d, 0x58, 0x30, 0x04, 0x8c, 0xa2, 0x28, 0x30, 0x19, 0x0f, 0xac, 0x80, 0x44, 0x99, 0xba, + 0xd4, 0x37, 0x4c, 0x1c, 0x8a, 0xd9, 0x9f, 0x34, 0xef, 0xab, 0xc5, 0x8f, 0x8d, 0xe6, 0x91, 0xe3, + 0xfc, 0xd4, 0xe8, 0x1c, 0xe5, 0x84, 0x0e, 0x16, 0x66, 0xbe, 0x4c, 0x57, 0xa7, 0x5d, 0xb3, 0x70, + 0x2c, 0x7e, 0x57, 0x26, 0x03, 0x07, 0x8b, 0xc1, 0xd8, 0x64, 0x70, 0xda, 0x1d, 0x28, 0x93, 0x7f, + 0x1a, 0x77, 0xf3, 0x7d, 0xdb, 0x76, 0xb0, 0xb0, 0xed, 0xb1, 0x91, 0x6d, 0x9f, 0x76, 0x6d, 0x5b, + 0x99, 0x9d, 0xad, 0x64, 0x71, 0xde, 0xfb, 0x37, 0x00, 0x00, 0xff, 0xff, 0xc0, 0xa3, 0xe2, 0x9c, + 0x79, 0x0d, 0x00, 0x00, } 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 4d03897429e83ee1f68a0c5ce6999dd32073bf2a..013bac4e0555e4ee722822b2c756bc69053e87fc 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_ed5fb704702278c6, []int{0} + return fileDescriptor_custom_interest_service_58ef1f41776944d6, []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_ed5fb704702278c6, []int{1} + return fileDescriptor_custom_interest_service_58ef1f41776944d6, []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_ed5fb704702278c6, []int{2} + return fileDescriptor_custom_interest_service_58ef1f41776944d6, []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_ed5fb704702278c6, []int{3} + return fileDescriptor_custom_interest_service_58ef1f41776944d6, []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_ed5fb704702278c6, []int{4} + return fileDescriptor_custom_interest_service_58ef1f41776944d6, []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_ed5fb704702278c6) + proto.RegisterFile("google/ads/googleads/v1/services/custom_interest_service.proto", fileDescriptor_custom_interest_service_58ef1f41776944d6) } -var fileDescriptor_custom_interest_service_ed5fb704702278c6 = []byte{ +var fileDescriptor_custom_interest_service_58ef1f41776944d6 = []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 ea1e549f460646528d2422bc722e2eca03c5bef1..464cf658ff779099284ba461a7369e24612e7c56 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_1e663bab1293db02, []int{0} + return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []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_1e663bab1293db02, []int{1} + return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []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_1e663bab1293db02, []int{2} + return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []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_1e663bab1293db02, []int{3} + return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []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_1e663bab1293db02, []int{4} + return fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74, []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_1e663bab1293db02) + proto.RegisterFile("google/ads/googleads/v1/services/customer_client_link_service.proto", fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74) } -var fileDescriptor_customer_client_link_service_1e663bab1293db02 = []byte{ +var fileDescriptor_customer_client_link_service_dc0f8bcf1888ce74 = []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 b54ef99ddd26a0f06b7e2bcc47f234fe7a57e63a..e2a77254f163d81415ddae8b0af339ca154aed7b 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_1acf520089942550, []int{0} + return fileDescriptor_customer_client_service_19dc04d99b6c1854, []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_1acf520089942550) + proto.RegisterFile("google/ads/googleads/v1/services/customer_client_service.proto", fileDescriptor_customer_client_service_19dc04d99b6c1854) } -var fileDescriptor_customer_client_service_1acf520089942550 = []byte{ +var fileDescriptor_customer_client_service_19dc04d99b6c1854 = []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 2fe2ec2f31e8e2da081717454cfa9ace661986c2..4a704dd7ac69187603d2bd0f987df170ce5cec85 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_58d33a755d703c89, []int{0} + return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []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_58d33a755d703c89, []int{1} + return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []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_58d33a755d703c89, []int{2} + return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []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_58d33a755d703c89, []int{3} + return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []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_58d33a755d703c89, []int{4} + return fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8, []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_58d33a755d703c89) + proto.RegisterFile("google/ads/googleads/v1/services/customer_extension_setting_service.proto", fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8) } -var fileDescriptor_customer_extension_setting_service_58d33a755d703c89 = []byte{ +var fileDescriptor_customer_extension_setting_service_91e7cf799f61cff8 = []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 1ee8b782b49d6cef8dac8bbbb12ae8371a25850b..b0c86306dcc4a7c37e7c425d527b089d98afec70 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_1f293e67b5ae8ed2, []int{0} + return fileDescriptor_customer_feed_service_75211bb72676f739, []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_1f293e67b5ae8ed2, []int{1} + return fileDescriptor_customer_feed_service_75211bb72676f739, []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_1f293e67b5ae8ed2, []int{2} + return fileDescriptor_customer_feed_service_75211bb72676f739, []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_1f293e67b5ae8ed2, []int{3} + return fileDescriptor_customer_feed_service_75211bb72676f739, []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_1f293e67b5ae8ed2, []int{4} + return fileDescriptor_customer_feed_service_75211bb72676f739, []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_1f293e67b5ae8ed2) + proto.RegisterFile("google/ads/googleads/v1/services/customer_feed_service.proto", fileDescriptor_customer_feed_service_75211bb72676f739) } -var fileDescriptor_customer_feed_service_1f293e67b5ae8ed2 = []byte{ +var fileDescriptor_customer_feed_service_75211bb72676f739 = []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 033bc662edc1983cd33b955b46db3e92a84485e2..008176123291a78104c24ea03e420850f6e56219 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_cb55496a7f9f40e5, []int{0} + return fileDescriptor_customer_label_service_e03e17381afa0ff3, []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_cb55496a7f9f40e5, []int{1} + return fileDescriptor_customer_label_service_e03e17381afa0ff3, []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_cb55496a7f9f40e5, []int{2} + return fileDescriptor_customer_label_service_e03e17381afa0ff3, []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_cb55496a7f9f40e5, []int{3} + return fileDescriptor_customer_label_service_e03e17381afa0ff3, []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_cb55496a7f9f40e5, []int{4} + return fileDescriptor_customer_label_service_e03e17381afa0ff3, []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_cb55496a7f9f40e5) + proto.RegisterFile("google/ads/googleads/v1/services/customer_label_service.proto", fileDescriptor_customer_label_service_e03e17381afa0ff3) } -var fileDescriptor_customer_label_service_cb55496a7f9f40e5 = []byte{ +var fileDescriptor_customer_label_service_e03e17381afa0ff3 = []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 f5a06c36b81feb8668b8a5f238a9a79958f2e00d..b385060c39534ddd9e87b7ce5bb630df9a0b9489 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_1354454e5ad9baf7, []int{0} + return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []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_1354454e5ad9baf7, []int{1} + return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []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_1354454e5ad9baf7, []int{2} + return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []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_1354454e5ad9baf7, []int{3} + return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []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_1354454e5ad9baf7, []int{4} + return fileDescriptor_customer_manager_link_service_c8fa44ca49360ded, []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_1354454e5ad9baf7) + proto.RegisterFile("google/ads/googleads/v1/services/customer_manager_link_service.proto", fileDescriptor_customer_manager_link_service_c8fa44ca49360ded) } -var fileDescriptor_customer_manager_link_service_1354454e5ad9baf7 = []byte{ +var fileDescriptor_customer_manager_link_service_c8fa44ca49360ded = []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 1ad8ab942b901cea79102418a937fc0bff0ed88e..a14b75471316475846b8d546fe77cff390d9111b 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_66c9e3d4515b4c09, []int{0} + return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []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_66c9e3d4515b4c09, []int{1} + return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []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_66c9e3d4515b4c09, []int{2} + return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []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_66c9e3d4515b4c09, []int{3} + return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []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_66c9e3d4515b4c09, []int{4} + return fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f, []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_66c9e3d4515b4c09) + proto.RegisterFile("google/ads/googleads/v1/services/customer_negative_criterion_service.proto", fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f) } -var fileDescriptor_customer_negative_criterion_service_66c9e3d4515b4c09 = []byte{ +var fileDescriptor_customer_negative_criterion_service_5e6b766da9c4515f = []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 7e11caf3748da9410ef01d27ddae9aa2c173f648..34ff19a91a15a202be10c5e16f313548422221ba 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_3f9455a4c5b61b3a, []int{0} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{1} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{2} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{3} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{4} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{5} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{6} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{7} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a, []int{8} + return fileDescriptor_customer_service_6565d886667f7bcc, []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_3f9455a4c5b61b3a) + proto.RegisterFile("google/ads/googleads/v1/services/customer_service.proto", fileDescriptor_customer_service_6565d886667f7bcc) } -var fileDescriptor_customer_service_3f9455a4c5b61b3a = []byte{ +var fileDescriptor_customer_service_6565d886667f7bcc = []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 4c4e0eb23f1ee7aab927ed3b85575bfbdf441d99..bbb863625d8b52a22be81926f3dc1fa0ec2fcaee 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_73598892378e5113, []int{0} + return fileDescriptor_detail_placement_view_service_269035f375c1866f, []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_73598892378e5113) + proto.RegisterFile("google/ads/googleads/v1/services/detail_placement_view_service.proto", fileDescriptor_detail_placement_view_service_269035f375c1866f) } -var fileDescriptor_detail_placement_view_service_73598892378e5113 = []byte{ +var fileDescriptor_detail_placement_view_service_269035f375c1866f = []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 5a0a857e7b574bfb71d934cdf9c76fd2170a929e..e07d274feea7ce580f0496c9668d1853ff20fdc4 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_50888304f3318b4f, []int{0} + return fileDescriptor_display_keyword_view_service_382c4e911ec8359f, []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_50888304f3318b4f) + proto.RegisterFile("google/ads/googleads/v1/services/display_keyword_view_service.proto", fileDescriptor_display_keyword_view_service_382c4e911ec8359f) } -var fileDescriptor_display_keyword_view_service_50888304f3318b4f = []byte{ +var fileDescriptor_display_keyword_view_service_382c4e911ec8359f = []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 f028a915b2f7fab6cabc5d4288ba26855ea02378..01ad3da874646f8d318c530bed25ccaa926c1398 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_0fb9580334009641, []int{0} + return fileDescriptor_domain_category_service_20040df70aac13a6, []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_0fb9580334009641) + proto.RegisterFile("google/ads/googleads/v1/services/domain_category_service.proto", fileDescriptor_domain_category_service_20040df70aac13a6) } -var fileDescriptor_domain_category_service_0fb9580334009641 = []byte{ +var fileDescriptor_domain_category_service_20040df70aac13a6 = []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 80c00e3ca32d6c9207d25b8fb8aff16359796d50..e2ae2ce602e2f12424f1d2b2511e69c02f089426 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_ed8bf2ea2eb0b524, []int{0} + return fileDescriptor_dynamic_search_ads_search_term_view_service_818af03bdd020ada, []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_ed8bf2ea2eb0b524) + proto.RegisterFile("google/ads/googleads/v1/services/dynamic_search_ads_search_term_view_service.proto", fileDescriptor_dynamic_search_ads_search_term_view_service_818af03bdd020ada) } -var fileDescriptor_dynamic_search_ads_search_term_view_service_ed8bf2ea2eb0b524 = []byte{ +var fileDescriptor_dynamic_search_ads_search_term_view_service_818af03bdd020ada = []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/extension_feed_item_service.pb.go b/googleapis/ads/googleads/v1/services/extension_feed_item_service.pb.go index 91486962c6de2348d875c9d1beeb0491608949ee..830048f017b0707858364802180c464f04976d61 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_600f2d34df06b74a, []int{0} + return fileDescriptor_extension_feed_item_service_8e271428739777a4, []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_600f2d34df06b74a, []int{1} + return fileDescriptor_extension_feed_item_service_8e271428739777a4, []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_600f2d34df06b74a, []int{2} + return fileDescriptor_extension_feed_item_service_8e271428739777a4, []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_600f2d34df06b74a, []int{3} + return fileDescriptor_extension_feed_item_service_8e271428739777a4, []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_600f2d34df06b74a, []int{4} + return fileDescriptor_extension_feed_item_service_8e271428739777a4, []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_600f2d34df06b74a) + proto.RegisterFile("google/ads/googleads/v1/services/extension_feed_item_service.proto", fileDescriptor_extension_feed_item_service_8e271428739777a4) } -var fileDescriptor_extension_feed_item_service_600f2d34df06b74a = []byte{ +var fileDescriptor_extension_feed_item_service_8e271428739777a4 = []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 98a9743ff548883a8e9c394584c1c66edb4cfe1f..d856dcda420a469b9be68556960d37ab184d424d 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_1b4b109b4ccb794d, []int{0} + return fileDescriptor_feed_item_service_8002e8de4a0863d0, []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_1b4b109b4ccb794d, []int{1} + return fileDescriptor_feed_item_service_8002e8de4a0863d0, []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_1b4b109b4ccb794d, []int{2} + return fileDescriptor_feed_item_service_8002e8de4a0863d0, []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_1b4b109b4ccb794d, []int{3} + return fileDescriptor_feed_item_service_8002e8de4a0863d0, []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_1b4b109b4ccb794d, []int{4} + return fileDescriptor_feed_item_service_8002e8de4a0863d0, []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_1b4b109b4ccb794d) + proto.RegisterFile("google/ads/googleads/v1/services/feed_item_service.proto", fileDescriptor_feed_item_service_8002e8de4a0863d0) } -var fileDescriptor_feed_item_service_1b4b109b4ccb794d = []byte{ +var fileDescriptor_feed_item_service_8002e8de4a0863d0 = []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 ad202c23def236cbb897470918d2f8d5ac64b473..7e731ff77e7dbb592fd3ab59f6bd98a328b357af 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_d9a8dbbcb8a836b4, []int{0} + return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []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_d9a8dbbcb8a836b4, []int{1} + return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []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_d9a8dbbcb8a836b4, []int{2} + return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []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_d9a8dbbcb8a836b4, []int{3} + return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []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_d9a8dbbcb8a836b4, []int{4} + return fileDescriptor_feed_item_target_service_f7a189e77fcbe139, []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_d9a8dbbcb8a836b4) + proto.RegisterFile("google/ads/googleads/v1/services/feed_item_target_service.proto", fileDescriptor_feed_item_target_service_f7a189e77fcbe139) } -var fileDescriptor_feed_item_target_service_d9a8dbbcb8a836b4 = []byte{ +var fileDescriptor_feed_item_target_service_f7a189e77fcbe139 = []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 a220ffacf578ae1a286b5802bb272c6f36f5e445..a5cae4b6bb801f6844bc1e0dcb1ce47ade1c9a8b 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_cf813bbaa9d9b2c5, []int{0} + return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []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_cf813bbaa9d9b2c5, []int{1} + return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []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_cf813bbaa9d9b2c5, []int{2} + return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []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_cf813bbaa9d9b2c5, []int{3} + return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []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_cf813bbaa9d9b2c5, []int{4} + return fileDescriptor_feed_mapping_service_87e7c236977b4ec5, []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_cf813bbaa9d9b2c5) + proto.RegisterFile("google/ads/googleads/v1/services/feed_mapping_service.proto", fileDescriptor_feed_mapping_service_87e7c236977b4ec5) } -var fileDescriptor_feed_mapping_service_cf813bbaa9d9b2c5 = []byte{ +var fileDescriptor_feed_mapping_service_87e7c236977b4ec5 = []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 75a37269fa11d9ee757aa555447dbe8240cc1916..7355af921c3ae50f47684b032bbb9879c5103603 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_b9da353e60499867, []int{0} + return fileDescriptor_feed_placeholder_view_service_ee2db27af26ba7f8, []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_b9da353e60499867) + proto.RegisterFile("google/ads/googleads/v1/services/feed_placeholder_view_service.proto", fileDescriptor_feed_placeholder_view_service_ee2db27af26ba7f8) } -var fileDescriptor_feed_placeholder_view_service_b9da353e60499867 = []byte{ +var fileDescriptor_feed_placeholder_view_service_ee2db27af26ba7f8 = []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 1f1a405d189cdac885eb2f26a2ed562505332509..de0d4aefda2bf1228d52b4d73e931f5202fd7e61 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_17e4cc5168827f87, []int{0} + return fileDescriptor_feed_service_34066fbae0f2c47b, []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_17e4cc5168827f87, []int{1} + return fileDescriptor_feed_service_34066fbae0f2c47b, []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_17e4cc5168827f87, []int{2} + return fileDescriptor_feed_service_34066fbae0f2c47b, []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_17e4cc5168827f87, []int{3} + return fileDescriptor_feed_service_34066fbae0f2c47b, []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_17e4cc5168827f87, []int{4} + return fileDescriptor_feed_service_34066fbae0f2c47b, []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_17e4cc5168827f87) + proto.RegisterFile("google/ads/googleads/v1/services/feed_service.proto", fileDescriptor_feed_service_34066fbae0f2c47b) } -var fileDescriptor_feed_service_17e4cc5168827f87 = []byte{ +var fileDescriptor_feed_service_34066fbae0f2c47b = []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 00e4dea1408e2cb006368bd77d2428ee57def627..17b31acad90481b1673d1c06752b44362bee93e9 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_1ef449854578e7f1, []int{0} + return fileDescriptor_gender_view_service_8e67754214e538de, []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_1ef449854578e7f1) + proto.RegisterFile("google/ads/googleads/v1/services/gender_view_service.proto", fileDescriptor_gender_view_service_8e67754214e538de) } -var fileDescriptor_gender_view_service_1ef449854578e7f1 = []byte{ +var fileDescriptor_gender_view_service_8e67754214e538de = []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 b9df617db95a9ec5b574ed9f7a6b7c4ffa468d8f..20d7a3d27718f595f5c0ac54821b4a6629298137 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_1639e7a2b84ebefc, []int{0} + return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []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_1639e7a2b84ebefc, []int{1} + return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []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_1639e7a2b84ebefc, []int{1, 0} + return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []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_1639e7a2b84ebefc, []int{1, 1} + return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []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_1639e7a2b84ebefc, []int{2} + return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []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_1639e7a2b84ebefc, []int{3} + return fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450, []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_1639e7a2b84ebefc) + proto.RegisterFile("google/ads/googleads/v1/services/geo_target_constant_service.proto", fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450) } -var fileDescriptor_geo_target_constant_service_1639e7a2b84ebefc = []byte{ +var fileDescriptor_geo_target_constant_service_6f2ac222e5bcd450 = []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 02fa7eaf811845ea7ae7c923e9dfbac33c064c35..dfe6ec62d5e168720f681fd4ef23c681cca48183 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_cd92fe72c7e3d46d, []int{0} + return fileDescriptor_geographic_view_service_3209ea15797ce738, []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_cd92fe72c7e3d46d) + proto.RegisterFile("google/ads/googleads/v1/services/geographic_view_service.proto", fileDescriptor_geographic_view_service_3209ea15797ce738) } -var fileDescriptor_geographic_view_service_cd92fe72c7e3d46d = []byte{ +var fileDescriptor_geographic_view_service_3209ea15797ce738 = []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 d72caab288c648c33a30fb41a473c79803415e7d..7410889ede0034d0e116b936abc2e6afc0f89dca 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_c0461d01caaf43e5, []int{0} + return fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb, []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_c0461d01caaf43e5, []int{1} + return fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb, []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_c0461d01caaf43e5, []int{2} + return fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb, []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_c0461d01caaf43e5) + proto.RegisterFile("google/ads/googleads/v1/services/google_ads_field_service.proto", fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb) } -var fileDescriptor_google_ads_field_service_c0461d01caaf43e5 = []byte{ +var fileDescriptor_google_ads_field_service_5e4fde1ab2bc4cfb = []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 e1812660b19687b906edaf538173dc564783b7f2..1fbe266ac2acf5083db128225a19b7cd2d91ca92 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_1254eee50fc9a436, []int{0} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []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_1254eee50fc9a436, []int{1} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{1} } func (m *SearchGoogleAdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchGoogleAdsResponse.Unmarshal(m, b) @@ -212,6 +212,8 @@ type GoogleAdsRow struct { AdScheduleView *resources.AdScheduleView `protobuf:"bytes,89,opt,name=ad_schedule_view,json=adScheduleView,proto3" json:"ad_schedule_view,omitempty"` // The domain category referenced in the query. DomainCategory *resources.DomainCategory `protobuf:"bytes,91,opt,name=domain_category,json=domainCategory,proto3" json:"domain_category,omitempty"` + // The asset referenced in the query. + Asset *resources.Asset `protobuf:"bytes,105,opt,name=asset,proto3" json:"asset,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. @@ -359,7 +361,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_1254eee50fc9a436, []int{2} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{2} } func (m *GoogleAdsRow) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GoogleAdsRow.Unmarshal(m, b) @@ -484,6 +486,13 @@ func (m *GoogleAdsRow) GetDomainCategory() *resources.DomainCategory { return nil } +func (m *GoogleAdsRow) GetAsset() *resources.Asset { + if m != nil { + return m.Asset + } + return nil +} + func (m *GoogleAdsRow) GetBiddingStrategy() *resources.BiddingStrategy { if m != nil { return m.BiddingStrategy @@ -990,7 +999,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_1254eee50fc9a436, []int{3} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{3} } func (m *MutateGoogleAdsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateGoogleAdsRequest.Unmarshal(m, b) @@ -1056,7 +1065,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_1254eee50fc9a436, []int{4} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{4} } func (m *MutateGoogleAdsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateGoogleAdsResponse.Unmarshal(m, b) @@ -1105,6 +1114,7 @@ type MutateOperation struct { // *MutateOperation_AdGroupLabelOperation // *MutateOperation_AdGroupOperation // *MutateOperation_AdParameterOperation + // *MutateOperation_AssetOperation // *MutateOperation_BiddingStrategyOperation // *MutateOperation_CampaignBidModifierOperation // *MutateOperation_CampaignBudgetOperation @@ -1141,7 +1151,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_1254eee50fc9a436, []int{5} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{5} } func (m *MutateOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateOperation.Unmarshal(m, b) @@ -1205,6 +1215,10 @@ type MutateOperation_AdParameterOperation struct { AdParameterOperation *AdParameterOperation `protobuf:"bytes,22,opt,name=ad_parameter_operation,json=adParameterOperation,proto3,oneof"` } +type MutateOperation_AssetOperation struct { + AssetOperation *AssetOperation `protobuf:"bytes,23,opt,name=asset_operation,json=assetOperation,proto3,oneof"` +} + type MutateOperation_BiddingStrategyOperation struct { BiddingStrategyOperation *BiddingStrategyOperation `protobuf:"bytes,6,opt,name=bidding_strategy_operation,json=biddingStrategyOperation,proto3,oneof"` } @@ -1329,6 +1343,8 @@ func (*MutateOperation_AdGroupOperation) isMutateOperation_Operation() {} func (*MutateOperation_AdParameterOperation) isMutateOperation_Operation() {} +func (*MutateOperation_AssetOperation) isMutateOperation_Operation() {} + func (*MutateOperation_BiddingStrategyOperation) isMutateOperation_Operation() {} func (*MutateOperation_CampaignBidModifierOperation) isMutateOperation_Operation() {} @@ -1458,6 +1474,13 @@ func (m *MutateOperation) GetAdParameterOperation() *AdParameterOperation { return nil } +func (m *MutateOperation) GetAssetOperation() *AssetOperation { + if x, ok := m.GetOperation().(*MutateOperation_AssetOperation); ok { + return x.AssetOperation + } + return nil +} + func (m *MutateOperation) GetBiddingStrategyOperation() *BiddingStrategyOperation { if x, ok := m.GetOperation().(*MutateOperation_BiddingStrategyOperation); ok { return x.BiddingStrategyOperation @@ -1653,6 +1676,7 @@ func (*MutateOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffe (*MutateOperation_AdGroupLabelOperation)(nil), (*MutateOperation_AdGroupOperation)(nil), (*MutateOperation_AdParameterOperation)(nil), + (*MutateOperation_AssetOperation)(nil), (*MutateOperation_BiddingStrategyOperation)(nil), (*MutateOperation_CampaignBidModifierOperation)(nil), (*MutateOperation_CampaignBudgetOperation)(nil), @@ -1736,6 +1760,11 @@ func _MutateOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { if err := b.EncodeMessage(x.AdParameterOperation); err != nil { return err } + case *MutateOperation_AssetOperation: + b.EncodeVarint(23<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AssetOperation); err != nil { + return err + } case *MutateOperation_BiddingStrategyOperation: b.EncodeVarint(6<<3 | proto.WireBytes) if err := b.EncodeMessage(x.BiddingStrategyOperation); err != nil { @@ -1956,6 +1985,14 @@ func _MutateOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *prot err := b.DecodeMessage(msg) m.Operation = &MutateOperation_AdParameterOperation{msg} return true, err + case 23: // operation.asset_operation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(AssetOperation) + err := b.DecodeMessage(msg) + m.Operation = &MutateOperation_AssetOperation{msg} + return true, err case 6: // operation.bidding_strategy_operation if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -2223,6 +2260,11 @@ func _MutateOperation_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *MutateOperation_AssetOperation: + s := proto.Size(x.AssetOperation) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case *MutateOperation_BiddingStrategyOperation: s := proto.Size(x.BiddingStrategyOperation) n += 1 // tag and wire @@ -2375,6 +2417,7 @@ type MutateOperationResponse struct { // *MutateOperationResponse_AdGroupLabelResult // *MutateOperationResponse_AdGroupResult // *MutateOperationResponse_AdParameterResult + // *MutateOperationResponse_AssetResult // *MutateOperationResponse_BiddingStrategyResult // *MutateOperationResponse_CampaignBidModifierResult // *MutateOperationResponse_CampaignBudgetResult @@ -2411,7 +2454,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_1254eee50fc9a436, []int{6} + return fileDescriptor_google_ads_service_7f943554245b1e4e, []int{6} } func (m *MutateOperationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MutateOperationResponse.Unmarshal(m, b) @@ -2475,6 +2518,10 @@ type MutateOperationResponse_AdParameterResult struct { AdParameterResult *MutateAdParameterResult `protobuf:"bytes,22,opt,name=ad_parameter_result,json=adParameterResult,proto3,oneof"` } +type MutateOperationResponse_AssetResult struct { + AssetResult *MutateAssetResult `protobuf:"bytes,23,opt,name=asset_result,json=assetResult,proto3,oneof"` +} + type MutateOperationResponse_BiddingStrategyResult struct { BiddingStrategyResult *MutateBiddingStrategyResult `protobuf:"bytes,6,opt,name=bidding_strategy_result,json=biddingStrategyResult,proto3,oneof"` } @@ -2599,6 +2646,8 @@ func (*MutateOperationResponse_AdGroupResult) isMutateOperationResponse_Response func (*MutateOperationResponse_AdParameterResult) isMutateOperationResponse_Response() {} +func (*MutateOperationResponse_AssetResult) isMutateOperationResponse_Response() {} + func (*MutateOperationResponse_BiddingStrategyResult) isMutateOperationResponse_Response() {} func (*MutateOperationResponse_CampaignBidModifierResult) isMutateOperationResponse_Response() {} @@ -2728,6 +2777,13 @@ func (m *MutateOperationResponse) GetAdParameterResult() *MutateAdParameterResul return nil } +func (m *MutateOperationResponse) GetAssetResult() *MutateAssetResult { + if x, ok := m.GetResponse().(*MutateOperationResponse_AssetResult); ok { + return x.AssetResult + } + return nil +} + func (m *MutateOperationResponse) GetBiddingStrategyResult() *MutateBiddingStrategyResult { if x, ok := m.GetResponse().(*MutateOperationResponse_BiddingStrategyResult); ok { return x.BiddingStrategyResult @@ -2923,6 +2979,7 @@ func (*MutateOperationResponse) XXX_OneofFuncs() (func(msg proto.Message, b *pro (*MutateOperationResponse_AdGroupLabelResult)(nil), (*MutateOperationResponse_AdGroupResult)(nil), (*MutateOperationResponse_AdParameterResult)(nil), + (*MutateOperationResponse_AssetResult)(nil), (*MutateOperationResponse_BiddingStrategyResult)(nil), (*MutateOperationResponse_CampaignBidModifierResult)(nil), (*MutateOperationResponse_CampaignBudgetResult)(nil), @@ -3006,6 +3063,11 @@ func _MutateOperationResponse_OneofMarshaler(msg proto.Message, b *proto.Buffer) if err := b.EncodeMessage(x.AdParameterResult); err != nil { return err } + case *MutateOperationResponse_AssetResult: + b.EncodeVarint(23<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AssetResult); err != nil { + return err + } case *MutateOperationResponse_BiddingStrategyResult: b.EncodeVarint(6<<3 | proto.WireBytes) if err := b.EncodeMessage(x.BiddingStrategyResult); err != nil { @@ -3226,6 +3288,14 @@ func _MutateOperationResponse_OneofUnmarshaler(msg proto.Message, tag, wire int, err := b.DecodeMessage(msg) m.Response = &MutateOperationResponse_AdParameterResult{msg} return true, err + case 23: // response.asset_result + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(MutateAssetResult) + err := b.DecodeMessage(msg) + m.Response = &MutateOperationResponse_AssetResult{msg} + return true, err case 6: // response.bidding_strategy_result if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType @@ -3493,6 +3563,11 @@ func _MutateOperationResponse_OneofSizer(msg proto.Message) (n int) { n += 2 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *MutateOperationResponse_AssetResult: + s := proto.Size(x.AssetResult) + n += 2 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s case *MutateOperationResponse_BiddingStrategyResult: s := proto.Size(x.BiddingStrategyResult) n += 1 // tag and wire @@ -3750,311 +3825,315 @@ var _GoogleAdsService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/google_ads_service.proto", fileDescriptor_google_ads_service_1254eee50fc9a436) -} - -var fileDescriptor_google_ads_service_1254eee50fc9a436 = []byte{ - // 4832 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x5d, 0xdd, 0x73, 0xdc, 0x46, - 0x72, 0xcf, 0x4a, 0x96, 0x4d, 0x0d, 0x29, 0x7e, 0x0c, 0x49, 0x71, 0x44, 0x7d, 0x51, 0x94, 0x6c, - 0xc9, 0xb2, 0xbd, 0xb4, 0x28, 0xdb, 0xb2, 0xa8, 0x2f, 0x93, 0xd4, 0x67, 0x2c, 0x9d, 0x19, 0x50, - 0x96, 0x7d, 0xb6, 0x2e, 0x9b, 0x21, 0x30, 0xbb, 0xc4, 0x71, 0x17, 0x58, 0x01, 0x58, 0xca, 0x94, - 0x4f, 0x57, 0x97, 0xab, 0xa4, 0x92, 0xaa, 0xa4, 0xae, 0x2a, 0x75, 0x49, 0xaa, 0xf2, 0x9a, 0xca, - 0x53, 0x9e, 0x52, 0x95, 0x97, 0x54, 0xfe, 0x84, 0xbc, 0xe6, 0x2d, 0xcf, 0xa9, 0x4a, 0x55, 0xfe, - 0x80, 0x3c, 0xe5, 0xe1, 0x0a, 0x83, 0x01, 0x30, 0x33, 0x18, 0xec, 0xf6, 0xe8, 0xde, 0x16, 0x3d, - 0xf8, 0x75, 0x37, 0x06, 0x3d, 0x3d, 0xdd, 0x3d, 0x0d, 0x12, 0x5d, 0xef, 0x84, 0x61, 0xa7, 0xcb, - 0x56, 0xa8, 0x17, 0xaf, 0x64, 0x3f, 0xd3, 0x5f, 0xfb, 0x57, 0x56, 0x62, 0x16, 0xed, 0xfb, 0x2e, - 0xcb, 0xa9, 0x2d, 0xea, 0xc5, 0x2d, 0x41, 0x6b, 0xf6, 0xa3, 0x30, 0x09, 0xf1, 0x52, 0x36, 0xd2, - 0xa4, 0x5e, 0xdc, 0x2c, 0xa0, 0xcd, 0xfd, 0x2b, 0xcd, 0x1c, 0xba, 0xf8, 0x61, 0x1d, 0x73, 0x37, - 0xec, 0xf5, 0xc2, 0x60, 0xa5, 0xc7, 0x92, 0xc8, 0x77, 0xe3, 0x8c, 0xdf, 0xe2, 0x47, 0x23, 0xee, - 0x8e, 0x59, 0xa7, 0xc7, 0x82, 0x24, 0xbf, 0xfd, 0xb3, 0xba, 0xdb, 0x23, 0x16, 0x87, 0x83, 0x28, - 0x55, 0x9d, 0xba, 0x6e, 0x38, 0x08, 0x92, 0xd6, 0xce, 0xc0, 0xeb, 0xb0, 0x44, 0xe0, 0xee, 0xd8, - 0xe2, 0x5a, 0xfd, 0x28, 0xec, 0x87, 0x31, 0xed, 0x0a, 0x06, 0x1f, 0x03, 0x18, 0x78, 0xad, 0x4e, - 0x14, 0x0e, 0xfa, 0x02, 0x71, 0x15, 0x8e, 0x68, 0x51, 0x4f, 0x80, 0xae, 0x5b, 0x81, 0x5a, 0x5d, - 0xba, 0xc3, 0x72, 0x0d, 0x6f, 0xdb, 0x40, 0x07, 0x9e, 0xcf, 0x02, 0x97, 0xb5, 0xf6, 0x7d, 0xf6, - 0x52, 0xe0, 0x6f, 0x59, 0xe0, 0x77, 0x7c, 0xaf, 0xd5, 0x0b, 0x3d, 0xbf, 0xed, 0xb3, 0x48, 0xc0, - 0xd7, 0x2c, 0xe0, 0x6e, 0xe4, 0x27, 0x2c, 0xf2, 0xc3, 0x40, 0x60, 0xbf, 0x78, 0x13, 0xac, 0xf2, - 0xf0, 0x1b, 0x16, 0x1c, 0xd8, 0x0f, 0x09, 0x0b, 0xe2, 0x94, 0x43, 0xcc, 0x92, 0xc4, 0x0f, 0x3a, - 0x82, 0xc7, 0xa7, 0x16, 0x3c, 0xda, 0x8c, 0x79, 0x16, 0x26, 0x99, 0xc3, 0x64, 0x95, 0x3f, 0x07, - 0xe1, 0x62, 0x77, 0x97, 0x79, 0x83, 0xae, 0xf2, 0xa6, 0x20, 0x12, 0x3b, 0xac, 0x15, 0xd1, 0xa0, - 0xa3, 0xe0, 0x00, 0x12, 0x77, 0x7c, 0xcf, 0xf3, 0x83, 0x4e, 0x2b, 0x4e, 0x22, 0x9a, 0xb0, 0xce, - 0x01, 0x7c, 0x6a, 0x76, 0xfc, 0x6e, 0x97, 0x23, 0x59, 0x52, 0x2c, 0x01, 0xc0, 0xa2, 0x71, 0x69, - 0xaf, 0x4f, 0xfd, 0x4e, 0x00, 0x37, 0xe2, 0x1c, 0xf1, 0xa6, 0x46, 0x5c, 0xe0, 0x0d, 0x46, 0x7c, - 0xcd, 0x06, 0x2e, 0xfb, 0x97, 0x35, 0x0b, 0xa0, 0x6e, 0xfd, 0x1b, 0x16, 0xd8, 0xdf, 0xc3, 0x76, - 0x0b, 0x1e, 0x76, 0xb6, 0x5b, 0xc0, 0x64, 0xdb, 0xbd, 0x61, 0x81, 0x8b, 0x77, 0x69, 0xc4, 0xbc, - 0x54, 0x5f, 0xb8, 0x19, 0xba, 0x34, 0x8a, 0x7c, 0x16, 0xb5, 0xdc, 0x30, 0x88, 0x13, 0x1a, 0x24, - 0x16, 0x4f, 0xb9, 0xcb, 0xad, 0x3e, 0x4e, 0x68, 0x32, 0xc8, 0x37, 0x8d, 0x55, 0x00, 0xac, 0xeb, - 0xbb, 0x7b, 0xb2, 0x21, 0x01, 0x1c, 0xb1, 0x1b, 0x06, 0xfb, 0x2c, 0xe2, 0x2f, 0x83, 0xba, 0x49, - 0xf9, 0x3e, 0x21, 0x46, 0x34, 0x88, 0x93, 0xb0, 0xd7, 0xf2, 0x83, 0x84, 0x45, 0x2c, 0x4e, 0x2c, - 0x96, 0x0b, 0x07, 0x5a, 0xd9, 0xab, 0x40, 0xb4, 0xdc, 0xae, 0xcf, 0x8a, 0x99, 0xbc, 0x69, 0x0d, - 0x6c, 0x75, 0xfd, 0x60, 0xcf, 0xc2, 0x62, 0x73, 0xf4, 0xef, 0x63, 0xb1, 0x39, 0x0f, 0x4b, 0x8b, - 0xcd, 0x61, 0xb2, 0xc5, 0xde, 0xb2, 0xc0, 0xf5, 0x68, 0x40, 0x3b, 0x29, 0xbe, 0x7c, 0xe2, 0x4d, - 0x0b, 0x78, 0xc0, 0x3a, 0x34, 0xf1, 0xf7, 0x59, 0x65, 0xa1, 0x03, 0x74, 0xf0, 0x58, 0x42, 0xfd, - 0x6e, 0xab, 0xdf, 0xa5, 0x2e, 0x4b, 0xe3, 0x1e, 0xd9, 0x24, 0x01, 0xef, 0xcc, 0xf3, 0xe3, 0x7e, - 0x97, 0x1e, 0xb4, 0xf6, 0xd8, 0xc1, 0xcb, 0x30, 0xf2, 0x64, 0x34, 0xc0, 0x54, 0xbc, 0xb0, 0x47, - 0xfd, 0xa0, 0xe5, 0xa6, 0x9e, 0x3f, 0x8c, 0x72, 0xdf, 0xff, 0x25, 0x00, 0x78, 0x10, 0xd0, 0x9e, - 0xef, 0xb6, 0x62, 0x46, 0x23, 0x77, 0x57, 0x44, 0x8d, 0xfc, 0x67, 0xc2, 0xa2, 0x9e, 0xac, 0x05, - 0xc0, 0x71, 0x94, 0x06, 0x93, 0xbe, 0xf6, 0x96, 0x9f, 0xb0, 0x9e, 0x00, 0x7f, 0x38, 0x1a, 0x2c, - 0x59, 0xca, 0x15, 0xd8, 0xdd, 0xb2, 0x80, 0xcf, 0x2d, 0x20, 0xad, 0x84, 0x46, 0xa5, 0xff, 0xff, - 0x04, 0x88, 0xec, 0xd1, 0x7e, 0xbf, 0x5c, 0x03, 0xb7, 0x80, 0x28, 0x6e, 0x0e, 0xbb, 0x61, 0xd7, - 0x63, 0x91, 0x3c, 0x99, 0x80, 0x08, 0xb3, 0xc3, 0x02, 0x0d, 0x74, 0x03, 0x02, 0x0a, 0xc5, 0xd3, - 0xe9, 0x0e, 0xf8, 0x1a, 0x08, 0xdc, 0x89, 0x68, 0x7f, 0xd7, 0x77, 0x2d, 0x6d, 0x37, 0x8b, 0x90, - 0x8c, 0x96, 0x0f, 0x78, 0x2f, 0xbb, 0x61, 0xc2, 0xba, 0x22, 0xca, 0x92, 0x90, 0xb7, 0xa1, 0xc8, - 0x3e, 0x8b, 0xda, 0x61, 0xd4, 0xa3, 0x5a, 0x3c, 0x01, 0x78, 0xaf, 0xf9, 0x5a, 0xeb, 0x77, 0xa9, - 0xc5, 0x42, 0x97, 0x51, 0x2d, 0x2d, 0x73, 0xb0, 0x85, 0x6b, 0x31, 0xd4, 0x4d, 0x4b, 0xb8, 0xb8, - 0x10, 0xe8, 0x7b, 0x96, 0xe8, 0xc2, 0xdb, 0xa9, 0x6c, 0x2c, 0x26, 0x4e, 0x9a, 0xee, 0x8f, 0x46, - 0xa3, 0x64, 0xa7, 0x7e, 0x1d, 0x72, 0x7b, 0xd0, 0x19, 0xa4, 0xd1, 0xb0, 0x7d, 0x28, 0xd1, 0x0d, - 0x5d, 0x9a, 0x6e, 0xeb, 0x96, 0xf6, 0x94, 0xed, 0x1e, 0x9e, 0xd9, 0x92, 0x01, 0xa1, 0x48, 0x8f, - 0x79, 0x3e, 0x6d, 0xb5, 0xfd, 0xae, 0x48, 0xb9, 0x17, 0xef, 0x02, 0x30, 0xe1, 0x8e, 0x9f, 0xa6, - 0xeb, 0xfd, 0x7e, 0xe1, 0xbd, 0xf5, 0x07, 0xbe, 0x0d, 0xe6, 0xe2, 0xb1, 0x34, 0x91, 0xd7, 0xf1, - 0x8f, 0x46, 0xe3, 0xc3, 0x3e, 0x8b, 0x68, 0xc2, 0x93, 0x80, 0x83, 0x38, 0x75, 0x91, 0x79, 0x78, - 0xa4, 0xb1, 0x02, 0x18, 0x68, 0x9f, 0x46, 0x2c, 0x48, 0x68, 0x57, 0x04, 0x72, 0xf2, 0x14, 0x02, - 0x14, 0xe9, 0x47, 0xa1, 0x37, 0x70, 0x93, 0x56, 0x9e, 0xcd, 0xd4, 0xcd, 0xc9, 0x1a, 0x9c, 0x55, - 0xc5, 0xb3, 0x00, 0x02, 0x91, 0x88, 0xb9, 0x61, 0xaf, 0xc7, 0x02, 0x8f, 0x4a, 0xd1, 0xe1, 0x1a, - 0x04, 0xd7, 0xa3, 0xd1, 0x1e, 0xe3, 0x33, 0xa9, 0x44, 0x96, 0x00, 0x3f, 0x58, 0xb3, 0xef, 0x42, - 0x90, 0x59, 0x9c, 0xae, 0x07, 0x2d, 0xab, 0x60, 0x64, 0x19, 0xe1, 0xaf, 0x43, 0x30, 0x21, 0xdf, - 0x09, 0xeb, 0x1c, 0x2f, 0x60, 0x7a, 0x93, 0xb0, 0xef, 0xbb, 0xfa, 0x2b, 0x5d, 0x85, 0xe2, 0x24, - 0x59, 0x00, 0x5f, 0x30, 0x88, 0x59, 0xa4, 0x87, 0xeb, 0x57, 0x80, 0xb0, 0xae, 0x5f, 0x40, 0x00, - 0xfe, 0x6d, 0xdf, 0xf7, 0x58, 0x38, 0xaa, 0x2e, 0x52, 0xd4, 0xe9, 0x2a, 0xc5, 0x20, 0xb5, 0x5c, - 0x57, 0x6f, 0x6d, 0x46, 0x0e, 0x2a, 0xf6, 0x2e, 0x1c, 0x2b, 0xa7, 0xd2, 0x1a, 0x97, 0x07, 0x70, - 0x2e, 0x5a, 0x69, 0x47, 0x63, 0xb4, 0xfe, 0x26, 0x8c, 0x54, 0x16, 0x8f, 0xe0, 0x2c, 0x2a, 0x69, - 0x8b, 0xc6, 0xea, 0x26, 0x9c, 0x15, 0x0f, 0xe1, 0x54, 0xf4, 0x2d, 0x38, 0xda, 0x34, 0x15, 0xd7, - 0xe0, 0x70, 0x15, 0x78, 0x03, 0x02, 0xec, 0xd3, 0x88, 0xf6, 0x58, 0x52, 0x79, 0x93, 0x77, 0x46, - 0x82, 0xf5, 0xea, 0x91, 0xb5, 0x41, 0x19, 0x6b, 0x33, 0x1a, 0x97, 0xdb, 0x16, 0x5c, 0xb2, 0x52, - 0xae, 0xad, 0x1d, 0x55, 0x2b, 0x35, 0xd6, 0x76, 0x54, 0x5f, 0xb0, 0xb1, 0xb6, 0x23, 0xa5, 0x6e, - 0x63, 0x6d, 0x47, 0x6a, 0xf9, 0xc6, 0xda, 0x8e, 0xca, 0x2a, 0x8e, 0x02, 0xdc, 0xb0, 0x00, 0x16, - 0x9b, 0x83, 0xc6, 0x63, 0xb4, 0x73, 0xab, 0x14, 0x58, 0xec, 0x5f, 0x43, 0x6d, 0x15, 0xc2, 0xfe, - 0x35, 0xc8, 0xc5, 0x08, 0xfb, 0xd7, 0xa0, 0xd4, 0x24, 0x34, 0xf8, 0x1f, 0xc2, 0xe1, 0xd5, 0xda, - 0x82, 0xfd, 0x2b, 0xcd, 0x79, 0xd9, 0xbe, 0x52, 0x43, 0x62, 0xae, 0xf1, 0xf8, 0x7c, 0x24, 0x8f, - 0x3a, 0xe4, 0x1d, 0x0b, 0xa4, 0x48, 0x4d, 0x6d, 0x3d, 0x9b, 0x9c, 0x7f, 0x6b, 0xe0, 0xab, 0x30, - 0xb0, 0x0a, 0xfa, 0x64, 0x24, 0xc8, 0xf4, 0xae, 0x47, 0x1f, 0xbd, 0x95, 0xf1, 0xbf, 0xb5, 0xe3, - 0xaa, 0x06, 0x8e, 0xd6, 0xd3, 0xac, 0x47, 0x81, 0xd6, 0xea, 0xd7, 0xae, 0xf7, 0xd1, 0xc6, 0x51, - 0x44, 0x4b, 0x1a, 0xf2, 0x54, 0x8e, 0xec, 0xfb, 0x2b, 0x34, 0x08, 0xc2, 0x84, 0xc7, 0xd3, 0x79, - 0x75, 0x57, 0x9c, 0x48, 0xae, 0xf0, 0xab, 0x9d, 0x41, 0x7b, 0xa5, 0xed, 0xb3, 0x6e, 0xfa, 0xa6, - 0xe3, 0xbc, 0x78, 0xb7, 0x20, 0xee, 0x88, 0xfa, 0xee, 0x8a, 0x5c, 0x18, 0x5e, 0xfe, 0x97, 0x06, - 0x3a, 0xbe, 0xcd, 0x03, 0xe6, 0x07, 0xfc, 0x8e, 0x75, 0x2f, 0x76, 0xd8, 0x8b, 0x01, 0x8b, 0x13, - 0x7c, 0x16, 0x8d, 0x17, 0x0b, 0xc5, 0xf7, 0x48, 0x63, 0xa9, 0x71, 0xe9, 0xa8, 0x83, 0x72, 0xd2, - 0x23, 0x0f, 0xcf, 0xa1, 0x23, 0x2f, 0x06, 0x2c, 0x3a, 0x20, 0x87, 0xf8, 0x50, 0x76, 0x81, 0x4f, - 0x23, 0xd4, 0x4f, 0xb3, 0xcd, 0x24, 0xdc, 0x63, 0x01, 0x39, 0xcc, 0x87, 0x8e, 0xa6, 0x94, 0xa7, - 0x29, 0x01, 0x9f, 0x44, 0xfc, 0xa2, 0x15, 0xfb, 0xaf, 0x18, 0x79, 0x6b, 0xa9, 0x71, 0xe9, 0x88, - 0x33, 0x96, 0x12, 0xb6, 0xfd, 0x57, 0x0c, 0x9f, 0x47, 0xc7, 0xf6, 0x69, 0xd7, 0xf7, 0x68, 0xc2, - 0x5a, 0x61, 0xd0, 0x3d, 0x20, 0x47, 0x96, 0x1a, 0x97, 0xc6, 0x9c, 0x89, 0x9c, 0xf8, 0x55, 0xd0, - 0x3d, 0x58, 0xfe, 0xbf, 0x06, 0x5a, 0xa8, 0xa8, 0x1c, 0xf7, 0xc3, 0x20, 0x66, 0xf8, 0x21, 0x7a, - 0x27, 0x62, 0xf1, 0xa0, 0x9b, 0xc4, 0xa4, 0xb1, 0x74, 0xf8, 0xd2, 0xf8, 0x6a, 0xb3, 0x39, 0xea, - 0xb4, 0xb6, 0x59, 0x72, 0x09, 0x5f, 0x3a, 0x39, 0x1c, 0xbf, 0x87, 0xa6, 0x02, 0xf6, 0x43, 0xd2, - 0x92, 0x9e, 0x25, 0x7b, 0xcc, 0x63, 0x29, 0x79, 0xab, 0x78, 0x9e, 0x26, 0x9a, 0x4d, 0xc2, 0x34, - 0x4d, 0x13, 0xc0, 0x16, 0x3f, 0x42, 0xe5, 0xcf, 0x7d, 0xd8, 0x99, 0xe1, 0x43, 0x4e, 0x36, 0xb2, - 0x99, 0x0e, 0xe0, 0xeb, 0x08, 0x95, 0x6f, 0x87, 0x3f, 0xdf, 0xf8, 0xea, 0x62, 0xae, 0x64, 0xfe, - 0x02, 0x9b, 0xf7, 0xd3, 0x5b, 0x9e, 0xd0, 0x78, 0xcf, 0x39, 0xda, 0xce, 0x7f, 0x2e, 0xff, 0xeb, - 0x1d, 0x34, 0x21, 0x2b, 0x8b, 0xbf, 0x41, 0x93, 0xea, 0x91, 0x2d, 0xb9, 0xcc, 0xf9, 0x7d, 0x5c, - 0xfb, 0xd0, 0x45, 0x90, 0xdd, 0x5c, 0xcf, 0x80, 0x1b, 0x1c, 0xe7, 0x1c, 0xa3, 0xf2, 0x25, 0xee, - 0xa3, 0x85, 0x9a, 0xb3, 0x60, 0xf2, 0x01, 0x97, 0xf0, 0xb9, 0xad, 0x84, 0x2d, 0x81, 0x77, 0xe6, - 0xa9, 0x89, 0x8c, 0xef, 0xa1, 0xb1, 0x3c, 0x60, 0xe3, 0x73, 0x37, 0xbe, 0x7a, 0x19, 0x22, 0xc2, - 0x7b, 0x90, 0x22, 0x9c, 0x77, 0x68, 0xf6, 0x03, 0x3f, 0x46, 0xe3, 0x52, 0x34, 0x4f, 0xa6, 0x39, - 0xa7, 0x0f, 0xe1, 0x9c, 0xd6, 0x3d, 0xe7, 0x28, 0xcd, 0x7f, 0xe2, 0xe7, 0x68, 0xa6, 0x92, 0x5d, - 0x90, 0x1f, 0x38, 0xcf, 0x2b, 0x36, 0x3c, 0x1f, 0xa7, 0x40, 0x67, 0x92, 0x2a, 0xd7, 0x78, 0x0f, - 0x1d, 0x37, 0x9f, 0x46, 0x93, 0xeb, 0x5c, 0xc4, 0x67, 0x16, 0x22, 0x04, 0xfc, 0x99, 0xcf, 0x5e, - 0x3a, 0xb3, 0xb4, 0x4a, 0xc4, 0xbb, 0x68, 0xde, 0x98, 0xaa, 0x10, 0xc2, 0x65, 0x7d, 0x0a, 0x97, - 0xb5, 0xe1, 0x7b, 0x4f, 0x04, 0xd8, 0xc1, 0xb4, 0x42, 0xc3, 0x14, 0xe1, 0x6a, 0x16, 0x42, 0x66, - 0xb8, 0x98, 0xab, 0x70, 0x31, 0x9b, 0x39, 0xd4, 0x99, 0xa6, 0x1a, 0x05, 0xbf, 0x40, 0xa4, 0x2e, - 0x63, 0x22, 0x07, 0x70, 0xfb, 0xd4, 0xd8, 0x66, 0x6f, 0x69, 0x9e, 0x9a, 0xc8, 0xf8, 0x25, 0x5a, - 0xac, 0x4f, 0x8c, 0x48, 0x9f, 0x0b, 0x5d, 0x83, 0x0b, 0xbd, 0x97, 0xb3, 0xd8, 0xce, 0x38, 0x38, - 0x0b, 0xd4, 0x3c, 0x80, 0x1d, 0x74, 0x4c, 0x49, 0xa3, 0xc8, 0x26, 0x97, 0xd5, 0x84, 0xcb, 0xba, - 0xcf, 0x98, 0xe7, 0x8c, 0xd3, 0xf2, 0x02, 0x7f, 0x8d, 0x26, 0xd5, 0xe4, 0x8a, 0xc4, 0x9c, 0xe9, - 0x0a, 0x9c, 0x69, 0x36, 0x59, 0x13, 0x54, 0xba, 0xe2, 0x6c, 0x95, 0x43, 0x77, 0xf2, 0x31, 0x9c, - 0x6d, 0x87, 0x39, 0x29, 0x8e, 0x5b, 0xf0, 0x04, 0x95, 0xae, 0xf0, 0xf7, 0x68, 0x5a, 0xef, 0x02, - 0x20, 0x3f, 0xb5, 0x58, 0x84, 0xdb, 0x02, 0xc9, 0x59, 0x4f, 0x52, 0xe5, 0x1a, 0x7f, 0x87, 0xa6, - 0xb4, 0x33, 0x1f, 0xf2, 0x3d, 0x98, 0xf7, 0x5d, 0x8e, 0xdc, 0x14, 0x40, 0x67, 0xd2, 0x53, 0xae, - 0xf1, 0xcf, 0xd0, 0xb4, 0x9e, 0x0e, 0x12, 0xcc, 0x99, 0xaf, 0x02, 0x98, 0x6f, 0x64, 0xd0, 0x6d, - 0x81, 0x74, 0xa6, 0x76, 0x54, 0x02, 0x7e, 0x8a, 0x8e, 0x29, 0x1d, 0x07, 0xe4, 0x7d, 0xf0, 0x6c, - 0x6f, 0x64, 0xb8, 0xed, 0x14, 0xe6, 0x4c, 0xec, 0x48, 0x57, 0xe9, 0x84, 0x68, 0xc9, 0x23, 0x99, - 0x05, 0x4f, 0xc8, 0xa6, 0x40, 0x8a, 0x5d, 0x65, 0xd2, 0x55, 0xae, 0xf1, 0x03, 0x34, 0x96, 0x53, - 0xf8, 0x66, 0x3a, 0xbe, 0xfa, 0x81, 0x05, 0x53, 0xa7, 0x00, 0xe3, 0x1e, 0x3a, 0x6e, 0xee, 0x81, - 0x20, 0xf7, 0x38, 0xdb, 0x6b, 0x16, 0x6c, 0x15, 0xdf, 0x39, 0xe7, 0x1a, 0xa8, 0xf8, 0xe7, 0x68, - 0xde, 0x98, 0x96, 0x93, 0x45, 0xb0, 0xa3, 0x2e, 0x66, 0x46, 0xf2, 0x9e, 0xb3, 0x6e, 0x95, 0x88, - 0x5d, 0x84, 0xab, 0xc9, 0x37, 0x99, 0xe3, 0x82, 0x3e, 0xb1, 0x10, 0x54, 0xfa, 0xcf, 0x19, 0x57, - 0x27, 0xe1, 0x03, 0xb4, 0x58, 0x9f, 0x9e, 0x93, 0x17, 0x5c, 0xd8, 0x0d, 0x0b, 0x61, 0x15, 0x77, - 0x46, 0xdc, 0x9a, 0x91, 0xd4, 0x6a, 0x95, 0x74, 0x9e, 0xdc, 0x01, 0x5b, 0x6d, 0x2e, 0x8d, 0x3b, - 0xb4, 0x09, 0x57, 0xba, 0x4a, 0x23, 0x21, 0x35, 0xcd, 0x27, 0x5d, 0x70, 0x24, 0x94, 0xb3, 0xcd, - 0x5c, 0x5a, 0xa1, 0x5d, 0xe6, 0xd3, 0x3c, 0x34, 0x6b, 0xc8, 0xe3, 0xc9, 0x19, 0xeb, 0xf7, 0xb1, - 0xcd, 0xc1, 0xdb, 0x2c, 0x29, 0xdf, 0x47, 0x41, 0x4a, 0x3d, 0x85, 0xde, 0xef, 0x41, 0x36, 0xc0, - 0x9e, 0x62, 0x33, 0x83, 0x6e, 0x0a, 0xa4, 0x33, 0xe5, 0xaa, 0x04, 0x3e, 0xe7, 0x72, 0x53, 0x08, - 0x79, 0x17, 0x3e, 0xe7, 0x1c, 0xb7, 0xcd, 0x61, 0xce, 0x84, 0x2b, 0x5d, 0xe1, 0x3f, 0x41, 0x33, - 0x95, 0xf2, 0x04, 0xe9, 0x80, 0xf7, 0xf9, 0xcd, 0x02, 0xbb, 0xce, 0xa1, 0xce, 0xb4, 0xab, 0x51, - 0xf0, 0x97, 0x08, 0x95, 0x5d, 0x29, 0xe4, 0x15, 0x38, 0x98, 0xdb, 0x4c, 0x41, 0x7c, 0x3d, 0x1f, - 0x75, 0xf3, 0x9f, 0xdc, 0xb1, 0xa9, 0x3d, 0x27, 0x64, 0x17, 0xee, 0xd8, 0x38, 0xf2, 0x91, 0x00, - 0x3a, 0x93, 0xae, 0x72, 0xcd, 0x1d, 0x9b, 0xc8, 0x8b, 0x78, 0x9e, 0x04, 0x74, 0x6c, 0x02, 0xe2, - 0x14, 0x60, 0xee, 0x69, 0x4c, 0x3d, 0x18, 0xe4, 0x16, 0xdc, 0xd3, 0x08, 0xfc, 0x93, 0x0c, 0xfe, - 0xd8, 0x0f, 0xf6, 0x9c, 0x59, 0xb7, 0x4a, 0xc4, 0x1d, 0x34, 0x67, 0x6a, 0x70, 0x21, 0xb7, 0xc1, - 0x11, 0x61, 0x2e, 0x6a, 0x93, 0xa3, 0xb9, 0x24, 0xec, 0x56, 0x68, 0xe5, 0xcc, 0x17, 0x82, 0xc8, - 0x7d, 0xcb, 0x99, 0xcf, 0xf9, 0xe5, 0x33, 0x9f, 0x5f, 0x73, 0x4f, 0x56, 0x5b, 0xe1, 0x22, 0x11, - 0xdc, 0x93, 0x09, 0x26, 0x06, 0x4f, 0x56, 0x33, 0xc2, 0x57, 0x95, 0x5c, 0x11, 0x23, 0x5f, 0xc0, - 0x57, 0x95, 0xc0, 0x09, 0x4f, 0x26, 0x5d, 0x71, 0x4f, 0xa6, 0x54, 0xca, 0xc8, 0x2f, 0xe0, 0x9e, - 0x4c, 0x00, 0x73, 0x4f, 0x26, 0x5f, 0xe2, 0x5f, 0xa0, 0x93, 0x43, 0x6a, 0x68, 0xe4, 0x5b, 0x2e, - 0xe5, 0xa6, 0x85, 0x94, 0x9f, 0x08, 0x26, 0xe5, 0x4e, 0x73, 0xc2, 0xad, 0x1b, 0x4a, 0x0d, 0xdb, - 0xd8, 0xd8, 0x43, 0xf6, 0xc1, 0x86, 0x7d, 0x97, 0xe3, 0xb7, 0x72, 0x78, 0x96, 0xeb, 0x78, 0x55, - 0x62, 0x6a, 0xd8, 0xa6, 0x2e, 0x20, 0xb2, 0x02, 0x36, 0xec, 0xbb, 0x19, 0xfc, 0xcb, 0x0c, 0xcd, - 0x25, 0x61, 0xaf, 0x42, 0xc3, 0xbf, 0x69, 0xa0, 0xf3, 0x80, 0xc6, 0x1f, 0xf2, 0x73, 0x2e, 0x78, - 0x1d, 0x22, 0x38, 0xe3, 0x96, 0x95, 0x37, 0xd6, 0xbd, 0x38, 0xfb, 0xf1, 0x94, 0x45, 0x3d, 0xae, - 0xc4, 0x19, 0x6f, 0xe8, 0x78, 0xba, 0x5b, 0x19, 0x4a, 0x94, 0xe4, 0x6b, 0xf0, 0x6e, 0x55, 0x18, - 0x79, 0x6a, 0x8b, 0x8f, 0x12, 0xd6, 0x73, 0x66, 0x98, 0x4e, 0xc2, 0x37, 0xd0, 0x5b, 0xdc, 0xde, - 0x9b, 0x9c, 0xed, 0x45, 0x00, 0x5b, 0x6e, 0xe7, 0x1c, 0x84, 0x1f, 0xa2, 0xa3, 0xa5, 0x62, 0xab, - 0x60, 0x5f, 0x59, 0xe8, 0x33, 0xd6, 0xce, 0xd5, 0xf8, 0x1e, 0x4d, 0xeb, 0x15, 0x51, 0x92, 0x80, - 0xfd, 0x4a, 0xce, 0xf0, 0x29, 0x07, 0x3a, 0x93, 0x6d, 0xe5, 0x1a, 0xff, 0x11, 0x9a, 0x90, 0xab, - 0xa5, 0x64, 0x0d, 0x9c, 0x75, 0xa5, 0x8c, 0x9f, 0x64, 0x28, 0x67, 0xbc, 0x5d, 0x5e, 0xa4, 0x4b, - 0xc0, 0xd8, 0xca, 0x44, 0x28, 0x78, 0x09, 0xa4, 0xbc, 0xb7, 0x4a, 0x78, 0xb6, 0x04, 0xda, 0x55, - 0x22, 0xfe, 0x09, 0x1a, 0x97, 0xfa, 0x9e, 0xc8, 0x25, 0x2e, 0xe1, 0x23, 0x80, 0x84, 0x07, 0x1c, - 0xc5, 0x19, 0xa3, 0x4e, 0xf1, 0x3b, 0x35, 0x2c, 0x43, 0x4b, 0x14, 0x59, 0x00, 0x1b, 0xd6, 0x03, - 0x16, 0x66, 0x33, 0x5b, 0x44, 0x29, 0x33, 0x1d, 0x9d, 0x94, 0x6e, 0x14, 0x5a, 0xef, 0x14, 0x79, - 0x0d, 0x7e, 0xa1, 0x0f, 0x0a, 0x64, 0x96, 0xe8, 0x75, 0x94, 0xeb, 0xd4, 0x29, 0x98, 0xda, 0xab, - 0xc8, 0x4b, 0xb0, 0x53, 0xe0, 0x99, 0xae, 0xea, 0x7e, 0x70, 0xa7, 0x42, 0x4b, 0xcd, 0x52, 0xef, - 0xc4, 0x22, 0x57, 0xc1, 0x4f, 0xf1, 0x30, 0x85, 0x72, 0x49, 0xd9, 0x53, 0xec, 0x2a, 0xd7, 0x69, - 0xe2, 0x63, 0x6e, 0xd6, 0x22, 0x0f, 0xc0, 0x89, 0x0f, 0x17, 0xb1, 0x55, 0xe2, 0xb3, 0xc4, 0x67, - 0xd7, 0x40, 0x4d, 0x57, 0x81, 0xe2, 0x41, 0xe7, 0xc1, 0xab, 0x40, 0x76, 0x9d, 0xe3, 0x7b, 0x92, - 0xcf, 0x94, 0x58, 0xf6, 0xbb, 0x34, 0x20, 0x4b, 0xb6, 0x2c, 0xb7, 0xba, 0x34, 0x28, 0x58, 0xa6, - 0x17, 0xe9, 0xc2, 0x32, 0x36, 0x83, 0x91, 0x73, 0xe0, 0x85, 0x25, 0xf1, 0x2e, 0xd2, 0xcd, 0xd9, - 0xbd, 0x2a, 0x11, 0xff, 0xaa, 0x81, 0x4e, 0x0f, 0x6d, 0xfe, 0x22, 0xcb, 0x5c, 0xe8, 0x2d, 0x3b, - 0xa1, 0xf9, 0x86, 0x29, 0x48, 0xce, 0xe2, 0x5e, 0xed, 0x18, 0xde, 0xd5, 0x1e, 0xb7, 0xa8, 0x9b, - 0x9e, 0x07, 0x9b, 0xb2, 0x24, 0x39, 0x2f, 0xa1, 0xe2, 0xbd, 0x0a, 0x2d, 0x5d, 0x33, 0xa6, 0x36, - 0x39, 0x72, 0xe1, 0x4d, 0x04, 0xe5, 0x8f, 0x26, 0x0b, 0xca, 0x1f, 0xe9, 0x36, 0x3a, 0x92, 0xc5, - 0x3a, 0x9f, 0x70, 0xce, 0x97, 0x00, 0x9c, 0xb3, 0x18, 0x27, 0x83, 0xa5, 0xa9, 0x48, 0xa5, 0xcb, - 0x8d, 0x5c, 0x03, 0xa7, 0x22, 0x8f, 0x05, 0xb6, 0xf0, 0x4d, 0xd3, 0x5d, 0x8d, 0x92, 0x06, 0x7b, - 0x4a, 0x33, 0x1c, 0xf9, 0x11, 0x1c, 0xec, 0x3d, 0x16, 0xb8, 0xac, 0xb4, 0xd5, 0x95, 0xae, 0xd2, - 0xe5, 0x6c, 0xee, 0x95, 0x23, 0x9f, 0x82, 0x97, 0x73, 0x16, 0xd2, 0x7b, 0xaa, 0x63, 0x9a, 0xeb, - 0x19, 0xa8, 0x69, 0x3e, 0x55, 0x1e, 0xad, 0x91, 0xef, 0xc0, 0xf9, 0xd4, 0x93, 0x14, 0x74, 0xdf, - 0xef, 0x32, 0xe7, 0x68, 0x2f, 0xff, 0x89, 0x5f, 0xa3, 0x53, 0xc3, 0x7a, 0xee, 0xc8, 0x37, 0xe0, - 0x80, 0xf2, 0x09, 0x67, 0xb3, 0xde, 0xef, 0xe7, 0x95, 0xb3, 0xe2, 0x3d, 0x9c, 0xe8, 0xd5, 0x0d, - 0xf1, 0xa9, 0x33, 0x36, 0xeb, 0x91, 0x1d, 0xf8, 0xd4, 0x71, 0x06, 0x77, 0x39, 0xbe, 0x90, 0x39, - 0xd7, 0x33, 0x50, 0xf1, 0x5f, 0x37, 0xd0, 0xb9, 0x91, 0xcd, 0x7d, 0xe4, 0x19, 0x38, 0xd0, 0xfb, - 0x2a, 0xe7, 0xb5, 0xcd, 0x59, 0x3d, 0xcb, 0x38, 0x15, 0x4a, 0x9c, 0x09, 0x87, 0x8e, 0xa7, 0x2b, - 0xd3, 0xd4, 0x1f, 0x48, 0x3e, 0x02, 0xaf, 0xcc, 0x2d, 0x01, 0xcf, 0x92, 0xf9, 0x6c, 0x37, 0xeb, - 0x57, 0x68, 0xfc, 0xb9, 0x47, 0xf6, 0x12, 0x92, 0x1e, 0xf8, 0xb9, 0xb7, 0x32, 0x5e, 0xa2, 0xb8, - 0x59, 0x79, 0xe1, 0x67, 0xfa, 0x43, 0xc7, 0x31, 0x45, 0xb8, 0xda, 0x8e, 0x48, 0x3e, 0x03, 0xaf, - 0x74, 0x21, 0xbe, 0xdc, 0x60, 0xa7, 0xfb, 0x1a, 0x05, 0xff, 0x14, 0x4d, 0xaa, 0x5d, 0x8b, 0xe4, - 0x38, 0x78, 0xf7, 0x76, 0x14, 0xa0, 0xa3, 0x31, 0x4a, 0x43, 0x83, 0x4a, 0x6e, 0x70, 0x17, 0xcc, - 0x5c, 0xcb, 0x05, 0x26, 0x63, 0x35, 0xf6, 0xff, 0x19, 0x9a, 0xd6, 0x4f, 0xae, 0xc9, 0x69, 0x70, - 0x0d, 0x29, 0xab, 0x45, 0x95, 0xa9, 0xdc, 0x54, 0xac, 0x12, 0x52, 0xdf, 0x21, 0xd5, 0xbf, 0x4e, - 0x82, 0x7d, 0x47, 0x59, 0xf7, 0x3a, 0x1a, 0x17, 0xf5, 0xae, 0x7d, 0x74, 0xa2, 0xb6, 0xfb, 0x91, - 0x0c, 0xc0, 0x87, 0x29, 0xdb, 0x82, 0x87, 0x1e, 0xcc, 0x2c, 0xc4, 0xe6, 0x81, 0xf4, 0x21, 0xca, - 0xd6, 0x47, 0xf2, 0x21, 0xf8, 0x21, 0x9e, 0xa6, 0xa0, 0xac, 0xa0, 0x94, 0xe4, 0x3f, 0xd3, 0x2d, - 0x41, 0xe9, 0x89, 0x24, 0x37, 0xc0, 0x5b, 0xc2, 0xd7, 0x31, 0x8b, 0x8a, 0x62, 0xd2, 0xc4, 0x40, - 0xba, 0x4a, 0xf3, 0xa3, 0xa2, 0x09, 0x80, 0xbc, 0x07, 0xce, 0x8f, 0x52, 0x8e, 0x8f, 0xfd, 0x38, - 0x71, 0xc6, 0x06, 0xe2, 0x17, 0x76, 0x11, 0xae, 0x76, 0x43, 0x90, 0x9b, 0xe0, 0x90, 0xdd, 0x29, - 0xc1, 0xa2, 0x42, 0x37, 0x13, 0xe9, 0x24, 0xfc, 0x0d, 0x9a, 0x54, 0x9b, 0x50, 0xc9, 0x59, 0x70, - 0xb9, 0x82, 0xcf, 0x6a, 0xb1, 0xf4, 0x8f, 0x25, 0xf2, 0x65, 0x1a, 0x12, 0xf0, 0x3e, 0x50, 0x72, - 0x11, 0x1c, 0x12, 0x3c, 0x4b, 0xef, 0x77, 0x32, 0x18, 0x5e, 0x47, 0xef, 0x88, 0xcf, 0xac, 0x79, - 0x97, 0xc1, 0xb0, 0x3c, 0x35, 0xfb, 0xce, 0xba, 0xf9, 0x24, 0xbb, 0xdd, 0xc9, 0x71, 0xf8, 0x2e, - 0x1a, 0xcb, 0xbf, 0xbd, 0x26, 0xed, 0x11, 0x5a, 0x08, 0x1e, 0xdb, 0xe2, 0x7e, 0xa7, 0x40, 0x2e, - 0xff, 0x4f, 0x03, 0x1d, 0x7f, 0x32, 0x48, 0x68, 0xc2, 0xec, 0x3b, 0x2c, 0xfe, 0x18, 0xcd, 0xf4, - 0x38, 0xb4, 0x25, 0xf6, 0x83, 0x30, 0x88, 0xc9, 0x21, 0xde, 0xd8, 0x70, 0x65, 0x74, 0x63, 0x43, - 0x26, 0xf5, 0xab, 0x1c, 0xe9, 0x4c, 0xf7, 0x54, 0x42, 0x8c, 0x2f, 0xa2, 0xa9, 0x3e, 0x8d, 0x12, - 0x9f, 0x76, 0x5b, 0x6d, 0xea, 0x77, 0x07, 0x11, 0xe3, 0x87, 0xef, 0x63, 0xce, 0xa4, 0x20, 0xdf, - 0xcf, 0xa8, 0xd5, 0xc6, 0x8c, 0xb7, 0x0c, 0x8d, 0x19, 0xff, 0xd5, 0x40, 0x0b, 0x95, 0x27, 0x15, - 0x8d, 0x19, 0xf7, 0xd1, 0xbc, 0x26, 0xa9, 0xc5, 0xa2, 0x28, 0x8c, 0xc4, 0x61, 0x3f, 0xce, 0x9f, - 0x26, 0xea, 0xbb, 0x4d, 0x51, 0x6d, 0x9e, 0x55, 0x75, 0xb8, 0x97, 0xde, 0x8e, 0x5f, 0xa2, 0x45, - 0x7d, 0x46, 0x5a, 0x91, 0x10, 0x92, 0xf7, 0x7c, 0x5c, 0xb7, 0x9f, 0x1a, 0xc1, 0xc1, 0x21, 0x3d, - 0xf3, 0x40, 0xbc, 0xfc, 0x4f, 0xcb, 0x68, 0x4a, 0x43, 0xe1, 0x03, 0x74, 0xb2, 0xda, 0x7d, 0x5c, - 0xe8, 0x25, 0xce, 0xbc, 0x01, 0xda, 0xa8, 0x8d, 0x02, 0x05, 0xff, 0x87, 0x7f, 0x50, 0x1c, 0x0b, - 0xeb, 0x43, 0xd8, 0x97, 0xce, 0xf3, 0xa9, 0x27, 0x09, 0x6d, 0x8c, 0x58, 0xdf, 0x55, 0xa1, 0xb2, - 0x3c, 0x4c, 0x2b, 0x54, 0xfc, 0xe7, 0x0d, 0x74, 0xd6, 0xdc, 0xe6, 0x5c, 0x4a, 0x3d, 0x34, 0x22, - 0xe9, 0xd1, 0xa5, 0x4a, 0x27, 0x5e, 0xb2, 0xf8, 0x93, 0xb4, 0x7e, 0x18, 0xff, 0xa6, 0x81, 0x96, - 0x6b, 0x1b, 0xa5, 0x4b, 0x55, 0xb2, 0x13, 0xd6, 0x2f, 0xc0, 0xaa, 0xa8, 0x07, 0xfd, 0xb2, 0x36, - 0x67, 0xe8, 0xd0, 0x3b, 0xf0, 0x2f, 0xd1, 0x29, 0x83, 0x3e, 0xa5, 0x26, 0x87, 0x47, 0x54, 0x9f, - 0x6b, 0x35, 0x91, 0x95, 0x38, 0x41, 0xeb, 0x06, 0xf1, 0xdf, 0x36, 0xd0, 0x85, 0x21, 0xdd, 0xda, - 0xa5, 0x22, 0xd9, 0x01, 0xee, 0x06, 0x58, 0x11, 0xbd, 0xd4, 0x2d, 0xeb, 0xb3, 0x44, 0x47, 0xdc, - 0x83, 0x43, 0xb4, 0xa0, 0x36, 0x7e, 0x97, 0x8a, 0xcc, 0x8d, 0x48, 0xc8, 0x75, 0x45, 0xee, 0x33, - 0xa6, 0x98, 0xe7, 0x1c, 0x35, 0xd0, 0x71, 0x24, 0xb5, 0x83, 0xe8, 0xd6, 0x30, 0x3f, 0x22, 0x19, - 0xd0, 0x25, 0x56, 0x8c, 0x60, 0x9e, 0x9a, 0x06, 0xf0, 0x8e, 0xd4, 0xe5, 0x52, 0x4a, 0x3b, 0x32, - 0x22, 0xde, 0xd2, 0xa5, 0xc9, 0x82, 0xf2, 0x36, 0x97, 0x52, 0x46, 0xc0, 0x1b, 0x84, 0xca, 0x5e, - 0xf4, 0x52, 0xce, 0x71, 0xf8, 0x3c, 0x6e, 0xe5, 0x70, 0x6d, 0x1e, 0xab, 0x74, 0xfc, 0x0a, 0x2d, - 0x56, 0xda, 0xd7, 0x4b, 0x99, 0x6f, 0x8f, 0x08, 0xcb, 0x0a, 0x99, 0x5a, 0xe3, 0x82, 0x2c, 0x97, - 0xec, 0xd4, 0x8c, 0xe1, 0xbf, 0x68, 0xa0, 0xb3, 0xe6, 0xd6, 0xf7, 0x52, 0x83, 0x77, 0xb8, 0x06, - 0xb7, 0x47, 0x6b, 0x60, 0x38, 0x6c, 0x97, 0xb5, 0x38, 0xe5, 0x0e, 0x19, 0xc7, 0x2f, 0xd1, 0x09, - 0xbd, 0x7b, 0xbe, 0x54, 0x61, 0x0c, 0xea, 0xd2, 0xd5, 0x4e, 0x08, 0xc5, 0xa5, 0xbb, 0xe6, 0x21, - 0xfc, 0xab, 0x06, 0x3a, 0x65, 0xe8, 0xbb, 0x2f, 0x85, 0x1f, 0x1b, 0x91, 0x51, 0x57, 0x84, 0x1b, - 0x1d, 0xca, 0xa2, 0x5b, 0x3b, 0x8a, 0xff, 0xbe, 0x81, 0x2e, 0x0c, 0xe9, 0xdb, 0x2f, 0x55, 0xc9, - 0x1a, 0x1f, 0x36, 0xe1, 0xaa, 0x0c, 0x73, 0x29, 0xe7, 0xdc, 0x51, 0x37, 0xe1, 0x17, 0x68, 0x41, - 0xfd, 0x08, 0xa0, 0x54, 0xe5, 0x24, 0x74, 0x85, 0xcb, 0xed, 0x03, 0xca, 0x0a, 0x77, 0x4d, 0x03, - 0x38, 0x41, 0x44, 0xfb, 0x72, 0xa0, 0x94, 0x79, 0x6a, 0x44, 0x93, 0x59, 0x45, 0x66, 0xc5, 0xad, - 0x1c, 0x77, 0x8d, 0x23, 0xd8, 0x93, 0xda, 0x3f, 0x4a, 0x79, 0x68, 0x44, 0x82, 0x5b, 0x91, 0x27, - 0x8b, 0x2a, 0xfa, 0x0d, 0x4a, 0x29, 0x7f, 0xda, 0x40, 0xa7, 0x4d, 0x9f, 0x27, 0x94, 0x12, 0xc7, - 0x6d, 0x6d, 0xad, 0xc8, 0xf3, 0x8c, 0xb6, 0x56, 0x1d, 0xc5, 0xaf, 0xd1, 0xc9, 0xea, 0xd7, 0x0d, - 0xa5, 0x02, 0x13, 0xd0, 0xcd, 0x53, 0xef, 0x23, 0x50, 0x36, 0x4f, 0xb7, 0x6e, 0x30, 0x33, 0xf5, - 0xfa, 0x6f, 0x23, 0x4a, 0x45, 0xce, 0x80, 0x4d, 0xbd, 0xe6, 0xa0, 0x58, 0x35, 0xf5, 0x51, 0x37, - 0x71, 0x53, 0x57, 0x3e, 0xb4, 0x28, 0x55, 0x39, 0x0b, 0x36, 0x75, 0xe9, 0x44, 0x59, 0x35, 0x75, - 0xd3, 0x00, 0x37, 0x75, 0xf5, 0xeb, 0x8c, 0x52, 0xe6, 0x12, 0xd8, 0xd4, 0xe5, 0xd3, 0x66, 0xd5, - 0xd4, 0x8d, 0x23, 0xf8, 0x1f, 0x1a, 0xe8, 0xdd, 0x61, 0x5f, 0x75, 0x94, 0x3a, 0x64, 0x25, 0xf5, - 0xbb, 0x70, 0x1d, 0x2a, 0xe7, 0xcf, 0xb2, 0x3e, 0xcb, 0xee, 0xc8, 0xbb, 0xf8, 0x32, 0xcc, 0x55, - 0x2b, 0xf5, 0x38, 0x0f, 0x5e, 0x86, 0x02, 0xab, 0x2e, 0x43, 0x9d, 0xc8, 0x97, 0xa1, 0xe9, 0x93, - 0x92, 0x52, 0xe2, 0x05, 0xe8, 0x32, 0xac, 0x1c, 0xdc, 0x2a, 0xcb, 0x90, 0xd5, 0x8e, 0x62, 0x86, - 0x66, 0x4d, 0x82, 0xdf, 0x85, 0x3e, 0xaa, 0x49, 0xde, 0x4c, 0xbb, 0x22, 0xe6, 0x07, 0xb4, 0x58, - 0xf9, 0x7c, 0xa5, 0x94, 0xf6, 0x1e, 0x74, 0x5b, 0x55, 0x4f, 0x6d, 0x95, 0x6d, 0xb5, 0x6d, 0x1e, - 0x4a, 0xa3, 0x28, 0xe5, 0xbb, 0x97, 0x52, 0xea, 0x45, 0x68, 0x14, 0x25, 0x1d, 0xe9, 0x2a, 0x51, - 0x54, 0xdb, 0x40, 0xc7, 0xdf, 0xa2, 0x49, 0x6d, 0xd9, 0x5e, 0x1a, 0x51, 0x17, 0x52, 0xe4, 0xc8, - 0x02, 0x8e, 0xb5, 0x95, 0x65, 0xfa, 0x3d, 0x9a, 0xd2, 0x57, 0xe7, 0xfb, 0x23, 0x8a, 0x2d, 0x05, - 0xeb, 0xca, 0xaa, 0x9c, 0xec, 0xaa, 0xab, 0x71, 0x17, 0xcd, 0x49, 0x9f, 0xdd, 0x94, 0x12, 0x2e, - 0x43, 0xf3, 0xc9, 0xe2, 0x90, 0x40, 0xc9, 0x27, 0x7b, 0x15, 0x2a, 0x8f, 0x73, 0x0c, 0x9f, 0xe9, - 0x94, 0x22, 0x3f, 0x80, 0x1a, 0x7d, 0xa5, 0x42, 0xa5, 0x18, 0x7d, 0x54, 0x3b, 0x9a, 0x46, 0xba, - 0x95, 0xaf, 0x7c, 0x4a, 0xf9, 0x93, 0xd0, 0x48, 0x57, 0x2b, 0x9a, 0x2a, 0x91, 0x6e, 0x5c, 0x33, - 0x96, 0x4e, 0xb4, 0x71, 0xc7, 0x9d, 0x82, 0x4e, 0xb4, 0x71, 0xa7, 0xc5, 0x71, 0x75, 0x87, 0x65, - 0x68, 0xb6, 0xfc, 0x9e, 0xa8, 0x14, 0x34, 0x0d, 0x5d, 0xda, 0x79, 0x4d, 0x51, 0x59, 0xda, 0x03, - 0x9d, 0xb8, 0x31, 0x8e, 0x8e, 0x16, 0xcc, 0x97, 0xff, 0xfd, 0x5c, 0x5e, 0x03, 0xaa, 0xd4, 0x50, - 0xf0, 0xbe, 0x94, 0xa7, 0x15, 0xe5, 0x92, 0xec, 0xb3, 0x19, 0x51, 0x2b, 0xb9, 0x09, 0xad, 0xdc, - 0x68, 0x9f, 0x56, 0x70, 0x1e, 0x52, 0x7e, 0xa8, 0xd0, 0x71, 0x5b, 0xca, 0xd5, 0xa8, 0x97, 0x4b, - 0x6c, 0x40, 0x37, 0x53, 0x4d, 0x62, 0x21, 0x6c, 0x8a, 0xaa, 0x24, 0xfc, 0xeb, 0x86, 0x54, 0x10, - 0x50, 0x72, 0x18, 0x21, 0xf2, 0x10, 0xb4, 0x34, 0xa1, 0x88, 0x94, 0x5b, 0x86, 0x73, 0xd9, 0x84, - 0xd6, 0x8c, 0xe1, 0xbf, 0x92, 0xab, 0x35, 0x7a, 0x95, 0x44, 0xe8, 0x81, 0xa1, 0x21, 0x8d, 0xa2, - 0x87, 0xf6, 0xa1, 0x44, 0xae, 0xca, 0x49, 0x5a, 0x3f, 0x8c, 0x7f, 0x44, 0x27, 0x0c, 0xca, 0x08, - 0x35, 0x0e, 0x43, 0xf3, 0x39, 0xb3, 0x1a, 0x85, 0x06, 0xc7, 0xa9, 0x71, 0x04, 0xff, 0x4d, 0x03, - 0x9d, 0x1b, 0x52, 0x1f, 0x11, 0x5a, 0x64, 0xc5, 0x91, 0x7b, 0x96, 0x5a, 0x54, 0xfa, 0x04, 0x73, - 0x65, 0x4e, 0xd3, 0x61, 0x37, 0xe0, 0x2e, 0x9a, 0x53, 0x8b, 0x23, 0x42, 0x8b, 0x39, 0xe8, 0x0e, - 0xa8, 0x68, 0xc1, 0xfb, 0xaa, 0x72, 0xc9, 0x33, 0x54, 0x27, 0xe2, 0x50, 0xaa, 0x12, 0x2a, 0x16, - 0x30, 0x0f, 0x75, 0x71, 0x8a, 0x38, 0xf5, 0xc5, 0x63, 0x5a, 0xa1, 0xe2, 0x16, 0x9a, 0x2a, 0x04, - 0x0a, 0x51, 0x47, 0x46, 0x1c, 0x49, 0x9a, 0x45, 0x15, 0x52, 0x8e, 0x51, 0x99, 0x80, 0xf7, 0xd0, - 0xac, 0x52, 0x13, 0x11, 0x42, 0x8e, 0xdb, 0x4e, 0x5f, 0x51, 0xfe, 0x90, 0xa7, 0x4f, 0x23, 0xe2, - 0x97, 0x68, 0xa1, 0x52, 0x10, 0x11, 0x02, 0xdf, 0x86, 0x16, 0x3c, 0x33, 0x81, 0xfa, 0xc7, 0x1c, - 0xb9, 0xd0, 0xf9, 0x1d, 0xd3, 0x00, 0xfe, 0x33, 0xb9, 0x14, 0x60, 0xf2, 0x24, 0xef, 0x8c, 0x38, - 0x70, 0xd5, 0xc4, 0x9b, 0xbe, 0x3e, 0xc8, 0x55, 0x38, 0xe1, 0xd6, 0x0d, 0xe2, 0x44, 0xfa, 0xcc, - 0x42, 0x94, 0x42, 0x84, 0xfc, 0x31, 0x3b, 0x77, 0xad, 0x7d, 0x17, 0x52, 0xb8, 0x6b, 0xd7, 0x40, - 0xc7, 0xaf, 0xa5, 0x02, 0x4c, 0xc5, 0x67, 0x64, 0x35, 0x90, 0x3b, 0xb6, 0x82, 0xab, 0x4e, 0x63, - 0xc1, 0x35, 0x0f, 0xe1, 0xdf, 0x36, 0xd0, 0xb9, 0x21, 0x35, 0x10, 0xa1, 0x47, 0x56, 0x00, 0xb9, - 0x6f, 0xab, 0x47, 0xad, 0xdb, 0x38, 0xe3, 0x0e, 0xbd, 0x03, 0x07, 0x68, 0x4e, 0x2d, 0x80, 0x08, - 0x3d, 0x4e, 0xda, 0x2d, 0x64, 0xe5, 0x13, 0x8a, 0x62, 0x21, 0xbb, 0x15, 0x2a, 0x7e, 0x21, 0x7d, - 0xf2, 0xa2, 0x78, 0x8e, 0x53, 0xd0, 0xbc, 0x5c, 0x15, 0xa8, 0xba, 0x8e, 0x59, 0xb7, 0x4a, 0xc6, - 0x54, 0xfa, 0xf2, 0x48, 0x08, 0x43, 0xd0, 0x08, 0x5d, 0x15, 0x56, 0xc8, 0x29, 0x3e, 0x0a, 0x11, - 0x22, 0x7e, 0x29, 0x7d, 0xf7, 0x22, 0x05, 0x61, 0x42, 0xda, 0xf8, 0x9b, 0xd9, 0x56, 0x79, 0xc2, - 0x5d, 0xb1, 0x2d, 0x6d, 0x08, 0xbf, 0x42, 0xa4, 0x5a, 0xf3, 0x10, 0xd2, 0x27, 0xec, 0x76, 0xc3, - 0xca, 0xe7, 0x13, 0xc5, 0x6e, 0xe8, 0x1a, 0x47, 0x32, 0xbb, 0xae, 0x2f, 0x78, 0x08, 0x2d, 0xce, - 0x58, 0xda, 0x75, 0x5d, 0xdb, 0x7c, 0x69, 0xd7, 0x43, 0xef, 0xe0, 0x76, 0xad, 0x54, 0x3b, 0x84, - 0x1e, 0x67, 0x2d, 0xed, 0x5a, 0x6e, 0xa8, 0x2f, 0xed, 0xba, 0x42, 0xe5, 0x76, 0xad, 0x96, 0x3a, - 0x84, 0xc0, 0x25, 0x4b, 0xbb, 0x56, 0x5a, 0xed, 0x4b, 0xbb, 0xae, 0x92, 0xf1, 0xdf, 0x35, 0xd0, - 0xf2, 0xb0, 0x3a, 0x87, 0x50, 0x60, 0xf9, 0xcd, 0x66, 0x5e, 0x2b, 0x62, 0xd0, 0x42, 0x97, 0xb3, - 0xb5, 0x65, 0x0e, 0x69, 0xbd, 0xe5, 0x6a, 0x09, 0x1d, 0xce, 0x5b, 0xae, 0xb7, 0xfc, 0x03, 0x96, - 0x72, 0xbd, 0x29, 0x94, 0x74, 0xbd, 0x99, 0xea, 0x1b, 0x42, 0xda, 0x05, 0xbb, 0xf5, 0x56, 0xed, - 0x4d, 0x2f, 0xd6, 0x1b, 0x33, 0x0f, 0xe1, 0x1d, 0xb9, 0x45, 0x5c, 0x48, 0x7d, 0xd7, 0xee, 0x19, - 0x2b, 0xc2, 0x8a, 0x4e, 0x71, 0x21, 0x63, 0x80, 0x16, 0x2a, 0x95, 0x0d, 0x21, 0xea, 0x3d, 0xbb, - 0x5d, 0x52, 0x6b, 0x49, 0x2f, 0x76, 0xc9, 0xb6, 0x81, 0x9e, 0x06, 0x42, 0x4a, 0x59, 0x43, 0x88, - 0xbc, 0x68, 0x17, 0x08, 0xc9, 0xcd, 0xea, 0x45, 0x20, 0xd4, 0xd6, 0x89, 0xf8, 0x6b, 0x34, 0x2e, - 0x2f, 0xce, 0x4b, 0xd0, 0x63, 0xae, 0x52, 0x48, 0xc1, 0x1d, 0xb5, 0xcb, 0xc5, 0xf8, 0x2d, 0x9a, - 0x50, 0xd6, 0xe0, 0xfb, 0xd0, 0xcc, 0x34, 0xe3, 0xab, 0xae, 0xbd, 0xf1, 0xae, 0xb4, 0xe6, 0x18, - 0x9a, 0x91, 0xaa, 0x19, 0x82, 0xfd, 0x65, 0xbb, 0x8c, 0xaf, 0xec, 0x7a, 0x2c, 0x32, 0xbe, 0x9e, - 0x4a, 0x4a, 0x43, 0x15, 0x43, 0x25, 0x43, 0x88, 0xfb, 0xc0, 0xce, 0xbc, 0xab, 0xed, 0x36, 0x85, - 0x79, 0x47, 0xe6, 0xa1, 0x34, 0x3e, 0xad, 0x94, 0x31, 0x84, 0xf0, 0x49, 0xbb, 0xf8, 0x54, 0x6f, - 0xff, 0x2a, 0xe2, 0xd3, 0xd8, 0x34, 0x90, 0x4e, 0x6f, 0x75, 0xfb, 0x9c, 0xb2, 0x9b, 0xde, 0xea, - 0xb6, 0x39, 0x15, 0x6b, 0xdb, 0xe5, 0x0e, 0x9a, 0x2e, 0x0b, 0x18, 0x42, 0xca, 0xb4, 0xdd, 0xf2, - 0x2d, 0xfa, 0xa2, 0x8a, 0xe5, 0x3b, 0x50, 0x28, 0x1b, 0x08, 0x8d, 0xe5, 0xfd, 0x23, 0xab, 0x7f, - 0x79, 0x18, 0x4d, 0x17, 0xad, 0x2b, 0xdb, 0x19, 0x23, 0xfc, 0x6f, 0x0d, 0xf4, 0x76, 0xd6, 0x7a, - 0x87, 0x01, 0x55, 0x70, 0xf3, 0xdf, 0x52, 0x59, 0xbc, 0xfe, 0x06, 0xc8, 0x4c, 0xa9, 0xe5, 0xeb, - 0xbf, 0xfe, 0xcf, 0xff, 0xfe, 0xed, 0xa1, 0xab, 0xcb, 0x4d, 0xfe, 0x2f, 0x21, 0x84, 0x7f, 0x8d, - 0x57, 0x7e, 0x94, 0x3a, 0x87, 0x6e, 0x5d, 0x7e, 0x2d, 0xfe, 0x9e, 0xcc, 0xba, 0x17, 0xaf, 0x65, - 0x7d, 0x81, 0x6b, 0x8d, 0xcb, 0x5c, 0xf5, 0x6c, 0x1a, 0x20, 0xaa, 0x9b, 0x9b, 0x94, 0x16, 0xaf, - 0xbf, 0x01, 0xf2, 0x4d, 0x55, 0xcf, 0xba, 0x6f, 0xd6, 0x1a, 0x97, 0x37, 0xfe, 0xbf, 0x81, 0x2e, - 0xb8, 0x61, 0x6f, 0xa4, 0xec, 0x8d, 0x79, 0xfd, 0x85, 0x6d, 0x45, 0x61, 0x12, 0x6e, 0x35, 0xbe, - 0x7b, 0x28, 0xa0, 0x9d, 0xb0, 0x4b, 0x83, 0x4e, 0x33, 0x8c, 0x3a, 0x2b, 0x1d, 0x16, 0xf0, 0xbf, - 0xb0, 0x92, 0xff, 0xf1, 0x9d, 0xbe, 0x1f, 0xd7, 0xff, 0x2d, 0x9e, 0x1b, 0xf9, 0x8f, 0x7f, 0x3c, - 0x74, 0xf8, 0xc1, 0xfa, 0xfa, 0x3f, 0x1f, 0x5a, 0xca, 0x24, 0x35, 0xd7, 0x3d, 0xe9, 0x6f, 0xc6, - 0x34, 0x9f, 0x5d, 0x69, 0x0a, 0xc1, 0xf1, 0x7f, 0xe4, 0xb7, 0x3c, 0x5f, 0xf7, 0xe2, 0xe7, 0xc5, - 0x2d, 0xcf, 0x9f, 0x5d, 0x79, 0x9e, 0xdf, 0xf2, 0xbf, 0x87, 0x2e, 0x64, 0xf4, 0xb5, 0xb5, 0xf4, - 0x79, 0xd7, 0x8a, 0x9b, 0xd6, 0xd6, 0x9e, 0x5d, 0x59, 0x5b, 0xcb, 0x6f, 0xdb, 0x79, 0x9b, 0xeb, - 0x79, 0xf5, 0x77, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0e, 0xa0, 0xe9, 0x53, 0xa7, 0x64, 0x00, 0x00, + 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, } 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 f2ec9d7a3d8914430b8821e7f32c130f8052b41f..ae847eb06c660297b965533d96de62a3e19420d7 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_a7a5ef132e157bef, []int{0} + return fileDescriptor_group_placement_view_service_b0f94234136e87dc, []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_a7a5ef132e157bef) + proto.RegisterFile("google/ads/googleads/v1/services/group_placement_view_service.proto", fileDescriptor_group_placement_view_service_b0f94234136e87dc) } -var fileDescriptor_group_placement_view_service_a7a5ef132e157bef = []byte{ +var fileDescriptor_group_placement_view_service_b0f94234136e87dc = []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 c678c0479b8e85049a5e4fa7833b3f2f88533714..c29fc3209d2d189ed7fe1ea76302ceab650c58aa 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_0b2bf896824af102, []int{0} + return fileDescriptor_hotel_group_view_service_358542ebec3cbd01, []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_0b2bf896824af102) + proto.RegisterFile("google/ads/googleads/v1/services/hotel_group_view_service.proto", fileDescriptor_hotel_group_view_service_358542ebec3cbd01) } -var fileDescriptor_hotel_group_view_service_0b2bf896824af102 = []byte{ +var fileDescriptor_hotel_group_view_service_358542ebec3cbd01 = []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 02a4e3e3b23940deeccdc96af1e9a7466056d4bf..faca27387f14dd61a0c397724d21b4a045eef516 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_00923882a2aa508c, []int{0} + return fileDescriptor_hotel_performance_view_service_b217e56b6102838f, []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_00923882a2aa508c) + proto.RegisterFile("google/ads/googleads/v1/services/hotel_performance_view_service.proto", fileDescriptor_hotel_performance_view_service_b217e56b6102838f) } -var fileDescriptor_hotel_performance_view_service_00923882a2aa508c = []byte{ +var fileDescriptor_hotel_performance_view_service_b217e56b6102838f = []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 fc2f12af6a74510c029f92bc88740b19920be5ed..9da35ab1b190c27990e7726e391c4e0cc4e2608f 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_b0770b6cc9e615aa, []int{0} + return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []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_b0770b6cc9e615aa, []int{1} + return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []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_b0770b6cc9e615aa, []int{2} + return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []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_b0770b6cc9e615aa, []int{3} + return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []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_b0770b6cc9e615aa, []int{4} + return fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4, []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_b0770b6cc9e615aa) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_ad_group_service.proto", fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4) } -var fileDescriptor_keyword_plan_ad_group_service_b0770b6cc9e615aa = []byte{ +var fileDescriptor_keyword_plan_ad_group_service_bd5634d9d83f07e4 = []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 deed3d9c66d964e444c4ad183329cef63a1188b8..dd0f403ff4276d896d805d0cb48f2837f1300e85 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_76bf2725382da39b, []int{0} + return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []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_76bf2725382da39b, []int{1} + return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []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_76bf2725382da39b, []int{2} + return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []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_76bf2725382da39b, []int{3} + return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []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_76bf2725382da39b, []int{4} + return fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6, []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_76bf2725382da39b) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_campaign_service.proto", fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6) } -var fileDescriptor_keyword_plan_campaign_service_76bf2725382da39b = []byte{ +var fileDescriptor_keyword_plan_campaign_service_70b1f6c99086bad6 = []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 a23bf4a367015d60b55b4914054e4a9c3d706df5..26ebb1cea1f7ee727037ff7355d14fd811a54ce8 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_6206532c6eb570a5, []int{0} + return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []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_6206532c6eb570a5, []int{1} + return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []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_6206532c6eb570a5, []int{2} + return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []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_6206532c6eb570a5, []int{3} + return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []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_6206532c6eb570a5, []int{4} + return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []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_6206532c6eb570a5, []int{5} + return fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e, []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_6206532c6eb570a5) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_idea_service.proto", fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e) } -var fileDescriptor_keyword_plan_idea_service_6206532c6eb570a5 = []byte{ +var fileDescriptor_keyword_plan_idea_service_79f4adf1893c8d4e = []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 850f6cff5a2d2cf34d6e64086c2b8794d08cdaf7..a9a14aaad0fb7f9562859884763c6c824cc906fd 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_67a663e04e7b124a, []int{0} + return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []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_67a663e04e7b124a, []int{1} + return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []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_67a663e04e7b124a, []int{2} + return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []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_67a663e04e7b124a, []int{3} + return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []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_67a663e04e7b124a, []int{4} + return fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08, []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_67a663e04e7b124a) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_keyword_service.proto", fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08) } -var fileDescriptor_keyword_plan_keyword_service_67a663e04e7b124a = []byte{ +var fileDescriptor_keyword_plan_keyword_service_26fbca56a5058f08 = []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 d458e9d3fd54be5b9cf615a2d6eb98f7040bd398..cad561b153e7d0ee39afc1a424969cc930baa69a 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_d08d6fedc88da0eb, []int{0} + return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []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_d08d6fedc88da0eb, []int{1} + return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []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_d08d6fedc88da0eb, []int{2} + return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []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_d08d6fedc88da0eb, []int{3} + return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []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_d08d6fedc88da0eb, []int{4} + return fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92, []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_d08d6fedc88da0eb) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_negative_keyword_service.proto", fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92) } -var fileDescriptor_keyword_plan_negative_keyword_service_d08d6fedc88da0eb = []byte{ +var fileDescriptor_keyword_plan_negative_keyword_service_94d86a6db7de5f92 = []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 84ceb9a911503709928eaca8b582d16bd25ff219..5b5cd462d7391661dae0dc99b71d5bb4bf482238 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_a819b4b367b3aaf1, []int{0} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{1} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{2} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{3} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{4} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{5} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{6} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{7} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{8} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{9} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{10} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{11} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{12} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1, []int{13} + return fileDescriptor_keyword_plan_service_7434df443525caf4, []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_a819b4b367b3aaf1) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_plan_service.proto", fileDescriptor_keyword_plan_service_7434df443525caf4) } -var fileDescriptor_keyword_plan_service_a819b4b367b3aaf1 = []byte{ +var fileDescriptor_keyword_plan_service_7434df443525caf4 = []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 5a3b45ea7c5f3ca39b41c16d370908c8f4d33c76..bd66b310691671cb0c636ff5d65b169200dc2f45 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_92a85ba77337e29c, []int{0} + return fileDescriptor_keyword_view_service_c7892a433ae04108, []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_92a85ba77337e29c) + proto.RegisterFile("google/ads/googleads/v1/services/keyword_view_service.proto", fileDescriptor_keyword_view_service_c7892a433ae04108) } -var fileDescriptor_keyword_view_service_92a85ba77337e29c = []byte{ +var fileDescriptor_keyword_view_service_c7892a433ae04108 = []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 cc36a4f80f0d7d6167aedf71c697eb21159b00a7..be45610df0fd1508369dbd06edb3f50b13c72af8 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_b31c2628132d4a01, []int{0} + return fileDescriptor_label_service_e4053b8718be26c9, []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_b31c2628132d4a01, []int{1} + return fileDescriptor_label_service_e4053b8718be26c9, []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_b31c2628132d4a01, []int{2} + return fileDescriptor_label_service_e4053b8718be26c9, []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_b31c2628132d4a01, []int{3} + return fileDescriptor_label_service_e4053b8718be26c9, []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_b31c2628132d4a01, []int{4} + return fileDescriptor_label_service_e4053b8718be26c9, []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_b31c2628132d4a01) + proto.RegisterFile("google/ads/googleads/v1/services/label_service.proto", fileDescriptor_label_service_e4053b8718be26c9) } -var fileDescriptor_label_service_b31c2628132d4a01 = []byte{ +var fileDescriptor_label_service_e4053b8718be26c9 = []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/language_constant_service.pb.go b/googleapis/ads/googleads/v1/services/language_constant_service.pb.go index cf8cdc7b2d21a777b7ab8f2438e033d4299c07db..ae79347a255d9826f634e9722f66535858d621e9 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_bbc70c120912d6a2, []int{0} + return fileDescriptor_language_constant_service_5b1f4d61adf752bc, []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_bbc70c120912d6a2) + proto.RegisterFile("google/ads/googleads/v1/services/language_constant_service.proto", fileDescriptor_language_constant_service_5b1f4d61adf752bc) } -var fileDescriptor_language_constant_service_bbc70c120912d6a2 = []byte{ +var fileDescriptor_language_constant_service_5b1f4d61adf752bc = []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 4701992ab07da9e2546e16a4bef9f55e5ac298dc..b1743d6dd7b06e2919d6e9e298bd4162e67ed49c 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_4136922ee54aedcd, []int{0} + return fileDescriptor_location_view_service_1678e91aea592293, []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_4136922ee54aedcd) + proto.RegisterFile("google/ads/googleads/v1/services/location_view_service.proto", fileDescriptor_location_view_service_1678e91aea592293) } -var fileDescriptor_location_view_service_4136922ee54aedcd = []byte{ +var fileDescriptor_location_view_service_1678e91aea592293 = []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 2c64e0cdb0df129127d476f48e2f02e41f904256..5ecb402628afc19475a2d5b97d9d0d9a4475d8e3 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_8a3300110a36afff, []int{0} + return fileDescriptor_managed_placement_view_service_49750a7d8766db45, []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_8a3300110a36afff) + proto.RegisterFile("google/ads/googleads/v1/services/managed_placement_view_service.proto", fileDescriptor_managed_placement_view_service_49750a7d8766db45) } -var fileDescriptor_managed_placement_view_service_8a3300110a36afff = []byte{ +var fileDescriptor_managed_placement_view_service_49750a7d8766db45 = []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 2b5ac0687e2141b1db1145f0f8eba3084220d4b8..23cf72fbfb809e82b9f703cdb3d25f85f612ff34 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_b37208566b14a50c, []int{0} + return fileDescriptor_media_file_service_52854e541380429c, []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_b37208566b14a50c, []int{1} + return fileDescriptor_media_file_service_52854e541380429c, []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_b37208566b14a50c, []int{2} + return fileDescriptor_media_file_service_52854e541380429c, []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_b37208566b14a50c, []int{3} + return fileDescriptor_media_file_service_52854e541380429c, []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_b37208566b14a50c, []int{4} + return fileDescriptor_media_file_service_52854e541380429c, []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_b37208566b14a50c) + proto.RegisterFile("google/ads/googleads/v1/services/media_file_service.proto", fileDescriptor_media_file_service_52854e541380429c) } -var fileDescriptor_media_file_service_b37208566b14a50c = []byte{ +var fileDescriptor_media_file_service_52854e541380429c = []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 0ce020f33bfe90a0d2058bddf23c1fcec3dc7c6b..48cad341a91fa830c75e470e5ebea6fff3d78d15 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_9a763f6d274f6ee2, []int{0} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2, []int{1} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2, []int{2} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2, []int{3} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2, []int{4} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2, []int{5} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2, []int{6} + return fileDescriptor_merchant_center_link_service_21e19ec8285c21ff, []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_9a763f6d274f6ee2) + proto.RegisterFile("google/ads/googleads/v1/services/merchant_center_link_service.proto", fileDescriptor_merchant_center_link_service_21e19ec8285c21ff) } -var fileDescriptor_merchant_center_link_service_9a763f6d274f6ee2 = []byte{ +var fileDescriptor_merchant_center_link_service_21e19ec8285c21ff = []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 13633393da8adc0edb7ff0d94cda16f7b787a3db..80ca88c6dfc7837b8dbed862ea371d70e7324181 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_54b6fac2ff70bc1a, []int{0} + return fileDescriptor_mobile_app_category_constant_service_dbbfd061134bc46b, []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_54b6fac2ff70bc1a) + proto.RegisterFile("google/ads/googleads/v1/services/mobile_app_category_constant_service.proto", fileDescriptor_mobile_app_category_constant_service_dbbfd061134bc46b) } -var fileDescriptor_mobile_app_category_constant_service_54b6fac2ff70bc1a = []byte{ +var fileDescriptor_mobile_app_category_constant_service_dbbfd061134bc46b = []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 ffec38fe5212903e9a0f3a119a6a51d2053a0bca..4a1acf8dd31e75120aa91fc4a1d11eb8cecf9753 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_41e01e3f88887f76, []int{0} + return fileDescriptor_mobile_device_constant_service_c6a03f1db47349fe, []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_41e01e3f88887f76) + proto.RegisterFile("google/ads/googleads/v1/services/mobile_device_constant_service.proto", fileDescriptor_mobile_device_constant_service_c6a03f1db47349fe) } -var fileDescriptor_mobile_device_constant_service_41e01e3f88887f76 = []byte{ +var fileDescriptor_mobile_device_constant_service_c6a03f1db47349fe = []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 826287ac9e1257c3a710a920795a7d0d04d187a6..2c808a33d366cc26d93fa320c756cf96a102cefc 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_eb116885ce9d562c, []int{0} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{1} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{2} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{3} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{4} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{5} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{6} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c, []int{7} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []int{7} } func (m *ListMutateJobResultsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListMutateJobResultsResponse.Unmarshal(m, b) @@ -426,7 +426,7 @@ func (m *ListMutateJobResultsResponse) GetNextPageToken() string { // MutateJob result. type MutateJobResult struct { - // Index of the Simply operation. + // Index of the mutate operation. OperationIndex int64 `protobuf:"varint,1,opt,name=operation_index,json=operationIndex,proto3" json:"operation_index,omitempty"` // Response for the mutate. // May be empty if errors occurred. @@ -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_eb116885ce9d562c, []int{8} + return fileDescriptor_mutate_job_service_a0ae22f320850a68, []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_eb116885ce9d562c) + proto.RegisterFile("google/ads/googleads/v1/services/mutate_job_service.proto", fileDescriptor_mutate_job_service_a0ae22f320850a68) } -var fileDescriptor_mutate_job_service_eb116885ce9d562c = []byte{ +var fileDescriptor_mutate_job_service_a0ae22f320850a68 = []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 2a452686c1f68431aba4650017789eaf2788c40f..acb2a813c6ee705887b1a9c4541277552de94486 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_2cdb8de2694d6dcc, []int{0} + return fileDescriptor_operating_system_version_constant_service_857498394e45f20b, []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_2cdb8de2694d6dcc) + proto.RegisterFile("google/ads/googleads/v1/services/operating_system_version_constant_service.proto", fileDescriptor_operating_system_version_constant_service_857498394e45f20b) } -var fileDescriptor_operating_system_version_constant_service_2cdb8de2694d6dcc = []byte{ +var fileDescriptor_operating_system_version_constant_service_857498394e45f20b = []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/parental_status_view_service.pb.go b/googleapis/ads/googleads/v1/services/parental_status_view_service.pb.go index e06efa6e8e9d15e6a801a46c423859841c809a37..e925ed209c170a8da61602268ceeada1743396e9 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_04254a915a2d79c7, []int{0} + return fileDescriptor_parental_status_view_service_e43ec00f0825fc41, []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_04254a915a2d79c7) + proto.RegisterFile("google/ads/googleads/v1/services/parental_status_view_service.proto", fileDescriptor_parental_status_view_service_e43ec00f0825fc41) } -var fileDescriptor_parental_status_view_service_04254a915a2d79c7 = []byte{ +var fileDescriptor_parental_status_view_service_e43ec00f0825fc41 = []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 475ed9af4c9624acb65bb8f84862f4c55ebd27ce..720db7c57fc6f6f9109434bb2d6288fe5c659028 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_309651f23e78f58c, []int{0} + return fileDescriptor_payments_account_service_faf896254bb6e656, []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_309651f23e78f58c, []int{1} + return fileDescriptor_payments_account_service_faf896254bb6e656, []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_309651f23e78f58c) + proto.RegisterFile("google/ads/googleads/v1/services/payments_account_service.proto", fileDescriptor_payments_account_service_faf896254bb6e656) } -var fileDescriptor_payments_account_service_309651f23e78f58c = []byte{ +var fileDescriptor_payments_account_service_faf896254bb6e656 = []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 cc000bb7b184c3b81888d9dc8383a8137ec645f6..09b7bcfad9624429c7f17592c003bfb8239b3110 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_e4ec13d871db89fc, []int{0} + return fileDescriptor_product_bidding_category_constant_service_9203ded5377a056e, []int{0} } func (m *GetProductBiddingCategoryConstantRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProductBiddingCategoryConstantRequest.Unmarshal(m, b) @@ -147,10 +147,10 @@ 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_e4ec13d871db89fc) + 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_e4ec13d871db89fc = []byte{ +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, 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 2407644d1d287429393aa711a1de17889694558e..36a372d132c0f1d00511719099a5cf1f0aa51c46 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_97036c224a7a544f, []int{0} + return fileDescriptor_product_group_view_service_53c5237f9068c06b, []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_97036c224a7a544f) + proto.RegisterFile("google/ads/googleads/v1/services/product_group_view_service.proto", fileDescriptor_product_group_view_service_53c5237f9068c06b) } -var fileDescriptor_product_group_view_service_97036c224a7a544f = []byte{ +var fileDescriptor_product_group_view_service_53c5237f9068c06b = []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 3380c78d797ee587055b30f185a309b4d379f46f..7783f957af3860a5d678dcc78ba9f19c4b0a8551 100644 --- a/googleapis/ads/googleads/v1/services/recommendation_service.pb.go +++ b/googleapis/ads/googleads/v1/services/recommendation_service.pb.go @@ -41,7 +41,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_d2ae9665613dfecf, []int{0} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{0} } func (m *GetRecommendationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetRecommendationRequest.Unmarshal(m, b) @@ -90,7 +90,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_d2ae9665613dfecf, []int{1} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{1} } func (m *ApplyRecommendationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationRequest.Unmarshal(m, b) @@ -143,6 +143,7 @@ type ApplyRecommendationOperation struct { // *ApplyRecommendationOperation_TextAd // *ApplyRecommendationOperation_Keyword // *ApplyRecommendationOperation_TargetCpaOptIn + // *ApplyRecommendationOperation_MoveUnusedBudget ApplyParameters isApplyRecommendationOperation_ApplyParameters `protobuf_oneof:"apply_parameters"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -153,7 +154,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_d2ae9665613dfecf, []int{2} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2} } func (m *ApplyRecommendationOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation.Unmarshal(m, b) @@ -200,6 +201,10 @@ type ApplyRecommendationOperation_TargetCpaOptIn struct { TargetCpaOptIn *ApplyRecommendationOperation_TargetCpaOptInParameters `protobuf:"bytes,5,opt,name=target_cpa_opt_in,json=targetCpaOptIn,proto3,oneof"` } +type ApplyRecommendationOperation_MoveUnusedBudget struct { + MoveUnusedBudget *ApplyRecommendationOperation_MoveUnusedBudgetParameters `protobuf:"bytes,9,opt,name=move_unused_budget,json=moveUnusedBudget,proto3,oneof"` +} + func (*ApplyRecommendationOperation_CampaignBudget) isApplyRecommendationOperation_ApplyParameters() {} func (*ApplyRecommendationOperation_TextAd) isApplyRecommendationOperation_ApplyParameters() {} @@ -208,6 +213,9 @@ func (*ApplyRecommendationOperation_Keyword) isApplyRecommendationOperation_Appl func (*ApplyRecommendationOperation_TargetCpaOptIn) isApplyRecommendationOperation_ApplyParameters() {} +func (*ApplyRecommendationOperation_MoveUnusedBudget) isApplyRecommendationOperation_ApplyParameters() { +} + func (m *ApplyRecommendationOperation) GetApplyParameters() isApplyRecommendationOperation_ApplyParameters { if m != nil { return m.ApplyParameters @@ -243,6 +251,13 @@ func (m *ApplyRecommendationOperation) GetTargetCpaOptIn() *ApplyRecommendationO return nil } +func (m *ApplyRecommendationOperation) GetMoveUnusedBudget() *ApplyRecommendationOperation_MoveUnusedBudgetParameters { + if x, ok := m.GetApplyParameters().(*ApplyRecommendationOperation_MoveUnusedBudget); ok { + return x.MoveUnusedBudget + } + 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{}{ @@ -250,6 +265,7 @@ func (*ApplyRecommendationOperation) XXX_OneofFuncs() (func(msg proto.Message, b (*ApplyRecommendationOperation_TextAd)(nil), (*ApplyRecommendationOperation_Keyword)(nil), (*ApplyRecommendationOperation_TargetCpaOptIn)(nil), + (*ApplyRecommendationOperation_MoveUnusedBudget)(nil), } } @@ -277,6 +293,11 @@ func _ApplyRecommendationOperation_OneofMarshaler(msg proto.Message, b *proto.Bu if err := b.EncodeMessage(x.TargetCpaOptIn); err != nil { return err } + case *ApplyRecommendationOperation_MoveUnusedBudget: + b.EncodeVarint(9<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.MoveUnusedBudget); err != nil { + return err + } case nil: default: return fmt.Errorf("ApplyRecommendationOperation.ApplyParameters has unexpected type %T", x) @@ -319,6 +340,14 @@ func _ApplyRecommendationOperation_OneofUnmarshaler(msg proto.Message, tag, wire err := b.DecodeMessage(msg) m.ApplyParameters = &ApplyRecommendationOperation_TargetCpaOptIn{msg} return true, err + case 9: // apply_parameters.move_unused_budget + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ApplyRecommendationOperation_MoveUnusedBudgetParameters) + err := b.DecodeMessage(msg) + m.ApplyParameters = &ApplyRecommendationOperation_MoveUnusedBudget{msg} + return true, err default: return false, nil } @@ -348,6 +377,11 @@ func _ApplyRecommendationOperation_OneofSizer(msg proto.Message) (n int) { 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 + n += proto.SizeVarint(uint64(s)) + n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -373,7 +407,7 @@ func (m *ApplyRecommendationOperation_CampaignBudgetParameters) String() string } func (*ApplyRecommendationOperation_CampaignBudgetParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_CampaignBudgetParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_d2ae9665613dfecf, []int{2, 0} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 0} } func (m *ApplyRecommendationOperation_CampaignBudgetParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_CampaignBudgetParameters.Unmarshal(m, b) @@ -418,7 +452,7 @@ func (m *ApplyRecommendationOperation_TextAdParameters) String() string { } func (*ApplyRecommendationOperation_TextAdParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_TextAdParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_d2ae9665613dfecf, []int{2, 1} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 1} } func (m *ApplyRecommendationOperation_TextAdParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_TextAdParameters.Unmarshal(m, b) @@ -467,7 +501,7 @@ func (m *ApplyRecommendationOperation_KeywordParameters) String() string { } func (*ApplyRecommendationOperation_KeywordParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_KeywordParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_d2ae9665613dfecf, []int{2, 2} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 2} } func (m *ApplyRecommendationOperation_KeywordParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_KeywordParameters.Unmarshal(m, b) @@ -528,7 +562,7 @@ func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) String() string } func (*ApplyRecommendationOperation_TargetCpaOptInParameters) ProtoMessage() {} func (*ApplyRecommendationOperation_TargetCpaOptInParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_d2ae9665613dfecf, []int{2, 3} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 3} } func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationOperation_TargetCpaOptInParameters.Unmarshal(m, b) @@ -562,6 +596,51 @@ func (m *ApplyRecommendationOperation_TargetCpaOptInParameters) GetNewCampaignBu 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 + // a required field. + BudgetMicrosToMove *wrappers.Int64Value `protobuf:"bytes,1,opt,name=budget_micros_to_move,json=budgetMicrosToMove,proto3" json:"budget_micros_to_move,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) Reset() { + *m = ApplyRecommendationOperation_MoveUnusedBudgetParameters{} +} +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) String() string { + return proto.CompactTextString(m) +} +func (*ApplyRecommendationOperation_MoveUnusedBudgetParameters) ProtoMessage() {} +func (*ApplyRecommendationOperation_MoveUnusedBudgetParameters) Descriptor() ([]byte, []int) { + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{2, 4} +} +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters.Unmarshal(m, b) +} +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters.Marshal(b, m, deterministic) +} +func (dst *ApplyRecommendationOperation_MoveUnusedBudgetParameters) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters.Merge(dst, src) +} +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) XXX_Size() int { + return xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters.Size(m) +} +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) XXX_DiscardUnknown() { + xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters.DiscardUnknown(m) +} + +var xxx_messageInfo_ApplyRecommendationOperation_MoveUnusedBudgetParameters proto.InternalMessageInfo + +func (m *ApplyRecommendationOperation_MoveUnusedBudgetParameters) GetBudgetMicrosToMove() *wrappers.Int64Value { + if m != nil { + return m.BudgetMicrosToMove + } + return nil +} + // Response message for [RecommendationService.ApplyRecommendation][google.ads.googleads.v1.services.RecommendationService.ApplyRecommendation]. type ApplyRecommendationResponse struct { // Results of operations to apply recommendations. @@ -580,7 +659,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_d2ae9665613dfecf, []int{3} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{3} } func (m *ApplyRecommendationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationResponse.Unmarshal(m, b) @@ -627,7 +706,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_d2ae9665613dfecf, []int{4} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{4} } func (m *ApplyRecommendationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplyRecommendationResult.Unmarshal(m, b) @@ -676,7 +755,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_d2ae9665613dfecf, []int{5} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{5} } func (m *DismissRecommendationRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationRequest.Unmarshal(m, b) @@ -734,7 +813,7 @@ func (m *DismissRecommendationRequest_DismissRecommendationOperation) String() s } func (*DismissRecommendationRequest_DismissRecommendationOperation) ProtoMessage() {} func (*DismissRecommendationRequest_DismissRecommendationOperation) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_d2ae9665613dfecf, []int{5, 0} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{5, 0} } func (m *DismissRecommendationRequest_DismissRecommendationOperation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationRequest_DismissRecommendationOperation.Unmarshal(m, b) @@ -779,7 +858,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_d2ae9665613dfecf, []int{6} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{6} } func (m *DismissRecommendationResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationResponse.Unmarshal(m, b) @@ -830,7 +909,7 @@ func (m *DismissRecommendationResponse_DismissRecommendationResult) String() str } func (*DismissRecommendationResponse_DismissRecommendationResult) ProtoMessage() {} func (*DismissRecommendationResponse_DismissRecommendationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_recommendation_service_d2ae9665613dfecf, []int{6, 0} + return fileDescriptor_recommendation_service_1b8ab99c7eead22b, []int{6, 0} } func (m *DismissRecommendationResponse_DismissRecommendationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DismissRecommendationResponse_DismissRecommendationResult.Unmarshal(m, b) @@ -865,6 +944,7 @@ 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_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") proto.RegisterType((*DismissRecommendationRequest)(nil), "google.ads.googleads.v1.services.DismissRecommendationRequest") @@ -1018,78 +1098,81 @@ var _RecommendationService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/recommendation_service.proto", fileDescriptor_recommendation_service_d2ae9665613dfecf) -} - -var fileDescriptor_recommendation_service_d2ae9665613dfecf = []byte{ - // 1089 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xc1, 0x72, 0xdc, 0x44, - 0x13, 0xfe, 0x25, 0xff, 0x89, 0xe3, 0x71, 0xb0, 0xe3, 0x49, 0xb9, 0x58, 0x64, 0x27, 0x2c, 0x4b, - 0x28, 0x5c, 0x7b, 0x90, 0x6a, 0xd7, 0xc4, 0x80, 0x82, 0x9d, 0x68, 0x13, 0xc7, 0x71, 0x51, 0xc1, - 0x2e, 0xd9, 0x98, 0x2a, 0x30, 0xa8, 0xc6, 0x9a, 0x89, 0x10, 0xac, 0xa4, 0x61, 0x66, 0x64, 0xc7, - 0x95, 0xf2, 0x81, 0x14, 0x17, 0xce, 0xbc, 0x41, 0x8e, 0x1c, 0x78, 0x02, 0xe0, 0xc8, 0x21, 0x47, - 0xb8, 0x71, 0xe6, 0xc4, 0x99, 0x07, 0xa0, 0x34, 0xd2, 0x6c, 0xac, 0xf5, 0xca, 0xbb, 0xd8, 0x70, - 0x9b, 0x9d, 0xee, 0xfe, 0xba, 0xbf, 0xee, 0x9e, 0x6e, 0x2d, 0x58, 0x0e, 0x92, 0x24, 0xe8, 0x12, - 0x0b, 0x61, 0x6e, 0xe5, 0xc7, 0xec, 0xb4, 0xdf, 0xb2, 0x38, 0x61, 0xfb, 0xa1, 0x4f, 0xb8, 0xc5, - 0x88, 0x9f, 0x44, 0x11, 0x89, 0x31, 0x12, 0x61, 0x12, 0x7b, 0xc5, 0xbd, 0x49, 0x59, 0x22, 0x12, - 0x58, 0xcf, 0x6d, 0x4c, 0x84, 0xb9, 0xd9, 0x33, 0x37, 0xf7, 0x5b, 0xa6, 0x32, 0x37, 0x96, 0xaa, - 0x1c, 0x90, 0x38, 0x8d, 0xb8, 0xf5, 0x25, 0x39, 0x3c, 0x48, 0x18, 0xf6, 0x22, 0x24, 0xfc, 0xcf, - 0x3d, 0x71, 0x48, 0x0b, 0x64, 0xa3, 0x59, 0x65, 0xc7, 0x08, 0x4f, 0x52, 0x96, 0x45, 0x86, 0x70, - 0xa1, 0xbb, 0x34, 0x5c, 0xb7, 0xcc, 0xa2, 0xb0, 0x9b, 0x57, 0x76, 0x34, 0xb4, 0x50, 0x1c, 0x27, - 0x42, 0x0a, 0x79, 0x21, 0xbd, 0x5e, 0x48, 0xe5, 0xaf, 0xbd, 0xf4, 0x91, 0x75, 0xc0, 0x10, 0xa5, - 0x84, 0x29, 0xf9, 0xcb, 0x85, 0x9c, 0x51, 0xdf, 0xe2, 0x02, 0x89, 0xb4, 0x10, 0x34, 0x6e, 0x83, - 0xda, 0x1a, 0x11, 0x6e, 0xc9, 0xa3, 0x4b, 0xbe, 0x4a, 0x09, 0x17, 0xf0, 0x75, 0xf0, 0x92, 0x0a, - 0xca, 0x8b, 0x51, 0x44, 0x6a, 0x5a, 0x5d, 0x5b, 0x98, 0x70, 0x2f, 0xab, 0xcb, 0x0f, 0x50, 0x44, - 0x1a, 0xbf, 0x68, 0xc0, 0x70, 0x28, 0xed, 0x1e, 0x0e, 0xc6, 0x78, 0x15, 0x4c, 0xfa, 0x29, 0x17, - 0x49, 0x44, 0x98, 0x17, 0xe2, 0x02, 0x01, 0xa8, 0xab, 0x75, 0x0c, 0x3f, 0x03, 0x20, 0xa1, 0x84, - 0xe5, 0x6c, 0x6a, 0x7a, 0x7d, 0x6c, 0x61, 0xb2, 0xbd, 0x62, 0x0e, 0x2b, 0x95, 0x39, 0xc0, 0xe5, - 0x86, 0x82, 0x71, 0x8f, 0x21, 0xc2, 0x37, 0xc1, 0x34, 0x45, 0x4c, 0x84, 0xa8, 0xeb, 0x3d, 0x42, - 0x61, 0x37, 0x65, 0xa4, 0x36, 0x56, 0xd7, 0x16, 0x2e, 0xb9, 0x53, 0xc5, 0xf5, 0xfd, 0xfc, 0xb6, - 0xf1, 0xf3, 0x04, 0x98, 0x3f, 0x0d, 0x75, 0xa4, 0x74, 0xc0, 0xa7, 0x1a, 0x98, 0xf6, 0x51, 0x44, - 0x51, 0x18, 0xc4, 0xde, 0x5e, 0x8a, 0x03, 0x22, 0x6a, 0x7a, 0x5d, 0x5b, 0x98, 0x6c, 0x7f, 0x74, - 0x3e, 0x52, 0xe6, 0xdd, 0x02, 0xb5, 0x23, 0x41, 0x37, 0x11, 0x43, 0x11, 0x11, 0x84, 0xf1, 0x07, - 0xff, 0x73, 0xa7, 0xfc, 0x92, 0x0c, 0x7e, 0x01, 0xc6, 0x05, 0x79, 0x2c, 0x3c, 0x84, 0x25, 0xd7, - 0xc9, 0xf6, 0xc6, 0x39, 0x7d, 0x6f, 0x93, 0xc7, 0xc2, 0xc1, 0x25, 0x9f, 0x17, 0x85, 0xbc, 0x83, - 0x5d, 0x30, 0x5e, 0xbc, 0x8b, 0xda, 0xff, 0xa5, 0xaf, 0xcd, 0x73, 0xfa, 0x7a, 0x3f, 0x47, 0x2b, - 0x39, 0x53, 0x2e, 0xe0, 0x37, 0x1a, 0x98, 0x11, 0x88, 0x05, 0x44, 0x78, 0x3e, 0x45, 0x5e, 0x42, - 0x85, 0x17, 0xc6, 0xb5, 0x0b, 0xff, 0x4a, 0x82, 0xb7, 0x25, 0xee, 0x5d, 0x8a, 0x36, 0xa8, 0x58, - 0x8f, 0xcb, 0x09, 0x16, 0x25, 0x99, 0x41, 0x41, 0xad, 0xaa, 0x1c, 0x70, 0x1b, 0xd4, 0x62, 0x72, - 0x50, 0xd4, 0xde, 0x43, 0x51, 0x92, 0xc6, 0xc2, 0x8b, 0x42, 0x9f, 0x25, 0x5c, 0x76, 0xcc, 0x64, - 0x7b, 0x4e, 0x05, 0xaa, 0x5e, 0xab, 0xb9, 0x1e, 0x8b, 0xa5, 0xb7, 0x76, 0x50, 0x37, 0x25, 0xee, - 0x6c, 0x4c, 0x0e, 0x72, 0x4c, 0x47, 0x9a, 0x3e, 0x94, 0x96, 0xc6, 0x3a, 0xb8, 0xd2, 0x5f, 0x04, - 0x78, 0x13, 0xe8, 0x08, 0x17, 0x98, 0x6f, 0x54, 0x92, 0xef, 0xcd, 0x15, 0xd3, 0xc1, 0xae, 0x8e, - 0xb0, 0xf1, 0x97, 0x06, 0x66, 0x4e, 0x24, 0x19, 0xbe, 0x0d, 0x2e, 0x21, 0xec, 0x05, 0x2c, 0x49, - 0x69, 0x01, 0x39, 0x7f, 0x22, 0xcc, 0x2d, 0xc1, 0xc2, 0x38, 0xc8, 0xe3, 0x1c, 0x47, 0x78, 0x2d, - 0x53, 0x86, 0x3e, 0x00, 0x2f, 0x06, 0xa2, 0xec, 0xf5, 0xa9, 0xf6, 0xbd, 0xca, 0x68, 0xe4, 0x24, - 0x55, 0x35, 0x7e, 0x98, 0xd9, 0x6d, 0x1f, 0x52, 0xb2, 0x1a, 0xa7, 0xd1, 0x89, 0x4b, 0x77, 0x22, - 0x52, 0x47, 0xe8, 0x80, 0x29, 0x9f, 0xfa, 0xde, 0x5e, 0x88, 0x55, 0x2a, 0xc7, 0x86, 0xa7, 0xf2, - 0xb2, 0x4f, 0xfd, 0x4e, 0x88, 0x8b, 0x0c, 0x3e, 0xd7, 0x40, 0xad, 0xaa, 0xc4, 0x70, 0xad, 0xd4, - 0x56, 0xa3, 0x57, 0x6b, 0xba, 0xd7, 0x18, 0xb9, 0x17, 0x48, 0xc0, 0x6b, 0x59, 0xf5, 0xfb, 0x46, - 0x40, 0x5f, 0x1b, 0xe8, 0xc3, 0x81, 0xaf, 0xc5, 0xe4, 0xa0, 0xdc, 0x62, 0xc7, 0xdb, 0xa1, 0x03, - 0xc1, 0x15, 0x94, 0xf5, 0xb2, 0x47, 0x7b, 0x1c, 0x1a, 0x3f, 0x6a, 0x60, 0x6e, 0xe0, 0x24, 0xe6, - 0x34, 0x89, 0x39, 0x81, 0x1f, 0x82, 0x71, 0x46, 0x78, 0xda, 0x15, 0x19, 0xb3, 0x6c, 0xcc, 0xde, - 0x3a, 0xd3, 0x83, 0x71, 0x25, 0x86, 0xab, 0xb0, 0xe0, 0x7d, 0x30, 0xdb, 0x37, 0x60, 0x3d, 0xc2, - 0x58, 0xc2, 0x0a, 0x96, 0x50, 0x39, 0x61, 0xd4, 0x37, 0xb7, 0xe4, 0xea, 0x71, 0xaf, 0x96, 0x47, - 0xef, 0x6a, 0xa6, 0xde, 0xb8, 0x03, 0x5e, 0xa9, 0xf4, 0x36, 0xda, 0x2a, 0xfa, 0x41, 0x07, 0xf3, - 0xf7, 0x42, 0x1e, 0x85, 0x9c, 0x9f, 0x71, 0x19, 0x1d, 0x95, 0x96, 0xd1, 0x98, 0xcc, 0xd2, 0xa7, - 0xc3, 0xb3, 0x74, 0x9a, 0xd3, 0xc1, 0xc2, 0x91, 0x77, 0x95, 0x3e, 0x68, 0x57, 0x19, 0xab, 0xe0, - 0xfa, 0xe9, 0xb0, 0xa3, 0x25, 0xec, 0x99, 0x0e, 0xae, 0x55, 0xc4, 0x5e, 0xf4, 0x4c, 0xda, 0xdf, - 0x33, 0x9f, 0x9c, 0x39, 0x1b, 0x39, 0x62, 0xa5, 0xf4, 0xbf, 0xe8, 0x29, 0xa3, 0x03, 0xe6, 0x4e, - 0xf1, 0x37, 0x52, 0x92, 0xda, 0xdf, 0x5e, 0x00, 0xb3, 0x65, 0xeb, 0xad, 0x9c, 0x29, 0xfc, 0x49, - 0x03, 0x33, 0x27, 0x3e, 0x9e, 0xa0, 0x3d, 0x3c, 0x43, 0x55, 0x5f, 0x5c, 0x46, 0x6b, 0x84, 0x29, - 0x5e, 0xb6, 0x6c, 0xbc, 0xfb, 0xf4, 0xb7, 0x3f, 0xbe, 0xd3, 0x17, 0x61, 0x2b, 0xfb, 0x86, 0x7c, - 0x52, 0xa2, 0xb3, 0xac, 0x3a, 0x9b, 0x5b, 0xcd, 0xbe, 0x8f, 0x4a, 0x6e, 0x35, 0x8f, 0xe0, 0xaf, - 0x1a, 0xb8, 0x3a, 0xe0, 0xc9, 0xc1, 0xf7, 0xce, 0x38, 0x17, 0x72, 0x0e, 0xcb, 0x67, 0x9d, 0x2a, - 0xb2, 0x3f, 0x1a, 0x2b, 0x92, 0xcf, 0x3b, 0x8d, 0xc5, 0x8c, 0xcf, 0x0b, 0x02, 0x4f, 0x8e, 0x3d, - 0xdc, 0xe5, 0xe6, 0x51, 0x3f, 0x1d, 0x5b, 0x4e, 0x43, 0x5b, 0x6b, 0xc2, 0xdf, 0x35, 0x30, 0x3b, - 0xb0, 0xe6, 0x70, 0xe5, 0x7c, 0x0f, 0xd9, 0xb8, 0x7d, 0xce, 0xd6, 0x6f, 0xdc, 0x91, 0xd4, 0xec, - 0xc6, 0xcd, 0x7f, 0x46, 0x0d, 0xe7, 0xa0, 0xb6, 0xd6, 0xec, 0x7c, 0xad, 0x83, 0x1b, 0x7e, 0x12, - 0x0d, 0x0d, 0xa4, 0x63, 0x0c, 0xec, 0xd8, 0xcd, 0x6c, 0xd1, 0x6c, 0x6a, 0x1f, 0x3f, 0x28, 0xec, - 0x83, 0xa4, 0x8b, 0xe2, 0xc0, 0x4c, 0x58, 0x60, 0x05, 0x24, 0x96, 0x6b, 0x48, 0xfd, 0x27, 0xa1, - 0x21, 0xaf, 0xfe, 0x9f, 0x75, 0x4b, 0x1d, 0x9e, 0xe9, 0x63, 0x6b, 0x8e, 0xf3, 0xbd, 0x5e, 0x5f, - 0xcb, 0x01, 0x1d, 0xcc, 0xcd, 0xfc, 0x98, 0x9d, 0x76, 0x5a, 0x66, 0xe1, 0x98, 0x3f, 0x57, 0x2a, - 0xbb, 0x0e, 0xe6, 0xbb, 0x3d, 0x95, 0xdd, 0x9d, 0xd6, 0xae, 0x52, 0xf9, 0x53, 0xbf, 0x91, 0xdf, - 0xdb, 0xb6, 0x83, 0xb9, 0x6d, 0xf7, 0x94, 0x6c, 0x7b, 0xa7, 0x65, 0xdb, 0x4a, 0x6d, 0xef, 0xa2, - 0x8c, 0x73, 0xf1, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8d, 0x2c, 0xef, 0x31, 0x0e, 0x0e, 0x00, - 0x00, + 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, } 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 6320cc2892f19eba3b4daf456a61a06406d8f4b0..27d402073cba59294f95634304aff4ee96bd9aa0 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_e3e53f7f7d9c4916, []int{0} + return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []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_e3e53f7f7d9c4916, []int{1} + return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []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_e3e53f7f7d9c4916, []int{2} + return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []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_e3e53f7f7d9c4916, []int{3} + return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []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_e3e53f7f7d9c4916, []int{4} + return fileDescriptor_remarketing_action_service_d3f61876c789c19c, []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_e3e53f7f7d9c4916) + proto.RegisterFile("google/ads/googleads/v1/services/remarketing_action_service.proto", fileDescriptor_remarketing_action_service_d3f61876c789c19c) } -var fileDescriptor_remarketing_action_service_e3e53f7f7d9c4916 = []byte{ +var fileDescriptor_remarketing_action_service_d3f61876c789c19c = []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 edb62d7342b3d70e103ecbc8e0a548c5d2057235..fd71287f36733c7c939334940edabe07584a6f79 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_46542e6589cce0d8, []int{0} + return fileDescriptor_search_term_view_service_cf08d16cccd617d2, []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_46542e6589cce0d8) + proto.RegisterFile("google/ads/googleads/v1/services/search_term_view_service.proto", fileDescriptor_search_term_view_service_cf08d16cccd617d2) } -var fileDescriptor_search_term_view_service_46542e6589cce0d8 = []byte{ +var fileDescriptor_search_term_view_service_cf08d16cccd617d2 = []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 7e970597efe94aa2b87ca696ac360a23eef63bc8..965e062d2cd71a351708700d5ab4a755d04f7621 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_162034651bf9d87a, []int{0} + return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []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_162034651bf9d87a, []int{1} + return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []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_162034651bf9d87a, []int{2} + return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []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_162034651bf9d87a, []int{3} + return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []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_162034651bf9d87a, []int{4} + return fileDescriptor_shared_criterion_service_2dfd28a86930a310, []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_162034651bf9d87a) + proto.RegisterFile("google/ads/googleads/v1/services/shared_criterion_service.proto", fileDescriptor_shared_criterion_service_2dfd28a86930a310) } -var fileDescriptor_shared_criterion_service_162034651bf9d87a = []byte{ +var fileDescriptor_shared_criterion_service_2dfd28a86930a310 = []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 068010a6012f336727fec0414f787ca169dcea8e..b84be4d1453e4f0c4d44e86175f1de13312cd9f1 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_224c25c48f1ca8b8, []int{0} + return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []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_224c25c48f1ca8b8, []int{1} + return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []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_224c25c48f1ca8b8, []int{2} + return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []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_224c25c48f1ca8b8, []int{3} + return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []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_224c25c48f1ca8b8, []int{4} + return fileDescriptor_shared_set_service_28fa254a14a0ae3b, []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_224c25c48f1ca8b8) + proto.RegisterFile("google/ads/googleads/v1/services/shared_set_service.proto", fileDescriptor_shared_set_service_28fa254a14a0ae3b) } -var fileDescriptor_shared_set_service_224c25c48f1ca8b8 = []byte{ +var fileDescriptor_shared_set_service_28fa254a14a0ae3b = []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 772efeba42d272fe6a82e05deba9761a20992908..507ce071bb9a5df9ed341287b28e5b8b29f597ab 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_165bb6ea24528b89, []int{0} + return fileDescriptor_shopping_performance_view_service_509b6b76e9bf0f24, []int{0} } func (m *GetShoppingPerformanceViewRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetShoppingPerformanceViewRequest.Unmarshal(m, b) @@ -145,33 +145,33 @@ var _ShoppingPerformanceViewService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/ads/googleads/v1/services/shopping_performance_view_service.proto", fileDescriptor_shopping_performance_view_service_165bb6ea24528b89) -} - -var fileDescriptor_shopping_performance_view_service_165bb6ea24528b89 = []byte{ - // 377 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0x31, 0x4b, 0xf3, 0x40, - 0x1c, 0xc6, 0x49, 0x5e, 0x78, 0xe1, 0x0d, 0xaf, 0x4b, 0x26, 0x09, 0x22, 0xb5, 0xed, 0x20, 0x1d, - 0xee, 0x88, 0x4e, 0x5e, 0x71, 0x48, 0x1d, 0xda, 0x49, 0x4a, 0x0b, 0x19, 0x24, 0x10, 0xce, 0xe4, - 0x8c, 0x81, 0xe6, 0x2e, 0xde, 0x3f, 0x4d, 0x07, 0x71, 0xd1, 0xcd, 0xd5, 0x6f, 0xe0, 0xe8, 0x47, - 0x71, 0xf5, 0x0b, 0x38, 0x38, 0xf9, 0x29, 0x24, 0xbd, 0x5c, 0x44, 0x21, 0xed, 0xf6, 0x90, 0x3c, - 0xf7, 0x7b, 0xee, 0xff, 0xdc, 0xdf, 0x9a, 0x24, 0x42, 0x24, 0x0b, 0x86, 0x69, 0x0c, 0x58, 0xc9, - 0x4a, 0x95, 0x2e, 0x06, 0x26, 0xcb, 0x34, 0x62, 0x80, 0xe1, 0x5a, 0xe4, 0x79, 0xca, 0x93, 0x30, - 0x67, 0xf2, 0x4a, 0xc8, 0x8c, 0xf2, 0x88, 0x85, 0x65, 0xca, 0x56, 0x61, 0x6d, 0x41, 0xb9, 0x14, - 0x85, 0xb0, 0x3b, 0xea, 0x38, 0xa2, 0x31, 0xa0, 0x86, 0x84, 0x4a, 0x17, 0x69, 0x92, 0xe3, 0xb5, - 0x65, 0x49, 0x06, 0x62, 0x29, 0x37, 0x86, 0xa9, 0x10, 0x67, 0x4f, 0x23, 0xf2, 0x14, 0x53, 0xce, - 0x45, 0x41, 0x8b, 0x54, 0x70, 0x50, 0x7f, 0xbb, 0x13, 0xeb, 0x60, 0xcc, 0x8a, 0x79, 0xcd, 0x98, - 0x7e, 0x23, 0xfc, 0x94, 0xad, 0x66, 0xec, 0x66, 0xc9, 0xa0, 0xb0, 0x7b, 0xd6, 0x8e, 0xce, 0x0b, - 0x39, 0xcd, 0xd8, 0xae, 0xd1, 0x31, 0x0e, 0xff, 0xcd, 0xfe, 0xeb, 0x8f, 0xe7, 0x34, 0x63, 0x47, - 0x0f, 0xa6, 0xb5, 0xdf, 0xc2, 0x99, 0xab, 0x71, 0xec, 0x77, 0xc3, 0x72, 0xda, 0xd3, 0xec, 0x33, - 0xb4, 0xad, 0x0f, 0xb4, 0xf5, 0xae, 0x0e, 0x69, 0x85, 0x34, 0x95, 0xa1, 0x16, 0x44, 0xd7, 0xbb, - 0x7f, 0xfb, 0x78, 0x32, 0x87, 0xf6, 0x49, 0xd5, 0xf0, 0xed, 0x8f, 0x91, 0x4f, 0xa3, 0x25, 0x14, - 0x22, 0x63, 0x12, 0xf0, 0xa0, 0xa9, 0xfc, 0xd7, 0x79, 0x3c, 0xb8, 0x1b, 0x3d, 0x9a, 0x56, 0x3f, - 0x12, 0xd9, 0xd6, 0x49, 0x46, 0xbd, 0xcd, 0x5d, 0x4d, 0xab, 0xd7, 0x99, 0x1a, 0x17, 0xf5, 0xb2, - 0xa1, 0x44, 0x2c, 0x28, 0x4f, 0x90, 0x90, 0x09, 0x4e, 0x18, 0x5f, 0xbf, 0x9d, 0x5e, 0x88, 0x3c, - 0x85, 0xf6, 0x5d, 0x1c, 0x6a, 0xf1, 0x6c, 0xfe, 0x19, 0x7b, 0xde, 0x8b, 0xd9, 0x19, 0x2b, 0xa0, - 0x17, 0x03, 0x52, 0xb2, 0x52, 0xbe, 0x8b, 0xea, 0x60, 0x78, 0xd5, 0x96, 0xc0, 0x8b, 0x21, 0x68, - 0x2c, 0x81, 0xef, 0x06, 0xda, 0xf2, 0x69, 0xf6, 0xd5, 0x77, 0x42, 0xbc, 0x18, 0x08, 0x69, 0x4c, - 0x84, 0xf8, 0x2e, 0x21, 0xda, 0x76, 0xf9, 0x77, 0x7d, 0xcf, 0xe3, 0xaf, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x0b, 0x90, 0x3f, 0x35, 0x32, 0x03, 0x00, 0x00, + proto.RegisterFile("google/ads/googleads/v1/services/shopping_performance_view_service.proto", fileDescriptor_shopping_performance_view_service_509b6b76e9bf0f24) +} + +var fileDescriptor_shopping_performance_view_service_509b6b76e9bf0f24 = []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, + 0x57, 0x4c, 0xc8, 0x59, 0x88, 0x23, 0x22, 0x59, 0x8b, 0xdd, 0x4a, 0x96, 0x5d, 0x48, 0x21, 0x81, + 0x30, 0x26, 0xcf, 0x18, 0xd8, 0xcc, 0xc4, 0x79, 0xd9, 0x6c, 0x21, 0x16, 0x5a, 0xda, 0xfa, 0x1f, + 0x58, 0xfa, 0xa7, 0xd8, 0xda, 0x5b, 0x59, 0xf9, 0x57, 0x48, 0x76, 0x32, 0x11, 0x85, 0xec, 0x76, + 0x1f, 0xc9, 0x37, 0xbf, 0x6f, 0xde, 0x37, 0xcf, 0x9a, 0xa4, 0x42, 0xa4, 0x0b, 0x70, 0x59, 0x82, + 0xae, 0x92, 0xb5, 0xaa, 0x3c, 0x17, 0x41, 0x56, 0x59, 0x0c, 0xe8, 0xe2, 0xb9, 0x28, 0x8a, 0x8c, + 0xa7, 0x51, 0x01, 0xf2, 0x4c, 0xc8, 0x9c, 0xf1, 0x18, 0xa2, 0x2a, 0x83, 0x55, 0xd4, 0x58, 0x48, + 0x21, 0x45, 0x29, 0xec, 0x9e, 0x3a, 0x4e, 0x58, 0x82, 0xa4, 0x25, 0x91, 0xca, 0x23, 0x9a, 0xe4, + 0xf8, 0x5d, 0x59, 0x12, 0x50, 0x2c, 0xe5, 0xc6, 0x30, 0x15, 0xe2, 0xfc, 0xd2, 0x88, 0x22, 0x73, + 0x19, 0xe7, 0xa2, 0x64, 0x65, 0x26, 0x38, 0xaa, 0xbf, 0xfd, 0x89, 0xf5, 0x67, 0x0c, 0xe5, 0xbc, + 0x61, 0x4c, 0xdf, 0x11, 0x41, 0x06, 0xab, 0x19, 0x5c, 0x2c, 0x01, 0x4b, 0x7b, 0x60, 0xfd, 0xd0, + 0x79, 0x11, 0x67, 0x39, 0xfc, 0x34, 0x7a, 0xc6, 0xdf, 0x6f, 0xb3, 0xef, 0xfa, 0xe3, 0x31, 0xcb, + 0xe1, 0xff, 0xb5, 0x69, 0xfd, 0xee, 0xe0, 0xcc, 0xd5, 0x38, 0xf6, 0xb3, 0x61, 0x39, 0xdd, 0x69, + 0xf6, 0x11, 0xd9, 0xd6, 0x07, 0xd9, 0x7a, 0x57, 0x87, 0x76, 0x42, 0xda, 0xca, 0x48, 0x07, 0xa2, + 0x7f, 0x78, 0xf3, 0xf4, 0x72, 0x67, 0xee, 0xd9, 0xbb, 0x75, 0xc3, 0x97, 0x1f, 0x46, 0x3e, 0x88, + 0x97, 0x58, 0x8a, 0x1c, 0x24, 0xba, 0xff, 0xda, 0xca, 0x3f, 0x9d, 0xbf, 0x1a, 0xdd, 0x9a, 0xd6, + 0x30, 0x16, 0xf9, 0xd6, 0x39, 0x46, 0x83, 0xcd, 0x4d, 0x4d, 0xeb, 0xb7, 0x99, 0x1a, 0x27, 0xcd, + 0xaa, 0x91, 0x54, 0x2c, 0x18, 0x4f, 0x89, 0x90, 0xa9, 0x9b, 0x02, 0x5f, 0xbf, 0x9c, 0x5e, 0x87, + 0x22, 0xc3, 0xee, 0x4d, 0xdc, 0xd7, 0xe2, 0xde, 0xfc, 0x32, 0xf6, 0xfd, 0x07, 0xb3, 0x37, 0x56, + 0x40, 0x3f, 0x41, 0xa2, 0x64, 0xad, 0x02, 0x8f, 0x34, 0xc1, 0xf8, 0xa8, 0x2d, 0xa1, 0x9f, 0x60, + 0xd8, 0x5a, 0xc2, 0xc0, 0x0b, 0xb5, 0xe5, 0xd5, 0x1c, 0xaa, 0xef, 0x94, 0xfa, 0x09, 0x52, 0xda, + 0x9a, 0x28, 0x0d, 0x3c, 0x4a, 0xb5, 0xed, 0xf4, 0xeb, 0xfa, 0x9e, 0x3b, 0x6f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0x6b, 0x59, 0x13, 0x0f, 0x30, 0x03, 0x00, 0x00, } 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 2382b9dcdd47ce607f89469c9a85c3c6fe189ef6..7f3b3ef656702fa976c8635c2c234dfe1dc47480 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_326b3de6ee092dce, []int{0} + return fileDescriptor_topic_constant_service_88a470babfa64bb4, []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_326b3de6ee092dce) + proto.RegisterFile("google/ads/googleads/v1/services/topic_constant_service.proto", fileDescriptor_topic_constant_service_88a470babfa64bb4) } -var fileDescriptor_topic_constant_service_326b3de6ee092dce = []byte{ +var fileDescriptor_topic_constant_service_88a470babfa64bb4 = []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 ed6f2b074d44654b93a7533f70086ed948c6c93b..36d7e284c5501382a1ef85f55d5cd495b2d91c5c 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_274bc4afb459dd59, []int{0} + return fileDescriptor_topic_view_service_1eb6df768305bafd, []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_274bc4afb459dd59) + proto.RegisterFile("google/ads/googleads/v1/services/topic_view_service.proto", fileDescriptor_topic_view_service_1eb6df768305bafd) } -var fileDescriptor_topic_view_service_274bc4afb459dd59 = []byte{ +var fileDescriptor_topic_view_service_1eb6df768305bafd = []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 582eb5dea39757468ffdb78099606347885dd579..367f16ec673cc64ad20253a66b8ddbda8d731b1f 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_f0f53b0efc9abbb8, []int{0} + return fileDescriptor_user_interest_service_05ae6e270986e1c4, []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_f0f53b0efc9abbb8) + proto.RegisterFile("google/ads/googleads/v1/services/user_interest_service.proto", fileDescriptor_user_interest_service_05ae6e270986e1c4) } -var fileDescriptor_user_interest_service_f0f53b0efc9abbb8 = []byte{ +var fileDescriptor_user_interest_service_05ae6e270986e1c4 = []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 44d27b94c97a4bac92e5f26e4e953b8ca7c2c5d1..4f6183ba8e92286f619da4db965b424163062319 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_b0c2a0cd01a898be, []int{0} + return fileDescriptor_user_list_service_6c03169e8d488571, []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_b0c2a0cd01a898be, []int{1} + return fileDescriptor_user_list_service_6c03169e8d488571, []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_b0c2a0cd01a898be, []int{2} + return fileDescriptor_user_list_service_6c03169e8d488571, []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_b0c2a0cd01a898be, []int{3} + return fileDescriptor_user_list_service_6c03169e8d488571, []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_b0c2a0cd01a898be, []int{4} + return fileDescriptor_user_list_service_6c03169e8d488571, []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_b0c2a0cd01a898be) + proto.RegisterFile("google/ads/googleads/v1/services/user_list_service.proto", fileDescriptor_user_list_service_6c03169e8d488571) } -var fileDescriptor_user_list_service_b0c2a0cd01a898be = []byte{ +var fileDescriptor_user_list_service_6c03169e8d488571 = []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 1d26c16deba4f56f632f40c0ecb6bfb1aa856c94..a1b0c306c9d1c50f52ace2f959edb4c5018ea9f0 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_8cfbdb9ded3c7507, []int{0} + return fileDescriptor_video_service_e8bedc82ddbacd87, []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_8cfbdb9ded3c7507) + proto.RegisterFile("google/ads/googleads/v1/services/video_service.proto", fileDescriptor_video_service_e8bedc82ddbacd87) } -var fileDescriptor_video_service_8cfbdb9ded3c7507 = []byte{ +var fileDescriptor_video_service_e8bedc82ddbacd87 = []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/cloud/datalabeling/v1beta1/annotation.pb.go b/googleapis/cloud/datalabeling/v1beta1/annotation.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..50e7416c12533b5f2c1c5b8f0c58d70b6e38512c --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/annotation.pb.go @@ -0,0 +1,1992 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/annotation.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import duration "github.com/golang/protobuf/ptypes/duration" +import _ "github.com/golang/protobuf/ptypes/struct" +import _ "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 + +// Specifies where is the answer from. +type AnnotationSource int32 + +const ( + AnnotationSource_ANNOTATION_SOURCE_UNSPECIFIED AnnotationSource = 0 + // Answer is provided by a human contributor. + AnnotationSource_OPERATOR AnnotationSource = 3 +) + +var AnnotationSource_name = map[int32]string{ + 0: "ANNOTATION_SOURCE_UNSPECIFIED", + 3: "OPERATOR", +} +var AnnotationSource_value = map[string]int32{ + "ANNOTATION_SOURCE_UNSPECIFIED": 0, + "OPERATOR": 3, +} + +func (x AnnotationSource) String() string { + return proto.EnumName(AnnotationSource_name, int32(x)) +} +func (AnnotationSource) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{0} +} + +type AnnotationSentiment int32 + +const ( + AnnotationSentiment_ANNOTATION_SENTIMENT_UNSPECIFIED AnnotationSentiment = 0 + // This annotation describes negatively about the data. + AnnotationSentiment_NEGATIVE AnnotationSentiment = 1 + // This label describes positively about the data. + AnnotationSentiment_POSITIVE AnnotationSentiment = 2 +) + +var AnnotationSentiment_name = map[int32]string{ + 0: "ANNOTATION_SENTIMENT_UNSPECIFIED", + 1: "NEGATIVE", + 2: "POSITIVE", +} +var AnnotationSentiment_value = map[string]int32{ + "ANNOTATION_SENTIMENT_UNSPECIFIED": 0, + "NEGATIVE": 1, + "POSITIVE": 2, +} + +func (x AnnotationSentiment) String() string { + return proto.EnumName(AnnotationSentiment_name, int32(x)) +} +func (AnnotationSentiment) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{1} +} + +type AnnotationType int32 + +const ( + AnnotationType_ANNOTATION_TYPE_UNSPECIFIED AnnotationType = 0 + // Classification annotations in an image. + AnnotationType_IMAGE_CLASSIFICATION_ANNOTATION AnnotationType = 1 + // Bounding box annotations in an image. + AnnotationType_IMAGE_BOUNDING_BOX_ANNOTATION AnnotationType = 2 + // Oriented bounding box. The box does not have to be parallel to horizontal + // line. + AnnotationType_IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION AnnotationType = 13 + // Bounding poly annotations in an image. + AnnotationType_IMAGE_BOUNDING_POLY_ANNOTATION AnnotationType = 10 + // Polyline annotations in an image. + AnnotationType_IMAGE_POLYLINE_ANNOTATION AnnotationType = 11 + // Segmentation annotations in an image. + AnnotationType_IMAGE_SEGMENTATION_ANNOTATION AnnotationType = 12 + // Classification annotations in video shots. + AnnotationType_VIDEO_SHOTS_CLASSIFICATION_ANNOTATION AnnotationType = 3 + // Video object tracking annotation. + AnnotationType_VIDEO_OBJECT_TRACKING_ANNOTATION AnnotationType = 4 + // Video object detection annotation. + AnnotationType_VIDEO_OBJECT_DETECTION_ANNOTATION AnnotationType = 5 + // Video event annotation. + AnnotationType_VIDEO_EVENT_ANNOTATION AnnotationType = 6 + // Speech to text annotation. + AnnotationType_AUDIO_TRANSCRIPTION_ANNOTATION AnnotationType = 7 + // Classification for text. + AnnotationType_TEXT_CLASSIFICATION_ANNOTATION AnnotationType = 8 + // Entity extraction for text. + AnnotationType_TEXT_ENTITY_EXTRACTION_ANNOTATION AnnotationType = 9 +) + +var AnnotationType_name = map[int32]string{ + 0: "ANNOTATION_TYPE_UNSPECIFIED", + 1: "IMAGE_CLASSIFICATION_ANNOTATION", + 2: "IMAGE_BOUNDING_BOX_ANNOTATION", + 13: "IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION", + 10: "IMAGE_BOUNDING_POLY_ANNOTATION", + 11: "IMAGE_POLYLINE_ANNOTATION", + 12: "IMAGE_SEGMENTATION_ANNOTATION", + 3: "VIDEO_SHOTS_CLASSIFICATION_ANNOTATION", + 4: "VIDEO_OBJECT_TRACKING_ANNOTATION", + 5: "VIDEO_OBJECT_DETECTION_ANNOTATION", + 6: "VIDEO_EVENT_ANNOTATION", + 7: "AUDIO_TRANSCRIPTION_ANNOTATION", + 8: "TEXT_CLASSIFICATION_ANNOTATION", + 9: "TEXT_ENTITY_EXTRACTION_ANNOTATION", +} +var AnnotationType_value = map[string]int32{ + "ANNOTATION_TYPE_UNSPECIFIED": 0, + "IMAGE_CLASSIFICATION_ANNOTATION": 1, + "IMAGE_BOUNDING_BOX_ANNOTATION": 2, + "IMAGE_ORIENTED_BOUNDING_BOX_ANNOTATION": 13, + "IMAGE_BOUNDING_POLY_ANNOTATION": 10, + "IMAGE_POLYLINE_ANNOTATION": 11, + "IMAGE_SEGMENTATION_ANNOTATION": 12, + "VIDEO_SHOTS_CLASSIFICATION_ANNOTATION": 3, + "VIDEO_OBJECT_TRACKING_ANNOTATION": 4, + "VIDEO_OBJECT_DETECTION_ANNOTATION": 5, + "VIDEO_EVENT_ANNOTATION": 6, + "AUDIO_TRANSCRIPTION_ANNOTATION": 7, + "TEXT_CLASSIFICATION_ANNOTATION": 8, + "TEXT_ENTITY_EXTRACTION_ANNOTATION": 9, +} + +func (x AnnotationType) String() string { + return proto.EnumName(AnnotationType_name, int32(x)) +} +func (AnnotationType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{2} +} + +// Annotation for Example. Each example may have one or more annotations. For +// example in image classification problem, each image might have one or more +// labels. We call labels binded with this image an Annotation. +type Annotation struct { + // Output only. Unique name of this annotation, format is: + // + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/{annotated_dataset}/examples/{example_id}/annotations/{annotation_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Output only. The source of the annotation. + AnnotationSource AnnotationSource `protobuf:"varint,2,opt,name=annotation_source,json=annotationSource,proto3,enum=google.cloud.datalabeling.v1beta1.AnnotationSource" json:"annotation_source,omitempty"` + // Output only. This is the actual annotation value, e.g classification, + // bounding box values are stored here. + AnnotationValue *AnnotationValue `protobuf:"bytes,3,opt,name=annotation_value,json=annotationValue,proto3" json:"annotation_value,omitempty"` + // Output only. Annotation metadata, including information like votes + // for labels. + AnnotationMetadata *AnnotationMetadata `protobuf:"bytes,4,opt,name=annotation_metadata,json=annotationMetadata,proto3" json:"annotation_metadata,omitempty"` + // Output only. Sentiment for this annotation. + AnnotationSentiment AnnotationSentiment `protobuf:"varint,6,opt,name=annotation_sentiment,json=annotationSentiment,proto3,enum=google.cloud.datalabeling.v1beta1.AnnotationSentiment" json:"annotation_sentiment,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Annotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Annotation.Unmarshal(m, b) +} +func (m *Annotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Annotation.Marshal(b, m, deterministic) +} +func (dst *Annotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_Annotation.Merge(dst, src) +} +func (m *Annotation) XXX_Size() int { + return xxx_messageInfo_Annotation.Size(m) +} +func (m *Annotation) XXX_DiscardUnknown() { + xxx_messageInfo_Annotation.DiscardUnknown(m) +} + +var xxx_messageInfo_Annotation proto.InternalMessageInfo + +func (m *Annotation) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Annotation) GetAnnotationSource() AnnotationSource { + if m != nil { + return m.AnnotationSource + } + return AnnotationSource_ANNOTATION_SOURCE_UNSPECIFIED +} + +func (m *Annotation) GetAnnotationValue() *AnnotationValue { + if m != nil { + return m.AnnotationValue + } + return nil +} + +func (m *Annotation) GetAnnotationMetadata() *AnnotationMetadata { + if m != nil { + return m.AnnotationMetadata + } + return nil +} + +func (m *Annotation) GetAnnotationSentiment() AnnotationSentiment { + if m != nil { + return m.AnnotationSentiment + } + return AnnotationSentiment_ANNOTATION_SENTIMENT_UNSPECIFIED +} + +// Annotation value for an example. +type AnnotationValue struct { + // Types that are valid to be assigned to ValueType: + // *AnnotationValue_ImageClassificationAnnotation + // *AnnotationValue_ImageBoundingPolyAnnotation + // *AnnotationValue_ImagePolylineAnnotation + // *AnnotationValue_ImageSegmentationAnnotation + // *AnnotationValue_TextClassificationAnnotation + // *AnnotationValue_VideoClassificationAnnotation + // *AnnotationValue_VideoObjectTrackingAnnotation + // *AnnotationValue_VideoEventAnnotation + // *AnnotationValue_AudioRecognitionAnnotation + ValueType isAnnotationValue_ValueType `protobuf_oneof:"value_type"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AnnotationValue) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AnnotationValue.Unmarshal(m, b) +} +func (m *AnnotationValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AnnotationValue.Marshal(b, m, deterministic) +} +func (dst *AnnotationValue) XXX_Merge(src proto.Message) { + xxx_messageInfo_AnnotationValue.Merge(dst, src) +} +func (m *AnnotationValue) XXX_Size() int { + return xxx_messageInfo_AnnotationValue.Size(m) +} +func (m *AnnotationValue) XXX_DiscardUnknown() { + xxx_messageInfo_AnnotationValue.DiscardUnknown(m) +} + +var xxx_messageInfo_AnnotationValue proto.InternalMessageInfo + +type isAnnotationValue_ValueType interface { + isAnnotationValue_ValueType() +} + +type AnnotationValue_ImageClassificationAnnotation struct { + ImageClassificationAnnotation *ImageClassificationAnnotation `protobuf:"bytes,1,opt,name=image_classification_annotation,json=imageClassificationAnnotation,proto3,oneof"` +} + +type AnnotationValue_ImageBoundingPolyAnnotation struct { + ImageBoundingPolyAnnotation *ImageBoundingPolyAnnotation `protobuf:"bytes,2,opt,name=image_bounding_poly_annotation,json=imageBoundingPolyAnnotation,proto3,oneof"` +} + +type AnnotationValue_ImagePolylineAnnotation struct { + ImagePolylineAnnotation *ImagePolylineAnnotation `protobuf:"bytes,8,opt,name=image_polyline_annotation,json=imagePolylineAnnotation,proto3,oneof"` +} + +type AnnotationValue_ImageSegmentationAnnotation struct { + ImageSegmentationAnnotation *ImageSegmentationAnnotation `protobuf:"bytes,9,opt,name=image_segmentation_annotation,json=imageSegmentationAnnotation,proto3,oneof"` +} + +type AnnotationValue_TextClassificationAnnotation struct { + TextClassificationAnnotation *TextClassificationAnnotation `protobuf:"bytes,3,opt,name=text_classification_annotation,json=textClassificationAnnotation,proto3,oneof"` +} + +type AnnotationValue_VideoClassificationAnnotation struct { + VideoClassificationAnnotation *VideoClassificationAnnotation `protobuf:"bytes,4,opt,name=video_classification_annotation,json=videoClassificationAnnotation,proto3,oneof"` +} + +type AnnotationValue_VideoObjectTrackingAnnotation struct { + VideoObjectTrackingAnnotation *VideoObjectTrackingAnnotation `protobuf:"bytes,5,opt,name=video_object_tracking_annotation,json=videoObjectTrackingAnnotation,proto3,oneof"` +} + +type AnnotationValue_VideoEventAnnotation struct { + VideoEventAnnotation *VideoEventAnnotation `protobuf:"bytes,6,opt,name=video_event_annotation,json=videoEventAnnotation,proto3,oneof"` +} + +type AnnotationValue_AudioRecognitionAnnotation struct { + AudioRecognitionAnnotation *AudioRecognitionAnnotation `protobuf:"bytes,7,opt,name=audio_recognition_annotation,json=audioRecognitionAnnotation,proto3,oneof"` +} + +func (*AnnotationValue_ImageClassificationAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_ImageBoundingPolyAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_ImagePolylineAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_ImageSegmentationAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_TextClassificationAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_VideoClassificationAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_VideoObjectTrackingAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_VideoEventAnnotation) isAnnotationValue_ValueType() {} + +func (*AnnotationValue_AudioRecognitionAnnotation) isAnnotationValue_ValueType() {} + +func (m *AnnotationValue) GetValueType() isAnnotationValue_ValueType { + if m != nil { + return m.ValueType + } + return nil +} + +func (m *AnnotationValue) GetImageClassificationAnnotation() *ImageClassificationAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_ImageClassificationAnnotation); ok { + return x.ImageClassificationAnnotation + } + return nil +} + +func (m *AnnotationValue) GetImageBoundingPolyAnnotation() *ImageBoundingPolyAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_ImageBoundingPolyAnnotation); ok { + return x.ImageBoundingPolyAnnotation + } + return nil +} + +func (m *AnnotationValue) GetImagePolylineAnnotation() *ImagePolylineAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_ImagePolylineAnnotation); ok { + return x.ImagePolylineAnnotation + } + return nil +} + +func (m *AnnotationValue) GetImageSegmentationAnnotation() *ImageSegmentationAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_ImageSegmentationAnnotation); ok { + return x.ImageSegmentationAnnotation + } + return nil +} + +func (m *AnnotationValue) GetTextClassificationAnnotation() *TextClassificationAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_TextClassificationAnnotation); ok { + return x.TextClassificationAnnotation + } + return nil +} + +func (m *AnnotationValue) GetVideoClassificationAnnotation() *VideoClassificationAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_VideoClassificationAnnotation); ok { + return x.VideoClassificationAnnotation + } + return nil +} + +func (m *AnnotationValue) GetVideoObjectTrackingAnnotation() *VideoObjectTrackingAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_VideoObjectTrackingAnnotation); ok { + return x.VideoObjectTrackingAnnotation + } + return nil +} + +func (m *AnnotationValue) GetVideoEventAnnotation() *VideoEventAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_VideoEventAnnotation); ok { + return x.VideoEventAnnotation + } + return nil +} + +func (m *AnnotationValue) GetAudioRecognitionAnnotation() *AudioRecognitionAnnotation { + if x, ok := m.GetValueType().(*AnnotationValue_AudioRecognitionAnnotation); ok { + return x.AudioRecognitionAnnotation + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*AnnotationValue) 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 _AnnotationValue_OneofMarshaler, _AnnotationValue_OneofUnmarshaler, _AnnotationValue_OneofSizer, []interface{}{ + (*AnnotationValue_ImageClassificationAnnotation)(nil), + (*AnnotationValue_ImageBoundingPolyAnnotation)(nil), + (*AnnotationValue_ImagePolylineAnnotation)(nil), + (*AnnotationValue_ImageSegmentationAnnotation)(nil), + (*AnnotationValue_TextClassificationAnnotation)(nil), + (*AnnotationValue_VideoClassificationAnnotation)(nil), + (*AnnotationValue_VideoObjectTrackingAnnotation)(nil), + (*AnnotationValue_VideoEventAnnotation)(nil), + (*AnnotationValue_AudioRecognitionAnnotation)(nil), + } +} + +func _AnnotationValue_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*AnnotationValue) + // value_type + switch x := m.ValueType.(type) { + case *AnnotationValue_ImageClassificationAnnotation: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageClassificationAnnotation); err != nil { + return err + } + case *AnnotationValue_ImageBoundingPolyAnnotation: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageBoundingPolyAnnotation); err != nil { + return err + } + case *AnnotationValue_ImagePolylineAnnotation: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImagePolylineAnnotation); err != nil { + return err + } + case *AnnotationValue_ImageSegmentationAnnotation: + b.EncodeVarint(9<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageSegmentationAnnotation); err != nil { + return err + } + case *AnnotationValue_TextClassificationAnnotation: + b.EncodeVarint(3<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextClassificationAnnotation); err != nil { + return err + } + case *AnnotationValue_VideoClassificationAnnotation: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoClassificationAnnotation); err != nil { + return err + } + case *AnnotationValue_VideoObjectTrackingAnnotation: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoObjectTrackingAnnotation); err != nil { + return err + } + case *AnnotationValue_VideoEventAnnotation: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoEventAnnotation); err != nil { + return err + } + case *AnnotationValue_AudioRecognitionAnnotation: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AudioRecognitionAnnotation); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("AnnotationValue.ValueType has unexpected type %T", x) + } + return nil +} + +func _AnnotationValue_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*AnnotationValue) + switch tag { + case 1: // value_type.image_classification_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImageClassificationAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_ImageClassificationAnnotation{msg} + return true, err + case 2: // value_type.image_bounding_poly_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImageBoundingPolyAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_ImageBoundingPolyAnnotation{msg} + return true, err + case 8: // value_type.image_polyline_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImagePolylineAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_ImagePolylineAnnotation{msg} + return true, err + case 9: // value_type.image_segmentation_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImageSegmentationAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_ImageSegmentationAnnotation{msg} + return true, err + case 3: // value_type.text_classification_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextClassificationAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_TextClassificationAnnotation{msg} + return true, err + case 4: // value_type.video_classification_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoClassificationAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_VideoClassificationAnnotation{msg} + return true, err + case 5: // value_type.video_object_tracking_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoObjectTrackingAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_VideoObjectTrackingAnnotation{msg} + return true, err + case 6: // value_type.video_event_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoEventAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_VideoEventAnnotation{msg} + return true, err + case 7: // value_type.audio_recognition_annotation + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(AudioRecognitionAnnotation) + err := b.DecodeMessage(msg) + m.ValueType = &AnnotationValue_AudioRecognitionAnnotation{msg} + return true, err + default: + return false, nil + } +} + +func _AnnotationValue_OneofSizer(msg proto.Message) (n int) { + m := msg.(*AnnotationValue) + // value_type + switch x := m.ValueType.(type) { + case *AnnotationValue_ImageClassificationAnnotation: + s := proto.Size(x.ImageClassificationAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_ImageBoundingPolyAnnotation: + s := proto.Size(x.ImageBoundingPolyAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_ImagePolylineAnnotation: + s := proto.Size(x.ImagePolylineAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_ImageSegmentationAnnotation: + s := proto.Size(x.ImageSegmentationAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_TextClassificationAnnotation: + s := proto.Size(x.TextClassificationAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_VideoClassificationAnnotation: + s := proto.Size(x.VideoClassificationAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_VideoObjectTrackingAnnotation: + s := proto.Size(x.VideoObjectTrackingAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_VideoEventAnnotation: + s := proto.Size(x.VideoEventAnnotation) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotationValue_AudioRecognitionAnnotation: + s := proto.Size(x.AudioRecognitionAnnotation) + 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 +} + +// Image classification annotation definition. +type ImageClassificationAnnotation struct { + // Label of image. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,1,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ImageClassificationAnnotation) Reset() { *m = ImageClassificationAnnotation{} } +func (m *ImageClassificationAnnotation) String() string { return proto.CompactTextString(m) } +func (*ImageClassificationAnnotation) ProtoMessage() {} +func (*ImageClassificationAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{2} +} +func (m *ImageClassificationAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImageClassificationAnnotation.Unmarshal(m, b) +} +func (m *ImageClassificationAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImageClassificationAnnotation.Marshal(b, m, deterministic) +} +func (dst *ImageClassificationAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImageClassificationAnnotation.Merge(dst, src) +} +func (m *ImageClassificationAnnotation) XXX_Size() int { + return xxx_messageInfo_ImageClassificationAnnotation.Size(m) +} +func (m *ImageClassificationAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_ImageClassificationAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ImageClassificationAnnotation proto.InternalMessageInfo + +func (m *ImageClassificationAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +// A vertex represents a 2D point in the image. +// NOTE: the vertex coordinates are in the same scale as the original image. +type Vertex struct { + // X coordinate. + X int32 `protobuf:"varint,1,opt,name=x,proto3" json:"x,omitempty"` + // Y coordinate. + Y int32 `protobuf:"varint,2,opt,name=y,proto3" json:"y,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Vertex) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Vertex.Unmarshal(m, b) +} +func (m *Vertex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Vertex.Marshal(b, m, deterministic) +} +func (dst *Vertex) XXX_Merge(src proto.Message) { + xxx_messageInfo_Vertex.Merge(dst, src) +} +func (m *Vertex) XXX_Size() int { + return xxx_messageInfo_Vertex.Size(m) +} +func (m *Vertex) XXX_DiscardUnknown() { + xxx_messageInfo_Vertex.DiscardUnknown(m) +} + +var xxx_messageInfo_Vertex proto.InternalMessageInfo + +func (m *Vertex) GetX() int32 { + if m != nil { + return m.X + } + return 0 +} + +func (m *Vertex) GetY() int32 { + if m != nil { + return m.Y + } + return 0 +} + +// A vertex represents a 2D point in the image. +// NOTE: the normalized vertex coordinates are relative to the original image +// and range from 0 to 1. +type NormalizedVertex struct { + // X coordinate. + X float32 `protobuf:"fixed32,1,opt,name=x,proto3" json:"x,omitempty"` + // Y coordinate. + Y float32 `protobuf:"fixed32,2,opt,name=y,proto3" json:"y,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *NormalizedVertex) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_NormalizedVertex.Unmarshal(m, b) +} +func (m *NormalizedVertex) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_NormalizedVertex.Marshal(b, m, deterministic) +} +func (dst *NormalizedVertex) XXX_Merge(src proto.Message) { + xxx_messageInfo_NormalizedVertex.Merge(dst, src) +} +func (m *NormalizedVertex) XXX_Size() int { + return xxx_messageInfo_NormalizedVertex.Size(m) +} +func (m *NormalizedVertex) XXX_DiscardUnknown() { + xxx_messageInfo_NormalizedVertex.DiscardUnknown(m) +} + +var xxx_messageInfo_NormalizedVertex proto.InternalMessageInfo + +func (m *NormalizedVertex) GetX() float32 { + if m != nil { + return m.X + } + return 0 +} + +func (m *NormalizedVertex) GetY() float32 { + if m != nil { + return m.Y + } + return 0 +} + +// A bounding polygon in the image. +type BoundingPoly struct { + // The bounding polygon vertices. + Vertices []*Vertex `protobuf:"bytes,1,rep,name=vertices,proto3" json:"vertices,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *BoundingPoly) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BoundingPoly.Unmarshal(m, b) +} +func (m *BoundingPoly) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BoundingPoly.Marshal(b, m, deterministic) +} +func (dst *BoundingPoly) XXX_Merge(src proto.Message) { + xxx_messageInfo_BoundingPoly.Merge(dst, src) +} +func (m *BoundingPoly) XXX_Size() int { + return xxx_messageInfo_BoundingPoly.Size(m) +} +func (m *BoundingPoly) XXX_DiscardUnknown() { + xxx_messageInfo_BoundingPoly.DiscardUnknown(m) +} + +var xxx_messageInfo_BoundingPoly proto.InternalMessageInfo + +func (m *BoundingPoly) GetVertices() []*Vertex { + if m != nil { + return m.Vertices + } + return nil +} + +// Normalized bounding polygon. +type NormalizedBoundingPoly struct { + // The bounding polygon normalized vertices. + NormalizedVertices []*NormalizedVertex `protobuf:"bytes,1,rep,name=normalized_vertices,json=normalizedVertices,proto3" json:"normalized_vertices,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *NormalizedBoundingPoly) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_NormalizedBoundingPoly.Unmarshal(m, b) +} +func (m *NormalizedBoundingPoly) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_NormalizedBoundingPoly.Marshal(b, m, deterministic) +} +func (dst *NormalizedBoundingPoly) XXX_Merge(src proto.Message) { + xxx_messageInfo_NormalizedBoundingPoly.Merge(dst, src) +} +func (m *NormalizedBoundingPoly) XXX_Size() int { + return xxx_messageInfo_NormalizedBoundingPoly.Size(m) +} +func (m *NormalizedBoundingPoly) XXX_DiscardUnknown() { + xxx_messageInfo_NormalizedBoundingPoly.DiscardUnknown(m) +} + +var xxx_messageInfo_NormalizedBoundingPoly proto.InternalMessageInfo + +func (m *NormalizedBoundingPoly) GetNormalizedVertices() []*NormalizedVertex { + if m != nil { + return m.NormalizedVertices + } + return nil +} + +// Image bounding poly annotation. It represents a polygon including +// bounding box in the image. +type ImageBoundingPolyAnnotation struct { + // The region of the polygon. If it is a bounding box, it is guaranteed to be + // four points. + // + // Types that are valid to be assigned to BoundedArea: + // *ImageBoundingPolyAnnotation_BoundingPoly + // *ImageBoundingPolyAnnotation_NormalizedBoundingPoly + BoundedArea isImageBoundingPolyAnnotation_BoundedArea `protobuf_oneof:"bounded_area"` + // Label of object in this bounding polygon. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,1,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ImageBoundingPolyAnnotation) Reset() { *m = ImageBoundingPolyAnnotation{} } +func (m *ImageBoundingPolyAnnotation) String() string { return proto.CompactTextString(m) } +func (*ImageBoundingPolyAnnotation) ProtoMessage() {} +func (*ImageBoundingPolyAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{7} +} +func (m *ImageBoundingPolyAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImageBoundingPolyAnnotation.Unmarshal(m, b) +} +func (m *ImageBoundingPolyAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImageBoundingPolyAnnotation.Marshal(b, m, deterministic) +} +func (dst *ImageBoundingPolyAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImageBoundingPolyAnnotation.Merge(dst, src) +} +func (m *ImageBoundingPolyAnnotation) XXX_Size() int { + return xxx_messageInfo_ImageBoundingPolyAnnotation.Size(m) +} +func (m *ImageBoundingPolyAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_ImageBoundingPolyAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ImageBoundingPolyAnnotation proto.InternalMessageInfo + +type isImageBoundingPolyAnnotation_BoundedArea interface { + isImageBoundingPolyAnnotation_BoundedArea() +} + +type ImageBoundingPolyAnnotation_BoundingPoly struct { + BoundingPoly *BoundingPoly `protobuf:"bytes,2,opt,name=bounding_poly,json=boundingPoly,proto3,oneof"` +} + +type ImageBoundingPolyAnnotation_NormalizedBoundingPoly struct { + NormalizedBoundingPoly *NormalizedBoundingPoly `protobuf:"bytes,3,opt,name=normalized_bounding_poly,json=normalizedBoundingPoly,proto3,oneof"` +} + +func (*ImageBoundingPolyAnnotation_BoundingPoly) isImageBoundingPolyAnnotation_BoundedArea() {} + +func (*ImageBoundingPolyAnnotation_NormalizedBoundingPoly) isImageBoundingPolyAnnotation_BoundedArea() { +} + +func (m *ImageBoundingPolyAnnotation) GetBoundedArea() isImageBoundingPolyAnnotation_BoundedArea { + if m != nil { + return m.BoundedArea + } + return nil +} + +func (m *ImageBoundingPolyAnnotation) GetBoundingPoly() *BoundingPoly { + if x, ok := m.GetBoundedArea().(*ImageBoundingPolyAnnotation_BoundingPoly); ok { + return x.BoundingPoly + } + return nil +} + +func (m *ImageBoundingPolyAnnotation) GetNormalizedBoundingPoly() *NormalizedBoundingPoly { + if x, ok := m.GetBoundedArea().(*ImageBoundingPolyAnnotation_NormalizedBoundingPoly); ok { + return x.NormalizedBoundingPoly + } + return nil +} + +func (m *ImageBoundingPolyAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ImageBoundingPolyAnnotation) 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 _ImageBoundingPolyAnnotation_OneofMarshaler, _ImageBoundingPolyAnnotation_OneofUnmarshaler, _ImageBoundingPolyAnnotation_OneofSizer, []interface{}{ + (*ImageBoundingPolyAnnotation_BoundingPoly)(nil), + (*ImageBoundingPolyAnnotation_NormalizedBoundingPoly)(nil), + } +} + +func _ImageBoundingPolyAnnotation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ImageBoundingPolyAnnotation) + // bounded_area + switch x := m.BoundedArea.(type) { + case *ImageBoundingPolyAnnotation_BoundingPoly: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.BoundingPoly); err != nil { + return err + } + case *ImageBoundingPolyAnnotation_NormalizedBoundingPoly: + b.EncodeVarint(3<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.NormalizedBoundingPoly); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("ImageBoundingPolyAnnotation.BoundedArea has unexpected type %T", x) + } + return nil +} + +func _ImageBoundingPolyAnnotation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ImageBoundingPolyAnnotation) + switch tag { + case 2: // bounded_area.bounding_poly + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(BoundingPoly) + err := b.DecodeMessage(msg) + m.BoundedArea = &ImageBoundingPolyAnnotation_BoundingPoly{msg} + return true, err + case 3: // bounded_area.normalized_bounding_poly + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(NormalizedBoundingPoly) + err := b.DecodeMessage(msg) + m.BoundedArea = &ImageBoundingPolyAnnotation_NormalizedBoundingPoly{msg} + return true, err + default: + return false, nil + } +} + +func _ImageBoundingPolyAnnotation_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ImageBoundingPolyAnnotation) + // bounded_area + switch x := m.BoundedArea.(type) { + case *ImageBoundingPolyAnnotation_BoundingPoly: + s := proto.Size(x.BoundingPoly) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ImageBoundingPolyAnnotation_NormalizedBoundingPoly: + s := proto.Size(x.NormalizedBoundingPoly) + 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 line with multiple line segments. +type Polyline struct { + // The polyline vertices. + Vertices []*Vertex `protobuf:"bytes,1,rep,name=vertices,proto3" json:"vertices,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Polyline) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Polyline.Unmarshal(m, b) +} +func (m *Polyline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Polyline.Marshal(b, m, deterministic) +} +func (dst *Polyline) XXX_Merge(src proto.Message) { + xxx_messageInfo_Polyline.Merge(dst, src) +} +func (m *Polyline) XXX_Size() int { + return xxx_messageInfo_Polyline.Size(m) +} +func (m *Polyline) XXX_DiscardUnknown() { + xxx_messageInfo_Polyline.DiscardUnknown(m) +} + +var xxx_messageInfo_Polyline proto.InternalMessageInfo + +func (m *Polyline) GetVertices() []*Vertex { + if m != nil { + return m.Vertices + } + return nil +} + +// Normalized polyline. +type NormalizedPolyline struct { + // The normalized polyline vertices. + NormalizedVertices []*NormalizedVertex `protobuf:"bytes,1,rep,name=normalized_vertices,json=normalizedVertices,proto3" json:"normalized_vertices,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *NormalizedPolyline) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_NormalizedPolyline.Unmarshal(m, b) +} +func (m *NormalizedPolyline) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_NormalizedPolyline.Marshal(b, m, deterministic) +} +func (dst *NormalizedPolyline) XXX_Merge(src proto.Message) { + xxx_messageInfo_NormalizedPolyline.Merge(dst, src) +} +func (m *NormalizedPolyline) XXX_Size() int { + return xxx_messageInfo_NormalizedPolyline.Size(m) +} +func (m *NormalizedPolyline) XXX_DiscardUnknown() { + xxx_messageInfo_NormalizedPolyline.DiscardUnknown(m) +} + +var xxx_messageInfo_NormalizedPolyline proto.InternalMessageInfo + +func (m *NormalizedPolyline) GetNormalizedVertices() []*NormalizedVertex { + if m != nil { + return m.NormalizedVertices + } + return nil +} + +// A polyline for the image annotation. +type ImagePolylineAnnotation struct { + // Types that are valid to be assigned to Poly: + // *ImagePolylineAnnotation_Polyline + // *ImagePolylineAnnotation_NormalizedPolyline + Poly isImagePolylineAnnotation_Poly `protobuf_oneof:"poly"` + // Label of this polyline. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,1,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ImagePolylineAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImagePolylineAnnotation.Unmarshal(m, b) +} +func (m *ImagePolylineAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImagePolylineAnnotation.Marshal(b, m, deterministic) +} +func (dst *ImagePolylineAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImagePolylineAnnotation.Merge(dst, src) +} +func (m *ImagePolylineAnnotation) XXX_Size() int { + return xxx_messageInfo_ImagePolylineAnnotation.Size(m) +} +func (m *ImagePolylineAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_ImagePolylineAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ImagePolylineAnnotation proto.InternalMessageInfo + +type isImagePolylineAnnotation_Poly interface { + isImagePolylineAnnotation_Poly() +} + +type ImagePolylineAnnotation_Polyline struct { + Polyline *Polyline `protobuf:"bytes,2,opt,name=polyline,proto3,oneof"` +} + +type ImagePolylineAnnotation_NormalizedPolyline struct { + NormalizedPolyline *NormalizedPolyline `protobuf:"bytes,3,opt,name=normalized_polyline,json=normalizedPolyline,proto3,oneof"` +} + +func (*ImagePolylineAnnotation_Polyline) isImagePolylineAnnotation_Poly() {} + +func (*ImagePolylineAnnotation_NormalizedPolyline) isImagePolylineAnnotation_Poly() {} + +func (m *ImagePolylineAnnotation) GetPoly() isImagePolylineAnnotation_Poly { + if m != nil { + return m.Poly + } + return nil +} + +func (m *ImagePolylineAnnotation) GetPolyline() *Polyline { + if x, ok := m.GetPoly().(*ImagePolylineAnnotation_Polyline); ok { + return x.Polyline + } + return nil +} + +func (m *ImagePolylineAnnotation) GetNormalizedPolyline() *NormalizedPolyline { + if x, ok := m.GetPoly().(*ImagePolylineAnnotation_NormalizedPolyline); ok { + return x.NormalizedPolyline + } + return nil +} + +func (m *ImagePolylineAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ImagePolylineAnnotation) 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 _ImagePolylineAnnotation_OneofMarshaler, _ImagePolylineAnnotation_OneofUnmarshaler, _ImagePolylineAnnotation_OneofSizer, []interface{}{ + (*ImagePolylineAnnotation_Polyline)(nil), + (*ImagePolylineAnnotation_NormalizedPolyline)(nil), + } +} + +func _ImagePolylineAnnotation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ImagePolylineAnnotation) + // poly + switch x := m.Poly.(type) { + case *ImagePolylineAnnotation_Polyline: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.Polyline); err != nil { + return err + } + case *ImagePolylineAnnotation_NormalizedPolyline: + b.EncodeVarint(3<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.NormalizedPolyline); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("ImagePolylineAnnotation.Poly has unexpected type %T", x) + } + return nil +} + +func _ImagePolylineAnnotation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ImagePolylineAnnotation) + switch tag { + case 2: // poly.polyline + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(Polyline) + err := b.DecodeMessage(msg) + m.Poly = &ImagePolylineAnnotation_Polyline{msg} + return true, err + case 3: // poly.normalized_polyline + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(NormalizedPolyline) + err := b.DecodeMessage(msg) + m.Poly = &ImagePolylineAnnotation_NormalizedPolyline{msg} + return true, err + default: + return false, nil + } +} + +func _ImagePolylineAnnotation_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ImagePolylineAnnotation) + // poly + switch x := m.Poly.(type) { + case *ImagePolylineAnnotation_Polyline: + s := proto.Size(x.Polyline) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ImagePolylineAnnotation_NormalizedPolyline: + s := proto.Size(x.NormalizedPolyline) + 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 +} + +// Image segmentation annotation. +type ImageSegmentationAnnotation struct { + // The mapping between rgb color and annotation spec. The key is the rgb + // color represented in format of rgb(0, 0, 0). The value is the + // AnnotationSpec. + AnnotationColors map[string]*AnnotationSpec `protobuf:"bytes,1,rep,name=annotation_colors,json=annotationColors,proto3" json:"annotation_colors,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` + // Image format. + MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` + // A byte string of a full image's color map. + ImageBytes []byte `protobuf:"bytes,3,opt,name=image_bytes,json=imageBytes,proto3" json:"image_bytes,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ImageSegmentationAnnotation) Reset() { *m = ImageSegmentationAnnotation{} } +func (m *ImageSegmentationAnnotation) String() string { return proto.CompactTextString(m) } +func (*ImageSegmentationAnnotation) ProtoMessage() {} +func (*ImageSegmentationAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{11} +} +func (m *ImageSegmentationAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImageSegmentationAnnotation.Unmarshal(m, b) +} +func (m *ImageSegmentationAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImageSegmentationAnnotation.Marshal(b, m, deterministic) +} +func (dst *ImageSegmentationAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImageSegmentationAnnotation.Merge(dst, src) +} +func (m *ImageSegmentationAnnotation) XXX_Size() int { + return xxx_messageInfo_ImageSegmentationAnnotation.Size(m) +} +func (m *ImageSegmentationAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_ImageSegmentationAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_ImageSegmentationAnnotation proto.InternalMessageInfo + +func (m *ImageSegmentationAnnotation) GetAnnotationColors() map[string]*AnnotationSpec { + if m != nil { + return m.AnnotationColors + } + return nil +} + +func (m *ImageSegmentationAnnotation) GetMimeType() string { + if m != nil { + return m.MimeType + } + return "" +} + +func (m *ImageSegmentationAnnotation) GetImageBytes() []byte { + if m != nil { + return m.ImageBytes + } + return nil +} + +// Text classification annotation. +type TextClassificationAnnotation struct { + // Label of the text. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,1,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TextClassificationAnnotation) Reset() { *m = TextClassificationAnnotation{} } +func (m *TextClassificationAnnotation) String() string { return proto.CompactTextString(m) } +func (*TextClassificationAnnotation) ProtoMessage() {} +func (*TextClassificationAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{12} +} +func (m *TextClassificationAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TextClassificationAnnotation.Unmarshal(m, b) +} +func (m *TextClassificationAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TextClassificationAnnotation.Marshal(b, m, deterministic) +} +func (dst *TextClassificationAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_TextClassificationAnnotation.Merge(dst, src) +} +func (m *TextClassificationAnnotation) XXX_Size() int { + return xxx_messageInfo_TextClassificationAnnotation.Size(m) +} +func (m *TextClassificationAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_TextClassificationAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_TextClassificationAnnotation proto.InternalMessageInfo + +func (m *TextClassificationAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +// A time period inside of an example that has a time dimension (e.g. video). +type TimeSegment struct { + // Start of the time segment (inclusive), represented as the duration since + // the example start. + StartTimeOffset *duration.Duration `protobuf:"bytes,1,opt,name=start_time_offset,json=startTimeOffset,proto3" json:"start_time_offset,omitempty"` + // End of the time segment (exclusive), represented as the duration since the + // example start. + EndTimeOffset *duration.Duration `protobuf:"bytes,2,opt,name=end_time_offset,json=endTimeOffset,proto3" json:"end_time_offset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *TimeSegment) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TimeSegment.Unmarshal(m, b) +} +func (m *TimeSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TimeSegment.Marshal(b, m, deterministic) +} +func (dst *TimeSegment) XXX_Merge(src proto.Message) { + xxx_messageInfo_TimeSegment.Merge(dst, src) +} +func (m *TimeSegment) XXX_Size() int { + return xxx_messageInfo_TimeSegment.Size(m) +} +func (m *TimeSegment) XXX_DiscardUnknown() { + xxx_messageInfo_TimeSegment.DiscardUnknown(m) +} + +var xxx_messageInfo_TimeSegment proto.InternalMessageInfo + +func (m *TimeSegment) GetStartTimeOffset() *duration.Duration { + if m != nil { + return m.StartTimeOffset + } + return nil +} + +func (m *TimeSegment) GetEndTimeOffset() *duration.Duration { + if m != nil { + return m.EndTimeOffset + } + return nil +} + +// Video classification annotation. +type VideoClassificationAnnotation struct { + // The time segment of the video to which the annotation applies. + TimeSegment *TimeSegment `protobuf:"bytes,1,opt,name=time_segment,json=timeSegment,proto3" json:"time_segment,omitempty"` + // Label of the segment specified by time_segment. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,2,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VideoClassificationAnnotation) Reset() { *m = VideoClassificationAnnotation{} } +func (m *VideoClassificationAnnotation) String() string { return proto.CompactTextString(m) } +func (*VideoClassificationAnnotation) ProtoMessage() {} +func (*VideoClassificationAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{14} +} +func (m *VideoClassificationAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoClassificationAnnotation.Unmarshal(m, b) +} +func (m *VideoClassificationAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoClassificationAnnotation.Marshal(b, m, deterministic) +} +func (dst *VideoClassificationAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoClassificationAnnotation.Merge(dst, src) +} +func (m *VideoClassificationAnnotation) XXX_Size() int { + return xxx_messageInfo_VideoClassificationAnnotation.Size(m) +} +func (m *VideoClassificationAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_VideoClassificationAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoClassificationAnnotation proto.InternalMessageInfo + +func (m *VideoClassificationAnnotation) GetTimeSegment() *TimeSegment { + if m != nil { + return m.TimeSegment + } + return nil +} + +func (m *VideoClassificationAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +// Video frame level annotation for object detection and tracking. +type ObjectTrackingFrame struct { + // The bounding box location of this object track for the frame. + // + // Types that are valid to be assigned to BoundedArea: + // *ObjectTrackingFrame_BoundingPoly + // *ObjectTrackingFrame_NormalizedBoundingPoly + BoundedArea isObjectTrackingFrame_BoundedArea `protobuf_oneof:"bounded_area"` + // The time offset of this frame relative to the beginning of the video. + TimeOffset *duration.Duration `protobuf:"bytes,3,opt,name=time_offset,json=timeOffset,proto3" json:"time_offset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ObjectTrackingFrame) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ObjectTrackingFrame.Unmarshal(m, b) +} +func (m *ObjectTrackingFrame) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ObjectTrackingFrame.Marshal(b, m, deterministic) +} +func (dst *ObjectTrackingFrame) XXX_Merge(src proto.Message) { + xxx_messageInfo_ObjectTrackingFrame.Merge(dst, src) +} +func (m *ObjectTrackingFrame) XXX_Size() int { + return xxx_messageInfo_ObjectTrackingFrame.Size(m) +} +func (m *ObjectTrackingFrame) XXX_DiscardUnknown() { + xxx_messageInfo_ObjectTrackingFrame.DiscardUnknown(m) +} + +var xxx_messageInfo_ObjectTrackingFrame proto.InternalMessageInfo + +type isObjectTrackingFrame_BoundedArea interface { + isObjectTrackingFrame_BoundedArea() +} + +type ObjectTrackingFrame_BoundingPoly struct { + BoundingPoly *BoundingPoly `protobuf:"bytes,1,opt,name=bounding_poly,json=boundingPoly,proto3,oneof"` +} + +type ObjectTrackingFrame_NormalizedBoundingPoly struct { + NormalizedBoundingPoly *NormalizedBoundingPoly `protobuf:"bytes,2,opt,name=normalized_bounding_poly,json=normalizedBoundingPoly,proto3,oneof"` +} + +func (*ObjectTrackingFrame_BoundingPoly) isObjectTrackingFrame_BoundedArea() {} + +func (*ObjectTrackingFrame_NormalizedBoundingPoly) isObjectTrackingFrame_BoundedArea() {} + +func (m *ObjectTrackingFrame) GetBoundedArea() isObjectTrackingFrame_BoundedArea { + if m != nil { + return m.BoundedArea + } + return nil +} + +func (m *ObjectTrackingFrame) GetBoundingPoly() *BoundingPoly { + if x, ok := m.GetBoundedArea().(*ObjectTrackingFrame_BoundingPoly); ok { + return x.BoundingPoly + } + return nil +} + +func (m *ObjectTrackingFrame) GetNormalizedBoundingPoly() *NormalizedBoundingPoly { + if x, ok := m.GetBoundedArea().(*ObjectTrackingFrame_NormalizedBoundingPoly); ok { + return x.NormalizedBoundingPoly + } + return nil +} + +func (m *ObjectTrackingFrame) GetTimeOffset() *duration.Duration { + if m != nil { + return m.TimeOffset + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*ObjectTrackingFrame) 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 _ObjectTrackingFrame_OneofMarshaler, _ObjectTrackingFrame_OneofUnmarshaler, _ObjectTrackingFrame_OneofSizer, []interface{}{ + (*ObjectTrackingFrame_BoundingPoly)(nil), + (*ObjectTrackingFrame_NormalizedBoundingPoly)(nil), + } +} + +func _ObjectTrackingFrame_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*ObjectTrackingFrame) + // bounded_area + switch x := m.BoundedArea.(type) { + case *ObjectTrackingFrame_BoundingPoly: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.BoundingPoly); err != nil { + return err + } + case *ObjectTrackingFrame_NormalizedBoundingPoly: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.NormalizedBoundingPoly); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("ObjectTrackingFrame.BoundedArea has unexpected type %T", x) + } + return nil +} + +func _ObjectTrackingFrame_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*ObjectTrackingFrame) + switch tag { + case 1: // bounded_area.bounding_poly + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(BoundingPoly) + err := b.DecodeMessage(msg) + m.BoundedArea = &ObjectTrackingFrame_BoundingPoly{msg} + return true, err + case 2: // bounded_area.normalized_bounding_poly + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(NormalizedBoundingPoly) + err := b.DecodeMessage(msg) + m.BoundedArea = &ObjectTrackingFrame_NormalizedBoundingPoly{msg} + return true, err + default: + return false, nil + } +} + +func _ObjectTrackingFrame_OneofSizer(msg proto.Message) (n int) { + m := msg.(*ObjectTrackingFrame) + // bounded_area + switch x := m.BoundedArea.(type) { + case *ObjectTrackingFrame_BoundingPoly: + s := proto.Size(x.BoundingPoly) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *ObjectTrackingFrame_NormalizedBoundingPoly: + s := proto.Size(x.NormalizedBoundingPoly) + 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 +} + +// Video object tracking annotation. +type VideoObjectTrackingAnnotation struct { + // Label of the object tracked in this annotation. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,1,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + // The time segment of the video to which object tracking applies. + TimeSegment *TimeSegment `protobuf:"bytes,2,opt,name=time_segment,json=timeSegment,proto3" json:"time_segment,omitempty"` + // The list of frames where this object track appears. + ObjectTrackingFrames []*ObjectTrackingFrame `protobuf:"bytes,3,rep,name=object_tracking_frames,json=objectTrackingFrames,proto3" json:"object_tracking_frames,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VideoObjectTrackingAnnotation) Reset() { *m = VideoObjectTrackingAnnotation{} } +func (m *VideoObjectTrackingAnnotation) String() string { return proto.CompactTextString(m) } +func (*VideoObjectTrackingAnnotation) ProtoMessage() {} +func (*VideoObjectTrackingAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{16} +} +func (m *VideoObjectTrackingAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoObjectTrackingAnnotation.Unmarshal(m, b) +} +func (m *VideoObjectTrackingAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoObjectTrackingAnnotation.Marshal(b, m, deterministic) +} +func (dst *VideoObjectTrackingAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoObjectTrackingAnnotation.Merge(dst, src) +} +func (m *VideoObjectTrackingAnnotation) XXX_Size() int { + return xxx_messageInfo_VideoObjectTrackingAnnotation.Size(m) +} +func (m *VideoObjectTrackingAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_VideoObjectTrackingAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoObjectTrackingAnnotation proto.InternalMessageInfo + +func (m *VideoObjectTrackingAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +func (m *VideoObjectTrackingAnnotation) GetTimeSegment() *TimeSegment { + if m != nil { + return m.TimeSegment + } + return nil +} + +func (m *VideoObjectTrackingAnnotation) GetObjectTrackingFrames() []*ObjectTrackingFrame { + if m != nil { + return m.ObjectTrackingFrames + } + return nil +} + +// Video event annotation. +type VideoEventAnnotation struct { + // Label of the event in this annotation. + AnnotationSpec *AnnotationSpec `protobuf:"bytes,1,opt,name=annotation_spec,json=annotationSpec,proto3" json:"annotation_spec,omitempty"` + // The time segment of the video to which the annotation applies. + TimeSegment *TimeSegment `protobuf:"bytes,2,opt,name=time_segment,json=timeSegment,proto3" json:"time_segment,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *VideoEventAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoEventAnnotation.Unmarshal(m, b) +} +func (m *VideoEventAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoEventAnnotation.Marshal(b, m, deterministic) +} +func (dst *VideoEventAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoEventAnnotation.Merge(dst, src) +} +func (m *VideoEventAnnotation) XXX_Size() int { + return xxx_messageInfo_VideoEventAnnotation.Size(m) +} +func (m *VideoEventAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_VideoEventAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoEventAnnotation proto.InternalMessageInfo + +func (m *VideoEventAnnotation) GetAnnotationSpec() *AnnotationSpec { + if m != nil { + return m.AnnotationSpec + } + return nil +} + +func (m *VideoEventAnnotation) GetTimeSegment() *TimeSegment { + if m != nil { + return m.TimeSegment + } + return nil +} + +// Speech audio recognition. +type AudioRecognitionAnnotation struct { + // Transcript text representing the words spoken. + Transcript string `protobuf:"bytes,1,opt,name=transcript,proto3" json:"transcript,omitempty"` + // Start position in audio file that the transcription corresponds to. + StartOffset *duration.Duration `protobuf:"bytes,2,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"` + // End position in audio file that the transcription corresponds to. + EndOffset *duration.Duration `protobuf:"bytes,3,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AudioRecognitionAnnotation) Reset() { *m = AudioRecognitionAnnotation{} } +func (m *AudioRecognitionAnnotation) String() string { return proto.CompactTextString(m) } +func (*AudioRecognitionAnnotation) ProtoMessage() {} +func (*AudioRecognitionAnnotation) Descriptor() ([]byte, []int) { + return fileDescriptor_annotation_1df8bdb649b04239, []int{18} +} +func (m *AudioRecognitionAnnotation) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AudioRecognitionAnnotation.Unmarshal(m, b) +} +func (m *AudioRecognitionAnnotation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AudioRecognitionAnnotation.Marshal(b, m, deterministic) +} +func (dst *AudioRecognitionAnnotation) XXX_Merge(src proto.Message) { + xxx_messageInfo_AudioRecognitionAnnotation.Merge(dst, src) +} +func (m *AudioRecognitionAnnotation) XXX_Size() int { + return xxx_messageInfo_AudioRecognitionAnnotation.Size(m) +} +func (m *AudioRecognitionAnnotation) XXX_DiscardUnknown() { + xxx_messageInfo_AudioRecognitionAnnotation.DiscardUnknown(m) +} + +var xxx_messageInfo_AudioRecognitionAnnotation proto.InternalMessageInfo + +func (m *AudioRecognitionAnnotation) GetTranscript() string { + if m != nil { + return m.Transcript + } + return "" +} + +func (m *AudioRecognitionAnnotation) GetStartOffset() *duration.Duration { + if m != nil { + return m.StartOffset + } + return nil +} + +func (m *AudioRecognitionAnnotation) GetEndOffset() *duration.Duration { + if m != nil { + return m.EndOffset + } + return nil +} + +// Additional information associated with the annotation. +type AnnotationMetadata struct { + // Metadata related to human labeling. + OperatorMetadata *OperatorMetadata `protobuf:"bytes,2,opt,name=operator_metadata,json=operatorMetadata,proto3" json:"operator_metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AnnotationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AnnotationMetadata.Unmarshal(m, b) +} +func (m *AnnotationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AnnotationMetadata.Marshal(b, m, deterministic) +} +func (dst *AnnotationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_AnnotationMetadata.Merge(dst, src) +} +func (m *AnnotationMetadata) XXX_Size() int { + return xxx_messageInfo_AnnotationMetadata.Size(m) +} +func (m *AnnotationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_AnnotationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_AnnotationMetadata proto.InternalMessageInfo + +func (m *AnnotationMetadata) GetOperatorMetadata() *OperatorMetadata { + if m != nil { + return m.OperatorMetadata + } + return nil +} + +// General information useful for labels coming from contributors. +type OperatorMetadata struct { + // Confidence score corresponding to a label. For examle, if 3 contributors + // have answered the question and 2 of them agree on the final label, the + // confidence score will be 0.67 (2/3). + Score float32 `protobuf:"fixed32,1,opt,name=score,proto3" json:"score,omitempty"` + // The total number of contributors that answer this question. + TotalVotes int32 `protobuf:"varint,2,opt,name=total_votes,json=totalVotes,proto3" json:"total_votes,omitempty"` + // The total number of contributors that choose this label. + LabelVotes int32 `protobuf:"varint,3,opt,name=label_votes,json=labelVotes,proto3" json:"label_votes,omitempty"` + Comments []string `protobuf:"bytes,4,rep,name=comments,proto3" json:"comments,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *OperatorMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_OperatorMetadata.Unmarshal(m, b) +} +func (m *OperatorMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_OperatorMetadata.Marshal(b, m, deterministic) +} +func (dst *OperatorMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_OperatorMetadata.Merge(dst, src) +} +func (m *OperatorMetadata) XXX_Size() int { + return xxx_messageInfo_OperatorMetadata.Size(m) +} +func (m *OperatorMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_OperatorMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_OperatorMetadata proto.InternalMessageInfo + +func (m *OperatorMetadata) GetScore() float32 { + if m != nil { + return m.Score + } + return 0 +} + +func (m *OperatorMetadata) GetTotalVotes() int32 { + if m != nil { + return m.TotalVotes + } + return 0 +} + +func (m *OperatorMetadata) GetLabelVotes() int32 { + if m != nil { + return m.LabelVotes + } + return 0 +} + +func (m *OperatorMetadata) GetComments() []string { + if m != nil { + return m.Comments + } + return nil +} + +func init() { + proto.RegisterType((*Annotation)(nil), "google.cloud.datalabeling.v1beta1.Annotation") + proto.RegisterType((*AnnotationValue)(nil), "google.cloud.datalabeling.v1beta1.AnnotationValue") + proto.RegisterType((*ImageClassificationAnnotation)(nil), "google.cloud.datalabeling.v1beta1.ImageClassificationAnnotation") + proto.RegisterType((*Vertex)(nil), "google.cloud.datalabeling.v1beta1.Vertex") + proto.RegisterType((*NormalizedVertex)(nil), "google.cloud.datalabeling.v1beta1.NormalizedVertex") + proto.RegisterType((*BoundingPoly)(nil), "google.cloud.datalabeling.v1beta1.BoundingPoly") + proto.RegisterType((*NormalizedBoundingPoly)(nil), "google.cloud.datalabeling.v1beta1.NormalizedBoundingPoly") + proto.RegisterType((*ImageBoundingPolyAnnotation)(nil), "google.cloud.datalabeling.v1beta1.ImageBoundingPolyAnnotation") + proto.RegisterType((*Polyline)(nil), "google.cloud.datalabeling.v1beta1.Polyline") + proto.RegisterType((*NormalizedPolyline)(nil), "google.cloud.datalabeling.v1beta1.NormalizedPolyline") + proto.RegisterType((*ImagePolylineAnnotation)(nil), "google.cloud.datalabeling.v1beta1.ImagePolylineAnnotation") + proto.RegisterType((*ImageSegmentationAnnotation)(nil), "google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation") + proto.RegisterMapType((map[string]*AnnotationSpec)(nil), "google.cloud.datalabeling.v1beta1.ImageSegmentationAnnotation.AnnotationColorsEntry") + proto.RegisterType((*TextClassificationAnnotation)(nil), "google.cloud.datalabeling.v1beta1.TextClassificationAnnotation") + proto.RegisterType((*TimeSegment)(nil), "google.cloud.datalabeling.v1beta1.TimeSegment") + proto.RegisterType((*VideoClassificationAnnotation)(nil), "google.cloud.datalabeling.v1beta1.VideoClassificationAnnotation") + proto.RegisterType((*ObjectTrackingFrame)(nil), "google.cloud.datalabeling.v1beta1.ObjectTrackingFrame") + proto.RegisterType((*VideoObjectTrackingAnnotation)(nil), "google.cloud.datalabeling.v1beta1.VideoObjectTrackingAnnotation") + proto.RegisterType((*VideoEventAnnotation)(nil), "google.cloud.datalabeling.v1beta1.VideoEventAnnotation") + proto.RegisterType((*AudioRecognitionAnnotation)(nil), "google.cloud.datalabeling.v1beta1.AudioRecognitionAnnotation") + proto.RegisterType((*AnnotationMetadata)(nil), "google.cloud.datalabeling.v1beta1.AnnotationMetadata") + proto.RegisterType((*OperatorMetadata)(nil), "google.cloud.datalabeling.v1beta1.OperatorMetadata") + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.AnnotationSource", AnnotationSource_name, AnnotationSource_value) + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.AnnotationSentiment", AnnotationSentiment_name, AnnotationSentiment_value) + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.AnnotationType", AnnotationType_name, AnnotationType_value) +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/annotation.proto", fileDescriptor_annotation_1df8bdb649b04239) +} + +var fileDescriptor_annotation_1df8bdb649b04239 = []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, + 0x1c, 0x1f, 0x20, 0x21, 0x0e, 0xee, 0x2e, 0x97, 0xdc, 0x97, 0x2c, 0x33, 0x36, 0xaf, 0xb1, 0xa8, + 0x50, 0xb4, 0x9a, 0x04, 0x28, 0x18, 0x9a, 0x5a, 0xab, 0x6c, 0x24, 0x52, 0x20, 0x57, 0x82, 0x95, + 0x02, 0x05, 0x02, 0xf4, 0x03, 0x68, 0x81, 0xbe, 0xf6, 0xdf, 0x28, 0x8a, 0x3c, 0xf6, 0xb5, 0xaf, + 0xed, 0x63, 0xfb, 0xe7, 0x14, 0xbb, 0xa4, 0x24, 0x92, 0xfa, 0x30, 0xd5, 0xc4, 0x05, 0xfa, 0xa6, + 0x9d, 0x9d, 0xf9, 0xcd, 0x6f, 0x67, 0x47, 0x33, 0xb3, 0x84, 0xbd, 0xba, 0x65, 0xd5, 0x1b, 0x38, + 0xaf, 0x37, 0xac, 0x76, 0x2d, 0x5f, 0xd3, 0x88, 0xd6, 0xd0, 0x4e, 0x71, 0xc3, 0x30, 0xeb, 0xf9, + 0xce, 0xdd, 0x53, 0x4c, 0xb4, 0xbb, 0x79, 0xcd, 0x34, 0x2d, 0xa2, 0x11, 0xc3, 0x32, 0x73, 0x2d, + 0xdb, 0x22, 0x16, 0xba, 0xe9, 0xda, 0xe4, 0x98, 0x4d, 0xce, 0x6f, 0x93, 0xf3, 0x6c, 0x32, 0x0f, + 0xa7, 0x81, 0x55, 0x9d, 0x16, 0xd6, 0x55, 0x07, 0x13, 0x17, 0x3f, 0xb3, 0xe9, 0x19, 0xb3, 0xd5, + 0x69, 0xfb, 0x2c, 0x5f, 0x6b, 0xdb, 0x3e, 0xff, 0x99, 0xf5, 0xf0, 0xbe, 0x43, 0xec, 0xb6, 0xde, + 0xb3, 0xde, 0x0a, 0xef, 0x12, 0xa3, 0x89, 0x1d, 0xa2, 0x35, 0x5b, 0x21, 0x73, 0xad, 0x65, 0xf8, + 0x48, 0x38, 0xee, 0x6e, 0xf6, 0x4d, 0x0c, 0xa0, 0xd0, 0x97, 0x22, 0x04, 0xb3, 0xa6, 0xd6, 0xc4, + 0x69, 0x6e, 0x9b, 0xdb, 0x59, 0x90, 0xd9, 0x6f, 0xf4, 0x02, 0xae, 0xf9, 0xc9, 0x5b, 0x6d, 0x5b, + 0xc7, 0x69, 0x7e, 0x9b, 0xdb, 0x59, 0xdc, 0xbb, 0x97, 0xbb, 0x30, 0x36, 0xb9, 0x01, 0x7a, 0x85, + 0x99, 0xca, 0x29, 0x2d, 0x24, 0x41, 0x1f, 0x80, 0x4f, 0xa6, 0x76, 0xb4, 0x46, 0x1b, 0xa7, 0x63, + 0xdb, 0xdc, 0x4e, 0x62, 0x6f, 0x6f, 0x2a, 0x07, 0x55, 0x6a, 0x29, 0x2f, 0x69, 0x41, 0x01, 0x3a, + 0x83, 0x65, 0x1f, 0x7c, 0x13, 0x13, 0x8d, 0xe2, 0xa4, 0x67, 0x99, 0x87, 0xbf, 0x4d, 0xe5, 0xe1, + 0xd8, 0x33, 0x96, 0x91, 0x36, 0x24, 0x43, 0x06, 0xac, 0xf8, 0x03, 0x85, 0x4d, 0x7a, 0x15, 0x26, + 0x49, 0xcf, 0xb3, 0x58, 0xfd, 0x7d, 0xba, 0x58, 0xf5, 0xac, 0x65, 0x1f, 0xf7, 0xbe, 0x30, 0xfb, + 0xd3, 0x02, 0x2c, 0x85, 0xce, 0x8d, 0xbe, 0xe4, 0x60, 0xcb, 0x68, 0x6a, 0x75, 0xac, 0xea, 0x0d, + 0xcd, 0x71, 0x8c, 0x33, 0x43, 0x77, 0x99, 0x0c, 0x00, 0xd8, 0xbd, 0x26, 0xf6, 0xfe, 0x17, 0x81, + 0x8a, 0x48, 0x91, 0x8a, 0x01, 0xa0, 0x81, 0xc3, 0xa3, 0x19, 0x79, 0xc3, 0x98, 0xa4, 0x80, 0x3e, + 0xe3, 0x60, 0xd3, 0x25, 0x73, 0x6a, 0xb5, 0xcd, 0x9a, 0x61, 0xd6, 0xd5, 0x96, 0xd5, 0xe8, 0xfa, + 0xb9, 0xf0, 0x8c, 0xcb, 0x7f, 0xa2, 0x72, 0xd9, 0xf7, 0x70, 0xca, 0x56, 0xa3, 0x1b, 0x60, 0xb2, + 0x66, 0x8c, 0xdf, 0x46, 0xe7, 0x70, 0xc3, 0xa5, 0x41, 0xbd, 0x37, 0x0c, 0x13, 0xfb, 0x19, 0xc4, + 0x19, 0x83, 0x07, 0x51, 0x19, 0x94, 0x3d, 0x88, 0x80, 0xf7, 0xeb, 0xc6, 0xe8, 0x2d, 0xf4, 0x29, + 0x07, 0x6e, 0x8c, 0x54, 0x07, 0xd7, 0xe9, 0xa5, 0x0d, 0x5d, 0xc6, 0xc2, 0x74, 0x01, 0xa8, 0xf8, + 0x60, 0x46, 0x04, 0x60, 0xf4, 0x36, 0xfa, 0x82, 0x83, 0x4d, 0x82, 0xcf, 0xc9, 0x84, 0xa4, 0x70, + 0xff, 0x6a, 0xff, 0x8d, 0xc0, 0x43, 0xc1, 0xe7, 0x64, 0x42, 0x4e, 0xac, 0x93, 0x09, 0xfb, 0x2c, + 0x3f, 0x3b, 0x46, 0x0d, 0x5b, 0x13, 0xa8, 0xcc, 0x46, 0xce, 0xcf, 0x2a, 0x45, 0x9a, 0x94, 0x9f, + 0x9d, 0x49, 0x0a, 0xe8, 0x2b, 0x0e, 0xb6, 0x5d, 0x32, 0xd6, 0xe9, 0x47, 0x58, 0x27, 0x2a, 0xb1, + 0x35, 0xfd, 0x25, 0x4d, 0x53, 0x1f, 0x9b, 0xb9, 0xe9, 0xd8, 0x48, 0x0c, 0x49, 0xf1, 0x80, 0x46, + 0xb0, 0x19, 0xa7, 0x80, 0x2c, 0x58, 0x75, 0xc9, 0xe0, 0x0e, 0x36, 0x89, 0x9f, 0xc2, 0x3c, 0xa3, + 0xf0, 0x8f, 0xa8, 0x14, 0x04, 0x6a, 0x1f, 0xf0, 0xbc, 0xd2, 0x19, 0x21, 0x47, 0xaf, 0x39, 0x58, + 0xd7, 0xda, 0x35, 0xc3, 0x52, 0x6d, 0xac, 0x5b, 0x75, 0xd3, 0x08, 0x5f, 0xc4, 0x15, 0xe6, 0xf7, + 0xdf, 0x51, 0x6a, 0x16, 0x85, 0x91, 0x07, 0x28, 0x01, 0xef, 0x19, 0x6d, 0xec, 0xee, 0x7e, 0x12, + 0x80, 0x95, 0x7a, 0x95, 0x74, 0x5b, 0x38, 0xfb, 0x31, 0x6c, 0x4c, 0x2c, 0x39, 0xe8, 0x39, 0x2c, + 0x85, 0x7a, 0xa8, 0x57, 0xcd, 0xee, 0x4e, 0x57, 0x58, 0x5b, 0x58, 0x97, 0x17, 0xb5, 0xc0, 0x3a, + 0x7b, 0x0b, 0xe6, 0xab, 0xd8, 0x26, 0xf8, 0x1c, 0x25, 0x81, 0x3b, 0x67, 0xb8, 0x73, 0x32, 0xc7, + 0x56, 0x5d, 0x56, 0xa7, 0xe6, 0x64, 0xae, 0x9b, 0xcd, 0x41, 0xaa, 0x64, 0xd9, 0x4d, 0xad, 0x61, + 0xbc, 0xc2, 0xb5, 0xb0, 0x3e, 0x1f, 0xd0, 0xe7, 0xa9, 0xfe, 0x09, 0x24, 0xfd, 0x55, 0x09, 0x09, + 0x10, 0xef, 0x60, 0x9b, 0x18, 0x3a, 0x76, 0xd2, 0xdc, 0x76, 0x6c, 0x27, 0xb1, 0x77, 0x27, 0xca, + 0xbd, 0x32, 0x47, 0x72, 0xdf, 0x34, 0xfb, 0x09, 0xac, 0x0e, 0x68, 0x04, 0x1c, 0xd4, 0x60, 0xd9, + 0xec, 0xef, 0xa8, 0x21, 0x5f, 0x51, 0x7a, 0x75, 0xf8, 0x78, 0x32, 0x32, 0x03, 0x12, 0xe6, 0xff, + 0x17, 0x1e, 0xd6, 0x26, 0x54, 0x64, 0x54, 0x85, 0xab, 0x81, 0x9a, 0xef, 0x15, 0xfa, 0x7c, 0x04, + 0xff, 0x7e, 0xc4, 0xa3, 0x19, 0x39, 0x79, 0xea, 0x3f, 0x5d, 0x1b, 0xd2, 0xbe, 0xd3, 0x05, 0x5d, + 0xb8, 0x25, 0xec, 0x9f, 0x53, 0x1d, 0x31, 0xe4, 0x6c, 0xd5, 0x1c, 0x1d, 0xd4, 0x4b, 0xcc, 0xbb, + 0xfd, 0x45, 0x70, 0x8f, 0x88, 0x6b, 0xaa, 0x66, 0x63, 0x2d, 0xfb, 0x04, 0xe2, 0xbd, 0x4e, 0xf2, + 0xae, 0xb2, 0xe5, 0x15, 0xa0, 0xc1, 0x91, 0xfb, 0xe0, 0xbf, 0x4f, 0xa6, 0x7c, 0xc7, 0xc3, 0xf5, + 0x31, 0x9d, 0x13, 0x89, 0x10, 0xef, 0xb5, 0x64, 0x2f, 0x41, 0xfe, 0x1a, 0xc1, 0x6d, 0x0f, 0xe8, + 0x68, 0x46, 0xee, 0x9b, 0xa3, 0x0f, 0x03, 0x87, 0xe9, 0xa3, 0xc6, 0x22, 0xcf, 0x77, 0xc3, 0x01, + 0x3a, 0x9a, 0xf1, 0x1f, 0xa8, 0x1f, 0xb6, 0xcb, 0xcc, 0x85, 0x79, 0x98, 0xa5, 0xd4, 0xb3, 0x3f, + 0xf7, 0xfe, 0x5e, 0x63, 0x1a, 0xfa, 0x6b, 0x2e, 0x30, 0x8f, 0xeb, 0x56, 0xc3, 0xb2, 0x7b, 0x37, + 0xa7, 0xbc, 0xdd, 0x2c, 0xe1, 0xa3, 0x58, 0x64, 0xb0, 0x82, 0x49, 0xec, 0xae, 0x7f, 0x60, 0x77, + 0xc5, 0x68, 0x0d, 0x16, 0x9a, 0x46, 0xd3, 0xad, 0xdc, 0xec, 0xf6, 0x16, 0xe4, 0x38, 0x15, 0x28, + 0xdd, 0x16, 0x46, 0x5b, 0x90, 0xf0, 0x26, 0xbf, 0x2e, 0xc1, 0x0e, 0xbb, 0x86, 0xa4, 0x0c, 0xee, + 0x90, 0x46, 0x25, 0x99, 0x0e, 0xfc, 0x69, 0xa4, 0x23, 0x94, 0x82, 0xd8, 0x4b, 0xdc, 0xf5, 0x1e, + 0x1f, 0xf4, 0x27, 0x3a, 0x84, 0x39, 0xf7, 0x39, 0xc0, 0xff, 0xd6, 0x30, 0xbb, 0xf6, 0x0f, 0xf8, + 0xfb, 0x5c, 0xf6, 0x15, 0xac, 0x4f, 0x1a, 0x60, 0x2e, 0xb5, 0xc3, 0x7c, 0xc3, 0x41, 0x42, 0x31, + 0x9a, 0xbd, 0xc0, 0x23, 0x01, 0xae, 0x39, 0x44, 0xb3, 0x89, 0x4a, 0x07, 0x7a, 0xd5, 0x3a, 0x3b, + 0x73, 0x30, 0xf1, 0xbc, 0xdd, 0xe8, 0x79, 0xeb, 0x3d, 0xe9, 0x72, 0x07, 0xde, 0x83, 0x50, 0x5e, + 0x62, 0x36, 0x14, 0x47, 0x62, 0x16, 0xa8, 0x00, 0x4b, 0xd8, 0xac, 0x05, 0x40, 0xf8, 0x8b, 0x40, + 0xae, 0x62, 0xb3, 0x36, 0x80, 0xc8, 0xfe, 0xc8, 0xc1, 0xc6, 0xc4, 0x61, 0x0a, 0x3d, 0x81, 0x24, + 0x73, 0xe0, 0xcd, 0xb1, 0x1e, 0xcd, 0x5c, 0x94, 0x79, 0x71, 0x70, 0x62, 0x39, 0x41, 0x7c, 0xc7, + 0x1f, 0x11, 0x6a, 0xfe, 0x5d, 0x85, 0xfa, 0x5b, 0x1e, 0x96, 0x83, 0x93, 0xd6, 0x23, 0x9b, 0xbe, + 0x63, 0x87, 0xfa, 0x12, 0x77, 0xf9, 0x7d, 0x89, 0xbf, 0xbc, 0xbe, 0xf4, 0x00, 0x12, 0xfe, 0x6b, + 0x8f, 0x5d, 0x74, 0xed, 0x40, 0xfa, 0x77, 0x3e, 0xd4, 0x77, 0xbe, 0xe7, 0xbd, 0x1c, 0x18, 0x3b, + 0xa1, 0x5e, 0xe2, 0x7f, 0x63, 0x28, 0xbf, 0xf8, 0xb7, 0xcf, 0xaf, 0x06, 0xac, 0x86, 0xe7, 0xfa, + 0x33, 0x9a, 0x04, 0xb4, 0x1c, 0xd1, 0x42, 0x19, 0xe5, 0x31, 0x3e, 0x22, 0x87, 0xe4, 0x15, 0x6b, + 0x58, 0xe8, 0x64, 0x7f, 0xe0, 0x60, 0x65, 0xd4, 0xf8, 0xfd, 0x07, 0x8b, 0x5a, 0xf6, 0x0d, 0x07, + 0x99, 0xf1, 0xe3, 0x3c, 0xda, 0x04, 0x20, 0xb6, 0x66, 0x3a, 0xba, 0x6d, 0xb4, 0x88, 0x57, 0xa5, + 0x7d, 0x12, 0xf4, 0x2f, 0x48, 0xba, 0x35, 0x2d, 0x6a, 0x25, 0x4a, 0x30, 0x75, 0xaf, 0x94, 0xdd, + 0x07, 0xa0, 0xa5, 0x2c, 0x6a, 0x3a, 0x2f, 0x60, 0xb3, 0xe6, 0x55, 0xb0, 0x0e, 0xa0, 0xe1, 0x2f, + 0x34, 0xe8, 0x05, 0x5c, 0xb3, 0x5a, 0xd8, 0xd6, 0x88, 0x65, 0x0f, 0xbe, 0xf9, 0xb8, 0x94, 0xa2, + 0x0c, 0x38, 0x92, 0x67, 0xdb, 0xff, 0xe2, 0x93, 0xb2, 0x42, 0x92, 0xec, 0xe7, 0x1c, 0xa4, 0xc2, + 0x6a, 0x68, 0x05, 0xe6, 0x1c, 0xdd, 0xb2, 0xb1, 0xf7, 0x28, 0x70, 0x17, 0xb4, 0x27, 0x12, 0x8b, + 0x68, 0x0d, 0xb5, 0x63, 0xd1, 0x9e, 0xe8, 0x3e, 0x29, 0x80, 0x89, 0xaa, 0x54, 0x42, 0x15, 0x18, + 0x05, 0x4f, 0x21, 0xe6, 0x2a, 0x30, 0x91, 0xab, 0x90, 0x81, 0xb8, 0x6e, 0x35, 0xe9, 0x35, 0x39, + 0xe9, 0xd9, 0xed, 0x18, 0xed, 0xb8, 0xbd, 0xf5, 0x6e, 0x11, 0x52, 0xe1, 0xaf, 0x6c, 0xe8, 0x26, + 0x6c, 0x14, 0x4a, 0x25, 0x49, 0x29, 0x28, 0xa2, 0x54, 0x52, 0x2b, 0xd2, 0x89, 0x5c, 0x14, 0xd4, + 0x93, 0x52, 0xa5, 0x2c, 0x14, 0xc5, 0x47, 0xa2, 0x70, 0x90, 0x9a, 0x41, 0x49, 0x88, 0x4b, 0x65, + 0x41, 0x2e, 0x28, 0x92, 0x9c, 0x8a, 0xed, 0xbe, 0x0f, 0xcb, 0x23, 0x3e, 0x3f, 0xa1, 0x5b, 0xb0, + 0xed, 0xc7, 0x11, 0x4a, 0x8a, 0x78, 0x2c, 0x94, 0x94, 0x61, 0xa8, 0x92, 0x70, 0x58, 0x50, 0xc4, + 0xaa, 0x90, 0xe2, 0xe8, 0xaa, 0x2c, 0x55, 0x44, 0xb6, 0xe2, 0x77, 0xbf, 0x9e, 0x85, 0xc5, 0x01, + 0xb2, 0x37, 0x22, 0xac, 0xf9, 0x40, 0x95, 0x67, 0xe5, 0x30, 0xb5, 0x3f, 0xc3, 0x96, 0x78, 0x5c, + 0x38, 0x14, 0xd4, 0xe2, 0xe3, 0x42, 0xa5, 0x22, 0x3e, 0x12, 0x8b, 0xae, 0xea, 0xc0, 0x2a, 0xc5, + 0xd1, 0x23, 0xba, 0x4a, 0xfb, 0xd2, 0x49, 0xe9, 0x40, 0x2c, 0x1d, 0xaa, 0xfb, 0xd2, 0x53, 0xbf, + 0x0a, 0x8f, 0x76, 0xe1, 0x2f, 0xae, 0x8a, 0x24, 0x8b, 0x42, 0x49, 0x11, 0x0e, 0xc6, 0xea, 0x5e, + 0x45, 0x59, 0xd8, 0x0c, 0xc1, 0x95, 0xa5, 0xc7, 0xcf, 0xfc, 0x3a, 0x80, 0x36, 0xe0, 0x86, 0xab, + 0x43, 0xb7, 0x1e, 0x8b, 0x25, 0xc1, 0xbf, 0x9d, 0x18, 0x30, 0xaa, 0x08, 0x87, 0x34, 0x4a, 0x43, + 0xa4, 0x93, 0xe8, 0x0e, 0xdc, 0xae, 0x8a, 0x07, 0x82, 0xa4, 0x56, 0x8e, 0x24, 0xa5, 0x32, 0xe1, + 0x7c, 0x31, 0x1a, 0x7a, 0x57, 0x55, 0xda, 0xff, 0xbf, 0x50, 0x54, 0x54, 0x45, 0x2e, 0x14, 0xdf, + 0xa3, 0xbc, 0x7c, 0x5a, 0xb3, 0xe8, 0x36, 0xdc, 0x0c, 0x68, 0x1d, 0x08, 0x8a, 0x50, 0x0c, 0x83, + 0xcd, 0xa1, 0x0c, 0xac, 0xba, 0x6a, 0x42, 0x95, 0x5e, 0x9f, 0x6f, 0x6f, 0x9e, 0x9e, 0xbc, 0x70, + 0x72, 0x20, 0x4a, 0xd4, 0x43, 0xa9, 0x52, 0x94, 0xc5, 0x72, 0xd8, 0xfe, 0x0a, 0xd5, 0x51, 0x84, + 0xa7, 0xca, 0x04, 0xc2, 0x71, 0x4a, 0x85, 0xe9, 0xd0, 0x24, 0x51, 0x9e, 0xa9, 0xc2, 0x53, 0xca, + 0x38, 0xac, 0xb6, 0xb0, 0x7f, 0x0e, 0xb7, 0x75, 0xab, 0x79, 0xf1, 0x7f, 0xb0, 0xcc, 0x3d, 0x3f, + 0xf6, 0x94, 0xea, 0x56, 0x43, 0x33, 0xeb, 0x39, 0xcb, 0xae, 0xe7, 0xeb, 0xd8, 0x64, 0xd5, 0x20, + 0xef, 0x6e, 0x69, 0x2d, 0xc3, 0x99, 0xf0, 0xdd, 0xfd, 0xa1, 0x5f, 0x78, 0x3a, 0xcf, 0x2c, 0xef, + 0xfd, 0x1a, 0x00, 0x00, 0xff, 0xff, 0x98, 0xce, 0x14, 0xed, 0x07, 0x18, 0x00, 0x00, +} diff --git a/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go b/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..4126b65a7e65c17434dd07c696876aa3b315017f --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/annotation_spec_set.pb.go @@ -0,0 +1,173 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/annotation_spec_set.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +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 + +// AnnotationSpecSet is a collection of label definitions. For example, in +// image classification tasks, we define a set of labels, this set is called +// AnnotationSpecSet. AnnotationSpecSet is immutable upon creation. +type AnnotationSpecSet struct { + // Output only. + // AnnotationSpecSet resource name, format: + // projects/{project_id}/annotationSpecSets/{annotation_spec_set_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. The display name for AnnotationSpecSet defined by user. + // Maximum of 64 characters. + DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Optional. User-provided description of the annotation specification set. + // The description can be up to 10000 characters long. + Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` + // Required. The actual spec set defined by the users. + AnnotationSpecs []*AnnotationSpec `protobuf:"bytes,4,rep,name=annotation_specs,json=annotationSpecs,proto3" json:"annotation_specs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AnnotationSpecSet) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AnnotationSpecSet.Unmarshal(m, b) +} +func (m *AnnotationSpecSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AnnotationSpecSet.Marshal(b, m, deterministic) +} +func (dst *AnnotationSpecSet) XXX_Merge(src proto.Message) { + xxx_messageInfo_AnnotationSpecSet.Merge(dst, src) +} +func (m *AnnotationSpecSet) XXX_Size() int { + return xxx_messageInfo_AnnotationSpecSet.Size(m) +} +func (m *AnnotationSpecSet) XXX_DiscardUnknown() { + xxx_messageInfo_AnnotationSpecSet.DiscardUnknown(m) +} + +var xxx_messageInfo_AnnotationSpecSet proto.InternalMessageInfo + +func (m *AnnotationSpecSet) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *AnnotationSpecSet) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *AnnotationSpecSet) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +func (m *AnnotationSpecSet) GetAnnotationSpecs() []*AnnotationSpec { + if m != nil { + return m.AnnotationSpecs + } + return nil +} + +// Container of information related to one annotation spec. +type AnnotationSpec struct { + // Required. The display name of the AnnotationSpec. Maximum of 64 characters. + DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Optional. User-provided description of the annotation specification. + // The description can be up to 10000 characters long. + Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AnnotationSpec) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AnnotationSpec.Unmarshal(m, b) +} +func (m *AnnotationSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AnnotationSpec.Marshal(b, m, deterministic) +} +func (dst *AnnotationSpec) XXX_Merge(src proto.Message) { + xxx_messageInfo_AnnotationSpec.Merge(dst, src) +} +func (m *AnnotationSpec) XXX_Size() int { + return xxx_messageInfo_AnnotationSpec.Size(m) +} +func (m *AnnotationSpec) XXX_DiscardUnknown() { + xxx_messageInfo_AnnotationSpec.DiscardUnknown(m) +} + +var xxx_messageInfo_AnnotationSpec proto.InternalMessageInfo + +func (m *AnnotationSpec) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *AnnotationSpec) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +func init() { + proto.RegisterType((*AnnotationSpecSet)(nil), "google.cloud.datalabeling.v1beta1.AnnotationSpecSet") + proto.RegisterType((*AnnotationSpec)(nil), "google.cloud.datalabeling.v1beta1.AnnotationSpec") +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/annotation_spec_set.proto", fileDescriptor_annotation_spec_set_147abcb702d5b987) +} + +var fileDescriptor_annotation_spec_set_147abcb702d5b987 = []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, + 0x54, 0x1f, 0xf7, 0xa4, 0xef, 0x8a, 0x6c, 0xf8, 0x22, 0x42, 0xb9, 0x6d, 0x2f, 0x21, 0x90, 0xe5, + 0x86, 0x26, 0x8a, 0x7e, 0x45, 0x3f, 0x95, 0x2c, 0x0d, 0xda, 0x3a, 0xb0, 0x6f, 0xc9, 0xb9, 0xe7, + 0x1c, 0x7e, 0x37, 0x61, 0x6b, 0x49, 0x24, 0x35, 0x8a, 0x5a, 0xd3, 0x5b, 0x23, 0x1a, 0xf0, 0xa0, + 0xa1, 0x42, 0xad, 0x8c, 0x14, 0xef, 0x45, 0x85, 0x1e, 0x0a, 0x01, 0xc6, 0x90, 0x07, 0xaf, 0xc8, + 0x94, 0xce, 0x62, 0x5d, 0x3a, 0xf4, 0xdc, 0xb6, 0xe4, 0x29, 0x5d, 0x74, 0x61, 0x1e, 0xc2, 0xbc, + 0x1f, 0xe6, 0x31, 0x7c, 0x79, 0x15, 0xfb, 0xc1, 0xaa, 0x5e, 0x91, 0xeb, 0x0a, 0x96, 0x5f, 0x09, + 0xbb, 0xb8, 0xfb, 0x51, 0xb7, 0x16, 0xeb, 0x2d, 0xfa, 0x34, 0x65, 0x33, 0x03, 0x3b, 0xcc, 0x92, + 0x3c, 0x59, 0x1d, 0x6f, 0xc2, 0x39, 0x5d, 0xb0, 0x93, 0x46, 0x39, 0xab, 0xe1, 0xb3, 0x0c, 0xb3, + 0x49, 0x98, 0xcd, 0xa3, 0xf6, 0xb8, 0xb7, 0xe4, 0x6c, 0xde, 0xa0, 0xab, 0x5b, 0x65, 0xf7, 0x65, + 0xd9, 0x34, 0x3a, 0x7e, 0xa5, 0xf4, 0x95, 0x9d, 0xff, 0x59, 0xc6, 0x65, 0xb3, 0x7c, 0xba, 0x9a, + 0xdf, 0x14, 0x7c, 0x74, 0x15, 0x3e, 0x04, 0xdd, 0x9c, 0xc1, 0xe0, 0xee, 0x96, 0xcf, 0xec, 0x74, + 0x68, 0x39, 0x80, 0x4e, 0x46, 0xa1, 0x27, 0x07, 0xd0, 0xf7, 0x1f, 0xec, 0xba, 0xa6, 0xdd, 0x38, + 0xdf, 0x53, 0xf2, 0xf2, 0x10, 0x4d, 0x92, 0x34, 0x18, 0xc9, 0xa9, 0x95, 0x42, 0xa2, 0x09, 0x4f, + 0x2d, 0xba, 0x11, 0x58, 0xe5, 0xfe, 0xf9, 0xeb, 0x75, 0x5f, 0xac, 0x8e, 0x42, 0xf2, 0xf6, 0x3b, + 0x00, 0x00, 0xff, 0xff, 0x4b, 0xca, 0xe4, 0xde, 0x24, 0x02, 0x00, 0x00, +} diff --git a/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go b/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..c9e37687b50e7fb62329564f4ef1dc489773d5b8 --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/data_labeling_service.pb.go @@ -0,0 +1,3439 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/data_labeling_service.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +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 longrunning "google.golang.org/genproto/googleapis/longrunning" +import _ "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 + +// Image labeling task feature. +type LabelImageRequest_Feature int32 + +const ( + LabelImageRequest_FEATURE_UNSPECIFIED LabelImageRequest_Feature = 0 + // Label whole image with one or more of labels. + LabelImageRequest_CLASSIFICATION LabelImageRequest_Feature = 1 + // Label image with bounding boxes for labels. + LabelImageRequest_BOUNDING_BOX LabelImageRequest_Feature = 2 + // Label oriented bounding box. The box does not have to be parallel to + // horizontal line. + LabelImageRequest_ORIENTED_BOUNDING_BOX LabelImageRequest_Feature = 6 + // Label images with bounding poly. A bounding poly is a plane figure that + // is bounded by a finite chain of straight line segments closing in a loop. + LabelImageRequest_BOUNDING_POLY LabelImageRequest_Feature = 3 + // Label images with polyline. Polyline is formed by connected line segments + // which are not in closed form. + LabelImageRequest_POLYLINE LabelImageRequest_Feature = 4 + // Label images with segmentation. Segmentation is different from bounding + // poly since it is more fine-grained, pixel level annotation. + LabelImageRequest_SEGMENTATION LabelImageRequest_Feature = 5 +) + +var LabelImageRequest_Feature_name = map[int32]string{ + 0: "FEATURE_UNSPECIFIED", + 1: "CLASSIFICATION", + 2: "BOUNDING_BOX", + 6: "ORIENTED_BOUNDING_BOX", + 3: "BOUNDING_POLY", + 4: "POLYLINE", + 5: "SEGMENTATION", +} +var LabelImageRequest_Feature_value = map[string]int32{ + "FEATURE_UNSPECIFIED": 0, + "CLASSIFICATION": 1, + "BOUNDING_BOX": 2, + "ORIENTED_BOUNDING_BOX": 6, + "BOUNDING_POLY": 3, + "POLYLINE": 4, + "SEGMENTATION": 5, +} + +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} +} + +// Video labeling task feature. +type LabelVideoRequest_Feature int32 + +const ( + LabelVideoRequest_FEATURE_UNSPECIFIED LabelVideoRequest_Feature = 0 + // Label whole video or video segment with one or more labels. + LabelVideoRequest_CLASSIFICATION LabelVideoRequest_Feature = 1 + // Label objects with bounding box on image frames extracted from the video. + LabelVideoRequest_OBJECT_DETECTION LabelVideoRequest_Feature = 2 + // Label and track objects in video. + LabelVideoRequest_OBJECT_TRACKING LabelVideoRequest_Feature = 3 + // Label the range of video for the specified events. + LabelVideoRequest_EVENT LabelVideoRequest_Feature = 4 +) + +var LabelVideoRequest_Feature_name = map[int32]string{ + 0: "FEATURE_UNSPECIFIED", + 1: "CLASSIFICATION", + 2: "OBJECT_DETECTION", + 3: "OBJECT_TRACKING", + 4: "EVENT", +} +var LabelVideoRequest_Feature_value = map[string]int32{ + "FEATURE_UNSPECIFIED": 0, + "CLASSIFICATION": 1, + "OBJECT_DETECTION": 2, + "OBJECT_TRACKING": 3, + "EVENT": 4, +} + +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} +} + +// Text labeling task feature. +type LabelTextRequest_Feature int32 + +const ( + LabelTextRequest_FEATURE_UNSPECIFIED LabelTextRequest_Feature = 0 + // Label text content to one of more labels. + LabelTextRequest_TEXT_CLASSIFICATION LabelTextRequest_Feature = 1 + // Label entities and their span in text. + LabelTextRequest_TEXT_ENTITY_EXTRACTION LabelTextRequest_Feature = 2 +) + +var LabelTextRequest_Feature_name = map[int32]string{ + 0: "FEATURE_UNSPECIFIED", + 1: "TEXT_CLASSIFICATION", + 2: "TEXT_ENTITY_EXTRACTION", +} +var LabelTextRequest_Feature_value = map[string]int32{ + "FEATURE_UNSPECIFIED": 0, + "TEXT_CLASSIFICATION": 1, + "TEXT_ENTITY_EXTRACTION": 2, +} + +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} +} + +// Audio labeling task feature. +type LabelAudioRequest_Feature int32 + +const ( + LabelAudioRequest_FEATURE_UNSPECIFIED LabelAudioRequest_Feature = 0 + // Transcribe the audios into text. + LabelAudioRequest_AUDIO_TRANSCRIPTION LabelAudioRequest_Feature = 1 +) + +var LabelAudioRequest_Feature_name = map[int32]string{ + 0: "FEATURE_UNSPECIFIED", + 1: "AUDIO_TRANSCRIPTION", +} +var LabelAudioRequest_Feature_value = map[string]int32{ + "FEATURE_UNSPECIFIED": 0, + "AUDIO_TRANSCRIPTION": 1, +} + +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} +} + +// Request message for CreateDataset. +type CreateDatasetRequest struct { + // Required. Dataset resource parent, format: + // projects/{project_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. The dataset to be created. + Dataset *Dataset `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *CreateDatasetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateDatasetRequest.Unmarshal(m, b) +} +func (m *CreateDatasetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateDatasetRequest.Marshal(b, m, deterministic) +} +func (dst *CreateDatasetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateDatasetRequest.Merge(dst, src) +} +func (m *CreateDatasetRequest) XXX_Size() int { + return xxx_messageInfo_CreateDatasetRequest.Size(m) +} +func (m *CreateDatasetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateDatasetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateDatasetRequest proto.InternalMessageInfo + +func (m *CreateDatasetRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *CreateDatasetRequest) GetDataset() *Dataset { + if m != nil { + return m.Dataset + } + return nil +} + +// Request message for GetDataSet. +type GetDatasetRequest struct { + // Required. Dataset resource name, format: + // projects/{project_id}/datasets/{dataset_id} + 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 *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} +} +func (m *GetDatasetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetDatasetRequest.Unmarshal(m, b) +} +func (m *GetDatasetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetDatasetRequest.Marshal(b, m, deterministic) +} +func (dst *GetDatasetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetDatasetRequest.Merge(dst, src) +} +func (m *GetDatasetRequest) XXX_Size() int { + return xxx_messageInfo_GetDatasetRequest.Size(m) +} +func (m *GetDatasetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetDatasetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetDatasetRequest proto.InternalMessageInfo + +func (m *GetDatasetRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for ListDataset. +type ListDatasetsRequest struct { + // Required. Dataset resource parent, format: + // projects/{project_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. Filter on dataset is not supported at this moment. + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // Optional. Requested page size. Server may return fewer results than + // requested. Default value is 100. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + // Optional. A token identifying a page of results for the server to return. + // Typically obtained by + // [ListDatasetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListDatasetsResponse.next_page_token] of the previous + // [DataLabelingService.ListDatasets] call. + // Returns the first page if empty. + PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ListDatasetsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListDatasetsRequest.Unmarshal(m, b) +} +func (m *ListDatasetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListDatasetsRequest.Marshal(b, m, deterministic) +} +func (dst *ListDatasetsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListDatasetsRequest.Merge(dst, src) +} +func (m *ListDatasetsRequest) XXX_Size() int { + return xxx_messageInfo_ListDatasetsRequest.Size(m) +} +func (m *ListDatasetsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListDatasetsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListDatasetsRequest proto.InternalMessageInfo + +func (m *ListDatasetsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListDatasetsRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListDatasetsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +func (m *ListDatasetsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +// Results of listing datasets within a project. +type ListDatasetsResponse struct { + // The list of datasets to return. + Datasets []*Dataset `protobuf:"bytes,1,rep,name=datasets,proto3" json:"datasets,omitempty"` + // A token to retrieve next page of results. + 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 *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} +} +func (m *ListDatasetsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListDatasetsResponse.Unmarshal(m, b) +} +func (m *ListDatasetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListDatasetsResponse.Marshal(b, m, deterministic) +} +func (dst *ListDatasetsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListDatasetsResponse.Merge(dst, src) +} +func (m *ListDatasetsResponse) XXX_Size() int { + return xxx_messageInfo_ListDatasetsResponse.Size(m) +} +func (m *ListDatasetsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListDatasetsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListDatasetsResponse proto.InternalMessageInfo + +func (m *ListDatasetsResponse) GetDatasets() []*Dataset { + if m != nil { + return m.Datasets + } + return nil +} + +func (m *ListDatasetsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request message for DeleteDataset. +type DeleteDatasetRequest struct { + // Required. Dataset resource name, format: + // projects/{project_id}/datasets/{dataset_id} + 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 *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} +} +func (m *DeleteDatasetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteDatasetRequest.Unmarshal(m, b) +} +func (m *DeleteDatasetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteDatasetRequest.Marshal(b, m, deterministic) +} +func (dst *DeleteDatasetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteDatasetRequest.Merge(dst, src) +} +func (m *DeleteDatasetRequest) XXX_Size() int { + return xxx_messageInfo_DeleteDatasetRequest.Size(m) +} +func (m *DeleteDatasetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteDatasetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteDatasetRequest proto.InternalMessageInfo + +func (m *DeleteDatasetRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for ImportData API. +type ImportDataRequest struct { + // Required. Dataset resource name, format: + // projects/{project_id}/datasets/{dataset_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. Specify the input source of the data. + InputConfig *InputConfig `protobuf:"bytes,2,opt,name=input_config,json=inputConfig,proto3" json:"input_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ImportDataRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImportDataRequest.Unmarshal(m, b) +} +func (m *ImportDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImportDataRequest.Marshal(b, m, deterministic) +} +func (dst *ImportDataRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImportDataRequest.Merge(dst, src) +} +func (m *ImportDataRequest) XXX_Size() int { + return xxx_messageInfo_ImportDataRequest.Size(m) +} +func (m *ImportDataRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ImportDataRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ImportDataRequest proto.InternalMessageInfo + +func (m *ImportDataRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *ImportDataRequest) GetInputConfig() *InputConfig { + if m != nil { + return m.InputConfig + } + return nil +} + +// Request message for ExportData API. +type ExportDataRequest struct { + // Required. Dataset resource name, format: + // projects/{project_id}/datasets/{dataset_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. Annotated dataset resource name. DataItem in + // Dataset and their annotations in specified annotated dataset will be + // exported. It's in format of + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ + // {annotated_dataset_id} + AnnotatedDataset string `protobuf:"bytes,2,opt,name=annotated_dataset,json=annotatedDataset,proto3" json:"annotated_dataset,omitempty"` + // Optional. Filter is not supported at this moment. + Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"` + // Required. Specify the output destination. + OutputConfig *OutputConfig `protobuf:"bytes,4,opt,name=output_config,json=outputConfig,proto3" json:"output_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ExportDataRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExportDataRequest.Unmarshal(m, b) +} +func (m *ExportDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExportDataRequest.Marshal(b, m, deterministic) +} +func (dst *ExportDataRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExportDataRequest.Merge(dst, src) +} +func (m *ExportDataRequest) XXX_Size() int { + return xxx_messageInfo_ExportDataRequest.Size(m) +} +func (m *ExportDataRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ExportDataRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ExportDataRequest proto.InternalMessageInfo + +func (m *ExportDataRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *ExportDataRequest) GetAnnotatedDataset() string { + if m != nil { + return m.AnnotatedDataset + } + return "" +} + +func (m *ExportDataRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ExportDataRequest) GetOutputConfig() *OutputConfig { + if m != nil { + return m.OutputConfig + } + return nil +} + +// Request message for GetDataItem. +type GetDataItemRequest struct { + // Required. The name of the data item to get, format: + // projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} + 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 *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} +} +func (m *GetDataItemRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetDataItemRequest.Unmarshal(m, b) +} +func (m *GetDataItemRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetDataItemRequest.Marshal(b, m, deterministic) +} +func (dst *GetDataItemRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetDataItemRequest.Merge(dst, src) +} +func (m *GetDataItemRequest) XXX_Size() int { + return xxx_messageInfo_GetDataItemRequest.Size(m) +} +func (m *GetDataItemRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetDataItemRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetDataItemRequest proto.InternalMessageInfo + +func (m *GetDataItemRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for ListDataItems. +type ListDataItemsRequest struct { + // Required. Name of the dataset to list data items, format: + // projects/{project_id}/datasets/{dataset_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. Filter is not supported at this moment. + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // Optional. Requested page size. Server may return fewer results than + // requested. Default value is 100. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + // Optional. A token identifying a page of results for the server to return. + // Typically obtained by + // [ListDataItemsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListDataItemsResponse.next_page_token] of the previous + // [DataLabelingService.ListDataItems] call. + // Return first page if empty. + PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ListDataItemsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListDataItemsRequest.Unmarshal(m, b) +} +func (m *ListDataItemsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListDataItemsRequest.Marshal(b, m, deterministic) +} +func (dst *ListDataItemsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListDataItemsRequest.Merge(dst, src) +} +func (m *ListDataItemsRequest) XXX_Size() int { + return xxx_messageInfo_ListDataItemsRequest.Size(m) +} +func (m *ListDataItemsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListDataItemsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListDataItemsRequest proto.InternalMessageInfo + +func (m *ListDataItemsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListDataItemsRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListDataItemsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +func (m *ListDataItemsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +// Results of listing data items in a dataset. +type ListDataItemsResponse struct { + // The list of data items to return. + DataItems []*DataItem `protobuf:"bytes,1,rep,name=data_items,json=dataItems,proto3" json:"data_items,omitempty"` + // A token to retrieve next page of results. + 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 *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} +} +func (m *ListDataItemsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListDataItemsResponse.Unmarshal(m, b) +} +func (m *ListDataItemsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListDataItemsResponse.Marshal(b, m, deterministic) +} +func (dst *ListDataItemsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListDataItemsResponse.Merge(dst, src) +} +func (m *ListDataItemsResponse) XXX_Size() int { + return xxx_messageInfo_ListDataItemsResponse.Size(m) +} +func (m *ListDataItemsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListDataItemsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListDataItemsResponse proto.InternalMessageInfo + +func (m *ListDataItemsResponse) GetDataItems() []*DataItem { + if m != nil { + return m.DataItems + } + return nil +} + +func (m *ListDataItemsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request message for GetAnnotatedDataset. +type GetAnnotatedDatasetRequest struct { + // Required. Name of the annotated dataset to get, format: + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ + // {annotated_dataset_id} + 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 *GetAnnotatedDatasetRequest) Reset() { *m = GetAnnotatedDatasetRequest{} } +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} +} +func (m *GetAnnotatedDatasetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAnnotatedDatasetRequest.Unmarshal(m, b) +} +func (m *GetAnnotatedDatasetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAnnotatedDatasetRequest.Marshal(b, m, deterministic) +} +func (dst *GetAnnotatedDatasetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAnnotatedDatasetRequest.Merge(dst, src) +} +func (m *GetAnnotatedDatasetRequest) XXX_Size() int { + return xxx_messageInfo_GetAnnotatedDatasetRequest.Size(m) +} +func (m *GetAnnotatedDatasetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAnnotatedDatasetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAnnotatedDatasetRequest proto.InternalMessageInfo + +func (m *GetAnnotatedDatasetRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for ListAnnotatedDatasets. +type ListAnnotatedDatasetsRequest struct { + // Required. Name of the dataset to list annotated datasets, format: + // projects/{project_id}/datasets/{dataset_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. Filter is not supported at this moment. + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // Optional. Requested page size. Server may return fewer results than + // requested. Default value is 100. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + // Optional. A token identifying a page of results for the server to return. + // Typically obtained by + // [ListAnnotatedDatasetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse.next_page_token] of the previous + // [DataLabelingService.ListAnnotatedDatasets] call. + // Return first page if empty. + PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListAnnotatedDatasetsRequest) Reset() { *m = ListAnnotatedDatasetsRequest{} } +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} +} +func (m *ListAnnotatedDatasetsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListAnnotatedDatasetsRequest.Unmarshal(m, b) +} +func (m *ListAnnotatedDatasetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListAnnotatedDatasetsRequest.Marshal(b, m, deterministic) +} +func (dst *ListAnnotatedDatasetsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListAnnotatedDatasetsRequest.Merge(dst, src) +} +func (m *ListAnnotatedDatasetsRequest) XXX_Size() int { + return xxx_messageInfo_ListAnnotatedDatasetsRequest.Size(m) +} +func (m *ListAnnotatedDatasetsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListAnnotatedDatasetsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListAnnotatedDatasetsRequest proto.InternalMessageInfo + +func (m *ListAnnotatedDatasetsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListAnnotatedDatasetsRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListAnnotatedDatasetsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +func (m *ListAnnotatedDatasetsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +// Request message for DeleteAnnotatedDataset. +type DeleteAnnotatedDatasetRequest struct { + // Required. Name of the annotated dataset to delete, format: + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ + // {annotated_dataset_id} + 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 *DeleteAnnotatedDatasetRequest) Reset() { *m = DeleteAnnotatedDatasetRequest{} } +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} +} +func (m *DeleteAnnotatedDatasetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteAnnotatedDatasetRequest.Unmarshal(m, b) +} +func (m *DeleteAnnotatedDatasetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteAnnotatedDatasetRequest.Marshal(b, m, deterministic) +} +func (dst *DeleteAnnotatedDatasetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteAnnotatedDatasetRequest.Merge(dst, src) +} +func (m *DeleteAnnotatedDatasetRequest) XXX_Size() int { + return xxx_messageInfo_DeleteAnnotatedDatasetRequest.Size(m) +} +func (m *DeleteAnnotatedDatasetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteAnnotatedDatasetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteAnnotatedDatasetRequest proto.InternalMessageInfo + +func (m *DeleteAnnotatedDatasetRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Results of listing annotated datasets for a dataset. +type ListAnnotatedDatasetsResponse struct { + // The list of annotated datasets to return. + AnnotatedDatasets []*AnnotatedDataset `protobuf:"bytes,1,rep,name=annotated_datasets,json=annotatedDatasets,proto3" json:"annotated_datasets,omitempty"` + // A token to retrieve next page of results. + 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 *ListAnnotatedDatasetsResponse) Reset() { *m = ListAnnotatedDatasetsResponse{} } +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} +} +func (m *ListAnnotatedDatasetsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListAnnotatedDatasetsResponse.Unmarshal(m, b) +} +func (m *ListAnnotatedDatasetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListAnnotatedDatasetsResponse.Marshal(b, m, deterministic) +} +func (dst *ListAnnotatedDatasetsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListAnnotatedDatasetsResponse.Merge(dst, src) +} +func (m *ListAnnotatedDatasetsResponse) XXX_Size() int { + return xxx_messageInfo_ListAnnotatedDatasetsResponse.Size(m) +} +func (m *ListAnnotatedDatasetsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListAnnotatedDatasetsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListAnnotatedDatasetsResponse proto.InternalMessageInfo + +func (m *ListAnnotatedDatasetsResponse) GetAnnotatedDatasets() []*AnnotatedDataset { + if m != nil { + return m.AnnotatedDatasets + } + return nil +} + +func (m *ListAnnotatedDatasetsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request message for starting an image labeling task. +type LabelImageRequest struct { + // Required. Config for labeling tasks. The type of request config must + // match the selected feature. + // + // Types that are valid to be assigned to RequestConfig: + // *LabelImageRequest_ImageClassificationConfig + // *LabelImageRequest_BoundingPolyConfig + // *LabelImageRequest_PolylineConfig + // *LabelImageRequest_SegmentationConfig + RequestConfig isLabelImageRequest_RequestConfig `protobuf_oneof:"request_config"` + // Required. Name of the dataset to request labeling task, format: + // projects/{project_id}/datasets/{dataset_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. Basic human annotation config. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,2,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + // Required. The type of image labeling task. + Feature LabelImageRequest_Feature `protobuf:"varint,3,opt,name=feature,proto3,enum=google.cloud.datalabeling.v1beta1.LabelImageRequest_Feature" json:"feature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LabelImageRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImageRequest.Unmarshal(m, b) +} +func (m *LabelImageRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImageRequest.Marshal(b, m, deterministic) +} +func (dst *LabelImageRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImageRequest.Merge(dst, src) +} +func (m *LabelImageRequest) XXX_Size() int { + return xxx_messageInfo_LabelImageRequest.Size(m) +} +func (m *LabelImageRequest) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImageRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImageRequest proto.InternalMessageInfo + +type isLabelImageRequest_RequestConfig interface { + isLabelImageRequest_RequestConfig() +} + +type LabelImageRequest_ImageClassificationConfig struct { + ImageClassificationConfig *ImageClassificationConfig `protobuf:"bytes,4,opt,name=image_classification_config,json=imageClassificationConfig,proto3,oneof"` +} + +type LabelImageRequest_BoundingPolyConfig struct { + BoundingPolyConfig *BoundingPolyConfig `protobuf:"bytes,5,opt,name=bounding_poly_config,json=boundingPolyConfig,proto3,oneof"` +} + +type LabelImageRequest_PolylineConfig struct { + PolylineConfig *PolylineConfig `protobuf:"bytes,6,opt,name=polyline_config,json=polylineConfig,proto3,oneof"` +} + +type LabelImageRequest_SegmentationConfig struct { + SegmentationConfig *SegmentationConfig `protobuf:"bytes,7,opt,name=segmentation_config,json=segmentationConfig,proto3,oneof"` +} + +func (*LabelImageRequest_ImageClassificationConfig) isLabelImageRequest_RequestConfig() {} + +func (*LabelImageRequest_BoundingPolyConfig) isLabelImageRequest_RequestConfig() {} + +func (*LabelImageRequest_PolylineConfig) isLabelImageRequest_RequestConfig() {} + +func (*LabelImageRequest_SegmentationConfig) isLabelImageRequest_RequestConfig() {} + +func (m *LabelImageRequest) GetRequestConfig() isLabelImageRequest_RequestConfig { + if m != nil { + return m.RequestConfig + } + return nil +} + +func (m *LabelImageRequest) GetImageClassificationConfig() *ImageClassificationConfig { + if x, ok := m.GetRequestConfig().(*LabelImageRequest_ImageClassificationConfig); ok { + return x.ImageClassificationConfig + } + return nil +} + +func (m *LabelImageRequest) GetBoundingPolyConfig() *BoundingPolyConfig { + if x, ok := m.GetRequestConfig().(*LabelImageRequest_BoundingPolyConfig); ok { + return x.BoundingPolyConfig + } + return nil +} + +func (m *LabelImageRequest) GetPolylineConfig() *PolylineConfig { + if x, ok := m.GetRequestConfig().(*LabelImageRequest_PolylineConfig); ok { + return x.PolylineConfig + } + return nil +} + +func (m *LabelImageRequest) GetSegmentationConfig() *SegmentationConfig { + if x, ok := m.GetRequestConfig().(*LabelImageRequest_SegmentationConfig); ok { + return x.SegmentationConfig + } + return nil +} + +func (m *LabelImageRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *LabelImageRequest) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +func (m *LabelImageRequest) GetFeature() LabelImageRequest_Feature { + if m != nil { + return m.Feature + } + return LabelImageRequest_FEATURE_UNSPECIFIED +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*LabelImageRequest) 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 _LabelImageRequest_OneofMarshaler, _LabelImageRequest_OneofUnmarshaler, _LabelImageRequest_OneofSizer, []interface{}{ + (*LabelImageRequest_ImageClassificationConfig)(nil), + (*LabelImageRequest_BoundingPolyConfig)(nil), + (*LabelImageRequest_PolylineConfig)(nil), + (*LabelImageRequest_SegmentationConfig)(nil), + } +} + +func _LabelImageRequest_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*LabelImageRequest) + // request_config + switch x := m.RequestConfig.(type) { + case *LabelImageRequest_ImageClassificationConfig: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageClassificationConfig); err != nil { + return err + } + case *LabelImageRequest_BoundingPolyConfig: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.BoundingPolyConfig); err != nil { + return err + } + case *LabelImageRequest_PolylineConfig: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.PolylineConfig); err != nil { + return err + } + case *LabelImageRequest_SegmentationConfig: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.SegmentationConfig); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("LabelImageRequest.RequestConfig has unexpected type %T", x) + } + return nil +} + +func _LabelImageRequest_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*LabelImageRequest) + switch tag { + case 4: // request_config.image_classification_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImageClassificationConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelImageRequest_ImageClassificationConfig{msg} + return true, err + case 5: // request_config.bounding_poly_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(BoundingPolyConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelImageRequest_BoundingPolyConfig{msg} + return true, err + case 6: // request_config.polyline_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(PolylineConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelImageRequest_PolylineConfig{msg} + return true, err + case 7: // request_config.segmentation_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(SegmentationConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelImageRequest_SegmentationConfig{msg} + return true, err + default: + return false, nil + } +} + +func _LabelImageRequest_OneofSizer(msg proto.Message) (n int) { + m := msg.(*LabelImageRequest) + // request_config + switch x := m.RequestConfig.(type) { + case *LabelImageRequest_ImageClassificationConfig: + s := proto.Size(x.ImageClassificationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelImageRequest_BoundingPolyConfig: + s := proto.Size(x.BoundingPolyConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelImageRequest_PolylineConfig: + s := proto.Size(x.PolylineConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelImageRequest_SegmentationConfig: + s := proto.Size(x.SegmentationConfig) + 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 +} + +// Request message for LabelVideo. +type LabelVideoRequest struct { + // Required. Config for labeling tasks. The type of request config must + // match the selected feature. + // + // Types that are valid to be assigned to RequestConfig: + // *LabelVideoRequest_VideoClassificationConfig + // *LabelVideoRequest_ObjectDetectionConfig + // *LabelVideoRequest_ObjectTrackingConfig + // *LabelVideoRequest_EventConfig + RequestConfig isLabelVideoRequest_RequestConfig `protobuf_oneof:"request_config"` + // Required. Name of the dataset to request labeling task, format: + // projects/{project_id}/datasets/{dataset_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. Basic human annotation config. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,2,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + // Required. The type of video labeling task. + Feature LabelVideoRequest_Feature `protobuf:"varint,3,opt,name=feature,proto3,enum=google.cloud.datalabeling.v1beta1.LabelVideoRequest_Feature" json:"feature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LabelVideoRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelVideoRequest.Unmarshal(m, b) +} +func (m *LabelVideoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelVideoRequest.Marshal(b, m, deterministic) +} +func (dst *LabelVideoRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelVideoRequest.Merge(dst, src) +} +func (m *LabelVideoRequest) XXX_Size() int { + return xxx_messageInfo_LabelVideoRequest.Size(m) +} +func (m *LabelVideoRequest) XXX_DiscardUnknown() { + xxx_messageInfo_LabelVideoRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelVideoRequest proto.InternalMessageInfo + +type isLabelVideoRequest_RequestConfig interface { + isLabelVideoRequest_RequestConfig() +} + +type LabelVideoRequest_VideoClassificationConfig struct { + VideoClassificationConfig *VideoClassificationConfig `protobuf:"bytes,4,opt,name=video_classification_config,json=videoClassificationConfig,proto3,oneof"` +} + +type LabelVideoRequest_ObjectDetectionConfig struct { + ObjectDetectionConfig *ObjectDetectionConfig `protobuf:"bytes,5,opt,name=object_detection_config,json=objectDetectionConfig,proto3,oneof"` +} + +type LabelVideoRequest_ObjectTrackingConfig struct { + ObjectTrackingConfig *ObjectTrackingConfig `protobuf:"bytes,6,opt,name=object_tracking_config,json=objectTrackingConfig,proto3,oneof"` +} + +type LabelVideoRequest_EventConfig struct { + EventConfig *EventConfig `protobuf:"bytes,7,opt,name=event_config,json=eventConfig,proto3,oneof"` +} + +func (*LabelVideoRequest_VideoClassificationConfig) isLabelVideoRequest_RequestConfig() {} + +func (*LabelVideoRequest_ObjectDetectionConfig) isLabelVideoRequest_RequestConfig() {} + +func (*LabelVideoRequest_ObjectTrackingConfig) isLabelVideoRequest_RequestConfig() {} + +func (*LabelVideoRequest_EventConfig) isLabelVideoRequest_RequestConfig() {} + +func (m *LabelVideoRequest) GetRequestConfig() isLabelVideoRequest_RequestConfig { + if m != nil { + return m.RequestConfig + } + return nil +} + +func (m *LabelVideoRequest) GetVideoClassificationConfig() *VideoClassificationConfig { + if x, ok := m.GetRequestConfig().(*LabelVideoRequest_VideoClassificationConfig); ok { + return x.VideoClassificationConfig + } + return nil +} + +func (m *LabelVideoRequest) GetObjectDetectionConfig() *ObjectDetectionConfig { + if x, ok := m.GetRequestConfig().(*LabelVideoRequest_ObjectDetectionConfig); ok { + return x.ObjectDetectionConfig + } + return nil +} + +func (m *LabelVideoRequest) GetObjectTrackingConfig() *ObjectTrackingConfig { + if x, ok := m.GetRequestConfig().(*LabelVideoRequest_ObjectTrackingConfig); ok { + return x.ObjectTrackingConfig + } + return nil +} + +func (m *LabelVideoRequest) GetEventConfig() *EventConfig { + if x, ok := m.GetRequestConfig().(*LabelVideoRequest_EventConfig); ok { + return x.EventConfig + } + return nil +} + +func (m *LabelVideoRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *LabelVideoRequest) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +func (m *LabelVideoRequest) GetFeature() LabelVideoRequest_Feature { + if m != nil { + return m.Feature + } + return LabelVideoRequest_FEATURE_UNSPECIFIED +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*LabelVideoRequest) 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 _LabelVideoRequest_OneofMarshaler, _LabelVideoRequest_OneofUnmarshaler, _LabelVideoRequest_OneofSizer, []interface{}{ + (*LabelVideoRequest_VideoClassificationConfig)(nil), + (*LabelVideoRequest_ObjectDetectionConfig)(nil), + (*LabelVideoRequest_ObjectTrackingConfig)(nil), + (*LabelVideoRequest_EventConfig)(nil), + } +} + +func _LabelVideoRequest_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*LabelVideoRequest) + // request_config + switch x := m.RequestConfig.(type) { + case *LabelVideoRequest_VideoClassificationConfig: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoClassificationConfig); err != nil { + return err + } + case *LabelVideoRequest_ObjectDetectionConfig: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ObjectDetectionConfig); err != nil { + return err + } + case *LabelVideoRequest_ObjectTrackingConfig: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ObjectTrackingConfig); err != nil { + return err + } + case *LabelVideoRequest_EventConfig: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.EventConfig); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("LabelVideoRequest.RequestConfig has unexpected type %T", x) + } + return nil +} + +func _LabelVideoRequest_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*LabelVideoRequest) + switch tag { + case 4: // request_config.video_classification_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoClassificationConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelVideoRequest_VideoClassificationConfig{msg} + return true, err + case 5: // request_config.object_detection_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ObjectDetectionConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelVideoRequest_ObjectDetectionConfig{msg} + return true, err + case 6: // request_config.object_tracking_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ObjectTrackingConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelVideoRequest_ObjectTrackingConfig{msg} + return true, err + case 7: // request_config.event_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(EventConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelVideoRequest_EventConfig{msg} + return true, err + default: + return false, nil + } +} + +func _LabelVideoRequest_OneofSizer(msg proto.Message) (n int) { + m := msg.(*LabelVideoRequest) + // request_config + switch x := m.RequestConfig.(type) { + case *LabelVideoRequest_VideoClassificationConfig: + s := proto.Size(x.VideoClassificationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelVideoRequest_ObjectDetectionConfig: + s := proto.Size(x.ObjectDetectionConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelVideoRequest_ObjectTrackingConfig: + s := proto.Size(x.ObjectTrackingConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelVideoRequest_EventConfig: + s := proto.Size(x.EventConfig) + 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 +} + +// Request message for LabelText. +type LabelTextRequest struct { + // Required. Config for labeling tasks. The type of request config must + // match the selected feature. + // + // Types that are valid to be assigned to RequestConfig: + // *LabelTextRequest_TextClassificationConfig + // *LabelTextRequest_TextEntityExtractionConfig + RequestConfig isLabelTextRequest_RequestConfig `protobuf_oneof:"request_config"` + // Required. Name of the data set to request labeling task, format: + // projects/{project_id}/datasets/{dataset_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. Basic human annotation config. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,2,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + // Required. The type of text labeling task. + Feature LabelTextRequest_Feature `protobuf:"varint,6,opt,name=feature,proto3,enum=google.cloud.datalabeling.v1beta1.LabelTextRequest_Feature" json:"feature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LabelTextRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelTextRequest.Unmarshal(m, b) +} +func (m *LabelTextRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelTextRequest.Marshal(b, m, deterministic) +} +func (dst *LabelTextRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelTextRequest.Merge(dst, src) +} +func (m *LabelTextRequest) XXX_Size() int { + return xxx_messageInfo_LabelTextRequest.Size(m) +} +func (m *LabelTextRequest) XXX_DiscardUnknown() { + xxx_messageInfo_LabelTextRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelTextRequest proto.InternalMessageInfo + +type isLabelTextRequest_RequestConfig interface { + isLabelTextRequest_RequestConfig() +} + +type LabelTextRequest_TextClassificationConfig struct { + TextClassificationConfig *TextClassificationConfig `protobuf:"bytes,4,opt,name=text_classification_config,json=textClassificationConfig,proto3,oneof"` +} + +type LabelTextRequest_TextEntityExtractionConfig struct { + TextEntityExtractionConfig *TextEntityExtractionConfig `protobuf:"bytes,5,opt,name=text_entity_extraction_config,json=textEntityExtractionConfig,proto3,oneof"` +} + +func (*LabelTextRequest_TextClassificationConfig) isLabelTextRequest_RequestConfig() {} + +func (*LabelTextRequest_TextEntityExtractionConfig) isLabelTextRequest_RequestConfig() {} + +func (m *LabelTextRequest) GetRequestConfig() isLabelTextRequest_RequestConfig { + if m != nil { + return m.RequestConfig + } + return nil +} + +func (m *LabelTextRequest) GetTextClassificationConfig() *TextClassificationConfig { + if x, ok := m.GetRequestConfig().(*LabelTextRequest_TextClassificationConfig); ok { + return x.TextClassificationConfig + } + return nil +} + +func (m *LabelTextRequest) GetTextEntityExtractionConfig() *TextEntityExtractionConfig { + if x, ok := m.GetRequestConfig().(*LabelTextRequest_TextEntityExtractionConfig); ok { + return x.TextEntityExtractionConfig + } + return nil +} + +func (m *LabelTextRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *LabelTextRequest) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +func (m *LabelTextRequest) GetFeature() LabelTextRequest_Feature { + if m != nil { + return m.Feature + } + return LabelTextRequest_FEATURE_UNSPECIFIED +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*LabelTextRequest) 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 _LabelTextRequest_OneofMarshaler, _LabelTextRequest_OneofUnmarshaler, _LabelTextRequest_OneofSizer, []interface{}{ + (*LabelTextRequest_TextClassificationConfig)(nil), + (*LabelTextRequest_TextEntityExtractionConfig)(nil), + } +} + +func _LabelTextRequest_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*LabelTextRequest) + // request_config + switch x := m.RequestConfig.(type) { + case *LabelTextRequest_TextClassificationConfig: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextClassificationConfig); err != nil { + return err + } + case *LabelTextRequest_TextEntityExtractionConfig: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextEntityExtractionConfig); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("LabelTextRequest.RequestConfig has unexpected type %T", x) + } + return nil +} + +func _LabelTextRequest_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*LabelTextRequest) + switch tag { + case 4: // request_config.text_classification_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextClassificationConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelTextRequest_TextClassificationConfig{msg} + return true, err + case 5: // request_config.text_entity_extraction_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextEntityExtractionConfig) + err := b.DecodeMessage(msg) + m.RequestConfig = &LabelTextRequest_TextEntityExtractionConfig{msg} + return true, err + default: + return false, nil + } +} + +func _LabelTextRequest_OneofSizer(msg proto.Message) (n int) { + m := msg.(*LabelTextRequest) + // request_config + switch x := m.RequestConfig.(type) { + case *LabelTextRequest_TextClassificationConfig: + s := proto.Size(x.TextClassificationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelTextRequest_TextEntityExtractionConfig: + s := proto.Size(x.TextEntityExtractionConfig) + 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 +} + +// Request message for LabelAudio. +type LabelAudioRequest struct { + // Required. Name of the dataset to request labeling task, format: + // projects/{project_id}/datasets/{dataset_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. Basic human annotation config. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,2,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + // Required. The type of audio labeling task. + Feature LabelAudioRequest_Feature `protobuf:"varint,3,opt,name=feature,proto3,enum=google.cloud.datalabeling.v1beta1.LabelAudioRequest_Feature" json:"feature,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LabelAudioRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelAudioRequest.Unmarshal(m, b) +} +func (m *LabelAudioRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelAudioRequest.Marshal(b, m, deterministic) +} +func (dst *LabelAudioRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelAudioRequest.Merge(dst, src) +} +func (m *LabelAudioRequest) XXX_Size() int { + return xxx_messageInfo_LabelAudioRequest.Size(m) +} +func (m *LabelAudioRequest) XXX_DiscardUnknown() { + xxx_messageInfo_LabelAudioRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelAudioRequest proto.InternalMessageInfo + +func (m *LabelAudioRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *LabelAudioRequest) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +func (m *LabelAudioRequest) GetFeature() LabelAudioRequest_Feature { + if m != nil { + return m.Feature + } + return LabelAudioRequest_FEATURE_UNSPECIFIED +} + +// Request message for GetExample +type GetExampleRequest struct { + // Required. Name of example, format: + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ + // {annotated_dataset_id}/examples/{example_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Optional. An expression for filtering Examples. Filter by + // annotation_spec.display_name is supported. Format + // "annotation_spec.display_name = {display_name}" + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *GetExampleRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetExampleRequest.Unmarshal(m, b) +} +func (m *GetExampleRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetExampleRequest.Marshal(b, m, deterministic) +} +func (dst *GetExampleRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetExampleRequest.Merge(dst, src) +} +func (m *GetExampleRequest) XXX_Size() int { + return xxx_messageInfo_GetExampleRequest.Size(m) +} +func (m *GetExampleRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetExampleRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetExampleRequest proto.InternalMessageInfo + +func (m *GetExampleRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *GetExampleRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +// Request message for ListExamples. +type ListExamplesRequest struct { + // Required. Example resource parent. + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. An expression for filtering Examples. For annotated datasets that + // have annotation spec set, filter by + // annotation_spec.display_name is supported. Format + // "annotation_spec.display_name = {display_name}" + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // Optional. Requested page size. Server may return fewer results than + // requested. Default value is 100. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + // Optional. A token identifying a page of results for the server to return. + // Typically obtained by + // [ListExamplesResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListExamplesResponse.next_page_token] of the previous + // [DataLabelingService.ListExamples] call. + // Return first page if empty. + PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ListExamplesRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListExamplesRequest.Unmarshal(m, b) +} +func (m *ListExamplesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListExamplesRequest.Marshal(b, m, deterministic) +} +func (dst *ListExamplesRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListExamplesRequest.Merge(dst, src) +} +func (m *ListExamplesRequest) XXX_Size() int { + return xxx_messageInfo_ListExamplesRequest.Size(m) +} +func (m *ListExamplesRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListExamplesRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListExamplesRequest proto.InternalMessageInfo + +func (m *ListExamplesRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListExamplesRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListExamplesRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +func (m *ListExamplesRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +// Results of listing Examples in and annotated dataset. +type ListExamplesResponse struct { + // The list of examples to return. + Examples []*Example `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"` + // A token to retrieve next page of results. + 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 *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} +} +func (m *ListExamplesResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListExamplesResponse.Unmarshal(m, b) +} +func (m *ListExamplesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListExamplesResponse.Marshal(b, m, deterministic) +} +func (dst *ListExamplesResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListExamplesResponse.Merge(dst, src) +} +func (m *ListExamplesResponse) XXX_Size() int { + return xxx_messageInfo_ListExamplesResponse.Size(m) +} +func (m *ListExamplesResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListExamplesResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListExamplesResponse proto.InternalMessageInfo + +func (m *ListExamplesResponse) GetExamples() []*Example { + if m != nil { + return m.Examples + } + return nil +} + +func (m *ListExamplesResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request message for CreateAnnotationSpecSet. +type CreateAnnotationSpecSetRequest struct { + // Required. AnnotationSpecSet resource parent, format: + // projects/{project_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. Annotation spec set to create. Annotation specs must be included. + // Only one annotation spec will be accepted for annotation specs with same + // display_name. + AnnotationSpecSet *AnnotationSpecSet `protobuf:"bytes,2,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateAnnotationSpecSetRequest) Reset() { *m = CreateAnnotationSpecSetRequest{} } +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} +} +func (m *CreateAnnotationSpecSetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateAnnotationSpecSetRequest.Unmarshal(m, b) +} +func (m *CreateAnnotationSpecSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateAnnotationSpecSetRequest.Marshal(b, m, deterministic) +} +func (dst *CreateAnnotationSpecSetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateAnnotationSpecSetRequest.Merge(dst, src) +} +func (m *CreateAnnotationSpecSetRequest) XXX_Size() int { + return xxx_messageInfo_CreateAnnotationSpecSetRequest.Size(m) +} +func (m *CreateAnnotationSpecSetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateAnnotationSpecSetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateAnnotationSpecSetRequest proto.InternalMessageInfo + +func (m *CreateAnnotationSpecSetRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *CreateAnnotationSpecSetRequest) GetAnnotationSpecSet() *AnnotationSpecSet { + if m != nil { + return m.AnnotationSpecSet + } + return nil +} + +// Request message for GetAnnotationSpecSet. +type GetAnnotationSpecSetRequest struct { + // Required. AnnotationSpecSet resource name, format: + // projects/{project_id}/annotationSpecSets/{annotation_spec_set_id} + 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 *GetAnnotationSpecSetRequest) Reset() { *m = GetAnnotationSpecSetRequest{} } +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} +} +func (m *GetAnnotationSpecSetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetAnnotationSpecSetRequest.Unmarshal(m, b) +} +func (m *GetAnnotationSpecSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetAnnotationSpecSetRequest.Marshal(b, m, deterministic) +} +func (dst *GetAnnotationSpecSetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetAnnotationSpecSetRequest.Merge(dst, src) +} +func (m *GetAnnotationSpecSetRequest) XXX_Size() int { + return xxx_messageInfo_GetAnnotationSpecSetRequest.Size(m) +} +func (m *GetAnnotationSpecSetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetAnnotationSpecSetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetAnnotationSpecSetRequest proto.InternalMessageInfo + +func (m *GetAnnotationSpecSetRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for ListAnnotationSpecSets. +type ListAnnotationSpecSetsRequest struct { + // Required. Parent of AnnotationSpecSet resource, format: + // projects/{project_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. Filter is not supported at this moment. + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // Optional. Requested page size. Server may return fewer results than + // requested. Default value is 100. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + // Optional. A token identifying a page of results for the server to return. + // Typically obtained by + // [ListAnnotationSpecSetsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse.next_page_token] of the previous + // [DataLabelingService.ListAnnotationSpecSets] call. + // Return first page if empty. + PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListAnnotationSpecSetsRequest) Reset() { *m = ListAnnotationSpecSetsRequest{} } +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} +} +func (m *ListAnnotationSpecSetsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListAnnotationSpecSetsRequest.Unmarshal(m, b) +} +func (m *ListAnnotationSpecSetsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListAnnotationSpecSetsRequest.Marshal(b, m, deterministic) +} +func (dst *ListAnnotationSpecSetsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListAnnotationSpecSetsRequest.Merge(dst, src) +} +func (m *ListAnnotationSpecSetsRequest) XXX_Size() int { + return xxx_messageInfo_ListAnnotationSpecSetsRequest.Size(m) +} +func (m *ListAnnotationSpecSetsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListAnnotationSpecSetsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListAnnotationSpecSetsRequest proto.InternalMessageInfo + +func (m *ListAnnotationSpecSetsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListAnnotationSpecSetsRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListAnnotationSpecSetsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +func (m *ListAnnotationSpecSetsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +// Results of listing annotation spec set under a project. +type ListAnnotationSpecSetsResponse struct { + // The list of annotation spec sets. + AnnotationSpecSets []*AnnotationSpecSet `protobuf:"bytes,1,rep,name=annotation_spec_sets,json=annotationSpecSets,proto3" json:"annotation_spec_sets,omitempty"` + // A token to retrieve next page of results. + 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 *ListAnnotationSpecSetsResponse) Reset() { *m = ListAnnotationSpecSetsResponse{} } +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} +} +func (m *ListAnnotationSpecSetsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListAnnotationSpecSetsResponse.Unmarshal(m, b) +} +func (m *ListAnnotationSpecSetsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListAnnotationSpecSetsResponse.Marshal(b, m, deterministic) +} +func (dst *ListAnnotationSpecSetsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListAnnotationSpecSetsResponse.Merge(dst, src) +} +func (m *ListAnnotationSpecSetsResponse) XXX_Size() int { + return xxx_messageInfo_ListAnnotationSpecSetsResponse.Size(m) +} +func (m *ListAnnotationSpecSetsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListAnnotationSpecSetsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListAnnotationSpecSetsResponse proto.InternalMessageInfo + +func (m *ListAnnotationSpecSetsResponse) GetAnnotationSpecSets() []*AnnotationSpecSet { + if m != nil { + return m.AnnotationSpecSets + } + return nil +} + +func (m *ListAnnotationSpecSetsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +// Request message for DeleteAnnotationSpecSet. +type DeleteAnnotationSpecSetRequest struct { + // Required. AnnotationSpec resource name, format: + // `projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}`. + 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 *DeleteAnnotationSpecSetRequest) Reset() { *m = DeleteAnnotationSpecSetRequest{} } +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} +} +func (m *DeleteAnnotationSpecSetRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteAnnotationSpecSetRequest.Unmarshal(m, b) +} +func (m *DeleteAnnotationSpecSetRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteAnnotationSpecSetRequest.Marshal(b, m, deterministic) +} +func (dst *DeleteAnnotationSpecSetRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteAnnotationSpecSetRequest.Merge(dst, src) +} +func (m *DeleteAnnotationSpecSetRequest) XXX_Size() int { + return xxx_messageInfo_DeleteAnnotationSpecSetRequest.Size(m) +} +func (m *DeleteAnnotationSpecSetRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteAnnotationSpecSetRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteAnnotationSpecSetRequest proto.InternalMessageInfo + +func (m *DeleteAnnotationSpecSetRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for CreateInstruction. +type CreateInstructionRequest struct { + // Required. Instruction resource parent, format: + // projects/{project_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. Instruction of how to perform the labeling task. + Instruction *Instruction `protobuf:"bytes,2,opt,name=instruction,proto3" json:"instruction,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateInstructionRequest) Reset() { *m = CreateInstructionRequest{} } +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} +} +func (m *CreateInstructionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateInstructionRequest.Unmarshal(m, b) +} +func (m *CreateInstructionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateInstructionRequest.Marshal(b, m, deterministic) +} +func (dst *CreateInstructionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateInstructionRequest.Merge(dst, src) +} +func (m *CreateInstructionRequest) XXX_Size() int { + return xxx_messageInfo_CreateInstructionRequest.Size(m) +} +func (m *CreateInstructionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateInstructionRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateInstructionRequest proto.InternalMessageInfo + +func (m *CreateInstructionRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *CreateInstructionRequest) GetInstruction() *Instruction { + if m != nil { + return m.Instruction + } + return nil +} + +// Request message for GetInstruction. +type GetInstructionRequest struct { + // Required. Instruction resource name, format: + // projects/{project_id}/instructions/{instruction_id} + 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 *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} +} +func (m *GetInstructionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetInstructionRequest.Unmarshal(m, b) +} +func (m *GetInstructionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetInstructionRequest.Marshal(b, m, deterministic) +} +func (dst *GetInstructionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetInstructionRequest.Merge(dst, src) +} +func (m *GetInstructionRequest) XXX_Size() int { + return xxx_messageInfo_GetInstructionRequest.Size(m) +} +func (m *GetInstructionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetInstructionRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetInstructionRequest proto.InternalMessageInfo + +func (m *GetInstructionRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for DeleteInstruction. +type DeleteInstructionRequest struct { + // Required. Instruction resource name, format: + // projects/{project_id}/instructions/{instruction_id} + 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 *DeleteInstructionRequest) Reset() { *m = DeleteInstructionRequest{} } +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} +} +func (m *DeleteInstructionRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteInstructionRequest.Unmarshal(m, b) +} +func (m *DeleteInstructionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteInstructionRequest.Marshal(b, m, deterministic) +} +func (dst *DeleteInstructionRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteInstructionRequest.Merge(dst, src) +} +func (m *DeleteInstructionRequest) XXX_Size() int { + return xxx_messageInfo_DeleteInstructionRequest.Size(m) +} +func (m *DeleteInstructionRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteInstructionRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteInstructionRequest proto.InternalMessageInfo + +func (m *DeleteInstructionRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request message for ListInstructions. +type ListInstructionsRequest struct { + // Required. Instruction resource parent, format: + // projects/{project_id} + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. Filter is not supported at this moment. + Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` + // Optional. Requested page size. Server may return fewer results than + // requested. Default value is 100. + PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` + // Optional. A token identifying a page of results for the server to return. + // Typically obtained by + // [ListInstructionsResponse.next_page_token][google.cloud.datalabeling.v1beta1.ListInstructionsResponse.next_page_token] of the previous + // [DataLabelingService.ListInstructions] call. + // Return first page if empty. + PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ListInstructionsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListInstructionsRequest.Unmarshal(m, b) +} +func (m *ListInstructionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListInstructionsRequest.Marshal(b, m, deterministic) +} +func (dst *ListInstructionsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListInstructionsRequest.Merge(dst, src) +} +func (m *ListInstructionsRequest) XXX_Size() int { + return xxx_messageInfo_ListInstructionsRequest.Size(m) +} +func (m *ListInstructionsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListInstructionsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListInstructionsRequest proto.InternalMessageInfo + +func (m *ListInstructionsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListInstructionsRequest) GetFilter() string { + if m != nil { + return m.Filter + } + return "" +} + +func (m *ListInstructionsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +func (m *ListInstructionsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +// Results of listing instructions under a project. +type ListInstructionsResponse struct { + // The list of Instructions to return. + Instructions []*Instruction `protobuf:"bytes,1,rep,name=instructions,proto3" json:"instructions,omitempty"` + // A token to retrieve next page of results. + 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 *ListInstructionsResponse) Reset() { *m = ListInstructionsResponse{} } +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} +} +func (m *ListInstructionsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListInstructionsResponse.Unmarshal(m, b) +} +func (m *ListInstructionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListInstructionsResponse.Marshal(b, m, deterministic) +} +func (dst *ListInstructionsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListInstructionsResponse.Merge(dst, src) +} +func (m *ListInstructionsResponse) XXX_Size() int { + return xxx_messageInfo_ListInstructionsResponse.Size(m) +} +func (m *ListInstructionsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListInstructionsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListInstructionsResponse proto.InternalMessageInfo + +func (m *ListInstructionsResponse) GetInstructions() []*Instruction { + if m != nil { + return m.Instructions + } + return nil +} + +func (m *ListInstructionsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +func init() { + proto.RegisterType((*CreateDatasetRequest)(nil), "google.cloud.datalabeling.v1beta1.CreateDatasetRequest") + proto.RegisterType((*GetDatasetRequest)(nil), "google.cloud.datalabeling.v1beta1.GetDatasetRequest") + proto.RegisterType((*ListDatasetsRequest)(nil), "google.cloud.datalabeling.v1beta1.ListDatasetsRequest") + proto.RegisterType((*ListDatasetsResponse)(nil), "google.cloud.datalabeling.v1beta1.ListDatasetsResponse") + proto.RegisterType((*DeleteDatasetRequest)(nil), "google.cloud.datalabeling.v1beta1.DeleteDatasetRequest") + proto.RegisterType((*ImportDataRequest)(nil), "google.cloud.datalabeling.v1beta1.ImportDataRequest") + proto.RegisterType((*ExportDataRequest)(nil), "google.cloud.datalabeling.v1beta1.ExportDataRequest") + proto.RegisterType((*GetDataItemRequest)(nil), "google.cloud.datalabeling.v1beta1.GetDataItemRequest") + proto.RegisterType((*ListDataItemsRequest)(nil), "google.cloud.datalabeling.v1beta1.ListDataItemsRequest") + proto.RegisterType((*ListDataItemsResponse)(nil), "google.cloud.datalabeling.v1beta1.ListDataItemsResponse") + proto.RegisterType((*GetAnnotatedDatasetRequest)(nil), "google.cloud.datalabeling.v1beta1.GetAnnotatedDatasetRequest") + proto.RegisterType((*ListAnnotatedDatasetsRequest)(nil), "google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsRequest") + proto.RegisterType((*DeleteAnnotatedDatasetRequest)(nil), "google.cloud.datalabeling.v1beta1.DeleteAnnotatedDatasetRequest") + proto.RegisterType((*ListAnnotatedDatasetsResponse)(nil), "google.cloud.datalabeling.v1beta1.ListAnnotatedDatasetsResponse") + proto.RegisterType((*LabelImageRequest)(nil), "google.cloud.datalabeling.v1beta1.LabelImageRequest") + proto.RegisterType((*LabelVideoRequest)(nil), "google.cloud.datalabeling.v1beta1.LabelVideoRequest") + proto.RegisterType((*LabelTextRequest)(nil), "google.cloud.datalabeling.v1beta1.LabelTextRequest") + proto.RegisterType((*LabelAudioRequest)(nil), "google.cloud.datalabeling.v1beta1.LabelAudioRequest") + proto.RegisterType((*GetExampleRequest)(nil), "google.cloud.datalabeling.v1beta1.GetExampleRequest") + proto.RegisterType((*ListExamplesRequest)(nil), "google.cloud.datalabeling.v1beta1.ListExamplesRequest") + proto.RegisterType((*ListExamplesResponse)(nil), "google.cloud.datalabeling.v1beta1.ListExamplesResponse") + proto.RegisterType((*CreateAnnotationSpecSetRequest)(nil), "google.cloud.datalabeling.v1beta1.CreateAnnotationSpecSetRequest") + proto.RegisterType((*GetAnnotationSpecSetRequest)(nil), "google.cloud.datalabeling.v1beta1.GetAnnotationSpecSetRequest") + proto.RegisterType((*ListAnnotationSpecSetsRequest)(nil), "google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsRequest") + proto.RegisterType((*ListAnnotationSpecSetsResponse)(nil), "google.cloud.datalabeling.v1beta1.ListAnnotationSpecSetsResponse") + proto.RegisterType((*DeleteAnnotationSpecSetRequest)(nil), "google.cloud.datalabeling.v1beta1.DeleteAnnotationSpecSetRequest") + proto.RegisterType((*CreateInstructionRequest)(nil), "google.cloud.datalabeling.v1beta1.CreateInstructionRequest") + proto.RegisterType((*GetInstructionRequest)(nil), "google.cloud.datalabeling.v1beta1.GetInstructionRequest") + proto.RegisterType((*DeleteInstructionRequest)(nil), "google.cloud.datalabeling.v1beta1.DeleteInstructionRequest") + proto.RegisterType((*ListInstructionsRequest)(nil), "google.cloud.datalabeling.v1beta1.ListInstructionsRequest") + proto.RegisterType((*ListInstructionsResponse)(nil), "google.cloud.datalabeling.v1beta1.ListInstructionsResponse") + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.LabelImageRequest_Feature", LabelImageRequest_Feature_name, LabelImageRequest_Feature_value) + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.LabelVideoRequest_Feature", LabelVideoRequest_Feature_name, LabelVideoRequest_Feature_value) + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.LabelTextRequest_Feature", LabelTextRequest_Feature_name, LabelTextRequest_Feature_value) + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.LabelAudioRequest_Feature", LabelAudioRequest_Feature_name, LabelAudioRequest_Feature_value) +} + +// 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 + +// DataLabelingServiceClient is the client API for DataLabelingService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type DataLabelingServiceClient interface { + // Creates dataset. If success return a Dataset resource. + CreateDataset(ctx context.Context, in *CreateDatasetRequest, opts ...grpc.CallOption) (*Dataset, error) + // Gets dataset by resource name. + GetDataset(ctx context.Context, in *GetDatasetRequest, opts ...grpc.CallOption) (*Dataset, error) + // Lists datasets under a project. Pagination is supported. + ListDatasets(ctx context.Context, in *ListDatasetsRequest, opts ...grpc.CallOption) (*ListDatasetsResponse, error) + // Deletes a dataset by resource name. + DeleteDataset(ctx context.Context, in *DeleteDatasetRequest, opts ...grpc.CallOption) (*empty.Empty, error) + // Imports data into dataset based on source locations defined in request. + // It can be called multiple times for the same dataset. Each dataset can + // only have one long running operation running on it. For example, no + // labeling task (also long running operation) can be started while + // importing is still ongoing. Vice versa. + ImportData(ctx context.Context, in *ImportDataRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Exports data and annotations from dataset. + ExportData(ctx context.Context, in *ExportDataRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Gets a data item in a dataset by resource name. This API can be + // called after data are imported into dataset. + GetDataItem(ctx context.Context, in *GetDataItemRequest, opts ...grpc.CallOption) (*DataItem, error) + // Lists data items in a dataset. This API can be called after data + // are imported into dataset. Pagination is supported. + ListDataItems(ctx context.Context, in *ListDataItemsRequest, opts ...grpc.CallOption) (*ListDataItemsResponse, error) + // Gets an annotated dataset by resource name. + GetAnnotatedDataset(ctx context.Context, in *GetAnnotatedDatasetRequest, opts ...grpc.CallOption) (*AnnotatedDataset, error) + // Lists annotated datasets for a dataset. Pagination is supported. + ListAnnotatedDatasets(ctx context.Context, in *ListAnnotatedDatasetsRequest, opts ...grpc.CallOption) (*ListAnnotatedDatasetsResponse, error) + // Deletes an annotated dataset by resource name. + DeleteAnnotatedDataset(ctx context.Context, in *DeleteAnnotatedDatasetRequest, opts ...grpc.CallOption) (*empty.Empty, error) + // Starts a labeling task for image. The type of image labeling task is + // configured by feature in the request. + LabelImage(ctx context.Context, in *LabelImageRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Starts a labeling task for video. The type of video labeling task is + // configured by feature in the request. + LabelVideo(ctx context.Context, in *LabelVideoRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Starts a labeling task for text. The type of text labeling task is + // configured by feature in the request. + LabelText(ctx context.Context, in *LabelTextRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Starts a labeling task for audio. The type of audio labeling task is + // configured by feature in the request. + LabelAudio(ctx context.Context, in *LabelAudioRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Gets an example by resource name, including both data and annotation. + GetExample(ctx context.Context, in *GetExampleRequest, opts ...grpc.CallOption) (*Example, error) + // Lists examples in an annotated dataset. Pagination is supported. + ListExamples(ctx context.Context, in *ListExamplesRequest, opts ...grpc.CallOption) (*ListExamplesResponse, error) + // Creates an annotation spec set by providing a set of labels. + CreateAnnotationSpecSet(ctx context.Context, in *CreateAnnotationSpecSetRequest, opts ...grpc.CallOption) (*AnnotationSpecSet, error) + // Gets an annotation spec set by resource name. + GetAnnotationSpecSet(ctx context.Context, in *GetAnnotationSpecSetRequest, opts ...grpc.CallOption) (*AnnotationSpecSet, error) + // Lists annotation spec sets for a project. Pagination is supported. + ListAnnotationSpecSets(ctx context.Context, in *ListAnnotationSpecSetsRequest, opts ...grpc.CallOption) (*ListAnnotationSpecSetsResponse, error) + // Deletes an annotation spec set by resource name. + DeleteAnnotationSpecSet(ctx context.Context, in *DeleteAnnotationSpecSetRequest, opts ...grpc.CallOption) (*empty.Empty, error) + // Creates an instruction for how data should be labeled. + CreateInstruction(ctx context.Context, in *CreateInstructionRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Gets an instruction by resource name. + GetInstruction(ctx context.Context, in *GetInstructionRequest, opts ...grpc.CallOption) (*Instruction, error) + // Lists instructions for a project. Pagination is supported. + ListInstructions(ctx context.Context, in *ListInstructionsRequest, opts ...grpc.CallOption) (*ListInstructionsResponse, error) + // Deletes an instruction object by resource name. + DeleteInstruction(ctx context.Context, in *DeleteInstructionRequest, opts ...grpc.CallOption) (*empty.Empty, error) +} + +type dataLabelingServiceClient struct { + cc *grpc.ClientConn +} + +func NewDataLabelingServiceClient(cc *grpc.ClientConn) DataLabelingServiceClient { + return &dataLabelingServiceClient{cc} +} + +func (c *dataLabelingServiceClient) CreateDataset(ctx context.Context, in *CreateDatasetRequest, opts ...grpc.CallOption) (*Dataset, error) { + out := new(Dataset) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/CreateDataset", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) GetDataset(ctx context.Context, in *GetDatasetRequest, opts ...grpc.CallOption) (*Dataset, error) { + out := new(Dataset) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetDataset", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ListDatasets(ctx context.Context, in *ListDatasetsRequest, opts ...grpc.CallOption) (*ListDatasetsResponse, error) { + out := new(ListDatasetsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListDatasets", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) DeleteDataset(ctx context.Context, in *DeleteDatasetRequest, opts ...grpc.CallOption) (*empty.Empty, error) { + out := new(empty.Empty) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteDataset", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ImportData(ctx context.Context, in *ImportDataRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ImportData", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ExportData(ctx context.Context, in *ExportDataRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ExportData", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) GetDataItem(ctx context.Context, in *GetDataItemRequest, opts ...grpc.CallOption) (*DataItem, error) { + out := new(DataItem) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetDataItem", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ListDataItems(ctx context.Context, in *ListDataItemsRequest, opts ...grpc.CallOption) (*ListDataItemsResponse, error) { + out := new(ListDataItemsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListDataItems", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) GetAnnotatedDataset(ctx context.Context, in *GetAnnotatedDatasetRequest, opts ...grpc.CallOption) (*AnnotatedDataset, error) { + out := new(AnnotatedDataset) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetAnnotatedDataset", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ListAnnotatedDatasets(ctx context.Context, in *ListAnnotatedDatasetsRequest, opts ...grpc.CallOption) (*ListAnnotatedDatasetsResponse, error) { + out := new(ListAnnotatedDatasetsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListAnnotatedDatasets", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) DeleteAnnotatedDataset(ctx context.Context, in *DeleteAnnotatedDatasetRequest, opts ...grpc.CallOption) (*empty.Empty, error) { + out := new(empty.Empty) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteAnnotatedDataset", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) LabelImage(ctx context.Context, in *LabelImageRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelImage", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) LabelVideo(ctx context.Context, in *LabelVideoRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelVideo", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) LabelText(ctx context.Context, in *LabelTextRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelText", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) LabelAudio(ctx context.Context, in *LabelAudioRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelAudio", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) GetExample(ctx context.Context, in *GetExampleRequest, opts ...grpc.CallOption) (*Example, error) { + out := new(Example) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetExample", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ListExamples(ctx context.Context, in *ListExamplesRequest, opts ...grpc.CallOption) (*ListExamplesResponse, error) { + out := new(ListExamplesResponse) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListExamples", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) CreateAnnotationSpecSet(ctx context.Context, in *CreateAnnotationSpecSetRequest, opts ...grpc.CallOption) (*AnnotationSpecSet, error) { + out := new(AnnotationSpecSet) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/CreateAnnotationSpecSet", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) GetAnnotationSpecSet(ctx context.Context, in *GetAnnotationSpecSetRequest, opts ...grpc.CallOption) (*AnnotationSpecSet, error) { + out := new(AnnotationSpecSet) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetAnnotationSpecSet", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ListAnnotationSpecSets(ctx context.Context, in *ListAnnotationSpecSetsRequest, opts ...grpc.CallOption) (*ListAnnotationSpecSetsResponse, error) { + out := new(ListAnnotationSpecSetsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListAnnotationSpecSets", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) DeleteAnnotationSpecSet(ctx context.Context, in *DeleteAnnotationSpecSetRequest, opts ...grpc.CallOption) (*empty.Empty, error) { + out := new(empty.Empty) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteAnnotationSpecSet", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) CreateInstruction(ctx context.Context, in *CreateInstructionRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/CreateInstruction", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) GetInstruction(ctx context.Context, in *GetInstructionRequest, opts ...grpc.CallOption) (*Instruction, error) { + out := new(Instruction) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetInstruction", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) ListInstructions(ctx context.Context, in *ListInstructionsRequest, opts ...grpc.CallOption) (*ListInstructionsResponse, error) { + out := new(ListInstructionsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListInstructions", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *dataLabelingServiceClient) DeleteInstruction(ctx context.Context, in *DeleteInstructionRequest, opts ...grpc.CallOption) (*empty.Empty, error) { + out := new(empty.Empty) + err := c.cc.Invoke(ctx, "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteInstruction", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// DataLabelingServiceServer is the server API for DataLabelingService service. +type DataLabelingServiceServer interface { + // Creates dataset. If success return a Dataset resource. + CreateDataset(context.Context, *CreateDatasetRequest) (*Dataset, error) + // Gets dataset by resource name. + GetDataset(context.Context, *GetDatasetRequest) (*Dataset, error) + // Lists datasets under a project. Pagination is supported. + ListDatasets(context.Context, *ListDatasetsRequest) (*ListDatasetsResponse, error) + // Deletes a dataset by resource name. + DeleteDataset(context.Context, *DeleteDatasetRequest) (*empty.Empty, error) + // Imports data into dataset based on source locations defined in request. + // It can be called multiple times for the same dataset. Each dataset can + // only have one long running operation running on it. For example, no + // labeling task (also long running operation) can be started while + // importing is still ongoing. Vice versa. + ImportData(context.Context, *ImportDataRequest) (*longrunning.Operation, error) + // Exports data and annotations from dataset. + ExportData(context.Context, *ExportDataRequest) (*longrunning.Operation, error) + // Gets a data item in a dataset by resource name. This API can be + // called after data are imported into dataset. + GetDataItem(context.Context, *GetDataItemRequest) (*DataItem, error) + // Lists data items in a dataset. This API can be called after data + // are imported into dataset. Pagination is supported. + ListDataItems(context.Context, *ListDataItemsRequest) (*ListDataItemsResponse, error) + // Gets an annotated dataset by resource name. + GetAnnotatedDataset(context.Context, *GetAnnotatedDatasetRequest) (*AnnotatedDataset, error) + // Lists annotated datasets for a dataset. Pagination is supported. + ListAnnotatedDatasets(context.Context, *ListAnnotatedDatasetsRequest) (*ListAnnotatedDatasetsResponse, error) + // Deletes an annotated dataset by resource name. + DeleteAnnotatedDataset(context.Context, *DeleteAnnotatedDatasetRequest) (*empty.Empty, error) + // Starts a labeling task for image. The type of image labeling task is + // configured by feature in the request. + LabelImage(context.Context, *LabelImageRequest) (*longrunning.Operation, error) + // Starts a labeling task for video. The type of video labeling task is + // configured by feature in the request. + LabelVideo(context.Context, *LabelVideoRequest) (*longrunning.Operation, error) + // Starts a labeling task for text. The type of text labeling task is + // configured by feature in the request. + LabelText(context.Context, *LabelTextRequest) (*longrunning.Operation, error) + // Starts a labeling task for audio. The type of audio labeling task is + // configured by feature in the request. + LabelAudio(context.Context, *LabelAudioRequest) (*longrunning.Operation, error) + // Gets an example by resource name, including both data and annotation. + GetExample(context.Context, *GetExampleRequest) (*Example, error) + // Lists examples in an annotated dataset. Pagination is supported. + ListExamples(context.Context, *ListExamplesRequest) (*ListExamplesResponse, error) + // Creates an annotation spec set by providing a set of labels. + CreateAnnotationSpecSet(context.Context, *CreateAnnotationSpecSetRequest) (*AnnotationSpecSet, error) + // Gets an annotation spec set by resource name. + GetAnnotationSpecSet(context.Context, *GetAnnotationSpecSetRequest) (*AnnotationSpecSet, error) + // Lists annotation spec sets for a project. Pagination is supported. + ListAnnotationSpecSets(context.Context, *ListAnnotationSpecSetsRequest) (*ListAnnotationSpecSetsResponse, error) + // Deletes an annotation spec set by resource name. + DeleteAnnotationSpecSet(context.Context, *DeleteAnnotationSpecSetRequest) (*empty.Empty, error) + // Creates an instruction for how data should be labeled. + CreateInstruction(context.Context, *CreateInstructionRequest) (*longrunning.Operation, error) + // Gets an instruction by resource name. + GetInstruction(context.Context, *GetInstructionRequest) (*Instruction, error) + // Lists instructions for a project. Pagination is supported. + ListInstructions(context.Context, *ListInstructionsRequest) (*ListInstructionsResponse, error) + // Deletes an instruction object by resource name. + DeleteInstruction(context.Context, *DeleteInstructionRequest) (*empty.Empty, error) +} + +func RegisterDataLabelingServiceServer(s *grpc.Server, srv DataLabelingServiceServer) { + s.RegisterService(&_DataLabelingService_serviceDesc, srv) +} + +func _DataLabelingService_CreateDataset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateDatasetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).CreateDataset(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/CreateDataset", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).CreateDataset(ctx, req.(*CreateDatasetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_GetDataset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetDatasetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).GetDataset(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetDataset", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).GetDataset(ctx, req.(*GetDatasetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ListDatasets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListDatasetsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ListDatasets(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListDatasets", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ListDatasets(ctx, req.(*ListDatasetsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_DeleteDataset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteDatasetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).DeleteDataset(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteDataset", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).DeleteDataset(ctx, req.(*DeleteDatasetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ImportData_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ImportDataRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ImportData(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ImportData", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ImportData(ctx, req.(*ImportDataRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ExportData_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ExportDataRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ExportData(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ExportData", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ExportData(ctx, req.(*ExportDataRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_GetDataItem_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetDataItemRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).GetDataItem(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetDataItem", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).GetDataItem(ctx, req.(*GetDataItemRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ListDataItems_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListDataItemsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ListDataItems(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListDataItems", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ListDataItems(ctx, req.(*ListDataItemsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_GetAnnotatedDataset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetAnnotatedDatasetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).GetAnnotatedDataset(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetAnnotatedDataset", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).GetAnnotatedDataset(ctx, req.(*GetAnnotatedDatasetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ListAnnotatedDatasets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListAnnotatedDatasetsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ListAnnotatedDatasets(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListAnnotatedDatasets", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ListAnnotatedDatasets(ctx, req.(*ListAnnotatedDatasetsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_DeleteAnnotatedDataset_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteAnnotatedDatasetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).DeleteAnnotatedDataset(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteAnnotatedDataset", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).DeleteAnnotatedDataset(ctx, req.(*DeleteAnnotatedDatasetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_LabelImage_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(LabelImageRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).LabelImage(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelImage", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).LabelImage(ctx, req.(*LabelImageRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_LabelVideo_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(LabelVideoRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).LabelVideo(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelVideo", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).LabelVideo(ctx, req.(*LabelVideoRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_LabelText_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(LabelTextRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).LabelText(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelText", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).LabelText(ctx, req.(*LabelTextRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_LabelAudio_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(LabelAudioRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).LabelAudio(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/LabelAudio", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).LabelAudio(ctx, req.(*LabelAudioRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_GetExample_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetExampleRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).GetExample(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetExample", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).GetExample(ctx, req.(*GetExampleRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ListExamples_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListExamplesRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ListExamples(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListExamples", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ListExamples(ctx, req.(*ListExamplesRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_CreateAnnotationSpecSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateAnnotationSpecSetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).CreateAnnotationSpecSet(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/CreateAnnotationSpecSet", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).CreateAnnotationSpecSet(ctx, req.(*CreateAnnotationSpecSetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_GetAnnotationSpecSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetAnnotationSpecSetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).GetAnnotationSpecSet(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetAnnotationSpecSet", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).GetAnnotationSpecSet(ctx, req.(*GetAnnotationSpecSetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ListAnnotationSpecSets_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListAnnotationSpecSetsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ListAnnotationSpecSets(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListAnnotationSpecSets", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ListAnnotationSpecSets(ctx, req.(*ListAnnotationSpecSetsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_DeleteAnnotationSpecSet_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteAnnotationSpecSetRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).DeleteAnnotationSpecSet(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteAnnotationSpecSet", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).DeleteAnnotationSpecSet(ctx, req.(*DeleteAnnotationSpecSetRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_CreateInstruction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateInstructionRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).CreateInstruction(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/CreateInstruction", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).CreateInstruction(ctx, req.(*CreateInstructionRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_GetInstruction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetInstructionRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).GetInstruction(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/GetInstruction", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).GetInstruction(ctx, req.(*GetInstructionRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_ListInstructions_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListInstructionsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).ListInstructions(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/ListInstructions", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).ListInstructions(ctx, req.(*ListInstructionsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _DataLabelingService_DeleteInstruction_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteInstructionRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DataLabelingServiceServer).DeleteInstruction(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.datalabeling.v1beta1.DataLabelingService/DeleteInstruction", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DataLabelingServiceServer).DeleteInstruction(ctx, req.(*DeleteInstructionRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _DataLabelingService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.cloud.datalabeling.v1beta1.DataLabelingService", + HandlerType: (*DataLabelingServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "CreateDataset", + Handler: _DataLabelingService_CreateDataset_Handler, + }, + { + MethodName: "GetDataset", + Handler: _DataLabelingService_GetDataset_Handler, + }, + { + MethodName: "ListDatasets", + Handler: _DataLabelingService_ListDatasets_Handler, + }, + { + MethodName: "DeleteDataset", + Handler: _DataLabelingService_DeleteDataset_Handler, + }, + { + MethodName: "ImportData", + Handler: _DataLabelingService_ImportData_Handler, + }, + { + MethodName: "ExportData", + Handler: _DataLabelingService_ExportData_Handler, + }, + { + MethodName: "GetDataItem", + Handler: _DataLabelingService_GetDataItem_Handler, + }, + { + MethodName: "ListDataItems", + Handler: _DataLabelingService_ListDataItems_Handler, + }, + { + MethodName: "GetAnnotatedDataset", + Handler: _DataLabelingService_GetAnnotatedDataset_Handler, + }, + { + MethodName: "ListAnnotatedDatasets", + Handler: _DataLabelingService_ListAnnotatedDatasets_Handler, + }, + { + MethodName: "DeleteAnnotatedDataset", + Handler: _DataLabelingService_DeleteAnnotatedDataset_Handler, + }, + { + MethodName: "LabelImage", + Handler: _DataLabelingService_LabelImage_Handler, + }, + { + MethodName: "LabelVideo", + Handler: _DataLabelingService_LabelVideo_Handler, + }, + { + MethodName: "LabelText", + Handler: _DataLabelingService_LabelText_Handler, + }, + { + MethodName: "LabelAudio", + Handler: _DataLabelingService_LabelAudio_Handler, + }, + { + MethodName: "GetExample", + Handler: _DataLabelingService_GetExample_Handler, + }, + { + MethodName: "ListExamples", + Handler: _DataLabelingService_ListExamples_Handler, + }, + { + MethodName: "CreateAnnotationSpecSet", + Handler: _DataLabelingService_CreateAnnotationSpecSet_Handler, + }, + { + MethodName: "GetAnnotationSpecSet", + Handler: _DataLabelingService_GetAnnotationSpecSet_Handler, + }, + { + MethodName: "ListAnnotationSpecSets", + Handler: _DataLabelingService_ListAnnotationSpecSets_Handler, + }, + { + MethodName: "DeleteAnnotationSpecSet", + Handler: _DataLabelingService_DeleteAnnotationSpecSet_Handler, + }, + { + MethodName: "CreateInstruction", + Handler: _DataLabelingService_CreateInstruction_Handler, + }, + { + MethodName: "GetInstruction", + Handler: _DataLabelingService_GetInstruction_Handler, + }, + { + MethodName: "ListInstructions", + Handler: _DataLabelingService_ListInstructions_Handler, + }, + { + MethodName: "DeleteInstruction", + Handler: _DataLabelingService_DeleteInstruction_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/cloud/datalabeling/v1beta1/data_labeling_service.proto", +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/data_labeling_service.proto", fileDescriptor_data_labeling_service_6732def77eda74d5) +} + +var fileDescriptor_data_labeling_service_6732def77eda74d5 = []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, + 0x71, 0x68, 0x94, 0xb4, 0x2c, 0xbb, 0x76, 0xa4, 0x2a, 0x0e, 0x45, 0xae, 0x14, 0xa6, 0x0a, 0xa9, + 0x92, 0x94, 0xeb, 0xb4, 0x05, 0x88, 0x25, 0x39, 0x62, 0xb6, 0x26, 0x77, 0x59, 0xee, 0x52, 0x90, + 0x1c, 0xa4, 0x40, 0x8d, 0xb6, 0x87, 0xe6, 0xd0, 0x43, 0x81, 0x1c, 0x5a, 0xc4, 0x40, 0x0f, 0xed, + 0xa5, 0x4d, 0xd0, 0x4b, 0x6f, 0x6d, 0x0e, 0x05, 0x7a, 0xea, 0xc7, 0xa5, 0x40, 0x6f, 0xbd, 0xf5, + 0x0f, 0x29, 0x66, 0x76, 0xf6, 0x8b, 0xbb, 0x4b, 0x0e, 0x65, 0x03, 0x6a, 0x6e, 0xda, 0xd9, 0x7d, + 0xef, 0xfd, 0xde, 0x7b, 0xbf, 0xb7, 0x3b, 0xf3, 0x13, 0x61, 0xa7, 0xa5, 0xeb, 0xad, 0x36, 0xc9, + 0x34, 0xda, 0x7a, 0xbf, 0x99, 0x69, 0x2a, 0xa6, 0xd2, 0x56, 0xea, 0xa4, 0xad, 0x6a, 0xad, 0xcc, + 0xc9, 0x46, 0x9d, 0x98, 0xca, 0x06, 0x5b, 0xac, 0xd9, 0xab, 0x35, 0x83, 0xf4, 0x4e, 0xd4, 0x06, + 0x49, 0x77, 0x7b, 0xba, 0xa9, 0xe3, 0xaf, 0x58, 0xe6, 0x69, 0x66, 0x9e, 0xf6, 0x9a, 0xa7, 0xb9, + 0x79, 0xf2, 0x15, 0x1e, 0x41, 0xe9, 0xaa, 0x19, 0x45, 0xd3, 0x74, 0x53, 0x31, 0x55, 0x5d, 0x33, + 0x2c, 0x07, 0xc9, 0xed, 0xd1, 0xf1, 0x5d, 0xa3, 0x9a, 0xd1, 0x25, 0x8d, 0x9a, 0x41, 0x4c, 0x6e, + 0x9c, 0x11, 0x03, 0xef, 0x1a, 0x3c, 0x18, 0x6d, 0xf0, 0x41, 0xbf, 0xa3, 0x68, 0x35, 0x4f, 0xcc, + 0x86, 0xae, 0x1d, 0xab, 0x2d, 0xee, 0x60, 0x73, 0xb4, 0x03, 0x55, 0x33, 0xcc, 0x5e, 0xbf, 0x41, + 0x6d, 0xb9, 0xd1, 0xed, 0xd1, 0x46, 0x7a, 0x97, 0xf4, 0x7c, 0x75, 0x79, 0x95, 0xdb, 0xb4, 0x75, + 0xad, 0xd5, 0xeb, 0x6b, 0x1a, 0x7d, 0x38, 0xf0, 0xd0, 0x35, 0xfe, 0x10, 0xbb, 0xaa, 0xf7, 0x8f, + 0x33, 0xa4, 0xd3, 0x35, 0xcf, 0xf8, 0xcd, 0xf5, 0xc1, 0x9b, 0xc7, 0x2a, 0x69, 0x37, 0x6b, 0x1d, + 0xc5, 0x78, 0x6c, 0x3d, 0x21, 0x99, 0xb0, 0x9c, 0xeb, 0x11, 0xc5, 0x24, 0x79, 0xab, 0x48, 0x65, + 0xf2, 0x83, 0x3e, 0x31, 0x4c, 0xbc, 0x02, 0x33, 0x5d, 0xa5, 0x47, 0x34, 0x33, 0x81, 0xd6, 0xd1, + 0x8d, 0xd9, 0x32, 0xbf, 0xc2, 0x79, 0xb8, 0xc4, 0xcb, 0x99, 0x98, 0x58, 0x47, 0x37, 0xe6, 0x6e, + 0xa7, 0xd2, 0x23, 0xdb, 0x9f, 0xb6, 0x7d, 0xdb, 0xa6, 0xd2, 0xeb, 0x10, 0xdf, 0x27, 0xe6, 0x40, + 0x48, 0x0c, 0x53, 0x9a, 0xd2, 0x21, 0x3c, 0x20, 0xfb, 0x5b, 0xfa, 0x11, 0x82, 0xa5, 0x03, 0xd5, + 0xb0, 0x1f, 0x35, 0x46, 0xc1, 0x5b, 0x81, 0x99, 0x63, 0xb5, 0x6d, 0x92, 0x1e, 0x43, 0x37, 0x5b, + 0xe6, 0x57, 0xf8, 0x1a, 0xcc, 0x76, 0x95, 0x16, 0xa9, 0x19, 0xea, 0x13, 0x92, 0x98, 0x5c, 0x47, + 0x37, 0xa6, 0xcb, 0x97, 0xe9, 0x42, 0x45, 0x7d, 0x42, 0xf0, 0x1a, 0x00, 0xbb, 0x69, 0xea, 0x8f, + 0x89, 0x96, 0x98, 0x62, 0x86, 0xec, 0xf1, 0x2a, 0x5d, 0x90, 0x7e, 0x8a, 0x60, 0xd9, 0x8f, 0xc1, + 0xe8, 0xea, 0x9a, 0x41, 0xf0, 0x1e, 0x5c, 0xe6, 0x09, 0x19, 0x09, 0xb4, 0x3e, 0x39, 0x66, 0x31, + 0x1c, 0x5b, 0xfc, 0x55, 0xb8, 0xa2, 0x91, 0x53, 0xb3, 0xe6, 0x01, 0x61, 0xa1, 0x5f, 0xa0, 0xcb, + 0x87, 0x0e, 0x90, 0x14, 0x2c, 0xe7, 0x49, 0x9b, 0x04, 0x7a, 0x15, 0x56, 0xb8, 0x27, 0x10, 0x2f, + 0x74, 0xba, 0x7a, 0x8f, 0xa1, 0x1e, 0xf2, 0x20, 0xfe, 0x16, 0xcc, 0xab, 0x5a, 0xb7, 0x6f, 0x72, + 0x8e, 0xf3, 0xae, 0xa6, 0x05, 0x12, 0x29, 0x50, 0xb3, 0x1c, 0xb3, 0x2a, 0xcf, 0xa9, 0xee, 0x85, + 0xf4, 0x17, 0x04, 0x71, 0xf9, 0x54, 0x24, 0xf8, 0x4d, 0x88, 0xf3, 0x29, 0x23, 0xcd, 0x9a, 0x97, + 0x57, 0xb3, 0xe5, 0x98, 0x73, 0x83, 0x67, 0xeb, 0xe9, 0xed, 0xa4, 0xaf, 0xb7, 0x55, 0x58, 0xd0, + 0xfb, 0xa6, 0x27, 0x85, 0x29, 0x96, 0x42, 0x46, 0x20, 0x85, 0x12, 0xb3, 0xe3, 0x39, 0xcc, 0xeb, + 0x9e, 0x2b, 0xe9, 0x06, 0x60, 0x4e, 0xd1, 0x82, 0x49, 0x3a, 0xc3, 0x4a, 0xfd, 0xd4, 0xc3, 0x0f, + 0xfa, 0xec, 0x85, 0x90, 0xf4, 0x63, 0x04, 0x57, 0x07, 0x40, 0x70, 0x96, 0xbe, 0x0b, 0xc0, 0xde, + 0xde, 0x2a, 0x5d, 0xe5, 0x3c, 0xbd, 0x29, 0xc8, 0x53, 0x96, 0xfa, 0x6c, 0xd3, 0xf6, 0x29, 0xcc, + 0xd4, 0x5b, 0x90, 0xdc, 0x27, 0x66, 0x76, 0xa0, 0x83, 0xc3, 0x8a, 0xf8, 0x33, 0x04, 0xaf, 0x50, + 0xfc, 0x83, 0x36, 0x17, 0x52, 0xcc, 0x4d, 0x58, 0xb3, 0x06, 0x6d, 0x9c, 0x0c, 0x7e, 0x87, 0x60, + 0x2d, 0x22, 0x03, 0xde, 0x89, 0x3a, 0xe0, 0x00, 0xdb, 0xed, 0x8e, 0x6c, 0x0a, 0x74, 0x24, 0x80, + 0x26, 0x3e, 0x38, 0x23, 0xe2, 0x1d, 0xfa, 0x62, 0x06, 0xe2, 0x07, 0x34, 0x40, 0xa1, 0xa3, 0xb4, + 0x88, 0x9d, 0xd7, 0x0f, 0xe1, 0x9a, 0x4a, 0xaf, 0x6b, 0x8d, 0xb6, 0x62, 0x18, 0xea, 0xb1, 0xda, + 0xf0, 0x7e, 0xff, 0xf8, 0x60, 0x7d, 0x43, 0xe4, 0xdd, 0x40, 0xbd, 0xe4, 0x7c, 0x4e, 0xac, 0xb9, + 0x7a, 0xe7, 0xa5, 0xf2, 0xcb, 0x6a, 0xd4, 0x4d, 0xac, 0xc2, 0x72, 0x5d, 0xef, 0x6b, 0x4d, 0xba, + 0xc9, 0xe8, 0xea, 0xed, 0x33, 0x3b, 0xf0, 0x34, 0x0b, 0x7c, 0x57, 0x20, 0xf0, 0x2e, 0x37, 0x3f, + 0xd4, 0xdb, 0x67, 0x4e, 0x44, 0x5c, 0x0f, 0xac, 0xe2, 0xef, 0xc1, 0x15, 0x1a, 0xa1, 0xad, 0x6a, + 0xc4, 0x8e, 0x32, 0xc3, 0xa2, 0x6c, 0x08, 0x44, 0x39, 0xe4, 0x96, 0x4e, 0x84, 0xc5, 0xae, 0x6f, + 0x05, 0x7f, 0x00, 0x4b, 0x06, 0x69, 0x75, 0x88, 0xe6, 0xdb, 0x40, 0x24, 0x2e, 0x09, 0xe7, 0x51, + 0xf1, 0x58, 0xbb, 0x79, 0x18, 0x81, 0xd5, 0xc8, 0xb9, 0xf8, 0x2e, 0xcc, 0xd7, 0x15, 0x43, 0x6d, + 0xf8, 0xdf, 0xeb, 0xf7, 0x05, 0x42, 0xbf, 0x43, 0x77, 0x3f, 0x59, 0x67, 0xf3, 0x63, 0xbf, 0xe1, + 0x99, 0x37, 0x1e, 0xf4, 0x21, 0x5c, 0x3a, 0x26, 0x8a, 0xd9, 0xef, 0x59, 0xa3, 0xb5, 0x28, 0xc4, + 0x89, 0x00, 0xdd, 0xd2, 0x7b, 0x96, 0x8f, 0xb2, 0xed, 0x4c, 0xfa, 0x04, 0xc1, 0x25, 0xbe, 0x88, + 0x57, 0x61, 0x69, 0x4f, 0xce, 0x56, 0x8f, 0xca, 0x72, 0xed, 0xa8, 0x58, 0x39, 0x94, 0x73, 0x85, + 0xbd, 0x82, 0x9c, 0x8f, 0xbd, 0x84, 0x31, 0x2c, 0xe6, 0x0e, 0xb2, 0x95, 0x4a, 0x61, 0xaf, 0x90, + 0xcb, 0x56, 0x0b, 0xa5, 0x62, 0x0c, 0xe1, 0x18, 0xcc, 0xef, 0x96, 0x8e, 0x8a, 0xf9, 0x42, 0x71, + 0xbf, 0xb6, 0x5b, 0x7a, 0x14, 0x9b, 0xc0, 0x2f, 0xc3, 0xd5, 0x52, 0xb9, 0x20, 0x17, 0xab, 0x72, + 0xbe, 0xe6, 0xbb, 0x35, 0x83, 0xe3, 0xb0, 0xe0, 0xac, 0x1c, 0x96, 0x0e, 0xde, 0x8f, 0x4d, 0xe2, + 0x79, 0xb8, 0x4c, 0xff, 0x3a, 0x28, 0x14, 0xe5, 0xd8, 0x14, 0xf5, 0x56, 0x91, 0xf7, 0xdf, 0x93, + 0x8b, 0x55, 0xcb, 0xff, 0xf4, 0x6e, 0x0c, 0x16, 0x7b, 0x16, 0x68, 0x5e, 0x4f, 0xe9, 0x97, 0xf6, + 0x00, 0x3d, 0x54, 0x9b, 0x44, 0xf7, 0x0c, 0xd0, 0x09, 0xbd, 0x7e, 0xee, 0x01, 0x62, 0x5e, 0xa3, + 0x06, 0xe8, 0x24, 0xea, 0x26, 0xee, 0xc1, 0xaa, 0x5e, 0xff, 0x3e, 0x69, 0x98, 0xb5, 0x26, 0x31, + 0x49, 0xc3, 0x1b, 0x7b, 0x5a, 0x98, 0x00, 0x25, 0xe6, 0x21, 0x6f, 0x3b, 0x70, 0xe2, 0x5e, 0xd5, + 0xc3, 0x6e, 0x60, 0x1d, 0x56, 0x78, 0x4c, 0xb3, 0xa7, 0x34, 0x1e, 0xd3, 0xd9, 0xf5, 0x0d, 0xd4, + 0x3d, 0xe1, 0x90, 0x55, 0x6e, 0xef, 0x44, 0x5c, 0xd6, 0x43, 0xd6, 0x71, 0x05, 0xe6, 0xc9, 0x09, + 0xd1, 0x4c, 0xff, 0x54, 0x89, 0x6c, 0x59, 0x64, 0x6a, 0xe6, 0x78, 0x9f, 0x23, 0xee, 0xe5, 0x97, + 0x6d, 0x8e, 0xbc, 0xac, 0x0b, 0xce, 0x51, 0xfb, 0x9c, 0x63, 0xb4, 0x0c, 0xb1, 0xd2, 0xee, 0xbb, + 0x72, 0xae, 0x5a, 0xcb, 0xcb, 0x55, 0x39, 0xc7, 0x56, 0x27, 0xf0, 0x12, 0x5c, 0xe1, 0xab, 0xd5, + 0x72, 0x36, 0xf7, 0xcd, 0x42, 0x71, 0x3f, 0x36, 0x89, 0x67, 0x61, 0x5a, 0x7e, 0x28, 0x17, 0xab, + 0xb1, 0xa9, 0x90, 0xe1, 0xf8, 0xdb, 0x14, 0xc4, 0x18, 0xcc, 0x2a, 0x39, 0x75, 0x3e, 0x9a, 0x1f, + 0x42, 0xd2, 0xa4, 0x9f, 0xa6, 0x61, 0xa3, 0xb1, 0x2d, 0x90, 0x3f, 0xf5, 0x19, 0x31, 0x19, 0x09, + 0x33, 0xe2, 0x1e, 0x7e, 0x8a, 0x60, 0x8d, 0x45, 0x27, 0x9a, 0xa9, 0x9a, 0x67, 0x35, 0x72, 0x4a, + 0xc9, 0x1a, 0x9c, 0x8f, 0x1d, 0x41, 0x00, 0x32, 0x73, 0x23, 0x3b, 0x5e, 0x1c, 0x08, 0x2c, 0xc7, + 0xf0, 0xbb, 0x17, 0xc3, 0xb1, 0x23, 0x97, 0x63, 0x33, 0x8c, 0x63, 0xdb, 0xa2, 0x1c, 0xf3, 0x34, + 0x2f, 0x48, 0xb1, 0x6f, 0x0b, 0x50, 0x6c, 0x15, 0x96, 0xaa, 0xf2, 0xa3, 0x6a, 0x2d, 0xc0, 0xb3, + 0x24, 0xac, 0xb0, 0x1b, 0x72, 0xb1, 0x5a, 0xa8, 0xbe, 0x5f, 0x93, 0x1f, 0x51, 0x62, 0x59, 0x6c, + 0x0b, 0x61, 0xd3, 0xa7, 0x13, 0xfc, 0x55, 0x9b, 0xed, 0x37, 0x55, 0x7d, 0xd4, 0x86, 0xf0, 0xff, + 0x74, 0x60, 0xbd, 0xd8, 0x83, 0xd5, 0xdc, 0x16, 0xab, 0x66, 0xf6, 0x28, 0x5f, 0x28, 0xd1, 0x29, + 0x2c, 0x56, 0x72, 0xe5, 0xc2, 0xa1, 0x55, 0x4d, 0xe9, 0x01, 0x3b, 0x4d, 0xcb, 0xa7, 0x4a, 0xa7, + 0xdb, 0x26, 0xc3, 0x8e, 0x5b, 0x11, 0x7b, 0x65, 0xe7, 0x94, 0xcd, 0x5d, 0x5c, 0xe8, 0x29, 0xdb, + 0xc5, 0xe0, 0x9e, 0xb2, 0x09, 0x5f, 0x1b, 0xe3, 0x94, 0x6d, 0x57, 0xc3, 0xb1, 0x15, 0xde, 0x19, + 0x3f, 0x43, 0x70, 0xdd, 0x92, 0x44, 0x5c, 0x2a, 0x54, 0xba, 0xa4, 0x51, 0x19, 0x2d, 0x8e, 0x34, + 0x61, 0x29, 0x44, 0xa8, 0xe2, 0x0c, 0xbc, 0x23, 0xbe, 0xc3, 0xf7, 0x44, 0x8c, 0x2b, 0x83, 0x4b, + 0xd2, 0x06, 0x5c, 0x73, 0x0f, 0x57, 0x41, 0x70, 0x61, 0x67, 0x93, 0x8f, 0xfd, 0x67, 0x13, 0xd7, + 0xe8, 0x42, 0x5a, 0xfd, 0x07, 0x04, 0xd7, 0xa3, 0xd0, 0xf0, 0xa6, 0x1f, 0xc3, 0x72, 0x48, 0x25, + 0x6d, 0x02, 0x9c, 0xaf, 0x94, 0x38, 0x50, 0x4a, 0x71, 0x52, 0xdc, 0x81, 0xeb, 0xbe, 0x13, 0xa1, + 0x58, 0xd9, 0x7f, 0x8c, 0x20, 0x61, 0x51, 0xa9, 0xe0, 0x0a, 0x82, 0xa3, 0x2a, 0x7e, 0x08, 0x73, + 0x1e, 0xf9, 0x70, 0x2c, 0x3d, 0xc6, 0x8d, 0xe1, 0x75, 0x21, 0xdd, 0x84, 0xab, 0xfb, 0xc4, 0x0c, + 0x81, 0x10, 0x86, 0x39, 0x0d, 0x09, 0x2b, 0x53, 0xc1, 0xe7, 0x7f, 0x82, 0x60, 0x95, 0x36, 0xd3, + 0xf3, 0xf8, 0x85, 0x90, 0xea, 0x13, 0x04, 0x89, 0x20, 0x0e, 0x4e, 0xa7, 0x32, 0xcc, 0x7b, 0x0a, + 0x62, 0xd3, 0x68, 0xdc, 0xa2, 0xfa, 0x7c, 0x88, 0x52, 0xe7, 0xf6, 0xe7, 0xaf, 0xc2, 0x12, 0x3d, + 0x9e, 0x1f, 0x70, 0xd7, 0x15, 0x4b, 0x3c, 0xc7, 0xbf, 0x45, 0xb0, 0xe0, 0x93, 0x5e, 0xb1, 0xc8, + 0x46, 0x39, 0x4c, 0xac, 0x4d, 0x8e, 0x21, 0x3b, 0x4a, 0xb7, 0x9e, 0xfe, 0xeb, 0xbf, 0xbf, 0x98, + 0x48, 0x49, 0xaf, 0x39, 0xba, 0xf3, 0x87, 0x56, 0x57, 0x76, 0xba, 0x3d, 0x9d, 0x6e, 0xb6, 0x8d, + 0x4c, 0xea, 0x23, 0x5b, 0x32, 0x37, 0xb6, 0x50, 0x0a, 0x7f, 0x8a, 0x00, 0x5c, 0xb5, 0x16, 0x8b, + 0x0c, 0x5f, 0x40, 0xdc, 0x1d, 0x0b, 0xe2, 0xd7, 0x18, 0xc4, 0xd7, 0xb1, 0x07, 0x22, 0xa5, 0x9a, + 0x07, 0xa0, 0x83, 0x2f, 0x93, 0xfa, 0x08, 0x7f, 0x8e, 0x60, 0xde, 0xab, 0xcf, 0xe2, 0xaf, 0x8b, + 0x7c, 0x93, 0x83, 0xa2, 0x72, 0xf2, 0xde, 0xd8, 0x76, 0x16, 0xbd, 0xc2, 0x00, 0x0f, 0xa9, 0x29, + 0xfe, 0x39, 0x82, 0x05, 0x9f, 0x90, 0x2b, 0xd4, 0xf9, 0x30, 0xe9, 0x37, 0xb9, 0x62, 0x1b, 0xda, + 0x0a, 0x7f, 0x5a, 0xee, 0x74, 0xcd, 0x33, 0x1b, 0x51, 0x4a, 0xb0, 0x84, 0xcf, 0x10, 0x80, 0x2b, + 0x17, 0x0b, 0xb5, 0x38, 0xa0, 0x2e, 0x27, 0xd7, 0x6c, 0x2b, 0xcf, 0xff, 0x2b, 0xd2, 0x25, 0xfb, + 0xff, 0x15, 0xd2, 0x36, 0x83, 0x74, 0x57, 0xba, 0x25, 0x04, 0x69, 0x4b, 0x75, 0xfc, 0x53, 0x0e, + 0x52, 0x80, 0xae, 0xa4, 0x2c, 0x04, 0x30, 0xa0, 0x40, 0xbf, 0x60, 0x80, 0xe4, 0xd4, 0x0b, 0xf0, + 0xf7, 0x08, 0xe6, 0x3c, 0x7a, 0x31, 0xbe, 0x2b, 0x3e, 0x25, 0x1e, 0x7d, 0x39, 0x39, 0x8e, 0x30, + 0x2b, 0xbd, 0xc9, 0x00, 0x6f, 0xe2, 0x0d, 0x11, 0xc0, 0x19, 0x47, 0xc5, 0xa5, 0x0d, 0xff, 0x33, + 0x82, 0x05, 0x9f, 0x5c, 0x8c, 0xc7, 0x21, 0xbf, 0x57, 0xe5, 0x4e, 0xde, 0x1f, 0xdf, 0x90, 0x8f, + 0x4d, 0x08, 0xfe, 0xc0, 0xd8, 0x78, 0x4b, 0xee, 0xa6, 0x80, 0xff, 0x8e, 0x60, 0x29, 0x44, 0x61, + 0xc6, 0x3b, 0x62, 0x65, 0x8f, 0xd0, 0x75, 0x93, 0xe7, 0x51, 0x61, 0xa5, 0x2c, 0x4b, 0x63, 0x1b, + 0xbf, 0x29, 0xd4, 0x86, 0x80, 0x64, 0x4b, 0xdb, 0xf1, 0x1f, 0xae, 0xde, 0x07, 0xb4, 0x63, 0xfc, + 0x40, 0xb0, 0xba, 0x51, 0xba, 0x79, 0xf2, 0xed, 0xf3, 0x3b, 0xe0, 0x6d, 0x0a, 0xc9, 0x6f, 0x78, + 0x9b, 0x82, 0xaa, 0xf4, 0x1f, 0x11, 0xac, 0x84, 0x2b, 0xea, 0xf8, 0x6d, 0xe1, 0x57, 0x5f, 0x54, + 0xd3, 0xa2, 0xde, 0x81, 0x1c, 0x77, 0xea, 0x39, 0xfa, 0xf2, 0x6b, 0x04, 0xe0, 0xca, 0x96, 0x42, + 0xaf, 0x9d, 0x80, 0xca, 0x39, 0xea, 0xb5, 0xf3, 0x16, 0x83, 0x79, 0x5f, 0xda, 0x14, 0x2d, 0x2f, + 0x93, 0xcf, 0xb7, 0x58, 0x60, 0xfa, 0xe6, 0x71, 0x30, 0x32, 0x49, 0x48, 0x1c, 0xa3, 0x57, 0x41, + 0x7a, 0xe1, 0x18, 0x99, 0x42, 0xe9, 0x62, 0x7c, 0x86, 0x60, 0xd6, 0x91, 0x14, 0xf0, 0xe6, 0x39, + 0x04, 0x88, 0x51, 0x08, 0x77, 0x18, 0xc2, 0x7b, 0xd2, 0x6d, 0x51, 0x84, 0x26, 0x39, 0x35, 0x43, + 0x8a, 0xc8, 0x8e, 0xe9, 0xe2, 0x45, 0xf4, 0x9e, 0xea, 0x5f, 0x78, 0x11, 0x15, 0xea, 0xdc, 0xc5, + 0xf8, 0x27, 0x6b, 0x1f, 0xc6, 0x4f, 0xb6, 0xa2, 0xfb, 0x30, 0xbf, 0x2c, 0x90, 0x1c, 0xe3, 0xec, + 0x2c, 0x1d, 0x30, 0xc0, 0x7b, 0x38, 0x7f, 0xde, 0x01, 0xca, 0xd8, 0x87, 0x6f, 0x3a, 0x4b, 0xff, + 0xe0, 0xdb, 0x34, 0xfb, 0x80, 0x2f, 0xbc, 0x4d, 0x1b, 0x50, 0x25, 0x84, 0xb7, 0x69, 0x83, 0x4a, + 0x42, 0x58, 0x3e, 0xc3, 0x1a, 0x10, 0xfa, 0x4a, 0x70, 0x52, 0xc2, 0xff, 0x44, 0xb0, 0x1a, 0xa1, + 0x13, 0xe0, 0xac, 0xf0, 0x4e, 0x3e, 0xea, 0x3c, 0x99, 0x3c, 0xd7, 0x19, 0x57, 0xda, 0x62, 0x29, + 0xde, 0x91, 0x32, 0x43, 0x77, 0xa2, 0xc1, 0x83, 0x30, 0xe5, 0xd7, 0x5f, 0x11, 0x2c, 0x87, 0x09, + 0x0b, 0xf8, 0xad, 0xb1, 0x3e, 0xaa, 0x2f, 0x2a, 0x95, 0x7b, 0x2c, 0x95, 0x0d, 0x9c, 0x89, 0x66, + 0x5f, 0x30, 0x0f, 0x4a, 0xb4, 0x7f, 0x23, 0x58, 0x09, 0x97, 0x17, 0xf0, 0x98, 0x1f, 0xc3, 0xa0, + 0x4e, 0x92, 0xcc, 0x3e, 0x87, 0x07, 0x4e, 0xc3, 0x90, 0xc4, 0x84, 0x7a, 0x84, 0x3f, 0x43, 0xb0, + 0x1a, 0xa1, 0x42, 0x08, 0x31, 0x6e, 0xb8, 0x82, 0x11, 0xf9, 0x1d, 0xe5, 0x78, 0x53, 0x63, 0x37, + 0xe2, 0x37, 0x08, 0xe2, 0x01, 0xf9, 0x03, 0x6f, 0x0b, 0xcf, 0x46, 0x50, 0x81, 0x18, 0xf5, 0x8a, + 0xbd, 0xc3, 0xa0, 0xa6, 0xa5, 0x37, 0x86, 0x96, 0xd6, 0x7b, 0x8c, 0xa7, 0xc4, 0xff, 0x0c, 0xc1, + 0xa2, 0x5f, 0x20, 0xc1, 0xf7, 0xc5, 0x28, 0x1f, 0x82, 0x70, 0x4c, 0x51, 0x41, 0xda, 0x60, 0x90, + 0x6f, 0xe2, 0x37, 0xa2, 0xab, 0xeb, 0xc5, 0x4b, 0xeb, 0xfa, 0x05, 0x82, 0xd8, 0xa0, 0xd4, 0x81, + 0xb7, 0x04, 0x89, 0x19, 0xa2, 0xd3, 0x24, 0xb7, 0xcf, 0x65, 0xcb, 0xe9, 0x1c, 0x92, 0xc0, 0x88, + 0x9a, 0xe3, 0x5f, 0x21, 0x88, 0x07, 0x44, 0x26, 0x21, 0x62, 0x44, 0x49, 0x53, 0x91, 0xe4, 0xe5, + 0xe8, 0x52, 0xe2, 0xe5, 0xdd, 0x3d, 0x85, 0xd7, 0x1a, 0x7a, 0x67, 0x34, 0x98, 0x43, 0xf4, 0x9d, + 0xf7, 0xf8, 0x43, 0x2d, 0xbd, 0xad, 0x68, 0xad, 0xb4, 0xde, 0x6b, 0x65, 0x5a, 0x44, 0x63, 0x10, + 0xf8, 0xef, 0x12, 0x95, 0xae, 0x6a, 0x0c, 0xf9, 0xd1, 0xdf, 0xb6, 0x77, 0xb1, 0x3e, 0xc3, 0x2c, + 0x37, 0xff, 0x17, 0x00, 0x00, 0xff, 0xff, 0x26, 0x81, 0x0d, 0xe1, 0x91, 0x29, 0x00, 0x00, +} diff --git a/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go b/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..f389318574e431da0fa8b56e32abb9eef000080d --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/dataset.pb.go @@ -0,0 +1,2004 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/dataset.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import duration "github.com/golang/protobuf/ptypes/duration" +import _ "github.com/golang/protobuf/ptypes/struct" +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 DataType int32 + +const ( + DataType_DATA_TYPE_UNSPECIFIED DataType = 0 + DataType_IMAGE DataType = 1 + DataType_VIDEO DataType = 2 + DataType_TEXT DataType = 4 + DataType_AUDIO DataType = 5 +) + +var DataType_name = map[int32]string{ + 0: "DATA_TYPE_UNSPECIFIED", + 1: "IMAGE", + 2: "VIDEO", + 4: "TEXT", + 5: "AUDIO", +} +var DataType_value = map[string]int32{ + "DATA_TYPE_UNSPECIFIED": 0, + "IMAGE": 1, + "VIDEO": 2, + "TEXT": 4, + "AUDIO": 5, +} + +func (x DataType) String() string { + return proto.EnumName(DataType_name, int32(x)) +} +func (DataType) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_dataset_b0759c67587c817f, []int{0} +} + +// Dataset is the resource to hold your data. You can request multiple labeling +// tasks for a dataset while each one will generate an AnnotatedDataset. +type Dataset struct { + // Output only. + // Dataset resource name, format is: + // projects/{project_id}/datasets/{dataset_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. The display name of the dataset. Maximum of 64 characters. + DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Optional. User-provided description of the annotation specification set. + // The description can be up to 10000 characters long. + Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` + // Output only. Time the dataset is created. + CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` + // Output only. This is populated with the original input configs + // where ImportData is called. It is available only after the clients + // import data to this dataset. + InputConfigs []*InputConfig `protobuf:"bytes,5,rep,name=input_configs,json=inputConfigs,proto3" json:"input_configs,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Dataset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Dataset.Unmarshal(m, b) +} +func (m *Dataset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Dataset.Marshal(b, m, deterministic) +} +func (dst *Dataset) XXX_Merge(src proto.Message) { + xxx_messageInfo_Dataset.Merge(dst, src) +} +func (m *Dataset) XXX_Size() int { + return xxx_messageInfo_Dataset.Size(m) +} +func (m *Dataset) XXX_DiscardUnknown() { + xxx_messageInfo_Dataset.DiscardUnknown(m) +} + +var xxx_messageInfo_Dataset proto.InternalMessageInfo + +func (m *Dataset) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Dataset) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *Dataset) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +func (m *Dataset) GetCreateTime() *timestamp.Timestamp { + if m != nil { + return m.CreateTime + } + return nil +} + +func (m *Dataset) GetInputConfigs() []*InputConfig { + if m != nil { + return m.InputConfigs + } + return nil +} + +// The configuration of input data, including data type, location, etc. +type InputConfig struct { + // Required. Where the data is from. + // + // Types that are valid to be assigned to Source: + // *InputConfig_GcsSource + Source isInputConfig_Source `protobuf_oneof:"source"` + // Required. Data type must be specifed when user tries to import data. + DataType DataType `protobuf:"varint,1,opt,name=data_type,json=dataType,proto3,enum=google.cloud.datalabeling.v1beta1.DataType" json:"data_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *InputConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_InputConfig.Unmarshal(m, b) +} +func (m *InputConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_InputConfig.Marshal(b, m, deterministic) +} +func (dst *InputConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_InputConfig.Merge(dst, src) +} +func (m *InputConfig) XXX_Size() int { + return xxx_messageInfo_InputConfig.Size(m) +} +func (m *InputConfig) XXX_DiscardUnknown() { + xxx_messageInfo_InputConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_InputConfig proto.InternalMessageInfo + +type isInputConfig_Source interface { + isInputConfig_Source() +} + +type InputConfig_GcsSource struct { + GcsSource *GcsSource `protobuf:"bytes,2,opt,name=gcs_source,json=gcsSource,proto3,oneof"` +} + +func (*InputConfig_GcsSource) isInputConfig_Source() {} + +func (m *InputConfig) GetSource() isInputConfig_Source { + if m != nil { + return m.Source + } + return nil +} + +func (m *InputConfig) GetGcsSource() *GcsSource { + if x, ok := m.GetSource().(*InputConfig_GcsSource); ok { + return x.GcsSource + } + return nil +} + +func (m *InputConfig) GetDataType() DataType { + if m != nil { + return m.DataType + } + return DataType_DATA_TYPE_UNSPECIFIED +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*InputConfig) 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 _InputConfig_OneofMarshaler, _InputConfig_OneofUnmarshaler, _InputConfig_OneofSizer, []interface{}{ + (*InputConfig_GcsSource)(nil), + } +} + +func _InputConfig_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*InputConfig) + // source + switch x := m.Source.(type) { + case *InputConfig_GcsSource: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.GcsSource); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("InputConfig.Source has unexpected type %T", x) + } + return nil +} + +func _InputConfig_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*InputConfig) + switch tag { + case 2: // source.gcs_source + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GcsSource) + err := b.DecodeMessage(msg) + m.Source = &InputConfig_GcsSource{msg} + return true, err + default: + return false, nil + } +} + +func _InputConfig_OneofSizer(msg proto.Message) (n int) { + m := msg.(*InputConfig) + // source + switch x := m.Source.(type) { + case *InputConfig_GcsSource: + s := proto.Size(x.GcsSource) + 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 +} + +// Source of the GCS file to be imported. Only gcs path is allowed in +// input_uri. +type GcsSource struct { + // Required. The input uri of source file. + InputUri string `protobuf:"bytes,1,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"` + // Required. The format of the gcs source. Only "text/csv" is supported. + MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *GcsSource) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GcsSource.Unmarshal(m, b) +} +func (m *GcsSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GcsSource.Marshal(b, m, deterministic) +} +func (dst *GcsSource) XXX_Merge(src proto.Message) { + xxx_messageInfo_GcsSource.Merge(dst, src) +} +func (m *GcsSource) XXX_Size() int { + return xxx_messageInfo_GcsSource.Size(m) +} +func (m *GcsSource) XXX_DiscardUnknown() { + xxx_messageInfo_GcsSource.DiscardUnknown(m) +} + +var xxx_messageInfo_GcsSource proto.InternalMessageInfo + +func (m *GcsSource) GetInputUri() string { + if m != nil { + return m.InputUri + } + return "" +} + +func (m *GcsSource) GetMimeType() string { + if m != nil { + return m.MimeType + } + return "" +} + +// The configuration of output data. +type OutputConfig struct { + // Required. Location to output data to. + // + // Types that are valid to be assigned to Destination: + // *OutputConfig_GcsDestination + // *OutputConfig_GcsFolderDestination + Destination isOutputConfig_Destination `protobuf_oneof:"destination"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *OutputConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_OutputConfig.Unmarshal(m, b) +} +func (m *OutputConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_OutputConfig.Marshal(b, m, deterministic) +} +func (dst *OutputConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_OutputConfig.Merge(dst, src) +} +func (m *OutputConfig) XXX_Size() int { + return xxx_messageInfo_OutputConfig.Size(m) +} +func (m *OutputConfig) XXX_DiscardUnknown() { + xxx_messageInfo_OutputConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_OutputConfig proto.InternalMessageInfo + +type isOutputConfig_Destination interface { + isOutputConfig_Destination() +} + +type OutputConfig_GcsDestination struct { + GcsDestination *GcsDestination `protobuf:"bytes,1,opt,name=gcs_destination,json=gcsDestination,proto3,oneof"` +} + +type OutputConfig_GcsFolderDestination struct { + GcsFolderDestination *GcsFolderDestination `protobuf:"bytes,2,opt,name=gcs_folder_destination,json=gcsFolderDestination,proto3,oneof"` +} + +func (*OutputConfig_GcsDestination) isOutputConfig_Destination() {} + +func (*OutputConfig_GcsFolderDestination) isOutputConfig_Destination() {} + +func (m *OutputConfig) GetDestination() isOutputConfig_Destination { + if m != nil { + return m.Destination + } + return nil +} + +func (m *OutputConfig) GetGcsDestination() *GcsDestination { + if x, ok := m.GetDestination().(*OutputConfig_GcsDestination); ok { + return x.GcsDestination + } + return nil +} + +func (m *OutputConfig) GetGcsFolderDestination() *GcsFolderDestination { + if x, ok := m.GetDestination().(*OutputConfig_GcsFolderDestination); ok { + return x.GcsFolderDestination + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*OutputConfig) 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 _OutputConfig_OneofMarshaler, _OutputConfig_OneofUnmarshaler, _OutputConfig_OneofSizer, []interface{}{ + (*OutputConfig_GcsDestination)(nil), + (*OutputConfig_GcsFolderDestination)(nil), + } +} + +func _OutputConfig_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*OutputConfig) + // destination + switch x := m.Destination.(type) { + case *OutputConfig_GcsDestination: + b.EncodeVarint(1<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.GcsDestination); err != nil { + return err + } + case *OutputConfig_GcsFolderDestination: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.GcsFolderDestination); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("OutputConfig.Destination has unexpected type %T", x) + } + return nil +} + +func _OutputConfig_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*OutputConfig) + switch tag { + case 1: // destination.gcs_destination + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GcsDestination) + err := b.DecodeMessage(msg) + m.Destination = &OutputConfig_GcsDestination{msg} + return true, err + case 2: // destination.gcs_folder_destination + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(GcsFolderDestination) + err := b.DecodeMessage(msg) + m.Destination = &OutputConfig_GcsFolderDestination{msg} + return true, err + default: + return false, nil + } +} + +func _OutputConfig_OneofSizer(msg proto.Message) (n int) { + m := msg.(*OutputConfig) + // destination + switch x := m.Destination.(type) { + case *OutputConfig_GcsDestination: + s := proto.Size(x.GcsDestination) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *OutputConfig_GcsFolderDestination: + s := proto.Size(x.GcsFolderDestination) + 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 +} + +// Export destination of the data.Only gcs path is allowed in +// output_uri. +type GcsDestination struct { + // Required. The output uri of destination file. + OutputUri string `protobuf:"bytes,1,opt,name=output_uri,json=outputUri,proto3" json:"output_uri,omitempty"` + // Required. The format of the gcs destination. Only "text/csv" and + // "application/json" + // are supported. + MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *GcsDestination) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GcsDestination.Unmarshal(m, b) +} +func (m *GcsDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GcsDestination.Marshal(b, m, deterministic) +} +func (dst *GcsDestination) XXX_Merge(src proto.Message) { + xxx_messageInfo_GcsDestination.Merge(dst, src) +} +func (m *GcsDestination) XXX_Size() int { + return xxx_messageInfo_GcsDestination.Size(m) +} +func (m *GcsDestination) XXX_DiscardUnknown() { + xxx_messageInfo_GcsDestination.DiscardUnknown(m) +} + +var xxx_messageInfo_GcsDestination proto.InternalMessageInfo + +func (m *GcsDestination) GetOutputUri() string { + if m != nil { + return m.OutputUri + } + return "" +} + +func (m *GcsDestination) GetMimeType() string { + if m != nil { + return m.MimeType + } + return "" +} + +// Export folder destination of the data. +type GcsFolderDestination struct { + // Required. GCS folder to export data to. + OutputFolderUri string `protobuf:"bytes,1,opt,name=output_folder_uri,json=outputFolderUri,proto3" json:"output_folder_uri,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *GcsFolderDestination) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GcsFolderDestination.Unmarshal(m, b) +} +func (m *GcsFolderDestination) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GcsFolderDestination.Marshal(b, m, deterministic) +} +func (dst *GcsFolderDestination) XXX_Merge(src proto.Message) { + xxx_messageInfo_GcsFolderDestination.Merge(dst, src) +} +func (m *GcsFolderDestination) XXX_Size() int { + return xxx_messageInfo_GcsFolderDestination.Size(m) +} +func (m *GcsFolderDestination) XXX_DiscardUnknown() { + xxx_messageInfo_GcsFolderDestination.DiscardUnknown(m) +} + +var xxx_messageInfo_GcsFolderDestination proto.InternalMessageInfo + +func (m *GcsFolderDestination) GetOutputFolderUri() string { + if m != nil { + return m.OutputFolderUri + } + return "" +} + +// DataItem is a piece of data, without annotation. For example, an image. +type DataItem struct { + // Output only. + // + // Types that are valid to be assigned to Payload: + // *DataItem_ImagePayload + // *DataItem_TextPayload + // *DataItem_VideoPayload + // *DataItem_AudioPayload + Payload isDataItem_Payload `protobuf_oneof:"payload"` + // Output only. Name of the data item, in format of: + // projects/{project_id}/datasets/{dataset_id}/dataItems/{data_item_id} + 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 *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} +} +func (m *DataItem) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DataItem.Unmarshal(m, b) +} +func (m *DataItem) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DataItem.Marshal(b, m, deterministic) +} +func (dst *DataItem) XXX_Merge(src proto.Message) { + xxx_messageInfo_DataItem.Merge(dst, src) +} +func (m *DataItem) XXX_Size() int { + return xxx_messageInfo_DataItem.Size(m) +} +func (m *DataItem) XXX_DiscardUnknown() { + xxx_messageInfo_DataItem.DiscardUnknown(m) +} + +var xxx_messageInfo_DataItem proto.InternalMessageInfo + +type isDataItem_Payload interface { + isDataItem_Payload() +} + +type DataItem_ImagePayload struct { + ImagePayload *ImagePayload `protobuf:"bytes,2,opt,name=image_payload,json=imagePayload,proto3,oneof"` +} + +type DataItem_TextPayload struct { + TextPayload *TextPayload `protobuf:"bytes,3,opt,name=text_payload,json=textPayload,proto3,oneof"` +} + +type DataItem_VideoPayload struct { + VideoPayload *VideoPayload `protobuf:"bytes,4,opt,name=video_payload,json=videoPayload,proto3,oneof"` +} + +type DataItem_AudioPayload struct { + AudioPayload *AudioPayload `protobuf:"bytes,5,opt,name=audio_payload,json=audioPayload,proto3,oneof"` +} + +func (*DataItem_ImagePayload) isDataItem_Payload() {} + +func (*DataItem_TextPayload) isDataItem_Payload() {} + +func (*DataItem_VideoPayload) isDataItem_Payload() {} + +func (*DataItem_AudioPayload) isDataItem_Payload() {} + +func (m *DataItem) GetPayload() isDataItem_Payload { + if m != nil { + return m.Payload + } + return nil +} + +func (m *DataItem) GetImagePayload() *ImagePayload { + if x, ok := m.GetPayload().(*DataItem_ImagePayload); ok { + return x.ImagePayload + } + return nil +} + +func (m *DataItem) GetTextPayload() *TextPayload { + if x, ok := m.GetPayload().(*DataItem_TextPayload); ok { + return x.TextPayload + } + return nil +} + +func (m *DataItem) GetVideoPayload() *VideoPayload { + if x, ok := m.GetPayload().(*DataItem_VideoPayload); ok { + return x.VideoPayload + } + return nil +} + +func (m *DataItem) GetAudioPayload() *AudioPayload { + if x, ok := m.GetPayload().(*DataItem_AudioPayload); ok { + return x.AudioPayload + } + return nil +} + +func (m *DataItem) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*DataItem) 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 _DataItem_OneofMarshaler, _DataItem_OneofUnmarshaler, _DataItem_OneofSizer, []interface{}{ + (*DataItem_ImagePayload)(nil), + (*DataItem_TextPayload)(nil), + (*DataItem_VideoPayload)(nil), + (*DataItem_AudioPayload)(nil), + } +} + +func _DataItem_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*DataItem) + // payload + switch x := m.Payload.(type) { + case *DataItem_ImagePayload: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImagePayload); err != nil { + return err + } + case *DataItem_TextPayload: + b.EncodeVarint(3<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextPayload); err != nil { + return err + } + case *DataItem_VideoPayload: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoPayload); err != nil { + return err + } + case *DataItem_AudioPayload: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AudioPayload); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("DataItem.Payload has unexpected type %T", x) + } + return nil +} + +func _DataItem_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*DataItem) + switch tag { + case 2: // payload.image_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImagePayload) + err := b.DecodeMessage(msg) + m.Payload = &DataItem_ImagePayload{msg} + return true, err + case 3: // payload.text_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextPayload) + err := b.DecodeMessage(msg) + m.Payload = &DataItem_TextPayload{msg} + return true, err + case 4: // payload.video_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoPayload) + err := b.DecodeMessage(msg) + m.Payload = &DataItem_VideoPayload{msg} + return true, err + case 5: // payload.audio_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(AudioPayload) + err := b.DecodeMessage(msg) + m.Payload = &DataItem_AudioPayload{msg} + return true, err + default: + return false, nil + } +} + +func _DataItem_OneofSizer(msg proto.Message) (n int) { + m := msg.(*DataItem) + // payload + switch x := m.Payload.(type) { + case *DataItem_ImagePayload: + s := proto.Size(x.ImagePayload) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *DataItem_TextPayload: + s := proto.Size(x.TextPayload) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *DataItem_VideoPayload: + s := proto.Size(x.VideoPayload) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *DataItem_AudioPayload: + s := proto.Size(x.AudioPayload) + 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 +} + +// AnnotatedDataset is a set holding annotations for data in a Dataset. Each +// labeling task will generate an AnnotatedDataset under the Dataset that the +// task is requested for. +type AnnotatedDataset struct { + // Output only. + // AnnotatedDataset resource name in format of: + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ + // {annotated_dataset_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Output only. The display name of the AnnotatedDataset. It is specified in + // HumanAnnotationConfig when user starts a labeling task. Maximum of 64 + // characters. + DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Output only. The description of the AnnotatedDataset. It is specified in + // HumanAnnotationConfig when user starts a labeling task. Maximum of 10000 + // characters. + Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"` + // Output only. Source of the annotation. + AnnotationSource AnnotationSource `protobuf:"varint,3,opt,name=annotation_source,json=annotationSource,proto3,enum=google.cloud.datalabeling.v1beta1.AnnotationSource" json:"annotation_source,omitempty"` + // Output only. Type of the annotation. It is specified when starting labeling + // task. + AnnotationType AnnotationType `protobuf:"varint,8,opt,name=annotation_type,json=annotationType,proto3,enum=google.cloud.datalabeling.v1beta1.AnnotationType" json:"annotation_type,omitempty"` + // Output only. Number of examples in the annotated dataset. + ExampleCount int64 `protobuf:"varint,4,opt,name=example_count,json=exampleCount,proto3" json:"example_count,omitempty"` + // Output only. Number of examples that have annotation in the annotated + // dataset. + CompletedExampleCount int64 `protobuf:"varint,5,opt,name=completed_example_count,json=completedExampleCount,proto3" json:"completed_example_count,omitempty"` + // Output only. Per label statistics. + LabelStats *LabelStats `protobuf:"bytes,6,opt,name=label_stats,json=labelStats,proto3" json:"label_stats,omitempty"` + // Output only. Time the AnnotatedDataset was created. + CreateTime *timestamp.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` + // Output only. Additional information about AnnotatedDataset. + Metadata *AnnotatedDatasetMetadata `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AnnotatedDataset) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AnnotatedDataset.Unmarshal(m, b) +} +func (m *AnnotatedDataset) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AnnotatedDataset.Marshal(b, m, deterministic) +} +func (dst *AnnotatedDataset) XXX_Merge(src proto.Message) { + xxx_messageInfo_AnnotatedDataset.Merge(dst, src) +} +func (m *AnnotatedDataset) XXX_Size() int { + return xxx_messageInfo_AnnotatedDataset.Size(m) +} +func (m *AnnotatedDataset) XXX_DiscardUnknown() { + xxx_messageInfo_AnnotatedDataset.DiscardUnknown(m) +} + +var xxx_messageInfo_AnnotatedDataset proto.InternalMessageInfo + +func (m *AnnotatedDataset) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *AnnotatedDataset) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *AnnotatedDataset) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +func (m *AnnotatedDataset) GetAnnotationSource() AnnotationSource { + if m != nil { + return m.AnnotationSource + } + return AnnotationSource_ANNOTATION_SOURCE_UNSPECIFIED +} + +func (m *AnnotatedDataset) GetAnnotationType() AnnotationType { + if m != nil { + return m.AnnotationType + } + return AnnotationType_ANNOTATION_TYPE_UNSPECIFIED +} + +func (m *AnnotatedDataset) GetExampleCount() int64 { + if m != nil { + return m.ExampleCount + } + return 0 +} + +func (m *AnnotatedDataset) GetCompletedExampleCount() int64 { + if m != nil { + return m.CompletedExampleCount + } + return 0 +} + +func (m *AnnotatedDataset) GetLabelStats() *LabelStats { + if m != nil { + return m.LabelStats + } + return nil +} + +func (m *AnnotatedDataset) GetCreateTime() *timestamp.Timestamp { + if m != nil { + return m.CreateTime + } + return nil +} + +func (m *AnnotatedDataset) GetMetadata() *AnnotatedDatasetMetadata { + if m != nil { + return m.Metadata + } + return nil +} + +// Metadata on AnnotatedDataset. +type AnnotatedDatasetMetadata struct { + // HumanAnnotationConfig used when requesting the human labeling task for this + // AnnotatedDataset. + HumanAnnotationConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=human_annotation_config,json=humanAnnotationConfig,proto3" json:"human_annotation_config,omitempty"` + // Specific request configuration used when requesting the labeling task. + // + // Types that are valid to be assigned to AnnotationRequestConfig: + // *AnnotatedDatasetMetadata_ImageClassificationConfig + // *AnnotatedDatasetMetadata_BoundingPolyConfig + // *AnnotatedDatasetMetadata_PolylineConfig + // *AnnotatedDatasetMetadata_SegmentationConfig + // *AnnotatedDatasetMetadata_VideoClassificationConfig + // *AnnotatedDatasetMetadata_ObjectDetectionConfig + // *AnnotatedDatasetMetadata_ObjectTrackingConfig + // *AnnotatedDatasetMetadata_EventConfig + // *AnnotatedDatasetMetadata_TextClassificationConfig + // *AnnotatedDatasetMetadata_TextEntityExtractionConfig + AnnotationRequestConfig isAnnotatedDatasetMetadata_AnnotationRequestConfig `protobuf_oneof:"annotation_request_config"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *AnnotatedDatasetMetadata) Reset() { *m = AnnotatedDatasetMetadata{} } +func (m *AnnotatedDatasetMetadata) String() string { return proto.CompactTextString(m) } +func (*AnnotatedDatasetMetadata) ProtoMessage() {} +func (*AnnotatedDatasetMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_dataset_b0759c67587c817f, []int{8} +} +func (m *AnnotatedDatasetMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AnnotatedDatasetMetadata.Unmarshal(m, b) +} +func (m *AnnotatedDatasetMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AnnotatedDatasetMetadata.Marshal(b, m, deterministic) +} +func (dst *AnnotatedDatasetMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_AnnotatedDatasetMetadata.Merge(dst, src) +} +func (m *AnnotatedDatasetMetadata) XXX_Size() int { + return xxx_messageInfo_AnnotatedDatasetMetadata.Size(m) +} +func (m *AnnotatedDatasetMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_AnnotatedDatasetMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_AnnotatedDatasetMetadata proto.InternalMessageInfo + +func (m *AnnotatedDatasetMetadata) GetHumanAnnotationConfig() *HumanAnnotationConfig { + if m != nil { + return m.HumanAnnotationConfig + } + return nil +} + +type isAnnotatedDatasetMetadata_AnnotationRequestConfig interface { + isAnnotatedDatasetMetadata_AnnotationRequestConfig() +} + +type AnnotatedDatasetMetadata_ImageClassificationConfig struct { + ImageClassificationConfig *ImageClassificationConfig `protobuf:"bytes,2,opt,name=image_classification_config,json=imageClassificationConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_BoundingPolyConfig struct { + BoundingPolyConfig *BoundingPolyConfig `protobuf:"bytes,3,opt,name=bounding_poly_config,json=boundingPolyConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_PolylineConfig struct { + PolylineConfig *PolylineConfig `protobuf:"bytes,4,opt,name=polyline_config,json=polylineConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_SegmentationConfig struct { + SegmentationConfig *SegmentationConfig `protobuf:"bytes,5,opt,name=segmentation_config,json=segmentationConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_VideoClassificationConfig struct { + VideoClassificationConfig *VideoClassificationConfig `protobuf:"bytes,6,opt,name=video_classification_config,json=videoClassificationConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_ObjectDetectionConfig struct { + ObjectDetectionConfig *ObjectDetectionConfig `protobuf:"bytes,7,opt,name=object_detection_config,json=objectDetectionConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_ObjectTrackingConfig struct { + ObjectTrackingConfig *ObjectTrackingConfig `protobuf:"bytes,8,opt,name=object_tracking_config,json=objectTrackingConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_EventConfig struct { + EventConfig *EventConfig `protobuf:"bytes,9,opt,name=event_config,json=eventConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_TextClassificationConfig struct { + TextClassificationConfig *TextClassificationConfig `protobuf:"bytes,10,opt,name=text_classification_config,json=textClassificationConfig,proto3,oneof"` +} + +type AnnotatedDatasetMetadata_TextEntityExtractionConfig struct { + TextEntityExtractionConfig *TextEntityExtractionConfig `protobuf:"bytes,11,opt,name=text_entity_extraction_config,json=textEntityExtractionConfig,proto3,oneof"` +} + +func (*AnnotatedDatasetMetadata_ImageClassificationConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_BoundingPolyConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_PolylineConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() {} + +func (*AnnotatedDatasetMetadata_SegmentationConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_VideoClassificationConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_ObjectDetectionConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_ObjectTrackingConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_EventConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() {} + +func (*AnnotatedDatasetMetadata_TextClassificationConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (*AnnotatedDatasetMetadata_TextEntityExtractionConfig) isAnnotatedDatasetMetadata_AnnotationRequestConfig() { +} + +func (m *AnnotatedDatasetMetadata) GetAnnotationRequestConfig() isAnnotatedDatasetMetadata_AnnotationRequestConfig { + if m != nil { + return m.AnnotationRequestConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetImageClassificationConfig() *ImageClassificationConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_ImageClassificationConfig); ok { + return x.ImageClassificationConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetBoundingPolyConfig() *BoundingPolyConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_BoundingPolyConfig); ok { + return x.BoundingPolyConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetPolylineConfig() *PolylineConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_PolylineConfig); ok { + return x.PolylineConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetSegmentationConfig() *SegmentationConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_SegmentationConfig); ok { + return x.SegmentationConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetVideoClassificationConfig() *VideoClassificationConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_VideoClassificationConfig); ok { + return x.VideoClassificationConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetObjectDetectionConfig() *ObjectDetectionConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_ObjectDetectionConfig); ok { + return x.ObjectDetectionConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetObjectTrackingConfig() *ObjectTrackingConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_ObjectTrackingConfig); ok { + return x.ObjectTrackingConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetEventConfig() *EventConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_EventConfig); ok { + return x.EventConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetTextClassificationConfig() *TextClassificationConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_TextClassificationConfig); ok { + return x.TextClassificationConfig + } + return nil +} + +func (m *AnnotatedDatasetMetadata) GetTextEntityExtractionConfig() *TextEntityExtractionConfig { + if x, ok := m.GetAnnotationRequestConfig().(*AnnotatedDatasetMetadata_TextEntityExtractionConfig); ok { + return x.TextEntityExtractionConfig + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*AnnotatedDatasetMetadata) 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 _AnnotatedDatasetMetadata_OneofMarshaler, _AnnotatedDatasetMetadata_OneofUnmarshaler, _AnnotatedDatasetMetadata_OneofSizer, []interface{}{ + (*AnnotatedDatasetMetadata_ImageClassificationConfig)(nil), + (*AnnotatedDatasetMetadata_BoundingPolyConfig)(nil), + (*AnnotatedDatasetMetadata_PolylineConfig)(nil), + (*AnnotatedDatasetMetadata_SegmentationConfig)(nil), + (*AnnotatedDatasetMetadata_VideoClassificationConfig)(nil), + (*AnnotatedDatasetMetadata_ObjectDetectionConfig)(nil), + (*AnnotatedDatasetMetadata_ObjectTrackingConfig)(nil), + (*AnnotatedDatasetMetadata_EventConfig)(nil), + (*AnnotatedDatasetMetadata_TextClassificationConfig)(nil), + (*AnnotatedDatasetMetadata_TextEntityExtractionConfig)(nil), + } +} + +func _AnnotatedDatasetMetadata_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*AnnotatedDatasetMetadata) + // annotation_request_config + switch x := m.AnnotationRequestConfig.(type) { + case *AnnotatedDatasetMetadata_ImageClassificationConfig: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageClassificationConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_BoundingPolyConfig: + b.EncodeVarint(3<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.BoundingPolyConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_PolylineConfig: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.PolylineConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_SegmentationConfig: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.SegmentationConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_VideoClassificationConfig: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoClassificationConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_ObjectDetectionConfig: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ObjectDetectionConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_ObjectTrackingConfig: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ObjectTrackingConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_EventConfig: + b.EncodeVarint(9<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.EventConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_TextClassificationConfig: + b.EncodeVarint(10<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextClassificationConfig); err != nil { + return err + } + case *AnnotatedDatasetMetadata_TextEntityExtractionConfig: + b.EncodeVarint(11<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextEntityExtractionConfig); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("AnnotatedDatasetMetadata.AnnotationRequestConfig has unexpected type %T", x) + } + return nil +} + +func _AnnotatedDatasetMetadata_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*AnnotatedDatasetMetadata) + switch tag { + case 2: // annotation_request_config.image_classification_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImageClassificationConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_ImageClassificationConfig{msg} + return true, err + case 3: // annotation_request_config.bounding_poly_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(BoundingPolyConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_BoundingPolyConfig{msg} + return true, err + case 4: // annotation_request_config.polyline_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(PolylineConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_PolylineConfig{msg} + return true, err + case 5: // annotation_request_config.segmentation_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(SegmentationConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_SegmentationConfig{msg} + return true, err + case 6: // annotation_request_config.video_classification_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoClassificationConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_VideoClassificationConfig{msg} + return true, err + case 7: // annotation_request_config.object_detection_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ObjectDetectionConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_ObjectDetectionConfig{msg} + return true, err + case 8: // annotation_request_config.object_tracking_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ObjectTrackingConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_ObjectTrackingConfig{msg} + return true, err + case 9: // annotation_request_config.event_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(EventConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_EventConfig{msg} + return true, err + case 10: // annotation_request_config.text_classification_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextClassificationConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_TextClassificationConfig{msg} + return true, err + case 11: // annotation_request_config.text_entity_extraction_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextEntityExtractionConfig) + err := b.DecodeMessage(msg) + m.AnnotationRequestConfig = &AnnotatedDatasetMetadata_TextEntityExtractionConfig{msg} + return true, err + default: + return false, nil + } +} + +func _AnnotatedDatasetMetadata_OneofSizer(msg proto.Message) (n int) { + m := msg.(*AnnotatedDatasetMetadata) + // annotation_request_config + switch x := m.AnnotationRequestConfig.(type) { + case *AnnotatedDatasetMetadata_ImageClassificationConfig: + s := proto.Size(x.ImageClassificationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_BoundingPolyConfig: + s := proto.Size(x.BoundingPolyConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_PolylineConfig: + s := proto.Size(x.PolylineConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_SegmentationConfig: + s := proto.Size(x.SegmentationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_VideoClassificationConfig: + s := proto.Size(x.VideoClassificationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_ObjectDetectionConfig: + s := proto.Size(x.ObjectDetectionConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_ObjectTrackingConfig: + s := proto.Size(x.ObjectTrackingConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_EventConfig: + s := proto.Size(x.EventConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_TextClassificationConfig: + s := proto.Size(x.TextClassificationConfig) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *AnnotatedDatasetMetadata_TextEntityExtractionConfig: + s := proto.Size(x.TextEntityExtractionConfig) + 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 +} + +// Statistics about annotation specs. +type LabelStats struct { + // Map of each annotation spec's example count. Key is the annotation spec + // name and value is the number of examples for that annotation spec. + ExampleCount map[string]int64 `protobuf:"bytes,1,rep,name=example_count,json=exampleCount,proto3" json:"example_count,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"varint,2,opt,name=value,proto3"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LabelStats) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelStats.Unmarshal(m, b) +} +func (m *LabelStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelStats.Marshal(b, m, deterministic) +} +func (dst *LabelStats) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelStats.Merge(dst, src) +} +func (m *LabelStats) XXX_Size() int { + return xxx_messageInfo_LabelStats.Size(m) +} +func (m *LabelStats) XXX_DiscardUnknown() { + xxx_messageInfo_LabelStats.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelStats proto.InternalMessageInfo + +func (m *LabelStats) GetExampleCount() map[string]int64 { + if m != nil { + return m.ExampleCount + } + return nil +} + +// An Example is a piece of data and its annotation. For example, an image with +// label "house". +type Example struct { + // Output only. The data part of Example. + // + // Types that are valid to be assigned to Payload: + // *Example_ImagePayload + // *Example_TextPayload + // *Example_VideoPayload + // *Example_AudioPayload + Payload isExample_Payload `protobuf_oneof:"payload"` + // Output only. Name of the example, in format of: + // projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ + // {annotated_dataset_id}/examples/{example_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Output only. Annotations for the piece of data in Example. + // One piece of data can have multiple annotations. + Annotations []*Annotation `protobuf:"bytes,5,rep,name=annotations,proto3" json:"annotations,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Example) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Example.Unmarshal(m, b) +} +func (m *Example) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Example.Marshal(b, m, deterministic) +} +func (dst *Example) XXX_Merge(src proto.Message) { + xxx_messageInfo_Example.Merge(dst, src) +} +func (m *Example) XXX_Size() int { + return xxx_messageInfo_Example.Size(m) +} +func (m *Example) XXX_DiscardUnknown() { + xxx_messageInfo_Example.DiscardUnknown(m) +} + +var xxx_messageInfo_Example proto.InternalMessageInfo + +type isExample_Payload interface { + isExample_Payload() +} + +type Example_ImagePayload struct { + ImagePayload *ImagePayload `protobuf:"bytes,2,opt,name=image_payload,json=imagePayload,proto3,oneof"` +} + +type Example_TextPayload struct { + TextPayload *TextPayload `protobuf:"bytes,6,opt,name=text_payload,json=textPayload,proto3,oneof"` +} + +type Example_VideoPayload struct { + VideoPayload *VideoPayload `protobuf:"bytes,7,opt,name=video_payload,json=videoPayload,proto3,oneof"` +} + +type Example_AudioPayload struct { + AudioPayload *AudioPayload `protobuf:"bytes,8,opt,name=audio_payload,json=audioPayload,proto3,oneof"` +} + +func (*Example_ImagePayload) isExample_Payload() {} + +func (*Example_TextPayload) isExample_Payload() {} + +func (*Example_VideoPayload) isExample_Payload() {} + +func (*Example_AudioPayload) isExample_Payload() {} + +func (m *Example) GetPayload() isExample_Payload { + if m != nil { + return m.Payload + } + return nil +} + +func (m *Example) GetImagePayload() *ImagePayload { + if x, ok := m.GetPayload().(*Example_ImagePayload); ok { + return x.ImagePayload + } + return nil +} + +func (m *Example) GetTextPayload() *TextPayload { + if x, ok := m.GetPayload().(*Example_TextPayload); ok { + return x.TextPayload + } + return nil +} + +func (m *Example) GetVideoPayload() *VideoPayload { + if x, ok := m.GetPayload().(*Example_VideoPayload); ok { + return x.VideoPayload + } + return nil +} + +func (m *Example) GetAudioPayload() *AudioPayload { + if x, ok := m.GetPayload().(*Example_AudioPayload); ok { + return x.AudioPayload + } + return nil +} + +func (m *Example) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Example) GetAnnotations() []*Annotation { + if m != nil { + return m.Annotations + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*Example) 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 _Example_OneofMarshaler, _Example_OneofUnmarshaler, _Example_OneofSizer, []interface{}{ + (*Example_ImagePayload)(nil), + (*Example_TextPayload)(nil), + (*Example_VideoPayload)(nil), + (*Example_AudioPayload)(nil), + } +} + +func _Example_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*Example) + // payload + switch x := m.Payload.(type) { + case *Example_ImagePayload: + b.EncodeVarint(2<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImagePayload); err != nil { + return err + } + case *Example_TextPayload: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextPayload); err != nil { + return err + } + case *Example_VideoPayload: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoPayload); err != nil { + return err + } + case *Example_AudioPayload: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AudioPayload); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("Example.Payload has unexpected type %T", x) + } + return nil +} + +func _Example_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*Example) + switch tag { + case 2: // payload.image_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(ImagePayload) + err := b.DecodeMessage(msg) + m.Payload = &Example_ImagePayload{msg} + return true, err + case 6: // payload.text_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(TextPayload) + err := b.DecodeMessage(msg) + m.Payload = &Example_TextPayload{msg} + return true, err + case 7: // payload.video_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(VideoPayload) + err := b.DecodeMessage(msg) + m.Payload = &Example_VideoPayload{msg} + return true, err + case 8: // payload.audio_payload + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(AudioPayload) + err := b.DecodeMessage(msg) + m.Payload = &Example_AudioPayload{msg} + return true, err + default: + return false, nil + } +} + +func _Example_OneofSizer(msg proto.Message) (n int) { + m := msg.(*Example) + // payload + switch x := m.Payload.(type) { + case *Example_ImagePayload: + s := proto.Size(x.ImagePayload) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Example_TextPayload: + s := proto.Size(x.TextPayload) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Example_VideoPayload: + s := proto.Size(x.VideoPayload) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *Example_AudioPayload: + s := proto.Size(x.AudioPayload) + 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 +} + +// Container of information about an image. +type ImagePayload struct { + // Image format. + MimeType string `protobuf:"bytes,1,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` + // A byte string of a full image. + ImageThumbnail []byte `protobuf:"bytes,2,opt,name=image_thumbnail,json=imageThumbnail,proto3" json:"image_thumbnail,omitempty"` + // Image uri from the user bucket. + ImageUri string `protobuf:"bytes,3,opt,name=image_uri,json=imageUri,proto3" json:"image_uri,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ImagePayload) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImagePayload.Unmarshal(m, b) +} +func (m *ImagePayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImagePayload.Marshal(b, m, deterministic) +} +func (dst *ImagePayload) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImagePayload.Merge(dst, src) +} +func (m *ImagePayload) XXX_Size() int { + return xxx_messageInfo_ImagePayload.Size(m) +} +func (m *ImagePayload) XXX_DiscardUnknown() { + xxx_messageInfo_ImagePayload.DiscardUnknown(m) +} + +var xxx_messageInfo_ImagePayload proto.InternalMessageInfo + +func (m *ImagePayload) GetMimeType() string { + if m != nil { + return m.MimeType + } + return "" +} + +func (m *ImagePayload) GetImageThumbnail() []byte { + if m != nil { + return m.ImageThumbnail + } + return nil +} + +func (m *ImagePayload) GetImageUri() string { + if m != nil { + return m.ImageUri + } + return "" +} + +// Container of information about a piece of text. +type TextPayload struct { + // Text content. + TextContent string `protobuf:"bytes,1,opt,name=text_content,json=textContent,proto3" json:"text_content,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *TextPayload) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TextPayload.Unmarshal(m, b) +} +func (m *TextPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TextPayload.Marshal(b, m, deterministic) +} +func (dst *TextPayload) XXX_Merge(src proto.Message) { + xxx_messageInfo_TextPayload.Merge(dst, src) +} +func (m *TextPayload) XXX_Size() int { + return xxx_messageInfo_TextPayload.Size(m) +} +func (m *TextPayload) XXX_DiscardUnknown() { + xxx_messageInfo_TextPayload.DiscardUnknown(m) +} + +var xxx_messageInfo_TextPayload proto.InternalMessageInfo + +func (m *TextPayload) GetTextContent() string { + if m != nil { + return m.TextContent + } + return "" +} + +// Container of information of a video thumbnail. +type VideoThumbnail struct { + // A byte string of the video frame. + Thumbnail []byte `protobuf:"bytes,1,opt,name=thumbnail,proto3" json:"thumbnail,omitempty"` + // Time offset relative to the beginning of the video, corresponding to the + // video frame where the thumbnail has been extracted from. + TimeOffset *duration.Duration `protobuf:"bytes,2,opt,name=time_offset,json=timeOffset,proto3" json:"time_offset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *VideoThumbnail) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoThumbnail.Unmarshal(m, b) +} +func (m *VideoThumbnail) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoThumbnail.Marshal(b, m, deterministic) +} +func (dst *VideoThumbnail) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoThumbnail.Merge(dst, src) +} +func (m *VideoThumbnail) XXX_Size() int { + return xxx_messageInfo_VideoThumbnail.Size(m) +} +func (m *VideoThumbnail) XXX_DiscardUnknown() { + xxx_messageInfo_VideoThumbnail.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoThumbnail proto.InternalMessageInfo + +func (m *VideoThumbnail) GetThumbnail() []byte { + if m != nil { + return m.Thumbnail + } + return nil +} + +func (m *VideoThumbnail) GetTimeOffset() *duration.Duration { + if m != nil { + return m.TimeOffset + } + return nil +} + +// Container of information of a video. +type VideoPayload struct { + // Video format. + MimeType string `protobuf:"bytes,1,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"` + // Video uri from the user bucket. + VideoUri string `protobuf:"bytes,2,opt,name=video_uri,json=videoUri,proto3" json:"video_uri,omitempty"` + // The list of video thumbnails. + VideoThumbnails []*VideoThumbnail `protobuf:"bytes,3,rep,name=video_thumbnails,json=videoThumbnails,proto3" json:"video_thumbnails,omitempty"` + // FPS of the video. + FrameRate float32 `protobuf:"fixed32,4,opt,name=frame_rate,json=frameRate,proto3" json:"frame_rate,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *VideoPayload) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoPayload.Unmarshal(m, b) +} +func (m *VideoPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoPayload.Marshal(b, m, deterministic) +} +func (dst *VideoPayload) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoPayload.Merge(dst, src) +} +func (m *VideoPayload) XXX_Size() int { + return xxx_messageInfo_VideoPayload.Size(m) +} +func (m *VideoPayload) XXX_DiscardUnknown() { + xxx_messageInfo_VideoPayload.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoPayload proto.InternalMessageInfo + +func (m *VideoPayload) GetMimeType() string { + if m != nil { + return m.MimeType + } + return "" +} + +func (m *VideoPayload) GetVideoUri() string { + if m != nil { + return m.VideoUri + } + return "" +} + +func (m *VideoPayload) GetVideoThumbnails() []*VideoThumbnail { + if m != nil { + return m.VideoThumbnails + } + return nil +} + +func (m *VideoPayload) GetFrameRate() float32 { + if m != nil { + return m.FrameRate + } + return 0 +} + +// Container of information of an audio. +type AudioPayload struct { + // Audio uri in user bucket. + AudioUri string `protobuf:"bytes,1,opt,name=audio_uri,json=audioUri,proto3" json:"audio_uri,omitempty"` + // Sample rate in Hertz of the audio data sent in all + // `RecognitionAudio` messages. This field is optional for `FLAC` and `WAV` + // audio files and required for all other audio formats. For details, + // see [AudioEncoding][google.cloud.datalabeling.v1beta1.AudioPayload.AudioEncoding]. + SampleRateHertz int32 `protobuf:"varint,3,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *AudioPayload) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_AudioPayload.Unmarshal(m, b) +} +func (m *AudioPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_AudioPayload.Marshal(b, m, deterministic) +} +func (dst *AudioPayload) XXX_Merge(src proto.Message) { + xxx_messageInfo_AudioPayload.Merge(dst, src) +} +func (m *AudioPayload) XXX_Size() int { + return xxx_messageInfo_AudioPayload.Size(m) +} +func (m *AudioPayload) XXX_DiscardUnknown() { + xxx_messageInfo_AudioPayload.DiscardUnknown(m) +} + +var xxx_messageInfo_AudioPayload proto.InternalMessageInfo + +func (m *AudioPayload) GetAudioUri() string { + if m != nil { + return m.AudioUri + } + return "" +} + +func (m *AudioPayload) GetSampleRateHertz() int32 { + if m != nil { + return m.SampleRateHertz + } + return 0 +} + +func init() { + proto.RegisterType((*Dataset)(nil), "google.cloud.datalabeling.v1beta1.Dataset") + proto.RegisterType((*InputConfig)(nil), "google.cloud.datalabeling.v1beta1.InputConfig") + proto.RegisterType((*GcsSource)(nil), "google.cloud.datalabeling.v1beta1.GcsSource") + proto.RegisterType((*OutputConfig)(nil), "google.cloud.datalabeling.v1beta1.OutputConfig") + proto.RegisterType((*GcsDestination)(nil), "google.cloud.datalabeling.v1beta1.GcsDestination") + proto.RegisterType((*GcsFolderDestination)(nil), "google.cloud.datalabeling.v1beta1.GcsFolderDestination") + proto.RegisterType((*DataItem)(nil), "google.cloud.datalabeling.v1beta1.DataItem") + proto.RegisterType((*AnnotatedDataset)(nil), "google.cloud.datalabeling.v1beta1.AnnotatedDataset") + proto.RegisterType((*AnnotatedDatasetMetadata)(nil), "google.cloud.datalabeling.v1beta1.AnnotatedDatasetMetadata") + proto.RegisterType((*LabelStats)(nil), "google.cloud.datalabeling.v1beta1.LabelStats") + proto.RegisterMapType((map[string]int64)(nil), "google.cloud.datalabeling.v1beta1.LabelStats.ExampleCountEntry") + proto.RegisterType((*Example)(nil), "google.cloud.datalabeling.v1beta1.Example") + proto.RegisterType((*ImagePayload)(nil), "google.cloud.datalabeling.v1beta1.ImagePayload") + proto.RegisterType((*TextPayload)(nil), "google.cloud.datalabeling.v1beta1.TextPayload") + proto.RegisterType((*VideoThumbnail)(nil), "google.cloud.datalabeling.v1beta1.VideoThumbnail") + proto.RegisterType((*VideoPayload)(nil), "google.cloud.datalabeling.v1beta1.VideoPayload") + proto.RegisterType((*AudioPayload)(nil), "google.cloud.datalabeling.v1beta1.AudioPayload") + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.DataType", DataType_name, DataType_value) +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/dataset.proto", fileDescriptor_dataset_b0759c67587c817f) +} + +var fileDescriptor_dataset_b0759c67587c817f = []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, + 0xda, 0x98, 0x42, 0xd4, 0x36, 0x4a, 0x5a, 0x45, 0x80, 0x9d, 0x80, 0x14, 0x02, 0x3a, 0x4c, 0xd2, + 0x46, 0x91, 0xae, 0xeb, 0xbb, 0xe5, 0xb8, 0xe4, 0xfe, 0xe5, 0x6e, 0xcf, 0xc2, 0xad, 0xd4, 0x0f, + 0xfd, 0xd0, 0x67, 0xe8, 0x63, 0x54, 0xea, 0x33, 0xf4, 0x15, 0xfa, 0x14, 0xf9, 0xd8, 0x07, 0xa8, + 0xf6, 0x8f, 0xef, 0x0f, 0xd8, 0xe1, 0x90, 0x9a, 0x7e, 0xbb, 0xfd, 0xcd, 0xce, 0x6f, 0x66, 0x76, + 0xd6, 0x33, 0xb3, 0x86, 0x75, 0xcb, 0xf7, 0x2d, 0x87, 0xac, 0x1b, 0x8e, 0x1f, 0x9b, 0xeb, 0x26, + 0xa6, 0xd8, 0xc1, 0x3d, 0xe2, 0xd8, 0x9e, 0xb5, 0xde, 0xdf, 0xe8, 0x11, 0x8a, 0x37, 0x38, 0x18, + 0x11, 0xda, 0x0a, 0x42, 0x9f, 0xfa, 0xe8, 0xa6, 0x50, 0x68, 0x71, 0x85, 0x56, 0x56, 0xa1, 0x25, + 0x15, 0x56, 0x36, 0x2f, 0xe7, 0xc4, 0x9e, 0xe7, 0x53, 0x4c, 0x6d, 0xdf, 0x13, 0xb4, 0x2b, 0x0f, + 0x2f, 0xd7, 0x39, 0x8d, 0x5d, 0xec, 0xe9, 0xa9, 0xa6, 0x6e, 0xf8, 0xde, 0x89, 0x6d, 0x49, 0x82, + 0x8f, 0x24, 0x01, 0x5f, 0xf5, 0xe2, 0x93, 0x75, 0x33, 0x0e, 0xb3, 0x06, 0xae, 0x9f, 0x97, 0x47, + 0x34, 0x8c, 0x0d, 0x19, 0xd5, 0xca, 0xc7, 0xe7, 0xa5, 0xd4, 0x76, 0x49, 0x44, 0xb1, 0x1b, 0x9c, + 0x53, 0xc7, 0x81, 0x9d, 0x71, 0x3e, 0x12, 0xd2, 0xe6, 0x3f, 0x0a, 0xcc, 0xb4, 0xc5, 0x31, 0x21, + 0x04, 0x53, 0x1e, 0x76, 0x49, 0x43, 0x59, 0x53, 0x6e, 0x55, 0x35, 0xfe, 0x8d, 0x6e, 0x42, 0xcd, + 0xb4, 0xa3, 0xc0, 0xc1, 0x03, 0x9d, 0xcb, 0x26, 0xb9, 0x4c, 0x95, 0xd8, 0x53, 0xb6, 0x65, 0x0d, + 0x54, 0x93, 0x44, 0x46, 0x68, 0x07, 0x8c, 0xb8, 0x51, 0x92, 0x3b, 0x52, 0x08, 0x3d, 0x00, 0xd5, + 0x08, 0x09, 0xa6, 0x44, 0x67, 0xce, 0x35, 0xa6, 0xd6, 0x94, 0x5b, 0xea, 0xe6, 0x4a, 0x4b, 0xe6, + 0x63, 0xe8, 0x79, 0xab, 0x3b, 0xf4, 0x5c, 0x03, 0xb1, 0x9d, 0x01, 0xe8, 0x08, 0x66, 0x6d, 0x2f, + 0x88, 0xa9, 0x3c, 0xb4, 0xa8, 0x51, 0x5e, 0x2b, 0xdd, 0x52, 0x37, 0x5b, 0xad, 0x4b, 0xd3, 0xd9, + 0xda, 0x63, 0x7a, 0x3b, 0x5c, 0x4d, 0xab, 0xd9, 0xe9, 0x22, 0x6a, 0xfe, 0xa1, 0x80, 0x9a, 0x91, + 0xa2, 0x7d, 0x00, 0xcb, 0x88, 0xf4, 0xc8, 0x8f, 0x43, 0x43, 0x04, 0xa9, 0x6e, 0x7e, 0x51, 0xc0, + 0xc2, 0x63, 0x23, 0x3a, 0xe2, 0x3a, 0xbb, 0x13, 0x5a, 0xd5, 0x1a, 0x2e, 0xd0, 0x2e, 0x54, 0xd9, + 0x76, 0x9d, 0x0e, 0x02, 0x71, 0x9c, 0x73, 0x9b, 0x9f, 0x17, 0x60, 0x63, 0x89, 0xe8, 0x0e, 0x02, + 0xa2, 0x55, 0x4c, 0xf9, 0xb5, 0x5d, 0x81, 0x69, 0xe1, 0x54, 0xb3, 0x03, 0xd5, 0xc4, 0x1a, 0x5a, + 0x85, 0xaa, 0x38, 0x94, 0x38, 0xb4, 0x65, 0xbe, 0x2a, 0x1c, 0x38, 0x0e, 0x6d, 0x26, 0x74, 0x6d, + 0x97, 0x08, 0xeb, 0x22, 0x61, 0x15, 0x06, 0x30, 0xc2, 0xe6, 0x5b, 0x05, 0x6a, 0x07, 0x31, 0x4d, + 0x43, 0x7f, 0x09, 0xf3, 0x2c, 0x74, 0x93, 0x44, 0xd4, 0xf6, 0xf8, 0xdd, 0xe0, 0x84, 0xea, 0xe6, + 0x46, 0xb1, 0xf8, 0xdb, 0xa9, 0xe2, 0xee, 0x84, 0x36, 0x67, 0xe5, 0x10, 0xe4, 0xc3, 0x87, 0x8c, + 0xfd, 0xc4, 0x77, 0x4c, 0x12, 0xe6, 0x8c, 0x88, 0x43, 0xfe, 0xa6, 0x98, 0x91, 0x47, 0x5c, 0x3f, + 0x6f, 0x6a, 0xd1, 0x1a, 0x81, 0x6f, 0xcf, 0xf2, 0xdb, 0x38, 0x5c, 0x36, 0x9f, 0xc0, 0x5c, 0xde, + 0x47, 0x74, 0x03, 0xc0, 0xe7, 0xf1, 0x67, 0xce, 0xae, 0x2a, 0x90, 0x4b, 0x0f, 0x6f, 0x1b, 0x16, + 0x47, 0x39, 0x83, 0x6e, 0xc3, 0x82, 0xe4, 0x94, 0x81, 0xa6, 0xd4, 0xf3, 0x42, 0x20, 0x74, 0x8e, + 0x43, 0xbb, 0xf9, 0x5b, 0x09, 0x2a, 0x2c, 0xd1, 0x7b, 0x94, 0xb8, 0xe8, 0x19, 0xcc, 0xda, 0x2e, + 0xb6, 0x88, 0x1e, 0xe0, 0x81, 0xe3, 0x63, 0x53, 0x9e, 0xca, 0x7a, 0x91, 0xcb, 0xcd, 0xf4, 0x0e, + 0x85, 0xda, 0xee, 0x84, 0x56, 0xb3, 0x33, 0x6b, 0x74, 0x04, 0x35, 0x4a, 0xce, 0x68, 0x42, 0x5b, + 0xe2, 0xb4, 0x45, 0x7e, 0x33, 0x5d, 0x72, 0x46, 0x53, 0x56, 0x95, 0xa6, 0x4b, 0xe6, 0x6c, 0xdf, + 0x36, 0x89, 0x9f, 0xb0, 0x4e, 0x15, 0x76, 0xf6, 0x19, 0xd3, 0xcb, 0x38, 0xdb, 0xcf, 0xac, 0x19, + 0x2f, 0x8e, 0x4d, 0x3b, 0xe5, 0x2d, 0x17, 0xe6, 0xdd, 0x62, 0x7a, 0x19, 0x5e, 0x9c, 0x59, 0x8f, + 0xaa, 0x67, 0xdb, 0x55, 0x98, 0x91, 0x56, 0x9a, 0x6f, 0xa7, 0xa0, 0xbe, 0x25, 0x0a, 0x22, 0x31, + 0xff, 0xdb, 0x1a, 0x58, 0xbd, 0x58, 0x03, 0x7f, 0x84, 0x85, 0x4c, 0x03, 0x90, 0x85, 0xa6, 0xc4, + 0x4b, 0xc3, 0xdd, 0x22, 0x81, 0x26, 0xba, 0xa2, 0x02, 0x68, 0x75, 0x7c, 0x0e, 0x41, 0x2f, 0x60, + 0x3e, 0x63, 0x81, 0xdf, 0xdf, 0x0a, 0xe7, 0xdf, 0xb8, 0x12, 0x3f, 0x2f, 0x40, 0x73, 0x38, 0xb7, + 0x46, 0x9f, 0xc0, 0x2c, 0x39, 0xc3, 0x6e, 0xe0, 0x10, 0xdd, 0xf0, 0x63, 0x8f, 0xf2, 0xd4, 0x97, + 0xb4, 0x9a, 0x04, 0x77, 0x18, 0x86, 0xbe, 0x86, 0x6b, 0x86, 0xcf, 0x96, 0x94, 0x98, 0x7a, 0x7e, + 0x7b, 0x99, 0x6f, 0x5f, 0x4a, 0xc4, 0x9d, 0xac, 0xde, 0x53, 0x50, 0xb9, 0x3f, 0x7a, 0x44, 0x31, + 0x8d, 0x1a, 0xd3, 0x3c, 0xfb, 0x77, 0x0a, 0x38, 0xfd, 0x84, 0x01, 0x47, 0x4c, 0x49, 0x03, 0x27, + 0xf9, 0x3e, 0xdf, 0x6e, 0x66, 0xae, 0xd4, 0x6e, 0x9e, 0x43, 0xc5, 0x25, 0x14, 0x33, 0x7b, 0x0d, + 0xe0, 0x9a, 0x0f, 0x8a, 0x1f, 0x5f, 0x72, 0x8f, 0xf6, 0x25, 0x85, 0x96, 0x90, 0x35, 0x7f, 0x07, + 0x68, 0x8c, 0xdb, 0x86, 0x02, 0xb8, 0x36, 0x66, 0x48, 0x90, 0xc5, 0xf8, 0x5e, 0x01, 0x27, 0x76, + 0x19, 0x43, 0x9a, 0x48, 0xd9, 0xf8, 0x96, 0x4e, 0x47, 0xc1, 0xe8, 0x17, 0x58, 0x15, 0x95, 0xc7, + 0x70, 0x70, 0x14, 0xd9, 0x27, 0xb6, 0x91, 0xb3, 0x2a, 0xea, 0xd0, 0xb7, 0x45, 0xeb, 0xd0, 0x4e, + 0x8e, 0x44, 0x98, 0xd8, 0x9d, 0xd0, 0x96, 0xed, 0x71, 0x42, 0x64, 0xc3, 0x62, 0xcf, 0x8f, 0x3d, + 0xd3, 0xf6, 0x2c, 0x3d, 0xf0, 0x9d, 0xc1, 0xd0, 0xb0, 0xa8, 0x54, 0x5f, 0x15, 0x30, 0xbc, 0x2d, + 0xd5, 0x0f, 0x7d, 0x67, 0x90, 0x58, 0x44, 0xbd, 0x0b, 0x28, 0xeb, 0x70, 0xcc, 0x82, 0x63, 0x7b, + 0x64, 0x68, 0x65, 0xaa, 0x70, 0x87, 0x3b, 0x94, 0x9a, 0x89, 0x85, 0xb9, 0x20, 0x87, 0xa0, 0x53, + 0xf8, 0x20, 0x22, 0x96, 0x4b, 0xbc, 0x7c, 0xda, 0xca, 0x85, 0xe3, 0x38, 0xca, 0x68, 0xa7, 0x71, + 0x44, 0x17, 0x50, 0x96, 0x32, 0x51, 0x7f, 0x47, 0xa7, 0x6c, 0xba, 0x70, 0xca, 0x78, 0x35, 0x1e, + 0x97, 0xb2, 0xfe, 0x38, 0x21, 0x0a, 0xe1, 0x9a, 0xdf, 0x7b, 0x45, 0x0c, 0xaa, 0x9b, 0x84, 0x12, + 0x23, 0x6b, 0x7b, 0xa6, 0xf0, 0x25, 0x3d, 0xe0, 0x0c, 0xed, 0x21, 0x41, 0x62, 0x77, 0xc9, 0x1f, + 0x25, 0x60, 0xf3, 0x83, 0xb4, 0x49, 0x43, 0x6c, 0xbc, 0x66, 0xb7, 0x45, 0x9a, 0xac, 0x14, 0x9e, + 0x1f, 0x84, 0xc9, 0xae, 0xd4, 0x4f, 0x2c, 0x2e, 0xfa, 0x23, 0x70, 0xd6, 0x39, 0x49, 0x9f, 0x78, + 0xc3, 0x71, 0x93, 0x97, 0xf2, 0x62, 0x9d, 0xb3, 0xc3, 0xd4, 0x12, 0x76, 0x95, 0xa4, 0x4b, 0xf4, + 0x33, 0xac, 0xf0, 0x76, 0x3c, 0x3a, 0x71, 0xc5, 0xcb, 0x0c, 0x6b, 0xce, 0x63, 0xf2, 0xd6, 0xa0, + 0x63, 0x64, 0xe8, 0x57, 0x05, 0x6e, 0x70, 0xeb, 0xc4, 0xa3, 0x36, 0x1d, 0xe8, 0xe4, 0x8c, 0x1d, + 0x65, 0xd6, 0x01, 0x95, 0x3b, 0xf0, 0x5d, 0x41, 0x07, 0x3a, 0x9c, 0xa6, 0x93, 0xb0, 0x24, 0x2e, + 0xf0, 0x18, 0x47, 0x4b, 0xb7, 0x57, 0x61, 0x39, 0x53, 0xda, 0x42, 0xf2, 0x26, 0x26, 0xd1, 0xf0, + 0x8c, 0x9b, 0x7f, 0x2a, 0x00, 0x69, 0x2d, 0x47, 0xe6, 0xf9, 0x66, 0xa3, 0xf0, 0x89, 0xff, 0xe1, + 0x95, 0x3a, 0x42, 0x2b, 0xdb, 0x62, 0x3a, 0x1e, 0x0d, 0x07, 0xf9, 0x6e, 0xb5, 0xf2, 0x10, 0x16, + 0x2e, 0x6c, 0x41, 0x75, 0x28, 0xbd, 0x26, 0x03, 0xd9, 0xfd, 0xd9, 0x27, 0x5a, 0x84, 0x72, 0x1f, + 0x3b, 0xb1, 0xe8, 0xfa, 0x25, 0x4d, 0x2c, 0xee, 0x4f, 0xde, 0x53, 0x9a, 0x7f, 0x97, 0x60, 0x46, + 0x32, 0xfc, 0x6f, 0x73, 0xdc, 0xf4, 0x7b, 0x99, 0xe3, 0x66, 0xde, 0xd3, 0x1c, 0x57, 0x79, 0x6f, + 0x73, 0x1c, 0x3a, 0x00, 0x35, 0xf3, 0x98, 0x95, 0x6f, 0xc2, 0x3b, 0x57, 0x1a, 0x74, 0xb4, 0x2c, + 0x43, 0x76, 0x30, 0x7c, 0x03, 0xb5, 0x6c, 0x52, 0xf2, 0x4f, 0x02, 0x25, 0xff, 0x24, 0x40, 0x9f, + 0xc1, 0xbc, 0xc8, 0x3c, 0x3d, 0x8d, 0xdd, 0x9e, 0x87, 0x6d, 0x87, 0xe7, 0xbe, 0xa6, 0xcd, 0x71, + 0xb8, 0x3b, 0x44, 0xf9, 0x93, 0x8d, 0x6f, 0x64, 0x6f, 0x83, 0x92, 0x7c, 0xb2, 0x31, 0x80, 0x3d, + 0x0a, 0xbe, 0x04, 0x35, 0x93, 0x30, 0x36, 0x71, 0x8a, 0x7a, 0xe1, 0x7b, 0x94, 0xf0, 0x1f, 0x00, + 0x9f, 0x27, 0xf9, 0x4f, 0x5c, 0x40, 0xcd, 0x57, 0x30, 0xc7, 0x93, 0x91, 0x1a, 0xb8, 0x0e, 0xd5, + 0xd4, 0x07, 0x85, 0xfb, 0x90, 0x02, 0xe8, 0x3e, 0xa8, 0x6c, 0x1a, 0xd2, 0xfd, 0x93, 0x93, 0x88, + 0x50, 0x79, 0x3f, 0x97, 0x2f, 0x0c, 0x45, 0x6d, 0xf9, 0xdf, 0x83, 0x06, 0x6c, 0xf7, 0x01, 0xdf, + 0xdc, 0xfc, 0x4b, 0x81, 0x5a, 0x36, 0xf3, 0xef, 0x3e, 0x91, 0x55, 0xa8, 0x8a, 0xeb, 0xc5, 0x02, + 0x95, 0x2f, 0x28, 0x0e, 0xb0, 0xe7, 0xd5, 0x4b, 0xa8, 0x0b, 0x61, 0xe2, 0x59, 0xd4, 0x28, 0xf1, + 0xe4, 0x6d, 0x14, 0xbd, 0x7e, 0x49, 0xc4, 0xda, 0x7c, 0x3f, 0xb7, 0x8e, 0xd8, 0xdb, 0xee, 0x24, + 0xc4, 0x2e, 0xd1, 0x43, 0x4c, 0xc5, 0xff, 0x0c, 0x93, 0x5a, 0x95, 0x23, 0x1a, 0xa6, 0xa4, 0xf9, + 0x1c, 0x6a, 0xd9, 0x8b, 0xc6, 0x3c, 0x15, 0x17, 0x36, 0xf3, 0x8a, 0xe6, 0x00, 0xf3, 0xf4, 0x36, + 0x2c, 0x44, 0xa2, 0x08, 0x31, 0x32, 0xfd, 0x94, 0x84, 0xf4, 0x27, 0x9e, 0xb7, 0xb2, 0x36, 0x2f, + 0x04, 0x8c, 0x73, 0x97, 0xc1, 0xb7, 0x0f, 0xc5, 0x93, 0x8e, 0x87, 0xbf, 0x0c, 0x4b, 0xed, 0xad, + 0xee, 0x96, 0xde, 0xfd, 0xe1, 0xb0, 0xa3, 0x1f, 0x3f, 0x3d, 0x3a, 0xec, 0xec, 0xec, 0x3d, 0xda, + 0xeb, 0xb4, 0xeb, 0x13, 0xa8, 0x0a, 0xe5, 0xbd, 0xfd, 0xad, 0xc7, 0x9d, 0xba, 0xc2, 0x3e, 0x9f, + 0xed, 0xb5, 0x3b, 0x07, 0xf5, 0x49, 0x54, 0x81, 0xa9, 0x6e, 0xe7, 0xfb, 0x6e, 0x7d, 0x8a, 0x81, + 0x5b, 0xc7, 0xed, 0xbd, 0x83, 0x7a, 0x79, 0xfb, 0x0c, 0x3e, 0x35, 0x7c, 0xf7, 0xf2, 0x23, 0x39, + 0x54, 0x5e, 0xec, 0xcb, 0x4d, 0x96, 0xef, 0x60, 0xcf, 0x6a, 0xf9, 0xa1, 0xb5, 0x6e, 0x11, 0x8f, + 0x67, 0x54, 0xfe, 0x47, 0x86, 0x03, 0x3b, 0x7a, 0xc7, 0xff, 0x53, 0x0f, 0xb2, 0x60, 0x6f, 0x9a, + 0x6b, 0xde, 0xfd, 0x37, 0x00, 0x00, 0xff, 0xff, 0x45, 0x58, 0x65, 0x41, 0x60, 0x13, 0x00, 0x00, +} diff --git a/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go b/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..5ec32b9faa883540ca1162b4d39dd3256e96f806 --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/human_annotation_config.pb.go @@ -0,0 +1,858 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/human_annotation_config.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import duration "github.com/golang/protobuf/ptypes/duration" +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 StringAggregationType int32 + +const ( + StringAggregationType_STRING_AGGREGATION_TYPE_UNSPECIFIED StringAggregationType = 0 + // Majority vote to aggregate answers. + StringAggregationType_MAJORITY_VOTE StringAggregationType = 1 + // Unanimous answers will be adopted. + StringAggregationType_UNANIMOUS_VOTE StringAggregationType = 2 + // Preserve all answers by crowd compute. + StringAggregationType_NO_AGGREGATION StringAggregationType = 3 +) + +var StringAggregationType_name = map[int32]string{ + 0: "STRING_AGGREGATION_TYPE_UNSPECIFIED", + 1: "MAJORITY_VOTE", + 2: "UNANIMOUS_VOTE", + 3: "NO_AGGREGATION", +} +var StringAggregationType_value = map[string]int32{ + "STRING_AGGREGATION_TYPE_UNSPECIFIED": 0, + "MAJORITY_VOTE": 1, + "UNANIMOUS_VOTE": 2, + "NO_AGGREGATION": 3, +} + +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} +} + +// Configuration for how human labeling task should be done. +type HumanAnnotationConfig struct { + // Required except for LabelAudio case. Instruction resource name. + Instruction string `protobuf:"bytes,1,opt,name=instruction,proto3" json:"instruction,omitempty"` + // Required. A human-readable name for AnnotatedDataset defined by + // users. Maximum of 64 characters + // . + AnnotatedDatasetDisplayName string `protobuf:"bytes,2,opt,name=annotated_dataset_display_name,json=annotatedDatasetDisplayName,proto3" json:"annotated_dataset_display_name,omitempty"` + // Optional. A human-readable description for AnnotatedDataset. + // The description can be up to 10000 characters long. + AnnotatedDatasetDescription string `protobuf:"bytes,3,opt,name=annotated_dataset_description,json=annotatedDatasetDescription,proto3" json:"annotated_dataset_description,omitempty"` + // Optional. A human-readable label used to logically group labeling tasks. + // This string must match the regular expression `[a-zA-Z\\d_-]{0,128}`. + LabelGroup string `protobuf:"bytes,4,opt,name=label_group,json=labelGroup,proto3" json:"label_group,omitempty"` + // Optional. The Language of this question, as a + // [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). + // Default value is en-US. + // Only need to set this when task is language related. For example, French + // text classification or Chinese audio transcription. + LanguageCode string `protobuf:"bytes,5,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` + // Optional. Replication of questions. Each question will be sent to up to + // this number of contributors to label. Aggregated answers will be returned. + // Default is set to 1. + // For image related labeling, valid values are 1, 3, 5. + ReplicaCount int32 `protobuf:"varint,6,opt,name=replica_count,json=replicaCount,proto3" json:"replica_count,omitempty"` + // Optional. Maximum duration for contributors to answer a question. Default + // is 1800 seconds. + QuestionDuration *duration.Duration `protobuf:"bytes,7,opt,name=question_duration,json=questionDuration,proto3" json:"question_duration,omitempty"` + // Optional. If you want your own labeling contributors to manage and work on + // this labeling request, you can set these contributors here. We will give + // them access to the question types in crowdcompute. Note that these + // emails must be registered in crowdcompute worker UI: + // https://crowd-compute.appspot.com/ + ContributorEmails []string `protobuf:"bytes,9,rep,name=contributor_emails,json=contributorEmails,proto3" json:"contributor_emails,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *HumanAnnotationConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_HumanAnnotationConfig.Unmarshal(m, b) +} +func (m *HumanAnnotationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_HumanAnnotationConfig.Marshal(b, m, deterministic) +} +func (dst *HumanAnnotationConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_HumanAnnotationConfig.Merge(dst, src) +} +func (m *HumanAnnotationConfig) XXX_Size() int { + return xxx_messageInfo_HumanAnnotationConfig.Size(m) +} +func (m *HumanAnnotationConfig) XXX_DiscardUnknown() { + xxx_messageInfo_HumanAnnotationConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_HumanAnnotationConfig proto.InternalMessageInfo + +func (m *HumanAnnotationConfig) GetInstruction() string { + if m != nil { + return m.Instruction + } + return "" +} + +func (m *HumanAnnotationConfig) GetAnnotatedDatasetDisplayName() string { + if m != nil { + return m.AnnotatedDatasetDisplayName + } + return "" +} + +func (m *HumanAnnotationConfig) GetAnnotatedDatasetDescription() string { + if m != nil { + return m.AnnotatedDatasetDescription + } + return "" +} + +func (m *HumanAnnotationConfig) GetLabelGroup() string { + if m != nil { + return m.LabelGroup + } + return "" +} + +func (m *HumanAnnotationConfig) GetLanguageCode() string { + if m != nil { + return m.LanguageCode + } + return "" +} + +func (m *HumanAnnotationConfig) GetReplicaCount() int32 { + if m != nil { + return m.ReplicaCount + } + return 0 +} + +func (m *HumanAnnotationConfig) GetQuestionDuration() *duration.Duration { + if m != nil { + return m.QuestionDuration + } + return nil +} + +func (m *HumanAnnotationConfig) GetContributorEmails() []string { + if m != nil { + return m.ContributorEmails + } + return nil +} + +// Config for image classification human labeling task. +type ImageClassificationConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Optional. If allow_multi_label is true, contributors are able to choose + // multiple labels for one image. + AllowMultiLabel bool `protobuf:"varint,2,opt,name=allow_multi_label,json=allowMultiLabel,proto3" json:"allow_multi_label,omitempty"` + // Optional. The type of how to aggregate answers. + AnswerAggregationType StringAggregationType `protobuf:"varint,3,opt,name=answer_aggregation_type,json=answerAggregationType,proto3,enum=google.cloud.datalabeling.v1beta1.StringAggregationType" json:"answer_aggregation_type,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ImageClassificationConfig) Reset() { *m = ImageClassificationConfig{} } +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} +} +func (m *ImageClassificationConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImageClassificationConfig.Unmarshal(m, b) +} +func (m *ImageClassificationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImageClassificationConfig.Marshal(b, m, deterministic) +} +func (dst *ImageClassificationConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImageClassificationConfig.Merge(dst, src) +} +func (m *ImageClassificationConfig) XXX_Size() int { + return xxx_messageInfo_ImageClassificationConfig.Size(m) +} +func (m *ImageClassificationConfig) XXX_DiscardUnknown() { + xxx_messageInfo_ImageClassificationConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_ImageClassificationConfig proto.InternalMessageInfo + +func (m *ImageClassificationConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *ImageClassificationConfig) GetAllowMultiLabel() bool { + if m != nil { + return m.AllowMultiLabel + } + return false +} + +func (m *ImageClassificationConfig) GetAnswerAggregationType() StringAggregationType { + if m != nil { + return m.AnswerAggregationType + } + return StringAggregationType_STRING_AGGREGATION_TYPE_UNSPECIFIED +} + +// Config for image bounding poly (and bounding box) human labeling task. +type BoundingPolyConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Optional. Instruction message showed on contributors UI. + InstructionMessage string `protobuf:"bytes,2,opt,name=instruction_message,json=instructionMessage,proto3" json:"instruction_message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *BoundingPolyConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_BoundingPolyConfig.Unmarshal(m, b) +} +func (m *BoundingPolyConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_BoundingPolyConfig.Marshal(b, m, deterministic) +} +func (dst *BoundingPolyConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_BoundingPolyConfig.Merge(dst, src) +} +func (m *BoundingPolyConfig) XXX_Size() int { + return xxx_messageInfo_BoundingPolyConfig.Size(m) +} +func (m *BoundingPolyConfig) XXX_DiscardUnknown() { + xxx_messageInfo_BoundingPolyConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_BoundingPolyConfig proto.InternalMessageInfo + +func (m *BoundingPolyConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *BoundingPolyConfig) GetInstructionMessage() string { + if m != nil { + return m.InstructionMessage + } + return "" +} + +// Config for image polyline human labeling task. +type PolylineConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Optional. Instruction message showed on contributors UI. + InstructionMessage string `protobuf:"bytes,2,opt,name=instruction_message,json=instructionMessage,proto3" json:"instruction_message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *PolylineConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PolylineConfig.Unmarshal(m, b) +} +func (m *PolylineConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PolylineConfig.Marshal(b, m, deterministic) +} +func (dst *PolylineConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_PolylineConfig.Merge(dst, src) +} +func (m *PolylineConfig) XXX_Size() int { + return xxx_messageInfo_PolylineConfig.Size(m) +} +func (m *PolylineConfig) XXX_DiscardUnknown() { + xxx_messageInfo_PolylineConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_PolylineConfig proto.InternalMessageInfo + +func (m *PolylineConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *PolylineConfig) GetInstructionMessage() string { + if m != nil { + return m.InstructionMessage + } + return "" +} + +// Config for image segmentation +type SegmentationConfig struct { + // Required. Annotation spec set resource name. format: + // projects/{project_id}/annotationSpecSets/{annotation_spec_set_id} + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Instruction message showed on labelers UI. + InstructionMessage string `protobuf:"bytes,2,opt,name=instruction_message,json=instructionMessage,proto3" json:"instruction_message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *SegmentationConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SegmentationConfig.Unmarshal(m, b) +} +func (m *SegmentationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SegmentationConfig.Marshal(b, m, deterministic) +} +func (dst *SegmentationConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_SegmentationConfig.Merge(dst, src) +} +func (m *SegmentationConfig) XXX_Size() int { + return xxx_messageInfo_SegmentationConfig.Size(m) +} +func (m *SegmentationConfig) XXX_DiscardUnknown() { + xxx_messageInfo_SegmentationConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_SegmentationConfig proto.InternalMessageInfo + +func (m *SegmentationConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *SegmentationConfig) GetInstructionMessage() string { + if m != nil { + return m.InstructionMessage + } + return "" +} + +// Config for video classification human labeling task. +// Currently two types of video classification are supported: +// 1. Assign labels on the entire video. +// 2. Split the video into multiple video clips based on camera shot, and +// assign labels on each video clip. +type VideoClassificationConfig struct { + // Required. The list of annotation spec set configs. + // Since watching a video clip takes much longer time than an image, we + // support label with multiple AnnotationSpecSet at the same time. Labels + // in each AnnotationSpecSet will be shown in a group to contributors. + // Contributors can select one or more (depending on whether to allow multi + // label) from each group. + AnnotationSpecSetConfigs []*VideoClassificationConfig_AnnotationSpecSetConfig `protobuf:"bytes,1,rep,name=annotation_spec_set_configs,json=annotationSpecSetConfigs,proto3" json:"annotation_spec_set_configs,omitempty"` + // Optional. Option to apply shot detection on the video. + ApplyShotDetection bool `protobuf:"varint,2,opt,name=apply_shot_detection,json=applyShotDetection,proto3" json:"apply_shot_detection,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VideoClassificationConfig) Reset() { *m = VideoClassificationConfig{} } +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} +} +func (m *VideoClassificationConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoClassificationConfig.Unmarshal(m, b) +} +func (m *VideoClassificationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoClassificationConfig.Marshal(b, m, deterministic) +} +func (dst *VideoClassificationConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoClassificationConfig.Merge(dst, src) +} +func (m *VideoClassificationConfig) XXX_Size() int { + return xxx_messageInfo_VideoClassificationConfig.Size(m) +} +func (m *VideoClassificationConfig) XXX_DiscardUnknown() { + xxx_messageInfo_VideoClassificationConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoClassificationConfig proto.InternalMessageInfo + +func (m *VideoClassificationConfig) GetAnnotationSpecSetConfigs() []*VideoClassificationConfig_AnnotationSpecSetConfig { + if m != nil { + return m.AnnotationSpecSetConfigs + } + return nil +} + +func (m *VideoClassificationConfig) GetApplyShotDetection() bool { + if m != nil { + return m.ApplyShotDetection + } + return false +} + +// Annotation spec set with the setting of allowing multi labels or not. +type VideoClassificationConfig_AnnotationSpecSetConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Optional. If allow_multi_label is true, contributors are able to + // choose multiple labels from one annotation spec set. + AllowMultiLabel bool `protobuf:"varint,2,opt,name=allow_multi_label,json=allowMultiLabel,proto3" json:"allow_multi_label,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) Reset() { + *m = VideoClassificationConfig_AnnotationSpecSetConfig{} +} +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) String() string { + return proto.CompactTextString(m) +} +func (*VideoClassificationConfig_AnnotationSpecSetConfig) ProtoMessage() {} +func (*VideoClassificationConfig_AnnotationSpecSetConfig) Descriptor() ([]byte, []int) { + return fileDescriptor_human_annotation_config_d8ea29218baa00e7, []int{5, 0} +} +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig.Unmarshal(m, b) +} +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig.Marshal(b, m, deterministic) +} +func (dst *VideoClassificationConfig_AnnotationSpecSetConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig.Merge(dst, src) +} +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) XXX_Size() int { + return xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig.Size(m) +} +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) XXX_DiscardUnknown() { + xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_VideoClassificationConfig_AnnotationSpecSetConfig proto.InternalMessageInfo + +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *VideoClassificationConfig_AnnotationSpecSetConfig) GetAllowMultiLabel() bool { + if m != nil { + return m.AllowMultiLabel + } + return false +} + +// Config for video object detection human labeling task. +// Object detection will be conducted on the images extracted from the video, +// and those objects will be labeled with bounding boxes. +// User need to specify the number of images to be extracted per second as the +// extraction frame rate. +type ObjectDetectionConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Optional. Instruction message showed on labelers UI. + InstructionMessage string `protobuf:"bytes,2,opt,name=instruction_message,json=instructionMessage,proto3" json:"instruction_message,omitempty"` + // Required. Number of frames per second to be extracted from the video. + ExtractionFrameRate float64 `protobuf:"fixed64,3,opt,name=extraction_frame_rate,json=extractionFrameRate,proto3" json:"extraction_frame_rate,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ObjectDetectionConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ObjectDetectionConfig.Unmarshal(m, b) +} +func (m *ObjectDetectionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ObjectDetectionConfig.Marshal(b, m, deterministic) +} +func (dst *ObjectDetectionConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_ObjectDetectionConfig.Merge(dst, src) +} +func (m *ObjectDetectionConfig) XXX_Size() int { + return xxx_messageInfo_ObjectDetectionConfig.Size(m) +} +func (m *ObjectDetectionConfig) XXX_DiscardUnknown() { + xxx_messageInfo_ObjectDetectionConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_ObjectDetectionConfig proto.InternalMessageInfo + +func (m *ObjectDetectionConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *ObjectDetectionConfig) GetInstructionMessage() string { + if m != nil { + return m.InstructionMessage + } + return "" +} + +func (m *ObjectDetectionConfig) GetExtractionFrameRate() float64 { + if m != nil { + return m.ExtractionFrameRate + } + return 0 +} + +// Config for video object tracking human labeling task. +type ObjectTrackingConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *ObjectTrackingConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ObjectTrackingConfig.Unmarshal(m, b) +} +func (m *ObjectTrackingConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ObjectTrackingConfig.Marshal(b, m, deterministic) +} +func (dst *ObjectTrackingConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_ObjectTrackingConfig.Merge(dst, src) +} +func (m *ObjectTrackingConfig) XXX_Size() int { + return xxx_messageInfo_ObjectTrackingConfig.Size(m) +} +func (m *ObjectTrackingConfig) XXX_DiscardUnknown() { + xxx_messageInfo_ObjectTrackingConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_ObjectTrackingConfig proto.InternalMessageInfo + +func (m *ObjectTrackingConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +// Config for video event human labeling task. +type EventConfig struct { + // Required. The list of annotation spec set resource name. Similar to video + // classification, we support selecting event from multiple AnnotationSpecSet + // at the same time. + AnnotationSpecSets []string `protobuf:"bytes,1,rep,name=annotation_spec_sets,json=annotationSpecSets,proto3" json:"annotation_spec_sets,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *EventConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_EventConfig.Unmarshal(m, b) +} +func (m *EventConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_EventConfig.Marshal(b, m, deterministic) +} +func (dst *EventConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_EventConfig.Merge(dst, src) +} +func (m *EventConfig) XXX_Size() int { + return xxx_messageInfo_EventConfig.Size(m) +} +func (m *EventConfig) XXX_DiscardUnknown() { + xxx_messageInfo_EventConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_EventConfig proto.InternalMessageInfo + +func (m *EventConfig) GetAnnotationSpecSets() []string { + if m != nil { + return m.AnnotationSpecSets + } + return nil +} + +// Config for text classification human labeling task. +type TextClassificationConfig struct { + // Optional. If allow_multi_label is true, contributors are able to choose + // multiple labels for one text segment. + AllowMultiLabel bool `protobuf:"varint,1,opt,name=allow_multi_label,json=allowMultiLabel,proto3" json:"allow_multi_label,omitempty"` + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,2,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + // Optional. Configs for sentiment selection. + SentimentConfig *SentimentConfig `protobuf:"bytes,3,opt,name=sentiment_config,json=sentimentConfig,proto3" json:"sentiment_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TextClassificationConfig) Reset() { *m = TextClassificationConfig{} } +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} +} +func (m *TextClassificationConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TextClassificationConfig.Unmarshal(m, b) +} +func (m *TextClassificationConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TextClassificationConfig.Marshal(b, m, deterministic) +} +func (dst *TextClassificationConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_TextClassificationConfig.Merge(dst, src) +} +func (m *TextClassificationConfig) XXX_Size() int { + return xxx_messageInfo_TextClassificationConfig.Size(m) +} +func (m *TextClassificationConfig) XXX_DiscardUnknown() { + xxx_messageInfo_TextClassificationConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_TextClassificationConfig proto.InternalMessageInfo + +func (m *TextClassificationConfig) GetAllowMultiLabel() bool { + if m != nil { + return m.AllowMultiLabel + } + return false +} + +func (m *TextClassificationConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func (m *TextClassificationConfig) GetSentimentConfig() *SentimentConfig { + if m != nil { + return m.SentimentConfig + } + return nil +} + +// Config for setting up sentiments. +type SentimentConfig struct { + // If set to true, contributors will have the option to select sentiment of + // the label they selected, to mark it as negative or positive label. Default + // is false. + EnableLabelSentimentSelection bool `protobuf:"varint,1,opt,name=enable_label_sentiment_selection,json=enableLabelSentimentSelection,proto3" json:"enable_label_sentiment_selection,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *SentimentConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SentimentConfig.Unmarshal(m, b) +} +func (m *SentimentConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SentimentConfig.Marshal(b, m, deterministic) +} +func (dst *SentimentConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_SentimentConfig.Merge(dst, src) +} +func (m *SentimentConfig) XXX_Size() int { + return xxx_messageInfo_SentimentConfig.Size(m) +} +func (m *SentimentConfig) XXX_DiscardUnknown() { + xxx_messageInfo_SentimentConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_SentimentConfig proto.InternalMessageInfo + +func (m *SentimentConfig) GetEnableLabelSentimentSelection() bool { + if m != nil { + return m.EnableLabelSentimentSelection + } + return false +} + +// Config for text entity extraction human labeling task. +type TextEntityExtractionConfig struct { + // Required. Annotation spec set resource name. + AnnotationSpecSet string `protobuf:"bytes,1,opt,name=annotation_spec_set,json=annotationSpecSet,proto3" json:"annotation_spec_set,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *TextEntityExtractionConfig) Reset() { *m = TextEntityExtractionConfig{} } +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} +} +func (m *TextEntityExtractionConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_TextEntityExtractionConfig.Unmarshal(m, b) +} +func (m *TextEntityExtractionConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_TextEntityExtractionConfig.Marshal(b, m, deterministic) +} +func (dst *TextEntityExtractionConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_TextEntityExtractionConfig.Merge(dst, src) +} +func (m *TextEntityExtractionConfig) XXX_Size() int { + return xxx_messageInfo_TextEntityExtractionConfig.Size(m) +} +func (m *TextEntityExtractionConfig) XXX_DiscardUnknown() { + xxx_messageInfo_TextEntityExtractionConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_TextEntityExtractionConfig proto.InternalMessageInfo + +func (m *TextEntityExtractionConfig) GetAnnotationSpecSet() string { + if m != nil { + return m.AnnotationSpecSet + } + return "" +} + +func init() { + proto.RegisterType((*HumanAnnotationConfig)(nil), "google.cloud.datalabeling.v1beta1.HumanAnnotationConfig") + proto.RegisterType((*ImageClassificationConfig)(nil), "google.cloud.datalabeling.v1beta1.ImageClassificationConfig") + proto.RegisterType((*BoundingPolyConfig)(nil), "google.cloud.datalabeling.v1beta1.BoundingPolyConfig") + proto.RegisterType((*PolylineConfig)(nil), "google.cloud.datalabeling.v1beta1.PolylineConfig") + proto.RegisterType((*SegmentationConfig)(nil), "google.cloud.datalabeling.v1beta1.SegmentationConfig") + proto.RegisterType((*VideoClassificationConfig)(nil), "google.cloud.datalabeling.v1beta1.VideoClassificationConfig") + proto.RegisterType((*VideoClassificationConfig_AnnotationSpecSetConfig)(nil), "google.cloud.datalabeling.v1beta1.VideoClassificationConfig.AnnotationSpecSetConfig") + proto.RegisterType((*ObjectDetectionConfig)(nil), "google.cloud.datalabeling.v1beta1.ObjectDetectionConfig") + proto.RegisterType((*ObjectTrackingConfig)(nil), "google.cloud.datalabeling.v1beta1.ObjectTrackingConfig") + proto.RegisterType((*EventConfig)(nil), "google.cloud.datalabeling.v1beta1.EventConfig") + proto.RegisterType((*TextClassificationConfig)(nil), "google.cloud.datalabeling.v1beta1.TextClassificationConfig") + proto.RegisterType((*SentimentConfig)(nil), "google.cloud.datalabeling.v1beta1.SentimentConfig") + proto.RegisterType((*TextEntityExtractionConfig)(nil), "google.cloud.datalabeling.v1beta1.TextEntityExtractionConfig") + proto.RegisterEnum("google.cloud.datalabeling.v1beta1.StringAggregationType", StringAggregationType_name, StringAggregationType_value) +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/human_annotation_config.proto", fileDescriptor_human_annotation_config_d8ea29218baa00e7) +} + +var fileDescriptor_human_annotation_config_d8ea29218baa00e7 = []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, + 0x33, 0x0a, 0x4c, 0x5e, 0xbd, 0x97, 0x01, 0x7b, 0x28, 0x1c, 0xdb, 0xf1, 0x3c, 0xd4, 0x76, 0x20, + 0x3b, 0x05, 0x5a, 0x60, 0x20, 0x68, 0xf9, 0x46, 0xe1, 0x26, 0x91, 0xaa, 0x48, 0xb5, 0x31, 0xf6, + 0x19, 0xfb, 0x85, 0x3d, 0xee, 0x77, 0xf6, 0xb2, 0x3f, 0xd8, 0x5f, 0x0c, 0x22, 0xa5, 0xd8, 0x4b, + 0xed, 0xb5, 0xcb, 0xd0, 0xbc, 0x9e, 0x73, 0xef, 0xb9, 0x97, 0xf7, 0x5c, 0x91, 0x42, 0x4f, 0x03, + 0x21, 0x82, 0x10, 0x9a, 0x7e, 0x28, 0xd2, 0x79, 0x73, 0x4e, 0x15, 0x0d, 0xe9, 0x0c, 0x42, 0xc6, + 0x83, 0xe6, 0xeb, 0x27, 0x33, 0x50, 0xf4, 0x49, 0xf3, 0x2c, 0x8d, 0x28, 0x27, 0x94, 0x73, 0xa1, + 0xa8, 0x62, 0x82, 0x13, 0x5f, 0xf0, 0x53, 0x16, 0xb8, 0x71, 0x22, 0x94, 0xc0, 0x9f, 0x1b, 0x01, + 0x57, 0x0b, 0xb8, 0xab, 0x02, 0x6e, 0x2e, 0x70, 0xf0, 0x30, 0xaf, 0xa1, 0x13, 0x66, 0xe9, 0x69, + 0x73, 0x9e, 0x26, 0x5a, 0xc9, 0x48, 0x1c, 0x7c, 0x9a, 0xf3, 0x34, 0x66, 0xcd, 0x65, 0x19, 0x69, + 0x58, 0xe7, 0xb7, 0x12, 0xaa, 0x7d, 0x9f, 0xb5, 0xd0, 0xbe, 0xa0, 0x3a, 0xba, 0x01, 0x5c, 0x47, + 0x65, 0xc6, 0xa5, 0x4a, 0x52, 0x3f, 0x03, 0x6d, 0xab, 0x6e, 0x35, 0xb6, 0xbd, 0x55, 0x08, 0x77, + 0xd0, 0xc3, 0x5c, 0x10, 0xe6, 0x24, 0xeb, 0x4d, 0x82, 0x22, 0x73, 0x26, 0xe3, 0x90, 0x2e, 0x08, + 0xa7, 0x11, 0xd8, 0x5b, 0x3a, 0xe9, 0xfe, 0x45, 0x54, 0xd7, 0x04, 0x75, 0x4d, 0xcc, 0x88, 0x46, + 0x80, 0x0f, 0xd1, 0x83, 0x35, 0x22, 0x20, 0xfd, 0x84, 0xc5, 0xba, 0x70, 0x69, 0x83, 0xc6, 0x32, + 0x04, 0x7f, 0x86, 0xca, 0x7a, 0x2c, 0x24, 0x48, 0x44, 0x1a, 0xdb, 0x1f, 0xeb, 0x0c, 0xa4, 0xa1, + 0x7e, 0x86, 0xe0, 0x47, 0xe8, 0x4e, 0x48, 0x79, 0x90, 0xd2, 0x00, 0x88, 0x2f, 0xe6, 0x60, 0xdf, + 0xd0, 0x21, 0xb7, 0x0b, 0xb0, 0x23, 0xe6, 0x90, 0x05, 0x25, 0x10, 0x87, 0xcc, 0xa7, 0xc4, 0x17, + 0x29, 0x57, 0xf6, 0xcd, 0xba, 0xd5, 0xb8, 0xe1, 0xdd, 0xce, 0xc1, 0x4e, 0x86, 0xe1, 0x23, 0x54, + 0x7d, 0x95, 0x82, 0xd4, 0x4e, 0x15, 0x83, 0xb6, 0x3f, 0xa9, 0x5b, 0x8d, 0x72, 0x6b, 0xdf, 0xcd, + 0xcd, 0x2a, 0x9c, 0x70, 0xbb, 0x79, 0x80, 0x57, 0x29, 0x72, 0x0a, 0x04, 0x7f, 0x85, 0xb0, 0x2f, + 0xb8, 0x4a, 0xd8, 0x2c, 0x55, 0x22, 0x21, 0x10, 0x51, 0x16, 0x4a, 0x7b, 0xbb, 0x5e, 0x6a, 0x6c, + 0x7b, 0xd5, 0x15, 0xa6, 0xa7, 0x09, 0xe7, 0x2f, 0x0b, 0xed, 0x0f, 0xa2, 0xac, 0xd3, 0x90, 0x4a, + 0xc9, 0x4e, 0x99, 0xbf, 0x6a, 0x95, 0x8b, 0xf6, 0x56, 0x16, 0x48, 0xc6, 0xe0, 0x13, 0x09, 0x2a, + 0xb7, 0xac, 0xba, 0xa4, 0x26, 0x31, 0xf8, 0x13, 0x50, 0xf8, 0x31, 0xaa, 0xd2, 0x30, 0x14, 0x6f, + 0x48, 0x94, 0x86, 0x8a, 0x11, 0x3d, 0x28, 0xed, 0xd5, 0x2d, 0x6f, 0x57, 0x13, 0xc3, 0x0c, 0x7f, + 0x96, 0xc1, 0x38, 0x46, 0xf7, 0x28, 0x97, 0x6f, 0x20, 0x21, 0x34, 0x08, 0x12, 0x08, 0x4c, 0x0d, + 0xb5, 0x88, 0x41, 0x3b, 0xb3, 0xd3, 0xfa, 0xd6, 0x7d, 0xe7, 0x8e, 0xba, 0x13, 0x95, 0x30, 0x1e, + 0xb4, 0x97, 0x02, 0xd3, 0x45, 0x0c, 0x5e, 0xcd, 0x08, 0x5f, 0x82, 0x9d, 0x14, 0xe1, 0x43, 0x91, + 0xf2, 0x39, 0xe3, 0xc1, 0xb1, 0x08, 0x17, 0x57, 0x3c, 0x63, 0x13, 0xed, 0xad, 0xec, 0x2a, 0x89, + 0x40, 0x4a, 0x1a, 0x14, 0x1b, 0x89, 0x57, 0xa8, 0xa1, 0x61, 0x9c, 0x57, 0x68, 0x27, 0x2b, 0x17, + 0x32, 0x0e, 0xd7, 0x55, 0x32, 0x45, 0x78, 0x02, 0x41, 0x04, 0x5c, 0xfd, 0x1f, 0x37, 0xff, 0x73, + 0xd9, 0x3f, 0xb7, 0xd0, 0xfe, 0x73, 0x36, 0x07, 0xb1, 0x76, 0x99, 0x7e, 0xb5, 0xd0, 0xfd, 0x35, + 0xf5, 0xf3, 0x7b, 0x49, 0xda, 0x56, 0xbd, 0xd4, 0x28, 0xb7, 0xa6, 0xef, 0xe1, 0xfa, 0xc6, 0x1a, + 0x6e, 0xfb, 0xf2, 0x21, 0x0c, 0xee, 0xd9, 0x74, 0x3d, 0x21, 0xf1, 0xd7, 0xe8, 0x2e, 0x8d, 0xe3, + 0x70, 0x41, 0xe4, 0x99, 0xc8, 0xee, 0x07, 0x05, 0xe6, 0x5a, 0x32, 0x5b, 0x8b, 0x35, 0x37, 0x39, + 0x13, 0xaa, 0x5b, 0x30, 0x07, 0x29, 0xba, 0xb7, 0xa1, 0xcc, 0x87, 0xfc, 0x5e, 0x9c, 0xdf, 0x2d, + 0x54, 0x1b, 0xcf, 0x7e, 0x02, 0x7f, 0xd9, 0xca, 0x35, 0xf9, 0x8a, 0x5b, 0xa8, 0x06, 0xe7, 0x2a, + 0xa1, 0x26, 0xfe, 0x34, 0xa1, 0x11, 0x90, 0x84, 0x2a, 0xf3, 0xa1, 0x5a, 0xde, 0xde, 0x92, 0x3c, + 0xca, 0x38, 0x8f, 0x2a, 0x70, 0x8e, 0xd0, 0x5d, 0xd3, 0xed, 0x34, 0xa1, 0xfe, 0xcf, 0x8c, 0x07, + 0x57, 0x6b, 0xd6, 0x79, 0x8a, 0xca, 0xbd, 0xd7, 0xc0, 0x8b, 0x09, 0x67, 0x76, 0xbd, 0x9d, 0x6e, + 0x96, 0x67, 0xdb, 0xc3, 0x6f, 0xe5, 0x4b, 0xe7, 0x0f, 0x0b, 0xd9, 0x53, 0x38, 0x57, 0x6b, 0x77, + 0x72, 0xad, 0x01, 0xd6, 0xfa, 0x0b, 0x6b, 0x43, 0xe7, 0x5b, 0x9b, 0xc6, 0xfc, 0x23, 0xaa, 0x48, + 0xe0, 0x8a, 0x65, 0x9f, 0x61, 0xbe, 0xe4, 0x7a, 0x60, 0xe5, 0x56, 0xeb, 0x7d, 0x6e, 0xb6, 0x22, + 0x35, 0xdf, 0xe0, 0x5d, 0xf9, 0x4f, 0xc0, 0x79, 0x89, 0x76, 0x2f, 0xc5, 0xe0, 0x3e, 0xaa, 0x03, + 0xa7, 0xb3, 0x10, 0xcc, 0x41, 0xc8, 0xb2, 0xbc, 0x84, 0x10, 0x96, 0xcf, 0xed, 0x2d, 0xef, 0x81, + 0x89, 0xd3, 0x07, 0xbb, 0x50, 0x99, 0x14, 0x41, 0xce, 0x33, 0x74, 0x90, 0x8d, 0xac, 0xc7, 0x15, + 0x53, 0x8b, 0xde, 0x85, 0xbb, 0x57, 0xb3, 0xf0, 0xf1, 0x2f, 0xa8, 0xb6, 0xf6, 0x9e, 0xc6, 0x5f, + 0xa2, 0x47, 0x93, 0xa9, 0x37, 0x18, 0xf5, 0x49, 0xbb, 0xdf, 0xf7, 0x7a, 0xfd, 0xf6, 0x74, 0x30, + 0x1e, 0x91, 0xe9, 0x8b, 0xe3, 0x1e, 0x39, 0x19, 0x4d, 0x8e, 0x7b, 0x9d, 0xc1, 0xd1, 0xa0, 0xd7, + 0xad, 0x7c, 0x84, 0xab, 0xe8, 0xce, 0xb0, 0xfd, 0xc3, 0xd8, 0x1b, 0x4c, 0x5f, 0x90, 0xe7, 0xe3, + 0x69, 0xaf, 0x62, 0x61, 0x8c, 0x76, 0x4e, 0x46, 0xed, 0xd1, 0x60, 0x38, 0x3e, 0x99, 0x18, 0x6c, + 0x2b, 0xc3, 0x46, 0xe3, 0x55, 0xad, 0x4a, 0xe9, 0xf0, 0x1c, 0x7d, 0xe1, 0x8b, 0xe8, 0xdd, 0x03, + 0x3f, 0xb6, 0x5e, 0x0e, 0xf3, 0xa0, 0x40, 0x64, 0xcf, 0xb7, 0x2b, 0x92, 0xa0, 0x19, 0x00, 0xd7, + 0x8f, 0x6e, 0xd3, 0x50, 0x34, 0x66, 0xf2, 0x5f, 0xfe, 0xb9, 0xbe, 0x5b, 0x05, 0x67, 0x37, 0x75, + 0xe6, 0x37, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x56, 0x6a, 0x3b, 0xa6, 0xac, 0x09, 0x00, 0x00, +} diff --git a/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go b/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..a864820712b480c101e46bb8b9b2dcc01cc2f75e --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/instruction.pb.go @@ -0,0 +1,255 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/instruction.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +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 + +// Instruction of how to perform the labeling task for human operators. +// Currently two types of instruction are supported - CSV file and PDF. +// One of the two types instruction must be provided. +// CSV file is only supported for image classification task. Instructions for +// other task should be provided as PDF. +// For image classification, CSV and PDF can be provided at the same time. +type Instruction struct { + // Output only. Instruction resource name, format: + // projects/{project_id}/instructions/{instruction_id} + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. The display name of the instruction. Maximum of 64 characters. + DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Optional. User-provided description of the instruction. + // The description can be up to 10000 characters long. + Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` + // Output only. Creation time of instruction. + CreateTime *timestamp.Timestamp `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` + // Output only. Last update time of instruction. + UpdateTime *timestamp.Timestamp `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` + // Required. The data type of this instruction. + DataType DataType `protobuf:"varint,6,opt,name=data_type,json=dataType,proto3,enum=google.cloud.datalabeling.v1beta1.DataType" json:"data_type,omitempty"` + // One of CSV and PDF instruction is required. + // Instruction from a csv file, such as for classification task. + // Csv file should have exact two columns, in the format of: + // The first column is labeled data, such as image reference, text. + // The second column is comma separated labels associated with data. + CsvInstruction *CsvInstruction `protobuf:"bytes,7,opt,name=csv_instruction,json=csvInstruction,proto3" json:"csv_instruction,omitempty"` + // One of CSV and PDF instruction is required. + // Instruction from a PDF doc. The PDF doc should be in GCS bucket. + PdfInstruction *PdfInstruction `protobuf:"bytes,9,opt,name=pdf_instruction,json=pdfInstruction,proto3" json:"pdf_instruction,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *Instruction) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Instruction.Unmarshal(m, b) +} +func (m *Instruction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Instruction.Marshal(b, m, deterministic) +} +func (dst *Instruction) XXX_Merge(src proto.Message) { + xxx_messageInfo_Instruction.Merge(dst, src) +} +func (m *Instruction) XXX_Size() int { + return xxx_messageInfo_Instruction.Size(m) +} +func (m *Instruction) XXX_DiscardUnknown() { + xxx_messageInfo_Instruction.DiscardUnknown(m) +} + +var xxx_messageInfo_Instruction proto.InternalMessageInfo + +func (m *Instruction) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Instruction) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *Instruction) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +func (m *Instruction) GetCreateTime() *timestamp.Timestamp { + if m != nil { + return m.CreateTime + } + return nil +} + +func (m *Instruction) GetUpdateTime() *timestamp.Timestamp { + if m != nil { + return m.UpdateTime + } + return nil +} + +func (m *Instruction) GetDataType() DataType { + if m != nil { + return m.DataType + } + return DataType_DATA_TYPE_UNSPECIFIED +} + +func (m *Instruction) GetCsvInstruction() *CsvInstruction { + if m != nil { + return m.CsvInstruction + } + return nil +} + +func (m *Instruction) GetPdfInstruction() *PdfInstruction { + if m != nil { + return m.PdfInstruction + } + return nil +} + +// Instruction from a CSV file. +type CsvInstruction struct { + // CSV file for the instruction. Only gcs path is allowed. + GcsFileUri string `protobuf:"bytes,1,opt,name=gcs_file_uri,json=gcsFileUri,proto3" json:"gcs_file_uri,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *CsvInstruction) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CsvInstruction.Unmarshal(m, b) +} +func (m *CsvInstruction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CsvInstruction.Marshal(b, m, deterministic) +} +func (dst *CsvInstruction) XXX_Merge(src proto.Message) { + xxx_messageInfo_CsvInstruction.Merge(dst, src) +} +func (m *CsvInstruction) XXX_Size() int { + return xxx_messageInfo_CsvInstruction.Size(m) +} +func (m *CsvInstruction) XXX_DiscardUnknown() { + xxx_messageInfo_CsvInstruction.DiscardUnknown(m) +} + +var xxx_messageInfo_CsvInstruction proto.InternalMessageInfo + +func (m *CsvInstruction) GetGcsFileUri() string { + if m != nil { + return m.GcsFileUri + } + return "" +} + +// Instruction from a PDF file. +type PdfInstruction struct { + // PDF file for the instruction. Only gcs path is allowed. + GcsFileUri string `protobuf:"bytes,1,opt,name=gcs_file_uri,json=gcsFileUri,proto3" json:"gcs_file_uri,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *PdfInstruction) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_PdfInstruction.Unmarshal(m, b) +} +func (m *PdfInstruction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_PdfInstruction.Marshal(b, m, deterministic) +} +func (dst *PdfInstruction) XXX_Merge(src proto.Message) { + xxx_messageInfo_PdfInstruction.Merge(dst, src) +} +func (m *PdfInstruction) XXX_Size() int { + return xxx_messageInfo_PdfInstruction.Size(m) +} +func (m *PdfInstruction) XXX_DiscardUnknown() { + xxx_messageInfo_PdfInstruction.DiscardUnknown(m) +} + +var xxx_messageInfo_PdfInstruction proto.InternalMessageInfo + +func (m *PdfInstruction) GetGcsFileUri() string { + if m != nil { + return m.GcsFileUri + } + return "" +} + +func init() { + proto.RegisterType((*Instruction)(nil), "google.cloud.datalabeling.v1beta1.Instruction") + proto.RegisterType((*CsvInstruction)(nil), "google.cloud.datalabeling.v1beta1.CsvInstruction") + proto.RegisterType((*PdfInstruction)(nil), "google.cloud.datalabeling.v1beta1.PdfInstruction") +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/instruction.proto", fileDescriptor_instruction_1a000bce9896ac69) +} + +var fileDescriptor_instruction_1a000bce9896ac69 = []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, + 0x14, 0x24, 0x92, 0x3d, 0xee, 0xad, 0x2d, 0xa5, 0x3d, 0xb4, 0x04, 0x93, 0x5e, 0x72, 0x31, 0xb2, + 0x24, 0x0b, 0x81, 0x2c, 0x09, 0x4b, 0x0e, 0xcd, 0xdf, 0xed, 0x2f, 0x29, 0x92, 0x95, 0xc6, 0xbe, + 0xac, 0x73, 0xf3, 0xcc, 0xbc, 0xef, 0xf9, 0x31, 0x83, 0xc0, 0x13, 0xd7, 0x9a, 0x4b, 0x86, 0x88, + 0xd4, 0x3d, 0x45, 0x14, 0x3b, 0x2c, 0x71, 0xcd, 0xa4, 0x50, 0x1c, 0x1d, 0x37, 0x35, 0x73, 0x78, + 0x83, 0x84, 0xb2, 0xae, 0xeb, 0x89, 0x13, 0x5a, 0x41, 0xd3, 0x69, 0xa7, 0xb3, 0x87, 0x01, 0x82, + 0x01, 0x82, 0x63, 0x08, 0x46, 0x68, 0x85, 0xe6, 0x7d, 0x7d, 0xd3, 0x32, 0x37, 0x78, 0xae, 0x3e, + 0x44, 0x20, 0x54, 0x75, 0xdf, 0x20, 0x27, 0x5a, 0x66, 0x1d, 0x6e, 0x4d, 0x14, 0xbc, 0x8f, 0x02, + 0x6c, 0x04, 0xc2, 0x4a, 0x69, 0x87, 0x7d, 0x22, 0x3b, 0x4c, 0x1f, 0xff, 0xde, 0x80, 0xf4, 0xc7, + 0x25, 0x68, 0x96, 0x81, 0x5b, 0x85, 0x5b, 0x96, 0x27, 0x45, 0xb2, 0x5e, 0x94, 0xe1, 0x3b, 0x7b, + 0x00, 0xf7, 0x54, 0x58, 0x23, 0xf1, 0xa9, 0x0a, 0xb3, 0x57, 0x61, 0x96, 0xc6, 0xde, 0x2f, 0x2f, + 0x29, 0x40, 0x4a, 0x99, 0x25, 0x9d, 0x30, 0xde, 0x25, 0xbf, 0x89, 0x8a, 0x4b, 0x2b, 0x7b, 0x06, + 0x29, 0xe9, 0x18, 0x76, 0xac, 0xf2, 0x01, 0xf3, 0xdb, 0x22, 0x59, 0xa7, 0xdb, 0x15, 0x8c, 0x1b, + 0x39, 0xa7, 0x87, 0xfb, 0x73, 0xfa, 0x12, 0x0c, 0x72, 0xdf, 0xf0, 0x70, 0x6f, 0xe8, 0x7f, 0xf8, + 0xf5, 0x3c, 0x3c, 0xc8, 0x03, 0xfc, 0x1d, 0x2c, 0xfc, 0xca, 0x2a, 0x77, 0x32, 0x2c, 0xbf, 0x2b, + 0x92, 0xf5, 0x72, 0xfb, 0x09, 0xce, 0x5e, 0x02, 0x7e, 0xc5, 0x0e, 0xef, 0x4f, 0x86, 0x95, 0x6f, + 0x69, 0xfc, 0xca, 0x0e, 0xe0, 0x1d, 0xb1, 0xc7, 0x6a, 0x74, 0xd8, 0xfc, 0x4d, 0x88, 0xb2, 0xb9, + 0xc2, 0xef, 0x8b, 0x3d, 0x8e, 0x16, 0x5d, 0x2e, 0xc9, 0xa4, 0xf6, 0xde, 0x86, 0x36, 0x13, 0xef, + 0xc5, 0xd5, 0xde, 0x3b, 0xda, 0x4c, 0xbc, 0xcd, 0xa4, 0x7e, 0xdc, 0x82, 0xe5, 0xf4, 0xef, 0x59, + 0x01, 0xee, 0x39, 0xb1, 0x55, 0x23, 0x24, 0xab, 0xfa, 0x4e, 0xc4, 0x73, 0x03, 0x4e, 0xec, 0x37, + 0x21, 0xd9, 0xef, 0x4e, 0x78, 0x66, 0xea, 0x3a, 0xcf, 0x7c, 0xfe, 0x03, 0x3e, 0x12, 0xdd, 0xce, + 0xe7, 0xdd, 0x25, 0x87, 0x9f, 0x51, 0xc4, 0xb5, 0xc4, 0x8a, 0x43, 0xdd, 0x71, 0xc4, 0x99, 0x0a, + 0x97, 0x8c, 0x4f, 0x00, 0x1b, 0x61, 0x5f, 0x78, 0x06, 0xcf, 0xe3, 0x66, 0x7d, 0x17, 0xc8, 0xa7, + 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x89, 0x16, 0xfd, 0x97, 0x03, 0x00, 0x00, +} diff --git a/googleapis/cloud/datalabeling/v1beta1/operations.pb.go b/googleapis/cloud/datalabeling/v1beta1/operations.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..a3f160f60456f6e49263b39f3b3fe577fd181dc0 --- /dev/null +++ b/googleapis/cloud/datalabeling/v1beta1/operations.pb.go @@ -0,0 +1,1489 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/datalabeling/v1beta1/operations.proto + +package datalabeling // import "google.golang.org/genproto/googleapis/cloud/datalabeling/v1beta1" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import _ "github.com/golang/protobuf/ptypes/timestamp" +import _ "google.golang.org/genproto/googleapis/api/annotations" +import status "google.golang.org/genproto/googleapis/rpc/status" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation error at this line likely means your copy of the +// proto package needs to be updated. +const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package + +// Response used for ImportData longrunning operation. +type ImportDataOperationResponse struct { + // Ouptut only. The name of imported dataset. + Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"` + // Output only. Total number of examples requested to import + TotalCount int32 `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` + // Output only. Number of examples imported successfully. + ImportCount int32 `protobuf:"varint,3,opt,name=import_count,json=importCount,proto3" json:"import_count,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ImportDataOperationResponse) Reset() { *m = ImportDataOperationResponse{} } +func (m *ImportDataOperationResponse) String() string { return proto.CompactTextString(m) } +func (*ImportDataOperationResponse) ProtoMessage() {} +func (*ImportDataOperationResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{0} +} +func (m *ImportDataOperationResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImportDataOperationResponse.Unmarshal(m, b) +} +func (m *ImportDataOperationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImportDataOperationResponse.Marshal(b, m, deterministic) +} +func (dst *ImportDataOperationResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImportDataOperationResponse.Merge(dst, src) +} +func (m *ImportDataOperationResponse) XXX_Size() int { + return xxx_messageInfo_ImportDataOperationResponse.Size(m) +} +func (m *ImportDataOperationResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ImportDataOperationResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ImportDataOperationResponse proto.InternalMessageInfo + +func (m *ImportDataOperationResponse) GetDataset() string { + if m != nil { + return m.Dataset + } + return "" +} + +func (m *ImportDataOperationResponse) GetTotalCount() int32 { + if m != nil { + return m.TotalCount + } + return 0 +} + +func (m *ImportDataOperationResponse) GetImportCount() int32 { + if m != nil { + return m.ImportCount + } + return 0 +} + +// Response used for ExportDataset longrunning operation. +type ExportDataOperationResponse struct { + // Ouptut only. The name of dataset. + // "projects/*/datasets/*/Datasets/*" + Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"` + // Output only. Total number of examples requested to export + TotalCount int32 `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"` + // Output only. Number of examples exported successfully. + ExportCount int32 `protobuf:"varint,3,opt,name=export_count,json=exportCount,proto3" json:"export_count,omitempty"` + // Output only. Statistic infos of labels in the exported dataset. + LabelStats *LabelStats `protobuf:"bytes,4,opt,name=label_stats,json=labelStats,proto3" json:"label_stats,omitempty"` + // Output only. output_config in the ExportData request. + OutputConfig *OutputConfig `protobuf:"bytes,5,opt,name=output_config,json=outputConfig,proto3" json:"output_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExportDataOperationResponse) Reset() { *m = ExportDataOperationResponse{} } +func (m *ExportDataOperationResponse) String() string { return proto.CompactTextString(m) } +func (*ExportDataOperationResponse) ProtoMessage() {} +func (*ExportDataOperationResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{1} +} +func (m *ExportDataOperationResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExportDataOperationResponse.Unmarshal(m, b) +} +func (m *ExportDataOperationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExportDataOperationResponse.Marshal(b, m, deterministic) +} +func (dst *ExportDataOperationResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExportDataOperationResponse.Merge(dst, src) +} +func (m *ExportDataOperationResponse) XXX_Size() int { + return xxx_messageInfo_ExportDataOperationResponse.Size(m) +} +func (m *ExportDataOperationResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ExportDataOperationResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ExportDataOperationResponse proto.InternalMessageInfo + +func (m *ExportDataOperationResponse) GetDataset() string { + if m != nil { + return m.Dataset + } + return "" +} + +func (m *ExportDataOperationResponse) GetTotalCount() int32 { + if m != nil { + return m.TotalCount + } + return 0 +} + +func (m *ExportDataOperationResponse) GetExportCount() int32 { + if m != nil { + return m.ExportCount + } + return 0 +} + +func (m *ExportDataOperationResponse) GetLabelStats() *LabelStats { + if m != nil { + return m.LabelStats + } + return nil +} + +func (m *ExportDataOperationResponse) GetOutputConfig() *OutputConfig { + if m != nil { + return m.OutputConfig + } + return nil +} + +// Metadata of an ImportData operation. +type ImportDataOperationMetadata struct { + // Ouptut only. The name of imported dataset. + // "projects/*/datasets/*" + Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"` + // Output only. Partial failures encountered. + // E.g. single files that couldn't be read. + // Status details field will contain standard GCP error details. + PartialFailures []*status.Status `protobuf:"bytes,2,rep,name=partial_failures,json=partialFailures,proto3" json:"partial_failures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ImportDataOperationMetadata) Reset() { *m = ImportDataOperationMetadata{} } +func (m *ImportDataOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*ImportDataOperationMetadata) ProtoMessage() {} +func (*ImportDataOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{2} +} +func (m *ImportDataOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ImportDataOperationMetadata.Unmarshal(m, b) +} +func (m *ImportDataOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ImportDataOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *ImportDataOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_ImportDataOperationMetadata.Merge(dst, src) +} +func (m *ImportDataOperationMetadata) XXX_Size() int { + return xxx_messageInfo_ImportDataOperationMetadata.Size(m) +} +func (m *ImportDataOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_ImportDataOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_ImportDataOperationMetadata proto.InternalMessageInfo + +func (m *ImportDataOperationMetadata) GetDataset() string { + if m != nil { + return m.Dataset + } + return "" +} + +func (m *ImportDataOperationMetadata) GetPartialFailures() []*status.Status { + if m != nil { + return m.PartialFailures + } + return nil +} + +// Metadata of an ExportData operation. +type ExportDataOperationMetadata struct { + // Output only. The name of dataset to be exported. + // "projects/*/datasets/*/Datasets/*" + Dataset string `protobuf:"bytes,1,opt,name=dataset,proto3" json:"dataset,omitempty"` + // Output only. Partial failures encountered. + // E.g. single files that couldn't be read. + // Status details field will contain standard GCP error details. + PartialFailures []*status.Status `protobuf:"bytes,2,rep,name=partial_failures,json=partialFailures,proto3" json:"partial_failures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ExportDataOperationMetadata) Reset() { *m = ExportDataOperationMetadata{} } +func (m *ExportDataOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*ExportDataOperationMetadata) ProtoMessage() {} +func (*ExportDataOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{3} +} +func (m *ExportDataOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ExportDataOperationMetadata.Unmarshal(m, b) +} +func (m *ExportDataOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ExportDataOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *ExportDataOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_ExportDataOperationMetadata.Merge(dst, src) +} +func (m *ExportDataOperationMetadata) XXX_Size() int { + return xxx_messageInfo_ExportDataOperationMetadata.Size(m) +} +func (m *ExportDataOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_ExportDataOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_ExportDataOperationMetadata proto.InternalMessageInfo + +func (m *ExportDataOperationMetadata) GetDataset() string { + if m != nil { + return m.Dataset + } + return "" +} + +func (m *ExportDataOperationMetadata) GetPartialFailures() []*status.Status { + if m != nil { + return m.PartialFailures + } + return nil +} + +// Metadata of a labeling operation, such as LabelImage or LabelVideo. +// Next tag: 16 +type LabelOperationMetadata struct { + // Output only. Progress of label operation. Range: [0, 100]. + // Currently not supported. + ProgressPercent int32 `protobuf:"varint,1,opt,name=progress_percent,json=progressPercent,proto3" json:"progress_percent,omitempty"` + // Output only. Partial failures encountered. + // E.g. single files that couldn't be read. + // Status details field will contain standard GCP error details. + PartialFailures []*status.Status `protobuf:"bytes,2,rep,name=partial_failures,json=partialFailures,proto3" json:"partial_failures,omitempty"` + // Ouptut only. Details of specific label operation. + // + // Types that are valid to be assigned to Details: + // *LabelOperationMetadata_ImageClassificationDetails + // *LabelOperationMetadata_ImageBoundingBoxDetails + // *LabelOperationMetadata_ImageBoundingPolyDetails + // *LabelOperationMetadata_ImageOrientedBoundingBoxDetails + // *LabelOperationMetadata_ImagePolylineDetails + // *LabelOperationMetadata_ImageSegmentationDetails + // *LabelOperationMetadata_VideoClassificationDetails + // *LabelOperationMetadata_VideoObjectDetectionDetails + // *LabelOperationMetadata_VideoObjectTrackingDetails + // *LabelOperationMetadata_VideoEventDetails + // *LabelOperationMetadata_TextClassificationDetails + // *LabelOperationMetadata_AudioTranscriptionDetails + // *LabelOperationMetadata_TextEntityExtractionDetails + Details isLabelOperationMetadata_Details `protobuf_oneof:"details"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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} +} +func (m *LabelOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelOperationMetadata.Unmarshal(m, b) +} +func (m *LabelOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelOperationMetadata.Merge(dst, src) +} +func (m *LabelOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelOperationMetadata.Size(m) +} +func (m *LabelOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelOperationMetadata proto.InternalMessageInfo + +func (m *LabelOperationMetadata) GetProgressPercent() int32 { + if m != nil { + return m.ProgressPercent + } + return 0 +} + +func (m *LabelOperationMetadata) GetPartialFailures() []*status.Status { + if m != nil { + return m.PartialFailures + } + return nil +} + +type isLabelOperationMetadata_Details interface { + isLabelOperationMetadata_Details() +} + +type LabelOperationMetadata_ImageClassificationDetails struct { + ImageClassificationDetails *LabelImageClassificationOperationMetadata `protobuf:"bytes,3,opt,name=image_classification_details,json=imageClassificationDetails,proto3,oneof"` +} + +type LabelOperationMetadata_ImageBoundingBoxDetails struct { + ImageBoundingBoxDetails *LabelImageBoundingBoxOperationMetadata `protobuf:"bytes,4,opt,name=image_bounding_box_details,json=imageBoundingBoxDetails,proto3,oneof"` +} + +type LabelOperationMetadata_ImageBoundingPolyDetails struct { + ImageBoundingPolyDetails *LabelImageBoundingPolyOperationMetadata `protobuf:"bytes,11,opt,name=image_bounding_poly_details,json=imageBoundingPolyDetails,proto3,oneof"` +} + +type LabelOperationMetadata_ImageOrientedBoundingBoxDetails struct { + ImageOrientedBoundingBoxDetails *LabelImageOrientedBoundingBoxOperationMetadata `protobuf:"bytes,14,opt,name=image_oriented_bounding_box_details,json=imageOrientedBoundingBoxDetails,proto3,oneof"` +} + +type LabelOperationMetadata_ImagePolylineDetails struct { + ImagePolylineDetails *LabelImagePolylineOperationMetadata `protobuf:"bytes,12,opt,name=image_polyline_details,json=imagePolylineDetails,proto3,oneof"` +} + +type LabelOperationMetadata_ImageSegmentationDetails struct { + ImageSegmentationDetails *LabelImageSegmentationOperationMetadata `protobuf:"bytes,15,opt,name=image_segmentation_details,json=imageSegmentationDetails,proto3,oneof"` +} + +type LabelOperationMetadata_VideoClassificationDetails struct { + VideoClassificationDetails *LabelVideoClassificationOperationMetadata `protobuf:"bytes,5,opt,name=video_classification_details,json=videoClassificationDetails,proto3,oneof"` +} + +type LabelOperationMetadata_VideoObjectDetectionDetails struct { + VideoObjectDetectionDetails *LabelVideoObjectDetectionOperationMetadata `protobuf:"bytes,6,opt,name=video_object_detection_details,json=videoObjectDetectionDetails,proto3,oneof"` +} + +type LabelOperationMetadata_VideoObjectTrackingDetails struct { + VideoObjectTrackingDetails *LabelVideoObjectTrackingOperationMetadata `protobuf:"bytes,7,opt,name=video_object_tracking_details,json=videoObjectTrackingDetails,proto3,oneof"` +} + +type LabelOperationMetadata_VideoEventDetails struct { + VideoEventDetails *LabelVideoEventOperationMetadata `protobuf:"bytes,8,opt,name=video_event_details,json=videoEventDetails,proto3,oneof"` +} + +type LabelOperationMetadata_TextClassificationDetails struct { + TextClassificationDetails *LabelTextClassificationOperationMetadata `protobuf:"bytes,9,opt,name=text_classification_details,json=textClassificationDetails,proto3,oneof"` +} + +type LabelOperationMetadata_AudioTranscriptionDetails struct { + AudioTranscriptionDetails *LabelAudioTranscriptionOperationMetadata `protobuf:"bytes,10,opt,name=audio_transcription_details,json=audioTranscriptionDetails,proto3,oneof"` +} + +type LabelOperationMetadata_TextEntityExtractionDetails struct { + TextEntityExtractionDetails *LabelTextEntityExtractionOperationMetadata `protobuf:"bytes,13,opt,name=text_entity_extraction_details,json=textEntityExtractionDetails,proto3,oneof"` +} + +func (*LabelOperationMetadata_ImageClassificationDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_ImageBoundingBoxDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_ImageBoundingPolyDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_ImageOrientedBoundingBoxDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_ImagePolylineDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_ImageSegmentationDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_VideoClassificationDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_VideoObjectDetectionDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_VideoObjectTrackingDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_VideoEventDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_TextClassificationDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_AudioTranscriptionDetails) isLabelOperationMetadata_Details() {} + +func (*LabelOperationMetadata_TextEntityExtractionDetails) isLabelOperationMetadata_Details() {} + +func (m *LabelOperationMetadata) GetDetails() isLabelOperationMetadata_Details { + if m != nil { + return m.Details + } + return nil +} + +func (m *LabelOperationMetadata) GetImageClassificationDetails() *LabelImageClassificationOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_ImageClassificationDetails); ok { + return x.ImageClassificationDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetImageBoundingBoxDetails() *LabelImageBoundingBoxOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_ImageBoundingBoxDetails); ok { + return x.ImageBoundingBoxDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetImageBoundingPolyDetails() *LabelImageBoundingPolyOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_ImageBoundingPolyDetails); ok { + return x.ImageBoundingPolyDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetImageOrientedBoundingBoxDetails() *LabelImageOrientedBoundingBoxOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_ImageOrientedBoundingBoxDetails); ok { + return x.ImageOrientedBoundingBoxDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetImagePolylineDetails() *LabelImagePolylineOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_ImagePolylineDetails); ok { + return x.ImagePolylineDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetImageSegmentationDetails() *LabelImageSegmentationOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_ImageSegmentationDetails); ok { + return x.ImageSegmentationDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetVideoClassificationDetails() *LabelVideoClassificationOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_VideoClassificationDetails); ok { + return x.VideoClassificationDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetVideoObjectDetectionDetails() *LabelVideoObjectDetectionOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_VideoObjectDetectionDetails); ok { + return x.VideoObjectDetectionDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetVideoObjectTrackingDetails() *LabelVideoObjectTrackingOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_VideoObjectTrackingDetails); ok { + return x.VideoObjectTrackingDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetVideoEventDetails() *LabelVideoEventOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_VideoEventDetails); ok { + return x.VideoEventDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetTextClassificationDetails() *LabelTextClassificationOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_TextClassificationDetails); ok { + return x.TextClassificationDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetAudioTranscriptionDetails() *LabelAudioTranscriptionOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_AudioTranscriptionDetails); ok { + return x.AudioTranscriptionDetails + } + return nil +} + +func (m *LabelOperationMetadata) GetTextEntityExtractionDetails() *LabelTextEntityExtractionOperationMetadata { + if x, ok := m.GetDetails().(*LabelOperationMetadata_TextEntityExtractionDetails); ok { + return x.TextEntityExtractionDetails + } + return nil +} + +// XXX_OneofFuncs is for the internal use of the proto package. +func (*LabelOperationMetadata) 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 _LabelOperationMetadata_OneofMarshaler, _LabelOperationMetadata_OneofUnmarshaler, _LabelOperationMetadata_OneofSizer, []interface{}{ + (*LabelOperationMetadata_ImageClassificationDetails)(nil), + (*LabelOperationMetadata_ImageBoundingBoxDetails)(nil), + (*LabelOperationMetadata_ImageBoundingPolyDetails)(nil), + (*LabelOperationMetadata_ImageOrientedBoundingBoxDetails)(nil), + (*LabelOperationMetadata_ImagePolylineDetails)(nil), + (*LabelOperationMetadata_ImageSegmentationDetails)(nil), + (*LabelOperationMetadata_VideoClassificationDetails)(nil), + (*LabelOperationMetadata_VideoObjectDetectionDetails)(nil), + (*LabelOperationMetadata_VideoObjectTrackingDetails)(nil), + (*LabelOperationMetadata_VideoEventDetails)(nil), + (*LabelOperationMetadata_TextClassificationDetails)(nil), + (*LabelOperationMetadata_AudioTranscriptionDetails)(nil), + (*LabelOperationMetadata_TextEntityExtractionDetails)(nil), + } +} + +func _LabelOperationMetadata_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { + m := msg.(*LabelOperationMetadata) + // details + switch x := m.Details.(type) { + case *LabelOperationMetadata_ImageClassificationDetails: + b.EncodeVarint(3<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageClassificationDetails); err != nil { + return err + } + case *LabelOperationMetadata_ImageBoundingBoxDetails: + b.EncodeVarint(4<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageBoundingBoxDetails); err != nil { + return err + } + case *LabelOperationMetadata_ImageBoundingPolyDetails: + b.EncodeVarint(11<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageBoundingPolyDetails); err != nil { + return err + } + case *LabelOperationMetadata_ImageOrientedBoundingBoxDetails: + b.EncodeVarint(14<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageOrientedBoundingBoxDetails); err != nil { + return err + } + case *LabelOperationMetadata_ImagePolylineDetails: + b.EncodeVarint(12<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImagePolylineDetails); err != nil { + return err + } + case *LabelOperationMetadata_ImageSegmentationDetails: + b.EncodeVarint(15<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.ImageSegmentationDetails); err != nil { + return err + } + case *LabelOperationMetadata_VideoClassificationDetails: + b.EncodeVarint(5<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoClassificationDetails); err != nil { + return err + } + case *LabelOperationMetadata_VideoObjectDetectionDetails: + b.EncodeVarint(6<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoObjectDetectionDetails); err != nil { + return err + } + case *LabelOperationMetadata_VideoObjectTrackingDetails: + b.EncodeVarint(7<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoObjectTrackingDetails); err != nil { + return err + } + case *LabelOperationMetadata_VideoEventDetails: + b.EncodeVarint(8<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.VideoEventDetails); err != nil { + return err + } + case *LabelOperationMetadata_TextClassificationDetails: + b.EncodeVarint(9<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextClassificationDetails); err != nil { + return err + } + case *LabelOperationMetadata_AudioTranscriptionDetails: + b.EncodeVarint(10<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.AudioTranscriptionDetails); err != nil { + return err + } + case *LabelOperationMetadata_TextEntityExtractionDetails: + b.EncodeVarint(13<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.TextEntityExtractionDetails); err != nil { + return err + } + case nil: + default: + return fmt.Errorf("LabelOperationMetadata.Details has unexpected type %T", x) + } + return nil +} + +func _LabelOperationMetadata_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { + m := msg.(*LabelOperationMetadata) + switch tag { + case 3: // details.image_classification_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelImageClassificationOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_ImageClassificationDetails{msg} + return true, err + case 4: // details.image_bounding_box_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelImageBoundingBoxOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_ImageBoundingBoxDetails{msg} + return true, err + case 11: // details.image_bounding_poly_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelImageBoundingPolyOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_ImageBoundingPolyDetails{msg} + return true, err + case 14: // details.image_oriented_bounding_box_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelImageOrientedBoundingBoxOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_ImageOrientedBoundingBoxDetails{msg} + return true, err + case 12: // details.image_polyline_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelImagePolylineOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_ImagePolylineDetails{msg} + return true, err + case 15: // details.image_segmentation_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelImageSegmentationOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_ImageSegmentationDetails{msg} + return true, err + case 5: // details.video_classification_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelVideoClassificationOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_VideoClassificationDetails{msg} + return true, err + case 6: // details.video_object_detection_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelVideoObjectDetectionOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_VideoObjectDetectionDetails{msg} + return true, err + case 7: // details.video_object_tracking_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelVideoObjectTrackingOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_VideoObjectTrackingDetails{msg} + return true, err + case 8: // details.video_event_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelVideoEventOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_VideoEventDetails{msg} + return true, err + case 9: // details.text_classification_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelTextClassificationOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_TextClassificationDetails{msg} + return true, err + case 10: // details.audio_transcription_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelAudioTranscriptionOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_AudioTranscriptionDetails{msg} + return true, err + case 13: // details.text_entity_extraction_details + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(LabelTextEntityExtractionOperationMetadata) + err := b.DecodeMessage(msg) + m.Details = &LabelOperationMetadata_TextEntityExtractionDetails{msg} + return true, err + default: + return false, nil + } +} + +func _LabelOperationMetadata_OneofSizer(msg proto.Message) (n int) { + m := msg.(*LabelOperationMetadata) + // details + switch x := m.Details.(type) { + case *LabelOperationMetadata_ImageClassificationDetails: + s := proto.Size(x.ImageClassificationDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_ImageBoundingBoxDetails: + s := proto.Size(x.ImageBoundingBoxDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_ImageBoundingPolyDetails: + s := proto.Size(x.ImageBoundingPolyDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_ImageOrientedBoundingBoxDetails: + s := proto.Size(x.ImageOrientedBoundingBoxDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_ImagePolylineDetails: + s := proto.Size(x.ImagePolylineDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_ImageSegmentationDetails: + s := proto.Size(x.ImageSegmentationDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_VideoClassificationDetails: + s := proto.Size(x.VideoClassificationDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_VideoObjectDetectionDetails: + s := proto.Size(x.VideoObjectDetectionDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_VideoObjectTrackingDetails: + s := proto.Size(x.VideoObjectTrackingDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_VideoEventDetails: + s := proto.Size(x.VideoEventDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_TextClassificationDetails: + s := proto.Size(x.TextClassificationDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_AudioTranscriptionDetails: + s := proto.Size(x.AudioTranscriptionDetails) + n += 1 // tag and wire + n += proto.SizeVarint(uint64(s)) + n += s + case *LabelOperationMetadata_TextEntityExtractionDetails: + s := proto.Size(x.TextEntityExtractionDetails) + 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 +} + +// Metadata of a LabelImageClassification operation. +type LabelImageClassificationOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelImageClassificationOperationMetadata) Reset() { + *m = LabelImageClassificationOperationMetadata{} +} +func (m *LabelImageClassificationOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelImageClassificationOperationMetadata) ProtoMessage() {} +func (*LabelImageClassificationOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{5} +} +func (m *LabelImageClassificationOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImageClassificationOperationMetadata.Unmarshal(m, b) +} +func (m *LabelImageClassificationOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImageClassificationOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelImageClassificationOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImageClassificationOperationMetadata.Merge(dst, src) +} +func (m *LabelImageClassificationOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelImageClassificationOperationMetadata.Size(m) +} +func (m *LabelImageClassificationOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImageClassificationOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImageClassificationOperationMetadata proto.InternalMessageInfo + +func (m *LabelImageClassificationOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelImageBoundingBox operation metadata. +type LabelImageBoundingBoxOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelImageBoundingBoxOperationMetadata) Reset() { + *m = LabelImageBoundingBoxOperationMetadata{} +} +func (m *LabelImageBoundingBoxOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelImageBoundingBoxOperationMetadata) ProtoMessage() {} +func (*LabelImageBoundingBoxOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{6} +} +func (m *LabelImageBoundingBoxOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImageBoundingBoxOperationMetadata.Unmarshal(m, b) +} +func (m *LabelImageBoundingBoxOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImageBoundingBoxOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelImageBoundingBoxOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImageBoundingBoxOperationMetadata.Merge(dst, src) +} +func (m *LabelImageBoundingBoxOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelImageBoundingBoxOperationMetadata.Size(m) +} +func (m *LabelImageBoundingBoxOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImageBoundingBoxOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImageBoundingBoxOperationMetadata proto.InternalMessageInfo + +func (m *LabelImageBoundingBoxOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelImageOrientedBoundingBox operation metadata. +type LabelImageOrientedBoundingBoxOperationMetadata struct { + // Basic human annotation config. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelImageOrientedBoundingBoxOperationMetadata) Reset() { + *m = LabelImageOrientedBoundingBoxOperationMetadata{} +} +func (m *LabelImageOrientedBoundingBoxOperationMetadata) String() string { + return proto.CompactTextString(m) +} +func (*LabelImageOrientedBoundingBoxOperationMetadata) ProtoMessage() {} +func (*LabelImageOrientedBoundingBoxOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{7} +} +func (m *LabelImageOrientedBoundingBoxOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata.Unmarshal(m, b) +} +func (m *LabelImageOrientedBoundingBoxOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelImageOrientedBoundingBoxOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata.Merge(dst, src) +} +func (m *LabelImageOrientedBoundingBoxOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata.Size(m) +} +func (m *LabelImageOrientedBoundingBoxOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImageOrientedBoundingBoxOperationMetadata proto.InternalMessageInfo + +func (m *LabelImageOrientedBoundingBoxOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of LabelImageBoundingPoly operation metadata. +type LabelImageBoundingPolyOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelImageBoundingPolyOperationMetadata) Reset() { + *m = LabelImageBoundingPolyOperationMetadata{} +} +func (m *LabelImageBoundingPolyOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelImageBoundingPolyOperationMetadata) ProtoMessage() {} +func (*LabelImageBoundingPolyOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{8} +} +func (m *LabelImageBoundingPolyOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImageBoundingPolyOperationMetadata.Unmarshal(m, b) +} +func (m *LabelImageBoundingPolyOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImageBoundingPolyOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelImageBoundingPolyOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImageBoundingPolyOperationMetadata.Merge(dst, src) +} +func (m *LabelImageBoundingPolyOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelImageBoundingPolyOperationMetadata.Size(m) +} +func (m *LabelImageBoundingPolyOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImageBoundingPolyOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImageBoundingPolyOperationMetadata proto.InternalMessageInfo + +func (m *LabelImageBoundingPolyOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of LabelImagePolyline operation metadata. +type LabelImagePolylineOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelImagePolylineOperationMetadata) Reset() { *m = LabelImagePolylineOperationMetadata{} } +func (m *LabelImagePolylineOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelImagePolylineOperationMetadata) ProtoMessage() {} +func (*LabelImagePolylineOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{9} +} +func (m *LabelImagePolylineOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImagePolylineOperationMetadata.Unmarshal(m, b) +} +func (m *LabelImagePolylineOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImagePolylineOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelImagePolylineOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImagePolylineOperationMetadata.Merge(dst, src) +} +func (m *LabelImagePolylineOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelImagePolylineOperationMetadata.Size(m) +} +func (m *LabelImagePolylineOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImagePolylineOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImagePolylineOperationMetadata proto.InternalMessageInfo + +func (m *LabelImagePolylineOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelImageSegmentation operation metadata. +type LabelImageSegmentationOperationMetadata struct { + // Basic human annotation config. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelImageSegmentationOperationMetadata) Reset() { + *m = LabelImageSegmentationOperationMetadata{} +} +func (m *LabelImageSegmentationOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelImageSegmentationOperationMetadata) ProtoMessage() {} +func (*LabelImageSegmentationOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{10} +} +func (m *LabelImageSegmentationOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelImageSegmentationOperationMetadata.Unmarshal(m, b) +} +func (m *LabelImageSegmentationOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelImageSegmentationOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelImageSegmentationOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelImageSegmentationOperationMetadata.Merge(dst, src) +} +func (m *LabelImageSegmentationOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelImageSegmentationOperationMetadata.Size(m) +} +func (m *LabelImageSegmentationOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelImageSegmentationOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelImageSegmentationOperationMetadata proto.InternalMessageInfo + +func (m *LabelImageSegmentationOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelVideoClassification operation metadata. +type LabelVideoClassificationOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelVideoClassificationOperationMetadata) Reset() { + *m = LabelVideoClassificationOperationMetadata{} +} +func (m *LabelVideoClassificationOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelVideoClassificationOperationMetadata) ProtoMessage() {} +func (*LabelVideoClassificationOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{11} +} +func (m *LabelVideoClassificationOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelVideoClassificationOperationMetadata.Unmarshal(m, b) +} +func (m *LabelVideoClassificationOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelVideoClassificationOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelVideoClassificationOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelVideoClassificationOperationMetadata.Merge(dst, src) +} +func (m *LabelVideoClassificationOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelVideoClassificationOperationMetadata.Size(m) +} +func (m *LabelVideoClassificationOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelVideoClassificationOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelVideoClassificationOperationMetadata proto.InternalMessageInfo + +func (m *LabelVideoClassificationOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelVideoObjectDetection operation metadata. +type LabelVideoObjectDetectionOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelVideoObjectDetectionOperationMetadata) Reset() { + *m = LabelVideoObjectDetectionOperationMetadata{} +} +func (m *LabelVideoObjectDetectionOperationMetadata) String() string { + return proto.CompactTextString(m) +} +func (*LabelVideoObjectDetectionOperationMetadata) ProtoMessage() {} +func (*LabelVideoObjectDetectionOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{12} +} +func (m *LabelVideoObjectDetectionOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata.Unmarshal(m, b) +} +func (m *LabelVideoObjectDetectionOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelVideoObjectDetectionOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata.Merge(dst, src) +} +func (m *LabelVideoObjectDetectionOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata.Size(m) +} +func (m *LabelVideoObjectDetectionOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelVideoObjectDetectionOperationMetadata proto.InternalMessageInfo + +func (m *LabelVideoObjectDetectionOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelVideoObjectTracking operation metadata. +type LabelVideoObjectTrackingOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelVideoObjectTrackingOperationMetadata) Reset() { + *m = LabelVideoObjectTrackingOperationMetadata{} +} +func (m *LabelVideoObjectTrackingOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelVideoObjectTrackingOperationMetadata) ProtoMessage() {} +func (*LabelVideoObjectTrackingOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{13} +} +func (m *LabelVideoObjectTrackingOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata.Unmarshal(m, b) +} +func (m *LabelVideoObjectTrackingOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelVideoObjectTrackingOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata.Merge(dst, src) +} +func (m *LabelVideoObjectTrackingOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata.Size(m) +} +func (m *LabelVideoObjectTrackingOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelVideoObjectTrackingOperationMetadata proto.InternalMessageInfo + +func (m *LabelVideoObjectTrackingOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelVideoEvent operation metadata. +type LabelVideoEventOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelVideoEventOperationMetadata) Reset() { *m = LabelVideoEventOperationMetadata{} } +func (m *LabelVideoEventOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelVideoEventOperationMetadata) ProtoMessage() {} +func (*LabelVideoEventOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{14} +} +func (m *LabelVideoEventOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelVideoEventOperationMetadata.Unmarshal(m, b) +} +func (m *LabelVideoEventOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelVideoEventOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelVideoEventOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelVideoEventOperationMetadata.Merge(dst, src) +} +func (m *LabelVideoEventOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelVideoEventOperationMetadata.Size(m) +} +func (m *LabelVideoEventOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelVideoEventOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelVideoEventOperationMetadata proto.InternalMessageInfo + +func (m *LabelVideoEventOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelTextClassification operation metadata. +type LabelTextClassificationOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelTextClassificationOperationMetadata) Reset() { + *m = LabelTextClassificationOperationMetadata{} +} +func (m *LabelTextClassificationOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelTextClassificationOperationMetadata) ProtoMessage() {} +func (*LabelTextClassificationOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{15} +} +func (m *LabelTextClassificationOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelTextClassificationOperationMetadata.Unmarshal(m, b) +} +func (m *LabelTextClassificationOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelTextClassificationOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelTextClassificationOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelTextClassificationOperationMetadata.Merge(dst, src) +} +func (m *LabelTextClassificationOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelTextClassificationOperationMetadata.Size(m) +} +func (m *LabelTextClassificationOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelTextClassificationOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelTextClassificationOperationMetadata proto.InternalMessageInfo + +func (m *LabelTextClassificationOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +type LabelAudioTranscriptionOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelAudioTranscriptionOperationMetadata) Reset() { + *m = LabelAudioTranscriptionOperationMetadata{} +} +func (m *LabelAudioTranscriptionOperationMetadata) String() string { return proto.CompactTextString(m) } +func (*LabelAudioTranscriptionOperationMetadata) ProtoMessage() {} +func (*LabelAudioTranscriptionOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{16} +} +func (m *LabelAudioTranscriptionOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelAudioTranscriptionOperationMetadata.Unmarshal(m, b) +} +func (m *LabelAudioTranscriptionOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelAudioTranscriptionOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelAudioTranscriptionOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelAudioTranscriptionOperationMetadata.Merge(dst, src) +} +func (m *LabelAudioTranscriptionOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelAudioTranscriptionOperationMetadata.Size(m) +} +func (m *LabelAudioTranscriptionOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelAudioTranscriptionOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelAudioTranscriptionOperationMetadata proto.InternalMessageInfo + +func (m *LabelAudioTranscriptionOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Details of a LabelTextEntityExtraction operation metadata. +type LabelTextEntityExtractionOperationMetadata struct { + // Basic human annotation config used in labeling request. + BasicConfig *HumanAnnotationConfig `protobuf:"bytes,1,opt,name=basic_config,json=basicConfig,proto3" json:"basic_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *LabelTextEntityExtractionOperationMetadata) Reset() { + *m = LabelTextEntityExtractionOperationMetadata{} +} +func (m *LabelTextEntityExtractionOperationMetadata) String() string { + return proto.CompactTextString(m) +} +func (*LabelTextEntityExtractionOperationMetadata) ProtoMessage() {} +func (*LabelTextEntityExtractionOperationMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{17} +} +func (m *LabelTextEntityExtractionOperationMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_LabelTextEntityExtractionOperationMetadata.Unmarshal(m, b) +} +func (m *LabelTextEntityExtractionOperationMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_LabelTextEntityExtractionOperationMetadata.Marshal(b, m, deterministic) +} +func (dst *LabelTextEntityExtractionOperationMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_LabelTextEntityExtractionOperationMetadata.Merge(dst, src) +} +func (m *LabelTextEntityExtractionOperationMetadata) XXX_Size() int { + return xxx_messageInfo_LabelTextEntityExtractionOperationMetadata.Size(m) +} +func (m *LabelTextEntityExtractionOperationMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_LabelTextEntityExtractionOperationMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_LabelTextEntityExtractionOperationMetadata proto.InternalMessageInfo + +func (m *LabelTextEntityExtractionOperationMetadata) GetBasicConfig() *HumanAnnotationConfig { + if m != nil { + return m.BasicConfig + } + return nil +} + +// Metadata of a CreateInstruction operation. +type CreateInstructionMetadata struct { + // Output only. The name of the created Instruction. + // projects/{project_id}/instructions/{instruction_id} + Instruction string `protobuf:"bytes,1,opt,name=instruction,proto3" json:"instruction,omitempty"` + // Output only. Partial failures encountered. + // E.g. single files that couldn't be read. + // Status details field will contain standard GCP error details. + PartialFailures []*status.Status `protobuf:"bytes,2,rep,name=partial_failures,json=partialFailures,proto3" json:"partial_failures,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateInstructionMetadata) Reset() { *m = CreateInstructionMetadata{} } +func (m *CreateInstructionMetadata) String() string { return proto.CompactTextString(m) } +func (*CreateInstructionMetadata) ProtoMessage() {} +func (*CreateInstructionMetadata) Descriptor() ([]byte, []int) { + return fileDescriptor_operations_28eb112b8bb4d480, []int{18} +} +func (m *CreateInstructionMetadata) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateInstructionMetadata.Unmarshal(m, b) +} +func (m *CreateInstructionMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateInstructionMetadata.Marshal(b, m, deterministic) +} +func (dst *CreateInstructionMetadata) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateInstructionMetadata.Merge(dst, src) +} +func (m *CreateInstructionMetadata) XXX_Size() int { + return xxx_messageInfo_CreateInstructionMetadata.Size(m) +} +func (m *CreateInstructionMetadata) XXX_DiscardUnknown() { + xxx_messageInfo_CreateInstructionMetadata.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateInstructionMetadata proto.InternalMessageInfo + +func (m *CreateInstructionMetadata) GetInstruction() string { + if m != nil { + return m.Instruction + } + return "" +} + +func (m *CreateInstructionMetadata) GetPartialFailures() []*status.Status { + if m != nil { + return m.PartialFailures + } + return nil +} + +func init() { + proto.RegisterType((*ImportDataOperationResponse)(nil), "google.cloud.datalabeling.v1beta1.ImportDataOperationResponse") + proto.RegisterType((*ExportDataOperationResponse)(nil), "google.cloud.datalabeling.v1beta1.ExportDataOperationResponse") + proto.RegisterType((*ImportDataOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.ImportDataOperationMetadata") + proto.RegisterType((*ExportDataOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.ExportDataOperationMetadata") + proto.RegisterType((*LabelOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelOperationMetadata") + proto.RegisterType((*LabelImageClassificationOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelImageClassificationOperationMetadata") + proto.RegisterType((*LabelImageBoundingBoxOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelImageBoundingBoxOperationMetadata") + proto.RegisterType((*LabelImageOrientedBoundingBoxOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelImageOrientedBoundingBoxOperationMetadata") + proto.RegisterType((*LabelImageBoundingPolyOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelImageBoundingPolyOperationMetadata") + proto.RegisterType((*LabelImagePolylineOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelImagePolylineOperationMetadata") + proto.RegisterType((*LabelImageSegmentationOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelImageSegmentationOperationMetadata") + proto.RegisterType((*LabelVideoClassificationOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelVideoClassificationOperationMetadata") + proto.RegisterType((*LabelVideoObjectDetectionOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelVideoObjectDetectionOperationMetadata") + proto.RegisterType((*LabelVideoObjectTrackingOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelVideoObjectTrackingOperationMetadata") + proto.RegisterType((*LabelVideoEventOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelVideoEventOperationMetadata") + proto.RegisterType((*LabelTextClassificationOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelTextClassificationOperationMetadata") + proto.RegisterType((*LabelAudioTranscriptionOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelAudioTranscriptionOperationMetadata") + proto.RegisterType((*LabelTextEntityExtractionOperationMetadata)(nil), "google.cloud.datalabeling.v1beta1.LabelTextEntityExtractionOperationMetadata") + proto.RegisterType((*CreateInstructionMetadata)(nil), "google.cloud.datalabeling.v1beta1.CreateInstructionMetadata") +} + +func init() { + proto.RegisterFile("google/cloud/datalabeling/v1beta1/operations.proto", fileDescriptor_operations_28eb112b8bb4d480) +} + +var fileDescriptor_operations_28eb112b8bb4d480 = []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, + 0x32, 0x24, 0x62, 0xad, 0x7b, 0x83, 0x84, 0x10, 0x5a, 0xd3, 0x4e, 0x2b, 0xac, 0xb4, 0xa4, 0x15, + 0x2f, 0xe0, 0x85, 0x75, 0x71, 0xae, 0xe6, 0xc0, 0xb9, 0xb3, 0x7c, 0xe7, 0x28, 0x15, 0x08, 0x24, + 0x24, 0x60, 0x80, 0x26, 0x81, 0xc4, 0x17, 0xd8, 0x97, 0xe2, 0xf3, 0xa0, 0x3b, 0x9f, 0x3d, 0xa7, + 0x71, 0x6a, 0xbb, 0x93, 0xfb, 0x2e, 0x3e, 0xff, 0x9f, 0xff, 0xf3, 0xf3, 0x73, 0xcf, 0xe9, 0x71, + 0x0c, 0x5b, 0x3e, 0xe7, 0x7e, 0x40, 0x1c, 0x2f, 0xe0, 0xf1, 0xd0, 0x19, 0x62, 0x89, 0x03, 0x3c, + 0x20, 0x01, 0x65, 0xbe, 0x33, 0xbe, 0x3f, 0x20, 0x12, 0xdf, 0x77, 0x78, 0x48, 0x22, 0x2c, 0x29, + 0x67, 0xa2, 0x1b, 0x46, 0x5c, 0x72, 0xfb, 0x4e, 0x12, 0xd3, 0xd5, 0x31, 0xdd, 0x7c, 0x4c, 0xd7, + 0xc4, 0xac, 0x39, 0xe5, 0xb6, 0x6a, 0x51, 0x10, 0x99, 0x78, 0xae, 0x7d, 0x5a, 0x1e, 0xf0, 0x6d, + 0x3c, 0xc2, 0xcc, 0xc5, 0x8c, 0x71, 0xa9, 0x71, 0x5c, 0x8f, 0xb3, 0x13, 0xea, 0x1b, 0x83, 0x07, + 0xe5, 0x06, 0x94, 0x09, 0x19, 0xc5, 0x9e, 0x8a, 0x35, 0x41, 0x1b, 0x26, 0x48, 0x5f, 0x0d, 0xe2, + 0x13, 0x47, 0xd2, 0x11, 0x11, 0x12, 0x8f, 0x42, 0x23, 0xb8, 0x69, 0x04, 0x51, 0xe8, 0x39, 0x42, + 0x62, 0x19, 0x9b, 0x1a, 0xac, 0xdd, 0x36, 0x37, 0x70, 0x48, 0x9d, 0x17, 0x48, 0xe6, 0xee, 0xe6, + 0x0f, 0xb0, 0xbe, 0x37, 0x0a, 0x79, 0x24, 0x77, 0xb0, 0xc4, 0x07, 0x69, 0xfd, 0xfa, 0x44, 0x84, + 0x9c, 0x09, 0x62, 0xb7, 0x60, 0xc9, 0x3c, 0x7d, 0x0b, 0xb5, 0x51, 0x67, 0xb9, 0x9f, 0x5e, 0xda, + 0x1b, 0x60, 0x49, 0x2e, 0x71, 0xe0, 0x7a, 0x3c, 0x66, 0xb2, 0xb5, 0xd0, 0x46, 0x9d, 0xc5, 0x3e, + 0xe8, 0xa5, 0x9e, 0x5a, 0xb1, 0xef, 0xc0, 0x0a, 0xd5, 0xce, 0x46, 0x71, 0x45, 0x2b, 0xac, 0x64, + 0x4d, 0x4b, 0x36, 0x9f, 0x2f, 0xc0, 0xfa, 0xee, 0xa4, 0xa9, 0xec, 0x64, 0x32, 0x9b, 0x3d, 0x59, + 0x4b, 0x24, 0x5f, 0x80, 0xa5, 0x0b, 0xef, 0xaa, 0x72, 0x89, 0xd6, 0xab, 0x6d, 0xd4, 0xb1, 0xb6, + 0x3e, 0xec, 0x96, 0xb6, 0x4c, 0xf7, 0x89, 0x5a, 0x38, 0x52, 0x41, 0x7d, 0x08, 0xb2, 0xdf, 0xf6, + 0x31, 0x5c, 0xe3, 0xb1, 0x0c, 0x63, 0x69, 0xb6, 0xbb, 0xb5, 0xa8, 0x1d, 0x9d, 0x0a, 0x8e, 0x07, + 0x3a, 0xae, 0xa7, 0xc3, 0xfa, 0x2b, 0x3c, 0x77, 0xb5, 0x39, 0x2e, 0xdc, 0xa0, 0x7d, 0x22, 0xb1, + 0x72, 0x3a, 0xa7, 0x44, 0x9f, 0xc0, 0xf5, 0x10, 0x47, 0x92, 0xe2, 0xc0, 0x3d, 0xc1, 0x34, 0x88, + 0x23, 0x22, 0x5a, 0x0b, 0xed, 0x2b, 0x1d, 0x6b, 0xcb, 0x4e, 0x89, 0xa2, 0xd0, 0xeb, 0x1e, 0xe9, + 0x5e, 0xe9, 0xaf, 0x1a, 0xed, 0x23, 0x23, 0x55, 0x79, 0x0b, 0xb6, 0xa6, 0xf9, 0xbc, 0xff, 0xad, + 0xc2, 0x0d, 0x5d, 0xe0, 0xd9, 0x9c, 0xf7, 0xe0, 0x7a, 0x18, 0x71, 0x3f, 0x22, 0x42, 0xb8, 0x21, + 0x89, 0x3c, 0xc2, 0x92, 0xe4, 0x8b, 0xfd, 0xd5, 0x74, 0xfd, 0x30, 0x59, 0x7e, 0x49, 0x08, 0xfb, + 0x6f, 0x04, 0xb7, 0xe9, 0x08, 0xfb, 0xc4, 0xf5, 0x02, 0x2c, 0x04, 0x3d, 0xa1, 0x5e, 0x72, 0x90, + 0x87, 0x44, 0x62, 0x1a, 0x08, 0xdd, 0x4e, 0xd6, 0xd6, 0x93, 0xaa, 0xcd, 0xb2, 0xa7, 0xbc, 0x7a, + 0x53, 0x56, 0x33, 0x8f, 0xf7, 0xf8, 0x95, 0xfe, 0x1a, 0x9d, 0xd5, 0xed, 0x24, 0x19, 0xed, 0xa7, + 0x08, 0x92, 0xdb, 0xee, 0x80, 0xc7, 0x6c, 0x48, 0x99, 0xef, 0x0e, 0xf8, 0x24, 0x03, 0x4a, 0xba, + 0x77, 0xaf, 0x16, 0xd0, 0xb6, 0x31, 0xda, 0xe6, 0x93, 0x22, 0x9a, 0x9b, 0xf4, 0x8c, 0x28, 0x45, + 0xf9, 0x0b, 0xc1, 0xfa, 0x19, 0x94, 0x90, 0x07, 0xa7, 0x19, 0x8b, 0xa5, 0x59, 0x3e, 0xbb, 0x10, + 0xcb, 0x21, 0x0f, 0x4e, 0x8b, 0x60, 0x5a, 0xf4, 0xac, 0x2a, 0xa5, 0x79, 0x8e, 0xe0, 0x6e, 0x42, + 0xc3, 0x23, 0x4a, 0x98, 0x24, 0xc3, 0xe2, 0x0a, 0xbd, 0xae, 0xa9, 0xbe, 0xac, 0x45, 0x75, 0x60, + 0x1c, 0x4b, 0x2a, 0xb5, 0x41, 0xe7, 0x88, 0x53, 0xc6, 0x9f, 0xe0, 0x46, 0x82, 0xa8, 0xea, 0x14, + 0x50, 0x46, 0x32, 0xaa, 0x15, 0x4d, 0xf5, 0xa8, 0x16, 0xd5, 0xa1, 0x31, 0x29, 0x42, 0x79, 0x8b, + 0xe6, 0x15, 0x69, 0xfe, 0x3f, 0xb3, 0xe6, 0x11, 0xc4, 0x1f, 0x11, 0x26, 0xa7, 0xbb, 0x79, 0xf5, + 0x02, 0x1b, 0x76, 0x94, 0x33, 0x9a, 0xbf, 0x61, 0x79, 0x55, 0x0a, 0xa3, 0x0e, 0xd7, 0x98, 0x0e, + 0x09, 0x9f, 0x77, 0xb8, 0x16, 0xeb, 0x1d, 0xae, 0xaf, 0x94, 0x57, 0x85, 0xc3, 0x35, 0x9e, 0xd5, + 0xa5, 0x48, 0xff, 0x22, 0x78, 0x27, 0x41, 0xe2, 0x83, 0xef, 0x88, 0x27, 0x15, 0x0a, 0xf1, 0xa6, + 0xa0, 0xae, 0x6a, 0xa8, 0xfd, 0x5a, 0x50, 0x07, 0xda, 0x6c, 0x27, 0xf5, 0x2a, 0xa2, 0x5a, 0x1f, + 0x17, 0x08, 0x53, 0xac, 0x7f, 0x10, 0xbc, 0x3d, 0x85, 0x25, 0x23, 0xec, 0x7d, 0xaf, 0x1a, 0x3b, + 0xa5, 0x5a, 0xba, 0x40, 0xa9, 0x92, 0x64, 0xc7, 0xc6, 0x6a, 0x7e, 0xa9, 0xa6, 0x75, 0x29, 0x53, + 0x0c, 0x6f, 0x26, 0x48, 0x64, 0x4c, 0x98, 0xcc, 0x40, 0x5e, 0xd3, 0x20, 0xbd, 0x5a, 0x20, 0xbb, + 0xca, 0xa1, 0x28, 0xff, 0x1b, 0xe3, 0xec, 0x76, 0x9a, 0xf6, 0x19, 0x82, 0x75, 0x49, 0x26, 0x72, + 0x5e, 0xcf, 0x2c, 0xeb, 0xfc, 0x9f, 0x57, 0xcd, 0x7f, 0x4c, 0x26, 0xb2, 0xbc, 0x65, 0x6e, 0xc9, + 0x19, 0x59, 0x9e, 0x07, 0xc7, 0x43, 0xca, 0xd5, 0x9e, 0x30, 0xe1, 0x45, 0x34, 0x9c, 0xe2, 0x81, + 0x7a, 0x3c, 0x0f, 0x95, 0xd5, 0x71, 0xde, 0xa9, 0x90, 0x07, 0xcf, 0xc8, 0xf2, 0x1d, 0xac, 0xeb, + 0x43, 0x98, 0xa4, 0xf2, 0xd4, 0x25, 0x13, 0xd5, 0x2b, 0x53, 0x48, 0xd7, 0xea, 0x75, 0xb0, 0x2a, + 0xd1, 0xae, 0x36, 0xdb, 0xcd, 0xbc, 0x0a, 0x3b, 0x58, 0x16, 0x08, 0x0d, 0xd6, 0xf6, 0x32, 0x2c, + 0x99, 0xf4, 0x9b, 0x4f, 0x11, 0xdc, 0xab, 0x3c, 0x0c, 0xed, 0x6f, 0x60, 0x65, 0x80, 0x05, 0xf5, + 0xd2, 0x77, 0x29, 0xa4, 0xe1, 0x3f, 0xaa, 0x00, 0xff, 0x58, 0xbd, 0x7c, 0x3f, 0xcc, 0x5e, 0x74, + 0xcd, 0x4b, 0x95, 0xa5, 0xdd, 0xcc, 0x3b, 0xd5, 0xaf, 0x08, 0xde, 0xab, 0x36, 0x06, 0x9b, 0xe5, + 0x78, 0x86, 0xa0, 0xe6, 0xb0, 0x69, 0x96, 0xe7, 0x37, 0x04, 0xef, 0x57, 0x1c, 0xc9, 0xcd, 0x82, + 0xfc, 0x82, 0xe0, 0x6e, 0x85, 0x79, 0x77, 0x99, 0xd5, 0x38, 0x77, 0xde, 0x35, 0x0b, 0x92, 0x9d, + 0x9c, 0x2a, 0x93, 0xae, 0x59, 0x94, 0x3f, 0x10, 0x7c, 0x50, 0x7d, 0xbe, 0x5d, 0x66, 0x59, 0x4a, + 0xa6, 0x5a, 0xb3, 0x28, 0x3f, 0x43, 0xbb, 0x6c, 0xac, 0x35, 0x0b, 0xf0, 0x3b, 0x82, 0x4e, 0xd5, + 0xc1, 0x76, 0x49, 0x24, 0x15, 0x46, 0xda, 0x25, 0xf5, 0x6a, 0xa5, 0x49, 0xd6, 0x2c, 0xcb, 0x8f, + 0x70, 0xab, 0x17, 0x11, 0x2c, 0xc9, 0xde, 0x8b, 0x2f, 0x3b, 0x59, 0xe6, 0x36, 0x58, 0xb9, 0x0f, + 0x3e, 0xe6, 0xff, 0x74, 0x7e, 0xe9, 0x25, 0xff, 0xce, 0x6e, 0x4f, 0xe0, 0x5d, 0x8f, 0x8f, 0xca, + 0x9f, 0xe4, 0x10, 0x7d, 0xbd, 0x6f, 0x44, 0x3e, 0x0f, 0x30, 0xf3, 0xbb, 0x3c, 0xf2, 0x1d, 0x9f, + 0x30, 0xfd, 0xad, 0xc8, 0x7c, 0x29, 0xc3, 0x21, 0x15, 0xe7, 0x7c, 0xbb, 0xfa, 0x38, 0xbf, 0x38, + 0xb8, 0xaa, 0x23, 0x1f, 0xfc, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x62, 0x5e, 0x15, 0xa3, 0xbd, 0x13, + 0x00, 0x00, +} diff --git a/googleapis/cloud/dialogflow/v2/agent.pb.go b/googleapis/cloud/dialogflow/v2/agent.pb.go index 123c05353da5505c52b020cdba18e0861f611615..22debb3cef27989be32559f947b6cfbee108c6ab 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_b37bcb085950ef88, []int{0, 0} + return fileDescriptor_agent_051bf7477cc6a24b, []int{0, 0} } // Represents a conversational agent. @@ -68,9 +68,10 @@ type Agent struct { // Required. The name of this agent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. The default language of the agent as a language tag. See - // [Language Support](https://dialogflow.com/docs/reference/language) for a - // list of the currently supported language codes. - // This field cannot be set by the `Update` method. + // [Language + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. This field cannot be + // set by the `Update` method. DefaultLanguageCode string `protobuf:"bytes,3,opt,name=default_language_code,json=defaultLanguageCode,proto3" json:"default_language_code,omitempty"` // Optional. The list of all languages supported by this agent (except for the // `default_language_code`). @@ -84,7 +85,9 @@ type Agent struct { Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // Optional. The URI of the agent's avatar. // Avatars are used throughout the Dialogflow console and in the self-hosted - // [Web Demo](https://dialogflow.com/docs/integrations/web-demo) integration. + // [Web + // Demo](https://cloud.google.com/dialogflow-enterprise/docs/integrations/web-demo) + // integration. AvatarUri string `protobuf:"bytes,7,opt,name=avatar_uri,json=avatarUri,proto3" json:"avatar_uri,omitempty"` // Optional. Determines whether this agent should log conversation queries. EnableLogging bool `protobuf:"varint,8,opt,name=enable_logging,json=enableLogging,proto3" json:"enable_logging,omitempty"` @@ -93,7 +96,7 @@ type Agent struct { // Optional. To filter out false positive results and still get variety in // matched natural language inputs for your agent, you can tune the machine // learning classification threshold. If the returned score value is less than - // the threshold value, then a fallback intent is be triggered or, if there + // the threshold value, then a fallback intent will be triggered or, if there // are no fallback intents defined, no intent will be triggered. The score // values range from 0.0 (completely uncertain) to 1.0 (completely certain). // If set to 0.0, the default of 0.3 is used. @@ -107,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_b37bcb085950ef88, []int{0} + return fileDescriptor_agent_051bf7477cc6a24b, []int{0} } func (m *Agent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Agent.Unmarshal(m, b) @@ -197,8 +200,7 @@ func (m *Agent) GetClassificationThreshold() float32 { return 0 } -// The request message for -// [Agents.GetAgent][google.cloud.dialogflow.v2.Agents.GetAgent]. +// The request message for [Agents.GetAgent][google.cloud.dialogflow.v2.Agents.GetAgent]. type GetAgentRequest struct { // Required. The project that the agent to fetch is associated with. // Format: `projects/<Project ID>`. @@ -212,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_b37bcb085950ef88, []int{1} + return fileDescriptor_agent_051bf7477cc6a24b, []int{1} } func (m *GetAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAgentRequest.Unmarshal(m, b) @@ -239,8 +241,7 @@ func (m *GetAgentRequest) GetParent() string { return "" } -// The request message for -// [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents]. +// The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents]. type SearchAgentsRequest struct { // Required. The project to list agents from. // Format: `projects/<Project ID or '-'>`. @@ -259,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_b37bcb085950ef88, []int{2} + return fileDescriptor_agent_051bf7477cc6a24b, []int{2} } func (m *SearchAgentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsRequest.Unmarshal(m, b) @@ -300,8 +301,7 @@ func (m *SearchAgentsRequest) GetPageToken() string { return "" } -// The response message for -// [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents]. +// The response message for [Agents.SearchAgents][google.cloud.dialogflow.v2.Agents.SearchAgents]. type SearchAgentsResponse struct { // The list of agents. There will be a maximum number of items returned based // on the page_size field in the request. @@ -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_b37bcb085950ef88, []int{3} + return fileDescriptor_agent_051bf7477cc6a24b, []int{3} } func (m *SearchAgentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsResponse.Unmarshal(m, b) @@ -352,8 +352,7 @@ func (m *SearchAgentsResponse) GetNextPageToken() string { return "" } -// The request message for -// [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent]. +// The request message for [Agents.TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent]. type TrainAgentRequest struct { // Required. The project that the agent to train is associated with. // Format: `projects/<Project ID>`. @@ -367,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_b37bcb085950ef88, []int{4} + return fileDescriptor_agent_051bf7477cc6a24b, []int{4} } func (m *TrainAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrainAgentRequest.Unmarshal(m, b) @@ -394,15 +393,16 @@ func (m *TrainAgentRequest) GetParent() string { return "" } -// The request message for -// [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]. +// The request message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]. type ExportAgentRequest struct { // Required. The project that the agent to export is associated with. // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` - // Optional. The Google Cloud Storage URI to export the agent to. - // Note: The URI must start with - // "gs://". If left unspecified, the serialized agent is returned inline. + // Optional. The + // [Google Cloud Storage](https://cloud.google.com/storage/docs/) + // URI to export the agent to. + // The format of this URI must be `gs://<bucket-name>/<object-name>`. + // If left unspecified, the serialized agent is returned inline. AgentUri string `protobuf:"bytes,2,opt,name=agent_uri,json=agentUri,proto3" json:"agent_uri,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -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_b37bcb085950ef88, []int{5} + return fileDescriptor_agent_051bf7477cc6a24b, []int{5} } func (m *ExportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentRequest.Unmarshal(m, b) @@ -447,8 +447,7 @@ func (m *ExportAgentRequest) GetAgentUri() string { return "" } -// The response message for -// [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]. +// The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent]. type ExportAgentResponse struct { // Required. The exported agent. // @@ -465,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_b37bcb085950ef88, []int{6} + return fileDescriptor_agent_051bf7477cc6a24b, []int{6} } func (m *ExportAgentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentResponse.Unmarshal(m, b) @@ -588,8 +587,7 @@ func _ExportAgentResponse_OneofSizer(msg proto.Message) (n int) { return n } -// The request message for -// [Agents.ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent]. +// The request message for [Agents.ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent]. type ImportAgentRequest struct { // Required. The project that the agent to import is associated with. // Format: `projects/<Project ID>`. @@ -609,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_b37bcb085950ef88, []int{7} + return fileDescriptor_agent_051bf7477cc6a24b, []int{7} } func (m *ImportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportAgentRequest.Unmarshal(m, b) @@ -739,8 +737,7 @@ func _ImportAgentRequest_OneofSizer(msg proto.Message) (n int) { return n } -// The request message for -// [Agents.RestoreAgent][google.cloud.dialogflow.v2.Agents.RestoreAgent]. +// The request message for [Agents.RestoreAgent][google.cloud.dialogflow.v2.Agents.RestoreAgent]. type RestoreAgentRequest struct { // Required. The project that the agent to restore is associated with. // Format: `projects/<Project ID>`. @@ -760,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_b37bcb085950ef88, []int{8} + return fileDescriptor_agent_051bf7477cc6a24b, []int{8} } func (m *RestoreAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RestoreAgentRequest.Unmarshal(m, b) @@ -927,14 +924,11 @@ type AgentsClient interface { SearchAgents(ctx context.Context, in *SearchAgentsRequest, opts ...grpc.CallOption) (*SearchAgentsResponse, error) // Trains the specified agent. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> TrainAgent(ctx context.Context, in *TrainAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // - // Operation <response: - // [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]> ExportAgent(ctx context.Context, in *ExportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // @@ -942,16 +936,14 @@ type AgentsClient interface { // Intents and entity types with the same name are replaced with the new // versions from ImportAgentRequest. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> ImportAgent(ctx context.Context, in *ImportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // // Replaces the current agent version with a new one. All the intents and // entity types in the older version are deleted. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> RestoreAgent(ctx context.Context, in *RestoreAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) } @@ -1031,14 +1023,11 @@ type AgentsServer interface { SearchAgents(context.Context, *SearchAgentsRequest) (*SearchAgentsResponse, error) // Trains the specified agent. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> TrainAgent(context.Context, *TrainAgentRequest) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // - // Operation <response: - // [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]> ExportAgent(context.Context, *ExportAgentRequest) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // @@ -1046,16 +1035,14 @@ type AgentsServer interface { // Intents and entity types with the same name are replaced with the new // versions from ImportAgentRequest. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> ImportAgent(context.Context, *ImportAgentRequest) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // // Replaces the current agent version with a new one. All the intents and // entity types in the older version are deleted. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error) } @@ -1205,70 +1192,70 @@ var _Agents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/agent.proto", fileDescriptor_agent_b37bcb085950ef88) + proto.RegisterFile("google/cloud/dialogflow/v2/agent.proto", fileDescriptor_agent_051bf7477cc6a24b) } -var fileDescriptor_agent_b37bcb085950ef88 = []byte{ - // 965 bytes of a gzipped FileDescriptorProto +var fileDescriptor_agent_051bf7477cc6a24b = []byte{ + // 975 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x41, 0x6f, 0xdc, 0x44, - 0x14, 0xae, 0x37, 0xcd, 0x76, 0xf7, 0x25, 0x69, 0xd3, 0x09, 0x0d, 0xd6, 0xb6, 0x81, 0xad, 0x4b, - 0xa2, 0x6d, 0x0a, 0x76, 0xb5, 0x5c, 0x20, 0x88, 0x43, 0x93, 0x4d, 0x9b, 0xa0, 0x6c, 0x12, 0x39, - 0x49, 0xa5, 0xf6, 0x62, 0x4d, 0xec, 0x59, 0x67, 0xa8, 0x3d, 0x63, 0x3c, 0xb3, 0xa1, 0x49, 0xe1, - 0x00, 0x47, 0x24, 0x24, 0x24, 0xb8, 0x70, 0x42, 0xe2, 0xc8, 0xdf, 0xe1, 0x2f, 0x70, 0xe6, 0xcc, - 0x11, 0xcd, 0xd8, 0x9b, 0xf5, 0x26, 0xa9, 0x37, 0x07, 0x24, 0x6e, 0xf6, 0xfb, 0xbe, 0xf7, 0xde, - 0x37, 0x33, 0xdf, 0xd3, 0x0c, 0x2c, 0x85, 0x9c, 0x87, 0x11, 0x71, 0xfc, 0x88, 0xf7, 0x03, 0x27, - 0xa0, 0x38, 0xe2, 0x61, 0x2f, 0xe2, 0x5f, 0x3b, 0xc7, 0x6d, 0x07, 0x87, 0x84, 0x49, 0x3b, 0x49, - 0xb9, 0xe4, 0xa8, 0x91, 0xf1, 0x6c, 0xcd, 0xb3, 0x87, 0x3c, 0xfb, 0xb8, 0xdd, 0xb8, 0x97, 0xd7, - 0xc0, 0x09, 0x75, 0x30, 0x63, 0x5c, 0x62, 0x49, 0x39, 0x13, 0x59, 0x66, 0xe3, 0x41, 0x8e, 0x46, - 0x9c, 0x85, 0x69, 0x9f, 0x31, 0xca, 0x42, 0x87, 0x27, 0x24, 0x1d, 0x21, 0xdd, 0xcd, 0x49, 0xfa, - 0xef, 0xb0, 0xdf, 0x73, 0x48, 0x9c, 0xc8, 0x93, 0x1c, 0x6c, 0x9e, 0x07, 0x7b, 0x94, 0x44, 0x81, - 0x17, 0x63, 0xf1, 0x2a, 0x67, 0xdc, 0x3b, 0xcf, 0x10, 0x32, 0xed, 0xfb, 0xb9, 0x76, 0xeb, 0x97, - 0xeb, 0x30, 0xf9, 0x44, 0xad, 0x05, 0xcd, 0x43, 0x35, 0xc1, 0x29, 0x61, 0xd2, 0x34, 0x9a, 0x46, - 0xab, 0xee, 0xe6, 0x7f, 0xe8, 0x3e, 0x4c, 0x07, 0x54, 0x24, 0x11, 0x3e, 0xf1, 0x18, 0x8e, 0x89, - 0x59, 0xd1, 0xe8, 0x54, 0x1e, 0xdb, 0xc6, 0x31, 0x41, 0x6d, 0xb8, 0x13, 0x90, 0x1e, 0xee, 0x47, - 0xd2, 0x8b, 0x30, 0x0b, 0xfb, 0x38, 0x24, 0x9e, 0xcf, 0x03, 0x62, 0x4e, 0x68, 0xee, 0x5c, 0x0e, - 0x6e, 0xe5, 0xd8, 0x1a, 0x0f, 0x08, 0xfa, 0x04, 0x4c, 0xd1, 0x4f, 0x12, 0x9e, 0x4a, 0x12, 0x8c, - 0x66, 0x09, 0xf3, 0x7a, 0x73, 0xa2, 0x55, 0x77, 0xe7, 0xcf, 0xf0, 0x62, 0xa2, 0x40, 0x77, 0xa1, - 0x2e, 0x69, 0x4c, 0xbc, 0x53, 0xce, 0x88, 0x39, 0xa9, 0x3b, 0xd4, 0x54, 0xe0, 0x25, 0x67, 0x04, - 0x35, 0x61, 0x2a, 0x20, 0xc2, 0x4f, 0x69, 0xa2, 0xb6, 0xd0, 0xac, 0xe6, 0x62, 0x87, 0x21, 0xb4, - 0x00, 0x80, 0x8f, 0xb1, 0xc4, 0xa9, 0xd7, 0x4f, 0xa9, 0x79, 0x43, 0x13, 0xea, 0x59, 0xe4, 0x20, - 0xa5, 0x68, 0x11, 0x6e, 0x12, 0x86, 0x0f, 0x23, 0xe2, 0x45, 0x3c, 0x0c, 0x29, 0x0b, 0xcd, 0x5a, - 0xd3, 0x68, 0xd5, 0xdc, 0x99, 0x2c, 0xba, 0x95, 0x05, 0xd1, 0x17, 0x00, 0x31, 0x96, 0xfe, 0x91, - 0x17, 0xab, 0x75, 0xd6, 0x9b, 0x46, 0xeb, 0x66, 0xfb, 0x91, 0xfd, 0x76, 0x23, 0xd8, 0x7a, 0x93, - 0xed, 0xae, 0xca, 0xe9, 0xf2, 0x80, 0xb8, 0xf5, 0x78, 0xf0, 0x89, 0x3e, 0x05, 0xd3, 0x8f, 0xb0, - 0x10, 0xb4, 0x47, 0x7d, 0x7d, 0xf2, 0x9e, 0x3c, 0x4a, 0x89, 0x38, 0xe2, 0x51, 0x60, 0x42, 0xd3, - 0x68, 0x55, 0xdc, 0x77, 0x47, 0xf1, 0xfd, 0x01, 0x6c, 0x3d, 0x87, 0xfa, 0x59, 0x49, 0xd4, 0x80, - 0xf9, 0xee, 0x93, 0xfd, 0xb5, 0x0d, 0xaf, 0xbb, 0xd3, 0x59, 0xf7, 0x0e, 0xb6, 0xf7, 0x76, 0xd7, - 0xd7, 0x36, 0x9f, 0x6e, 0xae, 0x77, 0x66, 0xaf, 0xa1, 0x3b, 0x70, 0xbb, 0x80, 0x6d, 0xbc, 0x58, - 0x75, 0x37, 0x3b, 0xb3, 0x06, 0x9a, 0x07, 0x54, 0x08, 0x77, 0xb7, 0xbc, 0x9d, 0xed, 0xad, 0x17, - 0xb3, 0x15, 0xeb, 0x21, 0xdc, 0x7a, 0x46, 0xa4, 0xd6, 0xec, 0x92, 0xaf, 0xfa, 0x44, 0xbc, 0xd5, - 0x1f, 0x16, 0x85, 0xb9, 0x3d, 0x82, 0x53, 0xff, 0x48, 0xb3, 0xc5, 0x18, 0xba, 0x3a, 0xbd, 0x44, - 0x9d, 0xb4, 0xa0, 0xa7, 0x99, 0x97, 0x26, 0xdd, 0x9a, 0x0a, 0xec, 0xd1, 0x53, 0xa2, 0xce, 0x46, - 0x83, 0x92, 0xbf, 0x22, 0x2c, 0x77, 0x8f, 0xa6, 0xef, 0xab, 0x80, 0x75, 0x02, 0xef, 0x8c, 0xb6, - 0x12, 0x09, 0x67, 0x42, 0x6d, 0x60, 0x55, 0xcf, 0xa3, 0x30, 0x8d, 0xe6, 0x44, 0x6b, 0xaa, 0x7d, - 0x7f, 0xec, 0x41, 0xb8, 0x79, 0x02, 0x5a, 0x82, 0x5b, 0x8c, 0xbc, 0x96, 0x5e, 0xa1, 0x6d, 0x66, - 0xf0, 0x19, 0x15, 0xde, 0x3d, 0x6b, 0xfd, 0x08, 0x6e, 0xef, 0xa7, 0x98, 0xb2, 0x2b, 0x6d, 0xc9, - 0x26, 0xa0, 0xf5, 0xd7, 0xca, 0xba, 0x57, 0x61, 0xab, 0x1d, 0xd1, 0x62, 0xb4, 0x1f, 0xb3, 0xe6, - 0x35, 0x1d, 0x38, 0x48, 0xa9, 0x15, 0xc0, 0xdc, 0x48, 0xa9, 0x7c, 0xc5, 0x0b, 0xc5, 0x1c, 0x5d, - 0x6e, 0xe3, 0xda, 0x30, 0x0b, 0x2d, 0xc2, 0x4c, 0x06, 0xfb, 0x9c, 0x49, 0xd5, 0x51, 0x95, 0x9d, - 0xde, 0xb8, 0xe6, 0x4e, 0xeb, 0xf0, 0x5a, 0x16, 0x5d, 0xbd, 0x01, 0x93, 0xfa, 0xdf, 0x7a, 0x03, - 0x68, 0x33, 0xbe, 0xb2, 0xe0, 0x85, 0x0b, 0x82, 0xcb, 0x9b, 0x4f, 0x94, 0x37, 0xff, 0x06, 0xe6, - 0x5c, 0x22, 0x24, 0x4f, 0xc9, 0xff, 0xd0, 0xbd, 0xfd, 0x77, 0x15, 0xaa, 0x99, 0x9d, 0xd0, 0x77, - 0x06, 0xd4, 0x06, 0xae, 0x47, 0xa5, 0xc3, 0x7c, 0x6e, 0x36, 0x1a, 0xe3, 0x0d, 0x67, 0x2d, 0x7e, - 0xff, 0xe7, 0x5f, 0x3f, 0x57, 0xde, 0x47, 0x0b, 0xea, 0xf6, 0x78, 0x93, 0xad, 0xe5, 0xf3, 0x24, - 0xe5, 0x5f, 0x12, 0x5f, 0x0a, 0x67, 0xf9, 0xdb, 0xec, 0x46, 0x41, 0xbf, 0x19, 0x30, 0x5d, 0xf4, - 0x38, 0x72, 0xca, 0x4a, 0x5f, 0x32, 0x78, 0x8d, 0xc7, 0x57, 0x4f, 0xc8, 0xcc, 0x64, 0x7d, 0xa8, - 0xa5, 0x2d, 0xa1, 0x0f, 0x4a, 0xa5, 0xad, 0x08, 0x9d, 0x8b, 0x7e, 0x30, 0x00, 0x86, 0xa3, 0x80, - 0x3e, 0x2a, 0x6b, 0x77, 0x61, 0x64, 0x1a, 0x0b, 0x03, 0x7a, 0xe1, 0xca, 0xb3, 0x77, 0x06, 0x57, - 0x9e, 0x65, 0x6b, 0x29, 0x2d, 0xeb, 0x41, 0xb9, 0x14, 0xa9, 0xea, 0xae, 0x18, 0xcb, 0xe8, 0x47, - 0x03, 0xa6, 0x0a, 0xf3, 0x81, 0xec, 0x32, 0x35, 0x17, 0x67, 0x72, 0x9c, 0x1c, 0x47, 0xcb, 0x79, - 0x68, 0x8d, 0xd9, 0x19, 0xa2, 0x0b, 0x0f, 0xf4, 0x14, 0x26, 0xa9, 0x5c, 0xcf, 0xc5, 0x91, 0xfb, - 0x8f, 0xf4, 0xd0, 0x78, 0xa0, 0xe7, 0x27, 0x03, 0xa6, 0x8b, 0xc3, 0x55, 0x6e, 0xa7, 0x4b, 0xc6, - 0x70, 0x9c, 0xa2, 0xc7, 0x5a, 0xd1, 0xb2, 0xb5, 0x58, 0xae, 0x28, 0xcd, 0x2a, 0xaf, 0x18, 0xcb, - 0xab, 0xbf, 0x1a, 0xf0, 0x9e, 0xcf, 0xe3, 0x12, 0x1d, 0xab, 0xa0, 0x15, 0xec, 0xaa, 0x07, 0xca, - 0xae, 0xf1, 0xb2, 0x93, 0x33, 0x43, 0xae, 0x9e, 0x09, 0x36, 0x4f, 0x43, 0x27, 0x24, 0x4c, 0x3f, - 0x5f, 0x9c, 0x0c, 0xc2, 0x09, 0x15, 0x97, 0xbd, 0xd2, 0x3e, 0x1b, 0xfe, 0xfd, 0x63, 0x18, 0xbf, - 0x57, 0x2a, 0x9d, 0xa7, 0x7f, 0x54, 0x1a, 0xcf, 0xb2, 0x72, 0x6b, 0xba, 0x71, 0x67, 0xd8, 0xf8, - 0x79, 0xfb, 0xb0, 0xaa, 0xab, 0x7e, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x51, 0x9d, 0x2a, - 0xd4, 0xfa, 0x09, 0x00, 0x00, + 0x14, 0x8e, 0x37, 0xcd, 0x76, 0x77, 0x92, 0xb4, 0xe9, 0x84, 0x06, 0xb3, 0x6d, 0x60, 0xeb, 0x92, + 0x68, 0x9b, 0x82, 0x5d, 0x2d, 0x17, 0x08, 0xe2, 0xd0, 0x64, 0xd3, 0x66, 0x51, 0x36, 0x89, 0x9c, + 0xa4, 0x52, 0x7b, 0xb1, 0x26, 0xf6, 0xac, 0x33, 0xd4, 0x9e, 0x31, 0x33, 0xe3, 0xd0, 0xa4, 0x70, + 0x80, 0x23, 0x12, 0x12, 0x12, 0x5c, 0x38, 0x21, 0x71, 0xe4, 0xef, 0xf0, 0x17, 0x38, 0x73, 0xe6, + 0x88, 0x66, 0xec, 0xcd, 0x7a, 0x93, 0xd4, 0x9b, 0x03, 0x52, 0x6f, 0xf6, 0xfb, 0xbe, 0xf7, 0xde, + 0x37, 0x33, 0xdf, 0xd3, 0x0c, 0x58, 0x0e, 0x19, 0x0b, 0x23, 0xec, 0xf8, 0x11, 0x4b, 0x03, 0x27, + 0x20, 0x28, 0x62, 0x61, 0x3f, 0x62, 0xdf, 0x38, 0xc7, 0x6d, 0x07, 0x85, 0x98, 0x4a, 0x3b, 0xe1, + 0x4c, 0x32, 0xd8, 0xc8, 0x78, 0xb6, 0xe6, 0xd9, 0x43, 0x9e, 0x7d, 0xdc, 0x6e, 0xdc, 0xcd, 0x6b, + 0xa0, 0x84, 0x38, 0x88, 0x52, 0x26, 0x91, 0x24, 0x8c, 0x8a, 0x2c, 0xb3, 0xf1, 0x5e, 0x01, 0xe5, + 0x58, 0xb0, 0x94, 0xfb, 0x38, 0x87, 0xee, 0xe7, 0x50, 0xc4, 0x68, 0xc8, 0x53, 0x4a, 0x09, 0x0d, + 0x1d, 0x96, 0x60, 0x3e, 0x92, 0x7f, 0x27, 0x27, 0xe9, 0xbf, 0xc3, 0xb4, 0xef, 0xe0, 0x38, 0x91, + 0x27, 0x39, 0xd8, 0x3c, 0x0f, 0xf6, 0x09, 0x8e, 0x02, 0x2f, 0x46, 0xe2, 0x65, 0xce, 0xb8, 0x7b, + 0x9e, 0x21, 0x24, 0x4f, 0xfd, 0x7c, 0x59, 0xd6, 0xaf, 0xd7, 0xc0, 0xd4, 0x63, 0xb5, 0x4c, 0xb8, + 0x00, 0xaa, 0x09, 0xe2, 0x98, 0x4a, 0xd3, 0x68, 0x1a, 0xad, 0xba, 0x9b, 0xff, 0xc1, 0x7b, 0x60, + 0x26, 0x20, 0x22, 0x89, 0xd0, 0x89, 0x47, 0x51, 0x8c, 0xcd, 0x8a, 0x46, 0xa7, 0xf3, 0xd8, 0x36, + 0x8a, 0x31, 0x6c, 0x83, 0xdb, 0x01, 0xee, 0xa3, 0x34, 0x92, 0x5e, 0x84, 0x68, 0x98, 0xa2, 0x10, + 0x7b, 0x3e, 0x0b, 0xb0, 0x39, 0xa9, 0xb9, 0xf3, 0x39, 0xb8, 0x95, 0x63, 0xeb, 0x2c, 0xc0, 0xf0, + 0x53, 0x60, 0x8a, 0x34, 0x49, 0x18, 0x97, 0x38, 0x18, 0xcd, 0x12, 0xe6, 0xb5, 0xe6, 0x64, 0xab, + 0xee, 0x2e, 0x9c, 0xe1, 0xc5, 0x44, 0x01, 0xef, 0x80, 0xba, 0x24, 0x31, 0xf6, 0x4e, 0x19, 0xc5, + 0xe6, 0x94, 0xee, 0x50, 0x53, 0x81, 0x17, 0x8c, 0x62, 0xd8, 0x04, 0xd3, 0x01, 0x16, 0x3e, 0x27, + 0x89, 0xda, 0x42, 0xb3, 0x9a, 0x8b, 0x1d, 0x86, 0xe0, 0x22, 0x00, 0xe8, 0x18, 0x49, 0xc4, 0xbd, + 0x94, 0x13, 0xf3, 0xba, 0x26, 0xd4, 0xb3, 0xc8, 0x01, 0x27, 0x70, 0x09, 0xdc, 0xc0, 0x14, 0x1d, + 0x46, 0xd8, 0x8b, 0x58, 0x18, 0x12, 0x1a, 0x9a, 0xb5, 0xa6, 0xd1, 0xaa, 0xb9, 0xb3, 0x59, 0x74, + 0x2b, 0x0b, 0xc2, 0x2f, 0x01, 0x88, 0x91, 0xf4, 0x8f, 0xbc, 0x58, 0xad, 0xb3, 0xde, 0x34, 0x5a, + 0x37, 0xda, 0x0f, 0xed, 0x37, 0x7b, 0xc4, 0xd6, 0x9b, 0x6c, 0xf7, 0x54, 0x4e, 0x8f, 0x05, 0xd8, + 0xad, 0xc7, 0x83, 0x4f, 0xf8, 0x19, 0x30, 0xfd, 0x08, 0x09, 0x41, 0xfa, 0xc4, 0xd7, 0x27, 0xef, + 0xc9, 0x23, 0x8e, 0xc5, 0x11, 0x8b, 0x02, 0x13, 0x34, 0x8d, 0x56, 0xc5, 0x7d, 0x77, 0x14, 0xdf, + 0x1f, 0xc0, 0xd6, 0x33, 0x50, 0x3f, 0x2b, 0x09, 0x1b, 0x60, 0xa1, 0xf7, 0x78, 0x7f, 0x7d, 0xd3, + 0xeb, 0xed, 0x74, 0x36, 0xbc, 0x83, 0xed, 0xbd, 0xdd, 0x8d, 0xf5, 0xee, 0x93, 0xee, 0x46, 0x67, + 0x6e, 0x02, 0xde, 0x06, 0xb7, 0x0a, 0xd8, 0xe6, 0xf3, 0x35, 0xb7, 0xdb, 0x99, 0x33, 0xe0, 0x02, + 0x80, 0x85, 0x70, 0x6f, 0xcb, 0xdb, 0xd9, 0xde, 0x7a, 0x3e, 0x57, 0xb1, 0x1e, 0x80, 0x9b, 0x4f, + 0xb1, 0xd4, 0x9a, 0x5d, 0xfc, 0x75, 0x8a, 0xc5, 0x1b, 0xfd, 0x61, 0x11, 0x30, 0xbf, 0x87, 0x11, + 0xf7, 0x8f, 0x34, 0x5b, 0x8c, 0xa1, 0xab, 0xd3, 0x4b, 0xd4, 0x49, 0x0b, 0x72, 0x9a, 0x79, 0x69, + 0xca, 0xad, 0xa9, 0xc0, 0x1e, 0x39, 0xc5, 0xea, 0x6c, 0x34, 0x28, 0xd9, 0x4b, 0x4c, 0x73, 0xf7, + 0x68, 0xfa, 0xbe, 0x0a, 0x58, 0x27, 0xe0, 0x9d, 0xd1, 0x56, 0x22, 0x61, 0x54, 0xa8, 0x0d, 0xac, + 0xea, 0x51, 0x15, 0xa6, 0xd1, 0x9c, 0x6c, 0x4d, 0xb7, 0xef, 0x8d, 0x3d, 0x08, 0x37, 0x4f, 0x80, + 0xcb, 0xe0, 0x26, 0xc5, 0xaf, 0xa4, 0x57, 0x68, 0x9b, 0x19, 0x7c, 0x56, 0x85, 0x77, 0xcf, 0x5a, + 0x3f, 0x04, 0xb7, 0xf6, 0x39, 0x22, 0xf4, 0x4a, 0x5b, 0xd2, 0x05, 0x70, 0xe3, 0x95, 0xb2, 0xee, + 0x55, 0xd8, 0x6a, 0x47, 0xb4, 0x18, 0xed, 0xc7, 0xac, 0x79, 0x4d, 0x07, 0x0e, 0x38, 0xb1, 0x02, + 0x30, 0x3f, 0x52, 0x2a, 0x5f, 0xf1, 0x62, 0x31, 0x47, 0x97, 0xdb, 0x9c, 0x18, 0x66, 0xc1, 0x25, + 0x30, 0x9b, 0xc1, 0x3e, 0xa3, 0x52, 0x75, 0x54, 0x65, 0x67, 0x36, 0x27, 0xdc, 0x19, 0x1d, 0x5e, + 0xcf, 0xa2, 0x6b, 0xd7, 0xc1, 0x94, 0xfe, 0xb7, 0x5e, 0x03, 0xd8, 0x8d, 0xaf, 0x2c, 0x78, 0xf1, + 0x82, 0xe0, 0xf2, 0xe6, 0x93, 0xe5, 0xcd, 0xbf, 0x05, 0xf3, 0x2e, 0x16, 0x92, 0x71, 0xfc, 0x16, + 0xba, 0xb7, 0xff, 0xa9, 0x82, 0x6a, 0x66, 0x27, 0xf8, 0xbd, 0x01, 0x6a, 0x03, 0xd7, 0xc3, 0xd2, + 0x61, 0x3e, 0x37, 0x1b, 0x8d, 0xf1, 0x86, 0xb3, 0x96, 0x7e, 0xf8, 0xeb, 0xef, 0x5f, 0x2a, 0x1f, + 0xc0, 0x45, 0x75, 0xb1, 0xbc, 0xce, 0xd6, 0xf2, 0x45, 0xc2, 0xd9, 0x57, 0xd8, 0x97, 0xc2, 0x59, + 0xf9, 0x2e, 0xbb, 0x6c, 0xe0, 0xef, 0x06, 0x98, 0x29, 0x7a, 0x1c, 0x3a, 0x65, 0xa5, 0x2f, 0x19, + 0xbc, 0xc6, 0xa3, 0xab, 0x27, 0x64, 0x66, 0xb2, 0x3e, 0xd2, 0xd2, 0x96, 0xe1, 0x87, 0xa5, 0xd2, + 0x56, 0x85, 0xce, 0x85, 0x3f, 0x1a, 0x00, 0x0c, 0x47, 0x01, 0x7e, 0x5c, 0xd6, 0xee, 0xc2, 0xc8, + 0x34, 0x16, 0x07, 0xf4, 0xc2, 0x95, 0x67, 0xef, 0x0c, 0xae, 0x3c, 0xcb, 0xd6, 0x52, 0x5a, 0xd6, + 0xfd, 0x72, 0x29, 0x52, 0xd5, 0x5d, 0x35, 0x56, 0xe0, 0x4f, 0x06, 0x98, 0x2e, 0xcc, 0x07, 0xb4, + 0xcb, 0xd4, 0x5c, 0x9c, 0xc9, 0x71, 0x72, 0x1c, 0x2d, 0xe7, 0x81, 0x35, 0x66, 0x67, 0xb0, 0x2e, + 0x3c, 0xd0, 0x53, 0x98, 0xa4, 0x72, 0x3d, 0x17, 0x47, 0xee, 0x7f, 0xd2, 0x43, 0xe2, 0x81, 0x9e, + 0x9f, 0x0d, 0x30, 0x53, 0x1c, 0xae, 0x72, 0x3b, 0x5d, 0x32, 0x86, 0xe3, 0x14, 0x3d, 0xd2, 0x8a, + 0x56, 0xac, 0xa5, 0x72, 0x45, 0x3c, 0xab, 0xbc, 0x6a, 0xac, 0xac, 0xfd, 0x66, 0x80, 0xf7, 0x7d, + 0x16, 0x97, 0xe8, 0x58, 0x03, 0x5a, 0xc1, 0xae, 0x7a, 0xa0, 0xec, 0x1a, 0x2f, 0x3a, 0x39, 0x33, + 0x64, 0xea, 0x99, 0x60, 0x33, 0x1e, 0x3a, 0x21, 0xa6, 0xfa, 0xf9, 0xe2, 0x64, 0x10, 0x4a, 0x88, + 0xb8, 0xec, 0x01, 0xf7, 0xf9, 0xf0, 0xef, 0x5f, 0xc3, 0xf8, 0xa3, 0x52, 0xe9, 0x3c, 0xf9, 0xb3, + 0xd2, 0x78, 0x9a, 0x95, 0x5b, 0xd7, 0x8d, 0x3b, 0xc3, 0xc6, 0xcf, 0xda, 0x87, 0x55, 0x5d, 0xf5, + 0x93, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x49, 0x30, 0x4b, 0xa6, 0x15, 0x0a, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2/audio_config.pb.go b/googleapis/cloud/dialogflow/v2/audio_config.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..db77fa58a56f562cb704e19113d948cdb0d447c7 --- /dev/null +++ b/googleapis/cloud/dialogflow/v2/audio_config.pb.go @@ -0,0 +1,356 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/dialogflow/v2/audio_config.proto + +package dialogflow // import "google.golang.org/genproto/googleapis/cloud/dialogflow/v2" + +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 + +// Gender of the voice as described in +// [SSML voice element](https://www.w3.org/TR/speech-synthesis11/#edef_voice). +type SsmlVoiceGender int32 + +const ( + // An unspecified gender, which means that the client doesn't care which + // gender the selected voice will have. + SsmlVoiceGender_SSML_VOICE_GENDER_UNSPECIFIED SsmlVoiceGender = 0 + // A male voice. + SsmlVoiceGender_SSML_VOICE_GENDER_MALE SsmlVoiceGender = 1 + // A female voice. + SsmlVoiceGender_SSML_VOICE_GENDER_FEMALE SsmlVoiceGender = 2 + // A gender-neutral voice. + SsmlVoiceGender_SSML_VOICE_GENDER_NEUTRAL SsmlVoiceGender = 3 +) + +var SsmlVoiceGender_name = map[int32]string{ + 0: "SSML_VOICE_GENDER_UNSPECIFIED", + 1: "SSML_VOICE_GENDER_MALE", + 2: "SSML_VOICE_GENDER_FEMALE", + 3: "SSML_VOICE_GENDER_NEUTRAL", +} +var SsmlVoiceGender_value = map[string]int32{ + "SSML_VOICE_GENDER_UNSPECIFIED": 0, + "SSML_VOICE_GENDER_MALE": 1, + "SSML_VOICE_GENDER_FEMALE": 2, + "SSML_VOICE_GENDER_NEUTRAL": 3, +} + +func (x SsmlVoiceGender) String() string { + return proto.EnumName(SsmlVoiceGender_name, int32(x)) +} +func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_audio_config_10e5d4ebe984100d, []int{0} +} + +// Audio encoding of the output audio format in Text-To-Speech. +type OutputAudioEncoding int32 + +const ( + // Not specified. + OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_UNSPECIFIED OutputAudioEncoding = 0 + // Uncompressed 16-bit signed little-endian samples (Linear PCM). + // Audio content returned as LINEAR16 also contains a WAV header. + OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_LINEAR_16 OutputAudioEncoding = 1 + // MP3 audio. + OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_MP3 OutputAudioEncoding = 2 + // Opus encoded audio wrapped in an ogg container. The result will be a + // file which can be played natively on Android, and in browsers (at least + // Chrome and Firefox). The quality of the encoding is considerably higher + // than MP3 while using approximately the same bitrate. + OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_OGG_OPUS OutputAudioEncoding = 3 +) + +var OutputAudioEncoding_name = map[int32]string{ + 0: "OUTPUT_AUDIO_ENCODING_UNSPECIFIED", + 1: "OUTPUT_AUDIO_ENCODING_LINEAR_16", + 2: "OUTPUT_AUDIO_ENCODING_MP3", + 3: "OUTPUT_AUDIO_ENCODING_OGG_OPUS", +} +var OutputAudioEncoding_value = map[string]int32{ + "OUTPUT_AUDIO_ENCODING_UNSPECIFIED": 0, + "OUTPUT_AUDIO_ENCODING_LINEAR_16": 1, + "OUTPUT_AUDIO_ENCODING_MP3": 2, + "OUTPUT_AUDIO_ENCODING_OGG_OPUS": 3, +} + +func (x OutputAudioEncoding) String() string { + return proto.EnumName(OutputAudioEncoding_name, int32(x)) +} +func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_audio_config_10e5d4ebe984100d, []int{1} +} + +// Description of which voice to use for speech synthesis. +type VoiceSelectionParams struct { + // Optional. The name of the voice. If not set, the service will choose a + // voice based on the other parameters such as language_code and gender. + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Optional. The preferred gender of the voice. If not set, the service will + // choose a voice based on the other parameters such as language_code and + // name. Note that this is only a preference, not requirement. If a + // voice of the appropriate gender is not available, the synthesizer should + // substitute a voice with a different gender rather than failing the request. + SsmlGender SsmlVoiceGender `protobuf:"varint,2,opt,name=ssml_gender,json=ssmlGender,proto3,enum=google.cloud.dialogflow.v2.SsmlVoiceGender" json:"ssml_gender,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_10e5d4ebe984100d, []int{0} +} +func (m *VoiceSelectionParams) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_VoiceSelectionParams.Unmarshal(m, b) +} +func (m *VoiceSelectionParams) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_VoiceSelectionParams.Marshal(b, m, deterministic) +} +func (dst *VoiceSelectionParams) XXX_Merge(src proto.Message) { + xxx_messageInfo_VoiceSelectionParams.Merge(dst, src) +} +func (m *VoiceSelectionParams) XXX_Size() int { + return xxx_messageInfo_VoiceSelectionParams.Size(m) +} +func (m *VoiceSelectionParams) XXX_DiscardUnknown() { + xxx_messageInfo_VoiceSelectionParams.DiscardUnknown(m) +} + +var xxx_messageInfo_VoiceSelectionParams proto.InternalMessageInfo + +func (m *VoiceSelectionParams) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *VoiceSelectionParams) GetSsmlGender() SsmlVoiceGender { + if m != nil { + return m.SsmlGender + } + return SsmlVoiceGender_SSML_VOICE_GENDER_UNSPECIFIED +} + +// Configuration of how speech should be synthesized. +type SynthesizeSpeechConfig struct { + // Optional. Speaking rate/speed, in the range [0.25, 4.0]. 1.0 is the normal + // native speed supported by the specific voice. 2.0 is twice as fast, and + // 0.5 is half as fast. If unset(0.0), defaults to the native 1.0 speed. Any + // other values < 0.25 or > 4.0 will return an error. + SpeakingRate float64 `protobuf:"fixed64,1,opt,name=speaking_rate,json=speakingRate,proto3" json:"speaking_rate,omitempty"` + // Optional. Speaking pitch, in the range [-20.0, 20.0]. 20 means increase 20 + // semitones from the original pitch. -20 means decrease 20 semitones from the + // original pitch. + Pitch float64 `protobuf:"fixed64,2,opt,name=pitch,proto3" json:"pitch,omitempty"` + // Optional. Volume gain (in dB) of the normal native volume supported by the + // specific voice, in the range [-96.0, 16.0]. If unset, or set to a value of + // 0.0 (dB), will play at normal native signal amplitude. A value of -6.0 (dB) + // will play at approximately half the amplitude of the normal native signal + // amplitude. A value of +6.0 (dB) will play at approximately twice the + // amplitude of the normal native signal amplitude. We strongly recommend not + // to exceed +10 (dB) as there's usually no effective increase in loudness for + // any value greater than that. + VolumeGainDb float64 `protobuf:"fixed64,3,opt,name=volume_gain_db,json=volumeGainDb,proto3" json:"volume_gain_db,omitempty"` + // Optional. An identifier which selects 'audio effects' profiles that are + // applied on (post synthesized) text to speech. Effects are applied on top of + // each other in the order they are given. + EffectsProfileId []string `protobuf:"bytes,5,rep,name=effects_profile_id,json=effectsProfileId,proto3" json:"effects_profile_id,omitempty"` + // Optional. The desired voice of the synthesized audio. + Voice *VoiceSelectionParams `protobuf:"bytes,4,opt,name=voice,proto3" json:"voice,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_10e5d4ebe984100d, []int{1} +} +func (m *SynthesizeSpeechConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SynthesizeSpeechConfig.Unmarshal(m, b) +} +func (m *SynthesizeSpeechConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SynthesizeSpeechConfig.Marshal(b, m, deterministic) +} +func (dst *SynthesizeSpeechConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_SynthesizeSpeechConfig.Merge(dst, src) +} +func (m *SynthesizeSpeechConfig) XXX_Size() int { + return xxx_messageInfo_SynthesizeSpeechConfig.Size(m) +} +func (m *SynthesizeSpeechConfig) XXX_DiscardUnknown() { + xxx_messageInfo_SynthesizeSpeechConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_SynthesizeSpeechConfig proto.InternalMessageInfo + +func (m *SynthesizeSpeechConfig) GetSpeakingRate() float64 { + if m != nil { + return m.SpeakingRate + } + return 0 +} + +func (m *SynthesizeSpeechConfig) GetPitch() float64 { + if m != nil { + return m.Pitch + } + return 0 +} + +func (m *SynthesizeSpeechConfig) GetVolumeGainDb() float64 { + if m != nil { + return m.VolumeGainDb + } + return 0 +} + +func (m *SynthesizeSpeechConfig) GetEffectsProfileId() []string { + if m != nil { + return m.EffectsProfileId + } + return nil +} + +func (m *SynthesizeSpeechConfig) GetVoice() *VoiceSelectionParams { + if m != nil { + return m.Voice + } + return nil +} + +// Instructs the speech synthesizer how to generate the output audio content. +type OutputAudioConfig struct { + // Required. Audio encoding of the synthesized audio content. + AudioEncoding OutputAudioEncoding `protobuf:"varint,1,opt,name=audio_encoding,json=audioEncoding,proto3,enum=google.cloud.dialogflow.v2.OutputAudioEncoding" json:"audio_encoding,omitempty"` + // Optional. The synthesis sample rate (in hertz) for this audio. If not + // provided, then the synthesizer will use the default sample rate based on + // the audio encoding. If this is different from the voice's natural sample + // rate, then the synthesizer will honor this request by converting to the + // desired sample rate (which might result in worse audio quality). + SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` + // Optional. Configuration of how speech should be synthesized. + SynthesizeSpeechConfig *SynthesizeSpeechConfig `protobuf:"bytes,3,opt,name=synthesize_speech_config,json=synthesizeSpeechConfig,proto3" json:"synthesize_speech_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_10e5d4ebe984100d, []int{2} +} +func (m *OutputAudioConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_OutputAudioConfig.Unmarshal(m, b) +} +func (m *OutputAudioConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_OutputAudioConfig.Marshal(b, m, deterministic) +} +func (dst *OutputAudioConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_OutputAudioConfig.Merge(dst, src) +} +func (m *OutputAudioConfig) XXX_Size() int { + return xxx_messageInfo_OutputAudioConfig.Size(m) +} +func (m *OutputAudioConfig) XXX_DiscardUnknown() { + xxx_messageInfo_OutputAudioConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_OutputAudioConfig proto.InternalMessageInfo + +func (m *OutputAudioConfig) GetAudioEncoding() OutputAudioEncoding { + if m != nil { + return m.AudioEncoding + } + return OutputAudioEncoding_OUTPUT_AUDIO_ENCODING_UNSPECIFIED +} + +func (m *OutputAudioConfig) GetSampleRateHertz() int32 { + if m != nil { + return m.SampleRateHertz + } + return 0 +} + +func (m *OutputAudioConfig) GetSynthesizeSpeechConfig() *SynthesizeSpeechConfig { + if m != nil { + return m.SynthesizeSpeechConfig + } + return nil +} + +func init() { + proto.RegisterType((*VoiceSelectionParams)(nil), "google.cloud.dialogflow.v2.VoiceSelectionParams") + proto.RegisterType((*SynthesizeSpeechConfig)(nil), "google.cloud.dialogflow.v2.SynthesizeSpeechConfig") + proto.RegisterType((*OutputAudioConfig)(nil), "google.cloud.dialogflow.v2.OutputAudioConfig") + proto.RegisterEnum("google.cloud.dialogflow.v2.SsmlVoiceGender", SsmlVoiceGender_name, SsmlVoiceGender_value) + proto.RegisterEnum("google.cloud.dialogflow.v2.OutputAudioEncoding", OutputAudioEncoding_name, OutputAudioEncoding_value) +} + +func init() { + proto.RegisterFile("google/cloud/dialogflow/v2/audio_config.proto", fileDescriptor_audio_config_10e5d4ebe984100d) +} + +var fileDescriptor_audio_config_10e5d4ebe984100d = []byte{ + // 635 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x54, 0xcf, 0x6f, 0xd3, 0x3e, + 0x1c, 0xfd, 0xba, 0x5d, 0xbf, 0xd2, 0x3c, 0xd6, 0x65, 0x66, 0x9a, 0x4a, 0xb5, 0x8d, 0xae, 0x03, + 0xa9, 0x1a, 0xd0, 0x40, 0x26, 0x71, 0xe1, 0xd4, 0x35, 0x69, 0x89, 0xd4, 0x35, 0x51, 0xb2, 0xf6, + 0xc0, 0xc5, 0xf2, 0x12, 0x37, 0xb5, 0x48, 0xec, 0x28, 0x49, 0x0b, 0xec, 0xce, 0x91, 0xbf, 0x01, + 0x09, 0x71, 0xe2, 0x9f, 0xe3, 0xca, 0x11, 0xc5, 0x29, 0x6c, 0xda, 0x42, 0x6f, 0xf1, 0xe7, 0xbd, + 0xcf, 0xaf, 0xf7, 0xec, 0xc0, 0x17, 0x81, 0x10, 0x41, 0x48, 0x55, 0x2f, 0x14, 0x0b, 0x5f, 0xf5, + 0x19, 0x09, 0x45, 0x30, 0x0b, 0xc5, 0x07, 0x75, 0xa9, 0xa9, 0x64, 0xe1, 0x33, 0x81, 0x3d, 0xc1, + 0x67, 0x2c, 0xe8, 0xc6, 0x89, 0xc8, 0x04, 0x6a, 0x16, 0xf4, 0xae, 0xa4, 0x77, 0x6f, 0xe8, 0xdd, + 0xa5, 0xd6, 0x3c, 0x58, 0x95, 0x22, 0x31, 0x53, 0x09, 0xe7, 0x22, 0x23, 0x19, 0x13, 0x3c, 0x2d, + 0x32, 0xdb, 0x1f, 0xe1, 0xde, 0x54, 0x30, 0x8f, 0xba, 0x34, 0xa4, 0x5e, 0x0e, 0xd8, 0x24, 0x21, + 0x51, 0x8a, 0x10, 0xdc, 0xe0, 0x24, 0xa2, 0x0d, 0xd0, 0x02, 0x9d, 0x4d, 0x47, 0x7e, 0xa3, 0x11, + 0xdc, 0x4a, 0xd3, 0x28, 0xc4, 0x01, 0xe5, 0x3e, 0x4d, 0x1a, 0x95, 0x16, 0xe8, 0xd4, 0xb5, 0x67, + 0xdd, 0x7f, 0xf7, 0xee, 0xba, 0x69, 0x14, 0xca, 0xf2, 0x43, 0x99, 0xe2, 0xc0, 0x3c, 0xbf, 0xf8, + 0x6e, 0xff, 0x04, 0x70, 0xdf, 0xfd, 0xc4, 0xb3, 0x39, 0x4d, 0xd9, 0x35, 0x75, 0x63, 0x4a, 0xbd, + 0x79, 0x5f, 0x2e, 0x85, 0x4e, 0xe0, 0x76, 0x1a, 0x53, 0xf2, 0x9e, 0xf1, 0x00, 0x27, 0x24, 0x2b, + 0xa6, 0x00, 0xce, 0x83, 0x3f, 0x41, 0x87, 0x64, 0x14, 0xed, 0xc1, 0x5a, 0xcc, 0x32, 0x6f, 0x2e, + 0xe7, 0x00, 0x4e, 0x71, 0x40, 0x4f, 0x60, 0x7d, 0x29, 0xc2, 0x45, 0x44, 0x71, 0x40, 0x18, 0xc7, + 0xfe, 0x55, 0xa3, 0x5a, 0xe4, 0x16, 0xd1, 0x21, 0x61, 0x5c, 0xbf, 0x42, 0xcf, 0x21, 0xa2, 0xb3, + 0x19, 0xf5, 0xb2, 0x14, 0xc7, 0x89, 0x98, 0xb1, 0x90, 0x62, 0xe6, 0x37, 0x6a, 0xad, 0x6a, 0x67, + 0xd3, 0x51, 0x56, 0x88, 0x5d, 0x00, 0xa6, 0x8f, 0x06, 0xb0, 0xb6, 0xcc, 0x97, 0x68, 0x6c, 0xb4, + 0x40, 0x67, 0x4b, 0x7b, 0xb9, 0x6e, 0xe3, 0x32, 0x31, 0x9d, 0x22, 0xbd, 0xfd, 0xb9, 0x02, 0x77, + 0xad, 0x45, 0x16, 0x2f, 0xb2, 0x5e, 0x6e, 0xe1, 0x6a, 0xd9, 0x29, 0xac, 0x17, 0x8e, 0x52, 0xee, + 0x09, 0x9f, 0xf1, 0x40, 0x6e, 0x5b, 0xd7, 0xd4, 0x75, 0x6d, 0x6e, 0x95, 0x31, 0x56, 0x69, 0xce, + 0x36, 0xb9, 0x7d, 0x44, 0xa7, 0x70, 0x37, 0x25, 0x51, 0x1c, 0x52, 0x29, 0x21, 0x9e, 0xd3, 0x24, + 0xbb, 0x96, 0x5a, 0xd5, 0x9c, 0x9d, 0x02, 0xc8, 0x65, 0x7c, 0x9b, 0x87, 0x51, 0x08, 0x1b, 0xe9, + 0x5f, 0x2b, 0x70, 0x2a, 0xbd, 0x58, 0xdd, 0x30, 0xa9, 0xdf, 0x96, 0xa6, 0xad, 0xb5, 0xb9, 0xd4, + 0x46, 0x67, 0x3f, 0x2d, 0x8d, 0x9f, 0x7e, 0x01, 0x70, 0xe7, 0xce, 0xcd, 0x40, 0xc7, 0xf0, 0xd0, + 0x75, 0x2f, 0x46, 0x78, 0x6a, 0x99, 0x7d, 0x03, 0x0f, 0x8d, 0xb1, 0x6e, 0x38, 0x78, 0x32, 0x76, + 0x6d, 0xa3, 0x6f, 0x0e, 0x4c, 0x43, 0x57, 0xfe, 0x43, 0x4d, 0xb8, 0x7f, 0x9f, 0x72, 0xd1, 0x1b, + 0x19, 0x0a, 0x40, 0x07, 0xb0, 0x71, 0x1f, 0x1b, 0x18, 0x12, 0xad, 0xa0, 0x43, 0xf8, 0xe8, 0x3e, + 0x3a, 0x36, 0x26, 0x97, 0x4e, 0x6f, 0xa4, 0x54, 0x4f, 0xbf, 0x03, 0xf8, 0xb0, 0x44, 0x50, 0xf4, + 0x14, 0x1e, 0x5b, 0x93, 0x4b, 0x7b, 0x72, 0x89, 0x7b, 0x13, 0xdd, 0xb4, 0xb0, 0x31, 0xee, 0x5b, + 0xba, 0x39, 0x1e, 0xde, 0x99, 0xeb, 0x04, 0x3e, 0x2e, 0xa7, 0x8d, 0xcc, 0xb1, 0xd1, 0x73, 0xf0, + 0xab, 0xd7, 0x0a, 0xc8, 0x47, 0x28, 0x27, 0x5d, 0xd8, 0x67, 0x4a, 0x05, 0xb5, 0xe1, 0x51, 0x39, + 0x6c, 0x0d, 0x87, 0xd8, 0xb2, 0x27, 0xae, 0x52, 0x3d, 0xff, 0x0a, 0xe0, 0x91, 0x27, 0xa2, 0x35, + 0x46, 0x9c, 0x2b, 0xb7, 0x2e, 0x96, 0x9d, 0xbf, 0x6f, 0x1b, 0xbc, 0xd3, 0x57, 0xfc, 0x40, 0x84, + 0x84, 0x07, 0x5d, 0x91, 0x04, 0x6a, 0x40, 0xb9, 0x7c, 0xfd, 0x6a, 0x01, 0x91, 0x98, 0xa5, 0x65, + 0x7f, 0x9a, 0x37, 0x37, 0xa7, 0x5f, 0x00, 0x7c, 0xab, 0x54, 0xf4, 0xc1, 0x8f, 0x4a, 0x73, 0x58, + 0x94, 0xeb, 0xcb, 0xf6, 0xfa, 0x4d, 0xfb, 0xa9, 0x76, 0xf5, 0xbf, 0xac, 0x7a, 0xf6, 0x3b, 0x00, + 0x00, 0xff, 0xff, 0x00, 0x0b, 0x69, 0x1b, 0xbe, 0x04, 0x00, 0x00, +} diff --git a/googleapis/cloud/dialogflow/v2/context.pb.go b/googleapis/cloud/dialogflow/v2/context.pb.go index 50a76a2ce02db148af8e10642ef62fc10c6f74e5..83568ca87b853b32956b3e1dba016d15a1af6ad0 100644 --- a/googleapis/cloud/dialogflow/v2/context.pb.go +++ b/googleapis/cloud/dialogflow/v2/context.pb.go @@ -31,15 +31,19 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type Context struct { // Required. The unique identifier of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. + // + // The `Context ID` is always converted to lowercase, may only contain + // characters in [a-zA-Z0-9_-%] and may be at most 250 bytes long. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The number of conversational query requests after which the // context expires. If set to `0` (the default) the context expires - // immediately. Contexts expire automatically after 10 minutes even if there + // immediately. Contexts expire automatically after 20 minutes if there // are no matching queries. LifespanCount int32 `protobuf:"varint,2,opt,name=lifespan_count,json=lifespanCount,proto3" json:"lifespan_count,omitempty"` // Optional. The collection of parameters associated with this context. - // Refer to [this doc](https://dialogflow.com/docs/actions-and-parameters) for - // syntax. + // Refer to [this + // doc](https://cloud.google.com/dialogflow-enterprise/docs/intents-actions-parameters) + // for syntax. Parameters *_struct.Struct `protobuf:"bytes,3,opt,name=parameters,proto3" json:"parameters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -50,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_ec983148ff22c385, []int{0} + return fileDescriptor_context_e2ac7ee538c49195, []int{0} } func (m *Context) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Context.Unmarshal(m, b) @@ -91,8 +95,7 @@ func (m *Context) GetParameters() *_struct.Struct { return nil } -// The request message for -// [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts]. +// The request message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts]. type ListContextsRequest struct { // Required. The session to list all contexts from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. @@ -111,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_ec983148ff22c385, []int{1} + return fileDescriptor_context_e2ac7ee538c49195, []int{1} } func (m *ListContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsRequest.Unmarshal(m, b) @@ -152,8 +155,7 @@ func (m *ListContextsRequest) GetPageToken() string { return "" } -// The response message for -// [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts]. +// The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2.Contexts.ListContexts]. type ListContextsResponse struct { // The list of contexts. There will be a maximum number of items // returned based on the page_size field in the request. @@ -170,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_ec983148ff22c385, []int{2} + return fileDescriptor_context_e2ac7ee538c49195, []int{2} } func (m *ListContextsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsResponse.Unmarshal(m, b) @@ -204,8 +206,7 @@ func (m *ListContextsResponse) GetNextPageToken() string { return "" } -// The request message for -// [Contexts.GetContext][google.cloud.dialogflow.v2.Contexts.GetContext]. +// The request message for [Contexts.GetContext][google.cloud.dialogflow.v2.Contexts.GetContext]. type GetContextRequest struct { // Required. The name of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. @@ -219,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_ec983148ff22c385, []int{3} + return fileDescriptor_context_e2ac7ee538c49195, []int{3} } func (m *GetContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetContextRequest.Unmarshal(m, b) @@ -246,8 +247,7 @@ func (m *GetContextRequest) GetName() string { return "" } -// The request message for -// [Contexts.CreateContext][google.cloud.dialogflow.v2.Contexts.CreateContext]. +// The request message for [Contexts.CreateContext][google.cloud.dialogflow.v2.Contexts.CreateContext]. type CreateContextRequest struct { // Required. The session to create a context for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. @@ -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_ec983148ff22c385, []int{4} + return fileDescriptor_context_e2ac7ee538c49195, []int{4} } func (m *CreateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateContextRequest.Unmarshal(m, b) @@ -297,8 +297,7 @@ func (m *CreateContextRequest) GetContext() *Context { return nil } -// The request message for -// [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext]. +// The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2.Contexts.UpdateContext]. type UpdateContextRequest struct { // Required. The context to update. Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"` @@ -313,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_ec983148ff22c385, []int{5} + return fileDescriptor_context_e2ac7ee538c49195, []int{5} } func (m *UpdateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateContextRequest.Unmarshal(m, b) @@ -347,8 +346,7 @@ func (m *UpdateContextRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [Contexts.DeleteContext][google.cloud.dialogflow.v2.Contexts.DeleteContext]. +// The request message for [Contexts.DeleteContext][google.cloud.dialogflow.v2.Contexts.DeleteContext]. type DeleteContextRequest struct { // Required. The name of the context to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`. @@ -362,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_ec983148ff22c385, []int{6} + return fileDescriptor_context_e2ac7ee538c49195, []int{6} } func (m *DeleteContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteContextRequest.Unmarshal(m, b) @@ -389,8 +387,7 @@ func (m *DeleteContextRequest) GetName() string { return "" } -// The request message for -// [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2.Contexts.DeleteAllContexts]. +// The request message for [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2.Contexts.DeleteAllContexts]. type DeleteAllContextsRequest struct { // Required. The name of the session to delete all contexts from. Format: // `projects/<Project ID>/agent/sessions/<Session ID>`. @@ -404,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_ec983148ff22c385, []int{7} + return fileDescriptor_context_e2ac7ee538c49195, []int{7} } func (m *DeleteAllContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAllContextsRequest.Unmarshal(m, b) @@ -459,6 +456,8 @@ type ContextsClient interface { // Retrieves the specified context. GetContext(ctx context.Context, in *GetContextRequest, opts ...grpc.CallOption) (*Context, error) // Creates a context. + // + // If the specified context already exists, overrides the context. CreateContext(ctx context.Context, in *CreateContextRequest, opts ...grpc.CallOption) (*Context, error) // Updates the specified context. UpdateContext(ctx context.Context, in *UpdateContextRequest, opts ...grpc.CallOption) (*Context, error) @@ -537,6 +536,8 @@ type ContextsServer interface { // Retrieves the specified context. GetContext(context.Context, *GetContextRequest) (*Context, error) // Creates a context. + // + // If the specified context already exists, overrides the context. CreateContext(context.Context, *CreateContextRequest) (*Context, error) // Updates the specified context. UpdateContext(context.Context, *UpdateContextRequest) (*Context, error) @@ -692,54 +693,55 @@ var _Contexts_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/context.proto", fileDescriptor_context_ec983148ff22c385) -} - -var fileDescriptor_context_ec983148ff22c385 = []byte{ - // 715 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0x4f, 0x6f, 0xd3, 0x30, - 0x18, 0xc6, 0xe5, 0x0e, 0xf6, 0xe7, 0xdd, 0x0a, 0x9a, 0xa9, 0x46, 0x95, 0x0d, 0x54, 0x05, 0x01, - 0x55, 0x25, 0x62, 0xc8, 0x90, 0xd0, 0x18, 0x13, 0x62, 0x2d, 0x9b, 0x84, 0x40, 0x9a, 0x3a, 0xe0, - 0xc0, 0xa5, 0xf2, 0x5a, 0x37, 0x0a, 0x4b, 0xe3, 0x10, 0xbb, 0x63, 0x0c, 0x4d, 0x48, 0x7c, 0x04, - 0xe0, 0x36, 0x4e, 0x1c, 0x27, 0x4e, 0x7c, 0x15, 0xbe, 0x02, 0x77, 0xae, 0x1c, 0x51, 0x1c, 0xa7, - 0xff, 0x57, 0x52, 0x6e, 0x89, 0xfd, 0xd8, 0xcf, 0xcf, 0xaf, 0x9f, 0x37, 0x81, 0xa2, 0xc3, 0xb9, - 0xe3, 0x31, 0x52, 0xf7, 0x78, 0xbb, 0x41, 0x1a, 0x2e, 0xf5, 0xb8, 0xd3, 0xf4, 0xf8, 0x5b, 0x72, - 0x60, 0x93, 0x3a, 0xf7, 0x25, 0x3b, 0x94, 0x56, 0x10, 0x72, 0xc9, 0xb1, 0x11, 0x2b, 0x2d, 0xa5, - 0xb4, 0xba, 0x4a, 0xeb, 0xc0, 0x36, 0x56, 0xf4, 0x2e, 0x34, 0x70, 0x09, 0xf5, 0x7d, 0x2e, 0xa9, - 0x74, 0xb9, 0x2f, 0xe2, 0x95, 0xc6, 0xb2, 0x9e, 0x55, 0x6f, 0x7b, 0xed, 0x26, 0x61, 0xad, 0x40, - 0xbe, 0xd3, 0x93, 0x85, 0xc1, 0xc9, 0xa6, 0xcb, 0xbc, 0x46, 0xad, 0x45, 0xc5, 0xbe, 0x56, 0xac, - 0x0c, 0x2a, 0x84, 0x0c, 0xdb, 0x75, 0x8d, 0x65, 0x1e, 0xc3, 0x4c, 0x39, 0xe6, 0xc4, 0x18, 0xce, - 0xf9, 0xb4, 0xc5, 0xf2, 0xa8, 0x80, 0x8a, 0x73, 0x55, 0xf5, 0x8c, 0xaf, 0xc3, 0x05, 0xcf, 0x6d, - 0x32, 0x11, 0x50, 0xbf, 0x56, 0xe7, 0x6d, 0x5f, 0xe6, 0x33, 0x05, 0x54, 0x3c, 0x5f, 0xcd, 0x26, - 0xa3, 0xe5, 0x68, 0x10, 0xdf, 0x03, 0x08, 0x68, 0x48, 0x5b, 0x4c, 0xb2, 0x50, 0xe4, 0xa7, 0x0a, - 0xa8, 0x38, 0x6f, 0x5f, 0xb6, 0xf4, 0x89, 0x13, 0x63, 0x6b, 0x57, 0x19, 0x57, 0x7b, 0xa4, 0xa6, - 0x0b, 0x97, 0x9e, 0xba, 0x42, 0x6a, 0x04, 0x51, 0x65, 0x6f, 0xda, 0x4c, 0x48, 0xbc, 0x04, 0xd3, - 0x01, 0x0d, 0x99, 0x2f, 0x35, 0x8c, 0x7e, 0xc3, 0xcb, 0x30, 0x17, 0x50, 0x87, 0xd5, 0x84, 0x7b, - 0xc4, 0x34, 0xc9, 0x6c, 0x34, 0xb0, 0xeb, 0x1e, 0x31, 0x7c, 0x25, 0x82, 0x70, 0x58, 0x4d, 0xf2, - 0x7d, 0xe6, 0x2b, 0x88, 0xb9, 0xaa, 0x92, 0x3f, 0x8f, 0x06, 0xcc, 0x0f, 0x90, 0xeb, 0xb7, 0x12, - 0x01, 0xf7, 0x05, 0xc3, 0x0f, 0x61, 0x56, 0xdf, 0x94, 0xc8, 0xa3, 0xc2, 0x54, 0x71, 0xde, 0xbe, - 0x66, 0x9d, 0x7d, 0x57, 0x96, 0x5e, 0x5f, 0xed, 0x2c, 0xc2, 0x37, 0xe0, 0xa2, 0xcf, 0x0e, 0x65, - 0xad, 0xc7, 0x3c, 0xa3, 0xcc, 0xb3, 0xd1, 0xf0, 0x4e, 0x07, 0xe0, 0x26, 0x2c, 0x6e, 0xb3, 0xc4, - 0x3f, 0x39, 0xe9, 0x88, 0xa2, 0x9b, 0x2d, 0xc8, 0x95, 0x43, 0x46, 0x25, 0x1b, 0xd0, 0x9e, 0x55, - 0x95, 0x0d, 0x98, 0xd1, 0x30, 0xca, 0x38, 0xe5, 0x01, 0x92, 0x35, 0xe6, 0x27, 0x04, 0xb9, 0x17, - 0x41, 0x63, 0xd8, 0xaf, 0x67, 0x5f, 0x34, 0xf9, 0xbe, 0x78, 0x1d, 0xe6, 0xdb, 0x6a, 0x5b, 0x95, - 0x46, 0x8d, 0x66, 0x0c, 0xa5, 0x62, 0x2b, 0x0a, 0xec, 0x33, 0x2a, 0xf6, 0xab, 0x10, 0xcb, 0xa3, - 0x67, 0xb3, 0x04, 0xb9, 0x0a, 0xf3, 0xd8, 0x10, 0xd3, 0xa8, 0x7a, 0xd9, 0x90, 0x8f, 0xb5, 0x8f, - 0x3c, 0x2f, 0x65, 0x92, 0xec, 0xdf, 0x33, 0x30, 0x9b, 0x68, 0xf1, 0x77, 0x04, 0x0b, 0xbd, 0xd9, - 0xc0, 0x64, 0xdc, 0x41, 0x47, 0x04, 0xd6, 0xb8, 0x9d, 0x7e, 0x41, 0x1c, 0x3b, 0x73, 0xed, 0xe3, - 0xcf, 0x5f, 0x9f, 0x33, 0xab, 0xf8, 0x4e, 0xf4, 0xa9, 0x78, 0x1f, 0x53, 0x6d, 0x04, 0x21, 0x7f, - 0xcd, 0xea, 0x52, 0x90, 0x12, 0xa1, 0x0e, 0xf3, 0x25, 0x11, 0x4c, 0x88, 0xe8, 0x53, 0x40, 0x4a, - 0xc7, 0xa4, 0x13, 0xb8, 0x13, 0x04, 0xd0, 0x4d, 0x12, 0xbe, 0x35, 0xce, 0x7b, 0x28, 0x71, 0x46, - 0x9a, 0x4b, 0x1c, 0xa0, 0x8b, 0xaa, 0x3c, 0x8e, 0xad, 0x83, 0x46, 0x4a, 0xc7, 0xf8, 0x14, 0x41, - 0xb6, 0x2f, 0xbe, 0x78, 0x6c, 0x71, 0x46, 0x25, 0x3d, 0x1d, 0xe3, 0xa6, 0x62, 0x7c, 0x60, 0x4e, - 0x5e, 0xc1, 0xfb, 0x9d, 0x8c, 0xfe, 0x40, 0x90, 0xed, 0xcb, 0xfe, 0x78, 0xd8, 0x51, 0x6d, 0x92, - 0x0e, 0xf6, 0x89, 0x82, 0xad, 0xd8, 0x6b, 0x0a, 0x36, 0xf9, 0x35, 0x4c, 0x52, 0xd8, 0x2e, 0xf4, - 0x17, 0x04, 0xd9, 0xbe, 0xe6, 0x18, 0x0f, 0x3d, 0xaa, 0x8f, 0x8c, 0xa5, 0xa1, 0x3e, 0x7c, 0x1c, - 0xfd, 0x55, 0x92, 0x8b, 0x2f, 0xfd, 0xc7, 0xc5, 0x7f, 0x45, 0xb0, 0x38, 0xd4, 0x87, 0xf8, 0xee, - 0xbf, 0xd1, 0x86, 0xdb, 0x36, 0x25, 0xde, 0x24, 0x77, 0xbe, 0x79, 0x82, 0xe0, 0x6a, 0x9d, 0xb7, - 0xc6, 0xe0, 0x6c, 0x2e, 0x68, 0x8c, 0x9d, 0xc8, 0x74, 0x07, 0xbd, 0xaa, 0x68, 0xad, 0xc3, 0x3d, - 0xea, 0x3b, 0x16, 0x0f, 0x1d, 0xe2, 0x30, 0x5f, 0x21, 0x91, 0x78, 0x8a, 0x06, 0xae, 0x18, 0xf5, - 0xf3, 0x5f, 0xef, 0xbe, 0xfd, 0x41, 0xe8, 0x5b, 0x26, 0x53, 0xd9, 0x3a, 0xcd, 0x18, 0xdb, 0xf1, - 0x76, 0x65, 0x65, 0x5d, 0xe9, 0x5a, 0xbf, 0xb4, 0xf7, 0xa6, 0xd5, 0xae, 0xab, 0x7f, 0x03, 0x00, - 0x00, 0xff, 0xff, 0xb8, 0xb1, 0x2f, 0xbf, 0x51, 0x08, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2/context.proto", fileDescriptor_context_e2ac7ee538c49195) +} + +var fileDescriptor_context_e2ac7ee538c49195 = []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, + 0x40, 0x55, 0x89, 0x18, 0x32, 0x24, 0x34, 0xc6, 0x84, 0x58, 0xcb, 0x26, 0x21, 0x90, 0xa6, 0x0e, + 0x38, 0x70, 0xa9, 0xbc, 0xf6, 0x69, 0x14, 0x96, 0xc6, 0x21, 0x76, 0xc7, 0x18, 0x9a, 0x90, 0x78, + 0x09, 0xc0, 0x6d, 0x9c, 0x38, 0x4e, 0x9c, 0x78, 0x2b, 0xbc, 0x05, 0xee, 0x5c, 0x39, 0xa2, 0x38, + 0x4e, 0xff, 0xaf, 0xa4, 0xdc, 0x1a, 0xfb, 0x6b, 0x7f, 0x3f, 0x7e, 0xfc, 0x7d, 0x92, 0xe2, 0xa2, + 0xc3, 0xb9, 0xe3, 0x01, 0xad, 0x7b, 0xbc, 0xdd, 0xa0, 0x0d, 0x97, 0x79, 0xdc, 0x69, 0x7a, 0xfc, + 0x0d, 0x3d, 0xb0, 0x69, 0x9d, 0xfb, 0x12, 0x0e, 0xa5, 0x15, 0x84, 0x5c, 0x72, 0x62, 0xc4, 0x4a, + 0x4b, 0x29, 0xad, 0xae, 0xd2, 0x3a, 0xb0, 0x8d, 0x15, 0xbd, 0x0b, 0x0b, 0x5c, 0xca, 0x7c, 0x9f, + 0x4b, 0x26, 0x5d, 0xee, 0x8b, 0x78, 0xa5, 0x71, 0xa9, 0x67, 0x36, 0x04, 0xc1, 0xdb, 0x61, 0x1d, + 0xf4, 0xd4, 0xb2, 0x9e, 0x52, 0x4f, 0x7b, 0xed, 0x26, 0x85, 0x56, 0x20, 0xdf, 0xea, 0xc9, 0xc2, + 0xe0, 0x64, 0xd3, 0x05, 0xaf, 0x51, 0x6b, 0x31, 0xb1, 0xaf, 0x15, 0x2b, 0x83, 0x0a, 0x21, 0xc3, + 0x76, 0x5d, 0x13, 0x9b, 0xc7, 0x78, 0xa6, 0x1c, 0x1f, 0x81, 0x10, 0xfc, 0x9f, 0xcf, 0x5a, 0x90, + 0x47, 0x05, 0x54, 0x9c, 0xab, 0xaa, 0xdf, 0xe4, 0x1a, 0x3e, 0xe7, 0xb9, 0x4d, 0x10, 0x01, 0xf3, + 0x6b, 0x75, 0xde, 0xf6, 0x65, 0x3e, 0x53, 0x40, 0xc5, 0xff, 0xab, 0xd9, 0x64, 0xb4, 0x1c, 0x0d, + 0x92, 0xbb, 0x18, 0x07, 0x2c, 0x64, 0x2d, 0x90, 0x10, 0x8a, 0xfc, 0x54, 0x01, 0x15, 0xe7, 0xed, + 0x8b, 0x96, 0x2e, 0x46, 0x62, 0x6c, 0xed, 0x2a, 0xe3, 0x6a, 0x8f, 0xd4, 0x74, 0xf1, 0x85, 0x27, + 0xae, 0x90, 0x1a, 0x41, 0x54, 0xe1, 0x75, 0x1b, 0x84, 0x24, 0x4b, 0x78, 0x3a, 0x60, 0x21, 0xf8, + 0x52, 0xc3, 0xe8, 0x27, 0xb2, 0x8c, 0xe7, 0x02, 0xe6, 0x40, 0x4d, 0xb8, 0x47, 0xa0, 0x49, 0x66, + 0xa3, 0x81, 0x5d, 0xf7, 0x08, 0xc8, 0xe5, 0x08, 0xc2, 0x81, 0x9a, 0xe4, 0xfb, 0xe0, 0x2b, 0x88, + 0xb9, 0xaa, 0x92, 0x3f, 0x8b, 0x06, 0xcc, 0xf7, 0x38, 0xd7, 0x6f, 0x25, 0x02, 0xee, 0x0b, 0x20, + 0x0f, 0xf0, 0xac, 0xbe, 0x44, 0x91, 0x47, 0x85, 0xa9, 0xe2, 0xbc, 0x7d, 0xd5, 0x3a, 0xfb, 0x1a, + 0x2d, 0xbd, 0xbe, 0xda, 0x59, 0x44, 0xae, 0xe3, 0xf3, 0x3e, 0x1c, 0xca, 0x5a, 0x8f, 0x79, 0x46, + 0x99, 0x67, 0xa3, 0xe1, 0x9d, 0x0e, 0xc0, 0x0d, 0xbc, 0xb8, 0x0d, 0x89, 0x7f, 0x72, 0xd2, 0x11, + 0x45, 0x37, 0x5b, 0x38, 0x57, 0x0e, 0x81, 0x49, 0x18, 0xd0, 0x9e, 0x55, 0x95, 0x0d, 0x3c, 0xa3, + 0x61, 0x94, 0x71, 0xca, 0x03, 0x24, 0x6b, 0xcc, 0x8f, 0x08, 0xe7, 0x9e, 0x07, 0x8d, 0x61, 0xbf, + 0x9e, 0x7d, 0xd1, 0xe4, 0xfb, 0x92, 0x75, 0x3c, 0xdf, 0x56, 0xdb, 0xaa, 0x34, 0x6a, 0x34, 0x63, + 0x28, 0x15, 0x5b, 0x51, 0x60, 0x9f, 0x32, 0xb1, 0x5f, 0xc5, 0xb1, 0x3c, 0xfa, 0x6d, 0x96, 0x70, + 0xae, 0x02, 0x1e, 0x0c, 0x31, 0x8d, 0xaa, 0x97, 0x8d, 0xf3, 0xb1, 0xf6, 0xa1, 0xe7, 0xa5, 0x4c, + 0x92, 0xfd, 0x6b, 0x06, 0xcf, 0x26, 0x5a, 0xf2, 0x0d, 0xe1, 0x85, 0xde, 0x6c, 0x10, 0x3a, 0xee, + 0xa0, 0x23, 0x02, 0x6b, 0xdc, 0x4a, 0xbf, 0x20, 0x8e, 0x9d, 0xb9, 0xf6, 0xe1, 0xc7, 0xcf, 0x4f, + 0x99, 0x55, 0x72, 0x3b, 0x7a, 0x8b, 0xbc, 0x8b, 0xa9, 0x36, 0x82, 0x90, 0xbf, 0x82, 0xba, 0x14, + 0xb4, 0x44, 0x99, 0x03, 0xbe, 0xa4, 0x02, 0x84, 0x88, 0xde, 0x12, 0xb4, 0x74, 0x4c, 0x3b, 0x81, + 0x3b, 0x41, 0x18, 0x77, 0x93, 0x44, 0x6e, 0x8e, 0xf3, 0x1e, 0x4a, 0x9c, 0x91, 0xe6, 0x12, 0x07, + 0xe8, 0xa2, 0x2a, 0x8f, 0x63, 0xeb, 0xa0, 0xd1, 0xd2, 0x31, 0x39, 0x45, 0x38, 0xdb, 0x17, 0x5f, + 0x32, 0xb6, 0x38, 0xa3, 0x92, 0x9e, 0x8e, 0x71, 0x53, 0x31, 0xde, 0x37, 0x27, 0xaf, 0xe0, 0xbd, + 0x4e, 0x46, 0xbf, 0x23, 0x9c, 0xed, 0xcb, 0xfe, 0x78, 0xd8, 0x51, 0x6d, 0x92, 0x0e, 0xf6, 0xb1, + 0x82, 0xad, 0xd8, 0x6b, 0x0a, 0x36, 0xf9, 0x6a, 0x4c, 0x52, 0xd8, 0x2e, 0xf4, 0x67, 0x84, 0xb3, + 0x7d, 0xcd, 0x31, 0x1e, 0x7a, 0x54, 0x1f, 0x19, 0x4b, 0x43, 0x7d, 0xf8, 0x28, 0xfa, 0xaa, 0x24, + 0x17, 0x5f, 0xfa, 0x87, 0x8b, 0xff, 0x82, 0xf0, 0xe2, 0x50, 0x1f, 0x92, 0x3b, 0x7f, 0x47, 0x1b, + 0x6e, 0xdb, 0x94, 0x78, 0x93, 0xdc, 0xf9, 0xe6, 0x09, 0xc2, 0x57, 0xea, 0xbc, 0x35, 0x06, 0x67, + 0x73, 0x41, 0x63, 0xec, 0x44, 0xa6, 0x3b, 0xe8, 0x65, 0x45, 0x6b, 0x1d, 0xee, 0x31, 0xdf, 0xb1, + 0x78, 0xe8, 0x50, 0x07, 0x7c, 0x85, 0x44, 0xe3, 0x29, 0x16, 0xb8, 0x62, 0xd4, 0xff, 0x82, 0xf5, + 0xee, 0xd3, 0x6f, 0x84, 0xbe, 0x66, 0x32, 0x95, 0xad, 0xd3, 0x8c, 0xb1, 0x1d, 0x6f, 0x57, 0x56, + 0xd6, 0x95, 0xae, 0xf5, 0x0b, 0x7b, 0x6f, 0x5a, 0xed, 0xba, 0xfa, 0x27, 0x00, 0x00, 0xff, 0xff, + 0x82, 0x9d, 0xa3, 0xd9, 0x6c, 0x08, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2/entity_type.pb.go b/googleapis/cloud/dialogflow/v2/entity_type.pb.go index 7fa83af2922aac54a04bc828059cf1d89911565f..5b77b221f76b6d79d124b92251a74dc84a6378de 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_34fd090798033cfb, []int{0, 0} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0, 0} } // Represents different entity type expansion modes. Automated expansion @@ -87,26 +87,26 @@ func (x EntityType_AutoExpansionMode) String() string { return proto.EnumName(EntityType_AutoExpansionMode_name, int32(x)) } func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_entity_type_34fd090798033cfb, []int{0, 1} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0, 1} } // Represents an entity type. // Entity types serve as a tool for extracting parameter values from natural // language queries. type EntityType struct { - // Required for all methods except `create` (`create` populates the name - // automatically. - // The unique identifier of the entity type. Format: - // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. + // The unique identifier of the entity type. + // Required for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType] and + // [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes] methods. + // Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - // Required. The name of the entity. + // Required. The name of the entity type. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. Indicates the kind of entity type. Kind EntityType_Kind `protobuf:"varint,3,opt,name=kind,proto3,enum=google.cloud.dialogflow.v2.EntityType_Kind" json:"kind,omitempty"` // Optional. Indicates whether the entity type can be automatically // expanded. AutoExpansionMode EntityType_AutoExpansionMode `protobuf:"varint,4,opt,name=auto_expansion_mode,json=autoExpansionMode,proto3,enum=google.cloud.dialogflow.v2.EntityType_AutoExpansionMode" json:"auto_expansion_mode,omitempty"` - // Optional. The collection of entities associated with the entity type. + // Optional. The collection of entity entries associated with the entity type. Entities []*EntityType_Entity `protobuf:"bytes,6,rep,name=entities,proto3" json:"entities,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -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_34fd090798033cfb, []int{0} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0} } func (m *EntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType.Unmarshal(m, b) @@ -172,17 +172,28 @@ func (m *EntityType) GetEntities() []*EntityType_Entity { return nil } -// Optional. Represents an entity. +// An **entity entry** for an associated entity type. type EntityType_Entity struct { - // Required. + // Required. The primary value associated with this entity entry. + // For example, if the entity type is *vegetable*, the value could be + // *scallions*. + // // For `KIND_MAP` entity types: - // A canonical name to be used in place of synonyms. + // + // * A canonical value to be used in place of synonyms. + // // For `KIND_LIST` entity types: - // A string that can contain references to other entity types (with or - // without aliases). + // + // * A string that can contain references to other entity types (with or + // without aliases). Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - // Required. A collection of synonyms. For `KIND_LIST` entity types this - // must contain exactly one synonym equal to `value`. + // Required. A collection of value synonyms. For example, if the entity type + // is *vegetable*, and `value` is *scallions*, a synonym could be *green + // onions*. + // + // For `KIND_LIST` entity types: + // + // * This collection must contain exactly one synonym equal to `value`. Synonyms []string `protobuf:"bytes,2,rep,name=synonyms,proto3" json:"synonyms,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -193,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_34fd090798033cfb, []int{0, 0} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{0, 0} } func (m *EntityType_Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType_Entity.Unmarshal(m, b) @@ -227,17 +238,17 @@ func (m *EntityType_Entity) GetSynonyms() []string { return nil } -// The request message for -// [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes]. +// The request message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes]. type ListEntityTypesRequest struct { // Required. The agent to list all entity types from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language to list entity synonyms for. If not specified, // the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. @@ -253,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_34fd090798033cfb, []int{1} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{1} } func (m *ListEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesRequest.Unmarshal(m, b) @@ -301,8 +312,7 @@ func (m *ListEntityTypesRequest) GetPageToken() string { return "" } -// The response message for -// [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes]. +// The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2.EntityTypes.ListEntityTypes]. type ListEntityTypesResponse struct { // The list of agent entity types. There will be a maximum number of items // returned based on the page_size field in the request. @@ -319,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_34fd090798033cfb, []int{2} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{2} } func (m *ListEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesResponse.Unmarshal(m, b) @@ -353,17 +363,17 @@ func (m *ListEntityTypesResponse) GetNextPageToken() string { return "" } -// The request message for -// [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType]. +// The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType]. type GetEntityTypeRequest struct { // Required. The name of the entity type. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The language to retrieve entity synonyms for. If not specified, // the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -374,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_34fd090798033cfb, []int{3} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{3} } func (m *GetEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetEntityTypeRequest.Unmarshal(m, b) @@ -408,8 +418,7 @@ func (m *GetEntityTypeRequest) GetLanguageCode() string { return "" } -// The request message for -// [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType]. +// The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2.EntityTypes.CreateEntityType]. type CreateEntityTypeRequest struct { // Required. The agent to create a entity type for. // Format: `projects/<Project ID>/agent`. @@ -418,9 +427,10 @@ type CreateEntityTypeRequest struct { EntityType *EntityType `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The language of entity synonyms defined in `entity_type`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -431,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_34fd090798033cfb, []int{4} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{4} } func (m *CreateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateEntityTypeRequest.Unmarshal(m, b) @@ -472,17 +482,16 @@ func (m *CreateEntityTypeRequest) GetLanguageCode() string { return "" } -// The request message for -// [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType]. +// The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2.EntityTypes.UpdateEntityType]. type UpdateEntityTypeRequest struct { // Required. The entity type to update. - // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. EntityType *EntityType `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The language of entity synonyms defined in `entity_type`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -495,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_34fd090798033cfb, []int{5} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{5} } func (m *UpdateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateEntityTypeRequest.Unmarshal(m, b) @@ -536,8 +545,7 @@ func (m *UpdateEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType]. +// The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2.EntityTypes.DeleteEntityType]. type DeleteEntityTypeRequest struct { // Required. The name of the entity type to delete. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. @@ -551,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_34fd090798033cfb, []int{6} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{6} } func (m *DeleteEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteEntityTypeRequest.Unmarshal(m, b) @@ -578,8 +586,7 @@ func (m *DeleteEntityTypeRequest) GetName() string { return "" } -// The request message for -// [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes]. +// The request message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes]. type BatchUpdateEntityTypesRequest struct { // Required. The name of the agent to update or create entity types in. // Format: `projects/<Project ID>/agent`. @@ -587,8 +594,9 @@ type BatchUpdateEntityTypesRequest struct { // Required. The source of the entity type batch. // // For each entity type in the batch: - // * If `name` is specified, we update an existing entity type. - // * If `name` is not specified, we create a new entity type. + // + // * If `name` is specified, we update an existing entity type. + // * If `name` is not specified, we create a new entity type. // // Types that are valid to be assigned to EntityTypeBatch: // *BatchUpdateEntityTypesRequest_EntityTypeBatchUri @@ -596,9 +604,10 @@ type BatchUpdateEntityTypesRequest struct { EntityTypeBatch isBatchUpdateEntityTypesRequest_EntityTypeBatch `protobuf_oneof:"entity_type_batch"` // Optional. The language of entity synonyms defined in `entity_types`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -611,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_34fd090798033cfb, []int{7} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{7} } func (m *BatchUpdateEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesRequest.Unmarshal(m, b) @@ -761,8 +770,7 @@ func _BatchUpdateEntityTypesRequest_OneofSizer(msg proto.Message) (n int) { return n } -// The response message for -// [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes]. +// The response message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntityTypes]. type BatchUpdateEntityTypesResponse struct { // The collection of updated or created entity types. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes,proto3" json:"entity_types,omitempty"` @@ -775,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_34fd090798033cfb, []int{8} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{8} } func (m *BatchUpdateEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesResponse.Unmarshal(m, b) @@ -802,8 +810,7 @@ func (m *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType { return nil } -// The request message for -// [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes]. +// The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntityTypes]. type BatchDeleteEntityTypesRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. @@ -820,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_34fd090798033cfb, []int{9} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{9} } func (m *BatchDeleteEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntityTypesRequest.Unmarshal(m, b) @@ -854,19 +861,19 @@ func (m *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string { return nil } -// The request message for -// [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities]. +// The request message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities]. type BatchCreateEntitiesRequest struct { // Required. The name of the entity type to create entities in. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` - // Required. The collection of entities to create. + // Required. The entities to create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -877,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_34fd090798033cfb, []int{10} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{10} } func (m *BatchCreateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateEntitiesRequest.Unmarshal(m, b) @@ -918,19 +925,19 @@ func (m *BatchCreateEntitiesRequest) GetLanguageCode() string { return "" } -// The response message for -// [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchCreateEntities]. +// The request message for [EntityTypes.BatchUpdateEntities][google.cloud.dialogflow.v2.EntityTypes.BatchUpdateEntities]. type BatchUpdateEntitiesRequest struct { - // Required. The name of the entity type to update the entities in. Format: - // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. + // Required. The name of the entity type to update or create entities in. + // Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` - // Required. The collection of new entities to replace the existing entities. + // Required. The entities to update or create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -943,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_34fd090798033cfb, []int{11} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{11} } func (m *BatchUpdateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntitiesRequest.Unmarshal(m, b) @@ -991,8 +998,7 @@ func (m *BatchUpdateEntitiesRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities]. +// The request message for [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2.EntityTypes.BatchDeleteEntities]. type BatchDeleteEntitiesRequest struct { // Required. The name of the entity type to delete entries for. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. @@ -1003,9 +1009,10 @@ type BatchDeleteEntitiesRequest struct { EntityValues []string `protobuf:"bytes,2,rep,name=entity_values,json=entityValues,proto3" json:"entity_values,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1016,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_34fd090798033cfb, []int{12} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{12} } func (m *BatchDeleteEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntitiesRequest.Unmarshal(m, b) @@ -1070,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_34fd090798033cfb, []int{13} + return fileDescriptor_entity_type_aff2f0c6b0ac9f08, []int{13} } func (m *EntityTypeBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityTypeBatch.Unmarshal(m, b) @@ -1141,30 +1148,25 @@ type EntityTypesClient interface { DeleteEntityType(ctx context.Context, in *DeleteEntityTypeRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates/Creates multiple entity types in the specified agent. // - // Operation <response: - // [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]> BatchUpdateEntityTypes(ctx context.Context, in *BatchUpdateEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntityTypes(ctx context.Context, in *BatchDeleteEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) - // Creates multiple new entities in the specified entity type (extends the - // existing collection of entries). + // Creates multiple new entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(ctx context.Context, in *BatchCreateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) - // Updates entities in the specified entity type (replaces the existing - // collection of entries). + // Updates or creates multiple entities in the specified entity type. This + // method does not affect entities in the entity type that aren't explicitly + // specified in the request. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchUpdateEntities(ctx context.Context, in *BatchUpdateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntities(ctx context.Context, in *BatchDeleteEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) } @@ -1280,30 +1282,25 @@ type EntityTypesServer interface { DeleteEntityType(context.Context, *DeleteEntityTypeRequest) (*empty.Empty, error) // Updates/Creates multiple entity types in the specified agent. // - // Operation <response: - // [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2.BatchUpdateEntityTypesResponse]> BatchUpdateEntityTypes(context.Context, *BatchUpdateEntityTypesRequest) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntityTypes(context.Context, *BatchDeleteEntityTypesRequest) (*longrunning.Operation, error) - // Creates multiple new entities in the specified entity type (extends the - // existing collection of entries). + // Creates multiple new entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(context.Context, *BatchCreateEntitiesRequest) (*longrunning.Operation, error) - // Updates entities in the specified entity type (replaces the existing - // collection of entries). + // Updates or creates multiple entities in the specified entity type. This + // method does not affect entities in the entity type that aren't explicitly + // specified in the request. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchUpdateEntities(context.Context, *BatchUpdateEntitiesRequest) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntities(context.Context, *BatchDeleteEntitiesRequest) (*longrunning.Operation, error) } @@ -1541,87 +1538,87 @@ var _EntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/entity_type.proto", fileDescriptor_entity_type_34fd090798033cfb) -} - -var fileDescriptor_entity_type_34fd090798033cfb = []byte{ - // 1233 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x98, 0xcf, 0x6f, 0xe3, 0x44, - 0x14, 0xc7, 0x3b, 0x69, 0x5a, 0xb5, 0x2f, 0xed, 0x36, 0x9d, 0x76, 0xdb, 0xc8, 0xdd, 0xee, 0x16, - 0x57, 0x5a, 0x95, 0x2e, 0x1b, 0x43, 0xaa, 0x45, 0xbb, 0x5d, 0x01, 0xdb, 0x36, 0x69, 0x37, 0xf4, - 0x57, 0xe4, 0xb6, 0x2b, 0x40, 0x48, 0x96, 0x9b, 0x4c, 0xb3, 0xa6, 0xce, 0x8c, 0x89, 0xed, 0xb2, - 0x59, 0xb4, 0x1c, 0xe0, 0x08, 0x17, 0xe0, 0x8a, 0x40, 0x42, 0x9c, 0x90, 0x10, 0x17, 0x2e, 0x88, - 0x2b, 0x37, 0x8e, 0xfc, 0x05, 0x48, 0xfc, 0x11, 0x1c, 0x91, 0xc7, 0x76, 0xed, 0x38, 0x4e, 0xe2, - 0x8a, 0xb2, 0xda, 0x5b, 0x3c, 0xf3, 0xfc, 0xde, 0xe7, 0xfd, 0x98, 0xf9, 0xd6, 0x85, 0x57, 0xea, - 0x8c, 0xd5, 0x75, 0x22, 0x55, 0x75, 0x66, 0xd7, 0xa4, 0x9a, 0xa6, 0xea, 0xac, 0x7e, 0xa2, 0xb3, - 0x8f, 0xa4, 0xb3, 0x82, 0x44, 0xa8, 0xa5, 0x59, 0x2d, 0xc5, 0x6a, 0x19, 0x24, 0x6f, 0x34, 0x99, - 0xc5, 0xb0, 0xe0, 0x5a, 0xe7, 0xb9, 0x75, 0x3e, 0xb0, 0xce, 0x9f, 0x15, 0x84, 0x6b, 0x9e, 0x27, - 0xd5, 0xd0, 0x24, 0x95, 0x52, 0x66, 0xa9, 0x96, 0xc6, 0xa8, 0xe9, 0xbe, 0x29, 0x2c, 0x7a, 0xbb, - 0x3a, 0xa3, 0xf5, 0xa6, 0x4d, 0xa9, 0x46, 0xeb, 0x12, 0x33, 0x48, 0xb3, 0xcd, 0x68, 0xce, 0x33, - 0xe2, 0x4f, 0xc7, 0xf6, 0x89, 0x44, 0x1a, 0x86, 0xd5, 0xf2, 0x36, 0x17, 0xa2, 0x9b, 0x27, 0x1a, - 0xd1, 0x6b, 0x4a, 0x43, 0x35, 0x4f, 0x3d, 0x8b, 0x6b, 0x51, 0x0b, 0xd3, 0x6a, 0xda, 0x55, 0xcb, - 0xdd, 0x15, 0x3f, 0x4f, 0x03, 0x94, 0x78, 0x46, 0x87, 0x2d, 0x83, 0x60, 0x0c, 0x69, 0xaa, 0x36, - 0x48, 0x0e, 0x2d, 0xa0, 0xa5, 0x51, 0x99, 0xff, 0xc6, 0x2f, 0xc1, 0x58, 0x4d, 0x33, 0x0d, 0x5d, - 0x6d, 0x29, 0x7c, 0x2f, 0xc5, 0xf7, 0x32, 0xde, 0xda, 0x9e, 0x63, 0xf2, 0x16, 0xa4, 0x4f, 0x35, - 0x5a, 0xcb, 0x0d, 0x2e, 0xa0, 0xa5, 0x2b, 0x85, 0x5b, 0xf9, 0xee, 0x05, 0xc9, 0x07, 0xc1, 0xf2, - 0xdb, 0x1a, 0xad, 0xc9, 0xfc, 0x45, 0xfc, 0x18, 0xa6, 0x54, 0xdb, 0x62, 0x0a, 0x79, 0x62, 0xa8, - 0xd4, 0xd4, 0x18, 0x55, 0x1a, 0xac, 0x46, 0x72, 0x69, 0xee, 0xef, 0x6e, 0x42, 0x7f, 0x6b, 0xb6, - 0xc5, 0x4a, 0xbe, 0x83, 0x5d, 0x56, 0x23, 0xf2, 0xa4, 0x1a, 0x5d, 0xc2, 0x65, 0x18, 0xe1, 0x1d, - 0xd4, 0x88, 0x99, 0x1b, 0x5e, 0x18, 0x5c, 0xca, 0x14, 0x6e, 0x27, 0x74, 0xef, 0xfe, 0x94, 0xcf, - 0x5f, 0x17, 0x56, 0x61, 0xd8, 0x5d, 0xc3, 0xd3, 0x30, 0x74, 0xa6, 0xea, 0xb6, 0x5f, 0x37, 0xf7, - 0x01, 0x0b, 0x30, 0x62, 0xb6, 0x28, 0xa3, 0xad, 0x86, 0x99, 0x4b, 0x2d, 0x0c, 0x2e, 0x8d, 0xca, - 0xe7, 0xcf, 0xe2, 0x3d, 0x48, 0x3b, 0xe9, 0xe3, 0x69, 0xc8, 0x6e, 0x97, 0xf7, 0x8a, 0xca, 0xd1, - 0xde, 0x41, 0xa5, 0xb4, 0x51, 0xde, 0x2c, 0x97, 0x8a, 0xd9, 0x01, 0x3c, 0x06, 0x23, 0x7c, 0x75, - 0x77, 0xad, 0x92, 0x45, 0x78, 0x1c, 0x46, 0xf9, 0xd3, 0x4e, 0xf9, 0xe0, 0x30, 0x9b, 0x12, 0xdf, - 0x85, 0xc9, 0x8e, 0x4c, 0xf1, 0x22, 0xdc, 0x58, 0x3b, 0x3a, 0xdc, 0x57, 0x4a, 0xef, 0x54, 0xd6, - 0xf6, 0x0e, 0xca, 0xfb, 0x7b, 0xca, 0xee, 0x7e, 0xb1, 0x14, 0x71, 0x7b, 0x03, 0xe6, 0xe2, 0x8c, - 0x8a, 0xa5, 0xcd, 0xb5, 0xa3, 0x9d, 0xc3, 0x2c, 0x12, 0xbf, 0x44, 0x30, 0xb3, 0xa3, 0x99, 0x56, - 0x90, 0xb5, 0x29, 0x93, 0x0f, 0x6d, 0x62, 0x5a, 0x78, 0x06, 0x86, 0x0d, 0xb5, 0x49, 0xa8, 0xe5, - 0xe5, 0xe8, 0x3d, 0xe1, 0x45, 0x18, 0xd7, 0x55, 0x5a, 0xb7, 0xd5, 0x3a, 0x51, 0xaa, 0x4e, 0xcf, - 0xdc, 0xf1, 0x18, 0xf3, 0x17, 0x37, 0x1c, 0xba, 0x39, 0x18, 0x35, 0x1c, 0x03, 0x53, 0x7b, 0x4a, - 0xf8, 0x90, 0x0c, 0xc9, 0x23, 0xce, 0xc2, 0x81, 0xf6, 0x94, 0xe0, 0x79, 0x00, 0xbe, 0x69, 0xb1, - 0x53, 0x42, 0x79, 0xcb, 0x47, 0x65, 0x6e, 0x7e, 0xe8, 0x2c, 0x88, 0x5f, 0x20, 0x98, 0xed, 0x60, - 0x32, 0x0d, 0x46, 0x4d, 0xa7, 0x99, 0x63, 0xa1, 0xe3, 0x68, 0xe6, 0x10, 0x6f, 0xe8, 0xcd, 0x64, - 0x0d, 0x95, 0x33, 0x24, 0x70, 0x89, 0x6f, 0xc2, 0x04, 0x25, 0x4f, 0x2c, 0x25, 0x84, 0xe2, 0x66, - 0x32, 0xee, 0x2c, 0x57, 0xce, 0x71, 0xf6, 0x61, 0x7a, 0x8b, 0x84, 0x60, 0xfc, 0xfa, 0xc4, 0x9d, - 0x9c, 0x24, 0xb5, 0x11, 0xbf, 0x43, 0x30, 0xbb, 0xd1, 0x24, 0xaa, 0x45, 0x3a, 0x9d, 0x76, 0x2b, - 0xfa, 0x16, 0x64, 0x42, 0x79, 0x73, 0xb7, 0xc9, 0xd3, 0x86, 0x20, 0xed, 0x4e, 0xc2, 0xc1, 0x18, - 0xc2, 0xdf, 0x11, 0xcc, 0x1e, 0x19, 0xb5, 0x58, 0xc2, 0x08, 0x09, 0xba, 0x3c, 0x92, 0xb8, 0x39, - 0xba, 0x0f, 0x19, 0x9b, 0x83, 0xf0, 0x0b, 0x8e, 0xc3, 0x66, 0x0a, 0x82, 0x1f, 0xcd, 0xbf, 0xe1, - 0xf2, 0x9b, 0xce, 0x1d, 0xb8, 0xab, 0x9a, 0xa7, 0x32, 0xb8, 0xe6, 0xce, 0x6f, 0xf1, 0x36, 0xcc, - 0x16, 0x89, 0x4e, 0xe2, 0xb2, 0x88, 0x69, 0x9e, 0xf8, 0x47, 0x0a, 0xe6, 0xd7, 0x55, 0xab, 0xfa, - 0x38, 0x9a, 0x7a, 0xdf, 0x23, 0xb1, 0x02, 0x57, 0x43, 0x35, 0x51, 0x8e, 0x1d, 0x27, 0x8a, 0xdd, - 0xd4, 0xdc, 0x94, 0x1e, 0x0e, 0xc8, 0x38, 0xc8, 0xdb, 0x8d, 0xd0, 0xd4, 0xf0, 0x09, 0xe4, 0x3a, - 0x5f, 0xd2, 0xa8, 0xae, 0x51, 0xe2, 0xe5, 0x99, 0xf0, 0x5a, 0xe5, 0x1e, 0x1f, 0x0e, 0xc8, 0x57, - 0x23, 0x41, 0xca, 0xdc, 0x57, 0x67, 0x9d, 0xd3, 0xfd, 0xeb, 0x3c, 0x74, 0x91, 0x3a, 0xaf, 0x4f, - 0xc1, 0x64, 0x47, 0x26, 0xe2, 0x29, 0x5c, 0xef, 0x56, 0xcc, 0x4b, 0x3f, 0xcb, 0x62, 0xd5, 0xeb, - 0x5c, 0xb4, 0xdd, 0x7d, 0x3b, 0xb7, 0xdc, 0x8e, 0xee, 0xcc, 0x81, 0x7f, 0x75, 0x4f, 0x04, 0x01, - 0x1c, 0xc9, 0x33, 0xc5, 0x1f, 0x10, 0x08, 0x3c, 0x4a, 0xe8, 0xf0, 0x6a, 0xfd, 0x43, 0x84, 0xf5, - 0x27, 0xf5, 0x9f, 0xf4, 0x27, 0xd9, 0xe1, 0xfd, 0xcb, 0xc7, 0x0c, 0x55, 0xfe, 0xc5, 0xc3, 0x8c, - 0x4e, 0x5c, 0xfa, 0x42, 0x27, 0xfb, 0x13, 0x2f, 0xc5, 0x50, 0xbf, 0xb5, 0x44, 0xca, 0xe5, 0x35, - 0x9b, 0xcb, 0xb5, 0xdf, 0x68, 0x6f, 0x0a, 0x1f, 0xf1, 0xb5, 0x64, 0x35, 0x7e, 0x1f, 0x26, 0x22, - 0xe7, 0xef, 0x12, 0xa7, 0xb9, 0xf0, 0xd9, 0x15, 0xc8, 0x84, 0x66, 0x18, 0xff, 0x84, 0x60, 0x22, - 0x22, 0x88, 0xb8, 0xd0, 0xcb, 0x71, 0xbc, 0xa2, 0x0b, 0x2b, 0x17, 0x7a, 0xc7, 0x3d, 0xa5, 0xe2, - 0x6b, 0x9f, 0xfe, 0xf9, 0xf7, 0xd7, 0xa9, 0x5b, 0xf8, 0x65, 0xe7, 0x4f, 0xe1, 0x8f, 0xdd, 0x4a, - 0xbe, 0x61, 0x34, 0xd9, 0x07, 0xa4, 0x6a, 0x99, 0xd2, 0xb2, 0xa4, 0xd6, 0x09, 0xb5, 0x9e, 0x49, - 0x61, 0x65, 0xfd, 0x06, 0xc1, 0x78, 0x9b, 0x64, 0xe2, 0x57, 0x7b, 0x45, 0x8e, 0x53, 0x57, 0x21, - 0x61, 0xe1, 0x22, 0x78, 0xce, 0xf9, 0xed, 0x80, 0x0b, 0xb3, 0x49, 0xcb, 0xcf, 0xf0, 0xcf, 0x08, - 0xb2, 0x51, 0xfd, 0xc5, 0x3d, 0x6b, 0xd3, 0x45, 0xad, 0x13, 0x43, 0xbe, 0xc9, 0x21, 0xef, 0x8a, - 0xc9, 0x6b, 0xb8, 0x1a, 0x16, 0x59, 0xfc, 0x1b, 0x82, 0x6c, 0xf4, 0x1e, 0xed, 0x4d, 0xdc, 0x45, - 0xbd, 0x13, 0x13, 0xbf, 0xcd, 0x89, 0x8b, 0x85, 0x3b, 0x9c, 0x38, 0xfc, 0x05, 0x94, 0xa4, 0xc4, - 0xed, 0xf4, 0x5f, 0x21, 0xc8, 0x46, 0x2f, 0xe6, 0xde, 0xf4, 0x5d, 0x54, 0x5b, 0x98, 0xe9, 0xb8, - 0x1e, 0x4a, 0xce, 0x97, 0x91, 0x3f, 0x04, 0xcb, 0x17, 0x18, 0x82, 0x5f, 0x10, 0xcc, 0xc4, 0xeb, - 0x13, 0xbe, 0xd7, 0x0b, 0xad, 0xe7, 0x1f, 0x08, 0xc2, 0xbc, 0xff, 0x6a, 0xe8, 0xfb, 0x2e, 0xbf, - 0xef, 0x7f, 0xdf, 0x89, 0x0f, 0x38, 0xe7, 0xaa, 0x78, 0x27, 0xf9, 0x1c, 0x1c, 0x07, 0xf1, 0x56, - 0xd1, 0x72, 0x80, 0xdd, 0xa1, 0x74, 0x09, 0xb0, 0xbb, 0xa9, 0xe3, 0xff, 0x85, 0xed, 0xc6, 0x73, - 0xb0, 0x7f, 0x45, 0x30, 0x15, 0x23, 0x9d, 0xf8, 0xf5, 0xbe, 0xcc, 0xb1, 0x5a, 0xdb, 0x0f, 0x78, - 0x9b, 0x03, 0x97, 0xc4, 0x07, 0xbd, 0x80, 0x23, 0x13, 0x21, 0xf9, 0xf2, 0xe5, 0xb2, 0xbb, 0x71, - 0xdb, 0xd8, 0xdb, 0xf5, 0x34, 0x01, 0x7b, 0xac, 0x00, 0x3f, 0x07, 0xf6, 0x60, 0x5c, 0xce, 0xd9, - 0xdb, 0x85, 0x32, 0x01, 0x7b, 0xac, 0xb2, 0x3e, 0x07, 0xf6, 0xf3, 0x99, 0x59, 0xff, 0x16, 0xc1, - 0xf5, 0x2a, 0x6b, 0xf4, 0x20, 0x5d, 0x0f, 0x89, 0x70, 0xc5, 0xb9, 0x11, 0x2a, 0xe8, 0xbd, 0xa2, - 0x67, 0x5e, 0x67, 0x8e, 0x60, 0xe7, 0x59, 0xb3, 0x2e, 0xd5, 0x09, 0xe5, 0xf7, 0x85, 0xe4, 0x6e, - 0xa9, 0x86, 0x66, 0xc6, 0xfd, 0x9f, 0xe7, 0x7e, 0xf0, 0xf4, 0x0f, 0x42, 0xdf, 0xa7, 0x52, 0xc5, - 0xcd, 0x1f, 0x53, 0xc2, 0x96, 0xeb, 0x6e, 0x83, 0x47, 0x2f, 0x06, 0xd1, 0x1f, 0x15, 0x8e, 0x87, - 0xb9, 0xd7, 0x95, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x95, 0xab, 0x4c, 0xcf, 0x3c, 0x12, 0x00, - 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2/entity_type.proto", fileDescriptor_entity_type_aff2f0c6b0ac9f08) +} + +var fileDescriptor_entity_type_aff2f0c6b0ac9f08 = []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, + 0x48, 0x55, 0x48, 0xa9, 0x17, 0x1c, 0x15, 0xb5, 0xa9, 0x80, 0x26, 0xb1, 0x93, 0x9a, 0xbc, 0x59, + 0x9b, 0xa4, 0x02, 0x84, 0xb4, 0xda, 0xd8, 0x13, 0x77, 0x89, 0x3d, 0xb3, 0xec, 0x4b, 0xa8, 0x8b, + 0xca, 0x01, 0x8e, 0x70, 0x01, 0xae, 0x08, 0x24, 0xc4, 0x09, 0x09, 0x71, 0xe1, 0x82, 0xb8, 0x72, + 0xe3, 0xc8, 0x27, 0x40, 0xe2, 0x43, 0x70, 0x44, 0x3b, 0xbb, 0x9b, 0x5d, 0xaf, 0xd7, 0xf6, 0x46, + 0x84, 0x8a, 0x9b, 0xe7, 0xed, 0x79, 0x7e, 0xcf, 0xcb, 0xcc, 0x3f, 0x1b, 0x78, 0xb9, 0xce, 0x58, + 0xbd, 0x41, 0xa4, 0x6a, 0x83, 0xd9, 0x35, 0xa9, 0xa6, 0xa9, 0x0d, 0x56, 0x3f, 0x69, 0xb0, 0x0f, + 0xa5, 0xb3, 0x82, 0x44, 0xa8, 0xa5, 0x59, 0x2d, 0xc5, 0x6a, 0xe9, 0x24, 0xaf, 0x1b, 0xcc, 0x62, + 0x58, 0x70, 0x77, 0xe7, 0xf9, 0xee, 0x7c, 0xb0, 0x3b, 0x7f, 0x56, 0x10, 0xae, 0x79, 0x96, 0x54, + 0x5d, 0x93, 0x54, 0x4a, 0x99, 0xa5, 0x5a, 0x1a, 0xa3, 0xa6, 0x7b, 0x52, 0x78, 0x21, 0xb4, 0x6a, + 0x10, 0x93, 0xd9, 0x46, 0xd5, 0x33, 0x2a, 0x2c, 0x7a, 0x4b, 0x0d, 0x46, 0xeb, 0x86, 0x4d, 0xa9, + 0x46, 0xeb, 0x12, 0xd3, 0x89, 0xd1, 0x76, 0x7e, 0xce, 0xdb, 0xc4, 0x47, 0xc7, 0xf6, 0x89, 0x44, + 0x9a, 0xba, 0xd5, 0xf2, 0x16, 0x17, 0xa2, 0x8b, 0x27, 0x1a, 0x69, 0xd4, 0x94, 0xa6, 0x6a, 0x9e, + 0x7a, 0x3b, 0xae, 0x45, 0x77, 0x98, 0x96, 0x61, 0x57, 0x2d, 0x77, 0x55, 0xfc, 0x2c, 0x0d, 0x50, + 0xe2, 0xc1, 0x1e, 0xb6, 0x74, 0x82, 0x31, 0xa4, 0xa9, 0xda, 0x24, 0x39, 0xb4, 0x80, 0x96, 0x46, + 0x65, 0xfe, 0x1b, 0xbf, 0x08, 0x63, 0x35, 0xcd, 0xd4, 0x1b, 0x6a, 0x4b, 0xe1, 0x6b, 0x29, 0xbe, + 0x96, 0xf1, 0xe6, 0xf6, 0x9c, 0x2d, 0x6f, 0x42, 0xfa, 0x54, 0xa3, 0xb5, 0xdc, 0xe0, 0x02, 0x5a, + 0xba, 0x52, 0xb8, 0x95, 0xef, 0x9e, 0xab, 0x7c, 0xe0, 0x2c, 0xbf, 0xad, 0xd1, 0x9a, 0xcc, 0x0f, + 0xe2, 0xc7, 0x30, 0xa5, 0xda, 0x16, 0x53, 0xc8, 0x13, 0x5d, 0xa5, 0xa6, 0xc6, 0xa8, 0xd2, 0x64, + 0x35, 0x92, 0x4b, 0x73, 0x7b, 0x77, 0x13, 0xda, 0x5b, 0xb3, 0x2d, 0x56, 0xf2, 0x0d, 0xec, 0xb2, + 0x1a, 0x91, 0x27, 0xd5, 0xe8, 0x14, 0x2e, 0xc3, 0x08, 0x2f, 0xae, 0x46, 0xcc, 0xdc, 0xf0, 0xc2, + 0xe0, 0x52, 0xa6, 0x70, 0x3b, 0xa1, 0x79, 0xf7, 0xa7, 0x7c, 0x7e, 0x5c, 0x58, 0x85, 0x61, 0x77, + 0x0e, 0x4f, 0xc3, 0xd0, 0x99, 0xda, 0xb0, 0xfd, 0xbc, 0xb9, 0x03, 0x2c, 0xc0, 0x88, 0xd9, 0xa2, + 0x8c, 0xb6, 0x9a, 0x66, 0x2e, 0xb5, 0x30, 0xb8, 0x34, 0x2a, 0x9f, 0x8f, 0xc5, 0x7b, 0x90, 0x76, + 0xc2, 0xc7, 0xd3, 0x90, 0xdd, 0x2e, 0xef, 0x15, 0x95, 0xa3, 0xbd, 0x83, 0x4a, 0x69, 0xa3, 0xbc, + 0x59, 0x2e, 0x15, 0xb3, 0x03, 0x78, 0x0c, 0x46, 0xf8, 0xec, 0xee, 0x5a, 0x25, 0x8b, 0xf0, 0x38, + 0x8c, 0xf2, 0xd1, 0x4e, 0xf9, 0xe0, 0x30, 0x9b, 0x12, 0xdf, 0x81, 0xc9, 0x8e, 0x48, 0xf1, 0x22, + 0xdc, 0x58, 0x3b, 0x3a, 0xdc, 0x57, 0x4a, 0x6f, 0x57, 0xd6, 0xf6, 0x0e, 0xca, 0xfb, 0x7b, 0xca, + 0xee, 0x7e, 0xb1, 0x14, 0x31, 0x7b, 0x03, 0xe6, 0xe2, 0x36, 0x15, 0x4b, 0x9b, 0x6b, 0x47, 0x3b, + 0x87, 0x59, 0x24, 0x7e, 0x81, 0x60, 0x66, 0x47, 0x33, 0xad, 0x20, 0x6a, 0x53, 0x26, 0x1f, 0xd8, + 0xc4, 0xb4, 0xf0, 0x0c, 0x0c, 0xeb, 0xaa, 0x41, 0xa8, 0xe5, 0xc5, 0xe8, 0x8d, 0xf0, 0x22, 0x8c, + 0x37, 0x54, 0x5a, 0xb7, 0xd5, 0x3a, 0x51, 0xaa, 0x4e, 0xcd, 0xdc, 0xf6, 0x18, 0xf3, 0x27, 0x37, + 0x1c, 0xba, 0x39, 0x18, 0xd5, 0x9d, 0x0d, 0xa6, 0xf6, 0x94, 0xf0, 0x26, 0x19, 0x92, 0x47, 0x9c, + 0x89, 0x03, 0xed, 0x29, 0xc1, 0xf3, 0x00, 0x7c, 0xd1, 0x62, 0xa7, 0x84, 0xf2, 0x92, 0x8f, 0xca, + 0x7c, 0xfb, 0xa1, 0x33, 0x21, 0x7e, 0x8e, 0x60, 0xb6, 0x83, 0xc9, 0xd4, 0x19, 0x35, 0x9d, 0x62, + 0x8e, 0x85, 0x6e, 0xaa, 0x99, 0x43, 0xbc, 0xa0, 0x37, 0x93, 0x15, 0x54, 0xce, 0x90, 0xc0, 0x24, + 0xbe, 0x09, 0x13, 0x94, 0x3c, 0xb1, 0x94, 0x10, 0x8a, 0x1b, 0xc9, 0xb8, 0x33, 0x5d, 0x39, 0xc7, + 0xd9, 0x87, 0xe9, 0x2d, 0x12, 0x82, 0xf1, 0xf3, 0x13, 0x77, 0x73, 0x92, 0xe4, 0x46, 0xfc, 0x16, + 0xc1, 0xec, 0x86, 0x41, 0x54, 0x8b, 0x74, 0x1a, 0xed, 0x96, 0xf4, 0x2d, 0xc8, 0x84, 0xe2, 0xe6, + 0x66, 0x93, 0x87, 0x0d, 0x41, 0xd8, 0x9d, 0x84, 0x83, 0x31, 0x84, 0xbf, 0x21, 0x98, 0x3d, 0xd2, + 0x6b, 0xb1, 0x84, 0x11, 0x12, 0x74, 0x79, 0x24, 0x71, 0x7d, 0x74, 0x1f, 0x32, 0x36, 0x07, 0xe1, + 0x0f, 0x1c, 0x87, 0xcd, 0x14, 0x04, 0xdf, 0x9b, 0xff, 0xc2, 0xe5, 0x37, 0x9d, 0x37, 0x70, 0x57, + 0x35, 0x4f, 0x65, 0x70, 0xb7, 0x3b, 0xbf, 0xc5, 0xdb, 0x30, 0x5b, 0x24, 0x0d, 0x12, 0x17, 0x45, + 0x4c, 0xf1, 0xc4, 0xdf, 0x53, 0x30, 0xbf, 0xae, 0x5a, 0xd5, 0xc7, 0xd1, 0xd0, 0xfb, 0x5e, 0x89, + 0x15, 0xb8, 0x1a, 0xca, 0x89, 0x72, 0xec, 0x18, 0x51, 0x6c, 0x43, 0x73, 0x43, 0x7a, 0x38, 0x20, + 0xe3, 0x20, 0x6e, 0xd7, 0x83, 0xa1, 0xe1, 0x13, 0xc8, 0x75, 0x1e, 0xd2, 0x68, 0x43, 0xa3, 0xc4, + 0x8b, 0x33, 0xe1, 0xb3, 0xca, 0x2d, 0x3e, 0x1c, 0x90, 0xaf, 0x46, 0x9c, 0x94, 0xb9, 0xad, 0xce, + 0x3c, 0xa7, 0xfb, 0xe7, 0x79, 0xe8, 0x22, 0x79, 0x5e, 0x9f, 0x82, 0xc9, 0x8e, 0x48, 0xc4, 0x53, + 0xb8, 0xde, 0x2d, 0x99, 0x97, 0x7e, 0x97, 0xc5, 0xaa, 0x57, 0xb9, 0x68, 0xb9, 0xfb, 0x56, 0x6e, + 0xb9, 0x1d, 0xdd, 0xe9, 0x03, 0xff, 0xe9, 0x9e, 0x08, 0x1c, 0x38, 0x92, 0x67, 0x8a, 0xdf, 0x23, + 0x10, 0xb8, 0x97, 0xd0, 0xe5, 0xd5, 0xfa, 0xbb, 0x08, 0xeb, 0x4f, 0xea, 0x5f, 0xe9, 0x4f, 0xb2, + 0xcb, 0xfb, 0xa7, 0x8f, 0x19, 0xca, 0xfc, 0xff, 0x0f, 0x33, 0xda, 0x71, 0xe9, 0x0b, 0xdd, 0xec, + 0x8f, 0xbd, 0x10, 0x43, 0xf5, 0xd6, 0x12, 0x29, 0x97, 0x57, 0x6c, 0x2e, 0xd7, 0x7e, 0xa1, 0xbd, + 0x2e, 0x7c, 0xc4, 0xe7, 0x92, 0xe5, 0xf8, 0x3d, 0x98, 0x88, 0xdc, 0xbf, 0x4b, 0xec, 0xe6, 0xc2, + 0xa7, 0x57, 0x20, 0x13, 0xea, 0x61, 0xfc, 0x23, 0x82, 0x89, 0x88, 0x20, 0xe2, 0x42, 0x2f, 0xc3, + 0xf1, 0x8a, 0x2e, 0xac, 0x5c, 0xe8, 0x8c, 0x7b, 0x4b, 0xc5, 0x57, 0x3f, 0xf9, 0xe3, 0xaf, 0xaf, + 0x52, 0xb7, 0xf0, 0x4b, 0xce, 0x5f, 0xc9, 0x1f, 0xb9, 0x99, 0x7c, 0x5d, 0x37, 0xd8, 0xfb, 0xa4, + 0x6a, 0x99, 0xd2, 0xb2, 0xa4, 0xd6, 0x09, 0xb5, 0x9e, 0x49, 0x61, 0x65, 0xfd, 0x1a, 0xc1, 0x78, + 0x9b, 0x64, 0xe2, 0x57, 0x7a, 0x79, 0x8e, 0x53, 0x57, 0x21, 0x61, 0xe2, 0x22, 0x78, 0xce, 0xfd, + 0xed, 0x80, 0x0b, 0xb3, 0x49, 0xcb, 0xcf, 0xf0, 0x4f, 0x08, 0xb2, 0x51, 0xfd, 0xc5, 0x3d, 0x73, + 0xd3, 0x45, 0xad, 0x13, 0x43, 0xbe, 0xc1, 0x21, 0xef, 0x8a, 0xc9, 0x73, 0xb8, 0x1a, 0x16, 0x59, + 0xfc, 0x2b, 0x82, 0x6c, 0xf4, 0x1d, 0xed, 0x4d, 0xdc, 0x45, 0xbd, 0x13, 0x13, 0xbf, 0xc5, 0x89, + 0x8b, 0x85, 0x3b, 0x9c, 0x38, 0xfc, 0x71, 0x94, 0x24, 0xc5, 0xed, 0xf4, 0x5f, 0x22, 0xc8, 0x46, + 0x1f, 0xe6, 0xde, 0xf4, 0x5d, 0x54, 0x5b, 0x98, 0xe9, 0x78, 0x1e, 0x4a, 0xce, 0x97, 0x91, 0xdf, + 0x04, 0xcb, 0x17, 0x68, 0x82, 0x9f, 0x11, 0xcc, 0xc4, 0xeb, 0x13, 0xbe, 0xd7, 0x0b, 0xad, 0xe7, + 0x1f, 0x08, 0xc2, 0xbc, 0x7f, 0x34, 0xf4, 0x7d, 0x97, 0xdf, 0xf7, 0xbf, 0xef, 0xc4, 0x07, 0x9c, + 0x73, 0x55, 0xbc, 0x93, 0xbc, 0x0f, 0x8e, 0x03, 0x7f, 0xab, 0x68, 0x39, 0xc0, 0xee, 0x50, 0xba, + 0x04, 0xd8, 0xdd, 0xd4, 0xf1, 0xbf, 0xc2, 0x76, 0xfd, 0x39, 0xd8, 0xbf, 0x20, 0x98, 0x8a, 0x91, + 0x4e, 0xfc, 0x5a, 0x5f, 0xe6, 0x58, 0xad, 0xed, 0x07, 0xbc, 0xcd, 0x81, 0x4b, 0xe2, 0x83, 0x5e, + 0xc0, 0x91, 0x8e, 0x90, 0x7c, 0xf9, 0x72, 0xd9, 0x5d, 0xbf, 0x6d, 0xec, 0xed, 0x7a, 0x9a, 0x80, + 0x3d, 0x56, 0x80, 0x9f, 0x03, 0x7b, 0xd0, 0x2e, 0xe7, 0xec, 0xed, 0x42, 0x99, 0x80, 0x3d, 0x56, + 0x59, 0x9f, 0x03, 0xfb, 0x79, 0xcf, 0xac, 0x7f, 0x83, 0xe0, 0x7a, 0x95, 0x35, 0x7b, 0x90, 0xae, + 0x87, 0x44, 0xb8, 0xe2, 0xbc, 0x08, 0x15, 0xf4, 0x6e, 0xd1, 0xdb, 0x5e, 0x67, 0x8e, 0x60, 0xe7, + 0x99, 0x51, 0x97, 0xea, 0x84, 0xf2, 0xf7, 0x42, 0x72, 0x97, 0x54, 0x5d, 0x33, 0xe3, 0xfe, 0x05, + 0x74, 0x3f, 0x18, 0xfd, 0x8d, 0xd0, 0x77, 0xa9, 0x54, 0x71, 0xf3, 0x87, 0x94, 0xb0, 0xe5, 0x9a, + 0xdb, 0xe0, 0xde, 0x8b, 0x81, 0xf7, 0x47, 0x85, 0xe3, 0x61, 0x6e, 0x75, 0xe5, 0x9f, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x3a, 0xb1, 0xdd, 0xd9, 0x57, 0x12, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2/intent.pb.go b/googleapis/cloud/dialogflow/v2/intent.pb.go index 856327397ea9e46db829738f7af3850762cd26fd..d3e9914436dfe92a9660f7ffc767665a50f7c017 100644 --- a/googleapis/cloud/dialogflow/v2/intent.pb.go +++ b/googleapis/cloud/dialogflow/v2/intent.pb.go @@ -6,6 +6,7 @@ package dialogflow // import "google.golang.org/genproto/googleapis/cloud/dialog import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" +import _ "github.com/golang/protobuf/ptypes/duration" import empty "github.com/golang/protobuf/ptypes/empty" import _struct "github.com/golang/protobuf/ptypes/struct" import _ "google.golang.org/genproto/googleapis/api/annotations" @@ -53,7 +54,7 @@ func (x IntentView) String() string { return proto.EnumName(IntentView_name, int32(x)) } func (IntentView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_7ff0f46688cc713d, []int{0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0} } // Represents the different states that webhooks can be in. @@ -84,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_7ff0f46688cc713d, []int{0, 0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0} } // Represents different types of training phrases. @@ -98,7 +99,11 @@ const ( Intent_TrainingPhrase_EXAMPLE Intent_TrainingPhrase_Type = 1 // Templates are not annotated with entity types, but they can contain // @-prefixed entity type names as substrings. - Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 + // Template mode has been deprecated. Example mode is the only supported + // way to create new training phrases. If you have existing training + // phrases that you've created in template mode, those will continue to + // work. + Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 // Deprecated: Do not use. ) var Intent_TrainingPhrase_Type_name = map[int32]string{ @@ -116,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_7ff0f46688cc713d, []int{0, 0, 0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0, 0} } // Represents different platforms that a rich message can be intended for. @@ -230,24 +235,27 @@ 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_7ff0f46688cc713d, []int{0, 2, 0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 0} } // Represents an intent. // Intents convert a number of user expressions or patterns into an action. An // action is an extraction of a user command or sentence semantics. type Intent struct { - // Required for all methods except `create` (`create` populates the name - // automatically. // The unique identifier of this intent. + // Required for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent] and [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents] + // methods. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The name of this intent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - // Required. Indicates whether webhooks are enabled for the intent. + // Optional. Indicates whether webhooks are enabled for the intent. WebhookState Intent_WebhookState `protobuf:"varint,6,opt,name=webhook_state,json=webhookState,proto3,enum=google.cloud.dialogflow.v2.Intent_WebhookState" json:"webhook_state,omitempty"` // Optional. The priority of this intent. Higher numbers represent higher - // priorities. Zero or negative numbers mean that the intent is disabled. + // priorities. If this is zero or unspecified, we use the default + // priority 500000. + // + // Negative numbers mean that the intent is disabled. Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` // Optional. Indicates whether this is a fallback intent. IsFallback bool `protobuf:"varint,4,opt,name=is_fallback,json=isFallback,proto3" json:"is_fallback,omitempty"` @@ -264,10 +272,11 @@ type Intent struct { // If the collection of input contexts is not empty, all of the contexts must // be present in the active user session for an event to trigger this intent. Events []string `protobuf:"bytes,8,rep,name=events,proto3" json:"events,omitempty"` - // Optional. The collection of examples/templates that the agent is + // Optional. The collection of examples that the agent is // trained on. TrainingPhrases []*Intent_TrainingPhrase `protobuf:"bytes,9,rep,name=training_phrases,json=trainingPhrases,proto3" json:"training_phrases,omitempty"` // Optional. The name of the action associated with the intent. + // Note: The action name must not contain whitespaces. Action string `protobuf:"bytes,10,opt,name=action,proto3" json:"action,omitempty"` // Optional. The collection of contexts that are activated when the intent // is matched. Context messages in this collection should not set the @@ -286,17 +295,22 @@ type Intent struct { // Optional. The list of platforms for which the first response will be // taken from among the messages assigned to the DEFAULT_PLATFORM. DefaultResponsePlatforms []Intent_Message_Platform `protobuf:"varint,15,rep,packed,name=default_response_platforms,json=defaultResponsePlatforms,proto3,enum=google.cloud.dialogflow.v2.Intent_Message_Platform" json:"default_response_platforms,omitempty"` - // The unique identifier of the root intent in the chain of followup intents. - // It identifies the correct followup intents chain for this intent. + // Read-only. The unique identifier of the root intent in the chain of + // followup intents. It identifies the correct followup intents chain for + // this intent. We populate this field only in the output. + // // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. RootFollowupIntentName string `protobuf:"bytes,16,opt,name=root_followup_intent_name,json=rootFollowupIntentName,proto3" json:"root_followup_intent_name,omitempty"` - // The unique identifier of the parent intent in the chain of followup - // intents. + // Read-only after creation. The unique identifier of the parent intent in the + // chain of followup intents. You can set this field when creating an intent, + // for example with [CreateIntent][] or [BatchUpdateIntents][], in order to + // make this intent a followup intent. + // // It identifies the parent followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `protobuf:"bytes,17,opt,name=parent_followup_intent_name,json=parentFollowupIntentName,proto3" json:"parent_followup_intent_name,omitempty"` - // Optional. Collection of information about all followup intents that have - // name of this intent as a root_name. + // Read-only. Information about all followup intents that have this intent as + // a direct or indirect parent. We populate this field only in the output. FollowupIntentInfo []*Intent_FollowupIntentInfo `protobuf:"bytes,18,rep,name=followup_intent_info,json=followupIntentInfo,proto3" json:"followup_intent_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -307,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_7ff0f46688cc713d, []int{0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0} } func (m *Intent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent.Unmarshal(m, b) @@ -453,17 +467,33 @@ func (m *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo { return nil } -// Represents an example or template that the agent is trained on. +// Represents an example that the agent is trained on. type Intent_TrainingPhrase struct { - // Required. The unique identifier of this training phrase. + // Output only. The unique identifier of this training phrase. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The type of the training phrase. Type Intent_TrainingPhrase_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dialogflow.v2.Intent_TrainingPhrase_Type" json:"type,omitempty"` - // Required. The collection of training phrase parts (can be annotated). - // Fields: `entity_type`, `alias` and `user_defined` should be populated - // only for the annotated parts of the training phrase. + // Required. The ordered list of training phrase parts. + // The parts are concatenated in order to form the training phrase. + // + // Note: The API does not automatically annotate training phrases like the + // Dialogflow Console does. + // + // Note: Do not forget to include whitespace at part boundaries, + // so the training phrase is well formatted when the parts are concatenated. + // + // If the training phrase does not need to be annotated with parameters, + // you just need a single part with only the [Part.text][google.cloud.dialogflow.v2.Intent.TrainingPhrase.Part.text] field set. + // + // If you want to annotate the training phrase, you must create multiple + // parts, where the fields of each part are populated in one of two ways: + // + // - `Part.text` is set to a part of the phrase that has no parameters. + // - `Part.text` is set to a part of the phrase that you want to annotate, + // and the `entity_type`, `alias`, and `user_defined` fields are all + // set. Parts []*Intent_TrainingPhrase_Part `protobuf:"bytes,3,rep,name=parts,proto3" json:"parts,omitempty"` - // Optional. Indicates how many times this example or template was added to + // Optional. Indicates how many times this example was added to // the intent. Each time a developer adds an existing sample by editing an // intent or training, this counter is increased. TimesAddedCount int32 `protobuf:"varint,4,opt,name=times_added_count,json=timesAddedCount,proto3" json:"times_added_count,omitempty"` @@ -476,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_7ff0f46688cc713d, []int{0, 0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0} } func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase.Unmarshal(m, b) @@ -526,19 +556,19 @@ func (m *Intent_TrainingPhrase) GetTimesAddedCount() int32 { // Represents a part of a training phrase. type Intent_TrainingPhrase_Part struct { - // Required. The text corresponding to the example or template, - // if there are no annotations. For - // annotated examples, it is the text for one of the example's parts. + // Required. The text for this part. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` - // Optional. The entity type name prefixed with `@`. This field is - // required for the annotated part of the text and applies only to - // examples. + // Optional. The entity type name prefixed with `@`. + // This field is required for annotated parts of the training phrase. EntityType string `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The parameter name for the value extracted from the // annotated part of the example. + // This field is required for annotated parts of the training phrase. Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` - // Optional. Indicates whether the text was manually annotated by the - // developer. + // Optional. Indicates whether the text was manually annotated. + // This field is set to true when the Dialogflow Console is used to + // manually annotate the part. When creating an annotated part with the + // API, you must set this to true. UserDefined bool `protobuf:"varint,4,opt,name=user_defined,json=userDefined,proto3" json:"user_defined,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -549,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_7ff0f46688cc713d, []int{0, 0, 0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 0, 0} } func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase_Part.Unmarshal(m, b) @@ -637,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_7ff0f46688cc713d, []int{0, 1} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 1} } func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Parameter.Unmarshal(m, b) @@ -741,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_7ff0f46688cc713d, []int{0, 2} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2} } func (m *Intent_Message) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message.Unmarshal(m, b) @@ -1180,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_7ff0f46688cc713d, []int{0, 2, 0} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 0} } func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Text.Unmarshal(m, b) @@ -1223,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_7ff0f46688cc713d, []int{0, 2, 1} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 1} } func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Image.Unmarshal(m, b) @@ -1272,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_7ff0f46688cc713d, []int{0, 2, 2} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 2} } func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_QuickReplies.Unmarshal(m, b) @@ -1325,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_7ff0f46688cc713d, []int{0, 2, 3} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 3} } func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Card.Unmarshal(m, b) @@ -1389,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_7ff0f46688cc713d, []int{0, 2, 3, 0} + return fileDescriptor_intent_eef621b162bd14cf, []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) @@ -1443,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_7ff0f46688cc713d, []int{0, 2, 4} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 4} } func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponse.Unmarshal(m, b) @@ -1500,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_7ff0f46688cc713d, []int{0, 2, 5} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 5} } func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponses.Unmarshal(m, b) @@ -1548,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_7ff0f46688cc713d, []int{0, 2, 6} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 6} } func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard.Unmarshal(m, b) @@ -1618,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_7ff0f46688cc713d, []int{0, 2, 6, 0} + return fileDescriptor_intent_eef621b162bd14cf, []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) @@ -1669,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_7ff0f46688cc713d, []int{0, 2, 6, 0, 0} + return fileDescriptor_intent_eef621b162bd14cf, []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) @@ -1710,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_7ff0f46688cc713d, []int{0, 2, 7} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 7} } func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestion.Unmarshal(m, b) @@ -1750,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_7ff0f46688cc713d, []int{0, 2, 8} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 8} } func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestions.Unmarshal(m, b) @@ -1794,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_7ff0f46688cc713d, []int{0, 2, 9} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 9} } func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Unmarshal(m, b) @@ -1843,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_7ff0f46688cc713d, []int{0, 2, 10} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 10} } func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_ListSelect.Unmarshal(m, b) @@ -1896,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_7ff0f46688cc713d, []int{0, 2, 10, 0} + return fileDescriptor_intent_eef621b162bd14cf, []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) @@ -1957,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_7ff0f46688cc713d, []int{0, 2, 11} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 11} } func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_CarouselSelect.Unmarshal(m, b) @@ -2003,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_7ff0f46688cc713d, []int{0, 2, 11, 0} + return fileDescriptor_intent_eef621b162bd14cf, []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) @@ -2069,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_7ff0f46688cc713d, []int{0, 2, 12} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 2, 12} } func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SelectItemInfo.Unmarshal(m, b) @@ -2108,7 +2138,7 @@ type Intent_FollowupIntentInfo struct { // The unique identifier of the followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. FollowupIntentName string `protobuf:"bytes,1,opt,name=followup_intent_name,json=followupIntentName,proto3" json:"followup_intent_name,omitempty"` - // The unique identifier of the followup intent parent. + // The unique identifier of the followup intent's parent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `protobuf:"bytes,2,opt,name=parent_followup_intent_name,json=parentFollowupIntentName,proto3" json:"parent_followup_intent_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -2120,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_7ff0f46688cc713d, []int{0, 3} + return fileDescriptor_intent_eef621b162bd14cf, []int{0, 3} } func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_FollowupIntentInfo.Unmarshal(m, b) @@ -2154,17 +2184,17 @@ func (m *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string { return "" } -// The request message for -// [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents]. +// The request message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents]. type ListIntentsRequest struct { // Required. The agent to list all intents from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language to list training phrases, parameters and rich // messages for. If not specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `protobuf:"varint,3,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"` @@ -2182,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_7ff0f46688cc713d, []int{1} + return fileDescriptor_intent_eef621b162bd14cf, []int{1} } func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsRequest.Unmarshal(m, b) @@ -2237,8 +2267,7 @@ func (m *ListIntentsRequest) GetPageToken() string { return "" } -// The response message for -// [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents]. +// The response message for [Intents.ListIntents][google.cloud.dialogflow.v2.Intents.ListIntents]. type ListIntentsResponse struct { // The list of agent intents. There will be a maximum number of items // returned based on the page_size field in the request. @@ -2255,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_7ff0f46688cc713d, []int{2} + return fileDescriptor_intent_eef621b162bd14cf, []int{2} } func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsResponse.Unmarshal(m, b) @@ -2289,17 +2318,17 @@ func (m *ListIntentsResponse) GetNextPageToken() string { return "" } -// The request message for -// [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent]. +// The request message for [Intents.GetIntent][google.cloud.dialogflow.v2.Intents.GetIntent]. type GetIntentRequest struct { // Required. The name of the intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The language to retrieve training phrases, parameters and rich // messages for. If not specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `protobuf:"varint,3,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"` @@ -2312,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_7ff0f46688cc713d, []int{3} + return fileDescriptor_intent_eef621b162bd14cf, []int{3} } func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIntentRequest.Unmarshal(m, b) @@ -2353,8 +2382,7 @@ func (m *GetIntentRequest) GetIntentView() IntentView { return IntentView_INTENT_VIEW_UNSPECIFIED } -// The request message for -// [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent]. +// The request message for [Intents.CreateIntent][google.cloud.dialogflow.v2.Intents.CreateIntent]. type CreateIntentRequest struct { // Required. The agent to create a intent for. // Format: `projects/<Project ID>/agent`. @@ -2363,9 +2391,10 @@ type CreateIntentRequest struct { Intent *Intent `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"` // Optional. The language of training phrases, parameters and rich messages // defined in `intent`. If not specified, the agent's default language is - // used. [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // used. [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `protobuf:"varint,4,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2.IntentView" json:"intent_view,omitempty"` @@ -2378,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_7ff0f46688cc713d, []int{4} + return fileDescriptor_intent_eef621b162bd14cf, []int{4} } func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIntentRequest.Unmarshal(m, b) @@ -2426,17 +2455,16 @@ func (m *CreateIntentRequest) GetIntentView() IntentView { return IntentView_INTENT_VIEW_UNSPECIFIED } -// The request message for -// [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent]. +// The request message for [Intents.UpdateIntent][google.cloud.dialogflow.v2.Intents.UpdateIntent]. type UpdateIntentRequest struct { // Required. The intent to update. - // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Intent *Intent `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"` // Optional. The language of training phrases, parameters and rich messages // defined in `intent`. If not specified, the agent's default language is - // used. [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // used. [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -2451,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_7ff0f46688cc713d, []int{5} + return fileDescriptor_intent_eef621b162bd14cf, []int{5} } func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateIntentRequest.Unmarshal(m, b) @@ -2499,10 +2527,10 @@ func (m *UpdateIntentRequest) GetIntentView() IntentView { return IntentView_INTENT_VIEW_UNSPECIFIED } -// The request message for -// [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent]. +// The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2.Intents.DeleteIntent]. type DeleteIntentRequest struct { - // Required. The name of the intent to delete. + // Required. The name of the intent to delete. If this intent has direct or + // indirect followup intents, we also delete them. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -2514,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_7ff0f46688cc713d, []int{6} + return fileDescriptor_intent_eef621b162bd14cf, []int{6} } func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIntentRequest.Unmarshal(m, b) @@ -2541,8 +2569,7 @@ func (m *DeleteIntentRequest) GetName() string { return "" } -// The request message for -// [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents]. +// The request message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents]. type BatchUpdateIntentsRequest struct { // Required. The name of the agent to update or create intents in. // Format: `projects/<Project ID>/agent`. @@ -2555,9 +2582,10 @@ type BatchUpdateIntentsRequest struct { IntentBatch isBatchUpdateIntentsRequest_IntentBatch `protobuf_oneof:"intent_batch"` // Optional. The language of training phrases, parameters and rich messages // defined in `intents`. If not specified, the agent's default language is - // used. [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // used. [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -2572,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_7ff0f46688cc713d, []int{7} + return fileDescriptor_intent_eef621b162bd14cf, []int{7} } func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsRequest.Unmarshal(m, b) @@ -2727,8 +2755,7 @@ func _BatchUpdateIntentsRequest_OneofSizer(msg proto.Message) (n int) { return n } -// The response message for -// [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents]. +// The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2.Intents.BatchUpdateIntents]. type BatchUpdateIntentsResponse struct { // The collection of updated or created intents. Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"` @@ -2741,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_7ff0f46688cc713d, []int{8} + return fileDescriptor_intent_eef621b162bd14cf, []int{8} } func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsResponse.Unmarshal(m, b) @@ -2768,8 +2795,7 @@ func (m *BatchUpdateIntentsResponse) GetIntents() []*Intent { return nil } -// The request message for -// [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents]. +// The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2.Intents.BatchDeleteIntents]. type BatchDeleteIntentsRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. @@ -2786,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_7ff0f46688cc713d, []int{9} + return fileDescriptor_intent_eef621b162bd14cf, []int{9} } func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteIntentsRequest.Unmarshal(m, b) @@ -2833,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_7ff0f46688cc713d, []int{10} + return fileDescriptor_intent_eef621b162bd14cf, []int{10} } func (m *IntentBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IntentBatch.Unmarshal(m, b) @@ -2921,12 +2947,11 @@ type IntentsClient interface { CreateIntent(ctx context.Context, in *CreateIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Updates the specified intent. UpdateIntent(ctx context.Context, in *UpdateIntentRequest, opts ...grpc.CallOption) (*Intent, error) - // Deletes the specified intent. + // Deletes the specified intent and its direct or indirect followup intents. DeleteIntent(ctx context.Context, in *DeleteIntentRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates/Creates multiple intents in the specified agent. // - // Operation <response: - // [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> + // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> BatchUpdateIntents(ctx context.Context, in *BatchUpdateIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes intents in the specified agent. // @@ -3015,12 +3040,11 @@ type IntentsServer interface { CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error) // Updates the specified intent. UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error) - // Deletes the specified intent. + // Deletes the specified intent and its direct or indirect followup intents. DeleteIntent(context.Context, *DeleteIntentRequest) (*empty.Empty, error) // Updates/Creates multiple intents in the specified agent. // - // Operation <response: - // [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> + // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2.BatchUpdateIntentsResponse]> BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error) // Deletes intents in the specified agent. // @@ -3196,170 +3220,171 @@ var _Intents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/intent.proto", fileDescriptor_intent_7ff0f46688cc713d) -} - -var fileDescriptor_intent_7ff0f46688cc713d = []byte{ - // 2562 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x4b, 0x73, 0x23, 0x57, - 0xf5, 0x77, 0xeb, 0x61, 0x4b, 0x47, 0xb2, 0x2c, 0x5f, 0x4f, 0x26, 0x9a, 0x4e, 0xf2, 0xff, 0x3b, - 0x0a, 0x49, 0x1c, 0x57, 0x22, 0x25, 0x0a, 0x49, 0xc8, 0xe4, 0x41, 0xf9, 0x21, 0xdb, 0xc2, 0xb2, - 0x25, 0xda, 0xf2, 0x4c, 0x92, 0xa2, 0xe8, 0x6a, 0x4b, 0x57, 0x9a, 0x8b, 0x5b, 0xdd, 0x3d, 0x7d, - 0xaf, 0xec, 0x28, 0xa9, 0x6c, 0xa8, 0x02, 0x16, 0xb0, 0x83, 0x0d, 0xa9, 0xa2, 0x28, 0x58, 0x51, - 0xac, 0x59, 0xb1, 0xe0, 0x13, 0xb0, 0xa3, 0x80, 0x6c, 0xa9, 0xe2, 0x2b, 0x50, 0xc5, 0x82, 0x05, - 0x75, 0x1f, 0x2d, 0xb5, 0x1e, 0x63, 0x4b, 0x9e, 0x81, 0x0d, 0x3b, 0xdd, 0x73, 0xcf, 0xfb, 0x9c, - 0xfb, 0x3b, 0xf7, 0xb6, 0x0d, 0x2f, 0x77, 0x5c, 0xb7, 0x63, 0xe3, 0x62, 0xd3, 0x76, 0x7b, 0xad, - 0x62, 0x8b, 0x58, 0xb6, 0xdb, 0x69, 0xdb, 0xee, 0x65, 0xf1, 0xa2, 0x54, 0x24, 0x0e, 0xc3, 0x0e, - 0x2b, 0x78, 0xbe, 0xcb, 0x5c, 0xa4, 0x4b, 0xc6, 0x82, 0x60, 0x2c, 0x0c, 0x19, 0x0b, 0x17, 0x25, - 0xfd, 0x59, 0xa5, 0xc4, 0xf2, 0x48, 0xd1, 0x72, 0x1c, 0x97, 0x59, 0x8c, 0xb8, 0x0e, 0x95, 0x92, - 0xfa, 0xc6, 0x15, 0x26, 0x9a, 0xae, 0xc3, 0xf0, 0xa7, 0xca, 0x86, 0xfe, 0x82, 0xe2, 0xb4, 0x5d, - 0xa7, 0xe3, 0xf7, 0x1c, 0x87, 0x38, 0x9d, 0xa2, 0xeb, 0x61, 0x7f, 0x44, 0xdd, 0x33, 0x8a, 0x49, - 0xac, 0xce, 0x7a, 0xed, 0x22, 0xee, 0x7a, 0xac, 0xaf, 0x36, 0xd7, 0xc7, 0x37, 0xdb, 0x04, 0xdb, - 0x2d, 0xb3, 0x6b, 0xd1, 0x73, 0xc5, 0xf1, 0xec, 0x38, 0x07, 0x65, 0x7e, 0xaf, 0xa9, 0x3c, 0xc8, - 0x7f, 0xb5, 0x01, 0x8b, 0x15, 0x11, 0x36, 0x42, 0x10, 0x73, 0xac, 0x2e, 0xce, 0x69, 0xeb, 0xda, - 0x46, 0xd2, 0x10, 0xbf, 0xd1, 0xf3, 0x90, 0x6e, 0x11, 0xea, 0xd9, 0x56, 0xdf, 0x14, 0x7b, 0x11, - 0xb1, 0x97, 0x52, 0xb4, 0x63, 0xce, 0xd2, 0x80, 0xe5, 0x4b, 0x7c, 0xf6, 0xc0, 0x75, 0xcf, 0x4d, - 0xca, 0x2c, 0x86, 0x73, 0x8b, 0xeb, 0xda, 0x46, 0xa6, 0x54, 0x2c, 0x3c, 0x3a, 0x7f, 0x05, 0x69, - 0xb1, 0x70, 0x5f, 0xca, 0x9d, 0x70, 0x31, 0x23, 0x7d, 0x19, 0x5a, 0x21, 0x1d, 0x12, 0x9e, 0x4f, - 0x5c, 0x9f, 0xb0, 0x7e, 0x2e, 0xba, 0xae, 0x6d, 0xc4, 0x8d, 0xc1, 0x1a, 0xfd, 0x3f, 0xa4, 0x08, - 0x35, 0xdb, 0x96, 0x6d, 0x9f, 0x59, 0xcd, 0xf3, 0x5c, 0x6c, 0x5d, 0xdb, 0x48, 0x18, 0x40, 0xe8, - 0x9e, 0xa2, 0x70, 0x86, 0xae, 0x6d, 0xb6, 0x08, 0xb5, 0xce, 0x6c, 0xdc, 0xca, 0xad, 0x49, 0x86, - 0xae, 0xbd, 0xab, 0x28, 0xa8, 0x00, 0x6b, 0xc4, 0xf1, 0x7a, 0xcc, 0x54, 0xe5, 0x10, 0xc1, 0xd1, - 0xdc, 0xd2, 0x7a, 0x74, 0x23, 0x69, 0xac, 0x8a, 0xad, 0x1d, 0xb9, 0xc3, 0x43, 0xa4, 0xe8, 0x36, - 0x2c, 0xe2, 0x0b, 0xec, 0x30, 0x9a, 0x4b, 0x08, 0x16, 0xb5, 0x42, 0xdf, 0x81, 0x2c, 0xf3, 0x2d, - 0xc2, 0xeb, 0x66, 0x7a, 0x0f, 0x7c, 0x8b, 0x62, 0x9a, 0x4b, 0xae, 0x47, 0x37, 0x52, 0xa5, 0x37, - 0x66, 0x08, 0xbf, 0xa1, 0x44, 0xeb, 0x42, 0xd2, 0x58, 0x61, 0x23, 0x6b, 0x61, 0xd5, 0x6a, 0xf2, - 0x4e, 0xc8, 0x81, 0x48, 0xbb, 0x5a, 0xa1, 0x2a, 0xac, 0xb8, 0x3d, 0x16, 0x72, 0x9f, 0xe6, 0x52, - 0xc2, 0xe8, 0x0b, 0x57, 0x19, 0x55, 0x01, 0x19, 0x19, 0x29, 0xab, 0x96, 0x14, 0xbd, 0x08, 0x19, - 0x1f, 0x53, 0x1c, 0x52, 0x96, 0x16, 0xf9, 0x5a, 0x16, 0xd4, 0x01, 0x5b, 0x15, 0xc0, 0xb3, 0x7c, - 0xab, 0x8b, 0x19, 0xf6, 0x69, 0x6e, 0x59, 0xd8, 0x7b, 0x75, 0x86, 0x20, 0xeb, 0x81, 0x90, 0x11, - 0x92, 0x47, 0x7b, 0x90, 0xe8, 0x62, 0x4a, 0xad, 0x0e, 0xa6, 0xb9, 0x8c, 0xd0, 0xb5, 0x39, 0x83, - 0xae, 0x23, 0x29, 0x62, 0x0c, 0x64, 0xd1, 0x43, 0xd0, 0x5b, 0xb8, 0x6d, 0xf5, 0x6c, 0x66, 0xfa, - 0x98, 0x7a, 0xae, 0x43, 0xb1, 0xe9, 0xd9, 0x16, 0x6b, 0xbb, 0x7e, 0x97, 0xe6, 0x56, 0xd6, 0xa3, - 0x1b, 0x99, 0xd2, 0x9b, 0xb3, 0x6b, 0x2e, 0xd4, 0x95, 0xac, 0x91, 0x53, 0x6a, 0x0d, 0xa5, 0x35, - 0xd8, 0xa0, 0xe8, 0x5d, 0xb8, 0xe3, 0xbb, 0x2e, 0x33, 0xdb, 0xae, 0x6d, 0xbb, 0x97, 0x3d, 0xcf, - 0x94, 0xa8, 0x21, 0xcf, 0x47, 0x56, 0x14, 0xea, 0x36, 0x67, 0xd8, 0x53, 0xfb, 0xd2, 0x82, 0x38, - 0x2a, 0x1f, 0xc0, 0x33, 0x9e, 0xe5, 0x73, 0xe6, 0xa9, 0xc2, 0xab, 0x42, 0x38, 0x27, 0x59, 0xa6, - 0x88, 0x77, 0xe0, 0xd6, 0xb8, 0x1c, 0x71, 0xda, 0x6e, 0x0e, 0x89, 0x04, 0xbe, 0x35, 0x43, 0x98, - 0xa3, 0x4a, 0x2b, 0x4e, 0xdb, 0x35, 0x50, 0x7b, 0x82, 0xa6, 0xff, 0x3c, 0x0a, 0x99, 0xd1, 0xe6, - 0x9c, 0x0a, 0x0e, 0xdf, 0x82, 0x18, 0xeb, 0x7b, 0x12, 0x14, 0x32, 0xa5, 0xb7, 0xe7, 0xee, 0xf8, - 0x42, 0xa3, 0xef, 0x61, 0x43, 0xe8, 0x40, 0x55, 0x88, 0x7b, 0x96, 0xcf, 0x68, 0x2e, 0x2a, 0x82, - 0xb9, 0x81, 0xb2, 0xba, 0xe5, 0x33, 0x43, 0x2a, 0x41, 0x9b, 0xb0, 0xca, 0x48, 0x17, 0x53, 0xd3, - 0x6a, 0xb5, 0x70, 0xcb, 0x6c, 0xba, 0x3d, 0x87, 0x09, 0x9c, 0x88, 0x1b, 0x2b, 0x62, 0x63, 0x8b, - 0xd3, 0x77, 0x38, 0x59, 0x67, 0x10, 0xe3, 0xa2, 0x3c, 0x42, 0xde, 0xe9, 0x41, 0x84, 0xfc, 0x37, - 0x07, 0x12, 0xec, 0x30, 0xc2, 0xfa, 0xe6, 0x20, 0xd0, 0xa4, 0x01, 0x92, 0xc4, 0x9d, 0x47, 0xb7, - 0x20, 0x6e, 0xd9, 0xc4, 0xa2, 0x02, 0xa3, 0x92, 0x86, 0x5c, 0x70, 0xd4, 0xec, 0x51, 0xec, 0x9b, - 0x2d, 0xdc, 0x26, 0x0e, 0x6e, 0x29, 0x84, 0x4a, 0x71, 0xda, 0xae, 0x24, 0xe5, 0xdf, 0x81, 0x98, - 0x52, 0x90, 0x6d, 0x7c, 0x5c, 0x2f, 0x9b, 0xa7, 0xc7, 0x27, 0xf5, 0xf2, 0x4e, 0x65, 0xaf, 0x52, - 0xde, 0xcd, 0x2e, 0xa0, 0x14, 0x2c, 0x95, 0x3f, 0xda, 0x3a, 0xaa, 0x57, 0xcb, 0x59, 0x0d, 0xa5, - 0x21, 0xd1, 0x28, 0x1f, 0xd5, 0xab, 0x5b, 0x8d, 0x72, 0x36, 0xa2, 0xff, 0x28, 0x02, 0xc9, 0xc1, - 0x99, 0xba, 0x29, 0x66, 0xdf, 0x82, 0xf8, 0x85, 0x65, 0xf7, 0x70, 0xe0, 0xb6, 0x58, 0xa0, 0x17, - 0x60, 0x39, 0x38, 0x4c, 0x72, 0x37, 0x26, 0x76, 0xd3, 0x8a, 0x78, 0x4f, 0x30, 0xbd, 0x03, 0xb9, - 0x50, 0x4a, 0xcc, 0x11, 0x4b, 0x71, 0xc1, 0xff, 0xd4, 0x30, 0x3f, 0xbb, 0x21, 0x9b, 0xcf, 0x42, - 0xb2, 0x6b, 0x39, 0x2d, 0x8b, 0xb9, 0x7e, 0x5f, 0xcc, 0x88, 0x84, 0x31, 0x24, 0xa0, 0x1c, 0x2c, - 0x79, 0xbe, 0xdb, 0xf5, 0x58, 0x80, 0xc2, 0xc1, 0x12, 0x3d, 0x0d, 0x4b, 0x84, 0x9a, 0x36, 0xa1, - 0x2c, 0x97, 0x10, 0x52, 0x8b, 0x84, 0x56, 0x09, 0x65, 0xfa, 0x2f, 0xef, 0xc0, 0x92, 0x3a, 0xb7, - 0xa8, 0x1c, 0x2a, 0x5e, 0x6a, 0xa6, 0xd9, 0x13, 0x9c, 0xf8, 0x06, 0xfe, 0x94, 0x1d, 0x2c, 0xa8, - 0x7a, 0x1f, 0x40, 0x9c, 0x74, 0xad, 0x8e, 0xcc, 0x59, 0xaa, 0xf4, 0xfa, 0x1c, 0x7a, 0x2a, 0x5c, - 0xee, 0x60, 0xc1, 0x90, 0x0a, 0xd0, 0x77, 0x61, 0xf9, 0x61, 0x8f, 0x34, 0xcf, 0x4d, 0x1f, 0x7b, - 0x36, 0xc1, 0xb2, 0x41, 0x52, 0xa5, 0x77, 0xe6, 0xd0, 0xf8, 0x6d, 0x2e, 0x6f, 0x48, 0xf1, 0x83, - 0x05, 0x23, 0xfd, 0x30, 0xb4, 0xe6, 0x01, 0x37, 0x2d, 0x5f, 0xb6, 0xd6, 0x7c, 0x01, 0xef, 0x58, - 0x7e, 0x8b, 0x07, 0xcc, 0xc5, 0xd1, 0x9b, 0xb0, 0xe4, 0x59, 0x7d, 0xdb, 0xb5, 0x5a, 0xa2, 0x78, - 0xa9, 0xd2, 0xd3, 0x81, 0xa6, 0xe0, 0xba, 0x50, 0x38, 0x11, 0xd7, 0x85, 0x83, 0x05, 0x23, 0xe0, - 0x44, 0x1d, 0xc8, 0x52, 0xd2, 0xf5, 0x6c, 0x3c, 0xc0, 0x5c, 0x5e, 0x34, 0x2e, 0x7d, 0x77, 0x0e, - 0x3f, 0x4e, 0x84, 0x8a, 0x00, 0x5f, 0x79, 0x84, 0x2b, 0x74, 0x94, 0x84, 0x4e, 0x01, 0xce, 0x2c, - 0x4a, 0x9a, 0xa6, 0x08, 0x35, 0x21, 0x4c, 0x7c, 0x7d, 0x0e, 0x13, 0xdb, 0x5c, 0x58, 0xc5, 0x9b, - 0x3c, 0x0b, 0x16, 0xe8, 0x13, 0x48, 0xd1, 0x5e, 0xa7, 0x83, 0xa9, 0xb8, 0x65, 0xe5, 0x92, 0x42, - 0xef, 0xdb, 0xf3, 0xb8, 0x3e, 0x94, 0x3e, 0x58, 0x30, 0xc2, 0xca, 0x90, 0x03, 0x6b, 0x36, 0x71, - 0xce, 0x4d, 0xb7, 0xc7, 0xcc, 0x21, 0x5d, 0x0c, 0xf0, 0x54, 0xe9, 0xfd, 0x39, 0x6c, 0x54, 0x89, - 0x73, 0x5e, 0xeb, 0xb1, 0xa1, 0xa9, 0x83, 0x05, 0x63, 0xd5, 0x1e, 0x27, 0xa2, 0x8f, 0x20, 0xc5, - 0x8f, 0x86, 0x49, 0xb1, 0x8d, 0x9b, 0x2c, 0x97, 0x12, 0x76, 0xde, 0x9a, 0xcb, 0x0e, 0x65, 0x27, - 0x42, 0xf8, 0x60, 0xc1, 0x00, 0x7b, 0xb0, 0x42, 0x2d, 0x58, 0x69, 0x5a, 0xbe, 0xdb, 0xa3, 0xd8, - 0x0e, 0xb4, 0xa7, 0x85, 0xf6, 0x77, 0xe7, 0x6b, 0x36, 0xa1, 0x61, 0x60, 0x21, 0xd3, 0x1c, 0xa1, - 0xa0, 0x1a, 0x24, 0x82, 0x79, 0xad, 0x2e, 0x8e, 0x37, 0x1a, 0xd7, 0x03, 0x25, 0xba, 0x0e, 0x31, - 0x7e, 0xa4, 0x43, 0x70, 0x1e, 0x0d, 0xe0, 0x5c, 0x3f, 0x81, 0xb8, 0x38, 0xa6, 0xe8, 0x19, 0x48, - 0x8a, 0x63, 0x6a, 0xf6, 0x7c, 0xa2, 0xb0, 0x33, 0x21, 0x08, 0xa7, 0x3e, 0x41, 0xaf, 0x01, 0xb2, - 0x9a, 0x4d, 0x4c, 0x29, 0x39, 0x23, 0xb6, 0x00, 0x3a, 0xae, 0x47, 0xa2, 0xe8, 0xea, 0xc8, 0x0e, - 0x37, 0xa4, 0x57, 0x20, 0x1d, 0x3e, 0xa9, 0x1c, 0x5b, 0x19, 0x61, 0x76, 0x80, 0xc9, 0x72, 0xc1, - 0xb1, 0x75, 0x14, 0x0f, 0x22, 0xc2, 0xaf, 0x91, 0x43, 0xad, 0xff, 0x4d, 0x83, 0x98, 0xe8, 0xd0, - 0xe9, 0x3a, 0x74, 0x48, 0xd0, 0xde, 0x99, 0xdc, 0x90, 0xee, 0x0c, 0xd6, 0xa3, 0x11, 0x45, 0xc7, - 0x22, 0xaa, 0xc3, 0xd2, 0x59, 0x8f, 0x31, 0xde, 0xec, 0xb1, 0x99, 0xc7, 0x6b, 0x18, 0x2f, 0x0a, - 0xdb, 0x42, 0xdc, 0x08, 0xd4, 0xe8, 0xdf, 0x80, 0x45, 0x49, 0x9a, 0x3a, 0x36, 0xf9, 0xe5, 0xdd, - 0xa5, 0x4c, 0xdc, 0xce, 0x95, 0xa3, 0xc1, 0x5a, 0xef, 0x42, 0x66, 0xf4, 0xe4, 0xa3, 0xaf, 0x41, - 0x46, 0xdc, 0xc1, 0x99, 0x6b, 0x52, 0x0f, 0xe3, 0xe6, 0x03, 0xa5, 0x2b, 0xcd, 0xa9, 0x0d, 0xf7, - 0x44, 0xd0, 0xb8, 0x1d, 0x4a, 0xbb, 0xb6, 0xd2, 0x27, 0x7e, 0x87, 0x27, 0x9d, 0xf0, 0x21, 0x3a, - 0x32, 0xe9, 0x44, 0x75, 0x2e, 0x61, 0x65, 0x0c, 0x68, 0x50, 0x6b, 0x0a, 0x7c, 0x69, 0x22, 0x2d, - 0xef, 0xde, 0x18, 0xbe, 0x26, 0xb0, 0x4b, 0xff, 0x7d, 0x14, 0x92, 0x03, 0xfc, 0xb9, 0x41, 0x41, - 0x5f, 0x84, 0x0c, 0xef, 0x67, 0x8b, 0x31, 0xdc, 0x0a, 0x47, 0xb7, 0x3c, 0xa0, 0x8a, 0x36, 0xdf, - 0x0b, 0x26, 0x56, 0xec, 0x66, 0x13, 0x2b, 0x98, 0x57, 0xa7, 0xc3, 0x16, 0x89, 0x8b, 0x5c, 0xbc, - 0x77, 0x13, 0x9c, 0x9d, 0xe8, 0x93, 0xdf, 0x69, 0x83, 0x46, 0x99, 0x9e, 0x82, 0x87, 0xb0, 0xe2, - 0x7a, 0xd8, 0xe1, 0x6d, 0x6b, 0xaa, 0xc7, 0x8e, 0x9c, 0xbd, 0x95, 0xc7, 0xb0, 0x5f, 0xa8, 0x79, - 0xd8, 0x39, 0xf5, 0xc9, 0x96, 0x50, 0x68, 0x2c, 0xbb, 0xe1, 0xa5, 0xfe, 0x3c, 0x2c, 0x8f, 0xec, - 0xa3, 0x2c, 0x44, 0x87, 0x38, 0xc0, 0x7f, 0xea, 0x79, 0x80, 0x10, 0xc6, 0x4e, 0xf5, 0x5c, 0x6f, - 0x43, 0x2a, 0x34, 0x07, 0xd0, 0xfd, 0xd1, 0xa1, 0xa2, 0xcd, 0x7c, 0x27, 0x9f, 0x1c, 0x2a, 0x23, - 0x13, 0x45, 0xaf, 0xc3, 0xea, 0xc4, 0x2c, 0x40, 0xaf, 0x40, 0xb6, 0xc5, 0x7f, 0x3a, 0xe2, 0x4b, - 0x81, 0x19, 0xba, 0x03, 0xae, 0x84, 0xe8, 0xe2, 0xde, 0xa5, 0xa2, 0x8b, 0x0c, 0xa3, 0xfb, 0x63, - 0x04, 0x60, 0x08, 0xfb, 0x8f, 0x28, 0x4c, 0x1d, 0xe2, 0x84, 0xe1, 0xae, 0x04, 0xaa, 0xf9, 0x26, - 0xfb, 0x50, 0x77, 0xa1, 0xc2, 0x70, 0xd7, 0x90, 0x8a, 0xf4, 0x3f, 0x6b, 0x10, 0xe3, 0x6b, 0x74, - 0x04, 0x31, 0xf1, 0x6e, 0xd1, 0xe6, 0x1e, 0x27, 0x52, 0x2b, 0x57, 0x22, 0xde, 0x2e, 0x42, 0xcd, - 0xd0, 0xff, 0x48, 0xd8, 0xff, 0x75, 0x48, 0xb5, 0x30, 0x6d, 0xfa, 0xc4, 0x13, 0x4d, 0x15, 0x40, - 0xc3, 0x90, 0xf4, 0xa4, 0x8e, 0x8e, 0xfe, 0x87, 0x08, 0x64, 0x46, 0xe7, 0x1c, 0x6a, 0x04, 0xc9, - 0x93, 0x6d, 0xf0, 0xe1, 0x8d, 0x27, 0xe6, 0xff, 0x44, 0x02, 0x3f, 0x84, 0xcc, 0xa8, 0x5f, 0xbc, - 0x67, 0xcf, 0x71, 0x3f, 0x38, 0x91, 0xe7, 0xb8, 0x2f, 0xa0, 0xb2, 0xef, 0xb8, 0x4e, 0xbf, 0x1b, - 0x8c, 0xce, 0xc1, 0x3a, 0xff, 0x63, 0x0d, 0x12, 0xc1, 0x4d, 0x00, 0xe5, 0xe0, 0x16, 0x7f, 0x2a, - 0xed, 0xd5, 0x8c, 0xa3, 0xb1, 0x47, 0x55, 0x1a, 0x12, 0x7b, 0x5b, 0x3b, 0xe5, 0xed, 0x5a, 0xed, - 0x30, 0xab, 0xa1, 0x24, 0xc4, 0x4f, 0xaa, 0x5b, 0x3b, 0x87, 0xd9, 0x88, 0x7c, 0x60, 0x55, 0xcb, - 0xfb, 0xc6, 0xd6, 0x51, 0x36, 0x8a, 0x96, 0x20, 0x7a, 0x58, 0x39, 0xcc, 0xc6, 0x04, 0xc7, 0xe1, - 0xc7, 0xf5, 0x72, 0x36, 0x8e, 0x12, 0x10, 0xab, 0x56, 0x8e, 0xcb, 0xd9, 0x45, 0x4e, 0xbc, 0x57, - 0xd9, 0x2e, 0x1b, 0xd9, 0x25, 0xf4, 0x14, 0xac, 0x6e, 0xed, 0x34, 0x2a, 0xb5, 0xe3, 0x13, 0xb3, - 0x76, 0x6c, 0xee, 0xd7, 0x6a, 0xfb, 0xd5, 0x72, 0x36, 0xb1, 0x9d, 0x84, 0x25, 0xf5, 0x79, 0x42, - 0xff, 0x81, 0x06, 0x68, 0xf2, 0xc9, 0x8d, 0x5e, 0x9f, 0x7c, 0xc7, 0x87, 0x0e, 0xf0, 0xd8, 0x83, - 0x7c, 0x96, 0x0f, 0x07, 0x91, 0xab, 0x3f, 0x1c, 0xe4, 0x19, 0xa4, 0xc3, 0x9f, 0xda, 0xd0, 0x73, - 0x70, 0xe7, 0x7e, 0x79, 0xfb, 0xa0, 0x56, 0x3b, 0x34, 0x4f, 0x1a, 0x5b, 0x8d, 0xf1, 0xd7, 0xe7, - 0x1d, 0x78, 0x6a, 0x74, 0xbb, 0x7c, 0xbc, 0xb5, 0x5d, 0x2d, 0xef, 0x66, 0x35, 0xb4, 0x09, 0x2f, - 0x4d, 0xdd, 0x32, 0xf7, 0x6a, 0x86, 0x79, 0x52, 0xad, 0x35, 0xcc, 0xbd, 0x4a, 0xb5, 0x5a, 0x39, - 0xde, 0xcf, 0x46, 0xf2, 0x7f, 0xd1, 0x00, 0x71, 0x28, 0x90, 0x8e, 0x50, 0x03, 0x3f, 0xec, 0x61, - 0xca, 0xd0, 0x6d, 0x58, 0x94, 0x8e, 0xaa, 0x78, 0xd5, 0x8a, 0xdf, 0x90, 0x6c, 0xcb, 0xe9, 0xf4, - 0xf8, 0x25, 0xa6, 0xe9, 0xb6, 0x82, 0xa8, 0xd2, 0x01, 0x71, 0xc7, 0x6d, 0x61, 0xb4, 0x0f, 0x29, - 0x15, 0xf8, 0x05, 0xc1, 0x97, 0xa2, 0x29, 0x33, 0xa5, 0x97, 0xae, 0x6f, 0xbc, 0x7b, 0x04, 0x5f, - 0x1a, 0x40, 0x06, 0xbf, 0xf9, 0x7d, 0xc9, 0xe3, 0x96, 0x28, 0xf9, 0x0c, 0xab, 0x2f, 0x03, 0x09, - 0x4e, 0x38, 0x21, 0x9f, 0xf1, 0xfc, 0x80, 0xd8, 0x64, 0xee, 0x39, 0x76, 0xd4, 0xab, 0x56, 0xb0, - 0x37, 0x38, 0x21, 0xff, 0x39, 0xac, 0x8d, 0xc4, 0xa5, 0xee, 0x31, 0xef, 0xc3, 0x92, 0x34, 0x10, - 0x1c, 0xfb, 0xfc, 0xf5, 0x7e, 0x19, 0x81, 0x08, 0x7a, 0x09, 0x56, 0x1c, 0x7e, 0x0b, 0x0a, 0x19, - 0x96, 0x09, 0x58, 0xe6, 0xe4, 0xfa, 0xc0, 0xf8, 0xcf, 0x34, 0xc8, 0xee, 0x63, 0x65, 0x3c, 0xc8, - 0xe9, 0xb4, 0xcf, 0x00, 0xff, 0xd5, 0x7c, 0xe6, 0xff, 0xaa, 0xc1, 0xda, 0x8e, 0x8f, 0x2d, 0x86, - 0x47, 0x3d, 0x7b, 0x54, 0xb5, 0xef, 0xc2, 0xa2, 0x94, 0x56, 0xe3, 0x7e, 0x96, 0x5c, 0x29, 0x89, - 0xc9, 0xc8, 0xa2, 0xd7, 0x47, 0x16, 0xbb, 0x71, 0x64, 0xff, 0xd2, 0x60, 0xed, 0xd4, 0x6b, 0x4d, - 0x44, 0x36, 0x8c, 0x40, 0x7b, 0xfc, 0x08, 0xa6, 0xd5, 0xe6, 0x3d, 0x48, 0xf5, 0x84, 0x5d, 0xf1, - 0x35, 0x5f, 0x7d, 0x40, 0xd0, 0x27, 0xde, 0xe7, 0x7b, 0x04, 0xdb, 0xad, 0x23, 0x8b, 0x9e, 0x1b, - 0x20, 0xd9, 0xf9, 0xef, 0x27, 0x17, 0xfe, 0x2b, 0xb0, 0xb6, 0x8b, 0x6d, 0x3c, 0x1e, 0xfd, 0x94, - 0x8e, 0xcb, 0xff, 0x23, 0x02, 0x77, 0xb6, 0x2d, 0xd6, 0x7c, 0x10, 0x4e, 0xd7, 0xb5, 0xe7, 0x7e, - 0x13, 0xb2, 0xca, 0xd3, 0x33, 0x2e, 0x6b, 0x0e, 0x2e, 0x2b, 0xfc, 0xb5, 0x28, 0x77, 0xa4, 0x52, - 0x9f, 0xa0, 0x8f, 0x61, 0x6d, 0x84, 0x97, 0x38, 0x36, 0x71, 0xb0, 0x4a, 0xcd, 0xcb, 0xd7, 0x47, - 0x27, 0x14, 0xf1, 0x87, 0x74, 0x48, 0x6f, 0x45, 0xe8, 0x98, 0x2c, 0x49, 0xec, 0xfa, 0x92, 0xc4, - 0x1f, 0xa7, 0x24, 0x8b, 0x37, 0x2d, 0xc9, 0x76, 0x06, 0xd2, 0xe1, 0x2c, 0xe4, 0x3f, 0x01, 0x7d, - 0x5a, 0xda, 0x9f, 0x04, 0x2c, 0xe5, 0x1f, 0xaa, 0x92, 0x86, 0x7b, 0xe0, 0xda, 0x92, 0x86, 0x4c, - 0x46, 0xe6, 0x37, 0x79, 0x08, 0xa9, 0x50, 0xb5, 0x1e, 0xcf, 0xff, 0xcd, 0x6f, 0x02, 0x54, 0xc2, - 0xa8, 0xff, 0x74, 0xe5, 0xb8, 0x51, 0x3e, 0x6e, 0x98, 0xf7, 0x2a, 0xe5, 0xfb, 0x63, 0x63, 0xef, - 0x16, 0x64, 0xc3, 0x9b, 0x7b, 0xa7, 0xd5, 0x6a, 0x56, 0x2b, 0x7d, 0x95, 0x80, 0x25, 0x15, 0x36, - 0xfa, 0x85, 0x06, 0xa9, 0x10, 0xf2, 0xa3, 0xc2, 0x55, 0x9e, 0x4c, 0x8e, 0x3e, 0xbd, 0x38, 0x33, - 0xbf, 0xac, 0x5d, 0xfe, 0xb5, 0xef, 0xff, 0xe9, 0xef, 0x3f, 0x8d, 0xbc, 0x8c, 0x5e, 0x2c, 0x5e, - 0x94, 0x8a, 0x9f, 0xcb, 0xec, 0x7e, 0xe0, 0xf9, 0xee, 0xf7, 0x70, 0x93, 0xd1, 0xe2, 0x66, 0xd1, - 0xea, 0x60, 0x87, 0x7d, 0x51, 0x0c, 0x66, 0xc8, 0x4f, 0x34, 0x48, 0x0e, 0x66, 0x03, 0xba, 0xf2, - 0xaf, 0x33, 0xe3, 0x23, 0x44, 0x9f, 0x21, 0xab, 0x63, 0xee, 0xf0, 0x33, 0x3f, 0xe1, 0x4c, 0xe0, - 0x4b, 0x71, 0xf3, 0x0b, 0xf4, 0xa5, 0x06, 0xe9, 0xf0, 0x4c, 0x40, 0x57, 0xc6, 0x3f, 0x65, 0x7a, - 0xcc, 0xe4, 0xd4, 0x5b, 0xc2, 0xa9, 0x62, 0x7e, 0xb6, 0x1c, 0xdd, 0x0d, 0x20, 0xf8, 0x57, 0x1a, - 0xa4, 0xc3, 0x07, 0xe6, 0x6a, 0xe7, 0xa6, 0x0c, 0x80, 0x99, 0x9c, 0x7b, 0x5f, 0x38, 0xf7, 0x76, - 0xe9, 0x55, 0xe1, 0x9c, 0xfa, 0xfb, 0xf2, 0x75, 0x89, 0x1b, 0xf8, 0xf8, 0x43, 0x0d, 0xd2, 0xe1, - 0x83, 0x77, 0xb5, 0x8f, 0x53, 0x60, 0x5a, 0xbf, 0x3d, 0x81, 0x4d, 0xe5, 0xae, 0xc7, 0xfa, 0x41, - 0x25, 0x37, 0x67, 0xac, 0xe4, 0x6f, 0x34, 0x40, 0x93, 0x10, 0x83, 0xae, 0x7c, 0xde, 0x3e, 0x72, - 0x12, 0xe8, 0xcf, 0x05, 0x62, 0xa1, 0x3f, 0x7b, 0xf3, 0x27, 0xbb, 0xfc, 0xb3, 0x77, 0x90, 0xb3, - 0xfc, 0x1b, 0xb3, 0x15, 0xf4, 0x6c, 0x68, 0xe7, 0xae, 0xb6, 0x39, 0x74, 0x75, 0x04, 0xb1, 0x66, - 0x70, 0x75, 0x1a, 0xc2, 0xfd, 0x27, 0x5c, 0x95, 0x76, 0xee, 0x6a, 0x9b, 0xdb, 0x5f, 0x6a, 0xf0, - 0x7f, 0x4d, 0xb7, 0x7b, 0x85, 0x67, 0xdb, 0x0a, 0x09, 0xeb, 0xbc, 0x7a, 0x75, 0xed, 0x93, 0x5d, - 0xc5, 0xda, 0x71, 0xf9, 0x58, 0x2a, 0xb8, 0x7e, 0xa7, 0xd8, 0xc1, 0x8e, 0xa8, 0x6d, 0x51, 0x6e, - 0x59, 0x1e, 0xa1, 0xd3, 0xfe, 0xf1, 0xe0, 0xbd, 0xe1, 0xea, 0x9f, 0x9a, 0xf6, 0xeb, 0x48, 0x64, - 0x77, 0xef, 0xb7, 0x11, 0x7d, 0x5f, 0xaa, 0xdb, 0x11, 0x96, 0x77, 0x87, 0x96, 0xef, 0x95, 0xce, - 0x16, 0x85, 0xd6, 0x37, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x12, 0xed, 0x16, 0x8e, 0x30, 0x21, - 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2/intent.proto", fileDescriptor_intent_eef621b162bd14cf) +} + +var fileDescriptor_intent_eef621b162bd14cf = []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, + 0x89, 0xe3, 0x4a, 0xa4, 0x44, 0x21, 0x09, 0xd9, 0x4d, 0x42, 0xf9, 0x21, 0xdb, 0xc2, 0xb2, 0x25, + 0xc6, 0xf2, 0x6e, 0x92, 0xa2, 0x98, 0x1a, 0x6b, 0x5a, 0xda, 0xc1, 0xa3, 0x99, 0xd9, 0xe9, 0x9e, + 0x75, 0x94, 0x54, 0x2e, 0x54, 0x01, 0x07, 0xb8, 0xc1, 0x29, 0x55, 0x29, 0x0a, 0x4e, 0x14, 0x67, + 0x4e, 0x1c, 0xf8, 0x0b, 0xb8, 0x51, 0x3c, 0x0e, 0x5c, 0xa8, 0xe2, 0x5f, 0xa0, 0x8a, 0x03, 0x07, + 0xaa, 0x1f, 0x23, 0x8d, 0x1e, 0x6b, 0x4b, 0xde, 0x85, 0x0b, 0x37, 0xf5, 0xf7, 0x7e, 0x74, 0xff, + 0xbe, 0xee, 0xb1, 0xe1, 0x95, 0xae, 0xeb, 0x76, 0x6d, 0x5c, 0x6e, 0xdb, 0x6e, 0x60, 0x96, 0x4d, + 0xcb, 0xb0, 0xdd, 0x6e, 0xc7, 0x76, 0x2f, 0xca, 0x0f, 0x2b, 0x65, 0xcb, 0xa1, 0xd8, 0xa1, 0x25, + 0xcf, 0x77, 0xa9, 0x8b, 0x54, 0x21, 0x58, 0xe2, 0x82, 0xa5, 0xa1, 0x60, 0xe9, 0x61, 0x45, 0x7d, + 0x56, 0x1a, 0x31, 0x3c, 0xab, 0x6c, 0x38, 0x8e, 0x4b, 0x0d, 0x6a, 0xb9, 0x0e, 0x11, 0x9a, 0xea, + 0xad, 0x08, 0xd7, 0xc7, 0xc4, 0x0d, 0xfc, 0x36, 0x96, 0xac, 0x8d, 0x4b, 0xbc, 0xb7, 0x5d, 0x87, + 0xe2, 0x4f, 0xa5, 0x7b, 0xf5, 0x45, 0x29, 0x69, 0xbb, 0x4e, 0xd7, 0x0f, 0x1c, 0xc7, 0x72, 0xba, + 0x65, 0xd7, 0xc3, 0xfe, 0x88, 0xa7, 0xe7, 0xa5, 0x10, 0x5f, 0x9d, 0x05, 0x9d, 0xb2, 0x19, 0x08, + 0x01, 0xc9, 0x7f, 0x66, 0x9c, 0x8f, 0x7b, 0x1e, 0xed, 0x4b, 0xe6, 0xfa, 0x38, 0xb3, 0x63, 0x61, + 0xdb, 0xd4, 0x7b, 0x06, 0x39, 0x97, 0x12, 0xcf, 0x8e, 0x4b, 0x10, 0xea, 0x07, 0x6d, 0x19, 0x61, + 0xf1, 0x6f, 0x1b, 0xb0, 0x58, 0xe3, 0x15, 0x43, 0x08, 0x12, 0x8e, 0xd1, 0xc3, 0x05, 0x65, 0x5d, + 0xd9, 0x48, 0x6b, 0xfc, 0x37, 0x7a, 0x01, 0xb2, 0xa6, 0x45, 0x3c, 0xdb, 0xe8, 0xeb, 0x9c, 0x17, + 0xe3, 0xbc, 0x8c, 0xa4, 0x1d, 0x33, 0x91, 0x16, 0x2c, 0x5f, 0xe0, 0xb3, 0xfb, 0xae, 0x7b, 0xae, + 0x13, 0x6a, 0x50, 0x5c, 0x58, 0x5c, 0x57, 0x36, 0x72, 0x95, 0x72, 0xe9, 0xd1, 0xa5, 0x2f, 0x09, + 0x8f, 0xa5, 0x7b, 0x42, 0xef, 0x84, 0xa9, 0x69, 0xd9, 0x8b, 0xc8, 0x0a, 0xa9, 0x90, 0xf2, 0x7c, + 0xcb, 0xf5, 0x2d, 0xda, 0x2f, 0xc4, 0xd7, 0x95, 0x8d, 0xa4, 0x36, 0x58, 0xa3, 0xaf, 0x41, 0xc6, + 0x22, 0x7a, 0xc7, 0xb0, 0xed, 0x33, 0xa3, 0x7d, 0x5e, 0x48, 0xac, 0x2b, 0x1b, 0x29, 0x0d, 0x2c, + 0xb2, 0x27, 0x29, 0x4c, 0xa0, 0x67, 0xeb, 0xa6, 0x45, 0x8c, 0x33, 0x1b, 0x9b, 0x85, 0x35, 0x21, + 0xd0, 0xb3, 0x77, 0x25, 0x05, 0x95, 0x60, 0xcd, 0x72, 0xbc, 0x80, 0xea, 0xb2, 0x5d, 0x3c, 0x39, + 0x52, 0x58, 0x5a, 0x8f, 0x6f, 0xa4, 0xb5, 0x55, 0xce, 0xda, 0x11, 0x1c, 0x96, 0x22, 0x41, 0x37, + 0x61, 0x11, 0x3f, 0xc4, 0x0e, 0x25, 0x85, 0x14, 0x17, 0x91, 0x2b, 0xf4, 0x5d, 0xc8, 0x53, 0xdf, + 0xb0, 0x58, 0x5f, 0x75, 0xef, 0xbe, 0x6f, 0x10, 0x4c, 0x0a, 0xe9, 0xf5, 0xf8, 0x46, 0xa6, 0xf2, + 0xe6, 0x0c, 0xe9, 0xb7, 0xa4, 0x6a, 0x93, 0x6b, 0x6a, 0x2b, 0x74, 0x64, 0xcd, 0xbd, 0x1a, 0x6d, + 0xb6, 0x11, 0x0a, 0xc0, 0xcb, 0x2e, 0x57, 0xa8, 0x0e, 0x2b, 0x6e, 0x40, 0x23, 0xe1, 0x93, 0x42, + 0x86, 0x3b, 0x7d, 0xf1, 0x32, 0xa7, 0x32, 0x21, 0x2d, 0x27, 0x74, 0xe5, 0x92, 0xa0, 0x97, 0x20, + 0xe7, 0x63, 0x82, 0x23, 0xc6, 0xb2, 0xbc, 0x5e, 0xcb, 0x9c, 0x3a, 0x10, 0xab, 0x03, 0x78, 0x86, + 0x6f, 0xf4, 0x30, 0xc5, 0x3e, 0x29, 0x2c, 0x73, 0x7f, 0xaf, 0xcd, 0x90, 0x64, 0x33, 0x54, 0xd2, + 0x22, 0xfa, 0x68, 0x0f, 0x52, 0x3d, 0x4c, 0x88, 0xd1, 0xc5, 0xa4, 0x90, 0xe3, 0xb6, 0x36, 0x67, + 0xb0, 0x75, 0x24, 0x54, 0xb4, 0x81, 0x2e, 0x7a, 0x00, 0xaa, 0x89, 0x3b, 0x46, 0x60, 0x53, 0xdd, + 0xc7, 0xc4, 0x73, 0x1d, 0x82, 0x75, 0xcf, 0x36, 0x68, 0xc7, 0xf5, 0x7b, 0xa4, 0xb0, 0xb2, 0x1e, + 0xdf, 0xc8, 0x55, 0xde, 0x9a, 0xdd, 0x72, 0xa9, 0x29, 0x75, 0xb5, 0x82, 0x34, 0xab, 0x49, 0xab, + 0x21, 0x83, 0xa0, 0xf7, 0xe0, 0x96, 0xef, 0xba, 0x54, 0xef, 0xb8, 0xb6, 0xed, 0x5e, 0x04, 0x9e, + 0x2e, 0x00, 0x47, 0x9c, 0x8f, 0x3c, 0x6f, 0xd4, 0x4d, 0x26, 0xb0, 0x27, 0xf9, 0xc2, 0x03, 0x3f, + 0x2a, 0x1f, 0xc0, 0x33, 0x9e, 0xe1, 0x33, 0xe1, 0xa9, 0xca, 0xab, 0x5c, 0xb9, 0x20, 0x44, 0xa6, + 0xa8, 0x77, 0xe1, 0xc6, 0xb8, 0x9e, 0xe5, 0x74, 0xdc, 0x02, 0xe2, 0x05, 0x7c, 0x7b, 0x86, 0x34, + 0x47, 0x8d, 0xd6, 0x9c, 0x8e, 0xab, 0xa1, 0xce, 0x04, 0x4d, 0xfd, 0x2a, 0x0e, 0xb9, 0xd1, 0xcd, + 0x39, 0x15, 0x1c, 0xbe, 0x0d, 0x09, 0xda, 0xf7, 0x04, 0x28, 0xe4, 0x2a, 0xef, 0xcc, 0xbd, 0xe3, + 0x4b, 0xad, 0xbe, 0x87, 0x35, 0x6e, 0x03, 0xd5, 0x21, 0xe9, 0x19, 0x3e, 0x25, 0x85, 0x38, 0x4f, + 0xe6, 0x1a, 0xc6, 0x9a, 0x86, 0x4f, 0x35, 0x61, 0x04, 0x6d, 0xc2, 0x2a, 0xb5, 0x7a, 0x98, 0xe8, + 0x86, 0x69, 0x62, 0x53, 0x6f, 0xbb, 0x81, 0x43, 0x39, 0x4e, 0x24, 0xb5, 0x15, 0xce, 0xd8, 0x62, + 0xf4, 0x1d, 0x46, 0x56, 0x29, 0x24, 0x98, 0x2a, 0xcb, 0x90, 0xed, 0xf4, 0x30, 0x43, 0xf6, 0x9b, + 0x01, 0x09, 0x76, 0xa8, 0x45, 0xfb, 0xfa, 0x20, 0xd1, 0xb4, 0x06, 0x82, 0xc4, 0x82, 0x47, 0x37, + 0x20, 0x69, 0xd8, 0x96, 0x41, 0x38, 0x46, 0xa5, 0x35, 0xb1, 0x60, 0xa8, 0x19, 0x10, 0xec, 0xeb, + 0x26, 0xee, 0x58, 0x0e, 0x36, 0x25, 0x42, 0x65, 0x18, 0x6d, 0x57, 0x90, 0x8a, 0x77, 0x20, 0x21, + 0x0d, 0xe4, 0x5b, 0x1f, 0x37, 0xab, 0xfa, 0xe9, 0xf1, 0x49, 0xb3, 0xba, 0x53, 0xdb, 0xab, 0x55, + 0x77, 0xf3, 0x0b, 0x28, 0x03, 0x4b, 0xd5, 0x8f, 0xb6, 0x8e, 0x9a, 0xf5, 0x6a, 0x5e, 0x41, 0x79, + 0x48, 0xb5, 0xaa, 0x47, 0xcd, 0xfa, 0x56, 0xab, 0x9a, 0x8f, 0xa9, 0xb1, 0x94, 0xa2, 0xfe, 0x38, + 0x06, 0xe9, 0xc1, 0xb9, 0xba, 0x2e, 0x6e, 0xdf, 0x80, 0xe4, 0x43, 0xc3, 0x0e, 0x70, 0x18, 0x3a, + 0x5f, 0xa0, 0x17, 0x61, 0x39, 0x3c, 0x50, 0x82, 0x9b, 0xe0, 0xdc, 0xac, 0x24, 0xde, 0xe5, 0x42, + 0xef, 0x42, 0x21, 0x52, 0x16, 0x7d, 0xc4, 0x53, 0x92, 0xcb, 0x3f, 0x35, 0xac, 0xd1, 0x6e, 0xc4, + 0xe7, 0xb3, 0x90, 0xee, 0x19, 0x8e, 0x69, 0x50, 0xd7, 0xef, 0xf3, 0x39, 0x91, 0xd2, 0x86, 0x04, + 0x54, 0x80, 0x25, 0xcf, 0x77, 0x7b, 0x1e, 0x0d, 0x91, 0x38, 0x5c, 0xa2, 0xa7, 0x61, 0xc9, 0x22, + 0xba, 0x6d, 0x11, 0x5a, 0x48, 0x71, 0xad, 0x45, 0x8b, 0xd4, 0x2d, 0x42, 0xd5, 0x5f, 0xdc, 0x82, + 0x25, 0x79, 0x76, 0x51, 0x35, 0xd2, 0xc0, 0xcc, 0x4c, 0xf3, 0x27, 0x3c, 0xf5, 0x2d, 0xfc, 0x29, + 0x3d, 0x58, 0x90, 0x3d, 0x3f, 0x80, 0xa4, 0xd5, 0x33, 0xba, 0xa2, 0x66, 0x99, 0xca, 0x1b, 0x73, + 0xd8, 0xa9, 0x31, 0xbd, 0x83, 0x05, 0x4d, 0x18, 0x40, 0xdf, 0x83, 0xe5, 0x07, 0x81, 0xd5, 0x3e, + 0xd7, 0x7d, 0xec, 0xd9, 0x16, 0x16, 0x9b, 0x24, 0x53, 0x79, 0x77, 0x0e, 0x8b, 0xdf, 0x61, 0xfa, + 0x9a, 0x50, 0x3f, 0x58, 0xd0, 0xb2, 0x0f, 0x22, 0x6b, 0x96, 0x70, 0xdb, 0xf0, 0xc5, 0xf6, 0x9a, + 0x2f, 0xe1, 0x1d, 0xc3, 0x37, 0x59, 0xc2, 0x4c, 0x1d, 0xbd, 0x05, 0x4b, 0x9e, 0xd1, 0xb7, 0x5d, + 0xc3, 0xe4, 0xcd, 0xcb, 0x54, 0x9e, 0x0e, 0x2d, 0x85, 0x57, 0x86, 0xd2, 0x09, 0xbf, 0x32, 0x1c, + 0x2c, 0x68, 0xa1, 0x24, 0xea, 0x42, 0x9e, 0x58, 0x3d, 0xcf, 0xc6, 0x03, 0xdc, 0x65, 0x4d, 0x63, + 0xda, 0xb7, 0xe7, 0x88, 0xe3, 0x84, 0x9b, 0x08, 0x31, 0x96, 0x65, 0xb8, 0x42, 0x46, 0x49, 0xe8, + 0x14, 0xe0, 0xcc, 0x20, 0x56, 0x5b, 0xe7, 0xa9, 0xa6, 0xb8, 0x8b, 0x6f, 0xcc, 0xe1, 0x62, 0x9b, + 0x29, 0xcb, 0x7c, 0xd3, 0x67, 0xe1, 0x02, 0x7d, 0x02, 0x19, 0x12, 0x74, 0xbb, 0x98, 0xf0, 0x9b, + 0x58, 0x21, 0xcd, 0xed, 0xbe, 0x33, 0x4f, 0xe8, 0x43, 0xed, 0x83, 0x05, 0x2d, 0x6a, 0x0c, 0x39, + 0xb0, 0x66, 0x5b, 0xce, 0xb9, 0xee, 0x06, 0x54, 0x1f, 0xd2, 0xf9, 0x10, 0xcf, 0x54, 0xde, 0x9f, + 0xc3, 0x47, 0xdd, 0x72, 0xce, 0x1b, 0x01, 0x1d, 0xba, 0x3a, 0x58, 0xd0, 0x56, 0xed, 0x71, 0x22, + 0xfa, 0x08, 0x32, 0xec, 0x68, 0xe8, 0x04, 0xdb, 0xb8, 0x4d, 0x0b, 0x19, 0xee, 0xe7, 0xed, 0xb9, + 0xfc, 0x10, 0x7a, 0xc2, 0x95, 0x0f, 0x16, 0x34, 0xb0, 0x07, 0x2b, 0x64, 0xc2, 0x4a, 0xdb, 0xf0, + 0xdd, 0x80, 0x60, 0x3b, 0xb4, 0x9e, 0xe5, 0xd6, 0xdf, 0x9b, 0x6f, 0xb3, 0x71, 0x0b, 0x03, 0x0f, + 0xb9, 0xf6, 0x08, 0x05, 0x35, 0x20, 0x15, 0xce, 0x6c, 0x79, 0x79, 0xbc, 0xd6, 0xc8, 0x1e, 0x18, + 0x51, 0x55, 0x48, 0xb0, 0x23, 0x1d, 0x81, 0xf4, 0x78, 0x08, 0xe9, 0xea, 0x09, 0x24, 0xf9, 0x31, + 0x45, 0xcf, 0x40, 0x9a, 0x1f, 0x53, 0x3d, 0xf0, 0x2d, 0x89, 0x9d, 0x29, 0x4e, 0x38, 0xf5, 0x2d, + 0xf4, 0x3a, 0x20, 0xa3, 0xdd, 0xc6, 0x84, 0x58, 0x67, 0x96, 0xcd, 0x81, 0x8e, 0xd9, 0x11, 0x28, + 0xba, 0x3a, 0xc2, 0x61, 0x8e, 0xd4, 0x1a, 0x64, 0xa3, 0x27, 0x95, 0x61, 0x2b, 0xb5, 0xa8, 0x1d, + 0x62, 0xb2, 0x58, 0x30, 0x6c, 0x1d, 0xc5, 0x83, 0x18, 0x8f, 0x6b, 0xe4, 0x50, 0xab, 0x7f, 0x57, + 0x20, 0xc1, 0x77, 0xe8, 0x74, 0x1b, 0x2a, 0xa4, 0x48, 0x70, 0x26, 0x18, 0x22, 0x9c, 0xc1, 0x7a, + 0x34, 0xa3, 0xf8, 0x58, 0x46, 0x4d, 0x58, 0x3a, 0x0b, 0x28, 0x65, 0x9b, 0x3d, 0x31, 0xf3, 0x88, + 0x8d, 0xe2, 0x45, 0x69, 0x9b, 0xab, 0x6b, 0xa1, 0x19, 0xf5, 0x9b, 0xb0, 0x28, 0x48, 0x53, 0x47, + 0x27, 0xbb, 0xc0, 0xbb, 0x84, 0xf2, 0x1b, 0xba, 0x0c, 0x34, 0x5c, 0xab, 0x3d, 0xc8, 0x8d, 0x9e, + 0x7c, 0xf4, 0x75, 0xc8, 0xf1, 0x7b, 0x38, 0x75, 0x75, 0xe2, 0x61, 0xdc, 0xbe, 0x2f, 0x6d, 0x65, + 0x19, 0xb5, 0xe5, 0x9e, 0x70, 0x1a, 0xf3, 0x43, 0x48, 0xcf, 0x96, 0xf6, 0xf8, 0xef, 0xe8, 0xa4, + 0xe3, 0x31, 0xc4, 0x47, 0x26, 0x1d, 0xef, 0xce, 0x05, 0xac, 0x8c, 0x01, 0x0d, 0x32, 0xa7, 0xc0, + 0x97, 0xc2, 0xcb, 0xf2, 0xde, 0xb5, 0xe1, 0x6b, 0x02, 0xbb, 0xd4, 0xdf, 0xc5, 0x21, 0x3d, 0xc0, + 0x9f, 0x6b, 0x34, 0xf4, 0x25, 0xc8, 0xb1, 0xfd, 0x6c, 0x50, 0x8a, 0xcd, 0x68, 0x76, 0xcb, 0x03, + 0x2a, 0xdf, 0xe6, 0x7b, 0xe1, 0xc4, 0x4a, 0x5c, 0x6f, 0x62, 0x85, 0xf3, 0xea, 0x74, 0xb8, 0x45, + 0x92, 0xbc, 0x16, 0x77, 0xae, 0x83, 0xb3, 0x13, 0xfb, 0xe4, 0xb7, 0xca, 0x60, 0xa3, 0x4c, 0x2f, + 0xc1, 0x03, 0x58, 0x71, 0x3d, 0xec, 0xb0, 0x6d, 0xab, 0xcb, 0x07, 0x8f, 0x98, 0xbd, 0xb5, 0xc7, + 0xf0, 0x5f, 0x6a, 0x78, 0xd8, 0x39, 0xf5, 0xad, 0x2d, 0x6e, 0x50, 0x5b, 0x76, 0xa3, 0x4b, 0xf5, + 0x05, 0x58, 0x1e, 0xe1, 0xa3, 0x3c, 0xc4, 0x87, 0x38, 0xc0, 0x7e, 0xaa, 0x45, 0x80, 0x08, 0xc6, + 0x4e, 0x8d, 0x5c, 0xed, 0x40, 0x26, 0x32, 0x07, 0xd0, 0xbd, 0xd1, 0xa1, 0xa2, 0xcc, 0x7c, 0x2f, + 0x9f, 0x1c, 0x2a, 0x23, 0x13, 0x45, 0x6d, 0xc2, 0xea, 0xc4, 0x2c, 0x40, 0xaf, 0x42, 0xde, 0x64, + 0x3f, 0x1d, 0xfe, 0xb1, 0x40, 0x8f, 0xdc, 0x01, 0x57, 0x22, 0x74, 0x7e, 0xef, 0x92, 0xd9, 0xc5, + 0x86, 0xd9, 0xfd, 0x21, 0x06, 0x30, 0x84, 0xfd, 0x47, 0x34, 0xa6, 0x09, 0x49, 0x8b, 0xe2, 0x9e, + 0x00, 0xaa, 0xf9, 0x26, 0xfb, 0xd0, 0x76, 0xa9, 0x46, 0x71, 0x4f, 0x13, 0x86, 0xd4, 0x3f, 0x29, + 0x90, 0x60, 0x6b, 0x74, 0x04, 0x09, 0xfe, 0x76, 0x51, 0xe6, 0x1e, 0x27, 0xc2, 0x2a, 0x33, 0xc2, + 0xdf, 0x2f, 0xdc, 0xcc, 0x30, 0xfe, 0x58, 0x34, 0xfe, 0x75, 0xc8, 0x98, 0x98, 0xb4, 0x7d, 0xcb, + 0xe3, 0x9b, 0x2a, 0x84, 0x86, 0x21, 0xe9, 0x49, 0x1d, 0x1d, 0xf5, 0xf7, 0x31, 0xc8, 0x8d, 0xce, + 0x39, 0xd4, 0x0a, 0x8b, 0x27, 0xb6, 0xc1, 0x87, 0xd7, 0x9e, 0x98, 0xff, 0x17, 0x05, 0xfc, 0x10, + 0x72, 0xa3, 0x71, 0xb1, 0x3d, 0x7b, 0x8e, 0xfb, 0xe1, 0x89, 0x3c, 0xc7, 0x7d, 0x0e, 0x95, 0x7d, + 0xc7, 0x75, 0xfa, 0xbd, 0x70, 0x74, 0x0e, 0xd6, 0xc5, 0x9f, 0x28, 0x90, 0x0a, 0x6f, 0x02, 0xa8, + 0x00, 0x37, 0xd8, 0x73, 0x69, 0xaf, 0xa1, 0x1d, 0x8d, 0x3d, 0xac, 0xb2, 0x90, 0xda, 0xdb, 0xda, + 0xa9, 0x6e, 0x37, 0x1a, 0x87, 0x79, 0x05, 0xa5, 0x21, 0x79, 0x52, 0xdf, 0xda, 0x39, 0xcc, 0xc7, + 0x18, 0xa3, 0x55, 0xad, 0x57, 0xf7, 0xb5, 0xad, 0xa3, 0x7c, 0x1c, 0x2d, 0x41, 0xfc, 0xb0, 0x76, + 0x98, 0x4f, 0x70, 0x89, 0xc3, 0x8f, 0x9b, 0xd5, 0x7c, 0x12, 0xa5, 0x20, 0x51, 0xaf, 0x1d, 0x57, + 0xf3, 0x8b, 0x8c, 0x78, 0xb7, 0xb6, 0x5d, 0xd5, 0xf2, 0x4b, 0xe8, 0x29, 0x58, 0xdd, 0xda, 0x69, + 0xd5, 0x1a, 0xc7, 0x27, 0x7a, 0xe3, 0x58, 0xdf, 0x6f, 0x34, 0xf6, 0xeb, 0xd5, 0x7c, 0x6a, 0x3b, + 0x0d, 0x4b, 0xf2, 0x13, 0x85, 0xfa, 0x43, 0x05, 0xd0, 0xe4, 0xb3, 0x1b, 0xbd, 0x31, 0xf9, 0x96, + 0x8f, 0x1c, 0xe0, 0xb1, 0x47, 0xf9, 0x2c, 0x1f, 0x0f, 0x62, 0x97, 0x7f, 0x3c, 0x28, 0x52, 0xc8, + 0x46, 0x3f, 0xb7, 0xa1, 0xe7, 0xe0, 0xd6, 0xbd, 0xea, 0xf6, 0x41, 0xa3, 0x71, 0xa8, 0x9f, 0xb4, + 0xb6, 0x5a, 0xe3, 0x2f, 0xd0, 0x5b, 0xf0, 0xd4, 0x28, 0xbb, 0x7a, 0xbc, 0xb5, 0x5d, 0xaf, 0xee, + 0xe6, 0x15, 0xb4, 0x09, 0x2f, 0x4f, 0x65, 0xe9, 0x7b, 0x0d, 0x4d, 0x3f, 0xa9, 0x37, 0x5a, 0xfa, + 0x5e, 0xad, 0x5e, 0xaf, 0x1d, 0xef, 0xe7, 0x63, 0xc5, 0x3f, 0x2b, 0x80, 0x18, 0x14, 0x88, 0x40, + 0x88, 0x86, 0x1f, 0x04, 0x98, 0x50, 0x74, 0x13, 0x16, 0x45, 0xa0, 0x32, 0x5f, 0xb9, 0x62, 0x37, + 0x24, 0xdb, 0x70, 0xba, 0x01, 0xbb, 0xc4, 0xb4, 0x5d, 0x33, 0xcc, 0x2a, 0x1b, 0x12, 0x77, 0x5c, + 0x13, 0xa3, 0x7d, 0xc8, 0xc8, 0xc4, 0x1f, 0x5a, 0xf8, 0x82, 0x6f, 0xca, 0x5c, 0xe5, 0xe5, 0xab, + 0x37, 0xde, 0x5d, 0x0b, 0x5f, 0x68, 0x60, 0x0d, 0x7e, 0xb3, 0xfb, 0x92, 0xc7, 0x3c, 0x11, 0xeb, + 0x33, 0x2c, 0xbf, 0x0e, 0xa4, 0x18, 0xe1, 0xc4, 0xfa, 0x8c, 0xd5, 0x07, 0x38, 0x93, 0xba, 0xe7, + 0xd8, 0x91, 0xaf, 0x5a, 0x2e, 0xde, 0x62, 0x84, 0xe2, 0xe7, 0xb0, 0x36, 0x92, 0x97, 0xbc, 0xc7, + 0xbc, 0x0f, 0x4b, 0xc2, 0x41, 0x78, 0xec, 0x8b, 0x57, 0xc7, 0xa5, 0x85, 0x2a, 0xe8, 0x65, 0x58, + 0x71, 0xd8, 0x2d, 0x28, 0xe2, 0x58, 0x14, 0x60, 0x99, 0x91, 0x9b, 0x03, 0xe7, 0x3f, 0x57, 0x20, + 0xbf, 0x8f, 0xa5, 0xf3, 0xb0, 0xa6, 0xd3, 0x3e, 0x03, 0xfc, 0x4f, 0xeb, 0x59, 0xfc, 0x8b, 0x02, + 0x6b, 0x3b, 0x3e, 0x36, 0x28, 0x1e, 0x8d, 0xec, 0x51, 0xdd, 0xbe, 0x0d, 0x8b, 0x42, 0x5b, 0x8e, + 0xfb, 0x59, 0x6a, 0x25, 0x35, 0x26, 0x33, 0x8b, 0x5f, 0x9d, 0x59, 0xe2, 0xda, 0x99, 0xfd, 0x5b, + 0x81, 0xb5, 0x53, 0xcf, 0x9c, 0xc8, 0x6c, 0x98, 0x81, 0xf2, 0xf8, 0x19, 0x4c, 0xeb, 0xcd, 0x1d, + 0xc8, 0x04, 0xdc, 0x2f, 0xff, 0xa2, 0x2f, 0x3f, 0x20, 0xa8, 0x13, 0xef, 0xf3, 0x3d, 0x0b, 0xdb, + 0xe6, 0x91, 0x41, 0xce, 0x35, 0x10, 0xe2, 0xec, 0xf7, 0x93, 0x4b, 0xff, 0x55, 0x58, 0xdb, 0xc5, + 0x36, 0x1e, 0xcf, 0x7e, 0xca, 0x8e, 0x2b, 0xfe, 0x33, 0x06, 0xb7, 0xb6, 0x0d, 0xda, 0xbe, 0x1f, + 0x2d, 0xd7, 0x95, 0xe7, 0x7e, 0x13, 0xf2, 0x32, 0xd2, 0x33, 0xa6, 0xab, 0x0f, 0x2e, 0x2b, 0xec, + 0xb5, 0x28, 0x38, 0xc2, 0xa8, 0x6f, 0xa1, 0x8f, 0x61, 0x6d, 0x44, 0xd6, 0x72, 0x6c, 0xcb, 0xc1, + 0xb2, 0x34, 0xaf, 0x5c, 0x9d, 0x1d, 0x37, 0xc4, 0x1e, 0xd2, 0x11, 0xbb, 0x35, 0x6e, 0x63, 0xb2, + 0x25, 0x89, 0xab, 0x5b, 0x92, 0x7c, 0x9c, 0x96, 0x2c, 0x5e, 0xb7, 0x25, 0xdb, 0x39, 0xc8, 0x46, + 0xab, 0x50, 0xfc, 0x04, 0xd4, 0x69, 0x65, 0x7f, 0x12, 0xb0, 0x54, 0x7c, 0x20, 0x5b, 0x1a, 0xdd, + 0x03, 0x57, 0xb6, 0x34, 0xe2, 0x32, 0x36, 0xbf, 0xcb, 0x43, 0xc8, 0x44, 0xba, 0xf5, 0x78, 0xf1, + 0x6f, 0x7e, 0x0b, 0xa0, 0x16, 0x45, 0xfd, 0xa7, 0x6b, 0xc7, 0xad, 0xea, 0x71, 0x4b, 0xbf, 0x5b, + 0xab, 0xde, 0x1b, 0x1b, 0x7b, 0x37, 0x20, 0x1f, 0x65, 0xee, 0x9d, 0xd6, 0xeb, 0x79, 0xa5, 0xf2, + 0xd7, 0x14, 0x2c, 0xc9, 0xb4, 0xd1, 0x57, 0x0a, 0x64, 0x22, 0xc8, 0x8f, 0x4a, 0x97, 0x45, 0x32, + 0x39, 0xfa, 0xd4, 0xf2, 0xcc, 0xf2, 0xa2, 0x77, 0xc5, 0xd7, 0x7f, 0xf0, 0xc7, 0x7f, 0xfc, 0x2c, + 0xf6, 0x0a, 0x7a, 0xa9, 0xfc, 0xb0, 0x52, 0xfe, 0x5c, 0x54, 0xf7, 0x03, 0xcf, 0x77, 0xbf, 0x8f, + 0xdb, 0x94, 0x94, 0x37, 0xcb, 0x46, 0x17, 0x3b, 0xf4, 0x8b, 0x72, 0x38, 0x43, 0x7e, 0xaa, 0x40, + 0x7a, 0x30, 0x1b, 0xd0, 0xa5, 0x7f, 0xa1, 0x19, 0x1f, 0x21, 0xea, 0x0c, 0x55, 0x1d, 0x0b, 0x87, + 0x9d, 0xf9, 0x89, 0x60, 0xc2, 0x58, 0xca, 0x9b, 0x5f, 0xa0, 0x2f, 0x15, 0xc8, 0x46, 0x67, 0x02, + 0xba, 0x34, 0xff, 0x29, 0xd3, 0x63, 0xa6, 0xa0, 0xde, 0xe6, 0x41, 0x95, 0x8b, 0xb3, 0xd5, 0xe8, + 0x76, 0x08, 0xc1, 0xbf, 0x54, 0x20, 0x1b, 0x3d, 0x30, 0x97, 0x07, 0x37, 0x65, 0x00, 0xcc, 0x14, + 0xdc, 0xfb, 0x3c, 0xb8, 0x77, 0x2a, 0xaf, 0xf1, 0xe0, 0xe4, 0x9f, 0xa7, 0xaf, 0x2a, 0xdc, 0x20, + 0xc6, 0x1f, 0x29, 0x90, 0x8d, 0x1e, 0xbc, 0xcb, 0x63, 0x9c, 0x02, 0xd3, 0xea, 0xcd, 0x09, 0x6c, + 0xaa, 0xf6, 0x3c, 0xda, 0x0f, 0x3b, 0xb9, 0x39, 0x63, 0x27, 0x7f, 0xad, 0x00, 0x9a, 0x84, 0x18, + 0x74, 0xe9, 0xf3, 0xf6, 0x91, 0x93, 0x40, 0x7d, 0x2e, 0x54, 0x8b, 0xfc, 0x69, 0x9c, 0x3d, 0xd9, + 0xc5, 0x5f, 0xbe, 0xc3, 0x9a, 0x15, 0xdf, 0x9c, 0xad, 0xa1, 0x67, 0x43, 0x3f, 0xb7, 0x95, 0xcd, + 0x61, 0xa8, 0x23, 0x88, 0x35, 0x43, 0xa8, 0xd3, 0x10, 0xee, 0xbf, 0x11, 0xaa, 0xf0, 0x73, 0x5b, + 0xd9, 0xdc, 0xfe, 0x52, 0x81, 0xe7, 0xdb, 0x6e, 0xef, 0x92, 0xc8, 0xb6, 0x25, 0x12, 0x36, 0x59, + 0xf7, 0x9a, 0xca, 0x27, 0xbb, 0x52, 0xb4, 0xeb, 0xb2, 0xb1, 0x54, 0x72, 0xfd, 0x6e, 0xb9, 0x8b, + 0x1d, 0xde, 0xdb, 0xb2, 0x60, 0x19, 0x9e, 0x45, 0xa6, 0xfd, 0x73, 0xc2, 0x9d, 0xe1, 0xea, 0x5f, + 0x8a, 0xf2, 0xab, 0x58, 0x6c, 0x77, 0xef, 0x37, 0x31, 0x75, 0x5f, 0x98, 0xdb, 0xe1, 0x9e, 0x77, + 0x87, 0x9e, 0xef, 0x56, 0xce, 0x16, 0xb9, 0xd5, 0xb7, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0xe0, + 0xe1, 0x3b, 0xf8, 0x6f, 0x21, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2/session.pb.go b/googleapis/cloud/dialogflow/v2/session.pb.go index dde309a0bb5afb382486ae6cf03444b19476fc45..7b09c0d4a4db90cf90bb466777c75b0c4821071b 100644 --- a/googleapis/cloud/dialogflow/v2/session.pb.go +++ b/googleapis/cloud/dialogflow/v2/session.pb.go @@ -28,7 +28,9 @@ var _ = math.Inf const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // Audio encoding of the audio content sent in the conversational query request. -// Refer to the [Cloud Speech API documentation](/speech/docs/basics) for more +// Refer to the +// [Cloud Speech API +// documentation](https://cloud.google.com/speech-to-text/docs/basics) for more // details. type AudioEncoding int32 @@ -94,7 +96,7 @@ func (x AudioEncoding) String() string { return proto.EnumName(AudioEncoding_name, int32(x)) } func (AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_5c89eec6880587a6, []int{0} + return fileDescriptor_session_32b76551dbbad967, []int{0} } // Type of the response message. @@ -130,7 +132,7 @@ func (x StreamingRecognitionResult_MessageType) String() string { return proto.EnumName(StreamingRecognitionResult_MessageType_name, int32(x)) } func (StreamingRecognitionResult_MessageType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_5c89eec6880587a6, []int{7, 0} + return fileDescriptor_session_32b76551dbbad967, []int{7, 0} } // The request to detect user's intent. @@ -152,6 +154,10 @@ type DetectIntentRequest struct { // // 3. an event that specifies which intent to trigger. QueryInput *QueryInput `protobuf:"bytes,3,opt,name=query_input,json=queryInput,proto3" json:"query_input,omitempty"` + // Optional. Instructs the speech synthesizer how to generate the output + // audio. If this field is not set and agent-level speech synthesizer is not + // configured, no output audio is generated. + OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,4,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` // Optional. The natural language speech audio to be processed. This field // should be populated iff `query_input` is set to an input audio config. // A single request can contain up to 1 minute of speech audio data. @@ -165,7 +171,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_5c89eec6880587a6, []int{0} + return fileDescriptor_session_32b76551dbbad967, []int{0} } func (m *DetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentRequest.Unmarshal(m, b) @@ -206,6 +212,13 @@ func (m *DetectIntentRequest) GetQueryInput() *QueryInput { return nil } +func (m *DetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig { + if m != nil { + return m.OutputAudioConfig + } + return nil +} + func (m *DetectIntentRequest) GetInputAudio() []byte { if m != nil { return m.InputAudio @@ -218,21 +231,30 @@ type DetectIntentResponse struct { // The unique identifier of the response. It can be used to // locate a response in the training example set or for reporting issues. ResponseId string `protobuf:"bytes,1,opt,name=response_id,json=responseId,proto3" json:"response_id,omitempty"` - // The results of the conversational query or event processing. + // The selected results of the conversational query or event processing. + // See `alternative_query_results` for additional potential results. QueryResult *QueryResult `protobuf:"bytes,2,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"` - // Specifies the status of the webhook request. `webhook_status` - // is never populated in webhook requests. - WebhookStatus *status.Status `protobuf:"bytes,3,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // Specifies the status of the webhook request. + WebhookStatus *status.Status `protobuf:"bytes,3,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` + // The audio data bytes encoded as specified in the request. + // Note: The output audio is generated based on the values of default platform + // text responses found in the `query_result.fulfillment_messages` field. If + // multiple default text responses exist, they will be concatenated when + // generating audio. If no default platform text responses exist, the + // generated audio content will be empty. + OutputAudio []byte `protobuf:"bytes,4,opt,name=output_audio,json=outputAudio,proto3" json:"output_audio,omitempty"` + // The config used by the speech synthesizer to generate the output audio. + OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,6,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } 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_5c89eec6880587a6, []int{1} + return fileDescriptor_session_32b76551dbbad967, []int{1} } func (m *DetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentResponse.Unmarshal(m, b) @@ -273,6 +295,20 @@ func (m *DetectIntentResponse) GetWebhookStatus() *status.Status { return nil } +func (m *DetectIntentResponse) GetOutputAudio() []byte { + if m != nil { + return m.OutputAudio + } + return nil +} + +func (m *DetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig { + if m != nil { + return m.OutputAudioConfig + } + return nil +} + // Represents the parameters of the conversational query. type QueryParameters struct { // Optional. The time zone of this conversational query from the @@ -288,23 +324,26 @@ type QueryParameters struct { // Optional. Specifies whether to delete all contexts in the current session // before the new ones are activated. ResetContexts bool `protobuf:"varint,4,opt,name=reset_contexts,json=resetContexts,proto3" json:"reset_contexts,omitempty"` - // Optional. The collection of session entity types to replace or extend - // developer entities with for this query only. The entity synonyms apply - // to all languages. + // Optional. Additional session entity types to replace or extend developer + // entity types with. The entity synonyms apply to all languages and persist + // for the session of this query. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,5,rep,name=session_entity_types,json=sessionEntityTypes,proto3" json:"session_entity_types,omitempty"` // Optional. This field can be used to pass custom data into the webhook // associated with the agent. Arbitrary JSON objects are supported. - Payload *_struct.Struct `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + Payload *_struct.Struct `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"` + // Optional. Configures the type of sentiment analysis to perform. If not + // provided, sentiment analysis is not performed. + SentimentAnalysisRequestConfig *SentimentAnalysisRequestConfig `protobuf:"bytes,10,opt,name=sentiment_analysis_request_config,json=sentimentAnalysisRequestConfig,proto3" json:"sentiment_analysis_request_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } 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_5c89eec6880587a6, []int{2} + return fileDescriptor_session_32b76551dbbad967, []int{2} } func (m *QueryParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryParameters.Unmarshal(m, b) @@ -366,6 +405,13 @@ func (m *QueryParameters) GetPayload() *_struct.Struct { return nil } +func (m *QueryParameters) GetSentimentAnalysisRequestConfig() *SentimentAnalysisRequestConfig { + if m != nil { + return m.SentimentAnalysisRequestConfig + } + return nil +} + // Represents the query input. It can contain either: // // 1. An audio config which @@ -391,7 +437,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_5c89eec6880587a6, []int{3} + return fileDescriptor_session_32b76551dbbad967, []int{3} } func (m *QueryInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryInput.Unmarshal(m, b) @@ -565,7 +611,8 @@ type QueryResult struct { // - If an event was provided as input, `query_text` is not set. QueryText string `protobuf:"bytes,1,opt,name=query_text,json=queryText,proto3" json:"query_text,omitempty"` // The language that was triggered during intent detection. - // See [Language Support](https://dialogflow.com/docs/reference/language) + // See [Language + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) // for a list of the currently supported language codes. LanguageCode string `protobuf:"bytes,15,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // The Speech recognition confidence between 0.0 and 1.0. A higher number @@ -573,10 +620,10 @@ type QueryResult struct { // correct. The default of 0.0 is a sentinel value indicating that confidence // was not set. // - // You should not rely on this field as it isn't guaranteed to be accurate, or - // even set. In particular this field isn't set in Webhook calls and for - // StreamingDetectIntent since the streaming endpoint has separate confidence - // estimates per portion of the audio in StreamingRecognitionResult. + // This field is not guaranteed to be accurate or set. In particular this + // field isn't set for StreamingDetectIntent since the streaming endpoint has + // separate confidence estimates per portion of the audio in + // StreamingRecognitionResult. SpeechRecognitionConfidence float32 `protobuf:"fixed32,2,opt,name=speech_recognition_confidence,json=speechRecognitionConfidence,proto3" json:"speech_recognition_confidence,omitempty"` // The action name from the matched intent. Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"` @@ -589,6 +636,7 @@ type QueryResult struct { // matched intent doesn't contain any required parameters. AllRequiredParamsPresent bool `protobuf:"varint,5,opt,name=all_required_params_present,json=allRequiredParamsPresent,proto3" json:"all_required_params_present,omitempty"` // The text to be pronounced to the user or shown on the screen. + // Note: This is a legacy field, `fulfillment_messages` should be preferred. FulfillmentText string `protobuf:"bytes,6,opt,name=fulfillment_text,json=fulfillmentText,proto3" json:"fulfillment_text,omitempty"` // The collection of rich messages to present to the user. FulfillmentMessages []*Intent_Message `protobuf:"bytes,7,rep,name=fulfillment_messages,json=fulfillmentMessages,proto3" json:"fulfillment_messages,omitempty"` @@ -609,20 +657,26 @@ type QueryResult struct { Intent *Intent `protobuf:"bytes,11,opt,name=intent,proto3" json:"intent,omitempty"` // The intent detection confidence. Values range from 0.0 // (completely uncertain) to 1.0 (completely certain). + // If there are `multiple knowledge_answers` messages, this value is set to + // the greatest `knowledgeAnswers.match_confidence` value in the list. IntentDetectionConfidence float32 `protobuf:"fixed32,12,opt,name=intent_detection_confidence,json=intentDetectionConfidence,proto3" json:"intent_detection_confidence,omitempty"` - // The free-form diagnostic info. For example, this field - // could contain webhook call latency. - DiagnosticInfo *_struct.Struct `protobuf:"bytes,14,opt,name=diagnostic_info,json=diagnosticInfo,proto3" json:"diagnostic_info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // The free-form diagnostic info. For example, this field could contain + // webhook call latency. The string keys of the Struct's fields map can change + // without notice. + DiagnosticInfo *_struct.Struct `protobuf:"bytes,14,opt,name=diagnostic_info,json=diagnosticInfo,proto3" json:"diagnostic_info,omitempty"` + // The sentiment analysis result, which depends on the + // `sentiment_analysis_request_config` specified in the request. + SentimentAnalysisResult *SentimentAnalysisResult `protobuf:"bytes,17,opt,name=sentiment_analysis_result,json=sentimentAnalysisResult,proto3" json:"sentiment_analysis_result,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } 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_5c89eec6880587a6, []int{4} + return fileDescriptor_session_32b76551dbbad967, []int{4} } func (m *QueryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResult.Unmarshal(m, b) @@ -740,14 +794,20 @@ func (m *QueryResult) GetDiagnosticInfo() *_struct.Struct { return nil } +func (m *QueryResult) GetSentimentAnalysisResult() *SentimentAnalysisResult { + if m != nil { + return m.SentimentAnalysisResult + } + return nil +} + // The top-level message sent by the client to the // `StreamingDetectIntent` method. // // Multiple request messages should be sent in order: // // 1. The first message must contain `session`, `query_input` plus optionally -// `query_params` and/or `single_utterance`. The message must not contain -// `input_audio`. +// `query_params` and/or `single_utterance`. The message must not contain `input_audio`. // // 2. If `query_input` was set to a streaming input audio config, // all subsequent messages must contain only `input_audio`. @@ -756,7 +816,7 @@ type StreamingDetectIntentRequest struct { // Required. The name of the session the query is sent to. // Format of the session name: // `projects/<Project ID>/agent/sessions/<Session ID>`. It’s up to the API - // caller to choose an appropriate <Session ID>. It can be a random number or + // caller to choose an appropriate `Session ID`. It can be a random number or // some type of user identifier (preferably hashed). The length of the session // ID must not exceed 36 characters. Session string `protobuf:"bytes,1,opt,name=session,proto3" json:"session,omitempty"` @@ -780,6 +840,10 @@ type StreamingDetectIntentRequest struct { // needed. // This setting is ignored when `query_input` is a piece of text or an event. SingleUtterance bool `protobuf:"varint,4,opt,name=single_utterance,json=singleUtterance,proto3" json:"single_utterance,omitempty"` + // Optional. Instructs the speech synthesizer how to generate the output + // audio. If this field is not set and agent-level speech synthesizer is not + // configured, no output audio is generated. + OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,5,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` // Optional. The input audio content to be recognized. Must be sent if // `query_input` was set to a streaming input audio config. The complete audio // over all streaming messages must not exceed 1 minute. @@ -793,7 +857,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_5c89eec6880587a6, []int{5} + return fileDescriptor_session_32b76551dbbad967, []int{5} } func (m *StreamingDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentRequest.Unmarshal(m, b) @@ -841,6 +905,13 @@ func (m *StreamingDetectIntentRequest) GetSingleUtterance() bool { return false } +func (m *StreamingDetectIntentRequest) GetOutputAudioConfig() *OutputAudioConfig { + if m != nil { + return m.OutputAudioConfig + } + return nil +} + func (m *StreamingDetectIntentRequest) GetInputAudio() []byte { if m != nil { return m.InputAudio @@ -869,17 +940,23 @@ type StreamingDetectIntentResponse struct { // The result of the conversational query or event processing. QueryResult *QueryResult `protobuf:"bytes,3,opt,name=query_result,json=queryResult,proto3" json:"query_result,omitempty"` // Specifies the status of the webhook request. - WebhookStatus *status.Status `protobuf:"bytes,4,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + WebhookStatus *status.Status `protobuf:"bytes,4,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` + // The audio data bytes encoded as specified in the request. + OutputAudio []byte `protobuf:"bytes,5,opt,name=output_audio,json=outputAudio,proto3" json:"output_audio,omitempty"` + // Instructs the speech synthesizer how to generate the output audio. This + // field is populated from the agent-level speech synthesizer configuration, + // if enabled. + OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,6,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *StreamingDetectIntentResponse) Reset() { *m = StreamingDetectIntentResponse{} } func (m *StreamingDetectIntentResponse) String() string { return proto.CompactTextString(m) } func (*StreamingDetectIntentResponse) ProtoMessage() {} func (*StreamingDetectIntentResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_session_5c89eec6880587a6, []int{6} + return fileDescriptor_session_32b76551dbbad967, []int{6} } func (m *StreamingDetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentResponse.Unmarshal(m, b) @@ -927,6 +1004,20 @@ func (m *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status { return nil } +func (m *StreamingDetectIntentResponse) GetOutputAudio() []byte { + if m != nil { + return m.OutputAudio + } + return nil +} + +func (m *StreamingDetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfig { + if m != nil { + return m.OutputAudioConfig + } + return nil +} + // Contains a speech recognition result corresponding to a portion of the audio // that is currently being processed or an indication that this is the end // of the single requested utterance. @@ -946,7 +1037,7 @@ func (m *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status { // // 6. transcript: " that is" // -// 7. recognition_event_type: `RECOGNITION_EVENT_END_OF_SINGLE_UTTERANCE` +// 7. message_type: `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE` // // 8. transcript: " that is the question" // is_final: true @@ -959,18 +1050,17 @@ func (m *StreamingDetectIntentResponse) GetWebhookStatus() *status.Status { // // * for `MESSAGE_TYPE_TRANSCRIPT`: `transcript` and possibly `is_final`. // -// * for `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE`: only `event_type`. +// * for `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE`: only `message_type`. type StreamingRecognitionResult struct { // Type of the result message. MessageType StreamingRecognitionResult_MessageType `protobuf:"varint,1,opt,name=message_type,json=messageType,proto3,enum=google.cloud.dialogflow.v2.StreamingRecognitionResult_MessageType" json:"message_type,omitempty"` // Transcript text representing the words that the user spoke. - // Populated if and only if `event_type` = `RECOGNITION_EVENT_TRANSCRIPT`. + // Populated if and only if `message_type` = `MESSAGE_TYPE_TRANSCRIPT`. Transcript string `protobuf:"bytes,2,opt,name=transcript,proto3" json:"transcript,omitempty"` - // The default of 0.0 is a sentinel value indicating `confidence` was not set. // If `false`, the `StreamingRecognitionResult` represents an // interim result that may change. If `true`, the recognizer will not return // any further hypotheses about this piece of the audio. May only be populated - // for `event_type` = `RECOGNITION_EVENT_TRANSCRIPT`. + // for `message_type` = `MESSAGE_TYPE_TRANSCRIPT`. IsFinal bool `protobuf:"varint,3,opt,name=is_final,json=isFinal,proto3" json:"is_final,omitempty"` // The Speech confidence between 0.0 and 1.0 for the current portion of audio. // A higher number indicates an estimated greater likelihood that the @@ -989,7 +1079,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_5c89eec6880587a6, []int{7} + return fileDescriptor_session_32b76551dbbad967, []int{7} } func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionResult.Unmarshal(m, b) @@ -1042,18 +1132,22 @@ type InputAudioConfig struct { // Required. Audio encoding of the audio content to process. AudioEncoding AudioEncoding `protobuf:"varint,1,opt,name=audio_encoding,json=audioEncoding,proto3,enum=google.cloud.dialogflow.v2.AudioEncoding" json:"audio_encoding,omitempty"` // Required. Sample rate (in Hertz) of the audio content sent in the query. - // Refer to [Cloud Speech API documentation](/speech/docs/basics) for more - // details. + // Refer to + // [Cloud Speech API + // documentation](https://cloud.google.com/speech-to-text/docs/basics) for + // more details. SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` // Required. The language of the supplied audio. Dialogflow does not do // translations. See [Language - // Support](https://dialogflow.com/docs/languages) for a list of the - // currently supported language codes. Note that queries in the same session - // do not necessarily need to specify the same language. + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. Note that queries in + // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The collection of phrase hints which are used to boost accuracy // of speech recognition. - // Refer to [Cloud Speech API documentation](/speech/docs/basics#phrase-hints) + // Refer to + // [Cloud Speech API + // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) // for more details. PhraseHints []string `protobuf:"bytes,4,rep,name=phrase_hints,json=phraseHints,proto3" json:"phrase_hints,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -1065,7 +1159,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_session_5c89eec6880587a6, []int{8} + return fileDescriptor_session_32b76551dbbad967, []int{8} } func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InputAudioConfig.Unmarshal(m, b) @@ -1116,12 +1210,12 @@ func (m *InputAudioConfig) GetPhraseHints() []string { // Represents the natural language text to be processed. type TextInput struct { // Required. The UTF-8 encoded natural language text to be processed. - // Text length must not exceed 256 bytes. + // Text length must not exceed 256 characters. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // Required. The language of this conversational query. See [Language - // Support](https://dialogflow.com/docs/languages) for a list of the - // currently supported language codes. Note that queries in the same session - // do not necessarily need to specify the same language. + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. Note that queries in + // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1132,7 +1226,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_5c89eec6880587a6, []int{9} + return fileDescriptor_session_32b76551dbbad967, []int{9} } func (m *TextInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextInput.Unmarshal(m, b) @@ -1167,19 +1261,19 @@ func (m *TextInput) GetLanguageCode() string { } // Events allow for matching intents by event name instead of the natural -// language input. For instance, input `<event: { name: “welcome_eventâ€, -// parameters: { name: “Sam†} }>` can trigger a personalized welcome response. +// language input. For instance, input `<event: { name: "welcome_event", +// parameters: { name: "Sam" } }>` can trigger a personalized welcome response. // The parameter `name` may be used by the agent in the response: -// `“Hello #welcome_event.name! What can I do for you today?â€`. +// `"Hello #welcome_event.name! What can I do for you today?"`. type EventInput struct { // Required. The unique identifier of the event. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The collection of parameters associated with the event. Parameters *_struct.Struct `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"` // Required. The language of this query. See [Language - // Support](https://dialogflow.com/docs/languages) for a list of the - // currently supported language codes. Note that queries in the same session - // do not necessarily need to specify the same language. + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. Note that queries in + // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1190,7 +1284,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_5c89eec6880587a6, []int{10} + return fileDescriptor_session_32b76551dbbad967, []int{10} } func (m *EventInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventInput.Unmarshal(m, b) @@ -1231,6 +1325,141 @@ func (m *EventInput) GetLanguageCode() string { return "" } +// Configures the types of sentiment analysis to perform. +type SentimentAnalysisRequestConfig struct { + // Optional. Instructs the service to perform sentiment analysis on + // `query_text`. If not provided, sentiment analysis is not performed on + // `query_text`. + AnalyzeQueryTextSentiment bool `protobuf:"varint,1,opt,name=analyze_query_text_sentiment,json=analyzeQueryTextSentiment,proto3" json:"analyze_query_text_sentiment,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *SentimentAnalysisRequestConfig) Reset() { *m = SentimentAnalysisRequestConfig{} } +func (m *SentimentAnalysisRequestConfig) String() string { return proto.CompactTextString(m) } +func (*SentimentAnalysisRequestConfig) ProtoMessage() {} +func (*SentimentAnalysisRequestConfig) Descriptor() ([]byte, []int) { + return fileDescriptor_session_32b76551dbbad967, []int{11} +} +func (m *SentimentAnalysisRequestConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SentimentAnalysisRequestConfig.Unmarshal(m, b) +} +func (m *SentimentAnalysisRequestConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SentimentAnalysisRequestConfig.Marshal(b, m, deterministic) +} +func (dst *SentimentAnalysisRequestConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_SentimentAnalysisRequestConfig.Merge(dst, src) +} +func (m *SentimentAnalysisRequestConfig) XXX_Size() int { + return xxx_messageInfo_SentimentAnalysisRequestConfig.Size(m) +} +func (m *SentimentAnalysisRequestConfig) XXX_DiscardUnknown() { + xxx_messageInfo_SentimentAnalysisRequestConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_SentimentAnalysisRequestConfig proto.InternalMessageInfo + +func (m *SentimentAnalysisRequestConfig) GetAnalyzeQueryTextSentiment() bool { + if m != nil { + return m.AnalyzeQueryTextSentiment + } + return false +} + +// The result of sentiment analysis as configured by +// `sentiment_analysis_request_config`. +type SentimentAnalysisResult struct { + // The sentiment analysis result for `query_text`. + QueryTextSentiment *Sentiment `protobuf:"bytes,1,opt,name=query_text_sentiment,json=queryTextSentiment,proto3" json:"query_text_sentiment,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_32b76551dbbad967, []int{12} +} +func (m *SentimentAnalysisResult) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_SentimentAnalysisResult.Unmarshal(m, b) +} +func (m *SentimentAnalysisResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_SentimentAnalysisResult.Marshal(b, m, deterministic) +} +func (dst *SentimentAnalysisResult) XXX_Merge(src proto.Message) { + xxx_messageInfo_SentimentAnalysisResult.Merge(dst, src) +} +func (m *SentimentAnalysisResult) XXX_Size() int { + return xxx_messageInfo_SentimentAnalysisResult.Size(m) +} +func (m *SentimentAnalysisResult) XXX_DiscardUnknown() { + xxx_messageInfo_SentimentAnalysisResult.DiscardUnknown(m) +} + +var xxx_messageInfo_SentimentAnalysisResult proto.InternalMessageInfo + +func (m *SentimentAnalysisResult) GetQueryTextSentiment() *Sentiment { + if m != nil { + return m.QueryTextSentiment + } + return nil +} + +// The sentiment, such as positive/negative feeling or association, for a unit +// of analysis, such as the query text. +type Sentiment struct { + // Sentiment score between -1.0 (negative sentiment) and 1.0 (positive + // sentiment). + Score float32 `protobuf:"fixed32,1,opt,name=score,proto3" json:"score,omitempty"` + // A non-negative number in the [0, +inf) range, which represents the absolute + // magnitude of sentiment, regardless of score (positive or negative). + Magnitude float32 `protobuf:"fixed32,2,opt,name=magnitude,proto3" json:"magnitude,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_32b76551dbbad967, []int{13} +} +func (m *Sentiment) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Sentiment.Unmarshal(m, b) +} +func (m *Sentiment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Sentiment.Marshal(b, m, deterministic) +} +func (dst *Sentiment) XXX_Merge(src proto.Message) { + xxx_messageInfo_Sentiment.Merge(dst, src) +} +func (m *Sentiment) XXX_Size() int { + return xxx_messageInfo_Sentiment.Size(m) +} +func (m *Sentiment) XXX_DiscardUnknown() { + xxx_messageInfo_Sentiment.DiscardUnknown(m) +} + +var xxx_messageInfo_Sentiment proto.InternalMessageInfo + +func (m *Sentiment) GetScore() float32 { + if m != nil { + return m.Score + } + return 0 +} + +func (m *Sentiment) GetMagnitude() float32 { + if m != nil { + return m.Magnitude + } + return 0 +} + func init() { proto.RegisterType((*DetectIntentRequest)(nil), "google.cloud.dialogflow.v2.DetectIntentRequest") proto.RegisterType((*DetectIntentResponse)(nil), "google.cloud.dialogflow.v2.DetectIntentResponse") @@ -1243,6 +1472,9 @@ func init() { proto.RegisterType((*InputAudioConfig)(nil), "google.cloud.dialogflow.v2.InputAudioConfig") proto.RegisterType((*TextInput)(nil), "google.cloud.dialogflow.v2.TextInput") proto.RegisterType((*EventInput)(nil), "google.cloud.dialogflow.v2.EventInput") + proto.RegisterType((*SentimentAnalysisRequestConfig)(nil), "google.cloud.dialogflow.v2.SentimentAnalysisRequestConfig") + proto.RegisterType((*SentimentAnalysisResult)(nil), "google.cloud.dialogflow.v2.SentimentAnalysisResult") + proto.RegisterType((*Sentiment)(nil), "google.cloud.dialogflow.v2.Sentiment") proto.RegisterEnum("google.cloud.dialogflow.v2.AudioEncoding", AudioEncoding_name, AudioEncoding_value) proto.RegisterEnum("google.cloud.dialogflow.v2.StreamingRecognitionResult_MessageType", StreamingRecognitionResult_MessageType_name, StreamingRecognitionResult_MessageType_value) } @@ -1400,108 +1632,121 @@ var _Sessions_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/session.proto", fileDescriptor_session_5c89eec6880587a6) -} - -var fileDescriptor_session_5c89eec6880587a6 = []byte{ - // 1575 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x57, 0x4f, 0x73, 0x1b, 0x49, - 0x15, 0xcf, 0xc8, 0xff, 0xe4, 0x27, 0xd9, 0xd2, 0x76, 0xb2, 0x9b, 0x89, 0x9d, 0x84, 0xa0, 0xad, - 0xb0, 0x8a, 0x01, 0x69, 0x57, 0x50, 0x81, 0x4d, 0x6a, 0x97, 0x95, 0xa5, 0xb1, 0x2d, 0x4a, 0x96, - 0xb5, 0x2d, 0x99, 0xec, 0x6e, 0x15, 0xd5, 0xd5, 0x19, 0xb5, 0xc6, 0x03, 0xa3, 0xee, 0xf1, 0x74, - 0x2b, 0xbb, 0x5e, 0x0a, 0x0e, 0x7c, 0x02, 0xaa, 0x38, 0x52, 0x5c, 0x28, 0x4e, 0x1c, 0x38, 0x71, - 0xe0, 0xc4, 0x97, 0x80, 0x03, 0x67, 0x0a, 0x0e, 0x7c, 0x03, 0xaa, 0xb8, 0x50, 0xd3, 0x3d, 0x23, - 0x29, 0xb2, 0x23, 0xab, 0x52, 0x9c, 0xf6, 0x36, 0xfd, 0xfa, 0xf7, 0x5e, 0xbf, 0xf7, 0xe6, 0xd7, - 0xef, 0x37, 0x03, 0x65, 0x4f, 0x08, 0x2f, 0x60, 0x55, 0x37, 0x10, 0xe3, 0x41, 0x75, 0xe0, 0xd3, - 0x40, 0x78, 0xc3, 0x40, 0x7c, 0x5e, 0x7d, 0x51, 0xab, 0x4a, 0x26, 0xa5, 0x2f, 0x78, 0x25, 0x8c, - 0x84, 0x12, 0x68, 0xc7, 0x20, 0x2b, 0x1a, 0x59, 0x99, 0x22, 0x2b, 0x2f, 0x6a, 0x3b, 0x77, 0x93, - 0x28, 0x34, 0xf4, 0xab, 0x94, 0x73, 0xa1, 0xa8, 0xf2, 0x05, 0x97, 0xc6, 0x73, 0x67, 0xd1, 0x19, - 0xae, 0xe0, 0x8a, 0x7d, 0xa1, 0x12, 0xe4, 0x3b, 0x0b, 0x90, 0x3e, 0x57, 0x8c, 0xa7, 0xc0, 0xef, - 0x5e, 0x9f, 0x36, 0x61, 0x5c, 0xf9, 0xea, 0x82, 0xa8, 0x8b, 0x90, 0x25, 0x5e, 0x69, 0x9a, 0x7a, - 0xf5, 0x7c, 0x3c, 0xac, 0x4a, 0x15, 0x8d, 0xdd, 0x34, 0xe6, 0xed, 0x64, 0x37, 0x0a, 0xdd, 0xaa, - 0x54, 0x54, 0x8d, 0xd3, 0xfc, 0xed, 0x64, 0x23, 0x8e, 0x54, 0x0d, 0xa8, 0x0a, 0xb8, 0x67, 0x76, - 0x4a, 0xff, 0xb6, 0xe0, 0x66, 0x93, 0x29, 0xe6, 0xaa, 0x96, 0xce, 0x0e, 0xb3, 0xf3, 0x31, 0x93, - 0x0a, 0xd9, 0xb0, 0x91, 0x64, 0x61, 0x5b, 0x0f, 0xac, 0xf2, 0x26, 0x4e, 0x97, 0xa8, 0x03, 0xf9, - 0xf3, 0x31, 0x8b, 0x2e, 0x48, 0x48, 0x23, 0x3a, 0x92, 0x76, 0xe6, 0x81, 0x55, 0xce, 0xd5, 0xbe, - 0x59, 0x79, 0x75, 0x73, 0x2b, 0x1f, 0xc7, 0xf8, 0x6e, 0x0c, 0x67, 0x8a, 0x45, 0x12, 0xe7, 0xce, - 0x27, 0x06, 0x89, 0x0e, 0xc1, 0x2c, 0x89, 0xcf, 0xc3, 0xb1, 0xb2, 0x57, 0x74, 0xb8, 0x6f, 0x5c, - 0x1b, 0xae, 0x15, 0xa3, 0x31, 0x9c, 0x4f, 0x9e, 0xd1, 0xd7, 0x20, 0xa7, 0x43, 0x10, 0x3a, 0x1e, - 0xf8, 0xc2, 0x5e, 0x7b, 0x60, 0x95, 0xf3, 0x18, 0xb4, 0xa9, 0x1e, 0x5b, 0x4a, 0x7f, 0xb1, 0xe0, - 0xd6, 0xcb, 0xb5, 0xca, 0x50, 0x70, 0xc9, 0x62, 0xcf, 0x28, 0x79, 0x26, 0xfe, 0x20, 0x29, 0x18, - 0x52, 0x53, 0x6b, 0x80, 0x7e, 0x98, 0xd6, 0x1c, 0x31, 0x39, 0x0e, 0x54, 0x52, 0xf3, 0x3b, 0xd7, - 0x26, 0x89, 0x35, 0x3c, 0xa9, 0xd7, 0x2c, 0xd0, 0xfb, 0xb0, 0xfd, 0x39, 0x7b, 0x7e, 0x26, 0xc4, - 0x4f, 0x89, 0x79, 0x47, 0x49, 0xc9, 0x28, 0x8d, 0x16, 0x85, 0x6e, 0xa5, 0xa7, 0x77, 0xf0, 0x56, - 0x82, 0x34, 0xcb, 0xd2, 0x3f, 0x32, 0x50, 0x98, 0xeb, 0x25, 0xda, 0x85, 0x4d, 0xe5, 0x8f, 0x18, - 0xf9, 0x52, 0x70, 0x96, 0x64, 0x9e, 0x8d, 0x0d, 0x9f, 0x09, 0xce, 0xd0, 0x63, 0xc8, 0x7b, 0x4c, - 0x90, 0x40, 0xb8, 0x9a, 0xce, 0x49, 0xde, 0x37, 0xd3, 0x93, 0x34, 0xb1, 0xda, 0x54, 0xb5, 0xb9, - 0x87, 0x73, 0x1e, 0x13, 0xed, 0x04, 0x87, 0x7e, 0x00, 0xd9, 0x84, 0xd6, 0x71, 0x76, 0x2b, 0xe5, - 0x5c, 0xed, 0xed, 0x45, 0xb5, 0x36, 0x0c, 0x16, 0x4f, 0x9c, 0xd0, 0x43, 0xd8, 0x8e, 0x98, 0x64, - 0x8a, 0x4c, 0xc2, 0xac, 0x3e, 0xb0, 0xca, 0x59, 0xbc, 0xa5, 0xad, 0x8d, 0x14, 0x46, 0xe0, 0xd6, - 0x15, 0x5c, 0x97, 0xf6, 0x9a, 0x3e, 0xf3, 0xdb, 0x8b, 0xce, 0xec, 0x19, 0x3f, 0x47, 0xbb, 0xf5, - 0x2f, 0x42, 0x86, 0x91, 0x9c, 0x37, 0x49, 0xf4, 0x1e, 0x6c, 0x84, 0xf4, 0x22, 0x10, 0x74, 0x60, - 0xaf, 0xeb, 0xda, 0x6f, 0xa7, 0x31, 0xd3, 0x1b, 0x54, 0xe9, 0xe9, 0x1b, 0x84, 0x53, 0x5c, 0xe9, - 0x5f, 0x16, 0xc0, 0x94, 0x61, 0xe8, 0x63, 0xc8, 0x6b, 0x3e, 0xc5, 0x95, 0x0c, 0x7d, 0x4f, 0xb7, - 0x38, 0x57, 0xfb, 0xd6, 0xa2, 0xd4, 0x5a, 0x13, 0xca, 0x35, 0xb4, 0xcf, 0xd1, 0x0d, 0x9c, 0xa3, - 0xd3, 0x25, 0x7a, 0x0a, 0xab, 0x71, 0xf9, 0xc9, 0xdb, 0x78, 0xb8, 0x28, 0x54, 0x9f, 0x7d, 0xa1, - 0x74, 0xb8, 0xa3, 0x1b, 0x58, 0x3b, 0xa1, 0x0f, 0x61, 0x8d, 0xbd, 0x60, 0x7c, 0xa9, 0x8b, 0xe2, - 0xc4, 0xc0, 0xd4, 0xdd, 0xb8, 0xed, 0x6f, 0xc0, 0x9a, 0xbe, 0x12, 0xa5, 0xdf, 0xaf, 0x43, 0x6e, - 0x86, 0xa4, 0xe8, 0x1e, 0x98, 0xcb, 0x44, 0x74, 0x6e, 0x86, 0x49, 0x9b, 0xda, 0x12, 0x27, 0x81, - 0xde, 0x86, 0xad, 0x80, 0x72, 0x6f, 0x4c, 0x3d, 0x46, 0x5c, 0x31, 0x60, 0x76, 0x41, 0x23, 0xf2, - 0xa9, 0xb1, 0x21, 0x06, 0x0c, 0xed, 0xc3, 0x3d, 0x19, 0x32, 0xe6, 0x9e, 0x91, 0x88, 0xb9, 0xc2, - 0xe3, 0x7e, 0xcc, 0x26, 0xd3, 0xb9, 0x01, 0xe3, 0x2e, 0xd3, 0x25, 0x67, 0xf0, 0xae, 0x01, 0xe1, - 0x29, 0xa6, 0x31, 0x81, 0xa0, 0xb7, 0x60, 0x9d, 0xba, 0x9a, 0xad, 0x2b, 0xfa, 0x84, 0x64, 0x85, - 0xbe, 0x07, 0x10, 0x4e, 0x68, 0xaf, 0xe9, 0xb4, 0xe0, 0x6d, 0xce, 0x40, 0xd1, 0x07, 0xb0, 0x4b, - 0x83, 0x80, 0x44, 0xec, 0x7c, 0xec, 0x47, 0x6c, 0x90, 0xcc, 0x2d, 0x12, 0xc6, 0x54, 0xe4, 0x4a, - 0xcf, 0x89, 0x2c, 0xb6, 0x69, 0x10, 0xe0, 0x04, 0x61, 0x06, 0x53, 0xd7, 0xec, 0xa3, 0x47, 0x50, - 0x1c, 0x8e, 0x83, 0xa1, 0x1f, 0x04, 0x23, 0xc6, 0x95, 0xe9, 0xce, 0xba, 0xce, 0xac, 0x30, 0x63, - 0xd7, 0x3d, 0xfa, 0x31, 0xdc, 0x9a, 0x85, 0x8e, 0x98, 0x94, 0xd4, 0x63, 0xd2, 0xde, 0xd0, 0x74, - 0xde, 0x5b, 0xcc, 0x19, 0xad, 0x0d, 0xc7, 0xc6, 0x05, 0xdf, 0x9c, 0x89, 0x93, 0xd8, 0xf4, 0xa5, - 0x9a, 0x4c, 0x0e, 0x31, 0x8e, 0x5c, 0x66, 0x67, 0x75, 0x1e, 0x93, 0x29, 0xa1, 0x8d, 0xe8, 0x23, - 0x28, 0xa4, 0xb0, 0x94, 0xfb, 0x9b, 0x8b, 0xbb, 0x95, 0x86, 0xed, 0x1a, 0x38, 0x6a, 0x43, 0x41, - 0x8c, 0x55, 0x3c, 0x4a, 0x27, 0xd7, 0x17, 0x96, 0x9f, 0x02, 0xdb, 0xc6, 0x77, 0x72, 0xc9, 0x9f, - 0xc0, 0xba, 0x51, 0x3e, 0x3b, 0xa7, 0xd3, 0x28, 0x5d, 0xdf, 0x07, 0x9c, 0x78, 0xa0, 0x0f, 0x61, - 0xd7, 0x3c, 0x91, 0x81, 0x1e, 0xdc, 0x73, 0x74, 0xca, 0x6b, 0x3a, 0xdd, 0x31, 0x90, 0x66, 0x8a, - 0x98, 0x21, 0xd3, 0x47, 0x50, 0x18, 0xf8, 0xd4, 0xe3, 0x42, 0x2a, 0xdf, 0x25, 0x3e, 0x1f, 0x0a, - 0x7b, 0xfb, 0x9a, 0x5e, 0x4c, 0xf1, 0x2d, 0x3e, 0x14, 0xa5, 0xdf, 0x66, 0xe0, 0x6e, 0x4f, 0x45, - 0x8c, 0x8e, 0x7c, 0xee, 0x7d, 0x45, 0x94, 0xf2, 0x11, 0x14, 0xa5, 0xcf, 0xbd, 0x80, 0x91, 0xb1, - 0x52, 0x2c, 0xa2, 0x71, 0x2b, 0xcd, 0x7c, 0x2e, 0x18, 0xfb, 0x69, 0x6a, 0x9e, 0x17, 0xd5, 0xf5, - 0x4b, 0xa2, 0xfa, 0xc7, 0x0c, 0xdc, 0x7b, 0x45, 0x7f, 0x96, 0x55, 0x57, 0x06, 0x68, 0x76, 0x5c, - 0xbc, 0xa4, 0xb1, 0x8f, 0x17, 0x6a, 0x40, 0x7a, 0xee, 0xcc, 0x24, 0x49, 0x24, 0xf7, 0x8d, 0x68, - 0xde, 0x74, 0x49, 0xc4, 0x57, 0xfe, 0xaf, 0x22, 0xbe, 0xba, 0xac, 0x88, 0xff, 0x39, 0x03, 0x3b, - 0xaf, 0x4e, 0x1c, 0x31, 0xc8, 0x27, 0x73, 0x43, 0x6b, 0xa1, 0x6e, 0xd7, 0x76, 0x6d, 0xff, 0xf5, - 0xda, 0x90, 0xce, 0x13, 0xad, 0x8f, 0xb9, 0xd1, 0x74, 0x81, 0xee, 0x03, 0xa8, 0x88, 0x72, 0xe9, - 0x46, 0x7e, 0x68, 0x7a, 0xbd, 0x89, 0x67, 0x2c, 0xe8, 0x0e, 0x64, 0x7d, 0x49, 0x86, 0x3e, 0xa7, - 0x81, 0x6e, 0x54, 0x16, 0x6f, 0xf8, 0xf2, 0x20, 0x5e, 0xc6, 0xae, 0x33, 0x57, 0x70, 0x55, 0x5f, - 0xc1, 0x19, 0x4b, 0xe9, 0x13, 0xc8, 0xcd, 0x1c, 0x8b, 0xee, 0x82, 0x7d, 0xec, 0xf4, 0x7a, 0xf5, - 0x43, 0x87, 0xf4, 0x3f, 0xed, 0x3a, 0xe4, 0xb4, 0xd3, 0xeb, 0x3a, 0x8d, 0xd6, 0x41, 0xcb, 0x69, - 0x16, 0x6f, 0xa0, 0x6d, 0x80, 0x3e, 0xae, 0x77, 0x7a, 0x0d, 0xdc, 0xea, 0xf6, 0x8b, 0x16, 0xda, - 0x85, 0xdb, 0x4e, 0xa7, 0x49, 0x4e, 0x0e, 0x48, 0xaf, 0xd5, 0x39, 0x6c, 0x3b, 0xe4, 0xb4, 0xdf, - 0x77, 0x70, 0xbd, 0xd3, 0x70, 0x8a, 0x99, 0xd2, 0xdf, 0x2d, 0x28, 0xce, 0x8b, 0x2b, 0xea, 0xc2, - 0xb6, 0x11, 0x68, 0xc6, 0x5d, 0x31, 0xf0, 0xb9, 0x97, 0xb4, 0xec, 0xd1, 0xa2, 0x96, 0xe9, 0x00, - 0x4e, 0xe2, 0x80, 0xb7, 0xe8, 0xec, 0x12, 0xed, 0xc1, 0x1b, 0x92, 0x8e, 0xc2, 0x80, 0x91, 0x88, - 0x2a, 0x46, 0xce, 0x58, 0xa4, 0xbe, 0xd4, 0x2d, 0x5a, 0xc3, 0x05, 0xb3, 0x81, 0xa9, 0x62, 0x47, - 0xb1, 0xf9, 0xb2, 0x2c, 0xae, 0x5c, 0x21, 0x8b, 0x5f, 0x87, 0x7c, 0x78, 0x16, 0x51, 0xc9, 0xc8, - 0x99, 0xcf, 0xf5, 0xb7, 0xd0, 0x4a, 0x79, 0x13, 0xe7, 0x8c, 0xed, 0x28, 0x36, 0x95, 0x9a, 0xb0, - 0x39, 0xd1, 0x7a, 0x84, 0x92, 0x0f, 0x04, 0x73, 0x55, 0x8c, 0xee, 0x5f, 0x3a, 0x28, 0x73, 0xf9, - 0xa0, 0xd2, 0x2f, 0x00, 0xa6, 0x9a, 0x1f, 0x87, 0xe1, 0x74, 0x94, 0x7e, 0x15, 0xea, 0xe7, 0x39, - 0x15, 0xcd, 0x2c, 0xaf, 0xa2, 0xcb, 0x14, 0xba, 0xf7, 0x5f, 0x0b, 0xb6, 0x5e, 0x6a, 0x2d, 0xba, - 0x0f, 0x3b, 0xf5, 0xd3, 0x66, 0xeb, 0x84, 0x38, 0x9d, 0xc6, 0x49, 0xb3, 0xd5, 0x39, 0x9c, 0x7b, - 0xff, 0x77, 0xc1, 0x9e, 0xdb, 0x6f, 0xb7, 0x3a, 0x4e, 0x1d, 0x93, 0xf7, 0x1e, 0x17, 0x2d, 0x74, - 0x1b, 0x6e, 0xce, 0xed, 0x1e, 0xb4, 0xeb, 0x8d, 0x62, 0x06, 0xd9, 0x70, 0x6b, 0x6e, 0xe3, 0xf8, - 0xb4, 0x5d, 0x7f, 0x56, 0x5c, 0x41, 0x6f, 0x01, 0x9a, 0xdb, 0xa9, 0x1f, 0xe3, 0xe2, 0x2a, 0xba, - 0x03, 0x6f, 0x5e, 0xb6, 0x93, 0x67, 0xfb, 0xc5, 0xb5, 0x98, 0x73, 0x73, 0x5b, 0x27, 0x87, 0x87, - 0xe4, 0xa4, 0x7b, 0xda, 0x2b, 0xae, 0xa3, 0x47, 0xf0, 0x70, 0x6e, 0xb3, 0xd7, 0x75, 0x9c, 0x4f, - 0xc8, 0xb3, 0x56, 0xff, 0x88, 0x1c, 0x39, 0xf5, 0xa6, 0x83, 0xc9, 0xfe, 0xa7, 0x7d, 0xa7, 0xb8, - 0x51, 0xfb, 0x5b, 0x06, 0xb2, 0xc9, 0x67, 0xa9, 0x44, 0x7f, 0xb2, 0x20, 0x3f, 0x3b, 0x0e, 0x51, - 0x75, 0x11, 0x1f, 0xaf, 0x10, 0x96, 0x9d, 0x77, 0x97, 0x77, 0x30, 0xa3, 0xb4, 0x54, 0xff, 0xe5, - 0x5f, 0xff, 0xf9, 0xeb, 0xcc, 0xd3, 0xd2, 0xe3, 0xf8, 0x27, 0xf2, 0x67, 0x89, 0x0c, 0x7d, 0x10, - 0x46, 0xe2, 0x27, 0xcc, 0x55, 0xb2, 0xba, 0x57, 0xa5, 0x1e, 0xe3, 0x2a, 0xfd, 0xbd, 0x94, 0xd5, - 0xbd, 0x9f, 0x3f, 0x19, 0xcc, 0xc4, 0x79, 0x62, 0xed, 0xa1, 0x5f, 0x59, 0xf0, 0xe6, 0x95, 0xe3, - 0x1c, 0x7d, 0x7f, 0xa9, 0x11, 0x74, 0x55, 0x21, 0xef, 0xbf, 0x86, 0xa7, 0xa9, 0xa8, 0x6c, 0xbd, - 0x6b, 0xed, 0xff, 0xc6, 0x82, 0xfb, 0xae, 0x18, 0x2d, 0x08, 0xb2, 0x9f, 0x4f, 0xda, 0xde, 0x8d, - 0x09, 0xdc, 0xb5, 0x3e, 0x6b, 0x26, 0x58, 0x4f, 0xc4, 0xf4, 0xac, 0x88, 0xc8, 0xab, 0x7a, 0x8c, - 0x6b, 0x7a, 0x57, 0xcd, 0x16, 0x0d, 0x7d, 0x79, 0xd5, 0xbf, 0xf7, 0xd3, 0xe9, 0xea, 0x3f, 0x96, - 0xf5, 0xbb, 0x4c, 0xa6, 0x79, 0xf0, 0x87, 0xcc, 0xce, 0xa1, 0x09, 0xd7, 0xd0, 0x47, 0x37, 0xa7, - 0x47, 0xff, 0xa8, 0xf6, 0x7c, 0x5d, 0x47, 0xfd, 0xce, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xe8, - 0xf3, 0x64, 0x26, 0x87, 0x10, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2/session.proto", fileDescriptor_session_32b76551dbbad967) +} + +var fileDescriptor_session_32b76551dbbad967 = []byte{ + // 1791 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0x4f, 0x73, 0x23, 0x47, + 0x15, 0xdf, 0x91, 0xff, 0xea, 0x49, 0xb6, 0xb5, 0x6d, 0x27, 0x96, 0xff, 0xac, 0xd9, 0x55, 0x6a, + 0x89, 0xd7, 0x10, 0x29, 0x71, 0xa8, 0x85, 0xec, 0x56, 0xb2, 0x91, 0xa5, 0xb1, 0x2d, 0xca, 0x2b, + 0x6b, 0x5b, 0x32, 0x9b, 0xa4, 0x2a, 0xd5, 0xd5, 0x3b, 0x6a, 0x8f, 0x07, 0x46, 0xdd, 0xe3, 0xe9, + 0xd6, 0x26, 0x5e, 0x0a, 0x0e, 0x54, 0xf1, 0x05, 0xa0, 0x38, 0x71, 0xe3, 0xc8, 0x89, 0x03, 0x07, + 0x8e, 0x1c, 0xb9, 0x53, 0x45, 0xf1, 0x01, 0xe0, 0xc2, 0x27, 0xa0, 0x0a, 0x0e, 0xd4, 0xf4, 0xf4, + 0x48, 0x63, 0xd9, 0x96, 0xcd, 0x56, 0xe0, 0x90, 0x9b, 0xfa, 0xf5, 0xef, 0xbd, 0x7e, 0xf3, 0xeb, + 0xf7, 0x5e, 0xff, 0x6c, 0xd8, 0x74, 0x85, 0x70, 0x7d, 0x56, 0x71, 0x7c, 0xd1, 0xef, 0x56, 0xba, + 0x1e, 0xf5, 0x85, 0x7b, 0xec, 0x8b, 0x2f, 0x2a, 0x2f, 0xb7, 0x2b, 0x92, 0x49, 0xe9, 0x09, 0x5e, + 0x0e, 0x42, 0xa1, 0x04, 0x5a, 0x8d, 0x91, 0x65, 0x8d, 0x2c, 0x0f, 0x91, 0xe5, 0x97, 0xdb, 0xab, + 0xeb, 0x26, 0x0a, 0x0d, 0xbc, 0x0a, 0xe5, 0x5c, 0x28, 0xaa, 0x3c, 0xc1, 0x65, 0xec, 0xb9, 0xba, + 0x92, 0xda, 0x0d, 0x99, 0x14, 0xfd, 0xd0, 0x61, 0x66, 0xeb, 0x9d, 0x31, 0xc7, 0xd3, 0x7e, 0xd7, + 0x13, 0xc4, 0x11, 0xfc, 0xd8, 0x73, 0x0d, 0x7c, 0x5c, 0xb6, 0x8e, 0xe0, 0x8a, 0x7d, 0xa9, 0x0c, + 0xf2, 0xed, 0x31, 0x48, 0x8f, 0x2b, 0xc6, 0x13, 0xe0, 0x77, 0xae, 0x27, 0x80, 0x30, 0xae, 0x3c, + 0x75, 0x46, 0xd4, 0x59, 0x90, 0xe4, 0x9d, 0x7c, 0xb0, 0x5e, 0xbd, 0xe8, 0x1f, 0x57, 0xa4, 0x0a, + 0xfb, 0x4e, 0x12, 0x73, 0xd9, 0xec, 0x86, 0x81, 0x53, 0x91, 0x8a, 0xaa, 0x7e, 0xc2, 0x44, 0xd1, + 0x6c, 0x44, 0x91, 0x2a, 0x3e, 0x55, 0x3e, 0x37, 0x5f, 0x56, 0xfa, 0x53, 0x06, 0x16, 0xeb, 0x4c, + 0x31, 0x47, 0x35, 0x74, 0x76, 0x98, 0x9d, 0xf6, 0x99, 0x54, 0xa8, 0x08, 0x33, 0x26, 0x8b, 0xa2, + 0x75, 0xd7, 0xda, 0xcc, 0xe2, 0x64, 0x89, 0x9a, 0x90, 0x3f, 0xed, 0xb3, 0xf0, 0x8c, 0x04, 0x34, + 0xa4, 0x3d, 0x59, 0xcc, 0xdc, 0xb5, 0x36, 0x73, 0xdb, 0xdf, 0x2a, 0x5f, 0x7d, 0x4d, 0xe5, 0x67, + 0x11, 0xbe, 0x15, 0xc1, 0x99, 0x62, 0xa1, 0xc4, 0xb9, 0xd3, 0x81, 0x41, 0xa2, 0x3d, 0x88, 0x97, + 0xc4, 0xe3, 0x41, 0x5f, 0x15, 0x27, 0x74, 0xb8, 0x6f, 0x5e, 0x1b, 0xae, 0x11, 0xa1, 0x31, 0x9c, + 0x0e, 0x7e, 0xa3, 0xcf, 0x61, 0x51, 0xf4, 0x55, 0xd0, 0x57, 0x24, 0x7d, 0x83, 0xc5, 0x49, 0x1d, + 0xf0, 0x9d, 0x71, 0x01, 0x0f, 0xb5, 0x5b, 0x35, 0xf2, 0xaa, 0x69, 0x27, 0x7c, 0x5b, 0x8c, 0x9a, + 0xd0, 0x37, 0x20, 0xa7, 0x33, 0x8c, 0xa3, 0x17, 0xa7, 0xee, 0x5a, 0x9b, 0x79, 0x0c, 0xda, 0xa4, + 0x61, 0xa5, 0x3f, 0x66, 0x60, 0xe9, 0x3c, 0x95, 0x32, 0x10, 0x5c, 0xb2, 0xc8, 0x33, 0x34, 0xbf, + 0x89, 0xd7, 0x35, 0x7c, 0x42, 0x62, 0x6a, 0x74, 0xd1, 0xf7, 0x13, 0x4a, 0x43, 0x26, 0xfb, 0xbe, + 0x32, 0x94, 0xbe, 0x7d, 0x2d, 0x07, 0x58, 0xc3, 0x0d, 0x9d, 0xf1, 0x02, 0x7d, 0x00, 0xf3, 0x5f, + 0xb0, 0x17, 0x27, 0x42, 0xfc, 0x88, 0xc4, 0x25, 0x60, 0x18, 0x45, 0x49, 0xb4, 0x30, 0x70, 0xca, + 0x6d, 0xbd, 0x83, 0xe7, 0x0c, 0x32, 0x5e, 0xa2, 0x7b, 0x90, 0x4f, 0x13, 0xa8, 0x99, 0xcb, 0xe3, + 0x5c, 0x8a, 0x8a, 0xab, 0x38, 0x9e, 0xfe, 0x6a, 0x38, 0x2e, 0xfd, 0x63, 0x02, 0x16, 0x46, 0x8a, + 0x05, 0xad, 0x41, 0x56, 0x79, 0x3d, 0x46, 0x5e, 0x09, 0xce, 0x0c, 0x77, 0xb3, 0x91, 0xe1, 0x33, + 0xc1, 0x19, 0x7a, 0x08, 0x79, 0x97, 0x09, 0xe2, 0x0b, 0x47, 0x77, 0xbe, 0x61, 0x6e, 0x31, 0x49, + 0x44, 0x77, 0xce, 0x01, 0x55, 0x07, 0xdc, 0xc5, 0x39, 0x97, 0x89, 0x03, 0x83, 0x43, 0x4f, 0x60, + 0xd6, 0xf4, 0x6d, 0xc4, 0xcf, 0xc4, 0x66, 0x6e, 0xfb, 0xad, 0x71, 0xc9, 0xd7, 0x62, 0x2c, 0x1e, + 0x38, 0xa1, 0xfb, 0x30, 0x1f, 0x32, 0xc9, 0x14, 0x19, 0x84, 0x89, 0xd8, 0x9a, 0xc5, 0x73, 0xda, + 0x5a, 0x4b, 0x60, 0x04, 0x96, 0x2e, 0x69, 0x66, 0x59, 0x9c, 0xd2, 0x67, 0x8e, 0x25, 0xac, 0x1d, + 0xfb, 0xd9, 0xda, 0xad, 0x73, 0x16, 0x30, 0x8c, 0xe4, 0xa8, 0x49, 0xa2, 0xf7, 0x60, 0x26, 0xa0, + 0x67, 0xbe, 0xa0, 0x5d, 0x73, 0x09, 0xcb, 0x49, 0xcc, 0x64, 0x44, 0x94, 0xdb, 0x7a, 0x44, 0xe0, + 0x04, 0x87, 0x7e, 0x6e, 0xc1, 0x3d, 0x19, 0x65, 0xd3, 0x63, 0x5c, 0x11, 0xca, 0xa9, 0x7f, 0x26, + 0x3d, 0x49, 0xc2, 0xb8, 0xf3, 0x93, 0x2b, 0x05, 0x1d, 0xed, 0xd1, 0xf8, 0x0c, 0x4d, 0x90, 0xaa, + 0x89, 0x61, 0x86, 0x87, 0xb9, 0xdf, 0x0d, 0x39, 0x76, 0xbf, 0xf4, 0x77, 0x0b, 0x60, 0xd8, 0xca, + 0xe8, 0x19, 0xe4, 0xcf, 0xd5, 0x94, 0xa5, 0x13, 0xf8, 0xf6, 0xb8, 0x04, 0x1a, 0xfc, 0x7c, 0xfd, + 0xec, 0xdf, 0xc2, 0x39, 0x9a, 0x6a, 0xd9, 0xc7, 0x30, 0x19, 0x5d, 0x83, 0xa9, 0x8a, 0xfb, 0xe3, + 0x42, 0x75, 0xd8, 0x97, 0x4a, 0x87, 0xdb, 0xbf, 0x85, 0xb5, 0x13, 0xfa, 0x08, 0xa6, 0xd8, 0x4b, + 0xc6, 0x6f, 0x34, 0x91, 0xec, 0x08, 0x98, 0xb8, 0xc7, 0x6e, 0x3b, 0x33, 0x30, 0xa5, 0x87, 0x43, + 0xe9, 0x57, 0x33, 0x90, 0x4b, 0xb5, 0x2b, 0xba, 0x03, 0xf1, 0xd4, 0x22, 0x3a, 0xb7, 0xb8, 0xa2, + 0xb3, 0xda, 0x12, 0x25, 0x81, 0xde, 0x82, 0x39, 0x9f, 0x72, 0xb7, 0x4f, 0x5d, 0x46, 0x1c, 0xd1, + 0x65, 0xc5, 0x05, 0x8d, 0xc8, 0x27, 0xc6, 0x9a, 0xe8, 0x32, 0xb4, 0x03, 0x77, 0x64, 0xc0, 0x98, + 0x73, 0x42, 0x42, 0xe6, 0x08, 0x97, 0x7b, 0x51, 0x55, 0xc7, 0xcc, 0x75, 0x19, 0x77, 0x98, 0xfe, + 0xe4, 0x0c, 0x5e, 0x8b, 0x41, 0x78, 0x88, 0xa9, 0x0d, 0x20, 0xe8, 0x4d, 0x98, 0xa6, 0x8e, 0xee, + 0x9a, 0x09, 0x7d, 0x82, 0x59, 0xa1, 0xef, 0x02, 0x04, 0x83, 0xf6, 0x33, 0xe3, 0xf3, 0xca, 0xaa, + 0x4a, 0x41, 0xd1, 0x87, 0xb0, 0x46, 0x7d, 0x5f, 0x17, 0x92, 0x17, 0xb2, 0xae, 0x79, 0x20, 0x48, + 0x10, 0xb5, 0x04, 0x57, 0x7a, 0x62, 0xce, 0xe2, 0x22, 0xf5, 0x7d, 0x6c, 0x10, 0xf1, 0x0b, 0xd0, + 0x8a, 0xf7, 0xd1, 0x03, 0x28, 0x1c, 0xf7, 0xfd, 0x63, 0xcf, 0xf7, 0x75, 0x61, 0x6a, 0x76, 0xa6, + 0x75, 0x66, 0x0b, 0x29, 0xbb, 0xe6, 0xe8, 0x73, 0x58, 0x4a, 0x43, 0x7b, 0x4c, 0x4a, 0xea, 0x32, + 0x59, 0x9c, 0xd1, 0x6d, 0xb5, 0x35, 0xbe, 0x66, 0xf4, 0x23, 0xfc, 0x34, 0x76, 0xc1, 0x8b, 0xa9, + 0x38, 0xc6, 0xa6, 0x9b, 0x7b, 0x30, 0x43, 0xb5, 0x6a, 0x28, 0xce, 0xea, 0x3c, 0x06, 0xf3, 0x52, + 0x1b, 0xd1, 0xc7, 0xb0, 0x90, 0xc0, 0x92, 0x1e, 0xcc, 0x8e, 0x67, 0x2b, 0x09, 0xdb, 0x32, 0xad, + 0x78, 0x00, 0x0b, 0x66, 0x9c, 0x0e, 0xc6, 0x08, 0xdc, 0x7c, 0x1a, 0xcd, 0xc7, 0xbe, 0x83, 0x61, + 0xf3, 0x08, 0xa6, 0x63, 0x89, 0x51, 0xcc, 0xe9, 0x34, 0x4a, 0xd7, 0xf3, 0x80, 0x8d, 0x07, 0xfa, + 0x08, 0xd6, 0xe2, 0x5f, 0xa4, 0xab, 0x9f, 0xb0, 0x91, 0x72, 0xca, 0xeb, 0x72, 0x5a, 0x89, 0x21, + 0xf5, 0x04, 0x91, 0x2a, 0xa6, 0x8f, 0x61, 0xa1, 0xeb, 0x51, 0x97, 0x0b, 0xa9, 0x3c, 0x87, 0x78, + 0xfc, 0x58, 0x14, 0xe7, 0xaf, 0xe1, 0x62, 0x88, 0x6f, 0xf0, 0x63, 0x81, 0x04, 0xac, 0x5c, 0x3a, + 0x95, 0xf4, 0x8b, 0x78, 0x5b, 0xc7, 0x7a, 0xff, 0xbf, 0x9c, 0x46, 0xfa, 0x75, 0x5c, 0x96, 0x97, + 0x6f, 0x94, 0xfe, 0x9d, 0x81, 0xf5, 0xb6, 0x0a, 0x19, 0xed, 0x79, 0xdc, 0xfd, 0x9a, 0x68, 0xa0, + 0x07, 0x50, 0x90, 0x1e, 0x77, 0x7d, 0x46, 0xfa, 0x4a, 0xb1, 0x90, 0x46, 0x77, 0x17, 0x3f, 0x4c, + 0x0b, 0xb1, 0xfd, 0x28, 0x31, 0x5f, 0xf5, 0x94, 0x4f, 0xfd, 0x6f, 0xe4, 0xd2, 0xf4, 0x05, 0xb9, + 0xf4, 0xbb, 0x09, 0xb8, 0x73, 0x05, 0xfd, 0x37, 0xd5, 0x4d, 0x0c, 0x50, 0x7a, 0xfc, 0x9d, 0x53, + 0x4f, 0x0f, 0xc7, 0xd6, 0x4a, 0x72, 0x6e, 0x6a, 0x32, 0x9a, 0x72, 0xb9, 0x1d, 0x8e, 0x9a, 0x2e, + 0xc8, 0xb3, 0x89, 0xaf, 0x54, 0x9e, 0x4d, 0xbe, 0xae, 0x3c, 0x9b, 0xfa, 0xbf, 0xcb, 0xb3, 0x3f, + 0x64, 0x60, 0xf5, 0x6a, 0xea, 0x10, 0x83, 0xbc, 0x99, 0xc4, 0x5a, 0xe5, 0xe8, 0x0b, 0x9b, 0xdf, + 0xde, 0x79, 0xbd, 0x8b, 0x48, 0x26, 0xb4, 0x56, 0x3e, 0xb9, 0xde, 0x70, 0x81, 0x36, 0x00, 0x54, + 0x48, 0xb9, 0x74, 0x42, 0x2f, 0x88, 0x6f, 0x3b, 0x8b, 0x53, 0x16, 0xb4, 0x02, 0xb3, 0x9e, 0x24, + 0xc7, 0x1e, 0xa7, 0xbe, 0xbe, 0xaa, 0x59, 0x3c, 0xe3, 0xc9, 0xdd, 0x68, 0x19, 0xb9, 0xa6, 0x86, + 0xda, 0xa4, 0x1e, 0x6a, 0x29, 0x4b, 0xe9, 0x13, 0xc8, 0xa5, 0x8e, 0x45, 0xeb, 0x50, 0x7c, 0x6a, + 0xb7, 0xdb, 0xd5, 0x3d, 0x9b, 0x74, 0x3e, 0x6d, 0xd9, 0xe4, 0xa8, 0xd9, 0x6e, 0xd9, 0xb5, 0xc6, + 0x6e, 0xc3, 0xae, 0x17, 0x6e, 0xa1, 0x79, 0x80, 0x0e, 0xae, 0x36, 0xdb, 0x35, 0xdc, 0x68, 0x75, + 0x0a, 0x16, 0x5a, 0x83, 0x65, 0xbb, 0x59, 0x27, 0x87, 0xbb, 0xa4, 0xdd, 0x68, 0xee, 0x1d, 0xd8, + 0xe4, 0xa8, 0xd3, 0xb1, 0x71, 0xb5, 0x59, 0xb3, 0x0b, 0x99, 0xd2, 0x5f, 0x2d, 0x28, 0x8c, 0xca, + 0x15, 0xd4, 0x82, 0xf9, 0xf8, 0x9e, 0x18, 0x77, 0x44, 0xd7, 0xe3, 0xae, 0xa1, 0xec, 0xc1, 0x38, + 0xca, 0x74, 0x00, 0xdb, 0x38, 0xe0, 0x39, 0x9a, 0x5e, 0xa2, 0x2d, 0xb8, 0x2d, 0x69, 0x2f, 0xf0, + 0x19, 0x09, 0xa9, 0x62, 0xe4, 0x84, 0x85, 0xea, 0x95, 0xa6, 0x68, 0x0a, 0x2f, 0xc4, 0x1b, 0x98, + 0x2a, 0xb6, 0x1f, 0x99, 0x2f, 0x0a, 0x8d, 0x89, 0x4b, 0x84, 0xc6, 0x3d, 0xc8, 0x07, 0x27, 0x21, + 0x95, 0x8c, 0x9c, 0x78, 0x5c, 0xab, 0xdc, 0x89, 0xcd, 0x2c, 0xce, 0xc5, 0xb6, 0xfd, 0xc8, 0x54, + 0xaa, 0x43, 0x76, 0xa0, 0x9e, 0x10, 0x32, 0x92, 0x2b, 0x6e, 0xd6, 0x58, 0x49, 0x5d, 0x38, 0x28, + 0x73, 0xf1, 0xa0, 0xd2, 0x4f, 0x01, 0x86, 0x2a, 0x2a, 0x0a, 0xc3, 0x69, 0x2f, 0xd1, 0xfb, 0xfa, + 0xf7, 0x88, 0x2e, 0xc9, 0xdc, 0x5c, 0x97, 0xdc, 0xe4, 0x43, 0x4b, 0x14, 0x36, 0xc6, 0xeb, 0x59, + 0xf4, 0x04, 0xd6, 0xf5, 0xb3, 0xf4, 0x8a, 0x91, 0xa1, 0x7e, 0x23, 0x83, 0xd7, 0x45, 0xe7, 0x3a, + 0x8b, 0x57, 0x0c, 0xe6, 0x59, 0x22, 0xe8, 0x06, 0x51, 0x4b, 0x21, 0x2c, 0x5f, 0xf1, 0x48, 0xa1, + 0xe7, 0xb0, 0x74, 0x65, 0xcc, 0x6b, 0x94, 0xeb, 0x20, 0x24, 0x46, 0xa7, 0x17, 0xcf, 0x7c, 0x02, + 0xd9, 0xc1, 0x02, 0x2d, 0xc1, 0x94, 0x74, 0x44, 0x18, 0xd3, 0x9a, 0xc1, 0xf1, 0x02, 0xad, 0x43, + 0xb6, 0x47, 0xa3, 0xde, 0xeb, 0x77, 0x13, 0xdd, 0x38, 0x34, 0x6c, 0xfd, 0xcb, 0x82, 0xb9, 0x73, + 0x25, 0x87, 0x36, 0x60, 0xb5, 0x7a, 0x54, 0x6f, 0x1c, 0x12, 0xbb, 0x59, 0x3b, 0xac, 0x37, 0x9a, + 0x7b, 0x23, 0x7d, 0xb1, 0x0e, 0xc5, 0x91, 0xfd, 0x83, 0x46, 0xd3, 0xae, 0x62, 0xf2, 0xde, 0xc3, + 0x82, 0x85, 0x96, 0x61, 0x71, 0x64, 0x77, 0xf7, 0xa0, 0x5a, 0x2b, 0x64, 0x50, 0x11, 0x96, 0x46, + 0x36, 0x9e, 0x1e, 0x1d, 0x54, 0x9f, 0x17, 0x26, 0xd0, 0x9b, 0x80, 0x46, 0x76, 0xaa, 0x4f, 0x71, + 0x61, 0x12, 0xad, 0xc0, 0x1b, 0x17, 0xed, 0xe4, 0xf9, 0x4e, 0x61, 0x2a, 0xea, 0xc5, 0x91, 0xad, + 0xc3, 0xbd, 0x3d, 0x72, 0xd8, 0x3a, 0x6a, 0x17, 0xa6, 0xd1, 0x03, 0xb8, 0x3f, 0xb2, 0xd9, 0x6e, + 0xd9, 0xf6, 0x27, 0xe4, 0x79, 0xa3, 0xb3, 0x4f, 0xf6, 0xed, 0x6a, 0xdd, 0xc6, 0x64, 0xe7, 0xd3, + 0x8e, 0x5d, 0x98, 0xd9, 0xfe, 0x4b, 0x06, 0x66, 0xcd, 0x1f, 0x62, 0x12, 0xfd, 0xde, 0x82, 0x7c, + 0xfa, 0xa1, 0x42, 0x95, 0x71, 0xf7, 0x72, 0x89, 0xa2, 0x58, 0x7d, 0xf7, 0xe6, 0x0e, 0xf1, 0x23, + 0x57, 0xaa, 0xfe, 0xec, 0xcf, 0x7f, 0xfb, 0x65, 0xe6, 0x71, 0xe9, 0x61, 0xe5, 0xe5, 0x76, 0xe5, + 0xc7, 0x46, 0x7f, 0x7c, 0x18, 0x84, 0xe2, 0x87, 0xcc, 0x51, 0xb2, 0xb2, 0x55, 0xa1, 0x2e, 0xe3, + 0x2a, 0xf9, 0x8f, 0x91, 0xac, 0x6c, 0xfd, 0xe4, 0x51, 0x37, 0x15, 0xe7, 0x91, 0xb5, 0x85, 0x7e, + 0x61, 0xc1, 0x1b, 0x97, 0x3e, 0xb4, 0xe8, 0x7b, 0x37, 0x1a, 0xcd, 0x97, 0x7d, 0xc8, 0x07, 0xaf, + 0xe1, 0x69, 0xbe, 0xe8, 0xd6, 0xa6, 0xf5, 0xae, 0xb5, 0xf3, 0x6b, 0x0b, 0x36, 0x1c, 0xd1, 0x1b, + 0x13, 0x66, 0x27, 0x6f, 0x88, 0x6f, 0x45, 0xad, 0xdd, 0xb2, 0x3e, 0xab, 0x1b, 0xac, 0x2b, 0xa2, + 0xc6, 0x2d, 0x8b, 0xd0, 0xad, 0xb8, 0x8c, 0xeb, 0xc6, 0xaf, 0xc4, 0x5b, 0x34, 0xf0, 0xe4, 0x65, + 0xff, 0x50, 0x7b, 0x3c, 0x5c, 0xfd, 0xd3, 0xb2, 0x7e, 0x93, 0xc9, 0xd4, 0x77, 0x7f, 0x9b, 0x59, + 0xdd, 0x8b, 0xc3, 0xd5, 0xf4, 0xd1, 0xf5, 0xe1, 0xd1, 0x3f, 0xd8, 0x7e, 0x31, 0xad, 0xa3, 0xbe, + 0xff, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x2d, 0xc9, 0xaf, 0x57, 0xa6, 0x14, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go b/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go index 35741002a03b2e348898566be856545327d7501b..9f5e2c527bbddc1cae3da668be74a90d3e7f359d 100644 --- a/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go +++ b/googleapis/cloud/dialogflow/v2/session_entity_type.pb.go @@ -37,10 +37,13 @@ const ( SessionEntityType_ENTITY_OVERRIDE_MODE_OVERRIDE SessionEntityType_EntityOverrideMode = 1 // The collection of session entities extends the collection of entities in // the corresponding developer entity type. - // Calls to `ListSessionEntityTypes`, `GetSessionEntityType`, - // `CreateSessionEntityType` and `UpdateSessionEntityType` return the full - // collection of entities from the developer entity type in the agent's - // default language and the session entity type. + // + // Note: Even in this override mode calls to `ListSessionEntityTypes`, + // `GetSessionEntityType`, `CreateSessionEntityType` and + // `UpdateSessionEntityType` only return the additional entities added in + // this session entity type. If you want to get the supplemented list, + // please call [EntityTypes.GetEntityType][google.cloud.dialogflow.v2.EntityTypes.GetEntityType] on the developer entity type + // and merge. SessionEntityType_ENTITY_OVERRIDE_MODE_SUPPLEMENT SessionEntityType_EntityOverrideMode = 2 ) @@ -59,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_9381c2422871bc2f, []int{0, 0} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{0, 0} } // Represents a session entity type. @@ -73,6 +76,9 @@ type SessionEntityType struct { // Required. The unique identifier of this session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type // Display Name>`. + // + // `<Entity Type Display Name>` must be the display name of an existing entity + // type in the same agent that will be overridden or supplemented. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Indicates whether the additional data should override or // supplement the developer entity type definition. @@ -89,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_9381c2422871bc2f, []int{0} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{0} } func (m *SessionEntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SessionEntityType.Unmarshal(m, b) @@ -130,8 +136,7 @@ func (m *SessionEntityType) GetEntities() []*EntityType_Entity { return nil } -// The request message for -// [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes]. +// The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes]. type ListSessionEntityTypesRequest struct { // Required. The session to list all session entity types from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. @@ -150,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_9381c2422871bc2f, []int{1} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{1} } func (m *ListSessionEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesRequest.Unmarshal(m, b) @@ -191,8 +196,7 @@ func (m *ListSessionEntityTypesRequest) GetPageToken() string { return "" } -// The response message for -// [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes]. +// The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2.SessionEntityTypes.ListSessionEntityTypes]. type ListSessionEntityTypesResponse struct { // The list of session entity types. There will be a maximum number of items // returned based on the page_size field in the request. @@ -209,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_9381c2422871bc2f, []int{2} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{2} } func (m *ListSessionEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesResponse.Unmarshal(m, b) @@ -243,8 +247,7 @@ func (m *ListSessionEntityTypesResponse) GetNextPageToken() string { return "" } -// The request message for -// [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType]. +// The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.GetSessionEntityType]. type GetSessionEntityTypeRequest struct { // Required. The name of the session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type @@ -259,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_9381c2422871bc2f, []int{3} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{3} } func (m *GetSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSessionEntityTypeRequest.Unmarshal(m, b) @@ -286,8 +289,7 @@ func (m *GetSessionEntityTypeRequest) GetName() string { return "" } -// The request message for -// [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType]. +// The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.CreateSessionEntityType]. type CreateSessionEntityTypeRequest struct { // Required. The session to create a session entity type for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. @@ -303,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_9381c2422871bc2f, []int{4} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{4} } func (m *CreateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSessionEntityTypeRequest.Unmarshal(m, b) @@ -337,8 +339,7 @@ func (m *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityTy return nil } -// The request message for -// [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType]. +// The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.UpdateSessionEntityType]. type UpdateSessionEntityTypeRequest struct { // Required. The entity type to update. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type @@ -355,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_9381c2422871bc2f, []int{5} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{5} } func (m *UpdateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSessionEntityTypeRequest.Unmarshal(m, b) @@ -389,8 +390,7 @@ func (m *UpdateSessionEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.DeleteSessionEntityType]. +// The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2.SessionEntityTypes.DeleteSessionEntityType]. type DeleteSessionEntityTypeRequest struct { // Required. The name of the entity type to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type @@ -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_9381c2422871bc2f, []int{6} + return fileDescriptor_session_entity_type_0b020acc3115ba2a, []int{6} } func (m *DeleteSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSessionEntityTypeRequest.Unmarshal(m, b) @@ -460,6 +460,9 @@ type SessionEntityTypesClient interface { // Retrieves the specified session entity type. GetSessionEntityType(ctx context.Context, in *GetSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Creates a session entity type. + // + // If the specified session entity type already exists, overrides the session + // entity type. CreateSessionEntityType(ctx context.Context, in *CreateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Updates the specified session entity type. UpdateSessionEntityType(ctx context.Context, in *UpdateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) @@ -527,6 +530,9 @@ type SessionEntityTypesServer interface { // Retrieves the specified session entity type. GetSessionEntityType(context.Context, *GetSessionEntityTypeRequest) (*SessionEntityType, error) // Creates a session entity type. + // + // If the specified session entity type already exists, overrides the session + // entity type. CreateSessionEntityType(context.Context, *CreateSessionEntityTypeRequest) (*SessionEntityType, error) // Updates the specified session entity type. UpdateSessionEntityType(context.Context, *UpdateSessionEntityTypeRequest) (*SessionEntityType, error) @@ -658,59 +664,60 @@ var _SessionEntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/session_entity_type.proto", fileDescriptor_session_entity_type_9381c2422871bc2f) -} - -var fileDescriptor_session_entity_type_9381c2422871bc2f = []byte{ - // 793 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xdf, 0x4e, 0xd4, 0x4a, - 0x18, 0x3f, 0x53, 0xce, 0x21, 0x30, 0xe4, 0x9c, 0x03, 0x73, 0xc8, 0xb2, 0x29, 0x87, 0x75, 0xad, - 0xc6, 0x90, 0x8d, 0xb6, 0x71, 0x25, 0x1a, 0x41, 0x13, 0x03, 0x5b, 0x70, 0x23, 0x0b, 0x6b, 0x77, - 0x21, 0xd1, 0xc4, 0x34, 0x85, 0xfd, 0x68, 0x2a, 0xbb, 0x9d, 0xda, 0xe9, 0xa2, 0x8b, 0xe1, 0x86, - 0x57, 0xf0, 0xc2, 0x78, 0x6b, 0xe2, 0x85, 0xfa, 0x0a, 0xbc, 0x82, 0x57, 0x5e, 0xf8, 0x02, 0xde, - 0xf1, 0x02, 0x5e, 0x9a, 0x4e, 0xbb, 0x40, 0x68, 0x3b, 0x66, 0x89, 0x77, 0xf3, 0xe7, 0xfb, 0xf3, - 0xfb, 0x7d, 0xf3, 0xfb, 0xbe, 0x0c, 0x9e, 0xb3, 0x29, 0xb5, 0xdb, 0xa0, 0x6d, 0xb7, 0x69, 0xb7, - 0xa5, 0xb5, 0x1c, 0xab, 0x4d, 0xed, 0x9d, 0x36, 0x7d, 0xa9, 0xed, 0x95, 0x35, 0x06, 0x8c, 0x39, - 0xd4, 0x35, 0xc1, 0x0d, 0x9c, 0xa0, 0x67, 0x06, 0x3d, 0x0f, 0x54, 0xcf, 0xa7, 0x01, 0x25, 0x72, - 0xe4, 0xa5, 0x72, 0x2f, 0xf5, 0xd4, 0x4b, 0xdd, 0x2b, 0xcb, 0xff, 0xc7, 0x11, 0x2d, 0xcf, 0xd1, - 0x2c, 0xd7, 0xa5, 0x81, 0x15, 0x38, 0xd4, 0x65, 0x91, 0xa7, 0x7c, 0x5d, 0x90, 0x2f, 0x91, 0x47, - 0x9e, 0x8e, 0xad, 0xf9, 0x6e, 0xab, 0xbb, 0xa3, 0x41, 0xc7, 0x0b, 0x7a, 0xf1, 0x65, 0xf1, 0xfc, - 0xe5, 0x8e, 0x03, 0xed, 0x96, 0xd9, 0xb1, 0xd8, 0x6e, 0x64, 0xa1, 0x1c, 0x4b, 0x78, 0xa2, 0x11, - 0x91, 0xd0, 0x79, 0xec, 0x66, 0xcf, 0x03, 0x42, 0xf0, 0x9f, 0xae, 0xd5, 0x81, 0x3c, 0x2a, 0xa2, - 0xd9, 0x51, 0x83, 0xaf, 0x89, 0x8f, 0x27, 0xe3, 0xec, 0x74, 0x0f, 0x7c, 0xdf, 0x69, 0x81, 0xd9, - 0xa1, 0x2d, 0xc8, 0x4b, 0x45, 0x34, 0xfb, 0x4f, 0xf9, 0x81, 0x9a, 0xcd, 0x57, 0x4d, 0x24, 0x50, - 0xa3, 0xe5, 0x7a, 0x1c, 0xa8, 0x46, 0x5b, 0x60, 0x10, 0x48, 0x9c, 0x91, 0x2a, 0x1e, 0xe1, 0xa7, - 0x0e, 0xb0, 0xfc, 0x50, 0x71, 0x68, 0x76, 0xac, 0x7c, 0x43, 0x94, 0x27, 0x91, 0xc0, 0x38, 0x71, - 0x57, 0x0e, 0x11, 0x26, 0xc9, 0xac, 0xe4, 0x2a, 0x2e, 0xea, 0x6b, 0xcd, 0x6a, 0xf3, 0x89, 0xb9, - 0xbe, 0xa9, 0x1b, 0x46, 0xb5, 0xa2, 0x9b, 0xb5, 0xf5, 0x8a, 0x6e, 0x6e, 0xac, 0x35, 0xea, 0xfa, - 0x52, 0x75, 0xb9, 0xaa, 0x57, 0xc6, 0xff, 0x20, 0x97, 0xf1, 0x4c, 0xaa, 0x55, 0x7f, 0x37, 0x8e, - 0xc8, 0x15, 0x7c, 0x29, 0xd5, 0xa4, 0xb1, 0x51, 0xaf, 0xaf, 0xea, 0x35, 0x7d, 0xad, 0x39, 0x2e, - 0x29, 0x0c, 0xcf, 0xac, 0x3a, 0x2c, 0x48, 0xd4, 0x83, 0x19, 0xf0, 0xa2, 0x0b, 0x2c, 0x20, 0x39, - 0x3c, 0xec, 0x59, 0x3e, 0xb8, 0x41, 0x5c, 0xfa, 0x78, 0x47, 0xa6, 0xf1, 0xa8, 0x67, 0xd9, 0x60, - 0x32, 0x67, 0x3f, 0xaa, 0xf8, 0x5f, 0xc6, 0x48, 0x78, 0xd0, 0x70, 0xf6, 0x81, 0xcc, 0x60, 0xcc, - 0x2f, 0x03, 0xba, 0x0b, 0x6e, 0x7e, 0x88, 0x3b, 0x72, 0xf3, 0x66, 0x78, 0xa0, 0x7c, 0x44, 0xb8, - 0x90, 0x95, 0x95, 0x79, 0xd4, 0x65, 0x40, 0x4c, 0x3c, 0x99, 0xa2, 0x64, 0x96, 0x47, 0xbf, 0xae, - 0x79, 0x22, 0xaa, 0x41, 0x58, 0x22, 0x11, 0xb9, 0x86, 0xff, 0x75, 0xe1, 0x55, 0x60, 0x9e, 0xc1, - 0x29, 0x71, 0x9c, 0x7f, 0x87, 0xc7, 0xf5, 0x13, 0xac, 0x37, 0xf1, 0xf4, 0x0a, 0x24, 0x91, 0xf6, - 0xcb, 0x93, 0xa2, 0x4b, 0xe5, 0x2d, 0xc2, 0x85, 0x25, 0x1f, 0xac, 0x00, 0x32, 0xdd, 0xb2, 0xaa, - 0xfa, 0x0c, 0xff, 0x97, 0x42, 0x9b, 0x23, 0x1b, 0x98, 0xf5, 0x44, 0x82, 0xb5, 0x72, 0x84, 0x70, - 0x61, 0xc3, 0x6b, 0x89, 0x90, 0x65, 0x20, 0x40, 0xbf, 0x07, 0x01, 0x59, 0xc0, 0x63, 0x5d, 0x0e, - 0x80, 0xb7, 0x7c, 0x4c, 0x4c, 0xee, 0x87, 0xed, 0x4f, 0x05, 0x75, 0x39, 0x9c, 0x0a, 0x35, 0x8b, - 0xed, 0x1a, 0x38, 0x32, 0x0f, 0xd7, 0xca, 0x1c, 0x2e, 0x54, 0xa0, 0x0d, 0x02, 0xf4, 0x29, 0xcf, - 0x51, 0x7e, 0x37, 0x82, 0x49, 0x52, 0x69, 0xe4, 0x0b, 0xc2, 0xb9, 0x74, 0x11, 0x92, 0xbb, 0x22, - 0x9a, 0xc2, 0x76, 0x91, 0xe7, 0x2f, 0xe2, 0x1a, 0x69, 0x5e, 0xb9, 0x77, 0xf8, 0xf5, 0xfb, 0x1b, - 0xe9, 0x36, 0x99, 0x0b, 0xe7, 0xea, 0xeb, 0x48, 0x11, 0xf7, 0x3d, 0x9f, 0x3e, 0x87, 0xed, 0x80, - 0x69, 0x25, 0xcd, 0xb2, 0xc1, 0x0d, 0xfa, 0x03, 0x9e, 0x69, 0xa5, 0x83, 0x78, 0xf8, 0x46, 0xa0, - 0x8f, 0x10, 0x9e, 0x4c, 0x53, 0x2a, 0xb9, 0x23, 0x82, 0x24, 0xd0, 0xb6, 0x3c, 0xd8, 0x6b, 0x9f, - 0x83, 0x1f, 0x96, 0x5e, 0x04, 0xfe, 0x2c, 0x76, 0xad, 0x74, 0x40, 0xbe, 0x21, 0x3c, 0x95, 0xd1, - 0x34, 0x44, 0x58, 0x54, 0x71, 0xa7, 0x0d, 0x4a, 0xe2, 0x31, 0x27, 0xf1, 0x48, 0xb9, 0xd0, 0x1b, - 0xcc, 0xa7, 0xb5, 0x0e, 0x39, 0x46, 0x78, 0x2a, 0xa3, 0xe9, 0xc4, 0xcc, 0xc4, 0x9d, 0x3a, 0x28, - 0x33, 0xe0, 0xcc, 0xcc, 0xf2, 0x43, 0xce, 0x2c, 0xed, 0x9b, 0x30, 0xe0, 0x93, 0xa5, 0xb3, 0xfd, - 0x8c, 0xf0, 0x54, 0x46, 0x93, 0x8a, 0xd9, 0x8a, 0x3b, 0x5b, 0xce, 0x25, 0x66, 0x84, 0x1e, 0x7e, - 0x2b, 0xfa, 0xaa, 0x2b, 0x5d, 0x48, 0x75, 0x8b, 0x1f, 0x10, 0x2e, 0x6c, 0xd3, 0x8e, 0x00, 0xd7, - 0x62, 0x2e, 0x01, 0xa9, 0x1e, 0x22, 0xa8, 0xa3, 0xa7, 0x95, 0xd8, 0xcb, 0xa6, 0x6d, 0xcb, 0xb5, - 0x55, 0xea, 0xdb, 0x9a, 0x0d, 0x2e, 0xc7, 0xa7, 0x45, 0x57, 0x96, 0xe7, 0xb0, 0xb4, 0x5f, 0xd3, - 0xc2, 0xe9, 0xee, 0x07, 0x42, 0xef, 0x25, 0xa9, 0xb2, 0xfc, 0x49, 0x92, 0x57, 0xa2, 0x70, 0x4b, - 0x1c, 0x44, 0xe5, 0x14, 0xc4, 0x66, 0x79, 0x6b, 0x98, 0x47, 0xbd, 0xf5, 0x33, 0x00, 0x00, 0xff, - 0xff, 0x3d, 0x82, 0x36, 0x5e, 0xfa, 0x09, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2/session_entity_type.proto", fileDescriptor_session_entity_type_0b020acc3115ba2a) +} + +var fileDescriptor_session_entity_type_0b020acc3115ba2a = []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, + 0x33, 0x1a, 0xa1, 0xa8, 0xb5, 0xd5, 0x14, 0xb5, 0x2a, 0xb4, 0x52, 0x05, 0x31, 0x34, 0x2a, 0x81, + 0xd4, 0x09, 0x48, 0xad, 0x54, 0x59, 0x26, 0x39, 0x58, 0x2e, 0x89, 0xaf, 0xeb, 0xeb, 0xd0, 0x86, + 0x8a, 0x0d, 0xaf, 0xd0, 0x45, 0xd5, 0x6d, 0xa5, 0x2e, 0xda, 0xbe, 0x02, 0xaf, 0xd0, 0x55, 0x17, + 0x7d, 0x81, 0xee, 0x78, 0x81, 0x2e, 0x2b, 0x5f, 0x3b, 0x80, 0xb0, 0x7d, 0xab, 0xa0, 0xee, 0x7c, + 0x3f, 0xce, 0x39, 0xbf, 0xff, 0xb9, 0xe7, 0x1c, 0x19, 0x2f, 0xd8, 0x94, 0xda, 0x1d, 0xd0, 0x5a, + 0x1d, 0xda, 0x6b, 0x6b, 0x6d, 0xc7, 0xea, 0x50, 0x7b, 0xb7, 0x43, 0x9f, 0x69, 0xfb, 0x65, 0x8d, + 0x01, 0x63, 0x0e, 0x75, 0x4d, 0x70, 0x03, 0x27, 0xe8, 0x9b, 0x41, 0xdf, 0x03, 0xd5, 0xf3, 0x69, + 0x40, 0x89, 0x1c, 0x59, 0xa9, 0xdc, 0x4a, 0x3d, 0xb3, 0x52, 0xf7, 0xcb, 0xf2, 0x5f, 0xb1, 0x47, + 0xcb, 0x73, 0x34, 0xcb, 0x75, 0x69, 0x60, 0x05, 0x0e, 0x75, 0x59, 0x64, 0x29, 0xff, 0x79, 0xee, + 0xd4, 0x07, 0x46, 0x7b, 0x7e, 0x2b, 0x76, 0x2a, 0x5f, 0x11, 0xa0, 0x24, 0x10, 0xe4, 0xd9, 0xf8, + 0x36, 0x5f, 0xed, 0xf4, 0x76, 0x35, 0xe8, 0x7a, 0x41, 0x3f, 0x3e, 0x2c, 0x5e, 0x3c, 0xdc, 0x75, + 0xa0, 0xd3, 0x36, 0xbb, 0x16, 0xdb, 0x8b, 0x6e, 0x28, 0x27, 0x12, 0x9e, 0x6a, 0x44, 0xfa, 0x74, + 0xee, 0xbb, 0xd9, 0xf7, 0x80, 0x10, 0xfc, 0xb3, 0x6b, 0x75, 0x21, 0x8f, 0x8a, 0x68, 0x7e, 0xdc, + 0xe0, 0xdf, 0xc4, 0xc7, 0xd3, 0x71, 0x74, 0xba, 0x0f, 0xbe, 0xef, 0xb4, 0xc1, 0xec, 0xd2, 0x36, + 0xe4, 0xa5, 0x22, 0x9a, 0xff, 0xad, 0x7c, 0x57, 0xcd, 0x4e, 0x85, 0x9a, 0x08, 0xa0, 0x46, 0x9f, + 0x9b, 0xb1, 0xa3, 0x1a, 0x6d, 0x83, 0x41, 0x20, 0xb1, 0x47, 0xaa, 0x78, 0x8c, 0xef, 0x3a, 0xc0, + 0xf2, 0x23, 0xc5, 0x91, 0xf9, 0x89, 0xf2, 0x55, 0x51, 0x9c, 0x44, 0x00, 0xe3, 0xd4, 0x5c, 0x39, + 0x42, 0x98, 0x24, 0xa3, 0x92, 0xff, 0x70, 0x51, 0xdf, 0x68, 0x56, 0x9b, 0x0f, 0xcd, 0xcd, 0x6d, + 0xdd, 0x30, 0xaa, 0x15, 0xdd, 0xac, 0x6d, 0x56, 0x74, 0x73, 0x6b, 0xa3, 0x51, 0xd7, 0x57, 0xaa, + 0xab, 0x55, 0xbd, 0x32, 0xf9, 0x13, 0xf9, 0x07, 0xcf, 0xa5, 0xde, 0x1a, 0xac, 0x26, 0x11, 0xf9, + 0x17, 0xff, 0x9d, 0x7a, 0xa5, 0xb1, 0x55, 0xaf, 0xaf, 0xeb, 0x35, 0x7d, 0xa3, 0x39, 0x29, 0x29, + 0x0c, 0xcf, 0xad, 0x3b, 0x2c, 0x48, 0xe4, 0x83, 0x19, 0xf0, 0xb4, 0x07, 0x2c, 0x20, 0x39, 0x3c, + 0xea, 0x59, 0x3e, 0xb8, 0x41, 0x9c, 0xfa, 0x78, 0x45, 0x66, 0xf1, 0xb8, 0x67, 0xd9, 0x60, 0x32, + 0xe7, 0x20, 0xca, 0xf8, 0x2f, 0xc6, 0x58, 0xb8, 0xd1, 0x70, 0x0e, 0x80, 0xcc, 0x61, 0xcc, 0x0f, + 0x03, 0xba, 0x07, 0x6e, 0x7e, 0x84, 0x1b, 0xf2, 0xeb, 0xcd, 0x70, 0x43, 0x79, 0x87, 0x70, 0x21, + 0x2b, 0x2a, 0xf3, 0xa8, 0xcb, 0x80, 0x98, 0x78, 0x3a, 0xa5, 0xc8, 0x59, 0x1e, 0x7d, 0x3f, 0xe7, + 0x09, 0xaf, 0x06, 0x61, 0x89, 0x40, 0xe4, 0x7f, 0xfc, 0xbb, 0x0b, 0xcf, 0x03, 0xf3, 0x1c, 0xa7, + 0xc4, 0x39, 0x7f, 0x0d, 0xb7, 0xeb, 0xa7, 0xac, 0xd7, 0xf0, 0xec, 0x1a, 0x24, 0x49, 0x07, 0xe9, + 0x49, 0xa9, 0x4b, 0xe5, 0x15, 0xc2, 0x85, 0x15, 0x1f, 0xac, 0x00, 0x32, 0xcd, 0xb2, 0xb2, 0xfa, + 0x18, 0xff, 0x91, 0x22, 0x9b, 0x93, 0x0d, 0xad, 0x7a, 0x2a, 0xa1, 0x5a, 0x39, 0x46, 0xb8, 0xb0, + 0xe5, 0xb5, 0x45, 0x64, 0x19, 0x04, 0xe8, 0xc7, 0x10, 0x90, 0x25, 0x3c, 0xd1, 0xe3, 0x00, 0xbc, + 0xe5, 0x63, 0x61, 0xf2, 0xc0, 0xed, 0x60, 0x2a, 0xa8, 0xab, 0xe1, 0x54, 0xa8, 0x59, 0x6c, 0xcf, + 0xc0, 0xd1, 0xf5, 0xf0, 0x5b, 0x59, 0xc0, 0x85, 0x0a, 0x74, 0x40, 0x40, 0x9f, 0xf2, 0x1c, 0xe5, + 0xd7, 0x63, 0x98, 0x24, 0x2b, 0x8d, 0x7c, 0x44, 0x38, 0x97, 0x5e, 0x84, 0xe4, 0x96, 0x48, 0xa6, + 0xb0, 0x5d, 0xe4, 0xc5, 0xcb, 0x98, 0x46, 0x35, 0xaf, 0xdc, 0x3e, 0xfa, 0xf4, 0xe5, 0xa5, 0x74, + 0x83, 0x2c, 0x84, 0x73, 0xf5, 0x45, 0x54, 0x11, 0x77, 0x3c, 0x9f, 0x3e, 0x81, 0x56, 0xc0, 0xb4, + 0x92, 0x66, 0xd9, 0xe0, 0x06, 0x83, 0xd9, 0xcf, 0xb4, 0xd2, 0x61, 0x3c, 0x7c, 0x23, 0xe8, 0x63, + 0x84, 0xa7, 0xd3, 0x2a, 0x95, 0xdc, 0x14, 0x21, 0x09, 0x6a, 0x5b, 0x1e, 0xee, 0xb5, 0x2f, 0xe0, + 0x87, 0xa9, 0x17, 0xc1, 0x9f, 0x67, 0xd7, 0x4a, 0x87, 0xe4, 0x33, 0xc2, 0x33, 0x19, 0x4d, 0x43, + 0x84, 0x49, 0x15, 0x77, 0xda, 0xb0, 0x22, 0x1e, 0x70, 0x11, 0xf7, 0x95, 0x4b, 0xbd, 0xc1, 0x62, + 0x5a, 0xeb, 0x90, 0x13, 0x84, 0x67, 0x32, 0x9a, 0x4e, 0xac, 0x4c, 0xdc, 0xa9, 0xc3, 0x2a, 0x03, + 0xae, 0xcc, 0x2c, 0xdf, 0xe3, 0xca, 0xd2, 0xfe, 0x20, 0x86, 0x7c, 0xb2, 0x74, 0xb5, 0x1f, 0x10, + 0x9e, 0xc9, 0x68, 0x52, 0xb1, 0x5a, 0x71, 0x67, 0xcb, 0xb9, 0xc4, 0x8c, 0xd0, 0xc3, 0xdf, 0x8a, + 0x41, 0xd5, 0x95, 0x2e, 0x55, 0x75, 0xcb, 0x6f, 0x11, 0x2e, 0xb4, 0x68, 0x57, 0xc0, 0xb5, 0x9c, + 0x4b, 0x20, 0xd5, 0x43, 0x82, 0x3a, 0x7a, 0x54, 0x89, 0xad, 0x6c, 0xda, 0xb1, 0x5c, 0x5b, 0xa5, + 0xbe, 0xad, 0xd9, 0xe0, 0x72, 0x3e, 0x2d, 0x3a, 0xb2, 0x3c, 0x87, 0xa5, 0xfd, 0x35, 0x2d, 0x9d, + 0xad, 0xbe, 0x22, 0xf4, 0x46, 0x92, 0x2a, 0xab, 0xef, 0x25, 0x79, 0x2d, 0x72, 0xb7, 0xc2, 0x21, + 0x2a, 0x67, 0x10, 0xdb, 0xe5, 0x9d, 0x51, 0xee, 0xf5, 0xfa, 0xb7, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x7b, 0xde, 0xc9, 0xc2, 0x15, 0x0a, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2/webhook.pb.go b/googleapis/cloud/dialogflow/v2/webhook.pb.go index 6696863db801ca7ccc6b7e7b7d387f27676fefc9..a7986ea91004ec744ac012eff3c1727fa66de063 100644 --- a/googleapis/cloud/dialogflow/v2/webhook.pb.go +++ b/googleapis/cloud/dialogflow/v2/webhook.pb.go @@ -24,7 +24,9 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type WebhookRequest struct { // The unique identifier of detectIntent request session. // Can be used to identify end-user inside webhook implementation. - // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. + // Format: `projects/<Project ID>/agent/sessions/<Session ID>`, or + // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User + // ID>/sessions/<Session ID>`. Session string `protobuf:"bytes,4,opt,name=session,proto3" json:"session,omitempty"` // The unique identifier of the response. Contains the same value as // `[Streaming]DetectIntentResponse.response_id`. @@ -44,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_20ed083b708a05f3, []int{0} + return fileDescriptor_webhook_5f33270dac18481f, []int{0} } func (m *WebhookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookRequest.Unmarshal(m, b) @@ -141,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_20ed083b708a05f3, []int{1} + return fileDescriptor_webhook_5f33270dac18481f, []int{1} } func (m *WebhookResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookResponse.Unmarshal(m, b) @@ -209,8 +211,22 @@ type OriginalDetectIntentRequest struct { // The source of this request, e.g., `google`, `facebook`, `slack`. It is set // by Dialogflow-owned servers. Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"` - // Optional. This field is set to the value of `QueryParameters.payload` field - // passed in the request. + // Optional. The version of the protocol used for this request. + // This field is AoG-specific. + Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` + // Optional. This field is set to the value of the `QueryParameters.payload` + // field passed in the request. Some integrations that query a Dialogflow + // agent may provide additional information in the payload. + // + // In particular for the Telephony Gateway this field has the form: + // <pre>{ + // "telephony": { + // "caller_id": "+18558363987" + // } + // }</pre> + // Note: The caller ID field (`caller_id`) will be redacted for Standard + // Edition agents and populated with the caller ID in [E.164 + // format](https://en.wikipedia.org/wiki/E.164) for Enterprise Edition agents. Payload *_struct.Struct `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -221,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_20ed083b708a05f3, []int{2} + return fileDescriptor_webhook_5f33270dac18481f, []int{2} } func (m *OriginalDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OriginalDetectIntentRequest.Unmarshal(m, b) @@ -248,6 +264,13 @@ func (m *OriginalDetectIntentRequest) GetSource() string { return "" } +func (m *OriginalDetectIntentRequest) GetVersion() string { + if m != nil { + return m.Version + } + return "" +} + func (m *OriginalDetectIntentRequest) GetPayload() *_struct.Struct { if m != nil { return m.Payload @@ -262,43 +285,44 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2/webhook.proto", fileDescriptor_webhook_20ed083b708a05f3) + proto.RegisterFile("google/cloud/dialogflow/v2/webhook.proto", fileDescriptor_webhook_5f33270dac18481f) } -var fileDescriptor_webhook_20ed083b708a05f3 = []byte{ - // 536 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xc1, 0x6f, 0xd3, 0x30, - 0x14, 0xc6, 0x95, 0x14, 0x3a, 0xcd, 0x9d, 0x56, 0x64, 0x26, 0x88, 0x3a, 0x34, 0xaa, 0x22, 0xb1, - 0xc2, 0x21, 0x11, 0xe1, 0xc0, 0x81, 0xdb, 0x56, 0x40, 0x45, 0x20, 0x46, 0x40, 0x80, 0x90, 0x50, - 0x94, 0x26, 0x6e, 0x66, 0xe1, 0xfa, 0xa5, 0xb1, 0xdd, 0x6e, 0x12, 0x7f, 0x03, 0x37, 0x4e, 0xdc, - 0x38, 0xf2, 0x17, 0x72, 0x44, 0xb1, 0x1d, 0xd2, 0x03, 0x8d, 0x76, 0x7c, 0xf6, 0xe7, 0xdf, 0xfb, - 0xde, 0xf7, 0x12, 0x34, 0xce, 0x01, 0x72, 0x46, 0x82, 0x94, 0x81, 0xca, 0x82, 0x8c, 0x26, 0x0c, - 0xf2, 0x39, 0x83, 0x75, 0xb0, 0x0a, 0x83, 0x35, 0x99, 0x9d, 0x03, 0x7c, 0xf5, 0x8b, 0x12, 0x24, - 0xe0, 0x81, 0x51, 0xfa, 0x5a, 0xe9, 0x37, 0x4a, 0x7f, 0x15, 0x0e, 0xee, 0x58, 0x4a, 0x52, 0xd0, - 0x20, 0xe1, 0x1c, 0x64, 0x22, 0x29, 0x70, 0x61, 0x5e, 0x0e, 0xda, 0x7a, 0xa4, 0xc0, 0x25, 0xb9, - 0x90, 0x56, 0x79, 0xdc, 0xa2, 0xa4, 0x5c, 0x12, 0x2e, 0xaf, 0x80, 0x14, 0x44, 0x08, 0x0a, 0xdc, - 0x2a, 0x6b, 0x6b, 0xba, 0x9a, 0xa9, 0x79, 0x20, 0x64, 0xa9, 0x52, 0xcb, 0x19, 0xfd, 0x70, 0xd1, - 0xfe, 0x47, 0x33, 0x66, 0x44, 0x96, 0x8a, 0x08, 0x89, 0x3d, 0xb4, 0x63, 0x09, 0xde, 0xb5, 0xa1, - 0x33, 0xde, 0x8d, 0xea, 0x12, 0xdf, 0x45, 0xbd, 0x92, 0x88, 0x02, 0xb8, 0x20, 0x31, 0xcd, 0x3c, - 0x47, 0xdf, 0xa2, 0xfa, 0x68, 0x9a, 0xe1, 0x97, 0x68, 0x6f, 0xa9, 0x48, 0x79, 0x19, 0x97, 0x44, - 0x28, 0x26, 0x3d, 0x77, 0xe8, 0x8c, 0x7b, 0xe1, 0xb1, 0xbf, 0x3d, 0x39, 0xff, 0x6d, 0xa5, 0x8f, - 0xb4, 0x3c, 0xea, 0x2d, 0x9b, 0x02, 0x7f, 0x43, 0x47, 0x50, 0xd2, 0x9c, 0xf2, 0x84, 0xc5, 0x19, - 0x91, 0x24, 0x95, 0xb1, 0x49, 0x20, 0x2e, 0x8d, 0x51, 0xaf, 0xa3, 0xe9, 0x4f, 0xda, 0xe8, 0x6f, - 0x2c, 0x61, 0xa2, 0x01, 0x53, 0xfd, 0xde, 0xce, 0x19, 0x1d, 0xc2, 0xf6, 0xcb, 0xd1, 0xf7, 0x0e, - 0xea, 0xff, 0xcb, 0xc5, 0xcc, 0x87, 0x1f, 0xa0, 0x1b, 0x73, 0xc5, 0xe6, 0x94, 0xb1, 0x45, 0x65, - 0xa3, 0x5a, 0x9b, 0xcd, 0xa0, 0xbf, 0x71, 0xfe, 0x9e, 0x5c, 0x48, 0xfc, 0x05, 0x1d, 0x6c, 0x4a, - 0x17, 0x44, 0x88, 0x24, 0x27, 0xc2, 0x73, 0x87, 0x9d, 0x71, 0x2f, 0x7c, 0xd8, 0x66, 0xd9, 0xf8, - 0xf0, 0x5f, 0x9b, 0x27, 0xd1, 0xcd, 0x0d, 0x8e, 0x3d, 0x13, 0xf8, 0x16, 0xea, 0x0a, 0x50, 0x65, - 0x4a, 0x74, 0x06, 0xbb, 0x91, 0xad, 0xf0, 0x23, 0xb4, 0x53, 0x24, 0x97, 0x0c, 0x92, 0x4c, 0xaf, - 0xae, 0x17, 0xde, 0xae, 0x3b, 0xd5, 0xdb, 0xf7, 0xdf, 0xe9, 0xed, 0x47, 0xb5, 0x0e, 0xbf, 0x42, - 0x7d, 0x50, 0xb2, 0x50, 0x32, 0xb6, 0x5f, 0xa2, 0xf0, 0xae, 0x6b, 0x93, 0xf7, 0xda, 0x4c, 0x9e, - 0x1a, 0x6d, 0xb4, 0x6f, 0xde, 0xda, 0x52, 0xe0, 0x4f, 0xe8, 0x60, 0x0e, 0x8c, 0xc1, 0x5a, 0x15, - 0x31, 0x59, 0x55, 0xa3, 0x53, 0x5e, 0x28, 0xe9, 0x75, 0xb5, 0x9b, 0xfb, 0x6d, 0xc8, 0x67, 0x95, - 0x7c, 0x5a, 0xa9, 0x23, 0x5c, 0x33, 0x9a, 0xb3, 0xd1, 0x39, 0x3a, 0x6c, 0x59, 0xe6, 0x46, 0x22, - 0xce, 0xb6, 0x44, 0x3a, 0x57, 0x4b, 0xe4, 0xe4, 0xa7, 0x83, 0x8e, 0x52, 0x58, 0xb4, 0x78, 0x3d, - 0xd9, 0xb3, 0x9f, 0xc6, 0x59, 0xc5, 0x38, 0x73, 0x3e, 0x4f, 0xac, 0x36, 0x07, 0x96, 0xf0, 0xdc, - 0x87, 0x32, 0x0f, 0x72, 0xc2, 0x75, 0x87, 0xc0, 0x5c, 0x25, 0x05, 0x15, 0xff, 0xfb, 0x59, 0x9f, - 0x36, 0xd5, 0x1f, 0xc7, 0xf9, 0xe5, 0xba, 0x93, 0xe7, 0xbf, 0xdd, 0xc1, 0x0b, 0x83, 0x3b, 0xd5, - 0xad, 0x27, 0x4d, 0xeb, 0x0f, 0xe1, 0xac, 0xab, 0xa9, 0x8f, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, - 0x75, 0x98, 0x13, 0x07, 0xb8, 0x04, 0x00, 0x00, +var fileDescriptor_webhook_5f33270dac18481f = []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, + 0x44, 0x03, 0x07, 0x5b, 0x98, 0x03, 0x07, 0x6e, 0x6d, 0x00, 0x05, 0x81, 0x28, 0x06, 0x01, 0x42, + 0x42, 0x96, 0x63, 0x6f, 0xcc, 0x8a, 0xcd, 0x8e, 0xe3, 0xdd, 0x4d, 0x5a, 0x89, 0x13, 0x3f, 0x80, + 0x1b, 0x27, 0x6e, 0x1c, 0xf9, 0x85, 0x1c, 0x91, 0x77, 0xd7, 0xc4, 0x20, 0x6a, 0x71, 0x9c, 0x99, + 0xc7, 0xef, 0xcc, 0xbc, 0x3b, 0x46, 0x93, 0x1c, 0x20, 0x67, 0x24, 0x48, 0x19, 0xa8, 0x2c, 0xc8, + 0x68, 0xc2, 0x20, 0x5f, 0x30, 0xd8, 0x04, 0xeb, 0x30, 0xd8, 0x90, 0xf9, 0x7b, 0x80, 0x0f, 0x7e, + 0x51, 0x82, 0x04, 0x3c, 0x34, 0xa4, 0xaf, 0x49, 0x7f, 0x4b, 0xfa, 0xeb, 0x70, 0xd8, 0xa6, 0x92, + 0x02, 0x97, 0xe4, 0x4c, 0x1a, 0x95, 0xe1, 0x51, 0x0b, 0x49, 0xb9, 0x24, 0xbc, 0x06, 0xdb, 0x24, + 0x05, 0x11, 0x82, 0x02, 0xb7, 0xe4, 0x35, 0x4b, 0xea, 0x68, 0xae, 0x16, 0x81, 0x90, 0xa5, 0x4a, + 0xe5, 0x1f, 0xd5, 0xa4, 0xa0, 0x41, 0xc2, 0x39, 0xc8, 0x44, 0x52, 0xe0, 0xc2, 0x54, 0xc7, 0x5f, + 0x5c, 0xb4, 0xf7, 0xda, 0xac, 0x19, 0x91, 0x95, 0x22, 0x42, 0x62, 0x0f, 0xf5, 0xac, 0xbe, 0xf7, + 0xdf, 0xc8, 0x99, 0xec, 0x44, 0x75, 0x88, 0xaf, 0xa3, 0x7e, 0x49, 0x44, 0x01, 0x5c, 0x90, 0x98, + 0x66, 0x9e, 0xa3, 0xab, 0xa8, 0x4e, 0xcd, 0x32, 0xfc, 0x18, 0xed, 0xae, 0x14, 0x29, 0xcf, 0xe3, + 0x92, 0x08, 0xc5, 0xa4, 0xe7, 0x8e, 0x9c, 0x49, 0x3f, 0x3c, 0xf2, 0x2f, 0x76, 0xce, 0x7f, 0x5e, + 0xf1, 0x91, 0xc6, 0xa3, 0xfe, 0x6a, 0x1b, 0xe0, 0x8f, 0xe8, 0x10, 0x4a, 0x9a, 0x53, 0x9e, 0xb0, + 0x38, 0x23, 0x92, 0xa4, 0x32, 0x36, 0xfe, 0xc4, 0xa5, 0x19, 0xd4, 0xeb, 0x68, 0xf5, 0x7b, 0x6d, + 0xea, 0xcf, 0xac, 0xc2, 0x54, 0x0b, 0xcc, 0xf4, 0xf7, 0x76, 0xcf, 0xe8, 0x00, 0x2e, 0x2e, 0x8e, + 0x3f, 0x77, 0xd0, 0xe0, 0x97, 0x2f, 0x66, 0x3f, 0x7c, 0x0b, 0x5d, 0x5a, 0x28, 0xb6, 0xa0, 0x8c, + 0x2d, 0xab, 0x31, 0xaa, 0x47, 0xb5, 0x1e, 0x0c, 0x1a, 0xf9, 0x97, 0xe4, 0x4c, 0xe2, 0x77, 0x68, + 0xbf, 0x89, 0x2e, 0x89, 0x10, 0x49, 0x4e, 0x84, 0xe7, 0x8e, 0x3a, 0x93, 0x7e, 0x78, 0xbb, 0x6d, + 0x64, 0x33, 0x87, 0xff, 0xd4, 0x7c, 0x12, 0x5d, 0x6e, 0xe8, 0xd8, 0x9c, 0xc0, 0x57, 0x50, 0x57, + 0x80, 0x2a, 0x53, 0xa2, 0x3d, 0xd8, 0x89, 0x6c, 0x84, 0xef, 0xa0, 0x5e, 0x91, 0x9c, 0x33, 0x48, + 0x32, 0xfd, 0x74, 0xfd, 0xf0, 0x6a, 0xdd, 0xa9, 0xbe, 0x0d, 0xff, 0x85, 0xbe, 0x8d, 0xa8, 0xe6, + 0xf0, 0x13, 0x34, 0x00, 0x25, 0x0b, 0x25, 0x63, 0x7b, 0xa7, 0xc2, 0xfb, 0x5f, 0x0f, 0x79, 0xa3, + 0x6d, 0xc8, 0x13, 0xc3, 0x46, 0x7b, 0xe6, 0x5b, 0x1b, 0x0a, 0xfc, 0x06, 0xed, 0x2f, 0x80, 0x31, + 0xd8, 0xa8, 0x22, 0x26, 0xeb, 0x6a, 0x75, 0xca, 0x0b, 0x25, 0xbd, 0xae, 0x9e, 0xe6, 0x66, 0x9b, + 0xe4, 0x83, 0x0a, 0x9f, 0x55, 0x74, 0x84, 0x6b, 0x8d, 0x6d, 0x6e, 0xfc, 0xc9, 0x41, 0x07, 0x2d, + 0xaf, 0xd9, 0xb0, 0xc4, 0xf9, 0xcd, 0x12, 0x0f, 0xf5, 0xd6, 0xa4, 0xd4, 0xd7, 0xec, 0x9a, 0x6b, + 0xb6, 0x61, 0xd3, 0xac, 0xce, 0xbf, 0x99, 0x75, 0xfc, 0xd5, 0x41, 0x87, 0x29, 0x2c, 0x5b, 0xd6, + 0x38, 0xde, 0xb5, 0x57, 0x73, 0x5a, 0x69, 0x9c, 0x3a, 0x6f, 0xa7, 0x96, 0xcd, 0x81, 0x25, 0x3c, + 0xf7, 0xa1, 0xcc, 0x83, 0x9c, 0x70, 0xdd, 0x21, 0x30, 0xa5, 0xa4, 0xa0, 0xe2, 0x6f, 0x7f, 0xf9, + 0xfd, 0x6d, 0xf4, 0xc3, 0x71, 0xbe, 0xb9, 0xee, 0xf4, 0xe1, 0x77, 0x77, 0xf8, 0xc8, 0xc8, 0x9d, + 0xe8, 0xd6, 0xd3, 0x6d, 0xeb, 0x57, 0xe1, 0xbc, 0xab, 0x55, 0xef, 0xfe, 0x0c, 0x00, 0x00, 0xff, + 0xff, 0xbc, 0x1f, 0x79, 0x23, 0xd3, 0x04, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/agent.pb.go b/googleapis/cloud/dialogflow/v2beta1/agent.pb.go index 7373e336d81f56dc856617015f30c45b8da89786..59427d9db339180dae603e85c62d35be43ebc19b 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_cda85ca3963c6c7b, []int{0, 0} + return fileDescriptor_agent_28141718260336ea, []int{0, 0} } // Represents a conversational agent. @@ -68,9 +68,10 @@ type Agent struct { // Required. The name of this agent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. The default language of the agent as a language tag. See - // [Language Support](https://dialogflow.com/docs/reference/language) for a - // list of the currently supported language codes. - // This field cannot be set by the `Update` method. + // [Language + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. This field cannot be + // set by the `Update` method. DefaultLanguageCode string `protobuf:"bytes,3,opt,name=default_language_code,json=defaultLanguageCode,proto3" json:"default_language_code,omitempty"` // Optional. The list of all languages supported by this agent (except for the // `default_language_code`). @@ -84,7 +85,9 @@ type Agent struct { Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"` // Optional. The URI of the agent's avatar. // Avatars are used throughout the Dialogflow console and in the self-hosted - // [Web Demo](https://dialogflow.com/docs/integrations/web-demo) integration. + // [Web + // Demo](https://cloud.google.com/dialogflow-enterprise/docs/integrations/web-demo) + // integration. AvatarUri string `protobuf:"bytes,7,opt,name=avatar_uri,json=avatarUri,proto3" json:"avatar_uri,omitempty"` // Optional. Determines whether this agent should log conversation queries. EnableLogging bool `protobuf:"varint,8,opt,name=enable_logging,json=enableLogging,proto3" json:"enable_logging,omitempty"` @@ -93,7 +96,7 @@ type Agent struct { // Optional. To filter out false positive results and still get variety in // matched natural language inputs for your agent, you can tune the machine // learning classification threshold. If the returned score value is less than - // the threshold value, then a fallback intent is be triggered or, if there + // the threshold value, then a fallback intent will be triggered or, if there // are no fallback intents defined, no intent will be triggered. The score // values range from 0.0 (completely uncertain) to 1.0 (completely certain). // If set to 0.0, the default of 0.3 is used. @@ -107,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_cda85ca3963c6c7b, []int{0} + return fileDescriptor_agent_28141718260336ea, []int{0} } func (m *Agent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Agent.Unmarshal(m, b) @@ -197,8 +200,7 @@ func (m *Agent) GetClassificationThreshold() float32 { return 0 } -// The request message for -// [Agents.GetAgent][google.cloud.dialogflow.v2beta1.Agents.GetAgent]. +// The request message for [Agents.GetAgent][google.cloud.dialogflow.v2beta1.Agents.GetAgent]. type GetAgentRequest struct { // Required. The project that the agent to fetch is associated with. // Format: `projects/<Project ID>`. @@ -212,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_cda85ca3963c6c7b, []int{1} + return fileDescriptor_agent_28141718260336ea, []int{1} } func (m *GetAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetAgentRequest.Unmarshal(m, b) @@ -239,8 +241,7 @@ func (m *GetAgentRequest) GetParent() string { return "" } -// The request message for -// [Agents.SearchAgents][google.cloud.dialogflow.v2beta1.Agents.SearchAgents]. +// The request message for [Agents.SearchAgents][google.cloud.dialogflow.v2beta1.Agents.SearchAgents]. type SearchAgentsRequest struct { // Required. The project to list agents from. // Format: `projects/<Project ID or '-'>`. @@ -259,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_cda85ca3963c6c7b, []int{2} + return fileDescriptor_agent_28141718260336ea, []int{2} } func (m *SearchAgentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsRequest.Unmarshal(m, b) @@ -300,8 +301,7 @@ func (m *SearchAgentsRequest) GetPageToken() string { return "" } -// The response message for -// [Agents.SearchAgents][google.cloud.dialogflow.v2beta1.Agents.SearchAgents]. +// The response message for [Agents.SearchAgents][google.cloud.dialogflow.v2beta1.Agents.SearchAgents]. type SearchAgentsResponse struct { // The list of agents. There will be a maximum number of items returned based // on the page_size field in the request. @@ -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_cda85ca3963c6c7b, []int{3} + return fileDescriptor_agent_28141718260336ea, []int{3} } func (m *SearchAgentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchAgentsResponse.Unmarshal(m, b) @@ -352,8 +352,7 @@ func (m *SearchAgentsResponse) GetNextPageToken() string { return "" } -// The request message for -// [Agents.TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent]. +// The request message for [Agents.TrainAgent][google.cloud.dialogflow.v2beta1.Agents.TrainAgent]. type TrainAgentRequest struct { // Required. The project that the agent to train is associated with. // Format: `projects/<Project ID>`. @@ -367,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_cda85ca3963c6c7b, []int{4} + return fileDescriptor_agent_28141718260336ea, []int{4} } func (m *TrainAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TrainAgentRequest.Unmarshal(m, b) @@ -394,8 +393,7 @@ func (m *TrainAgentRequest) GetParent() string { return "" } -// The request message for -// [Agents.ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent]. +// The request message for [Agents.ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent]. type ExportAgentRequest struct { // Required. The project that the agent to export is associated with. // Format: `projects/<Project ID>`. @@ -415,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_cda85ca3963c6c7b, []int{5} + return fileDescriptor_agent_28141718260336ea, []int{5} } func (m *ExportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentRequest.Unmarshal(m, b) @@ -449,8 +447,7 @@ func (m *ExportAgentRequest) GetAgentUri() string { return "" } -// The response message for -// [Agents.ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent]. +// The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent]. type ExportAgentResponse struct { // Required. The exported agent. // @@ -467,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_cda85ca3963c6c7b, []int{6} + return fileDescriptor_agent_28141718260336ea, []int{6} } func (m *ExportAgentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ExportAgentResponse.Unmarshal(m, b) @@ -590,8 +587,7 @@ func _ExportAgentResponse_OneofSizer(msg proto.Message) (n int) { return n } -// The request message for -// [Agents.ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent]. +// The request message for [Agents.ImportAgent][google.cloud.dialogflow.v2beta1.Agents.ImportAgent]. type ImportAgentRequest struct { // Required. The project that the agent to import is associated with. // Format: `projects/<Project ID>`. @@ -611,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_cda85ca3963c6c7b, []int{7} + return fileDescriptor_agent_28141718260336ea, []int{7} } func (m *ImportAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ImportAgentRequest.Unmarshal(m, b) @@ -741,8 +737,7 @@ func _ImportAgentRequest_OneofSizer(msg proto.Message) (n int) { return n } -// The request message for -// [Agents.RestoreAgent][google.cloud.dialogflow.v2beta1.Agents.RestoreAgent]. +// The request message for [Agents.RestoreAgent][google.cloud.dialogflow.v2beta1.Agents.RestoreAgent]. type RestoreAgentRequest struct { // Required. The project that the agent to restore is associated with. // Format: `projects/<Project ID>`. @@ -762,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_cda85ca3963c6c7b, []int{8} + return fileDescriptor_agent_28141718260336ea, []int{8} } func (m *RestoreAgentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RestoreAgentRequest.Unmarshal(m, b) @@ -930,15 +925,12 @@ type AgentsClient interface { // Trains the specified agent. // // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> TrainAgent(ctx context.Context, in *TrainAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // // - // Operation <response: - // [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]> ExportAgent(ctx context.Context, in *ExportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // @@ -947,8 +939,7 @@ type AgentsClient interface { // versions from ImportAgentRequest. // // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> ImportAgent(ctx context.Context, in *ImportAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // @@ -956,8 +947,7 @@ type AgentsClient interface { // entity types in the older version are deleted. // // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> RestoreAgent(ctx context.Context, in *RestoreAgentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) } @@ -1038,15 +1028,12 @@ type AgentsServer interface { // Trains the specified agent. // // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> TrainAgent(context.Context, *TrainAgentRequest) (*longrunning.Operation, error) // Exports the specified agent to a ZIP file. // // - // Operation <response: - // [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2beta1.ExportAgentResponse]> ExportAgent(context.Context, *ExportAgentRequest) (*longrunning.Operation, error) // Imports the specified agent from a ZIP file. // @@ -1055,8 +1042,7 @@ type AgentsServer interface { // versions from ImportAgentRequest. // // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> ImportAgent(context.Context, *ImportAgentRequest) (*longrunning.Operation, error) // Restores the specified agent from a ZIP file. // @@ -1064,8 +1050,7 @@ type AgentsServer interface { // entity types in the older version are deleted. // // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> RestoreAgent(context.Context, *RestoreAgentRequest) (*longrunning.Operation, error) } @@ -1215,70 +1200,71 @@ var _Agents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/agent.proto", fileDescriptor_agent_cda85ca3963c6c7b) -} - -var fileDescriptor_agent_cda85ca3963c6c7b = []byte{ - // 975 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x41, 0x6f, 0xdc, 0x44, - 0x14, 0xae, 0x37, 0x4d, 0xb2, 0xfb, 0x92, 0xb4, 0xe9, 0x84, 0x06, 0x6b, 0xdb, 0xa8, 0x8b, 0x4b, - 0xab, 0xed, 0x46, 0xd8, 0x74, 0xd3, 0x4a, 0x10, 0x04, 0x52, 0xb3, 0x9b, 0x36, 0x2b, 0x65, 0x93, - 0xc8, 0x49, 0x2a, 0xb5, 0x17, 0x6b, 0x62, 0xcf, 0x3a, 0x43, 0xed, 0x19, 0xe3, 0x99, 0x2d, 0x6d, - 0x0a, 0x1c, 0xf8, 0x05, 0x48, 0x20, 0x21, 0x38, 0x72, 0x42, 0x1c, 0x38, 0xf1, 0x4f, 0xf8, 0x0b, - 0xfc, 0x08, 0x8e, 0xc8, 0x63, 0x6f, 0xd6, 0x9b, 0xb4, 0xb5, 0x91, 0x90, 0xb8, 0xd9, 0xdf, 0xfb, - 0xde, 0x7b, 0xdf, 0xcc, 0x7c, 0x4f, 0x33, 0xb0, 0xea, 0x73, 0xee, 0x07, 0xc4, 0x72, 0x03, 0x3e, - 0xf4, 0x2c, 0x8f, 0xe2, 0x80, 0xfb, 0x83, 0x80, 0x7f, 0x69, 0x3d, 0x6f, 0x1f, 0x11, 0x89, 0xef, - 0x5a, 0xd8, 0x27, 0x4c, 0x9a, 0x51, 0xcc, 0x25, 0x47, 0x37, 0x52, 0xb2, 0xa9, 0xc8, 0xe6, 0x98, - 0x6c, 0x66, 0xe4, 0xfa, 0xf5, 0xac, 0x1a, 0x8e, 0xa8, 0x85, 0x19, 0xe3, 0x12, 0x4b, 0xca, 0x99, - 0x48, 0xd3, 0xeb, 0x37, 0xb3, 0x68, 0xc0, 0x99, 0x1f, 0x0f, 0x19, 0xa3, 0xcc, 0xb7, 0x78, 0x44, - 0xe2, 0x09, 0xd2, 0xb5, 0x8c, 0xa4, 0xfe, 0x8e, 0x86, 0x03, 0x8b, 0x84, 0x91, 0x7c, 0x99, 0x05, - 0x1b, 0x67, 0x83, 0x03, 0x4a, 0x02, 0xcf, 0x09, 0xb1, 0x78, 0x96, 0x31, 0xae, 0x9f, 0x65, 0x08, - 0x19, 0x0f, 0xdd, 0x6c, 0x01, 0xc6, 0x4f, 0x17, 0x61, 0xfa, 0x41, 0xb2, 0x20, 0xb4, 0x0c, 0x33, - 0x11, 0x8e, 0x09, 0x93, 0xba, 0xd6, 0xd0, 0x9a, 0x35, 0x3b, 0xfb, 0x43, 0xef, 0xc1, 0xbc, 0x47, - 0x45, 0x14, 0xe0, 0x97, 0x0e, 0xc3, 0x21, 0xd1, 0x2b, 0x2a, 0x3a, 0x97, 0x61, 0x3b, 0x38, 0x24, - 0xa8, 0x0d, 0x57, 0x3d, 0x32, 0xc0, 0xc3, 0x40, 0x3a, 0x01, 0x66, 0xfe, 0x10, 0xfb, 0xc4, 0x71, - 0xb9, 0x47, 0xf4, 0x29, 0xc5, 0x5d, 0xca, 0x82, 0xdb, 0x59, 0xac, 0xc3, 0x3d, 0x82, 0x3e, 0x02, - 0x5d, 0x0c, 0xa3, 0x88, 0xc7, 0x92, 0x78, 0x93, 0x59, 0x42, 0xbf, 0xd8, 0x98, 0x6a, 0xd6, 0xec, - 0xe5, 0xd3, 0x78, 0x3e, 0x51, 0xa0, 0x6b, 0x50, 0x93, 0x34, 0x24, 0xce, 0x09, 0x67, 0x44, 0x9f, - 0x56, 0x1d, 0xaa, 0x09, 0xf0, 0x94, 0x33, 0x82, 0x1a, 0x30, 0xe7, 0x11, 0xe1, 0xc6, 0x34, 0x4a, - 0xb6, 0x50, 0x9f, 0xc9, 0xc4, 0x8e, 0x21, 0xb4, 0x02, 0x80, 0x9f, 0x63, 0x89, 0x63, 0x67, 0x18, - 0x53, 0x7d, 0x56, 0x11, 0x6a, 0x29, 0x72, 0x18, 0x53, 0x74, 0x0b, 0x2e, 0x11, 0x86, 0x8f, 0x02, - 0xe2, 0x04, 0xdc, 0xf7, 0x29, 0xf3, 0xf5, 0x6a, 0x43, 0x6b, 0x56, 0xed, 0x85, 0x14, 0xdd, 0x4e, - 0x41, 0xb4, 0x0b, 0x10, 0x62, 0xe9, 0x1e, 0x3b, 0x61, 0xb2, 0xce, 0x5a, 0x43, 0x6b, 0x5e, 0x6a, - 0x7f, 0x68, 0x16, 0xb8, 0xc1, 0x54, 0x3b, 0x6d, 0xf6, 0x93, 0xc4, 0x3e, 0xf7, 0x88, 0x5d, 0x0b, - 0x47, 0x9f, 0xe8, 0x63, 0xd0, 0xdd, 0x00, 0x0b, 0x41, 0x07, 0xd4, 0x55, 0xc7, 0xef, 0xc8, 0xe3, - 0x98, 0x88, 0x63, 0x1e, 0x78, 0x3a, 0x34, 0xb4, 0x66, 0xc5, 0x7e, 0x77, 0x32, 0x7e, 0x30, 0x0a, - 0x1b, 0x8f, 0xa1, 0x76, 0x5a, 0x12, 0xd5, 0x61, 0xb9, 0xff, 0xe0, 0xa0, 0xb3, 0xe5, 0xf4, 0x77, - 0xbb, 0x9b, 0xce, 0xe1, 0xce, 0xfe, 0xde, 0x66, 0xa7, 0xf7, 0xb0, 0xb7, 0xd9, 0x5d, 0xbc, 0x80, - 0xae, 0xc2, 0x95, 0x5c, 0x6c, 0xeb, 0xc9, 0x86, 0xdd, 0xeb, 0x2e, 0x6a, 0x68, 0x19, 0x50, 0x0e, - 0xee, 0x6f, 0x3b, 0xbb, 0x3b, 0xdb, 0x4f, 0x16, 0x2b, 0xc6, 0x1d, 0xb8, 0xfc, 0x88, 0x48, 0xa5, - 0xd9, 0x26, 0x5f, 0x0c, 0x89, 0x78, 0xa3, 0x49, 0x0c, 0x0a, 0x4b, 0xfb, 0x04, 0xc7, 0xee, 0xb1, - 0x62, 0x8b, 0x02, 0x7a, 0x72, 0x84, 0x51, 0x72, 0xdc, 0x82, 0x9e, 0xa4, 0x86, 0x9a, 0xb6, 0xab, - 0x09, 0xb0, 0x4f, 0x4f, 0x48, 0x72, 0x40, 0x2a, 0x28, 0xf9, 0x33, 0xc2, 0x32, 0x0b, 0x29, 0xfa, - 0x41, 0x02, 0x18, 0xdf, 0xc0, 0x3b, 0x93, 0xad, 0x44, 0xc4, 0x99, 0x20, 0xe8, 0x33, 0x98, 0x51, - 0x93, 0x29, 0x74, 0xad, 0x31, 0xd5, 0x9c, 0x6b, 0xdf, 0x2e, 0x77, 0x1a, 0x76, 0x96, 0x85, 0x6e, - 0xc3, 0x65, 0x46, 0x5e, 0x48, 0x27, 0xd7, 0x3b, 0xb5, 0xfa, 0x42, 0x02, 0xef, 0x9d, 0xf6, 0x5f, - 0x85, 0x2b, 0x07, 0x31, 0xa6, 0xac, 0xd4, 0xbe, 0xf4, 0x00, 0x6d, 0xbe, 0x48, 0x4c, 0x5c, 0x86, - 0x9d, 0x6c, 0x8b, 0x12, 0xa3, 0x9c, 0x99, 0x36, 0xaf, 0x2a, 0xe0, 0x30, 0xa6, 0x86, 0x07, 0x4b, - 0x13, 0xa5, 0xb2, 0x65, 0xaf, 0xe4, 0x73, 0x54, 0xb9, 0xad, 0x0b, 0xe3, 0x2c, 0x74, 0x0b, 0x16, - 0xd2, 0xb0, 0xcb, 0x99, 0x4c, 0x3a, 0x26, 0x65, 0xe7, 0xb7, 0x2e, 0xd8, 0xf3, 0x0a, 0xee, 0xa4, - 0xe8, 0xc6, 0x2c, 0x4c, 0xab, 0x7f, 0xe3, 0x15, 0xa0, 0x5e, 0x58, 0x5a, 0xf0, 0xca, 0x39, 0xc1, - 0x6f, 0x6f, 0x3e, 0xf5, 0xf6, 0xe6, 0x5f, 0xc1, 0x92, 0x4d, 0x84, 0xe4, 0x31, 0xf9, 0x1f, 0xba, - 0xb7, 0xff, 0x98, 0x85, 0x99, 0xd4, 0x53, 0xe8, 0x3b, 0x0d, 0xaa, 0x23, 0xeb, 0xa3, 0xe2, 0xb1, - 0x3e, 0x33, 0x25, 0xf5, 0x92, 0xd6, 0x33, 0x5a, 0xdf, 0xfe, 0xf9, 0xd7, 0xf7, 0x95, 0xf7, 0x91, - 0x71, 0x7a, 0xb7, 0xbc, 0x4a, 0x97, 0xf6, 0x69, 0x14, 0xf3, 0xcf, 0x89, 0x2b, 0x85, 0xd5, 0xfa, - 0x3a, 0xbd, 0x6f, 0xd0, 0xef, 0x1a, 0xcc, 0xe7, 0x7d, 0x8f, 0xee, 0x15, 0x36, 0x79, 0xcd, 0x44, - 0xd6, 0xef, 0xff, 0xcb, 0xac, 0xd4, 0x65, 0xc6, 0x5d, 0xa5, 0x74, 0x15, 0xdd, 0x29, 0x56, 0xba, - 0x2e, 0x54, 0x01, 0xf4, 0x83, 0x06, 0x30, 0x1e, 0x14, 0xd4, 0x2e, 0x6c, 0x7c, 0x6e, 0xaa, 0xea, - 0x2b, 0xa3, 0x9c, 0xdc, 0xfd, 0x68, 0xee, 0x8e, 0xee, 0x47, 0x63, 0x4d, 0x89, 0xfa, 0xc0, 0x68, - 0x96, 0x10, 0x25, 0x93, 0xe2, 0xeb, 0x5a, 0x0b, 0xfd, 0xa8, 0xc1, 0x5c, 0x6e, 0x8e, 0xd0, 0x5a, - 0xa1, 0xae, 0xf3, 0x03, 0x5c, 0x24, 0xec, 0x9e, 0x12, 0x66, 0x1a, 0x65, 0x76, 0x8b, 0xa8, 0xea, - 0x23, 0x65, 0xb9, 0xd9, 0x2b, 0xa1, 0xec, 0xfc, 0xa4, 0xfe, 0x97, 0xca, 0x68, 0x38, 0x52, 0xf6, - 0xb3, 0x06, 0xf3, 0xf9, 0xc1, 0x2c, 0xe1, 0xbd, 0xd7, 0xcc, 0x71, 0x91, 0xb6, 0xfb, 0x4a, 0x9b, - 0x65, 0xb4, 0x4a, 0x68, 0x8b, 0xd3, 0xf2, 0xeb, 0x5a, 0x6b, 0xe3, 0x57, 0x0d, 0x6e, 0xba, 0x3c, - 0x2c, 0x52, 0xb4, 0x01, 0x4a, 0xcb, 0x5e, 0xf2, 0xea, 0xd9, 0xd3, 0x9e, 0xf6, 0x32, 0xba, 0xcf, - 0x93, 0xb7, 0x87, 0xc9, 0x63, 0xdf, 0xf2, 0x09, 0x53, 0x6f, 0x22, 0x2b, 0x0d, 0xe1, 0x88, 0x8a, - 0x37, 0x3e, 0x02, 0x3f, 0x19, 0x43, 0x7f, 0x6b, 0xda, 0x2f, 0x95, 0x4a, 0xf7, 0xe1, 0x6f, 0x95, - 0x1b, 0x8f, 0xd2, 0x9a, 0x1d, 0x25, 0xa1, 0x3b, 0x96, 0xf0, 0x38, 0x4d, 0x3a, 0x9a, 0x51, 0xf5, - 0xd7, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x35, 0x4d, 0xe2, 0x83, 0x63, 0x0a, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/agent.proto", fileDescriptor_agent_28141718260336ea) +} + +var fileDescriptor_agent_28141718260336ea = []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, + 0xd5, 0x36, 0x11, 0x6b, 0xba, 0x69, 0x25, 0x08, 0x02, 0xa9, 0xf9, 0x69, 0xb3, 0x52, 0xfe, 0xe4, + 0x24, 0x95, 0xda, 0x1b, 0x6b, 0x62, 0x4f, 0x9c, 0xa1, 0xf6, 0x8c, 0x99, 0x19, 0x97, 0x36, 0x05, + 0x2e, 0x78, 0x02, 0x24, 0x90, 0x10, 0x5c, 0x72, 0x85, 0xb8, 0xe0, 0x8a, 0x37, 0xe1, 0x15, 0x78, + 0x08, 0x2e, 0x91, 0xc7, 0xde, 0xac, 0x37, 0x69, 0x6b, 0x23, 0x21, 0xf5, 0xce, 0xfe, 0xbe, 0xef, + 0x9c, 0xf3, 0xcd, 0xcc, 0x39, 0x9a, 0x81, 0xc5, 0x80, 0xf3, 0x20, 0x24, 0xb6, 0x17, 0xf2, 0xc4, + 0xb7, 0x7d, 0x8a, 0x43, 0x1e, 0x1c, 0x85, 0xfc, 0x2b, 0xfb, 0x59, 0xf7, 0x90, 0x28, 0x7c, 0xc7, + 0xc6, 0x01, 0x61, 0xaa, 0x13, 0x0b, 0xae, 0x38, 0xba, 0x9e, 0x89, 0x3b, 0x5a, 0xdc, 0x19, 0x88, + 0x3b, 0xb9, 0xb8, 0x79, 0x2d, 0xcf, 0x86, 0x63, 0x6a, 0x63, 0xc6, 0xb8, 0xc2, 0x8a, 0x72, 0x26, + 0xb3, 0xf0, 0xe6, 0x7b, 0x05, 0x56, 0x10, 0xc9, 0x13, 0xe1, 0x91, 0x9c, 0xba, 0x91, 0x53, 0x21, + 0x67, 0x81, 0x48, 0x18, 0xa3, 0x2c, 0xb0, 0x79, 0x4c, 0xc4, 0x50, 0xfc, 0xd5, 0x5c, 0xa4, 0xff, + 0x0e, 0x93, 0x23, 0x9b, 0x44, 0xb1, 0x7a, 0x91, 0x93, 0xad, 0xb3, 0xe4, 0x11, 0x25, 0xa1, 0xef, + 0x46, 0x58, 0x3e, 0xcd, 0x15, 0xd7, 0xce, 0x2a, 0xa4, 0x12, 0x89, 0x97, 0xaf, 0xcd, 0xfa, 0xf9, + 0x02, 0x8c, 0xdd, 0x4f, 0xd7, 0x8a, 0xe6, 0x60, 0x3c, 0xc6, 0x82, 0x30, 0x65, 0x1a, 0x2d, 0xa3, + 0xdd, 0x70, 0xf2, 0x3f, 0xf4, 0x3e, 0x4c, 0xf9, 0x54, 0xc6, 0x21, 0x7e, 0xe1, 0x32, 0x1c, 0x11, + 0xb3, 0xa6, 0xd9, 0xc9, 0x1c, 0xdb, 0xc6, 0x11, 0x41, 0x5d, 0xb8, 0xe2, 0x93, 0x23, 0x9c, 0x84, + 0xca, 0x0d, 0x31, 0x0b, 0x12, 0x1c, 0x10, 0xd7, 0xe3, 0x3e, 0x31, 0x47, 0xb5, 0x76, 0x36, 0x27, + 0x37, 0x73, 0x6e, 0x95, 0xfb, 0x04, 0x7d, 0x0c, 0xa6, 0x4c, 0xe2, 0x98, 0x0b, 0x45, 0xfc, 0xe1, + 0x28, 0x69, 0x5e, 0x68, 0x8d, 0xb6, 0x1b, 0xce, 0xdc, 0x29, 0x5f, 0x0c, 0x94, 0xe8, 0x2a, 0x34, + 0x14, 0x8d, 0x88, 0x7b, 0xc2, 0x19, 0x31, 0xc7, 0x74, 0x85, 0x7a, 0x0a, 0x3c, 0xe1, 0x8c, 0xa0, + 0x16, 0x4c, 0xfa, 0x44, 0x7a, 0x82, 0xc6, 0xe9, 0x16, 0x9a, 0xe3, 0xb9, 0xd9, 0x01, 0x84, 0xe6, + 0x01, 0xf0, 0x33, 0xac, 0xb0, 0x70, 0x13, 0x41, 0xcd, 0x09, 0x2d, 0x68, 0x64, 0xc8, 0x81, 0xa0, + 0xe8, 0x26, 0x5c, 0x24, 0x0c, 0x1f, 0x86, 0xc4, 0x0d, 0x79, 0x10, 0x50, 0x16, 0x98, 0xf5, 0x96, + 0xd1, 0xae, 0x3b, 0xd3, 0x19, 0xba, 0x99, 0x81, 0x68, 0x07, 0x20, 0xc2, 0xca, 0x3b, 0x76, 0xa3, + 0x74, 0x9d, 0x8d, 0x96, 0xd1, 0xbe, 0xd8, 0xfd, 0xa8, 0x53, 0xd2, 0x28, 0x1d, 0xbd, 0xd3, 0x9d, + 0xad, 0x34, 0x70, 0x8b, 0xfb, 0xc4, 0x69, 0x44, 0xfd, 0x4f, 0xf4, 0x09, 0x98, 0x5e, 0x88, 0xa5, + 0xa4, 0x47, 0xd4, 0xd3, 0xc7, 0xef, 0xaa, 0x63, 0x41, 0xe4, 0x31, 0x0f, 0x7d, 0x13, 0x5a, 0x46, + 0xbb, 0xe6, 0xbc, 0x3b, 0xcc, 0xef, 0xf7, 0x69, 0xeb, 0x11, 0x34, 0x4e, 0x53, 0xa2, 0x26, 0xcc, + 0x6d, 0xdd, 0xdf, 0x5f, 0xdd, 0x70, 0xb7, 0x76, 0xd6, 0xd6, 0xdd, 0x83, 0xed, 0xbd, 0xdd, 0xf5, + 0xd5, 0xde, 0x83, 0xde, 0xfa, 0xda, 0xcc, 0x08, 0xba, 0x02, 0x97, 0x0b, 0xdc, 0xc6, 0xe3, 0x15, + 0xa7, 0xb7, 0x36, 0x63, 0xa0, 0x39, 0x40, 0x05, 0x78, 0x6b, 0xd3, 0xdd, 0xd9, 0xde, 0x7c, 0x3c, + 0x53, 0xb3, 0x6e, 0xc3, 0xa5, 0x87, 0x44, 0x69, 0xcf, 0x0e, 0xf9, 0x32, 0x21, 0xf2, 0xb5, 0x4d, + 0x62, 0x51, 0x98, 0xdd, 0x23, 0x58, 0x78, 0xc7, 0x5a, 0x2d, 0x4b, 0xe4, 0xe9, 0x11, 0xc6, 0xe9, + 0x71, 0x4b, 0x7a, 0x92, 0x35, 0xd4, 0x98, 0x53, 0x4f, 0x81, 0x3d, 0x7a, 0x42, 0xd2, 0x03, 0xd2, + 0xa4, 0xe2, 0x4f, 0x09, 0xcb, 0x5b, 0x48, 0xcb, 0xf7, 0x53, 0xc0, 0xfa, 0x16, 0xde, 0x19, 0x2e, + 0x25, 0x63, 0xce, 0x24, 0x41, 0x9f, 0xc3, 0xb8, 0x1e, 0x5a, 0x69, 0x1a, 0xad, 0xd1, 0xf6, 0x64, + 0xf7, 0x56, 0xb5, 0xd3, 0x70, 0xf2, 0x28, 0x74, 0x0b, 0x2e, 0x31, 0xf2, 0x5c, 0xb9, 0x85, 0xda, + 0x59, 0xab, 0x4f, 0xa7, 0xf0, 0xee, 0x69, 0xfd, 0x45, 0xb8, 0xbc, 0x2f, 0x30, 0x65, 0x95, 0xf6, + 0xa5, 0x07, 0x68, 0xfd, 0x79, 0xda, 0xc4, 0x55, 0xd4, 0xe9, 0xb6, 0x68, 0x33, 0xba, 0x33, 0xb3, + 0xe2, 0x75, 0x0d, 0x1c, 0x08, 0x6a, 0xf9, 0x30, 0x3b, 0x94, 0x2a, 0x5f, 0xf6, 0x7c, 0x31, 0x46, + 0xa7, 0xdb, 0x18, 0x19, 0x44, 0xa1, 0x9b, 0x30, 0x9d, 0xd1, 0x1e, 0x67, 0x2a, 0xad, 0x98, 0xa6, + 0x9d, 0xda, 0x18, 0x71, 0xa6, 0x34, 0xbc, 0x9a, 0xa1, 0x2b, 0x13, 0x30, 0xa6, 0xff, 0xad, 0x97, + 0x80, 0x7a, 0x51, 0x65, 0xc3, 0xf3, 0xe7, 0x0c, 0xbf, 0xb9, 0xf8, 0xe8, 0x9b, 0x8b, 0x7f, 0x0d, + 0xb3, 0x0e, 0x91, 0x8a, 0x0b, 0xf2, 0x16, 0xaa, 0x77, 0xff, 0x9c, 0x80, 0xf1, 0xac, 0xa7, 0xd0, + 0xf7, 0x06, 0xd4, 0xfb, 0xad, 0x8f, 0xca, 0xc7, 0xfa, 0xcc, 0x94, 0x34, 0x2b, 0xb6, 0x9e, 0xb5, + 0xf0, 0xdd, 0x5f, 0x7f, 0xff, 0x50, 0xfb, 0x00, 0x59, 0xa7, 0xd7, 0xce, 0xcb, 0x6c, 0x69, 0x9f, + 0xc5, 0x82, 0x7f, 0x41, 0x3c, 0x25, 0xed, 0x85, 0x6f, 0xb2, 0xab, 0x08, 0xfd, 0x61, 0xc0, 0x54, + 0xb1, 0xef, 0xd1, 0xdd, 0xd2, 0x22, 0xaf, 0x98, 0xc8, 0xe6, 0xbd, 0xff, 0x18, 0x95, 0x75, 0x99, + 0x75, 0x47, 0x3b, 0x5d, 0x44, 0xb7, 0xcb, 0x9d, 0x2e, 0x4b, 0x9d, 0x00, 0xfd, 0x68, 0x00, 0x0c, + 0x06, 0x05, 0x75, 0x4b, 0x0b, 0x9f, 0x9b, 0xaa, 0xe6, 0x7c, 0x3f, 0xa6, 0x70, 0x3f, 0x76, 0x76, + 0xfa, 0xf7, 0xa3, 0xb5, 0xa4, 0x4d, 0x7d, 0x68, 0xb5, 0x2b, 0x98, 0x52, 0x69, 0xf2, 0x65, 0x63, + 0x01, 0xfd, 0x64, 0xc0, 0x64, 0x61, 0x8e, 0xd0, 0x52, 0xa9, 0xaf, 0xf3, 0x03, 0x5c, 0x66, 0xec, + 0xae, 0x36, 0xd6, 0xb1, 0xaa, 0xec, 0x16, 0xd1, 0xd9, 0xfb, 0xce, 0x0a, 0xb3, 0x57, 0xc1, 0xd9, + 0xf9, 0x49, 0xfd, 0x3f, 0x9d, 0xd1, 0xa8, 0xef, 0xec, 0x17, 0x03, 0xa6, 0x8a, 0x83, 0x59, 0xa1, + 0xf7, 0x5e, 0x31, 0xc7, 0x65, 0xde, 0xee, 0x69, 0x6f, 0xb6, 0xb5, 0x50, 0xc1, 0x9b, 0xc8, 0xd2, + 0x2f, 0x1b, 0x0b, 0x2b, 0xbf, 0x19, 0x70, 0xc3, 0xe3, 0x51, 0x99, 0xa3, 0x15, 0xd0, 0x5e, 0x76, + 0xd3, 0x57, 0xcf, 0xae, 0xf1, 0xa4, 0x97, 0xcb, 0x03, 0x9e, 0xbe, 0x3d, 0x3a, 0x5c, 0x04, 0x76, + 0x40, 0x98, 0x7e, 0x13, 0xd9, 0x19, 0x85, 0x63, 0x2a, 0x5f, 0xfb, 0x3e, 0xfc, 0x74, 0x00, 0xfd, + 0x63, 0x18, 0xbf, 0xd6, 0x6a, 0x6b, 0x0f, 0x7e, 0xaf, 0x5d, 0x7f, 0x98, 0xe5, 0x5c, 0xd5, 0x16, + 0xd6, 0x06, 0x16, 0x1e, 0x65, 0x41, 0x87, 0xe3, 0x3a, 0xff, 0xd2, 0xbf, 0x01, 0x00, 0x00, 0xff, + 0xff, 0xdd, 0x39, 0xa3, 0x5b, 0x7e, 0x0a, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go b/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go index 465c321e3f9555934ddaf31839f1028ebe83b866..bd2ae2750c3affcf59330c6f0637789b83f9ab7f 100644 --- a/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/audio_config.pb.go @@ -19,6 +19,78 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package +// Audio encoding of the audio content sent in the conversational query request. +// Refer to the +// [Cloud Speech API +// documentation](https://cloud.google.com/speech-to-text/docs/basics) for more +// details. +type AudioEncoding int32 + +const ( + // Not specified. + AudioEncoding_AUDIO_ENCODING_UNSPECIFIED AudioEncoding = 0 + // Uncompressed 16-bit signed little-endian samples (Linear PCM). + AudioEncoding_AUDIO_ENCODING_LINEAR_16 AudioEncoding = 1 + // [`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio + // Codec) is the recommended encoding because it is lossless (therefore + // recognition is not compromised) and requires only about half the + // bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and + // 24-bit samples, however, not all fields in `STREAMINFO` are supported. + AudioEncoding_AUDIO_ENCODING_FLAC AudioEncoding = 2 + // 8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. + AudioEncoding_AUDIO_ENCODING_MULAW AudioEncoding = 3 + // Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000. + AudioEncoding_AUDIO_ENCODING_AMR AudioEncoding = 4 + // Adaptive Multi-Rate Wideband codec. `sample_rate_hertz` must be 16000. + AudioEncoding_AUDIO_ENCODING_AMR_WB AudioEncoding = 5 + // Opus encoded audio frames in Ogg container + // ([OggOpus](https://wiki.xiph.org/OggOpus)). + // `sample_rate_hertz` must be 16000. + AudioEncoding_AUDIO_ENCODING_OGG_OPUS AudioEncoding = 6 + // Although the use of lossy encodings is not recommended, if a very low + // bitrate encoding is required, `OGG_OPUS` is highly preferred over + // Speex encoding. The [Speex](https://speex.org/) encoding supported by + // Dialogflow API has a header byte in each block, as in MIME type + // `audio/x-speex-with-header-byte`. + // It is a variant of the RTP Speex encoding defined in + // [RFC 5574](https://tools.ietf.org/html/rfc5574). + // The stream is a sequence of blocks, one block per RTP packet. Each block + // starts with a byte containing the length of the block, in bytes, followed + // by one or more frames of Speex data, padded to an integral number of + // bytes (octets) as specified in RFC 5574. In other words, each RTP header + // is replaced with a single byte containing the block length. Only Speex + // wideband is supported. `sample_rate_hertz` must be 16000. + AudioEncoding_AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE AudioEncoding = 7 +) + +var AudioEncoding_name = map[int32]string{ + 0: "AUDIO_ENCODING_UNSPECIFIED", + 1: "AUDIO_ENCODING_LINEAR_16", + 2: "AUDIO_ENCODING_FLAC", + 3: "AUDIO_ENCODING_MULAW", + 4: "AUDIO_ENCODING_AMR", + 5: "AUDIO_ENCODING_AMR_WB", + 6: "AUDIO_ENCODING_OGG_OPUS", + 7: "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", +} +var AudioEncoding_value = map[string]int32{ + "AUDIO_ENCODING_UNSPECIFIED": 0, + "AUDIO_ENCODING_LINEAR_16": 1, + "AUDIO_ENCODING_FLAC": 2, + "AUDIO_ENCODING_MULAW": 3, + "AUDIO_ENCODING_AMR": 4, + "AUDIO_ENCODING_AMR_WB": 5, + "AUDIO_ENCODING_OGG_OPUS": 6, + "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE": 7, +} + +func (x AudioEncoding) String() string { + return proto.EnumName(AudioEncoding_name, int32(x)) +} +func (AudioEncoding) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_audio_config_14a1c148ba6678c0, []int{0} +} + // Gender of the voice as described in // [SSML voice element](https://www.w3.org/TR/speech-synthesis11/#edef_voice). type SsmlVoiceGender int32 @@ -52,7 +124,7 @@ func (x SsmlVoiceGender) String() string { return proto.EnumName(SsmlVoiceGender_name, int32(x)) } func (SsmlVoiceGender) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_b382467f1f4a00bc, []int{0} + return fileDescriptor_audio_config_14a1c148ba6678c0, []int{1} } // Audio encoding of the output audio format in Text-To-Speech. @@ -90,7 +162,106 @@ func (x OutputAudioEncoding) String() string { return proto.EnumName(OutputAudioEncoding_name, int32(x)) } func (OutputAudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_audio_config_b382467f1f4a00bc, []int{1} + return fileDescriptor_audio_config_14a1c148ba6678c0, []int{2} +} + +// Instructs the speech recognizer how to process the audio content. +type InputAudioConfig struct { + // Required. Audio encoding of the audio content to process. + AudioEncoding AudioEncoding `protobuf:"varint,1,opt,name=audio_encoding,json=audioEncoding,proto3,enum=google.cloud.dialogflow.v2beta1.AudioEncoding" json:"audio_encoding,omitempty"` + // Required. Sample rate (in Hertz) of the audio content sent in the query. + // Refer to + // [Cloud Speech API + // documentation](https://cloud.google.com/speech-to-text/docs/basics) for + // more details. + SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` + // Required. The language of the supplied audio. Dialogflow does not do + // translations. See [Language + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. Note that queries in + // the same session do not necessarily need to specify the same language. + LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` + // Optional. The collection of phrase hints which are used to boost accuracy + // of speech recognition. + // Refer to + // [Cloud Speech API + // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) + // for more details. + PhraseHints []string `protobuf:"bytes,4,rep,name=phrase_hints,json=phraseHints,proto3" json:"phrase_hints,omitempty"` + // Optional. Which Speech model to select for the given request. Select the + // model best suited to your domain to get best results. If a model is not + // explicitly specified, then we auto-select a model based on the parameters + // in the InputAudioConfig. + // If enhanced speech model is enabled for the agent and an enhanced + // version of the specified model for the language does not exist, then the + // speech is recognized using the standard version of the specified model. + // Refer to + // [Cloud Speech API + // documentation](https://cloud.google.com/speech-to-text/docs/basics#select-model) + // for more details. + Model string `protobuf:"bytes,7,opt,name=model,proto3" json:"model,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_14a1c148ba6678c0, []int{0} +} +func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_InputAudioConfig.Unmarshal(m, b) +} +func (m *InputAudioConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_InputAudioConfig.Marshal(b, m, deterministic) +} +func (dst *InputAudioConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_InputAudioConfig.Merge(dst, src) +} +func (m *InputAudioConfig) XXX_Size() int { + return xxx_messageInfo_InputAudioConfig.Size(m) +} +func (m *InputAudioConfig) XXX_DiscardUnknown() { + xxx_messageInfo_InputAudioConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_InputAudioConfig proto.InternalMessageInfo + +func (m *InputAudioConfig) GetAudioEncoding() AudioEncoding { + if m != nil { + return m.AudioEncoding + } + return AudioEncoding_AUDIO_ENCODING_UNSPECIFIED +} + +func (m *InputAudioConfig) GetSampleRateHertz() int32 { + if m != nil { + return m.SampleRateHertz + } + return 0 +} + +func (m *InputAudioConfig) GetLanguageCode() string { + if m != nil { + return m.LanguageCode + } + return "" +} + +func (m *InputAudioConfig) GetPhraseHints() []string { + if m != nil { + return m.PhraseHints + } + return nil +} + +func (m *InputAudioConfig) GetModel() string { + if m != nil { + return m.Model + } + return "" } // Description of which voice to use for speech synthesis. @@ -113,7 +284,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_b382467f1f4a00bc, []int{0} + return fileDescriptor_audio_config_14a1c148ba6678c0, []int{1} } func (m *VoiceSelectionParams) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_VoiceSelectionParams.Unmarshal(m, b) @@ -182,7 +353,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_b382467f1f4a00bc, []int{1} + return fileDescriptor_audio_config_14a1c148ba6678c0, []int{2} } func (m *SynthesizeSpeechConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SynthesizeSpeechConfig.Unmarshal(m, b) @@ -258,7 +429,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_b382467f1f4a00bc, []int{2} + return fileDescriptor_audio_config_14a1c148ba6678c0, []int{3} } func (m *OutputAudioConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OutputAudioConfig.Unmarshal(m, b) @@ -300,58 +471,71 @@ func (m *OutputAudioConfig) GetSynthesizeSpeechConfig() *SynthesizeSpeechConfig } func init() { + proto.RegisterType((*InputAudioConfig)(nil), "google.cloud.dialogflow.v2beta1.InputAudioConfig") proto.RegisterType((*VoiceSelectionParams)(nil), "google.cloud.dialogflow.v2beta1.VoiceSelectionParams") proto.RegisterType((*SynthesizeSpeechConfig)(nil), "google.cloud.dialogflow.v2beta1.SynthesizeSpeechConfig") proto.RegisterType((*OutputAudioConfig)(nil), "google.cloud.dialogflow.v2beta1.OutputAudioConfig") + proto.RegisterEnum("google.cloud.dialogflow.v2beta1.AudioEncoding", AudioEncoding_name, AudioEncoding_value) proto.RegisterEnum("google.cloud.dialogflow.v2beta1.SsmlVoiceGender", SsmlVoiceGender_name, SsmlVoiceGender_value) proto.RegisterEnum("google.cloud.dialogflow.v2beta1.OutputAudioEncoding", OutputAudioEncoding_name, OutputAudioEncoding_value) } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/audio_config.proto", fileDescriptor_audio_config_b382467f1f4a00bc) -} - -var fileDescriptor_audio_config_b382467f1f4a00bc = []byte{ - // 647 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4f, 0x6f, 0xd3, 0x3e, - 0x18, 0xfe, 0xb9, 0x5d, 0x7f, 0xd2, 0x3c, 0xd6, 0x65, 0x66, 0x9a, 0xca, 0xb4, 0xb1, 0xae, 0x03, - 0xa9, 0x9a, 0x50, 0xcb, 0x3a, 0xfe, 0x1c, 0x38, 0x75, 0x6d, 0x56, 0x22, 0xba, 0x26, 0x24, 0xeb, - 0x0e, 0x70, 0xb0, 0xdc, 0xc4, 0x4d, 0x2d, 0x12, 0x3b, 0x24, 0xe9, 0x10, 0x93, 0xf8, 0x08, 0x88, - 0xef, 0x80, 0x38, 0x71, 0xe0, 0xd3, 0x71, 0xe0, 0x88, 0x62, 0x07, 0x36, 0x6d, 0x41, 0xbd, 0xc5, - 0xef, 0xe3, 0xe7, 0xf5, 0xf3, 0x3e, 0x8f, 0x63, 0xd8, 0xf1, 0x85, 0xf0, 0x03, 0xda, 0x76, 0x03, - 0x31, 0xf7, 0xda, 0x1e, 0x23, 0x81, 0xf0, 0xa7, 0x81, 0xf8, 0xd0, 0xbe, 0xe8, 0x4c, 0x68, 0x4a, - 0x0e, 0xdb, 0x64, 0xee, 0x31, 0x81, 0x5d, 0xc1, 0xa7, 0xcc, 0x6f, 0x45, 0xb1, 0x48, 0x05, 0xda, - 0x55, 0x9c, 0x96, 0xe4, 0xb4, 0xae, 0x38, 0xad, 0x9c, 0xb3, 0xb5, 0x9d, 0x37, 0x25, 0x11, 0x6b, - 0x13, 0xce, 0x45, 0x4a, 0x52, 0x26, 0x78, 0xa2, 0xe8, 0x8d, 0x4f, 0x70, 0xe3, 0x5c, 0x30, 0x97, - 0x3a, 0x34, 0xa0, 0x6e, 0x06, 0x58, 0x24, 0x26, 0x61, 0x82, 0x10, 0x5c, 0xe2, 0x24, 0xa4, 0x35, - 0x50, 0x07, 0xcd, 0x65, 0x5b, 0x7e, 0xa3, 0xd7, 0x70, 0x25, 0x49, 0xc2, 0x00, 0xfb, 0x94, 0x7b, - 0x34, 0xae, 0x95, 0xea, 0xa0, 0x59, 0xed, 0x3c, 0x6e, 0x2d, 0x10, 0xd0, 0x72, 0x92, 0x30, 0x90, - 0x67, 0x0c, 0x24, 0xcf, 0x86, 0x59, 0x13, 0xf5, 0xdd, 0xf8, 0x09, 0xe0, 0xa6, 0xf3, 0x91, 0xa7, - 0x33, 0x9a, 0xb0, 0x4b, 0xea, 0x44, 0x94, 0xba, 0xb3, 0x9e, 0x1c, 0x0f, 0xed, 0xc3, 0xd5, 0x24, - 0xa2, 0xe4, 0x1d, 0xe3, 0x3e, 0x8e, 0x49, 0xaa, 0xa4, 0x00, 0xfb, 0xce, 0x9f, 0xa2, 0x4d, 0x52, - 0x8a, 0x36, 0x60, 0x25, 0x62, 0xa9, 0x3b, 0x93, 0x62, 0x80, 0xad, 0x16, 0xe8, 0x01, 0xac, 0x5e, - 0x88, 0x60, 0x1e, 0x52, 0xec, 0x13, 0xc6, 0xb1, 0x37, 0xa9, 0x95, 0x15, 0x57, 0x55, 0x07, 0x84, - 0xf1, 0xfe, 0x04, 0x3d, 0x82, 0x88, 0x4e, 0xa7, 0xd4, 0x4d, 0x13, 0x1c, 0xc5, 0x62, 0xca, 0x02, - 0x8a, 0x99, 0x57, 0xab, 0xd4, 0xcb, 0xcd, 0x65, 0x5b, 0xcb, 0x11, 0x4b, 0x01, 0x86, 0x87, 0x5e, - 0xc1, 0xca, 0x45, 0x36, 0x44, 0x6d, 0xa9, 0x0e, 0x9a, 0x2b, 0x9d, 0xa7, 0x0b, 0xc7, 0x2e, 0xb2, - 0xd5, 0x56, 0x3d, 0x1a, 0x5f, 0x4a, 0x70, 0xdd, 0x9c, 0xa7, 0xd1, 0x3c, 0xed, 0x66, 0x89, 0xe6, - 0x13, 0xbf, 0x85, 0x55, 0x15, 0x30, 0xe5, 0xae, 0xf0, 0x18, 0xf7, 0xe5, 0xc8, 0xd5, 0xce, 0x93, - 0x85, 0x67, 0x5d, 0xeb, 0xa5, 0xe7, 0x5c, 0x7b, 0x95, 0x5c, 0x5f, 0xa2, 0x03, 0xb8, 0x9e, 0x90, - 0x30, 0x0a, 0xa8, 0x34, 0x13, 0xcf, 0x68, 0x9c, 0x5e, 0x4a, 0xd7, 0x2a, 0xf6, 0x9a, 0x02, 0x32, - 0x43, 0x5f, 0x66, 0x65, 0xf4, 0x1e, 0xd6, 0x92, 0xbf, 0xa1, 0xe0, 0x44, 0xa6, 0x92, 0xdf, 0x3a, - 0xe9, 0xe4, 0x4a, 0xe7, 0xf9, 0xe2, 0xd4, 0x0b, 0x53, 0xb5, 0x37, 0x93, 0xc2, 0xfa, 0xc1, 0x67, - 0x00, 0xd7, 0x6e, 0x5c, 0x14, 0xb4, 0x07, 0x77, 0x1c, 0xe7, 0x74, 0x88, 0xcf, 0x4d, 0xa3, 0xa7, - 0xe3, 0x81, 0x3e, 0xea, 0xeb, 0x36, 0x1e, 0x8f, 0x1c, 0x4b, 0xef, 0x19, 0x27, 0x86, 0xde, 0xd7, - 0xfe, 0x43, 0x5b, 0x70, 0xf3, 0xf6, 0x96, 0xd3, 0xee, 0x50, 0xd7, 0x00, 0xda, 0x86, 0xb5, 0xdb, - 0xd8, 0x89, 0x2e, 0xd1, 0x12, 0xda, 0x81, 0xf7, 0x6e, 0xa3, 0x23, 0x7d, 0x7c, 0x66, 0x77, 0x87, - 0x5a, 0xf9, 0xe0, 0x1b, 0x80, 0x77, 0x0b, 0x5c, 0x45, 0x0f, 0xe1, 0x9e, 0x39, 0x3e, 0xb3, 0xc6, - 0x67, 0xb8, 0x3b, 0xee, 0x1b, 0x26, 0xd6, 0x47, 0x3d, 0xb3, 0x6f, 0x8c, 0x06, 0x37, 0x74, 0xed, - 0xc3, 0xdd, 0xe2, 0x6d, 0x43, 0x63, 0xa4, 0x77, 0x6d, 0x7c, 0xf8, 0x4c, 0x03, 0x99, 0x84, 0xe2, - 0x4d, 0xa7, 0xd6, 0x91, 0x56, 0x42, 0x0d, 0x78, 0xbf, 0x18, 0x36, 0x07, 0x03, 0x6c, 0x5a, 0x63, - 0x47, 0x2b, 0x1f, 0xff, 0x00, 0x70, 0xdf, 0x15, 0xe1, 0xa2, 0x34, 0x8e, 0xb5, 0x6b, 0xf7, 0xcc, - 0xca, 0x7e, 0x7c, 0x0b, 0xbc, 0x31, 0x72, 0x92, 0x2f, 0x02, 0xc2, 0xfd, 0x96, 0x88, 0xfd, 0xb6, - 0x4f, 0xb9, 0x7c, 0x16, 0xda, 0x0a, 0x22, 0x11, 0x4b, 0xfe, 0xf9, 0x18, 0xbd, 0xb8, 0x2a, 0xfd, - 0x02, 0xe0, 0x6b, 0xa9, 0xd4, 0x3f, 0xf9, 0x5e, 0xda, 0x1d, 0xa8, 0x9e, 0x3d, 0x29, 0xa4, 0x7f, - 0x25, 0xe4, 0x5c, 0x91, 0x26, 0xff, 0xcb, 0xfe, 0x47, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x18, - 0xb5, 0x45, 0x5e, 0xeb, 0x04, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/audio_config.proto", fileDescriptor_audio_config_14a1c148ba6678c0) +} + +var fileDescriptor_audio_config_14a1c148ba6678c0 = []byte{ + // 826 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0xcb, 0x6e, 0xdb, 0x46, + 0x14, 0xed, 0x48, 0x56, 0x02, 0x5f, 0x3f, 0xc2, 0x4c, 0x5c, 0x87, 0x76, 0xe3, 0x58, 0x96, 0x1b, + 0x40, 0x35, 0x0a, 0xa9, 0x51, 0xfa, 0x58, 0x74, 0x45, 0x4b, 0xb4, 0x4c, 0x54, 0x0f, 0x76, 0x28, + 0xd9, 0x7d, 0x2c, 0x06, 0x63, 0x72, 0x44, 0x0d, 0x4a, 0xcd, 0xb0, 0x22, 0xe5, 0xa2, 0x01, 0xfa, + 0x09, 0x45, 0xff, 0xa1, 0xe8, 0xaa, 0x8b, 0xfe, 0x5c, 0xbb, 0x28, 0xd0, 0x4d, 0xc1, 0xa1, 0x12, + 0x3b, 0xb2, 0x52, 0x6d, 0xba, 0x23, 0xcf, 0x99, 0x73, 0xe6, 0xce, 0xb9, 0x77, 0x48, 0x68, 0x84, + 0x4a, 0x85, 0x11, 0xaf, 0xfb, 0x91, 0x9a, 0x05, 0xf5, 0x40, 0xb0, 0x48, 0x85, 0xa3, 0x48, 0xfd, + 0x50, 0xbf, 0x6e, 0x5c, 0xf1, 0x94, 0x3d, 0xaf, 0xb3, 0x59, 0x20, 0x14, 0xf5, 0x95, 0x1c, 0x89, + 0xb0, 0x16, 0x4f, 0x55, 0xaa, 0xf0, 0x61, 0xae, 0xa9, 0x69, 0x4d, 0xed, 0x46, 0x53, 0x9b, 0x6b, + 0xf6, 0x9f, 0xcc, 0x4d, 0x59, 0x2c, 0xea, 0x4c, 0x4a, 0x95, 0xb2, 0x54, 0x28, 0x99, 0xe4, 0xf2, + 0xca, 0x9f, 0x08, 0x0c, 0x47, 0xc6, 0xb3, 0xd4, 0xca, 0xac, 0x9b, 0xda, 0x19, 0x0f, 0x61, 0x3b, + 0xdf, 0x89, 0x4b, 0x5f, 0x05, 0x42, 0x86, 0x26, 0x2a, 0xa3, 0xea, 0x76, 0xa3, 0x56, 0x5b, 0xb1, + 0x59, 0x4d, 0xbb, 0xd8, 0x73, 0x15, 0xd9, 0x62, 0xb7, 0x5f, 0xf1, 0x09, 0x3c, 0x4c, 0xd8, 0x24, + 0x8e, 0x38, 0x9d, 0xb2, 0x94, 0xd3, 0x31, 0x9f, 0xa6, 0x2f, 0xcd, 0x42, 0x19, 0x55, 0x4b, 0xe4, + 0x41, 0x4e, 0x10, 0x96, 0xf2, 0xf3, 0x0c, 0xc6, 0xc7, 0xb0, 0x15, 0x31, 0x19, 0xce, 0x58, 0xc8, + 0xa9, 0xaf, 0x02, 0x6e, 0x16, 0xcb, 0xa8, 0xba, 0x4e, 0x36, 0x5f, 0x81, 0x4d, 0x15, 0x70, 0x7c, + 0x04, 0x9b, 0xf1, 0x78, 0xca, 0x12, 0x4e, 0xc7, 0x42, 0xa6, 0x89, 0xb9, 0x56, 0x2e, 0x56, 0xd7, + 0xc9, 0x46, 0x8e, 0x9d, 0x67, 0x10, 0xde, 0x81, 0xd2, 0x44, 0x05, 0x3c, 0x32, 0xef, 0x6b, 0x7d, + 0xfe, 0x52, 0xf9, 0x09, 0x76, 0x2e, 0x94, 0xf0, 0xb9, 0xc7, 0x23, 0xee, 0x67, 0x71, 0xb8, 0x6c, + 0xca, 0x26, 0x09, 0xc6, 0xb0, 0x26, 0xd9, 0x84, 0xeb, 0xe3, 0xae, 0x13, 0xfd, 0x8c, 0xbf, 0x84, + 0x8d, 0x24, 0x99, 0x44, 0x34, 0xe4, 0x32, 0xe0, 0x53, 0x5d, 0xef, 0x76, 0xe3, 0xa3, 0x95, 0x49, + 0x78, 0xc9, 0x24, 0xd2, 0x7b, 0xb4, 0xb5, 0x8e, 0x40, 0x66, 0x92, 0x3f, 0x57, 0xfe, 0x42, 0xb0, + 0xeb, 0xfd, 0x28, 0xd3, 0x31, 0x4f, 0xc4, 0x4b, 0xee, 0xc5, 0x9c, 0xfb, 0xe3, 0x79, 0xf4, 0xc7, + 0xb0, 0x95, 0xc4, 0x9c, 0x7d, 0x27, 0x64, 0xa8, 0x53, 0xd2, 0xa5, 0x20, 0xb2, 0xf9, 0x0a, 0xcc, + 0x12, 0xca, 0x0e, 0x15, 0x8b, 0xd4, 0x1f, 0xeb, 0x62, 0x10, 0xc9, 0x5f, 0xf0, 0xfb, 0xb0, 0x7d, + 0xad, 0xa2, 0xd9, 0x84, 0xd3, 0x90, 0x09, 0x49, 0x83, 0x2b, 0x9d, 0x19, 0x22, 0x9b, 0x39, 0xda, + 0x66, 0x42, 0xb6, 0xae, 0xf0, 0x87, 0x80, 0xf9, 0x68, 0xc4, 0xfd, 0x34, 0xa1, 0xf1, 0x54, 0x8d, + 0x44, 0xc4, 0xa9, 0x08, 0xcc, 0x92, 0x4e, 0xce, 0x98, 0x33, 0x6e, 0x4e, 0x38, 0x01, 0xfe, 0x02, + 0x4a, 0xd7, 0xd9, 0x21, 0xcc, 0xb5, 0x32, 0xaa, 0x6e, 0x34, 0x3e, 0x59, 0x79, 0xec, 0x65, 0xb1, + 0x92, 0xdc, 0xa3, 0xf2, 0x4b, 0x01, 0x1e, 0xf6, 0x67, 0xe9, 0xc2, 0xb0, 0x7d, 0xfb, 0x96, 0x61, + 0xfb, 0x78, 0xe5, 0x5e, 0xb7, 0xbc, 0xfe, 0x8f, 0x91, 0xfb, 0x1e, 0xcc, 0xe4, 0x75, 0x53, 0x68, + 0xa2, 0xbb, 0x32, 0xbf, 0x6b, 0x3a, 0xc9, 0x8d, 0xc6, 0x67, 0xab, 0xbb, 0xbe, 0xb4, 0xab, 0x64, + 0x37, 0x59, 0x8a, 0x9f, 0xfc, 0x83, 0x60, 0xeb, 0x8d, 0xfa, 0xf1, 0x53, 0xd8, 0xb7, 0x86, 0x2d, + 0xa7, 0x4f, 0xed, 0x5e, 0xb3, 0xdf, 0x72, 0x7a, 0x6d, 0x3a, 0xec, 0x79, 0xae, 0xdd, 0x74, 0xce, + 0x1c, 0xbb, 0x65, 0xbc, 0x83, 0x9f, 0x80, 0xb9, 0xc0, 0x77, 0x9c, 0x9e, 0x6d, 0x11, 0xfa, 0xfc, + 0x53, 0x03, 0xe1, 0xc7, 0xf0, 0x68, 0x81, 0x3d, 0xeb, 0x58, 0x4d, 0xa3, 0x80, 0x4d, 0xd8, 0x59, + 0x20, 0xba, 0xc3, 0x8e, 0x75, 0x69, 0x14, 0xf1, 0x2e, 0xe0, 0x05, 0xc6, 0xea, 0x12, 0x63, 0x0d, + 0xef, 0xc1, 0xbb, 0x77, 0x71, 0x7a, 0x79, 0x6a, 0x94, 0xf0, 0x7b, 0xf0, 0x78, 0x81, 0xea, 0xb7, + 0xdb, 0xb4, 0xef, 0x0e, 0x3d, 0xe3, 0x1e, 0xfe, 0x00, 0x9e, 0x2d, 0x90, 0x9e, 0x6b, 0xdb, 0x5f, + 0xd1, 0x4b, 0x67, 0x70, 0x4e, 0xcf, 0x6d, 0xab, 0x65, 0x13, 0x7a, 0xfa, 0xf5, 0xc0, 0x36, 0xee, + 0x9f, 0xfc, 0x8c, 0xe0, 0xc1, 0xc2, 0x35, 0xc1, 0x47, 0x70, 0xe0, 0x79, 0xdd, 0x0e, 0xbd, 0xe8, + 0x3b, 0x4d, 0x9b, 0xb6, 0xed, 0x5e, 0xb6, 0xfe, 0xcd, 0x08, 0xf6, 0x61, 0xf7, 0xee, 0x92, 0xae, + 0xd5, 0xb1, 0x0d, 0x94, 0xc5, 0x73, 0x97, 0x3b, 0xb3, 0x35, 0x5b, 0xc0, 0x07, 0xb0, 0x77, 0x97, + 0xed, 0xd9, 0xc3, 0x01, 0xb1, 0x3a, 0x46, 0xf1, 0xe4, 0x37, 0x04, 0x8f, 0x96, 0xcc, 0x14, 0x7e, + 0x06, 0x47, 0xfd, 0xe1, 0xc0, 0x1d, 0x0e, 0xe8, 0x7f, 0xb6, 0xe6, 0x18, 0x0e, 0x97, 0x2f, 0xbb, + 0xdd, 0xa1, 0x03, 0xd8, 0x5b, 0xbe, 0xa8, 0xeb, 0xbe, 0x30, 0x0a, 0xb8, 0x02, 0x4f, 0x97, 0xd3, + 0xaf, 0x13, 0x2e, 0x9e, 0xfe, 0x81, 0xe0, 0xd8, 0x57, 0x93, 0x55, 0xb3, 0x78, 0x6a, 0xdc, 0xba, + 0x65, 0x6e, 0xf6, 0xb1, 0x77, 0xd1, 0x37, 0xce, 0x5c, 0x14, 0xaa, 0xec, 0x43, 0x5a, 0x53, 0xd3, + 0xb0, 0x1e, 0x72, 0xa9, 0x7f, 0x05, 0xf5, 0x9c, 0x62, 0xb1, 0x48, 0xde, 0xfa, 0x03, 0xfa, 0xfc, + 0x06, 0xfa, 0x1b, 0xa1, 0x5f, 0x0b, 0x85, 0xd6, 0xd9, 0xef, 0x85, 0xc3, 0x76, 0xee, 0xd9, 0xd4, + 0x85, 0xb4, 0x6e, 0x0a, 0xb9, 0xc8, 0x45, 0x57, 0xf7, 0xb4, 0xff, 0x8b, 0x7f, 0x03, 0x00, 0x00, + 0xff, 0xff, 0x6c, 0xb1, 0x5c, 0x25, 0xdf, 0x06, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/context.pb.go b/googleapis/cloud/dialogflow/v2beta1/context.pb.go index a2185027285d7e59216338cff91a78b8fc9d16c4..082045abadb638b73951b662788a749eca0014eb 100644 --- a/googleapis/cloud/dialogflow/v2beta1/context.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/context.pb.go @@ -32,19 +32,23 @@ type Context struct { // Required. The unique identifier of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>`, // or `projects/<Project ID>/agent/environments/<Environment ID>/users/<User - // ID>/sessions/<Session ID>/contexts/<Context ID>`. The `Context ID` is - // always converted to lowercase. If `Environment ID` is not specified, we - // assume default 'draft' environment. If `User ID` is not specified, we - // assume default '-' user. + // ID>/sessions/<Session ID>/contexts/<Context ID>`. + // + // The `Context ID` is always converted to lowercase, may only contain + // characters in a-zA-Z0-9_-% and may be at most 250 bytes long. + // + // If `Environment ID` is not specified, we assume default 'draft' + // environment. If `User ID` is not specified, we assume default '-' user. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The number of conversational query requests after which the // context expires. If set to `0` (the default) the context expires - // immediately. Contexts expire automatically after 10 minutes even if there + // immediately. Contexts expire automatically after 20 minutes if there // are no matching queries. LifespanCount int32 `protobuf:"varint,2,opt,name=lifespan_count,json=lifespanCount,proto3" json:"lifespan_count,omitempty"` // Optional. The collection of parameters associated with this context. - // Refer to [this doc](https://dialogflow.com/docs/actions-and-parameters) for - // syntax. + // Refer to [this + // doc](https://cloud.google.com/dialogflow-enterprise/docs/intents-actions-parameters) + // for syntax. Parameters *_struct.Struct `protobuf:"bytes,3,opt,name=parameters,proto3" json:"parameters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -55,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_30d028ec7da853ff, []int{0} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{0} } func (m *Context) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Context.Unmarshal(m, b) @@ -96,8 +100,7 @@ func (m *Context) GetParameters() *_struct.Struct { return nil } -// The request message for -// [Contexts.ListContexts][google.cloud.dialogflow.v2beta1.Contexts.ListContexts]. +// The request message for [Contexts.ListContexts][google.cloud.dialogflow.v2beta1.Contexts.ListContexts]. type ListContextsRequest struct { // Required. The session to list all contexts from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or @@ -120,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_30d028ec7da853ff, []int{1} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{1} } func (m *ListContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsRequest.Unmarshal(m, b) @@ -161,8 +164,7 @@ func (m *ListContextsRequest) GetPageToken() string { return "" } -// The response message for -// [Contexts.ListContexts][google.cloud.dialogflow.v2beta1.Contexts.ListContexts]. +// The response message for [Contexts.ListContexts][google.cloud.dialogflow.v2beta1.Contexts.ListContexts]. type ListContextsResponse struct { // The list of contexts. There will be a maximum number of items // returned based on the page_size field in the request. @@ -179,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_30d028ec7da853ff, []int{2} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{2} } func (m *ListContextsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListContextsResponse.Unmarshal(m, b) @@ -213,8 +215,7 @@ func (m *ListContextsResponse) GetNextPageToken() string { return "" } -// The request message for -// [Contexts.GetContext][google.cloud.dialogflow.v2beta1.Contexts.GetContext]. +// The request message for [Contexts.GetContext][google.cloud.dialogflow.v2beta1.Contexts.GetContext]. type GetContextRequest struct { // Required. The name of the context. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` @@ -232,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_30d028ec7da853ff, []int{3} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{3} } func (m *GetContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetContextRequest.Unmarshal(m, b) @@ -259,8 +260,7 @@ func (m *GetContextRequest) GetName() string { return "" } -// The request message for -// [Contexts.CreateContext][google.cloud.dialogflow.v2beta1.Contexts.CreateContext]. +// The request message for [Contexts.CreateContext][google.cloud.dialogflow.v2beta1.Contexts.CreateContext]. type CreateContextRequest struct { // Required. The session to create a context for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or @@ -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_30d028ec7da853ff, []int{4} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{4} } func (m *CreateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateContextRequest.Unmarshal(m, b) @@ -314,8 +314,7 @@ func (m *CreateContextRequest) GetContext() *Context { return nil } -// The request message for -// [Contexts.UpdateContext][google.cloud.dialogflow.v2beta1.Contexts.UpdateContext]. +// The request message for [Contexts.UpdateContext][google.cloud.dialogflow.v2beta1.Contexts.UpdateContext]. type UpdateContextRequest struct { // Required. The context to update. Context *Context `protobuf:"bytes,1,opt,name=context,proto3" json:"context,omitempty"` @@ -330,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_30d028ec7da853ff, []int{5} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{5} } func (m *UpdateContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateContextRequest.Unmarshal(m, b) @@ -364,8 +363,7 @@ func (m *UpdateContextRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [Contexts.DeleteContext][google.cloud.dialogflow.v2beta1.Contexts.DeleteContext]. +// The request message for [Contexts.DeleteContext][google.cloud.dialogflow.v2beta1.Contexts.DeleteContext]. type DeleteContextRequest struct { // Required. The name of the context to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/contexts/<Context ID>` @@ -383,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_30d028ec7da853ff, []int{6} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{6} } func (m *DeleteContextRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteContextRequest.Unmarshal(m, b) @@ -410,8 +408,7 @@ func (m *DeleteContextRequest) GetName() string { return "" } -// The request message for -// [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2beta1.Contexts.DeleteAllContexts]. +// The request message for [Contexts.DeleteAllContexts][google.cloud.dialogflow.v2beta1.Contexts.DeleteAllContexts]. type DeleteAllContextsRequest struct { // Required. The name of the session to delete all contexts from. Format: // `projects/<Project ID>/agent/sessions/<Session ID>` or `projects/<Project @@ -428,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_30d028ec7da853ff, []int{7} + return fileDescriptor_context_0be30f6cc4e74d3e, []int{7} } func (m *DeleteAllContextsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteAllContextsRequest.Unmarshal(m, b) @@ -483,6 +480,8 @@ type ContextsClient interface { // Retrieves the specified context. GetContext(ctx context.Context, in *GetContextRequest, opts ...grpc.CallOption) (*Context, error) // Creates a context. + // + // If the specified context already exists, overrides the context. CreateContext(ctx context.Context, in *CreateContextRequest, opts ...grpc.CallOption) (*Context, error) // Updates the specified context. UpdateContext(ctx context.Context, in *UpdateContextRequest, opts ...grpc.CallOption) (*Context, error) @@ -561,6 +560,8 @@ type ContextsServer interface { // Retrieves the specified context. GetContext(context.Context, *GetContextRequest) (*Context, error) // Creates a context. + // + // If the specified context already exists, overrides the context. CreateContext(context.Context, *CreateContextRequest) (*Context, error) // Updates the specified context. UpdateContext(context.Context, *UpdateContextRequest) (*Context, error) @@ -716,60 +717,61 @@ var _Contexts_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/context.proto", fileDescriptor_context_30d028ec7da853ff) -} - -var fileDescriptor_context_30d028ec7da853ff = []byte{ - // 807 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xcf, 0x6b, 0xdb, 0x48, - 0x14, 0x66, 0x94, 0xdd, 0xfc, 0x98, 0xc4, 0xbb, 0x64, 0xd6, 0x64, 0x8d, 0x93, 0x25, 0x46, 0xcb, - 0xee, 0x1a, 0xc3, 0x4a, 0xac, 0xf6, 0x17, 0xbb, 0x61, 0x17, 0x1a, 0xbb, 0x09, 0x85, 0x86, 0x06, - 0xa7, 0x29, 0x25, 0x17, 0x77, 0x62, 0x3f, 0x0b, 0x35, 0xf2, 0x8c, 0xaa, 0x19, 0xa7, 0x69, 0x4a, - 0x2e, 0xa5, 0x97, 0x5e, 0x4a, 0xa1, 0x94, 0x1e, 0x7a, 0x0b, 0xf4, 0x92, 0xde, 0xfa, 0x6f, 0xf4, - 0xd8, 0x7f, 0xa1, 0xff, 0x40, 0x6f, 0xed, 0xa1, 0x50, 0x24, 0x8d, 0x2c, 0x3b, 0x56, 0x6a, 0x2b, - 0xe4, 0x64, 0x69, 0xe6, 0x7b, 0x6f, 0xbe, 0xef, 0xcd, 0xf7, 0x9e, 0x85, 0x7f, 0xb5, 0x39, 0xb7, - 0x5d, 0x30, 0x9b, 0x2e, 0xef, 0xb6, 0xcc, 0x96, 0x43, 0x5d, 0x6e, 0xb7, 0x5d, 0x7e, 0xd7, 0xdc, - 0xb7, 0x76, 0x41, 0xd2, 0xdf, 0xcc, 0x26, 0x67, 0x12, 0x0e, 0xa4, 0xe1, 0xf9, 0x5c, 0x72, 0xb2, - 0x1c, 0xc1, 0x8d, 0x10, 0x6e, 0x24, 0x70, 0x43, 0xc1, 0x8b, 0x4b, 0x2a, 0x1f, 0xf5, 0x1c, 0x93, - 0x32, 0xc6, 0x25, 0x95, 0x0e, 0x67, 0x22, 0x0a, 0x2f, 0x2e, 0xaa, 0xdd, 0xf0, 0x6d, 0xb7, 0xdb, - 0x36, 0xa1, 0xe3, 0xc9, 0x7b, 0x6a, 0xb3, 0x74, 0x7a, 0xb3, 0xed, 0x80, 0xdb, 0x6a, 0x74, 0xa8, - 0xd8, 0x53, 0x88, 0xa5, 0xd3, 0x08, 0x21, 0xfd, 0x6e, 0x53, 0x71, 0xd3, 0x8f, 0xf0, 0x54, 0x35, - 0x22, 0x4b, 0x08, 0xfe, 0x8a, 0xd1, 0x0e, 0x14, 0x50, 0x09, 0x95, 0x67, 0xea, 0xe1, 0x33, 0xf9, - 0x09, 0x7f, 0xe3, 0x3a, 0x6d, 0x10, 0x1e, 0x65, 0x8d, 0x26, 0xef, 0x32, 0x59, 0xd0, 0x4a, 0xa8, - 0xfc, 0x75, 0x3d, 0x17, 0xaf, 0x56, 0x83, 0x45, 0xf2, 0x37, 0xc6, 0x1e, 0xf5, 0x69, 0x07, 0x24, - 0xf8, 0xa2, 0x30, 0x51, 0x42, 0xe5, 0x59, 0xeb, 0x7b, 0x43, 0xc9, 0x8e, 0x0f, 0x36, 0xb6, 0xc2, - 0x83, 0xeb, 0x7d, 0x50, 0xdd, 0xc1, 0xdf, 0x5d, 0x75, 0x84, 0x54, 0x14, 0x44, 0x1d, 0xee, 0x74, - 0x41, 0x48, 0xb2, 0x80, 0x27, 0x3d, 0xea, 0x03, 0x93, 0x8a, 0x8c, 0x7a, 0x23, 0x8b, 0x78, 0xc6, - 0xa3, 0x36, 0x34, 0x84, 0x73, 0x08, 0x8a, 0xc9, 0x74, 0xb0, 0xb0, 0xe5, 0x1c, 0x02, 0xf9, 0x21, - 0x20, 0x61, 0x43, 0x43, 0xf2, 0x3d, 0x60, 0x21, 0x89, 0x99, 0x7a, 0x08, 0xbf, 0x1e, 0x2c, 0xe8, - 0x0f, 0x11, 0xce, 0x0f, 0x9e, 0x25, 0x3c, 0xce, 0x04, 0x90, 0x1a, 0x9e, 0x56, 0xf7, 0x25, 0x0a, - 0xa8, 0x34, 0x51, 0x9e, 0xb5, 0xca, 0xc6, 0x88, 0x1b, 0x33, 0x54, 0x92, 0x7a, 0x2f, 0x92, 0xfc, - 0x8c, 0xbf, 0x65, 0x70, 0x20, 0x1b, 0x7d, 0x14, 0xb4, 0x90, 0x42, 0x2e, 0x58, 0xde, 0xec, 0xd1, - 0xf8, 0x05, 0xcf, 0xaf, 0x43, 0x4c, 0x22, 0xd6, 0x9b, 0x52, 0x7a, 0xdd, 0xc7, 0xf9, 0xaa, 0x0f, - 0x54, 0xc2, 0x29, 0xec, 0x59, 0xb5, 0x59, 0xc5, 0x53, 0x8a, 0x4c, 0x78, 0x70, 0x16, 0x15, 0x71, - 0xa0, 0xfe, 0x1c, 0xe1, 0xfc, 0xb6, 0xd7, 0x1a, 0x3e, 0xb4, 0x2f, 0x39, 0x3a, 0x67, 0x72, 0xb2, - 0x82, 0x67, 0xbb, 0x61, 0xee, 0xd0, 0x9d, 0x8a, 0x64, 0x71, 0xc8, 0x25, 0x6b, 0x81, 0x81, 0x37, - 0xa8, 0xd8, 0xab, 0xe3, 0x08, 0x1e, 0x3c, 0xeb, 0x15, 0x9c, 0xaf, 0x81, 0x0b, 0x43, 0xc4, 0xd2, - 0x2a, 0x67, 0xe1, 0x42, 0x84, 0xbd, 0xe4, 0xba, 0x63, 0x3a, 0xcb, 0x7a, 0x33, 0x87, 0xa7, 0x63, - 0x2c, 0x79, 0xac, 0xe1, 0xb9, 0x7e, 0xab, 0x90, 0x3f, 0x46, 0xaa, 0x4d, 0x71, 0x71, 0xf1, 0xcf, - 0x8c, 0x51, 0x91, 0x1f, 0xf5, 0x27, 0xe8, 0xc1, 0xdb, 0x77, 0x4f, 0xb5, 0x47, 0x88, 0xfc, 0xd5, - 0x1b, 0x28, 0xf7, 0x23, 0x9a, 0xff, 0x79, 0x3e, 0xbf, 0x0d, 0x4d, 0x29, 0xcc, 0x8a, 0x49, 0x6d, - 0x60, 0xd2, 0x14, 0x20, 0x44, 0x30, 0x2b, 0xcc, 0xca, 0x51, 0x3c, 0x75, 0xc4, 0xce, 0x35, 0xb2, - 0x31, 0x3a, 0x12, 0xd8, 0xbe, 0xe3, 0x73, 0xd6, 0x01, 0x16, 0x2e, 0x76, 0x05, 0xf8, 0xc1, 0x6f, - 0x5a, 0x42, 0xf2, 0x09, 0x61, 0x9c, 0xb8, 0x96, 0x58, 0x23, 0x85, 0x0d, 0x59, 0xbc, 0x38, 0xb6, - 0x61, 0xd2, 0xf5, 0x07, 0x17, 0xfb, 0x25, 0xf5, 0x3d, 0xae, 0x66, 0xe5, 0x68, 0x50, 0x7f, 0x7a, - 0xe4, 0x48, 0xf5, 0xfd, 0x09, 0xc9, 0x33, 0x0d, 0xe7, 0x06, 0x9a, 0x91, 0x8c, 0xbe, 0xdb, 0xb4, - 0xe6, 0xcd, 0x50, 0x85, 0xe3, 0xa8, 0x0a, 0x2f, 0x90, 0x7e, 0x4e, 0x17, 0xfc, 0x1b, 0x37, 0xde, - 0xce, 0x4d, 0xfd, 0x62, 0xed, 0xd0, 0xcb, 0x4c, 0x5e, 0x6a, 0x38, 0x37, 0x30, 0x2f, 0xc6, 0xa8, - 0x4b, 0xda, 0x7c, 0xc9, 0x50, 0x97, 0xd7, 0x51, 0x5d, 0x5e, 0x21, 0xeb, 0xff, 0x44, 0x54, 0xfc, - 0x7f, 0x9b, 0xc5, 0x25, 0x49, 0x7d, 0x6e, 0x59, 0xdb, 0xe3, 0xa6, 0xca, 0x64, 0x9b, 0xa4, 0x4e, - 0xef, 0x11, 0xce, 0x0d, 0x8c, 0xaf, 0x31, 0xea, 0x94, 0x36, 0xee, 0x8a, 0x0b, 0x43, 0xe3, 0xf2, - 0x72, 0xf0, 0x31, 0x90, 0xf4, 0x4c, 0xe5, 0xdc, 0x3d, 0x53, 0xb9, 0xe0, 0x9e, 0xf9, 0x88, 0xf0, - 0xfc, 0xd0, 0x18, 0x26, 0xff, 0x8c, 0xa9, 0x7b, 0x78, 0x74, 0x67, 0xd3, 0x9e, 0x6d, 0x5e, 0x56, - 0x2e, 0xb6, 0x41, 0x56, 0x4f, 0x10, 0xfe, 0xb1, 0xc9, 0x3b, 0xa3, 0xb4, 0xae, 0xce, 0x29, 0x8d, - 0x9b, 0x81, 0xa2, 0x4d, 0xb4, 0x73, 0x45, 0x05, 0xd8, 0xdc, 0xa5, 0xcc, 0x36, 0xb8, 0x6f, 0x9b, - 0x36, 0xb0, 0x50, 0xaf, 0x19, 0x6d, 0x51, 0xcf, 0x11, 0x67, 0x7e, 0x77, 0xae, 0x24, 0x4b, 0x1f, - 0x10, 0x3a, 0xd6, 0xb4, 0xda, 0xda, 0x89, 0xb6, 0xbc, 0x1e, 0xe5, 0xac, 0x86, 0x24, 0x6a, 0x09, - 0x89, 0x1b, 0x51, 0xd0, 0xee, 0x64, 0x98, 0xff, 0xf7, 0xcf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x48, - 0x77, 0xb8, 0xb5, 0xd6, 0x0a, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/context.proto", fileDescriptor_context_0be30f6cc4e74d3e) +} + +var fileDescriptor_context_0be30f6cc4e74d3e = []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, + 0x85, 0xa0, 0xbb, 0x74, 0xfb, 0x45, 0x6b, 0x5a, 0xa8, 0xa5, 0xda, 0x14, 0x6a, 0x6a, 0xe4, 0xba, + 0x14, 0x5f, 0xd4, 0xb1, 0xf4, 0x6a, 0xd9, 0x78, 0x35, 0xb3, 0xd9, 0x99, 0x75, 0x1c, 0x07, 0x5f, + 0x42, 0x2e, 0xb9, 0x84, 0x40, 0x08, 0x39, 0xe4, 0x66, 0xc8, 0xc5, 0xb9, 0xe5, 0x6f, 0xe4, 0x98, + 0xbf, 0x90, 0x3f, 0x90, 0x5b, 0x72, 0x08, 0x84, 0xdd, 0x9d, 0xd5, 0x4a, 0xd6, 0x3a, 0xd2, 0x1a, + 0x9f, 0xb4, 0xfb, 0x7e, 0xcd, 0xf3, 0xbc, 0xf3, 0xbc, 0xaf, 0x16, 0x7f, 0x63, 0x73, 0x6e, 0xbb, + 0x60, 0xb6, 0x5d, 0x1e, 0x74, 0xcc, 0x8e, 0x43, 0x5d, 0x6e, 0x77, 0x5d, 0x7e, 0xc3, 0x3c, 0xb4, + 0xf6, 0x41, 0xd2, 0x6f, 0xcd, 0x36, 0x67, 0x12, 0x8e, 0xa4, 0xe1, 0xf9, 0x5c, 0x72, 0xb2, 0x1a, + 0x87, 0x1b, 0x51, 0xb8, 0x91, 0x86, 0x1b, 0x2a, 0xbc, 0xbc, 0xa2, 0xea, 0x51, 0xcf, 0x31, 0x29, + 0x63, 0x5c, 0x52, 0xe9, 0x70, 0x26, 0xe2, 0xf4, 0xf2, 0x67, 0x03, 0x5e, 0x1f, 0x04, 0x0f, 0xfc, + 0x36, 0x28, 0xd7, 0xb2, 0x72, 0x45, 0x6f, 0xfb, 0x41, 0xd7, 0x84, 0x9e, 0x27, 0x6f, 0x2a, 0x67, + 0xe5, 0xbc, 0xb3, 0xeb, 0x80, 0xdb, 0x69, 0xf5, 0xa8, 0x38, 0x50, 0x11, 0x2b, 0xe7, 0x23, 0x84, + 0xf4, 0x83, 0xb6, 0x82, 0xad, 0x9f, 0xe0, 0x99, 0x7a, 0xcc, 0x83, 0x10, 0xfc, 0x01, 0xa3, 0x3d, + 0x28, 0xa1, 0x0a, 0xaa, 0xce, 0x35, 0xa3, 0x67, 0xf2, 0x25, 0xfe, 0xc8, 0x75, 0xba, 0x20, 0x3c, + 0xca, 0x5a, 0x6d, 0x1e, 0x30, 0x59, 0xd2, 0x2a, 0xa8, 0xfa, 0x61, 0xb3, 0x90, 0x58, 0xeb, 0xa1, + 0x91, 0xfc, 0x84, 0xb1, 0x47, 0x7d, 0xda, 0x03, 0x09, 0xbe, 0x28, 0x4d, 0x55, 0x50, 0x75, 0xde, + 0xfa, 0xd4, 0x50, 0x1d, 0x49, 0x0e, 0x36, 0x76, 0xa2, 0x83, 0x9b, 0x03, 0xa1, 0xba, 0x83, 0x3f, + 0xf9, 0xcb, 0x11, 0x52, 0x41, 0x10, 0x4d, 0xb8, 0x1e, 0x80, 0x90, 0x64, 0x09, 0x4f, 0x7b, 0xd4, + 0x07, 0x26, 0x15, 0x18, 0xf5, 0x46, 0x96, 0xf1, 0x9c, 0x47, 0x6d, 0x68, 0x09, 0xe7, 0x18, 0x14, + 0x92, 0xd9, 0xd0, 0xb0, 0xe3, 0x1c, 0x03, 0xf9, 0x3c, 0x04, 0x61, 0x43, 0x4b, 0xf2, 0x03, 0x60, + 0x11, 0x88, 0xb9, 0x66, 0x14, 0xfe, 0x4f, 0x68, 0xd0, 0xef, 0x20, 0x5c, 0x1c, 0x3e, 0x4b, 0x78, + 0x9c, 0x09, 0x20, 0x0d, 0x3c, 0xab, 0xae, 0x52, 0x94, 0x50, 0x65, 0xaa, 0x3a, 0x6f, 0x55, 0x8d, + 0x31, 0x97, 0x69, 0xa8, 0x22, 0xcd, 0x7e, 0x26, 0xf9, 0x0a, 0x7f, 0xcc, 0xe0, 0x48, 0xb6, 0x06, + 0x20, 0x68, 0x11, 0x84, 0x42, 0x68, 0xde, 0xee, 0xc3, 0xf8, 0x1a, 0x2f, 0x6e, 0x42, 0x02, 0x22, + 0xe1, 0x9b, 0xd1, 0x7a, 0xdd, 0xc7, 0xc5, 0xba, 0x0f, 0x54, 0xc2, 0xb9, 0xd8, 0x8b, 0x7a, 0xb3, + 0x8e, 0x67, 0x14, 0x98, 0xe8, 0xe0, 0x3c, 0x2c, 0x92, 0x44, 0xfd, 0x11, 0xc2, 0xc5, 0x5d, 0xaf, + 0x33, 0x7a, 0xe8, 0x40, 0x71, 0x74, 0xc9, 0xe2, 0x64, 0x0d, 0xcf, 0x07, 0x51, 0xed, 0x48, 0x9d, + 0x0a, 0x64, 0x79, 0x44, 0x25, 0x1b, 0xa1, 0x80, 0xb7, 0xa8, 0x38, 0x68, 0xe2, 0x38, 0x3c, 0x7c, + 0xd6, 0x6b, 0xb8, 0xd8, 0x00, 0x17, 0x46, 0x80, 0x65, 0x75, 0xce, 0xc2, 0xa5, 0x38, 0xf6, 0x77, + 0xd7, 0x9d, 0x50, 0x59, 0xd6, 0xf3, 0x05, 0x3c, 0x9b, 0xc4, 0x92, 0x7b, 0x1a, 0x5e, 0x18, 0x94, + 0x0a, 0xf9, 0x7e, 0x2c, 0xdb, 0x0c, 0x15, 0x97, 0x7f, 0xc8, 0x99, 0x15, 0xeb, 0x51, 0xbf, 0x8f, + 0x6e, 0xbf, 0x78, 0xf9, 0x40, 0xbb, 0x8b, 0xc8, 0x8f, 0xfd, 0x5d, 0x73, 0x2b, 0x86, 0xf9, 0xab, + 0xe7, 0xf3, 0x6b, 0xd0, 0x96, 0xc2, 0xac, 0x99, 0xd4, 0x06, 0x26, 0x4d, 0x01, 0x42, 0x84, 0x6b, + 0xc4, 0xac, 0x9d, 0x24, 0x0b, 0x49, 0xec, 0xfd, 0x4d, 0xb6, 0xc6, 0x67, 0x02, 0x3b, 0x74, 0x7c, + 0xce, 0x7a, 0xc0, 0x22, 0x63, 0x20, 0xc0, 0x0f, 0x7f, 0xb3, 0x0a, 0x92, 0xb7, 0x08, 0xe3, 0x54, + 0xb5, 0xc4, 0x1a, 0x4b, 0x6c, 0x44, 0xe2, 0xe5, 0x89, 0x05, 0x93, 0xcd, 0x3f, 0xbc, 0xd8, 0xf7, + 0xb1, 0xef, 0x63, 0x35, 0x6b, 0x27, 0xc3, 0xfc, 0xb3, 0x33, 0xc7, 0xb2, 0x1f, 0x2c, 0x48, 0x1e, + 0x6a, 0xb8, 0x30, 0x34, 0x8c, 0x64, 0xfc, 0xdd, 0x66, 0x0d, 0x6f, 0x8e, 0x2e, 0x9c, 0xc6, 0x5d, + 0x78, 0x8c, 0xf4, 0x4b, 0xaa, 0xe0, 0x97, 0x64, 0xf0, 0xf6, 0xfe, 0xd3, 0xaf, 0x56, 0x0e, 0xfd, + 0xca, 0xe4, 0x89, 0x86, 0x0b, 0x43, 0xfb, 0x62, 0x82, 0xbe, 0x64, 0xed, 0x97, 0x1c, 0x7d, 0x79, + 0x16, 0xf7, 0xe5, 0x29, 0xb2, 0x7e, 0x4b, 0x49, 0x25, 0x7f, 0xc5, 0x79, 0x54, 0x92, 0xf6, 0xe7, + 0x7f, 0x6b, 0x77, 0xd2, 0x52, 0xb9, 0x64, 0x93, 0xf6, 0xe9, 0x15, 0xc2, 0x85, 0xa1, 0xf5, 0x35, + 0x41, 0x9f, 0xb2, 0xd6, 0x5d, 0x79, 0x69, 0x64, 0x5d, 0xfe, 0x11, 0x7e, 0x0c, 0xa4, 0x33, 0x53, + 0xbb, 0xf4, 0xcc, 0xd4, 0xae, 0x78, 0x66, 0xde, 0x20, 0xbc, 0x38, 0xb2, 0x86, 0xc9, 0xcf, 0x13, + 0xf2, 0x1e, 0x5d, 0xdd, 0xf9, 0xb8, 0xe7, 0xdb, 0x97, 0xb5, 0xab, 0x1d, 0x90, 0xf5, 0x33, 0x84, + 0xbf, 0x68, 0xf3, 0xde, 0x38, 0xae, 0xeb, 0x0b, 0x8a, 0xe3, 0x76, 0xc8, 0x68, 0x1b, 0xed, 0xfd, + 0xa9, 0x12, 0x6c, 0xee, 0x52, 0x66, 0x1b, 0xdc, 0xb7, 0x4d, 0x1b, 0x58, 0xc4, 0xd7, 0x8c, 0x5d, + 0xd4, 0x73, 0xc4, 0x85, 0x9f, 0xa4, 0x6b, 0xa9, 0xe9, 0x35, 0x42, 0xa7, 0x9a, 0xd6, 0xd8, 0x38, + 0xd3, 0x56, 0x37, 0xe3, 0x9a, 0xf5, 0x08, 0x44, 0x23, 0x05, 0xf1, 0x6f, 0x9c, 0xb4, 0x3f, 0x1d, + 0xd5, 0xff, 0xee, 0x5d, 0x00, 0x00, 0x00, 0xff, 0xff, 0x18, 0x1c, 0x8a, 0x0f, 0xf1, 0x0a, 0x00, + 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/document.pb.go b/googleapis/cloud/dialogflow/v2beta1/document.pb.go index e3e03df18faf93466f9bef207f0800c1968595e3..4fcbf2c843fc564602a3762bf13e834562f80118 100644 --- a/googleapis/cloud/dialogflow/v2beta1/document.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/document.pb.go @@ -9,7 +9,8 @@ import math "math" import _ "github.com/golang/protobuf/ptypes/empty" import _ "google.golang.org/genproto/googleapis/api/annotations" import longrunning "google.golang.org/genproto/googleapis/longrunning" -import _ "google.golang.org/genproto/protobuf/field_mask" +import _ "google.golang.org/genproto/googleapis/rpc/status" +import field_mask "google.golang.org/genproto/protobuf/field_mask" import ( context "golang.org/x/net/context" @@ -61,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_ba4cdd9fc6087c18, []int{0, 0} + return fileDescriptor_document_38ae42bb38d9eae2, []int{0, 0} } // States of the operation. @@ -95,10 +96,13 @@ func (x KnowledgeOperationMetadata_State) String() string { return proto.EnumName(KnowledgeOperationMetadata_State_name, int32(x)) } func (KnowledgeOperationMetadata_State) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_document_ba4cdd9fc6087c18, []int{6, 0} + return fileDescriptor_document_38ae42bb38d9eae2, []int{7, 0} } // A document resource. +// +// Note: resource `projects.agent.knowledgeBases.documents` is deprecated, +// please use `projects.knowledgeBases.documents` instead. type Document struct { // The document resource name. // The name must be empty when creating a document. @@ -117,6 +121,7 @@ type Document struct { // Types that are valid to be assigned to Source: // *Document_ContentUri // *Document_Content + // *Document_RawContent Source isDocument_Source `protobuf_oneof:"source"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -127,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_ba4cdd9fc6087c18, []int{0} + return fileDescriptor_document_38ae42bb38d9eae2, []int{0} } func (m *Document) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Document.Unmarshal(m, b) @@ -187,10 +192,16 @@ type Document_Content struct { Content string `protobuf:"bytes,6,opt,name=content,proto3,oneof"` } +type Document_RawContent struct { + RawContent []byte `protobuf:"bytes,9,opt,name=raw_content,json=rawContent,proto3,oneof"` +} + func (*Document_ContentUri) isDocument_Source() {} func (*Document_Content) isDocument_Source() {} +func (*Document_RawContent) isDocument_Source() {} + func (m *Document) GetSource() isDocument_Source { if m != nil { return m.Source @@ -212,11 +223,19 @@ func (m *Document) GetContent() string { return "" } +func (m *Document) GetRawContent() []byte { + if x, ok := m.GetSource().(*Document_RawContent); ok { + return x.RawContent + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*Document) 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 _Document_OneofMarshaler, _Document_OneofUnmarshaler, _Document_OneofSizer, []interface{}{ (*Document_ContentUri)(nil), (*Document_Content)(nil), + (*Document_RawContent)(nil), } } @@ -230,6 +249,9 @@ func _Document_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { case *Document_Content: b.EncodeVarint(6<<3 | proto.WireBytes) b.EncodeStringBytes(x.Content) + case *Document_RawContent: + b.EncodeVarint(9<<3 | proto.WireBytes) + b.EncodeRawBytes(x.RawContent) case nil: default: return fmt.Errorf("Document.Source has unexpected type %T", x) @@ -254,6 +276,13 @@ func _Document_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffe x, err := b.DecodeStringBytes() m.Source = &Document_Content{x} return true, err + case 9: // source.raw_content + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + x, err := b.DecodeRawBytes(true) + m.Source = &Document_RawContent{x} + return true, err default: return false, nil } @@ -271,6 +300,10 @@ func _Document_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(len(x.Content))) n += len(x.Content) + case *Document_RawContent: + n += 1 // tag and wire + n += proto.SizeVarint(uint64(len(x.RawContent))) + n += len(x.RawContent) case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) @@ -278,8 +311,7 @@ func _Document_OneofSizer(msg proto.Message) (n int) { return n } -// Request message for -// [Documents.ListDocuments][google.cloud.dialogflow.v2beta1.Documents.ListDocuments]. +// Request message for [Documents.ListDocuments][google.cloud.dialogflow.v2beta1.Documents.ListDocuments]. type ListDocumentsRequest struct { // Required. The knowledge base to list all documents for. // Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`. @@ -298,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_ba4cdd9fc6087c18, []int{1} + return fileDescriptor_document_38ae42bb38d9eae2, []int{1} } func (m *ListDocumentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsRequest.Unmarshal(m, b) @@ -339,8 +371,7 @@ func (m *ListDocumentsRequest) GetPageToken() string { return "" } -// Response message for -// [Documents.ListDocuments][google.cloud.dialogflow.v2beta1.Documents.ListDocuments]. +// Response message for [Documents.ListDocuments][google.cloud.dialogflow.v2beta1.Documents.ListDocuments]. type ListDocumentsResponse struct { // The list of documents. Documents []*Document `protobuf:"bytes,1,rep,name=documents,proto3" json:"documents,omitempty"` @@ -356,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_ba4cdd9fc6087c18, []int{2} + return fileDescriptor_document_38ae42bb38d9eae2, []int{2} } func (m *ListDocumentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDocumentsResponse.Unmarshal(m, b) @@ -390,8 +421,7 @@ func (m *ListDocumentsResponse) GetNextPageToken() string { return "" } -// Request message for -// [Documents.GetDocument][google.cloud.dialogflow.v2beta1.Documents.GetDocument]. +// Request message for [Documents.GetDocument][google.cloud.dialogflow.v2beta1.Documents.GetDocument]. type GetDocumentRequest struct { // Required. The name of the document to retrieve. // Format `projects/<Project ID>/knowledgeBases/<Knowledge Base @@ -406,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_ba4cdd9fc6087c18, []int{3} + return fileDescriptor_document_38ae42bb38d9eae2, []int{3} } func (m *GetDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDocumentRequest.Unmarshal(m, b) @@ -433,8 +463,7 @@ func (m *GetDocumentRequest) GetName() string { return "" } -// Request message for -// [Documents.CreateDocument][google.cloud.dialogflow.v2beta1.Documents.CreateDocument]. +// Request message for [Documents.CreateDocument][google.cloud.dialogflow.v2beta1.Documents.CreateDocument]. type CreateDocumentRequest struct { // Required. The knoweldge base to create a document for. // Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`. @@ -450,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_ba4cdd9fc6087c18, []int{4} + return fileDescriptor_document_38ae42bb38d9eae2, []int{4} } func (m *CreateDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDocumentRequest.Unmarshal(m, b) @@ -484,8 +513,7 @@ func (m *CreateDocumentRequest) GetDocument() *Document { return nil } -// Request message for -// [Documents.DeleteDocument][google.cloud.dialogflow.v2beta1.Documents.DeleteDocument]. +// Request message for [Documents.DeleteDocument][google.cloud.dialogflow.v2beta1.Documents.DeleteDocument]. type DeleteDocumentRequest struct { // The name of the document to delete. // Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base @@ -500,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_ba4cdd9fc6087c18, []int{5} + return fileDescriptor_document_38ae42bb38d9eae2, []int{5} } func (m *DeleteDocumentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDocumentRequest.Unmarshal(m, b) @@ -527,6 +555,57 @@ func (m *DeleteDocumentRequest) GetName() string { return "" } +// Request message for [Documents.UpdateDocument][google.cloud.dialogflow.v2beta1.Documents.UpdateDocument]. +type UpdateDocumentRequest struct { + // Required. The document to update. + Document *Document `protobuf:"bytes,1,opt,name=document,proto3" json:"document,omitempty"` + // Optional. Not specified means `update all`. + // Currently, only `display_name` can be updated, an InvalidArgument will be + // returned for attempting to update other fields. + 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 *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} +} +func (m *UpdateDocumentRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateDocumentRequest.Unmarshal(m, b) +} +func (m *UpdateDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateDocumentRequest.Marshal(b, m, deterministic) +} +func (dst *UpdateDocumentRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateDocumentRequest.Merge(dst, src) +} +func (m *UpdateDocumentRequest) XXX_Size() int { + return xxx_messageInfo_UpdateDocumentRequest.Size(m) +} +func (m *UpdateDocumentRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateDocumentRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateDocumentRequest proto.InternalMessageInfo + +func (m *UpdateDocumentRequest) GetDocument() *Document { + if m != nil { + return m.Document + } + return nil +} + +func (m *UpdateDocumentRequest) GetUpdateMask() *field_mask.FieldMask { + if m != nil { + return m.UpdateMask + } + return nil +} + // Metadata in google::longrunning::Operation for Knowledge operations. type KnowledgeOperationMetadata struct { // Required. The current state of this operation. @@ -540,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_ba4cdd9fc6087c18, []int{6} + return fileDescriptor_document_38ae42bb38d9eae2, []int{7} } func (m *KnowledgeOperationMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeOperationMetadata.Unmarshal(m, b) @@ -567,6 +646,48 @@ func (m *KnowledgeOperationMetadata) GetState() KnowledgeOperationMetadata_State return KnowledgeOperationMetadata_STATE_UNSPECIFIED } +// Request message for [Documents.ReloadDocument][google.cloud.dialogflow.v2beta1.Documents.ReloadDocument]. +type ReloadDocumentRequest struct { + // The name of the document to reload. + // Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base + // ID>/documents/<Document ID>` + 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 *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} +} +func (m *ReloadDocumentRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ReloadDocumentRequest.Unmarshal(m, b) +} +func (m *ReloadDocumentRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ReloadDocumentRequest.Marshal(b, m, deterministic) +} +func (dst *ReloadDocumentRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ReloadDocumentRequest.Merge(dst, src) +} +func (m *ReloadDocumentRequest) XXX_Size() int { + return xxx_messageInfo_ReloadDocumentRequest.Size(m) +} +func (m *ReloadDocumentRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ReloadDocumentRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ReloadDocumentRequest proto.InternalMessageInfo + +func (m *ReloadDocumentRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + func init() { proto.RegisterType((*Document)(nil), "google.cloud.dialogflow.v2beta1.Document") proto.RegisterType((*ListDocumentsRequest)(nil), "google.cloud.dialogflow.v2beta1.ListDocumentsRequest") @@ -574,7 +695,9 @@ func init() { proto.RegisterType((*GetDocumentRequest)(nil), "google.cloud.dialogflow.v2beta1.GetDocumentRequest") proto.RegisterType((*CreateDocumentRequest)(nil), "google.cloud.dialogflow.v2beta1.CreateDocumentRequest") proto.RegisterType((*DeleteDocumentRequest)(nil), "google.cloud.dialogflow.v2beta1.DeleteDocumentRequest") + proto.RegisterType((*UpdateDocumentRequest)(nil), "google.cloud.dialogflow.v2beta1.UpdateDocumentRequest") proto.RegisterType((*KnowledgeOperationMetadata)(nil), "google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata") + proto.RegisterType((*ReloadDocumentRequest)(nil), "google.cloud.dialogflow.v2beta1.ReloadDocumentRequest") proto.RegisterEnum("google.cloud.dialogflow.v2beta1.Document_KnowledgeType", Document_KnowledgeType_name, Document_KnowledgeType_value) proto.RegisterEnum("google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata_State", KnowledgeOperationMetadata_State_name, KnowledgeOperationMetadata_State_value) } @@ -598,15 +721,24 @@ type DocumentsClient interface { // Creates a new document. // // Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document], - // metadata: - // [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> CreateDocument(ctx context.Context, in *CreateDocumentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes the specified document. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: - // [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> DeleteDocument(ctx context.Context, in *DeleteDocumentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Updates the specified document. + // Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document], + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + UpdateDocument(ctx context.Context, in *UpdateDocumentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) + // Reloads the specified document from its specified source, content_uri or + // content. The previously loaded content of the document will be deleted. + // Note: Even when the content of the document has not changed, there still + // may be side effects because of internal implementation changes. + // Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document], + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + ReloadDocument(ctx context.Context, in *ReloadDocumentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) } type documentsClient struct { @@ -653,6 +785,24 @@ func (c *documentsClient) DeleteDocument(ctx context.Context, in *DeleteDocument return out, nil } +func (c *documentsClient) UpdateDocument(ctx context.Context, in *UpdateDocumentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2beta1.Documents/UpdateDocument", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *documentsClient) ReloadDocument(ctx context.Context, in *ReloadDocumentRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) { + out := new(longrunning.Operation) + err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2beta1.Documents/ReloadDocument", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // DocumentsServer is the server API for Documents service. type DocumentsServer interface { // Returns the list of all documents of the knowledge base. @@ -662,15 +812,24 @@ type DocumentsServer interface { // Creates a new document. // // Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document], - // metadata: - // [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> CreateDocument(context.Context, *CreateDocumentRequest) (*longrunning.Operation, error) // Deletes the specified document. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: - // [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> DeleteDocument(context.Context, *DeleteDocumentRequest) (*longrunning.Operation, error) + // Updates the specified document. + // Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document], + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + UpdateDocument(context.Context, *UpdateDocumentRequest) (*longrunning.Operation, error) + // Reloads the specified document from its specified source, content_uri or + // content. The previously loaded content of the document will be deleted. + // Note: Even when the content of the document has not changed, there still + // may be side effects because of internal implementation changes. + // Operation <response: [Document][google.cloud.dialogflow.v2beta1.Document], + // metadata: [KnowledgeOperationMetadata][google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata]> + ReloadDocument(context.Context, *ReloadDocumentRequest) (*longrunning.Operation, error) } func RegisterDocumentsServer(s *grpc.Server, srv DocumentsServer) { @@ -749,6 +908,42 @@ func _Documents_DeleteDocument_Handler(srv interface{}, ctx context.Context, dec return interceptor(ctx, in, info, handler) } +func _Documents_UpdateDocument_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateDocumentRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DocumentsServer).UpdateDocument(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.dialogflow.v2beta1.Documents/UpdateDocument", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DocumentsServer).UpdateDocument(ctx, req.(*UpdateDocumentRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _Documents_ReloadDocument_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ReloadDocumentRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(DocumentsServer).ReloadDocument(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.dialogflow.v2beta1.Documents/ReloadDocument", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(DocumentsServer).ReloadDocument(ctx, req.(*ReloadDocumentRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _Documents_serviceDesc = grpc.ServiceDesc{ ServiceName: "google.cloud.dialogflow.v2beta1.Documents", HandlerType: (*DocumentsServer)(nil), @@ -769,71 +964,89 @@ var _Documents_serviceDesc = grpc.ServiceDesc{ MethodName: "DeleteDocument", Handler: _Documents_DeleteDocument_Handler, }, + { + MethodName: "UpdateDocument", + Handler: _Documents_UpdateDocument_Handler, + }, + { + MethodName: "ReloadDocument", + Handler: _Documents_ReloadDocument_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "google/cloud/dialogflow/v2beta1/document.proto", } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/document.proto", fileDescriptor_document_ba4cdd9fc6087c18) -} - -var fileDescriptor_document_ba4cdd9fc6087c18 = []byte{ - // 885 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcd, 0x6e, 0x1b, 0x55, - 0x14, 0xee, 0x1d, 0xe7, 0xc7, 0x39, 0xc6, 0xae, 0x7b, 0x45, 0x90, 0xe5, 0x52, 0x9a, 0x4e, 0x25, - 0x14, 0x8c, 0x34, 0x23, 0x5c, 0x41, 0x25, 0x50, 0x85, 0xec, 0xcc, 0xc4, 0x58, 0x29, 0x13, 0x77, - 0xe2, 0xb4, 0x90, 0xcd, 0x70, 0x63, 0xdf, 0x8c, 0xa6, 0x19, 0xdf, 0x3b, 0xcc, 0xbd, 0x6e, 0x49, - 0x50, 0x25, 0x60, 0xc5, 0x8a, 0x0d, 0xe2, 0x05, 0x58, 0xc2, 0x13, 0xf0, 0x1c, 0x48, 0x3c, 0x01, - 0x2b, 0x56, 0xb0, 0x63, 0x07, 0x9a, 0x5f, 0xc7, 0xae, 0x13, 0xa7, 0xed, 0xce, 0xe7, 0xef, 0x9b, - 0xef, 0x9c, 0xf3, 0x9d, 0xf1, 0x80, 0xe6, 0x72, 0xee, 0xfa, 0x54, 0x1f, 0xf8, 0x7c, 0x3c, 0xd4, - 0x87, 0x1e, 0xf1, 0xb9, 0x7b, 0xe4, 0xf3, 0xa7, 0xfa, 0x93, 0xe6, 0x21, 0x95, 0xe4, 0x3d, 0x7d, - 0xc8, 0x07, 0xe3, 0x11, 0x65, 0x52, 0x0b, 0x42, 0x2e, 0x39, 0xbe, 0x99, 0xe4, 0x6b, 0x71, 0xbe, - 0x36, 0xc9, 0xd7, 0xd2, 0xfc, 0xfa, 0x9b, 0x29, 0x20, 0x09, 0x3c, 0x9d, 0x30, 0xc6, 0x25, 0x91, - 0x1e, 0x67, 0x22, 0x29, 0xaf, 0xdf, 0x4e, 0xa3, 0x3e, 0x67, 0x6e, 0x38, 0x66, 0xcc, 0x63, 0xae, - 0xce, 0x03, 0x1a, 0x4e, 0x25, 0x5d, 0x4f, 0x93, 0x62, 0xeb, 0x70, 0x7c, 0xa4, 0xd3, 0x51, 0x20, - 0x4f, 0xd2, 0xe0, 0xc6, 0x6c, 0xf0, 0xc8, 0xa3, 0xfe, 0xd0, 0x19, 0x11, 0x71, 0x9c, 0x64, 0xa8, - 0x7f, 0x28, 0x50, 0x34, 0x52, 0xd6, 0x18, 0xc3, 0x12, 0x23, 0x23, 0x5a, 0x43, 0x1b, 0x68, 0x73, - 0xcd, 0x8e, 0x7f, 0xe3, 0x5b, 0xf0, 0xda, 0xd0, 0x13, 0x81, 0x4f, 0x4e, 0x9c, 0x38, 0xa6, 0xc4, - 0xb1, 0x52, 0xea, 0xb3, 0xa2, 0x94, 0xeb, 0xb0, 0x36, 0xf2, 0x46, 0xd4, 0x91, 0x27, 0x01, 0xad, - 0x15, 0xe2, 0x78, 0x31, 0x72, 0xf4, 0x4f, 0x02, 0x8a, 0xbf, 0x80, 0xab, 0xc7, 0x8c, 0x3f, 0xf5, - 0xe9, 0xd0, 0x4d, 0x32, 0x44, 0x6d, 0x69, 0xa3, 0xb0, 0x59, 0x69, 0xde, 0xd5, 0x16, 0x4c, 0x47, - 0xcb, 0x78, 0x69, 0x3b, 0x19, 0x40, 0x84, 0x68, 0x57, 0x8e, 0xcf, 0x9a, 0x02, 0xdf, 0x82, 0xd2, - 0x80, 0x33, 0x49, 0x99, 0x74, 0xc6, 0xa1, 0x57, 0x5b, 0x8e, 0x08, 0x7c, 0x72, 0xc5, 0x86, 0xd4, - 0xb9, 0x1f, 0x7a, 0xb8, 0x0e, 0xab, 0xa9, 0x55, 0x5b, 0x49, 0xc3, 0x99, 0x43, 0xdd, 0x81, 0xf2, - 0x14, 0x3e, 0x7e, 0x0b, 0xea, 0x3b, 0xd6, 0xee, 0xa3, 0xfb, 0xa6, 0xd1, 0x31, 0x9d, 0xfe, 0xe7, - 0x3d, 0xd3, 0xd9, 0xb7, 0xf6, 0x7a, 0xe6, 0x56, 0x77, 0xbb, 0x6b, 0x1a, 0xd5, 0x2b, 0x78, 0x15, - 0x0a, 0xdb, 0xad, 0x07, 0x55, 0x84, 0xaf, 0x41, 0xd9, 0xfc, 0xac, 0x6f, 0xb7, 0xb6, 0xfa, 0xdd, - 0x87, 0xa6, 0xf3, 0xa0, 0x55, 0x55, 0xda, 0x45, 0x58, 0x11, 0x7c, 0x1c, 0x0e, 0xa8, 0xfa, 0x18, - 0x5e, 0xbf, 0xef, 0x09, 0x99, 0xf5, 0x20, 0x6c, 0xfa, 0xe5, 0x98, 0x0a, 0x89, 0xdf, 0x80, 0x95, - 0x80, 0x84, 0x11, 0x93, 0x64, 0xca, 0xa9, 0x15, 0x0d, 0x31, 0x20, 0x2e, 0x75, 0x84, 0x77, 0x9a, - 0x0c, 0x79, 0xd9, 0x2e, 0x46, 0x8e, 0x3d, 0xef, 0x94, 0xe2, 0x1b, 0x00, 0x71, 0x50, 0xf2, 0x63, - 0xca, 0xd2, 0x11, 0xc7, 0xe9, 0xfd, 0xc8, 0xa1, 0x7e, 0x8f, 0x60, 0x7d, 0xe6, 0x61, 0x22, 0xe0, - 0x4c, 0x50, 0xdc, 0x81, 0xb5, 0x4c, 0x93, 0xa2, 0x86, 0x36, 0x0a, 0x9b, 0xa5, 0xe6, 0x3b, 0x97, - 0x9e, 0xbb, 0x3d, 0xa9, 0xc5, 0x6f, 0xc3, 0x55, 0x46, 0xbf, 0x92, 0xce, 0x19, 0x1a, 0x89, 0x12, - 0xca, 0x91, 0xbb, 0x97, 0x53, 0xd9, 0x04, 0xdc, 0xa1, 0x39, 0x91, 0xac, 0xe9, 0x39, 0xc2, 0x52, - 0x9f, 0xc0, 0xfa, 0x56, 0x48, 0x89, 0xa4, 0xb3, 0xc9, 0xe7, 0x4d, 0xc8, 0x84, 0x62, 0xc6, 0x27, - 0x7e, 0xf6, 0x0b, 0xb5, 0x92, 0x97, 0xaa, 0xef, 0xc2, 0xba, 0x41, 0x7d, 0xfa, 0xfc, 0x73, 0xe7, - 0x91, 0xfc, 0x0d, 0x41, 0x3d, 0x57, 0xc7, 0x6e, 0x76, 0x7b, 0x9f, 0x52, 0x49, 0x86, 0x44, 0x12, - 0xfc, 0x08, 0x96, 0x85, 0x24, 0x32, 0xa9, 0xa9, 0x34, 0x5b, 0x0b, 0xf9, 0x9c, 0x8f, 0xa5, 0xed, - 0x45, 0x40, 0x76, 0x82, 0xa7, 0xb6, 0x61, 0x39, 0xb6, 0xf1, 0x3a, 0x5c, 0xdb, 0xeb, 0xb7, 0xfa, - 0xb3, 0x1a, 0x2c, 0xc1, 0x6a, 0xcf, 0xb4, 0x8c, 0xae, 0xd5, 0xa9, 0xa2, 0xc8, 0xb0, 0xf7, 0x2d, - 0x2b, 0x32, 0x14, 0x5c, 0x84, 0x25, 0x63, 0xd7, 0x32, 0xab, 0x85, 0xe6, 0x3f, 0xab, 0xb0, 0x96, - 0x2b, 0x02, 0x7f, 0xab, 0x40, 0x79, 0x4a, 0x23, 0xf8, 0xfd, 0x85, 0x6c, 0xe7, 0x09, 0xb8, 0xfe, - 0xc1, 0x8b, 0x96, 0x25, 0x52, 0x54, 0xbf, 0x41, 0xdf, 0xfd, 0xfe, 0xe7, 0x8f, 0xca, 0x29, 0xbe, - 0x9b, 0xbf, 0x2e, 0xbf, 0x4e, 0x36, 0x7b, 0x2f, 0x08, 0xf9, 0x63, 0x3a, 0x90, 0x42, 0x6f, 0xe8, - 0xf9, 0x6d, 0xb7, 0x89, 0xa0, 0x42, 0x6f, 0x3c, 0xcb, 0xdf, 0xa9, 0xe2, 0xe0, 0x63, 0x7c, 0xef, - 0xa2, 0x52, 0xe2, 0x52, 0x26, 0x2f, 0x02, 0xc0, 0x7f, 0x23, 0x28, 0x9d, 0x51, 0x27, 0xbe, 0xb3, - 0xb0, 0x95, 0xe7, 0xb5, 0x5c, 0xbf, 0xbc, 0xe8, 0xe6, 0xb6, 0x1c, 0xc9, 0xea, 0xa2, 0x86, 0x27, - 0x74, 0xf5, 0xc6, 0xb3, 0xe9, 0x96, 0x67, 0x4b, 0xe7, 0x37, 0x3c, 0x05, 0x80, 0xff, 0x43, 0x50, - 0x99, 0x3e, 0x33, 0xbc, 0x78, 0x81, 0x73, 0xef, 0xb2, 0x7e, 0x23, 0xab, 0x3b, 0xf3, 0x7f, 0xa4, - 0xe5, 0x3a, 0x56, 0x7f, 0x4a, 0x9a, 0xfd, 0x01, 0xa9, 0x2f, 0xbb, 0xe0, 0x0f, 0xf3, 0x23, 0x3d, - 0xe8, 0xaa, 0xaf, 0xb6, 0xea, 0x09, 0x14, 0xfe, 0x0b, 0x41, 0x65, 0xfa, 0xe0, 0x2f, 0x31, 0x81, - 0xb9, 0x6f, 0x88, 0x45, 0x13, 0xc8, 0xd6, 0xdd, 0x78, 0xf9, 0x75, 0x37, 0x5e, 0x6d, 0xdd, 0xed, - 0x5f, 0x11, 0xdc, 0x1e, 0xf0, 0xd1, 0xa2, 0xfe, 0xda, 0xe5, 0xac, 0xb5, 0x5e, 0xf4, 0x15, 0xd0, - 0x43, 0x07, 0xdd, 0xb4, 0xc2, 0xe5, 0x3e, 0x61, 0xae, 0xc6, 0x43, 0x57, 0x77, 0x29, 0x8b, 0xbf, - 0x11, 0xf4, 0x24, 0x44, 0x02, 0x4f, 0x9c, 0xfb, 0xe5, 0xf3, 0xd1, 0xc4, 0xf5, 0x2f, 0x42, 0x3f, - 0x2b, 0x8a, 0xb1, 0xfd, 0x8b, 0x72, 0xb3, 0x93, 0x60, 0x6e, 0xc5, 0x2c, 0x8c, 0x09, 0x8b, 0x87, - 0x49, 0xd1, 0xe1, 0x4a, 0x8c, 0x7f, 0xe7, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8d, 0xc6, 0x50, - 0x98, 0x58, 0x09, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/document.proto", fileDescriptor_document_38ae42bb38d9eae2) +} + +var fileDescriptor_document_38ae42bb38d9eae2 = []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, + 0xc1, 0x48, 0xbb, 0xc2, 0x15, 0x54, 0x4a, 0x55, 0x20, 0x8e, 0x9d, 0xd4, 0x4a, 0xeb, 0xb8, 0x1b, + 0xa7, 0x85, 0x5c, 0x96, 0x89, 0x3d, 0x59, 0x6d, 0xb3, 0xde, 0x59, 0x76, 0xc6, 0x0d, 0x09, 0xaa, + 0x04, 0x5c, 0xe0, 0x84, 0x84, 0x10, 0x27, 0x2e, 0x88, 0x0b, 0x12, 0xfc, 0x02, 0x7e, 0x07, 0x7f, + 0x81, 0x13, 0x27, 0x8e, 0x5c, 0x10, 0x68, 0xf6, 0xcb, 0x1f, 0xdd, 0xc4, 0x4e, 0x72, 0xf3, 0xbc, + 0x1f, 0xcf, 0x3e, 0xcf, 0xbc, 0x1f, 0x93, 0x80, 0x66, 0x31, 0x66, 0x39, 0x54, 0x6f, 0x39, 0xac, + 0xdb, 0xd6, 0xdb, 0x36, 0x71, 0x98, 0x75, 0xe0, 0xb0, 0x23, 0xfd, 0x79, 0x69, 0x9f, 0x0a, 0xf2, + 0x8e, 0xde, 0x66, 0xad, 0x6e, 0x87, 0xba, 0x42, 0xf3, 0x7c, 0x26, 0x18, 0xbe, 0x19, 0xc6, 0x6b, + 0x41, 0xbc, 0xd6, 0x8b, 0xd7, 0xa2, 0xf8, 0xc2, 0x1b, 0x11, 0x20, 0xf1, 0x6c, 0x9d, 0xb8, 0x2e, + 0x13, 0x44, 0xd8, 0xcc, 0xe5, 0x61, 0x7a, 0xe1, 0xf5, 0x3e, 0xaf, 0x4f, 0x39, 0xeb, 0xfa, 0x2d, + 0x1a, 0xb9, 0x6e, 0x47, 0x2e, 0x87, 0xb9, 0x96, 0xdf, 0x75, 0x5d, 0xdb, 0xb5, 0x74, 0xe6, 0x51, + 0x7f, 0x20, 0xff, 0x5a, 0x14, 0x14, 0x9c, 0xf6, 0xbb, 0x07, 0x3a, 0xed, 0x78, 0xe2, 0x38, 0x72, + 0x2e, 0x0f, 0x3b, 0x0f, 0x6c, 0xea, 0xb4, 0xcd, 0x0e, 0xe1, 0x87, 0x51, 0xc4, 0x6b, 0x51, 0x84, + 0xef, 0xb5, 0x74, 0x2e, 0x88, 0xe8, 0x46, 0xb8, 0xea, 0xbf, 0x0a, 0x64, 0x2a, 0x91, 0x52, 0x8c, + 0x61, 0xca, 0x25, 0x1d, 0x9a, 0x47, 0xcb, 0x68, 0x65, 0xce, 0x08, 0x7e, 0xe3, 0x5b, 0x30, 0xdf, + 0xb6, 0xb9, 0xe7, 0x90, 0x63, 0x33, 0xf0, 0x29, 0x81, 0x2f, 0x1b, 0xd9, 0xea, 0x32, 0xe4, 0x1a, + 0xcc, 0x75, 0xec, 0x0e, 0x35, 0xc5, 0xb1, 0x47, 0xf3, 0x93, 0x81, 0x3f, 0x23, 0x0d, 0xcd, 0x63, + 0x8f, 0xe2, 0x4f, 0xe0, 0xca, 0xa1, 0xcb, 0x8e, 0x1c, 0xda, 0xb6, 0xc2, 0x08, 0x9e, 0x9f, 0x5a, + 0x9e, 0x5c, 0xc9, 0x95, 0xee, 0x6a, 0x23, 0x6e, 0x54, 0x8b, 0x79, 0x69, 0x5b, 0x31, 0x80, 0x44, + 0x34, 0x72, 0x87, 0xfd, 0x47, 0x8e, 0x6f, 0x41, 0xb6, 0xc5, 0x5c, 0x41, 0x5d, 0x61, 0x76, 0x7d, + 0x3b, 0x3f, 0x2d, 0x09, 0x3c, 0x98, 0x30, 0x20, 0x32, 0xee, 0xfa, 0x36, 0xbe, 0x01, 0xb3, 0xd1, + 0x29, 0x3f, 0x23, 0xdd, 0x65, 0x25, 0x8f, 0x1e, 0x4c, 0x18, 0xb1, 0x51, 0x42, 0xf8, 0xe4, 0xc8, + 0x8c, 0x63, 0xe6, 0x96, 0xd1, 0xca, 0xbc, 0x84, 0xf0, 0xc9, 0xd1, 0x7a, 0x68, 0x53, 0xb7, 0x60, + 0x61, 0x80, 0x06, 0xbe, 0x01, 0x85, 0xad, 0xfa, 0xf6, 0xd3, 0x87, 0xd5, 0xca, 0x66, 0xd5, 0x6c, + 0x7e, 0xdc, 0xa8, 0x9a, 0xbb, 0xf5, 0x9d, 0x46, 0x75, 0xbd, 0xb6, 0x51, 0xab, 0x56, 0x16, 0x27, + 0xf0, 0x2c, 0x4c, 0x6e, 0xac, 0x3d, 0x5e, 0x44, 0xf8, 0x2a, 0x2c, 0x54, 0x3f, 0x6a, 0x1a, 0x6b, + 0xeb, 0xcd, 0xda, 0x93, 0xaa, 0xf9, 0x78, 0x6d, 0x51, 0x29, 0x67, 0x60, 0x26, 0x6c, 0x01, 0xf5, + 0x19, 0xbc, 0xf2, 0xd0, 0xe6, 0x22, 0x96, 0xca, 0x0d, 0xfa, 0x69, 0x97, 0x72, 0x81, 0x5f, 0x85, + 0x19, 0x8f, 0xf8, 0x92, 0x4c, 0x58, 0x8c, 0xe8, 0x24, 0xef, 0xda, 0x23, 0x16, 0x35, 0xb9, 0x7d, + 0x12, 0xd6, 0x62, 0xda, 0xc8, 0x48, 0xc3, 0x8e, 0x7d, 0x42, 0xf1, 0x75, 0x80, 0xc0, 0x29, 0xd8, + 0x21, 0x75, 0xa3, 0x4a, 0x04, 0xe1, 0x4d, 0x69, 0x50, 0xbf, 0x41, 0xb0, 0x34, 0xf4, 0x31, 0xee, + 0x31, 0x97, 0x53, 0xbc, 0x09, 0x73, 0x71, 0xbb, 0xf3, 0x3c, 0x5a, 0x9e, 0x5c, 0xc9, 0x96, 0xde, + 0x1a, 0xbb, 0x3c, 0x46, 0x2f, 0x17, 0xbf, 0x09, 0x57, 0x5c, 0xfa, 0x99, 0x30, 0xfb, 0x68, 0x84, + 0x0d, 0xb3, 0x20, 0xcd, 0x8d, 0x84, 0xca, 0x0a, 0xe0, 0x4d, 0x9a, 0x10, 0x89, 0x45, 0xa7, 0xf4, + 0x9f, 0xfa, 0x1c, 0x96, 0xd6, 0x7d, 0x4a, 0x04, 0x1d, 0x0e, 0x3e, 0xed, 0x86, 0xaa, 0x90, 0x89, + 0xf9, 0x04, 0xdf, 0x3e, 0x97, 0x94, 0x24, 0x55, 0x7d, 0x1b, 0x96, 0x2a, 0xd4, 0xa1, 0x2f, 0x7f, + 0x37, 0x8d, 0xe4, 0x8f, 0x08, 0x96, 0x76, 0xbd, 0x76, 0x0a, 0xcb, 0x7e, 0x36, 0xe8, 0xc2, 0x6c, + 0xf0, 0x3d, 0xc8, 0x76, 0x03, 0xfc, 0x60, 0xa8, 0x23, 0x5d, 0x85, 0x18, 0x29, 0x9e, 0x7b, 0x6d, + 0x43, 0xce, 0xfd, 0x23, 0xc2, 0x0f, 0x0d, 0x08, 0xc3, 0xe5, 0x6f, 0xf5, 0x77, 0x04, 0x85, 0xa4, + 0x77, 0xb7, 0xe3, 0xcd, 0xf2, 0x88, 0x0a, 0xd2, 0x26, 0x82, 0xe0, 0xa7, 0x30, 0x2d, 0x57, 0x42, + 0xa8, 0x28, 0x57, 0x5a, 0x1b, 0xc9, 0xef, 0x74, 0x2c, 0x6d, 0x47, 0x02, 0x19, 0x21, 0x9e, 0x5a, + 0x86, 0xe9, 0xe0, 0x8c, 0x97, 0xe0, 0xea, 0x4e, 0x73, 0xad, 0x39, 0x3c, 0x21, 0x59, 0x98, 0x6d, + 0x54, 0xeb, 0x95, 0x5a, 0x7d, 0x73, 0x11, 0xc9, 0x83, 0xb1, 0x5b, 0xaf, 0xcb, 0x83, 0x82, 0x33, + 0x30, 0x55, 0xd9, 0xae, 0x57, 0x17, 0x27, 0x65, 0x19, 0x0c, 0xea, 0x30, 0xd2, 0x1e, 0xa3, 0x0c, + 0xa5, 0xaf, 0xe7, 0x61, 0x2e, 0x69, 0x6e, 0xfc, 0xa5, 0x02, 0x0b, 0x03, 0xed, 0x8e, 0xdf, 0x1d, + 0x29, 0x2d, 0x6d, 0x16, 0x0b, 0xef, 0x9d, 0x37, 0x2d, 0x9c, 0x2a, 0xf5, 0x0b, 0xf4, 0xd5, 0x1f, + 0x7f, 0x7e, 0xaf, 0x9c, 0xe0, 0xbb, 0xc9, 0xa3, 0xf2, 0x79, 0xd8, 0xa4, 0xf7, 0x3d, 0x9f, 0x3d, + 0xa3, 0x2d, 0xc1, 0xf5, 0xa2, 0x9e, 0x6c, 0xb3, 0x32, 0xe1, 0x94, 0xeb, 0xc5, 0x17, 0xc9, 0xcb, + 0xc3, 0xf7, 0x3e, 0xc0, 0xf7, 0xcf, 0x4a, 0x25, 0x16, 0x75, 0xc5, 0x59, 0x00, 0xf8, 0x6f, 0x04, + 0xd9, 0xbe, 0x41, 0xc3, 0x77, 0x46, 0x4a, 0x79, 0x79, 0x2c, 0x0b, 0xe3, 0x77, 0x6c, 0xaa, 0x64, + 0x59, 0x9a, 0xb3, 0x04, 0xf7, 0xe8, 0xea, 0xc5, 0x17, 0x83, 0x92, 0x87, 0x53, 0xd3, 0x05, 0x0f, + 0x00, 0xe0, 0xff, 0x10, 0xe4, 0x06, 0x37, 0x06, 0x1e, 0x5d, 0xc0, 0xd4, 0x15, 0x53, 0xb8, 0x1e, + 0xe7, 0xf5, 0x3d, 0xcd, 0x5a, 0xd2, 0xf4, 0xea, 0x0f, 0xa1, 0xd8, 0x6f, 0x91, 0x7a, 0xd1, 0x02, + 0xaf, 0x26, 0x13, 0xbe, 0x57, 0x53, 0x2f, 0x57, 0xea, 0x1e, 0x14, 0xfe, 0x0b, 0x41, 0x6e, 0x70, + 0x77, 0x8d, 0x71, 0x03, 0xa9, 0xcb, 0x6e, 0xd4, 0x0d, 0xc4, 0xe5, 0x2e, 0x5e, 0xbc, 0xdc, 0xc5, + 0x4b, 0x96, 0xfb, 0x3b, 0x05, 0x72, 0x83, 0xab, 0x77, 0x0c, 0xb1, 0xa9, 0xbb, 0x7a, 0x94, 0xd8, + 0x5f, 0x42, 0xb1, 0x3f, 0xa1, 0xd2, 0x87, 0x3d, 0xca, 0xc9, 0x5f, 0x89, 0xe7, 0x92, 0xdd, 0x57, + 0x77, 0xa3, 0xb4, 0x31, 0x06, 0xda, 0x18, 0x37, 0xd1, 0xd7, 0x00, 0x72, 0x04, 0x06, 0xb7, 0xe6, + 0x18, 0x77, 0x92, 0xba, 0x66, 0xc7, 0x1f, 0x81, 0xf7, 0x2f, 0xd8, 0x01, 0xab, 0x7e, 0xf0, 0xdd, + 0x55, 0x54, 0xdc, 0xab, 0xa9, 0x95, 0x4b, 0xf5, 0x42, 0x0f, 0xaa, 0xfc, 0x1b, 0x82, 0xdb, 0x2d, + 0xd6, 0x19, 0x25, 0xba, 0xbc, 0x10, 0xeb, 0x6d, 0xc8, 0x27, 0xb4, 0x81, 0xf6, 0x6a, 0x51, 0x86, + 0xc5, 0x1c, 0xe2, 0x5a, 0x1a, 0xf3, 0x2d, 0xdd, 0xa2, 0x6e, 0xf0, 0xc0, 0xea, 0xa1, 0x8b, 0x78, + 0x36, 0x3f, 0xf5, 0xbf, 0x86, 0x7b, 0x3d, 0xd3, 0x3f, 0x08, 0xfd, 0xac, 0x28, 0x95, 0x8d, 0x5f, + 0x95, 0x9b, 0x9b, 0x21, 0xe6, 0x7a, 0xc0, 0xa2, 0xd2, 0x63, 0xf1, 0x24, 0x4c, 0xda, 0x9f, 0x09, + 0xf0, 0xef, 0xfc, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x85, 0x95, 0xd5, 0xf8, 0x94, 0x0c, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go b/googleapis/cloud/dialogflow/v2beta1/entity_type.pb.go index 14dea6bdc97d2f046fa996b3aab96db6045c9d65..88811de59a771dcaa947f45c4f6583227bfb8255 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_8a2be9e1932c0aee, []int{0, 0} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0, 0} } // Represents different entity type expansion modes. Automated expansion @@ -87,26 +87,26 @@ func (x EntityType_AutoExpansionMode) String() string { return proto.EnumName(EntityType_AutoExpansionMode_name, int32(x)) } func (EntityType_AutoExpansionMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_entity_type_8a2be9e1932c0aee, []int{0, 1} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0, 1} } // Represents an entity type. // Entity types serve as a tool for extracting parameter values from natural // language queries. type EntityType struct { - // Required for all methods except `create` (`create` populates the name - // automatically. - // The unique identifier of the entity type. Format: - // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. + // The unique identifier of the entity type. + // Required for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.UpdateEntityType] and + // [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchUpdateEntityTypes] methods. + // Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` - // Required. The name of the entity. + // Required. The name of the entity type. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Required. Indicates the kind of entity type. Kind EntityType_Kind `protobuf:"varint,3,opt,name=kind,proto3,enum=google.cloud.dialogflow.v2beta1.EntityType_Kind" json:"kind,omitempty"` // Optional. Indicates whether the entity type can be automatically // expanded. AutoExpansionMode EntityType_AutoExpansionMode `protobuf:"varint,4,opt,name=auto_expansion_mode,json=autoExpansionMode,proto3,enum=google.cloud.dialogflow.v2beta1.EntityType_AutoExpansionMode" json:"auto_expansion_mode,omitempty"` - // Optional. The collection of entities associated with the entity type. + // Optional. The collection of entity entries associated with the entity type. Entities []*EntityType_Entity `protobuf:"bytes,6,rep,name=entities,proto3" json:"entities,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -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_8a2be9e1932c0aee, []int{0} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0} } func (m *EntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType.Unmarshal(m, b) @@ -172,17 +172,28 @@ func (m *EntityType) GetEntities() []*EntityType_Entity { return nil } -// Optional. Represents an entity. +// An **entity entry** for an associated entity type. type EntityType_Entity struct { - // Required. + // Required. The primary value associated with this entity entry. + // For example, if the entity type is *vegetable*, the value could be + // *scallions*. + // // For `KIND_MAP` entity types: - // A canonical name to be used in place of synonyms. + // + // * A canonical value to be used in place of synonyms. + // // For `KIND_LIST` entity types: - // A string that can contain references to other entity types (with or - // without aliases). + // + // * A string that can contain references to other entity types (with or + // without aliases). Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` - // Required. A collection of synonyms. For `KIND_LIST` entity types this - // must contain exactly one synonym equal to `value`. + // Required. A collection of value synonyms. For example, if the entity type + // is *vegetable*, and `value` is *scallions*, a synonym could be *green + // onions*. + // + // For `KIND_LIST` entity types: + // + // * This collection must contain exactly one synonym equal to `value`. Synonyms []string `protobuf:"bytes,2,rep,name=synonyms,proto3" json:"synonyms,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -193,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_8a2be9e1932c0aee, []int{0, 0} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{0, 0} } func (m *EntityType_Entity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityType_Entity.Unmarshal(m, b) @@ -227,17 +238,17 @@ func (m *EntityType_Entity) GetSynonyms() []string { return nil } -// The request message for -// [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.ListEntityTypes]. +// The request message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.ListEntityTypes]. type ListEntityTypesRequest struct { // Required. The agent to list all entity types from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language to list entity synonyms for. If not specified, // the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 100 and at most 1000. @@ -253,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_8a2be9e1932c0aee, []int{1} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{1} } func (m *ListEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesRequest.Unmarshal(m, b) @@ -301,8 +312,7 @@ func (m *ListEntityTypesRequest) GetPageToken() string { return "" } -// The response message for -// [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.ListEntityTypes]. +// The response message for [EntityTypes.ListEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.ListEntityTypes]. type ListEntityTypesResponse struct { // The list of agent entity types. There will be a maximum number of items // returned based on the page_size field in the request. @@ -319,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_8a2be9e1932c0aee, []int{2} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{2} } func (m *ListEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListEntityTypesResponse.Unmarshal(m, b) @@ -353,17 +363,17 @@ func (m *ListEntityTypesResponse) GetNextPageToken() string { return "" } -// The request message for -// [EntityTypes.GetEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.GetEntityType]. +// The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.GetEntityType]. type GetEntityTypeRequest struct { // Required. The name of the entity type. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The language to retrieve entity synonyms for. If not specified, // the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -374,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_8a2be9e1932c0aee, []int{3} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{3} } func (m *GetEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetEntityTypeRequest.Unmarshal(m, b) @@ -408,8 +418,7 @@ func (m *GetEntityTypeRequest) GetLanguageCode() string { return "" } -// The request message for -// [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.CreateEntityType]. +// The request message for [EntityTypes.CreateEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.CreateEntityType]. type CreateEntityTypeRequest struct { // Required. The agent to create a entity type for. // Format: `projects/<Project ID>/agent`. @@ -418,9 +427,10 @@ type CreateEntityTypeRequest struct { EntityType *EntityType `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The language of entity synonyms defined in `entity_type`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -431,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_8a2be9e1932c0aee, []int{4} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{4} } func (m *CreateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateEntityTypeRequest.Unmarshal(m, b) @@ -472,17 +482,16 @@ func (m *CreateEntityTypeRequest) GetLanguageCode() string { return "" } -// The request message for -// [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.UpdateEntityType]. +// The request message for [EntityTypes.UpdateEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.UpdateEntityType]. type UpdateEntityTypeRequest struct { // Required. The entity type to update. - // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. EntityType *EntityType `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The language of entity synonyms defined in `entity_type`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -495,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_8a2be9e1932c0aee, []int{5} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{5} } func (m *UpdateEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateEntityTypeRequest.Unmarshal(m, b) @@ -536,8 +545,7 @@ func (m *UpdateEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.DeleteEntityType]. +// The request message for [EntityTypes.DeleteEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.DeleteEntityType]. type DeleteEntityTypeRequest struct { // Required. The name of the entity type to delete. // Format: `projects/<Project ID>/agent/entityTypes/<EntityType ID>`. @@ -551,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_8a2be9e1932c0aee, []int{6} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{6} } func (m *DeleteEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteEntityTypeRequest.Unmarshal(m, b) @@ -578,8 +586,7 @@ func (m *DeleteEntityTypeRequest) GetName() string { return "" } -// The request message for -// [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchUpdateEntityTypes]. +// The request message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchUpdateEntityTypes]. type BatchUpdateEntityTypesRequest struct { // Required. The name of the agent to update or create entity types in. // Format: `projects/<Project ID>/agent`. @@ -587,8 +594,9 @@ type BatchUpdateEntityTypesRequest struct { // Required. The source of the entity type batch. // // For each entity type in the batch: - // * If `name` is specified, we update an existing entity type. - // * If `name` is not specified, we create a new entity type. + // + // * If `name` is specified, we update an existing entity type. + // * If `name` is not specified, we create a new entity type. // // Types that are valid to be assigned to EntityTypeBatch: // *BatchUpdateEntityTypesRequest_EntityTypeBatchUri @@ -596,9 +604,10 @@ type BatchUpdateEntityTypesRequest struct { EntityTypeBatch isBatchUpdateEntityTypesRequest_EntityTypeBatch `protobuf_oneof:"entity_type_batch"` // Optional. The language of entity synonyms defined in `entity_types`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -611,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_8a2be9e1932c0aee, []int{7} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{7} } func (m *BatchUpdateEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesRequest.Unmarshal(m, b) @@ -761,8 +770,7 @@ func _BatchUpdateEntityTypesRequest_OneofSizer(msg proto.Message) (n int) { return n } -// The response message for -// [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchUpdateEntityTypes]. +// The response message for [EntityTypes.BatchUpdateEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchUpdateEntityTypes]. type BatchUpdateEntityTypesResponse struct { // The collection of updated or created entity types. EntityTypes []*EntityType `protobuf:"bytes,1,rep,name=entity_types,json=entityTypes,proto3" json:"entity_types,omitempty"` @@ -775,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_8a2be9e1932c0aee, []int{8} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{8} } func (m *BatchUpdateEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntityTypesResponse.Unmarshal(m, b) @@ -802,8 +810,7 @@ func (m *BatchUpdateEntityTypesResponse) GetEntityTypes() []*EntityType { return nil } -// The request message for -// [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchDeleteEntityTypes]. +// The request message for [EntityTypes.BatchDeleteEntityTypes][google.cloud.dialogflow.v2beta1.EntityTypes.BatchDeleteEntityTypes]. type BatchDeleteEntityTypesRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. @@ -820,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_8a2be9e1932c0aee, []int{9} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{9} } func (m *BatchDeleteEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntityTypesRequest.Unmarshal(m, b) @@ -854,19 +861,19 @@ func (m *BatchDeleteEntityTypesRequest) GetEntityTypeNames() []string { return nil } -// The request message for -// [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchCreateEntities]. +// The request message for [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchCreateEntities]. type BatchCreateEntitiesRequest struct { // Required. The name of the entity type to create entities in. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` - // Required. The collection of entities to create. + // Required. The entities to create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -877,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_8a2be9e1932c0aee, []int{10} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{10} } func (m *BatchCreateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchCreateEntitiesRequest.Unmarshal(m, b) @@ -918,19 +925,19 @@ func (m *BatchCreateEntitiesRequest) GetLanguageCode() string { return "" } -// The response message for -// [EntityTypes.BatchCreateEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchCreateEntities]. +// The request message for [EntityTypes.BatchUpdateEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchUpdateEntities]. type BatchUpdateEntitiesRequest struct { - // Required. The name of the entity type to update the entities in. Format: - // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. + // Required. The name of the entity type to update or create entities in. + // Format: `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` - // Required. The collection of new entities to replace the existing entities. + // Required. The entities to update or create. Entities []*EntityType_Entity `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -943,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_8a2be9e1932c0aee, []int{11} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{11} } func (m *BatchUpdateEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateEntitiesRequest.Unmarshal(m, b) @@ -991,8 +998,7 @@ func (m *BatchUpdateEntitiesRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchDeleteEntities]. +// The request message for [EntityTypes.BatchDeleteEntities][google.cloud.dialogflow.v2beta1.EntityTypes.BatchDeleteEntities]. type BatchDeleteEntitiesRequest struct { // Required. The name of the entity type to delete entries for. Format: // `projects/<Project ID>/agent/entityTypes/<Entity Type ID>`. @@ -1003,9 +1009,10 @@ type BatchDeleteEntitiesRequest struct { EntityValues []string `protobuf:"bytes,2,rep,name=entity_values,json=entityValues,proto3" json:"entity_values,omitempty"` // Optional. The language of entity synonyms defined in `entities`. If not // specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1016,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_8a2be9e1932c0aee, []int{12} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{12} } func (m *BatchDeleteEntitiesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteEntitiesRequest.Unmarshal(m, b) @@ -1070,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_8a2be9e1932c0aee, []int{13} + return fileDescriptor_entity_type_5d56c2b8d11cd69d, []int{13} } func (m *EntityTypeBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityTypeBatch.Unmarshal(m, b) @@ -1141,30 +1148,25 @@ type EntityTypesClient interface { DeleteEntityType(ctx context.Context, in *DeleteEntityTypeRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates/Creates multiple entity types in the specified agent. // - // Operation <response: - // [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesResponse]> BatchUpdateEntityTypes(ctx context.Context, in *BatchUpdateEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntityTypes(ctx context.Context, in *BatchDeleteEntityTypesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) - // Creates multiple new entities in the specified entity type (extends the - // existing collection of entries). + // Creates multiple new entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(ctx context.Context, in *BatchCreateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) - // Updates entities in the specified entity type (replaces the existing - // collection of entries). + // Updates or creates multiple entities in the specified entity type. This + // method does not affect entities in the entity type that aren't explicitly + // specified in the request. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchUpdateEntities(ctx context.Context, in *BatchUpdateEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntities(ctx context.Context, in *BatchDeleteEntitiesRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) } @@ -1280,30 +1282,25 @@ type EntityTypesServer interface { DeleteEntityType(context.Context, *DeleteEntityTypeRequest) (*empty.Empty, error) // Updates/Creates multiple entity types in the specified agent. // - // Operation <response: - // [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesResponse], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [BatchUpdateEntityTypesResponse][google.cloud.dialogflow.v2beta1.BatchUpdateEntityTypesResponse]> BatchUpdateEntityTypes(context.Context, *BatchUpdateEntityTypesRequest) (*longrunning.Operation, error) // Deletes entity types in the specified agent. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntityTypes(context.Context, *BatchDeleteEntityTypesRequest) (*longrunning.Operation, error) - // Creates multiple new entities in the specified entity type (extends the - // existing collection of entries). + // Creates multiple new entities in the specified entity type. // // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchCreateEntities(context.Context, *BatchCreateEntitiesRequest) (*longrunning.Operation, error) - // Updates entities in the specified entity type (replaces the existing - // collection of entries). + // Updates or creates multiple entities in the specified entity type. This + // method does not affect entities in the entity type that aren't explicitly + // specified in the request. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchUpdateEntities(context.Context, *BatchUpdateEntitiesRequest) (*longrunning.Operation, error) // Deletes entities in the specified entity type. // - // Operation <response: [google.protobuf.Empty][google.protobuf.Empty], - // metadata: [google.protobuf.Struct][google.protobuf.Struct]> + // Operation <response: [google.protobuf.Empty][google.protobuf.Empty]> BatchDeleteEntities(context.Context, *BatchDeleteEntitiesRequest) (*longrunning.Operation, error) } @@ -1541,87 +1538,87 @@ var _EntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/entity_type.proto", fileDescriptor_entity_type_8a2be9e1932c0aee) -} - -var fileDescriptor_entity_type_8a2be9e1932c0aee = []byte{ - // 1236 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0xcf, 0x6e, 0xe3, 0xd4, - 0x17, 0x9e, 0x9b, 0xa6, 0x55, 0x7b, 0xd2, 0x4e, 0xd3, 0xdb, 0x4e, 0x1b, 0xa5, 0xd3, 0x5f, 0xfb, - 0x73, 0x25, 0x54, 0x15, 0x11, 0xcf, 0x64, 0xc4, 0xbf, 0x56, 0x05, 0xb5, 0x4d, 0x3a, 0x13, 0xa6, - 0x4d, 0x22, 0xb7, 0x1d, 0x01, 0x1b, 0xcb, 0x4d, 0x6e, 0x83, 0xa9, 0x73, 0xaf, 0x89, 0xed, 0x61, - 0x32, 0x68, 0x58, 0xf0, 0x06, 0x88, 0x1d, 0x62, 0x85, 0xd8, 0x00, 0xe2, 0x0d, 0x10, 0x1b, 0x56, - 0xb0, 0x42, 0xe2, 0x15, 0x10, 0xcf, 0x80, 0xc4, 0x06, 0xf9, 0xda, 0x8e, 0x1d, 0xc7, 0xc1, 0x36, - 0xcc, 0x8c, 0xd8, 0xe5, 0xfe, 0x39, 0xe7, 0x7c, 0xdf, 0x39, 0xe7, 0xde, 0xef, 0x3a, 0x70, 0xbb, - 0xc3, 0x58, 0x47, 0x23, 0x62, 0x4b, 0x63, 0x56, 0x5b, 0x6c, 0xab, 0x8a, 0xc6, 0x3a, 0x97, 0x1a, - 0xfb, 0x50, 0x7c, 0x58, 0xbe, 0x20, 0xa6, 0x72, 0x5b, 0x24, 0xd4, 0x54, 0xcd, 0xbe, 0x6c, 0xf6, - 0x75, 0x52, 0xd2, 0x7b, 0xcc, 0x64, 0x78, 0xdd, 0x31, 0x29, 0x71, 0x93, 0x92, 0x6f, 0x52, 0x72, - 0x4d, 0x8a, 0x37, 0x5d, 0x9f, 0x8a, 0xae, 0x8a, 0x0a, 0xa5, 0xcc, 0x54, 0x4c, 0x95, 0x51, 0xc3, - 0x31, 0x2f, 0x6e, 0xba, 0xab, 0x1a, 0xa3, 0x9d, 0x9e, 0x45, 0xa9, 0x4a, 0x3b, 0x22, 0xd3, 0x49, - 0x6f, 0x68, 0xd3, 0xaa, 0xbb, 0x89, 0x8f, 0x2e, 0xac, 0x4b, 0x91, 0x74, 0x75, 0xb3, 0xef, 0x2e, - 0x6e, 0x84, 0x17, 0x2f, 0x55, 0xa2, 0xb5, 0xe5, 0xae, 0x62, 0x5c, 0xb9, 0x3b, 0x6e, 0x86, 0x77, - 0x18, 0x66, 0xcf, 0x6a, 0x99, 0xce, 0xaa, 0xf0, 0x79, 0x16, 0xa0, 0xca, 0x69, 0x9d, 0xf5, 0x75, - 0x82, 0x31, 0x64, 0xa9, 0xd2, 0x25, 0x05, 0xb4, 0x81, 0xb6, 0x66, 0x24, 0xfe, 0x1b, 0xff, 0x1f, - 0x66, 0xdb, 0xaa, 0xa1, 0x6b, 0x4a, 0x5f, 0xe6, 0x6b, 0x19, 0xbe, 0x96, 0x73, 0xe7, 0xea, 0xf6, - 0x96, 0x0a, 0x64, 0xaf, 0x54, 0xda, 0x2e, 0x4c, 0x6c, 0xa0, 0xad, 0xeb, 0xe5, 0x5b, 0xa5, 0x98, - 0xac, 0x94, 0xfc, 0x88, 0xa5, 0xfb, 0x2a, 0x6d, 0x4b, 0xdc, 0x1a, 0x77, 0x61, 0x51, 0xb1, 0x4c, - 0x26, 0x93, 0x47, 0xba, 0x42, 0x0d, 0x95, 0x51, 0xb9, 0xcb, 0xda, 0xa4, 0x90, 0xe5, 0x4e, 0xf7, - 0xd2, 0x38, 0xdd, 0xb7, 0x4c, 0x56, 0xf5, 0xbc, 0x9c, 0xb0, 0x36, 0x91, 0x16, 0x94, 0xf0, 0x14, - 0xae, 0xc3, 0x34, 0x2f, 0xa8, 0x4a, 0x8c, 0xc2, 0xd4, 0xc6, 0xc4, 0x56, 0xae, 0x5c, 0x4e, 0x13, - 0xc3, 0xf9, 0x29, 0x0d, 0x7c, 0x14, 0x77, 0x60, 0xca, 0x99, 0xc3, 0x4b, 0x30, 0xf9, 0x50, 0xd1, - 0x2c, 0x2f, 0x8d, 0xce, 0x00, 0x17, 0x61, 0xda, 0xe8, 0x53, 0x46, 0xfb, 0x5d, 0xa3, 0x90, 0xd9, - 0x98, 0xd8, 0x9a, 0x91, 0x06, 0x63, 0xe1, 0x75, 0xc8, 0xda, 0x89, 0xc0, 0x4b, 0x90, 0xbf, 0x5f, - 0xab, 0x57, 0xe4, 0xf3, 0xfa, 0x69, 0xb3, 0x7a, 0x58, 0x3b, 0xaa, 0x55, 0x2b, 0xf9, 0x6b, 0x78, - 0x16, 0xa6, 0xf9, 0xec, 0xc9, 0x7e, 0x33, 0x8f, 0xf0, 0x1c, 0xcc, 0xf0, 0xd1, 0x71, 0xed, 0xf4, - 0x2c, 0x9f, 0x11, 0xde, 0x81, 0x85, 0x11, 0xba, 0x78, 0x13, 0xd6, 0xf7, 0xcf, 0xcf, 0x1a, 0x72, - 0xf5, 0xed, 0xe6, 0x7e, 0xfd, 0xb4, 0xd6, 0xa8, 0xcb, 0x27, 0x8d, 0x4a, 0x35, 0xe4, 0x76, 0x1d, - 0x56, 0xa3, 0x36, 0x55, 0xaa, 0x47, 0xfb, 0xe7, 0xc7, 0x67, 0x79, 0x24, 0x7c, 0x8a, 0x60, 0xf9, - 0x58, 0x35, 0x4c, 0x9f, 0xb5, 0x21, 0x91, 0x0f, 0x2c, 0x62, 0x98, 0x78, 0x19, 0xa6, 0x74, 0xa5, - 0x47, 0xa8, 0xe9, 0x72, 0x74, 0x47, 0x78, 0x13, 0xe6, 0x34, 0x85, 0x76, 0x2c, 0xa5, 0x43, 0xe4, - 0x96, 0x5d, 0x3d, 0xa7, 0x5b, 0x66, 0xbd, 0xc9, 0x43, 0x1b, 0xdd, 0x2a, 0xcc, 0xe8, 0xf6, 0x06, - 0x43, 0x7d, 0x4c, 0x78, 0xcf, 0x4c, 0x4a, 0xd3, 0xf6, 0xc4, 0xa9, 0xfa, 0x98, 0xe0, 0x35, 0x00, - 0xbe, 0x68, 0xb2, 0x2b, 0x42, 0x79, 0xf1, 0x67, 0x24, 0xbe, 0xfd, 0xcc, 0x9e, 0xb0, 0x31, 0xad, - 0x8c, 0x60, 0x32, 0x74, 0x46, 0x0d, 0xbb, 0xa2, 0xb3, 0x81, 0x23, 0x6a, 0x14, 0x10, 0xaf, 0xea, - 0x8b, 0x29, 0xaa, 0x2a, 0xe5, 0x88, 0xef, 0x17, 0xbf, 0x00, 0xf3, 0x94, 0x3c, 0x32, 0xe5, 0x00, - 0x1e, 0x87, 0xce, 0x9c, 0x3d, 0xdd, 0x1c, 0x60, 0x6a, 0xc0, 0xd2, 0x5d, 0x12, 0x40, 0xe4, 0x25, - 0x29, 0xea, 0x34, 0x25, 0x49, 0x90, 0xf0, 0x15, 0x82, 0x95, 0xc3, 0x1e, 0x51, 0x4c, 0x32, 0xea, - 0x74, 0x5c, 0xe6, 0x8f, 0x21, 0x17, 0x20, 0xcf, 0xdd, 0xa6, 0xe4, 0x0e, 0x3e, 0xf7, 0x51, 0x98, - 0x13, 0x11, 0x30, 0x7f, 0x42, 0xb0, 0x72, 0xae, 0xb7, 0x23, 0x61, 0x86, 0xe0, 0xa0, 0xa7, 0x0c, - 0x27, 0xaa, 0xad, 0x76, 0x21, 0x67, 0x71, 0x34, 0xfc, 0xfa, 0xe3, 0x88, 0x73, 0xe5, 0xa2, 0x17, - 0xd2, 0xbb, 0xff, 0x4a, 0x47, 0xf6, 0x0d, 0x79, 0xa2, 0x18, 0x57, 0x12, 0x38, 0xdb, 0xed, 0xdf, - 0xc2, 0x4b, 0xb0, 0x52, 0x21, 0x1a, 0x89, 0xa2, 0x12, 0x51, 0x46, 0xe1, 0x97, 0x0c, 0xac, 0x1d, - 0x28, 0x66, 0xeb, 0xbd, 0x30, 0xff, 0xd8, 0x13, 0x72, 0x07, 0x6e, 0x04, 0x12, 0x23, 0x5f, 0xd8, - 0x4e, 0x64, 0xab, 0xa7, 0x3a, 0x94, 0xee, 0x5d, 0x93, 0xb0, 0xcf, 0xdb, 0x89, 0xd0, 0x53, 0xf1, - 0x15, 0x14, 0x46, 0x8d, 0x54, 0xaa, 0xa9, 0x94, 0xb8, 0x3c, 0xd3, 0x5c, 0xba, 0xdc, 0xed, 0xbd, - 0x6b, 0xd2, 0x8d, 0x50, 0xa4, 0x1a, 0x77, 0x38, 0x9a, 0xec, 0x6c, 0x7c, 0xb2, 0x27, 0xd3, 0x24, - 0xfb, 0x60, 0x11, 0x16, 0x46, 0xe8, 0x08, 0x3a, 0xfc, 0x6f, 0x5c, 0x46, 0x9f, 0xcd, 0xf9, 0x16, - 0x5a, 0x6e, 0x0d, 0xc3, 0x85, 0x8f, 0xad, 0xe1, 0xf6, 0x30, 0x7e, 0xbb, 0x23, 0xbc, 0x3b, 0x7d, - 0xde, 0x0f, 0x60, 0x4b, 0xa3, 0x21, 0x7c, 0x8d, 0xa0, 0xc8, 0xa3, 0x04, 0x0e, 0xb4, 0x1a, 0x1f, - 0x22, 0xa8, 0x4e, 0x99, 0x7f, 0xaf, 0x4e, 0xc9, 0x0e, 0xf4, 0xef, 0x1e, 0xd6, 0x40, 0x0d, 0xfe, - 0xa3, 0x58, 0xc3, 0x0d, 0x98, 0x4d, 0x75, 0xda, 0x3f, 0x76, 0x79, 0x06, 0x2a, 0xaf, 0x26, 0x12, - 0x37, 0xb7, 0xec, 0x5c, 0xd1, 0xbd, 0x92, 0xbb, 0x4d, 0xf9, 0x80, 0xcf, 0x25, 0x4b, 0xb4, 0x02, - 0xf3, 0xa1, 0xe3, 0xf8, 0xb4, 0x9b, 0xbb, 0xfc, 0xe7, 0x75, 0xc8, 0x05, 0x5a, 0x1a, 0x7f, 0x8f, - 0x60, 0x3e, 0x24, 0x9c, 0xf8, 0xd5, 0x58, 0xef, 0xd1, 0xf2, 0x5f, 0x7c, 0x2d, 0xbd, 0xa1, 0x73, - 0x86, 0x85, 0x57, 0x3e, 0xf9, 0xf5, 0xb7, 0xcf, 0x32, 0xb7, 0x70, 0x69, 0xf0, 0xaa, 0xfe, 0xc8, - 0xc9, 0xee, 0x9e, 0xde, 0x63, 0xef, 0x93, 0x96, 0x69, 0x88, 0xdb, 0xa2, 0xd2, 0x21, 0xd4, 0x7c, - 0x22, 0x06, 0xb5, 0xf8, 0x5b, 0x04, 0x73, 0x43, 0x22, 0x8b, 0x5f, 0x8e, 0xc5, 0x10, 0x25, 0xca, - 0xc5, 0x34, 0x19, 0x8d, 0x42, 0x6b, 0x1f, 0xf6, 0x11, 0xac, 0x41, 0xa8, 0xe2, 0xf6, 0x13, 0xfc, - 0x03, 0x82, 0x7c, 0x58, 0xc0, 0x71, 0x7c, 0xd2, 0xc6, 0x68, 0x7e, 0x3a, 0xcc, 0x87, 0x1c, 0xf3, - 0x9e, 0x90, 0x32, 0xc3, 0x3b, 0x41, 0xbd, 0xc6, 0x3f, 0x23, 0xc8, 0x87, 0x2f, 0xe2, 0x04, 0x04, - 0xc6, 0xbc, 0x06, 0xd2, 0x11, 0x68, 0x70, 0x02, 0xb5, 0xf2, 0x8e, 0x4f, 0x20, 0xf8, 0xe5, 0x95, - 0xa4, 0x00, 0xc3, 0x64, 0xbe, 0x40, 0x90, 0x0f, 0xdf, 0xf1, 0x09, 0xc8, 0x8c, 0x79, 0x0f, 0x14, - 0x97, 0x47, 0x2e, 0x99, 0xaa, 0xfd, 0x45, 0xe6, 0x35, 0xcb, 0xf6, 0x3f, 0x68, 0x96, 0xe5, 0x68, - 0xe5, 0xc3, 0x6f, 0xc4, 0x82, 0xfc, 0xdb, 0x47, 0x48, 0x71, 0xcd, 0xb3, 0x0f, 0x7c, 0x61, 0x96, - 0x1a, 0xde, 0x17, 0xa6, 0x50, 0xe5, 0x88, 0xdf, 0x14, 0x76, 0x52, 0xb6, 0xca, 0x85, 0x1f, 0x74, - 0x07, 0x6d, 0xfb, 0x04, 0x46, 0x84, 0x34, 0x29, 0x81, 0x71, 0x0a, 0xfc, 0x4c, 0x09, 0x38, 0x41, - 0x6d, 0x02, 0x3f, 0x22, 0x58, 0x8c, 0xd0, 0x68, 0xbc, 0x9b, 0x0c, 0x7d, 0xa4, 0xb2, 0xc7, 0x41, - 0x6f, 0x72, 0xe8, 0x6f, 0x09, 0xd5, 0x58, 0xe8, 0xa1, 0x7e, 0x11, 0x3d, 0x9d, 0x74, 0x58, 0x38, - 0xc1, 0x87, 0x58, 0x0c, 0xab, 0x77, 0x52, 0x16, 0x91, 0x9a, 0xff, 0xbc, 0x58, 0xf8, 0xcd, 0x34, - 0x60, 0x31, 0xac, 0xcd, 0x49, 0x59, 0x44, 0x2a, 0xfa, 0xf3, 0x62, 0x31, 0xe8, 0xa8, 0x83, 0xef, - 0x10, 0x6c, 0xb6, 0x58, 0x37, 0x0e, 0xf3, 0x41, 0xe0, 0x19, 0xd0, 0xb4, 0x6f, 0x93, 0x26, 0x7a, - 0xb7, 0xe6, 0xda, 0x74, 0x98, 0xfd, 0x64, 0x28, 0xb1, 0x5e, 0x47, 0xec, 0x10, 0xca, 0xef, 0x1a, - 0xd1, 0x59, 0x52, 0x74, 0xd5, 0x18, 0xfb, 0x2f, 0xd5, 0xae, 0x3f, 0xf5, 0x07, 0x42, 0x5f, 0x66, - 0x32, 0x95, 0xa3, 0x6f, 0x32, 0xeb, 0x77, 0x1d, 0x9f, 0x87, 0x1c, 0x47, 0xc5, 0xc7, 0xf1, 0xc0, - 0x31, 0xba, 0x98, 0xe2, 0xfe, 0xef, 0xfc, 0x15, 0x00, 0x00, 0xff, 0xff, 0x7d, 0x5f, 0x36, 0x09, - 0x04, 0x13, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/entity_type.proto", fileDescriptor_entity_type_5d56c2b8d11cd69d) +} + +var fileDescriptor_entity_type_5d56c2b8d11cd69d = []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, + 0x42, 0x55, 0x11, 0xf1, 0x6e, 0x56, 0xfc, 0x6b, 0x55, 0x50, 0xdb, 0xa4, 0xbb, 0x61, 0xdb, 0x24, + 0x72, 0xdb, 0x15, 0x70, 0xb1, 0xdc, 0x64, 0x1a, 0x4c, 0x93, 0x19, 0xe3, 0x3f, 0xcb, 0x66, 0xd1, + 0x72, 0xe0, 0x1b, 0x20, 0x6e, 0x88, 0x13, 0xe2, 0x02, 0x88, 0x6f, 0x80, 0xb8, 0x70, 0x82, 0x13, + 0x12, 0x5f, 0x01, 0xf1, 0x19, 0x90, 0xb8, 0x20, 0x8f, 0xed, 0xd8, 0x71, 0x1c, 0x6c, 0xc3, 0xee, + 0x8a, 0x5b, 0xe6, 0xcf, 0x7b, 0xef, 0xf7, 0x7b, 0xef, 0xcd, 0xfc, 0xc6, 0x81, 0x5b, 0x1d, 0xc6, + 0x3a, 0x5d, 0x22, 0xb6, 0xba, 0xcc, 0x6a, 0x8b, 0x6d, 0x55, 0xe9, 0xb2, 0xce, 0x45, 0x97, 0x7d, + 0x24, 0x3e, 0x28, 0x9f, 0x13, 0x53, 0xb9, 0x25, 0x12, 0x6a, 0xaa, 0x66, 0x5f, 0x36, 0xfb, 0x1a, + 0x29, 0x69, 0x3a, 0x33, 0x19, 0x5e, 0x73, 0x4c, 0x4a, 0xdc, 0xa4, 0xe4, 0x9b, 0x94, 0x5c, 0x93, + 0xe2, 0x0d, 0xd7, 0xa7, 0xa2, 0xa9, 0xa2, 0x42, 0x29, 0x33, 0x15, 0x53, 0x65, 0xd4, 0x70, 0xcc, + 0x8b, 0xcf, 0x05, 0x56, 0x75, 0x62, 0x30, 0x4b, 0x6f, 0xb9, 0x9e, 0x8b, 0x1b, 0xee, 0x52, 0x97, + 0xd1, 0x8e, 0x6e, 0x51, 0xaa, 0xd2, 0x8e, 0xc8, 0x34, 0xa2, 0x0f, 0xd9, 0xaf, 0xb8, 0x9b, 0xf8, + 0xe8, 0xdc, 0xba, 0x10, 0x49, 0x4f, 0x33, 0xfb, 0xee, 0xe2, 0x7a, 0x78, 0xf1, 0x42, 0x25, 0xdd, + 0xb6, 0xdc, 0x53, 0x8c, 0x4b, 0x77, 0xc7, 0x8d, 0xf0, 0x0e, 0xc3, 0xd4, 0xad, 0x96, 0xe9, 0xac, + 0x0a, 0x5f, 0x64, 0x01, 0xaa, 0x9c, 0xf1, 0x69, 0x5f, 0x23, 0x18, 0x43, 0x96, 0x2a, 0x3d, 0x52, + 0x40, 0xeb, 0x68, 0x73, 0x5a, 0xe2, 0xbf, 0xf1, 0x0b, 0x30, 0xd3, 0x56, 0x0d, 0xad, 0xab, 0xf4, + 0x65, 0xbe, 0x96, 0xe1, 0x6b, 0x39, 0x77, 0xae, 0x6e, 0x6f, 0xa9, 0x40, 0xf6, 0x52, 0xa5, 0xed, + 0xc2, 0xc4, 0x3a, 0xda, 0xbc, 0x56, 0xbe, 0x59, 0x8a, 0x49, 0x58, 0xc9, 0x8f, 0x58, 0xba, 0xa7, + 0xd2, 0xb6, 0xc4, 0xad, 0x71, 0x0f, 0x16, 0x14, 0xcb, 0x64, 0x32, 0x79, 0xa8, 0x29, 0xd4, 0x50, + 0x19, 0x95, 0x7b, 0xac, 0x4d, 0x0a, 0x59, 0xee, 0x74, 0x37, 0x8d, 0xd3, 0x3d, 0xcb, 0x64, 0x55, + 0xcf, 0xcb, 0x31, 0x6b, 0x13, 0x69, 0x5e, 0x09, 0x4f, 0xe1, 0x3a, 0x4c, 0xf1, 0x5a, 0xab, 0xc4, + 0x28, 0x4c, 0xae, 0x4f, 0x6c, 0xe6, 0xca, 0xe5, 0x34, 0x31, 0x9c, 0x9f, 0xd2, 0xc0, 0x47, 0x71, + 0x1b, 0x26, 0x9d, 0x39, 0xbc, 0x08, 0x57, 0x1f, 0x28, 0x5d, 0xcb, 0x4b, 0xa3, 0x33, 0xc0, 0x45, + 0x98, 0x32, 0xfa, 0x94, 0xd1, 0x7e, 0xcf, 0x28, 0x64, 0xd6, 0x27, 0x36, 0xa7, 0xa5, 0xc1, 0x58, + 0x78, 0x03, 0xb2, 0x76, 0x22, 0xf0, 0x22, 0xe4, 0xef, 0xd5, 0xea, 0x15, 0xf9, 0xac, 0x7e, 0xd2, + 0xac, 0x1e, 0xd4, 0x0e, 0x6b, 0xd5, 0x4a, 0xfe, 0x0a, 0x9e, 0x81, 0x29, 0x3e, 0x7b, 0xbc, 0xd7, + 0xcc, 0x23, 0x3c, 0x0b, 0xd3, 0x7c, 0x74, 0x54, 0x3b, 0x39, 0xcd, 0x67, 0x84, 0x77, 0x61, 0x7e, + 0x84, 0x2e, 0xde, 0x80, 0xb5, 0xbd, 0xb3, 0xd3, 0x86, 0x5c, 0x7d, 0xa7, 0xb9, 0x57, 0x3f, 0xa9, + 0x35, 0xea, 0xf2, 0x71, 0xa3, 0x52, 0x0d, 0xb9, 0x5d, 0x83, 0x95, 0xa8, 0x4d, 0x95, 0xea, 0xe1, + 0xde, 0xd9, 0xd1, 0x69, 0x1e, 0x09, 0x9f, 0x21, 0x58, 0x3a, 0x52, 0x0d, 0xd3, 0x67, 0x6d, 0x48, + 0xe4, 0x43, 0x8b, 0x18, 0x26, 0x5e, 0x82, 0x49, 0x4d, 0xd1, 0x09, 0x35, 0x5d, 0x8e, 0xee, 0x08, + 0x6f, 0xc0, 0x6c, 0x57, 0xa1, 0x1d, 0x4b, 0xe9, 0x10, 0xb9, 0x65, 0x57, 0xcf, 0xe9, 0x96, 0x19, + 0x6f, 0xf2, 0xc0, 0x46, 0xb7, 0x02, 0xd3, 0x9a, 0xbd, 0xc1, 0x50, 0x1f, 0x11, 0xde, 0x33, 0x57, + 0xa5, 0x29, 0x7b, 0xe2, 0x44, 0x7d, 0x44, 0xf0, 0x2a, 0x00, 0x5f, 0x34, 0xd9, 0x25, 0xa1, 0xbc, + 0xf8, 0xd3, 0x12, 0xdf, 0x7e, 0x6a, 0x4f, 0xd8, 0x98, 0x96, 0x47, 0x30, 0x19, 0x1a, 0xa3, 0x86, + 0x5d, 0xd1, 0x99, 0xc0, 0xe9, 0x35, 0x0a, 0x88, 0x57, 0xf5, 0xa5, 0x14, 0x55, 0x95, 0x72, 0xc4, + 0xf7, 0x8b, 0x5f, 0x84, 0x39, 0x4a, 0x1e, 0x9a, 0x72, 0x00, 0x8f, 0x43, 0x67, 0xd6, 0x9e, 0x6e, + 0x0e, 0x30, 0x35, 0x60, 0xf1, 0x0e, 0x09, 0x20, 0xf2, 0x92, 0x14, 0x75, 0x9a, 0x92, 0x24, 0x48, + 0xf8, 0x1a, 0xc1, 0xf2, 0x81, 0x4e, 0x14, 0x93, 0x8c, 0x3a, 0x1d, 0x97, 0xf9, 0x23, 0xc8, 0x05, + 0xc8, 0x73, 0xb7, 0x29, 0xb9, 0x83, 0xcf, 0x7d, 0x14, 0xe6, 0x44, 0x04, 0xcc, 0x9f, 0x11, 0x2c, + 0x9f, 0x69, 0xed, 0x48, 0x98, 0x21, 0x38, 0xe8, 0x09, 0xc3, 0x89, 0x6a, 0xab, 0x1d, 0xc8, 0x59, + 0x1c, 0x0d, 0xbf, 0xfe, 0x38, 0xe2, 0x5c, 0xb9, 0xe8, 0x85, 0xf4, 0xee, 0xbf, 0xd2, 0xa1, 0x7d, + 0x43, 0x1e, 0x2b, 0xc6, 0xa5, 0x04, 0xce, 0x76, 0xfb, 0xb7, 0xf0, 0x32, 0x2c, 0x57, 0x48, 0x97, + 0x44, 0x51, 0x89, 0x28, 0xa3, 0xf0, 0x6b, 0x06, 0x56, 0xf7, 0x15, 0xb3, 0xf5, 0x7e, 0x98, 0x7f, + 0xec, 0x09, 0xb9, 0x0d, 0xd7, 0x03, 0x89, 0x91, 0xcf, 0x6d, 0x27, 0xb2, 0xa5, 0xab, 0x0e, 0xa5, + 0xbb, 0x57, 0x24, 0xec, 0xf3, 0x76, 0x22, 0xe8, 0x2a, 0xbe, 0x84, 0xc2, 0xa8, 0x91, 0x4a, 0xbb, + 0x2a, 0x25, 0x2e, 0xcf, 0x34, 0x97, 0x2e, 0x77, 0x7b, 0xf7, 0x8a, 0x74, 0x3d, 0x14, 0xa9, 0xc6, + 0x1d, 0x8e, 0x26, 0x3b, 0x1b, 0x9f, 0xec, 0xab, 0x69, 0x92, 0xbd, 0xbf, 0x00, 0xf3, 0x23, 0x74, + 0x04, 0x0d, 0x9e, 0x1f, 0x97, 0xd1, 0xa7, 0x73, 0xbe, 0x85, 0x96, 0x5b, 0xc3, 0x70, 0xe1, 0x63, + 0x6b, 0xb8, 0x35, 0x8c, 0xdf, 0xee, 0x08, 0xef, 0x4e, 0x9f, 0xf3, 0x03, 0xd8, 0xd2, 0x68, 0x08, + 0xdf, 0x20, 0x28, 0xf2, 0x28, 0x81, 0x03, 0xad, 0xc6, 0x87, 0x08, 0xaa, 0x53, 0xe6, 0xbf, 0xab, + 0x53, 0xb2, 0x03, 0xfd, 0x87, 0x87, 0x35, 0x50, 0x83, 0xff, 0x29, 0xd6, 0x70, 0x03, 0x66, 0x53, + 0x9d, 0xf6, 0x4f, 0x5c, 0x9e, 0x81, 0xca, 0xab, 0x89, 0xc4, 0xcd, 0x2d, 0x3b, 0x57, 0x74, 0xaf, + 0xe4, 0x6e, 0x53, 0xde, 0xe7, 0x73, 0xc9, 0x12, 0xad, 0xc0, 0x5c, 0xe8, 0x38, 0x3e, 0xe9, 0xe6, + 0x2e, 0xff, 0x75, 0x0d, 0x72, 0x81, 0x96, 0xc6, 0x3f, 0x20, 0x98, 0x0b, 0x09, 0x27, 0x7e, 0x2d, + 0xd6, 0x7b, 0xb4, 0xfc, 0x17, 0x5f, 0x4f, 0x6f, 0xe8, 0x9c, 0x61, 0xe1, 0xd5, 0x4f, 0x7f, 0xfb, + 0xfd, 0xf3, 0xcc, 0x4d, 0x5c, 0x1a, 0x3c, 0xb8, 0x3f, 0x76, 0xb2, 0xbb, 0xab, 0xe9, 0xec, 0x03, + 0xd2, 0x32, 0x0d, 0x71, 0x4b, 0x54, 0x3a, 0x84, 0x9a, 0x8f, 0xc5, 0xa0, 0x16, 0x7f, 0x87, 0x60, + 0x76, 0x48, 0x64, 0xf1, 0x2b, 0xb1, 0x18, 0xa2, 0x44, 0xb9, 0x98, 0x26, 0xa3, 0x51, 0x68, 0xed, + 0xc3, 0x3e, 0x82, 0x35, 0x08, 0x55, 0xdc, 0x7a, 0x8c, 0x7f, 0x44, 0x90, 0x0f, 0x0b, 0x38, 0x8e, + 0x4f, 0xda, 0x18, 0xcd, 0x4f, 0x87, 0xf9, 0x80, 0x63, 0xde, 0x15, 0x52, 0x66, 0x78, 0x3b, 0xa8, + 0xd7, 0xf8, 0x17, 0x04, 0xf9, 0xf0, 0x45, 0x9c, 0x80, 0xc0, 0x98, 0xd7, 0x40, 0x3a, 0x02, 0x0d, + 0x4e, 0xa0, 0x56, 0xde, 0xf6, 0x09, 0x04, 0x3f, 0xca, 0x92, 0x14, 0x60, 0x98, 0xcc, 0x97, 0x08, + 0xf2, 0xe1, 0x3b, 0x3e, 0x01, 0x99, 0x31, 0xef, 0x81, 0xe2, 0xd2, 0xc8, 0x25, 0x53, 0xb5, 0xbf, + 0xc8, 0xbc, 0x66, 0xd9, 0xfa, 0x17, 0xcd, 0xb2, 0x14, 0xad, 0x7c, 0xf8, 0xcd, 0x58, 0x90, 0xff, + 0xf8, 0x08, 0x29, 0xae, 0x7a, 0xf6, 0x81, 0x2f, 0xcc, 0x52, 0xc3, 0xfb, 0xc2, 0x14, 0xaa, 0x1c, + 0xf1, 0x5b, 0xc2, 0x76, 0xca, 0x56, 0x39, 0xf7, 0x83, 0x6e, 0xa3, 0x2d, 0x9f, 0xc0, 0x88, 0x90, + 0x26, 0x25, 0x30, 0x4e, 0x81, 0x9f, 0x2a, 0x01, 0x27, 0xa8, 0x4d, 0xe0, 0x27, 0x04, 0x0b, 0x11, + 0x1a, 0x8d, 0x77, 0x92, 0xa1, 0x8f, 0x54, 0xf6, 0x38, 0xe8, 0x4d, 0x0e, 0xfd, 0x6d, 0xa1, 0x1a, + 0x0b, 0x3d, 0xd4, 0x2f, 0xa2, 0xa7, 0x93, 0x0e, 0x0b, 0x27, 0xf8, 0x10, 0x8b, 0x61, 0xf5, 0x4e, + 0xca, 0x22, 0x52, 0xf3, 0x9f, 0x15, 0x0b, 0xbf, 0x99, 0x06, 0x2c, 0x86, 0xb5, 0x39, 0x29, 0x8b, + 0x48, 0x45, 0x7f, 0x56, 0x2c, 0x06, 0x1d, 0xb5, 0xff, 0x3d, 0x82, 0x8d, 0x16, 0xeb, 0xc5, 0x61, + 0xde, 0x0f, 0x3c, 0x03, 0x9a, 0xf6, 0x6d, 0xd2, 0x44, 0xef, 0xd5, 0x5c, 0x9b, 0x0e, 0xb3, 0x9f, + 0x0c, 0x25, 0xa6, 0x77, 0xc4, 0x0e, 0xa1, 0xfc, 0xae, 0x11, 0x9d, 0x25, 0x45, 0x53, 0x8d, 0xb1, + 0x7f, 0x60, 0xed, 0xf8, 0x53, 0x7f, 0x22, 0xf4, 0x55, 0x26, 0x53, 0x39, 0xfc, 0x36, 0xb3, 0x76, + 0xc7, 0xf1, 0x79, 0xc0, 0x71, 0x54, 0x7c, 0x1c, 0xf7, 0x1d, 0xa3, 0xf3, 0x49, 0xee, 0xff, 0xf6, + 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xfb, 0xe2, 0x2e, 0xe6, 0x1f, 0x13, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/intent.pb.go b/googleapis/cloud/dialogflow/v2beta1/intent.pb.go index 0cda04399e0828fd3af3ad8a4c7d6eb73fac9b41..a5dc901f41d6930659ea5bcac1afe7ed9981a298 100644 --- a/googleapis/cloud/dialogflow/v2beta1/intent.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/intent.pb.go @@ -6,6 +6,7 @@ package dialogflow // import "google.golang.org/genproto/googleapis/cloud/dialog import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" +import _ "github.com/golang/protobuf/ptypes/duration" import empty "github.com/golang/protobuf/ptypes/empty" import _struct "github.com/golang/protobuf/ptypes/struct" import _ "google.golang.org/genproto/googleapis/api/annotations" @@ -53,7 +54,7 @@ func (x IntentView) String() string { return proto.EnumName(IntentView_name, int32(x)) } func (IntentView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_intent_5bb1f98f0936d3c6, []int{0} + return fileDescriptor_intent_915168322692678b, []int{0} } // Represents the different states that webhooks can be in. @@ -84,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_5bb1f98f0936d3c6, []int{0, 0} + return fileDescriptor_intent_915168322692678b, []int{0, 0} } // Represents different types of training phrases. @@ -98,7 +99,11 @@ const ( Intent_TrainingPhrase_EXAMPLE Intent_TrainingPhrase_Type = 1 // Templates are not annotated with entity types, but they can contain // @-prefixed entity type names as substrings. - Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 + // Template mode has been deprecated. Example mode is the only supported + // way to create new training phrases. If you have existing training + // phrases that you've created in template mode, those will continue to + // work. + Intent_TrainingPhrase_TEMPLATE Intent_TrainingPhrase_Type = 2 // Deprecated: Do not use. ) var Intent_TrainingPhrase_Type_name = map[int32]string{ @@ -116,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_5bb1f98f0936d3c6, []int{0, 0, 0} + return fileDescriptor_intent_915168322692678b, []int{0, 0, 0} } // Represents different platforms that a rich message can be intended for. @@ -234,24 +239,27 @@ 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_5bb1f98f0936d3c6, []int{0, 2, 0} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 0} } // Represents an intent. // Intents convert a number of user expressions or patterns into an action. An // action is an extraction of a user command or sentence semantics. type Intent struct { - // Required for all methods except `create` (`create` populates the name - // automatically. // The unique identifier of this intent. + // Required for [Intents.UpdateIntent][google.cloud.dialogflow.v2beta1.Intents.UpdateIntent] and [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents] + // methods. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The name of this intent. DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - // Required. Indicates whether webhooks are enabled for the intent. + // Optional. Indicates whether webhooks are enabled for the intent. WebhookState Intent_WebhookState `protobuf:"varint,6,opt,name=webhook_state,json=webhookState,proto3,enum=google.cloud.dialogflow.v2beta1.Intent_WebhookState" json:"webhook_state,omitempty"` // Optional. The priority of this intent. Higher numbers represent higher - // priorities. Zero or negative numbers mean that the intent is disabled. + // priorities. If this is zero or unspecified, we use the default + // priority 500000. + // + // Negative numbers mean that the intent is disabled. Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` // Optional. Indicates whether this is a fallback intent. IsFallback bool `protobuf:"varint,4,opt,name=is_fallback,json=isFallback,proto3" json:"is_fallback,omitempty"` @@ -284,7 +292,7 @@ type Intent struct { // If the collection of input contexts is not empty, all of the contexts must // be present in the active user session for an event to trigger this intent. Events []string `protobuf:"bytes,8,rep,name=events,proto3" json:"events,omitempty"` - // Optional. The collection of examples/templates that the agent is + // Optional. The collection of examples that the agent is // trained on. TrainingPhrases []*Intent_TrainingPhrase `protobuf:"bytes,9,rep,name=training_phrases,json=trainingPhrases,proto3" json:"training_phrases,omitempty"` // Optional. The name of the action associated with the intent. @@ -307,17 +315,22 @@ type Intent struct { // Optional. The list of platforms for which the first response will be // taken from among the messages assigned to the DEFAULT_PLATFORM. DefaultResponsePlatforms []Intent_Message_Platform `protobuf:"varint,15,rep,packed,name=default_response_platforms,json=defaultResponsePlatforms,proto3,enum=google.cloud.dialogflow.v2beta1.Intent_Message_Platform" json:"default_response_platforms,omitempty"` - // The unique identifier of the root intent in the chain of followup intents. - // It identifies the correct followup intents chain for this intent. + // Read-only. The unique identifier of the root intent in the chain of + // followup intents. It identifies the correct followup intents chain for + // this intent. We populate this field only in the output. + // // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. RootFollowupIntentName string `protobuf:"bytes,16,opt,name=root_followup_intent_name,json=rootFollowupIntentName,proto3" json:"root_followup_intent_name,omitempty"` - // The unique identifier of the parent intent in the chain of followup - // intents. + // Read-only after creation. The unique identifier of the parent intent in the + // chain of followup intents. You can set this field when creating an intent, + // for example with [CreateIntent][] or [BatchUpdateIntents][], in order to + // make this intent a followup intent. + // // It identifies the parent followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `protobuf:"bytes,17,opt,name=parent_followup_intent_name,json=parentFollowupIntentName,proto3" json:"parent_followup_intent_name,omitempty"` - // Optional. Collection of information about all followup intents that have - // name of this intent as a root_name. + // Read-only. Information about all followup intents that have this intent as + // a direct or indirect parent. We populate this field only in the output. FollowupIntentInfo []*Intent_FollowupIntentInfo `protobuf:"bytes,18,rep,name=followup_intent_info,json=followupIntentInfo,proto3" json:"followup_intent_info,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -328,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_5bb1f98f0936d3c6, []int{0} + return fileDescriptor_intent_915168322692678b, []int{0} } func (m *Intent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent.Unmarshal(m, b) @@ -489,17 +502,33 @@ func (m *Intent) GetFollowupIntentInfo() []*Intent_FollowupIntentInfo { return nil } -// Represents an example or template that the agent is trained on. +// Represents an example that the agent is trained on. type Intent_TrainingPhrase struct { - // Required. The unique identifier of this training phrase. + // Output only. The unique identifier of this training phrase. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. The type of the training phrase. Type Intent_TrainingPhrase_Type `protobuf:"varint,2,opt,name=type,proto3,enum=google.cloud.dialogflow.v2beta1.Intent_TrainingPhrase_Type" json:"type,omitempty"` - // Required. The collection of training phrase parts (can be annotated). - // Fields: `entity_type`, `alias` and `user_defined` should be populated - // only for the annotated parts of the training phrase. + // Required. The ordered list of training phrase parts. + // The parts are concatenated in order to form the training phrase. + // + // Note: The API does not automatically annotate training phrases like the + // Dialogflow Console does. + // + // Note: Do not forget to include whitespace at part boundaries, + // so the training phrase is well formatted when the parts are concatenated. + // + // If the training phrase does not need to be annotated with parameters, + // you just need a single part with only the [Part.text][google.cloud.dialogflow.v2beta1.Intent.TrainingPhrase.Part.text] field set. + // + // If you want to annotate the training phrase, you must create multiple + // parts, where the fields of each part are populated in one of two ways: + // + // - `Part.text` is set to a part of the phrase that has no parameters. + // - `Part.text` is set to a part of the phrase that you want to annotate, + // and the `entity_type`, `alias`, and `user_defined` fields are all + // set. Parts []*Intent_TrainingPhrase_Part `protobuf:"bytes,3,rep,name=parts,proto3" json:"parts,omitempty"` - // Optional. Indicates how many times this example or template was added to + // Optional. Indicates how many times this example was added to // the intent. Each time a developer adds an existing sample by editing an // intent or training, this counter is increased. TimesAddedCount int32 `protobuf:"varint,4,opt,name=times_added_count,json=timesAddedCount,proto3" json:"times_added_count,omitempty"` @@ -512,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_5bb1f98f0936d3c6, []int{0, 0} + return fileDescriptor_intent_915168322692678b, []int{0, 0} } func (m *Intent_TrainingPhrase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase.Unmarshal(m, b) @@ -562,19 +591,19 @@ func (m *Intent_TrainingPhrase) GetTimesAddedCount() int32 { // Represents a part of a training phrase. type Intent_TrainingPhrase_Part struct { - // Required. The text corresponding to the example or template, - // if there are no annotations. For - // annotated examples, it is the text for one of the example's parts. + // Required. The text for this part. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` - // Optional. The entity type name prefixed with `@`. This field is - // required for the annotated part of the text and applies only to - // examples. + // Optional. The entity type name prefixed with `@`. + // This field is required for annotated parts of the training phrase. EntityType string `protobuf:"bytes,2,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"` // Optional. The parameter name for the value extracted from the // annotated part of the example. + // This field is required for annotated parts of the training phrase. Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` - // Optional. Indicates whether the text was manually annotated by the - // developer. + // Optional. Indicates whether the text was manually annotated. + // This field is set to true when the Dialogflow Console is used to + // manually annotate the part. When creating an annotated part with the + // API, you must set this to true. UserDefined bool `protobuf:"varint,4,opt,name=user_defined,json=userDefined,proto3" json:"user_defined,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -585,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_5bb1f98f0936d3c6, []int{0, 0, 0} + return fileDescriptor_intent_915168322692678b, []int{0, 0, 0} } func (m *Intent_TrainingPhrase_Part) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_TrainingPhrase_Part.Unmarshal(m, b) @@ -673,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_5bb1f98f0936d3c6, []int{0, 1} + return fileDescriptor_intent_915168322692678b, []int{0, 1} } func (m *Intent_Parameter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Parameter.Unmarshal(m, b) @@ -780,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_5bb1f98f0936d3c6, []int{0, 2} + return fileDescriptor_intent_915168322692678b, []int{0, 2} } func (m *Intent_Message) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message.Unmarshal(m, b) @@ -1315,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_5bb1f98f0936d3c6, []int{0, 2, 0} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 0} } func (m *Intent_Message_Text) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Text.Unmarshal(m, b) @@ -1358,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_5bb1f98f0936d3c6, []int{0, 2, 1} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 1} } func (m *Intent_Message_Image) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Image.Unmarshal(m, b) @@ -1407,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_5bb1f98f0936d3c6, []int{0, 2, 2} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 2} } func (m *Intent_Message_QuickReplies) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_QuickReplies.Unmarshal(m, b) @@ -1460,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_5bb1f98f0936d3c6, []int{0, 2, 3} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 3} } func (m *Intent_Message_Card) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Card.Unmarshal(m, b) @@ -1524,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_5bb1f98f0936d3c6, []int{0, 2, 3, 0} + return fileDescriptor_intent_915168322692678b, []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) @@ -1578,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_5bb1f98f0936d3c6, []int{0, 2, 4} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 4} } func (m *Intent_Message_SimpleResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponse.Unmarshal(m, b) @@ -1635,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_5bb1f98f0936d3c6, []int{0, 2, 5} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 5} } func (m *Intent_Message_SimpleResponses) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SimpleResponses.Unmarshal(m, b) @@ -1683,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_5bb1f98f0936d3c6, []int{0, 2, 6} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 6} } func (m *Intent_Message_BasicCard) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_BasicCard.Unmarshal(m, b) @@ -1753,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_5bb1f98f0936d3c6, []int{0, 2, 6, 0} + return fileDescriptor_intent_915168322692678b, []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) @@ -1804,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_5bb1f98f0936d3c6, []int{0, 2, 6, 0, 0} + return fileDescriptor_intent_915168322692678b, []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) @@ -1845,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_5bb1f98f0936d3c6, []int{0, 2, 7} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 7} } func (m *Intent_Message_Suggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestion.Unmarshal(m, b) @@ -1885,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_5bb1f98f0936d3c6, []int{0, 2, 8} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 8} } func (m *Intent_Message_Suggestions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_Suggestions.Unmarshal(m, b) @@ -1929,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_5bb1f98f0936d3c6, []int{0, 2, 9} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 9} } func (m *Intent_Message_LinkOutSuggestion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_LinkOutSuggestion.Unmarshal(m, b) @@ -1978,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_5bb1f98f0936d3c6, []int{0, 2, 10} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 10} } func (m *Intent_Message_ListSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_ListSelect.Unmarshal(m, b) @@ -2031,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_5bb1f98f0936d3c6, []int{0, 2, 10, 0} + return fileDescriptor_intent_915168322692678b, []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) @@ -2092,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_5bb1f98f0936d3c6, []int{0, 2, 11} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 11} } func (m *Intent_Message_CarouselSelect) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_CarouselSelect.Unmarshal(m, b) @@ -2138,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_5bb1f98f0936d3c6, []int{0, 2, 11, 0} + return fileDescriptor_intent_915168322692678b, []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) @@ -2204,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_5bb1f98f0936d3c6, []int{0, 2, 12} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 12} } func (m *Intent_Message_SelectItemInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_SelectItemInfo.Unmarshal(m, b) @@ -2263,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_5bb1f98f0936d3c6, []int{0, 2, 13} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 13} } func (m *Intent_Message_TelephonyPlayAudio) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_TelephonyPlayAudio.Unmarshal(m, b) @@ -2314,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_5bb1f98f0936d3c6, []int{0, 2, 14} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 14} } func (m *Intent_Message_TelephonySynthesizeSpeech) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_TelephonySynthesizeSpeech.Unmarshal(m, b) @@ -2455,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_5bb1f98f0936d3c6, []int{0, 2, 15} + return fileDescriptor_intent_915168322692678b, []int{0, 2, 15} } func (m *Intent_Message_TelephonyTransferCall) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_Message_TelephonyTransferCall.Unmarshal(m, b) @@ -2487,7 +2516,7 @@ type Intent_FollowupIntentInfo struct { // The unique identifier of the followup intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. FollowupIntentName string `protobuf:"bytes,1,opt,name=followup_intent_name,json=followupIntentName,proto3" json:"followup_intent_name,omitempty"` - // The unique identifier of the followup intent parent. + // The unique identifier of the followup intent's parent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. ParentFollowupIntentName string `protobuf:"bytes,2,opt,name=parent_followup_intent_name,json=parentFollowupIntentName,proto3" json:"parent_followup_intent_name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -2499,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_5bb1f98f0936d3c6, []int{0, 3} + return fileDescriptor_intent_915168322692678b, []int{0, 3} } func (m *Intent_FollowupIntentInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Intent_FollowupIntentInfo.Unmarshal(m, b) @@ -2533,17 +2562,17 @@ func (m *Intent_FollowupIntentInfo) GetParentFollowupIntentName() string { return "" } -// The request message for -// [Intents.ListIntents][google.cloud.dialogflow.v2beta1.Intents.ListIntents]. +// The request message for [Intents.ListIntents][google.cloud.dialogflow.v2beta1.Intents.ListIntents]. type ListIntentsRequest struct { // Required. The agent to list all intents from. // Format: `projects/<Project ID>/agent`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The language to list training phrases, parameters and rich // messages for. If not specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `protobuf:"varint,3,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2beta1.IntentView" json:"intent_view,omitempty"` @@ -2561,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_5bb1f98f0936d3c6, []int{1} + return fileDescriptor_intent_915168322692678b, []int{1} } func (m *ListIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsRequest.Unmarshal(m, b) @@ -2616,8 +2645,7 @@ func (m *ListIntentsRequest) GetPageToken() string { return "" } -// The response message for -// [Intents.ListIntents][google.cloud.dialogflow.v2beta1.Intents.ListIntents]. +// The response message for [Intents.ListIntents][google.cloud.dialogflow.v2beta1.Intents.ListIntents]. type ListIntentsResponse struct { // The list of agent intents. There will be a maximum number of items // returned based on the page_size field in the request. @@ -2634,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_5bb1f98f0936d3c6, []int{2} + return fileDescriptor_intent_915168322692678b, []int{2} } func (m *ListIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListIntentsResponse.Unmarshal(m, b) @@ -2668,17 +2696,17 @@ func (m *ListIntentsResponse) GetNextPageToken() string { return "" } -// The request message for -// [Intents.GetIntent][google.cloud.dialogflow.v2beta1.Intents.GetIntent]. +// The request message for [Intents.GetIntent][google.cloud.dialogflow.v2beta1.Intents.GetIntent]. type GetIntentRequest struct { // Required. The name of the intent. // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The language to retrieve training phrases, parameters and rich // messages for. If not specified, the agent's default language is used. - // [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `protobuf:"varint,3,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2beta1.IntentView" json:"intent_view,omitempty"` @@ -2691,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_5bb1f98f0936d3c6, []int{3} + return fileDescriptor_intent_915168322692678b, []int{3} } func (m *GetIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetIntentRequest.Unmarshal(m, b) @@ -2732,8 +2760,7 @@ func (m *GetIntentRequest) GetIntentView() IntentView { return IntentView_INTENT_VIEW_UNSPECIFIED } -// The request message for -// [Intents.CreateIntent][google.cloud.dialogflow.v2beta1.Intents.CreateIntent]. +// The request message for [Intents.CreateIntent][google.cloud.dialogflow.v2beta1.Intents.CreateIntent]. type CreateIntentRequest struct { // Required. The agent to create a intent for. // Format: `projects/<Project ID>/agent`. @@ -2742,9 +2769,10 @@ type CreateIntentRequest struct { Intent *Intent `protobuf:"bytes,2,opt,name=intent,proto3" json:"intent,omitempty"` // Optional. The language of training phrases, parameters and rich messages // defined in `intent`. If not specified, the agent's default language is - // used. [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // used. [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The resource view to apply to the returned intent. IntentView IntentView `protobuf:"varint,4,opt,name=intent_view,json=intentView,proto3,enum=google.cloud.dialogflow.v2beta1.IntentView" json:"intent_view,omitempty"` @@ -2757,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_5bb1f98f0936d3c6, []int{4} + return fileDescriptor_intent_915168322692678b, []int{4} } func (m *CreateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateIntentRequest.Unmarshal(m, b) @@ -2805,17 +2833,16 @@ func (m *CreateIntentRequest) GetIntentView() IntentView { return IntentView_INTENT_VIEW_UNSPECIFIED } -// The request message for -// [Intents.UpdateIntent][google.cloud.dialogflow.v2beta1.Intents.UpdateIntent]. +// The request message for [Intents.UpdateIntent][google.cloud.dialogflow.v2beta1.Intents.UpdateIntent]. type UpdateIntentRequest struct { // Required. The intent to update. - // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Intent *Intent `protobuf:"bytes,1,opt,name=intent,proto3" json:"intent,omitempty"` // Optional. The language of training phrases, parameters and rich messages // defined in `intent`. If not specified, the agent's default language is - // used. [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // used. [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -2830,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_5bb1f98f0936d3c6, []int{5} + return fileDescriptor_intent_915168322692678b, []int{5} } func (m *UpdateIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateIntentRequest.Unmarshal(m, b) @@ -2878,10 +2905,11 @@ func (m *UpdateIntentRequest) GetIntentView() IntentView { return IntentView_INTENT_VIEW_UNSPECIFIED } -// The request message for -// [Intents.DeleteIntent][google.cloud.dialogflow.v2beta1.Intents.DeleteIntent]. +// The request message for [Intents.DeleteIntent][google.cloud.dialogflow.v2beta1.Intents.DeleteIntent]. type DeleteIntentRequest struct { - // Required. The name of the intent to delete. + // Required. The name of the intent to delete. If this intent has direct or + // indirect followup intents, we also delete them. + // // Format: `projects/<Project ID>/agent/intents/<Intent ID>`. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -2893,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_5bb1f98f0936d3c6, []int{6} + return fileDescriptor_intent_915168322692678b, []int{6} } func (m *DeleteIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteIntentRequest.Unmarshal(m, b) @@ -2920,8 +2948,7 @@ func (m *DeleteIntentRequest) GetName() string { return "" } -// The request message for -// [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents]. +// The request message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents]. type BatchUpdateIntentsRequest struct { // Required. The name of the agent to update or create intents in. // Format: `projects/<Project ID>/agent`. @@ -2934,9 +2961,10 @@ type BatchUpdateIntentsRequest struct { IntentBatch isBatchUpdateIntentsRequest_IntentBatch `protobuf_oneof:"intent_batch"` // Optional. The language of training phrases, parameters and rich messages // defined in `intents`. If not specified, the agent's default language is - // used. [More than a dozen - // languages](https://dialogflow.com/docs/reference/language) are supported. - // Note: languages must be enabled in the agent, before they can be used. + // used. [Many + // languages](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // are supported. Note: languages must be enabled in the agent before they can + // be used. LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // Optional. The mask to control which fields get updated. UpdateMask *field_mask.FieldMask `protobuf:"bytes,5,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -2951,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_5bb1f98f0936d3c6, []int{7} + return fileDescriptor_intent_915168322692678b, []int{7} } func (m *BatchUpdateIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsRequest.Unmarshal(m, b) @@ -3106,8 +3134,7 @@ func _BatchUpdateIntentsRequest_OneofSizer(msg proto.Message) (n int) { return n } -// The response message for -// [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents]. +// The response message for [Intents.BatchUpdateIntents][google.cloud.dialogflow.v2beta1.Intents.BatchUpdateIntents]. type BatchUpdateIntentsResponse struct { // The collection of updated or created intents. Intents []*Intent `protobuf:"bytes,1,rep,name=intents,proto3" json:"intents,omitempty"` @@ -3120,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_5bb1f98f0936d3c6, []int{8} + return fileDescriptor_intent_915168322692678b, []int{8} } func (m *BatchUpdateIntentsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchUpdateIntentsResponse.Unmarshal(m, b) @@ -3147,8 +3174,7 @@ func (m *BatchUpdateIntentsResponse) GetIntents() []*Intent { return nil } -// The request message for -// [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2beta1.Intents.BatchDeleteIntents]. +// The request message for [Intents.BatchDeleteIntents][google.cloud.dialogflow.v2beta1.Intents.BatchDeleteIntents]. type BatchDeleteIntentsRequest struct { // Required. The name of the agent to delete all entities types for. Format: // `projects/<Project ID>/agent`. @@ -3165,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_5bb1f98f0936d3c6, []int{9} + return fileDescriptor_intent_915168322692678b, []int{9} } func (m *BatchDeleteIntentsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteIntentsRequest.Unmarshal(m, b) @@ -3212,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_5bb1f98f0936d3c6, []int{10} + return fileDescriptor_intent_915168322692678b, []int{10} } func (m *IntentBatch) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_IntentBatch.Unmarshal(m, b) @@ -3303,12 +3329,11 @@ type IntentsClient interface { CreateIntent(ctx context.Context, in *CreateIntentRequest, opts ...grpc.CallOption) (*Intent, error) // Updates the specified intent. UpdateIntent(ctx context.Context, in *UpdateIntentRequest, opts ...grpc.CallOption) (*Intent, error) - // Deletes the specified intent. + // Deletes the specified intent and its direct or indirect followup intents. DeleteIntent(ctx context.Context, in *DeleteIntentRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates/Creates multiple intents in the specified agent. // - // Operation <response: - // [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse]> + // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse]> BatchUpdateIntents(ctx context.Context, in *BatchUpdateIntentsRequest, opts ...grpc.CallOption) (*longrunning.Operation, error) // Deletes intents in the specified agent. // @@ -3397,12 +3422,11 @@ type IntentsServer interface { CreateIntent(context.Context, *CreateIntentRequest) (*Intent, error) // Updates the specified intent. UpdateIntent(context.Context, *UpdateIntentRequest) (*Intent, error) - // Deletes the specified intent. + // Deletes the specified intent and its direct or indirect followup intents. DeleteIntent(context.Context, *DeleteIntentRequest) (*empty.Empty, error) // Updates/Creates multiple intents in the specified agent. // - // Operation <response: - // [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse]> + // Operation <response: [BatchUpdateIntentsResponse][google.cloud.dialogflow.v2beta1.BatchUpdateIntentsResponse]> BatchUpdateIntents(context.Context, *BatchUpdateIntentsRequest) (*longrunning.Operation, error) // Deletes intents in the specified agent. // @@ -3578,185 +3602,186 @@ var _Intents_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/intent.proto", fileDescriptor_intent_5bb1f98f0936d3c6) -} - -var fileDescriptor_intent_5bb1f98f0936d3c6 = []byte{ - // 2808 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcf, 0x73, 0x23, 0x47, - 0xf5, 0xf7, 0xe8, 0x87, 0x2d, 0x3d, 0xc9, 0xb2, 0xdc, 0xf6, 0xee, 0xce, 0xce, 0x26, 0xdf, 0x38, - 0xca, 0x37, 0x89, 0x63, 0x12, 0x89, 0x75, 0x42, 0x7e, 0x78, 0x49, 0x82, 0x64, 0xcb, 0x2b, 0x61, - 0xd9, 0xd2, 0x8e, 0xe4, 0x0d, 0x9b, 0x02, 0xa6, 0x46, 0x52, 0x5b, 0x3b, 0x78, 0x34, 0x33, 0x3b, - 0xdd, 0xf2, 0x46, 0x81, 0x14, 0x14, 0x55, 0xc0, 0x81, 0x0b, 0x55, 0x9c, 0xf8, 0x71, 0x82, 0x53, - 0x28, 0x0e, 0x54, 0x6e, 0xfc, 0x09, 0x1c, 0x38, 0x71, 0xcc, 0x81, 0xa2, 0x8a, 0xe2, 0xc0, 0x5f, - 0xc0, 0x0d, 0xaa, 0x7b, 0x7a, 0xa4, 0x91, 0xa5, 0x45, 0x3f, 0xbc, 0x70, 0xe1, 0x36, 0xfd, 0xfa, - 0xf5, 0xe7, 0xfd, 0xea, 0x7e, 0xef, 0x75, 0x4b, 0xf0, 0x6a, 0xc7, 0xb6, 0x3b, 0x26, 0xce, 0xb5, - 0x4c, 0xbb, 0xd7, 0xce, 0xb5, 0x0d, 0xdd, 0xb4, 0x3b, 0x67, 0xa6, 0xfd, 0x38, 0x77, 0xb1, 0xdb, - 0xc4, 0x54, 0xbf, 0x9d, 0x33, 0x2c, 0x8a, 0x2d, 0x9a, 0x75, 0x5c, 0x9b, 0xda, 0xe8, 0x39, 0x8f, - 0x3b, 0xcb, 0xb9, 0xb3, 0x43, 0xee, 0xac, 0xe0, 0x56, 0x9e, 0x11, 0x70, 0xba, 0x63, 0xe4, 0x74, - 0xcb, 0xb2, 0xa9, 0x4e, 0x0d, 0xdb, 0x22, 0xde, 0x72, 0xe5, 0xb5, 0x69, 0xc2, 0x5a, 0xb6, 0x45, - 0xf1, 0x47, 0x42, 0x9a, 0xf2, 0x82, 0x60, 0x37, 0x6d, 0xab, 0xe3, 0xf6, 0x2c, 0xcb, 0xb0, 0x3a, - 0x39, 0xdb, 0xc1, 0xee, 0x08, 0xe6, 0x2d, 0xc1, 0xc4, 0x47, 0xcd, 0xde, 0x59, 0x0e, 0x77, 0x1d, - 0xda, 0x17, 0x93, 0x5b, 0x97, 0x27, 0xcf, 0x0c, 0x6c, 0xb6, 0xb5, 0xae, 0x4e, 0xce, 0x05, 0xc7, - 0x33, 0x97, 0x39, 0x08, 0x75, 0x7b, 0x2d, 0xa1, 0x41, 0xe6, 0x97, 0x39, 0x58, 0x2e, 0x73, 0x07, - 0x20, 0x04, 0x11, 0x4b, 0xef, 0x62, 0x59, 0xda, 0x92, 0xb6, 0xe3, 0x2a, 0xff, 0x46, 0xcf, 0x43, - 0xb2, 0x6d, 0x10, 0xc7, 0xd4, 0xfb, 0x1a, 0x9f, 0x0b, 0xf1, 0xb9, 0x84, 0xa0, 0x9d, 0x30, 0x96, - 0x07, 0xb0, 0xfa, 0x18, 0x37, 0x1f, 0xda, 0xf6, 0xb9, 0x46, 0xa8, 0x4e, 0xb1, 0xbc, 0xbc, 0x25, - 0x6d, 0xa7, 0x76, 0xdf, 0xc8, 0x4e, 0xf1, 0x64, 0xd6, 0x13, 0x9b, 0xfd, 0xc0, 0x5b, 0x5c, 0x67, - 0x6b, 0xd5, 0xe4, 0xe3, 0xc0, 0x08, 0x29, 0x10, 0x73, 0x5c, 0xc3, 0x76, 0x0d, 0xda, 0x97, 0xc3, - 0x5b, 0xd2, 0x76, 0x54, 0x1d, 0x8c, 0xd1, 0x73, 0x90, 0x30, 0x88, 0x76, 0xa6, 0x9b, 0x66, 0x53, - 0x6f, 0x9d, 0xcb, 0x91, 0x2d, 0x69, 0x3b, 0xa6, 0x82, 0x41, 0x0e, 0x05, 0x05, 0x3d, 0x0f, 0xd0, - 0x35, 0x35, 0x6c, 0xe9, 0x4d, 0x13, 0xb7, 0xe5, 0x28, 0x9b, 0x2f, 0x84, 0x64, 0x49, 0x8d, 0x77, - 0xcd, 0xa2, 0x47, 0x64, 0x18, 0x5d, 0x53, 0x6b, 0x1b, 0xc4, 0xe3, 0xd9, 0xf0, 0x30, 0xba, 0xe6, - 0x81, 0xa0, 0xa0, 0x97, 0x61, 0x0d, 0x5b, 0x6d, 0x8d, 0xed, 0x10, 0x57, 0x6f, 0xb1, 0xa0, 0xc8, - 0xd7, 0x38, 0x53, 0x0a, 0x5b, 0xed, 0xf2, 0x90, 0x8a, 0xb2, 0xb0, 0x61, 0x58, 0x4e, 0x8f, 0x6a, - 0x22, 0xbe, 0xdc, 0x5b, 0x44, 0x5e, 0xd9, 0x0a, 0x6f, 0xc7, 0xd5, 0x75, 0x3e, 0xb5, 0xef, 0xcd, - 0x30, 0x9f, 0x11, 0x74, 0x1d, 0x96, 0xf1, 0x05, 0xb6, 0x28, 0x91, 0x63, 0x9c, 0x45, 0x8c, 0x90, - 0x0e, 0x69, 0xea, 0xea, 0x06, 0xdb, 0x08, 0x9a, 0xf3, 0xd0, 0xd5, 0x09, 0x26, 0x72, 0x7c, 0x2b, - 0xbc, 0x9d, 0xd8, 0x7d, 0x73, 0x56, 0x7f, 0x36, 0xc4, 0xfa, 0x1a, 0x5f, 0xae, 0xae, 0xd1, 0x91, - 0x31, 0x17, 0x2d, 0x4c, 0x01, 0x1e, 0x4c, 0x31, 0x42, 0xf7, 0x60, 0xcd, 0xee, 0xd1, 0x80, 0x0d, - 0x44, 0x4e, 0x70, 0xc9, 0xdb, 0x53, 0x25, 0x0b, 0xd3, 0xd4, 0x94, 0x07, 0x20, 0x86, 0x04, 0xbd, - 0x08, 0x29, 0x17, 0x13, 0x1c, 0x40, 0x4c, 0x72, 0xef, 0xad, 0x72, 0xea, 0x80, 0xed, 0x1e, 0x80, - 0xa3, 0xbb, 0x7a, 0x17, 0x53, 0xec, 0x12, 0x79, 0x95, 0x0b, 0xbd, 0x3d, 0xab, 0xb9, 0x35, 0x7f, - 0xa5, 0x1a, 0x00, 0x41, 0x47, 0x10, 0xeb, 0x62, 0x42, 0xf4, 0x0e, 0x26, 0x72, 0x8a, 0x03, 0xe6, - 0x66, 0x05, 0x3c, 0xf6, 0xd6, 0xa9, 0x03, 0x00, 0x74, 0x01, 0x4a, 0x1b, 0x9f, 0xe9, 0x3d, 0x93, - 0x6a, 0x2e, 0x26, 0x8e, 0x6d, 0x11, 0xac, 0x39, 0xa6, 0x4e, 0xcf, 0x6c, 0xb7, 0x4b, 0xe4, 0xb5, - 0xad, 0xf0, 0x76, 0x6a, 0xf7, 0xed, 0x39, 0xe1, 0xb3, 0x35, 0x01, 0xa0, 0xca, 0x02, 0x5b, 0x15, - 0xd0, 0xfe, 0x04, 0x41, 0xef, 0xc0, 0x4d, 0xd7, 0xb6, 0xa9, 0x76, 0x66, 0x9b, 0xa6, 0xfd, 0xb8, - 0xe7, 0x68, 0x5e, 0xa6, 0xf2, 0x4e, 0x62, 0x9a, 0x07, 0xef, 0x3a, 0x63, 0x38, 0x14, 0xf3, 0x9e, - 0x04, 0x7e, 0x28, 0xdf, 0x85, 0x5b, 0x8e, 0xee, 0x32, 0xe6, 0x89, 0x8b, 0xd7, 0xf9, 0x62, 0xd9, - 0x63, 0x99, 0xb0, 0xdc, 0x84, 0xcd, 0xcb, 0xeb, 0x0c, 0xeb, 0xcc, 0x96, 0x11, 0x77, 0xe5, 0xde, - 0xac, 0xb6, 0x8e, 0x22, 0x97, 0xad, 0x33, 0x5b, 0x45, 0x67, 0x63, 0x34, 0xe5, 0xd7, 0x61, 0x48, - 0x8d, 0xee, 0xda, 0x89, 0xb9, 0xa8, 0x0a, 0x11, 0xda, 0x77, 0xbc, 0x1c, 0x94, 0xda, 0xbd, 0xb3, - 0xd8, 0x79, 0xc8, 0x36, 0xfa, 0x0e, 0x56, 0x39, 0x10, 0xba, 0x07, 0x51, 0x47, 0x77, 0x29, 0x91, - 0xc3, 0xdc, 0xac, 0x45, 0x11, 0x6b, 0xba, 0x4b, 0x55, 0x0f, 0x09, 0xed, 0xc0, 0x3a, 0x35, 0xba, - 0x98, 0x68, 0x7a, 0xbb, 0x8d, 0xdb, 0x5a, 0xcb, 0xee, 0x59, 0x94, 0xe7, 0xa6, 0xa8, 0xba, 0xc6, - 0x27, 0xf2, 0x8c, 0xbe, 0xcf, 0xc8, 0x0a, 0x85, 0x08, 0x5b, 0xca, 0x6c, 0x65, 0xe7, 0xc0, 0xb7, - 0x95, 0x7d, 0xb3, 0xcc, 0x84, 0x2d, 0x6a, 0xd0, 0xbe, 0x36, 0x30, 0x39, 0xae, 0x82, 0x47, 0x62, - 0x16, 0xa0, 0x4d, 0x88, 0xea, 0xa6, 0xa1, 0x13, 0x9e, 0x17, 0xe3, 0xaa, 0x37, 0x60, 0xe9, 0xba, - 0x47, 0xb0, 0xab, 0xb5, 0xf1, 0x99, 0x61, 0xe1, 0xb6, 0xc8, 0x8a, 0x09, 0x46, 0x3b, 0xf0, 0x48, - 0x99, 0xb7, 0x20, 0x22, 0x00, 0xd2, 0x8d, 0x07, 0xb5, 0xa2, 0x76, 0x7a, 0x52, 0xaf, 0x15, 0xf7, - 0xcb, 0x87, 0xe5, 0xe2, 0x41, 0x7a, 0x09, 0x25, 0x60, 0xa5, 0xf8, 0xb5, 0xfc, 0x71, 0xad, 0x52, - 0x4c, 0x4b, 0x28, 0x09, 0xb1, 0x46, 0xf1, 0xb8, 0x56, 0xc9, 0x37, 0x8a, 0xe9, 0x90, 0xf2, 0xa3, - 0x10, 0xc4, 0x07, 0x87, 0x6d, 0xd1, 0x62, 0xb1, 0x09, 0xd1, 0x0b, 0xdd, 0xec, 0x61, 0x5f, 0x6d, - 0x3e, 0x40, 0x2f, 0xc0, 0xaa, 0x7f, 0xc0, 0xbc, 0xd9, 0x08, 0x9f, 0x4d, 0x0a, 0xe2, 0x7d, 0xce, - 0xf4, 0x16, 0xc8, 0x01, 0x97, 0x68, 0x23, 0x92, 0xa2, 0x9c, 0xff, 0xda, 0xd0, 0x3f, 0x07, 0x01, - 0x99, 0xcf, 0x40, 0xbc, 0xab, 0x5b, 0x6d, 0x9d, 0xda, 0x6e, 0x9f, 0x17, 0xa7, 0x98, 0x3a, 0x24, - 0x20, 0x19, 0x56, 0x1c, 0xd7, 0xee, 0x3a, 0xd4, 0xcf, 0xd6, 0xfe, 0x10, 0xdd, 0x80, 0x15, 0x83, - 0x68, 0xa6, 0x41, 0xa8, 0x1c, 0xe3, 0xab, 0x96, 0x0d, 0x52, 0x31, 0x08, 0x55, 0xfe, 0xfe, 0x7f, - 0xb0, 0x22, 0x8e, 0x31, 0xfa, 0x6a, 0x20, 0x78, 0x89, 0xd9, 0x8b, 0x9e, 0x9f, 0x05, 0x1a, 0xf8, - 0x23, 0x5a, 0x5a, 0x12, 0x41, 0x3f, 0x86, 0xa8, 0xd1, 0xd5, 0x3b, 0x9e, 0xe3, 0x12, 0xbb, 0x5f, - 0x9a, 0x17, 0xac, 0xcc, 0x16, 0x97, 0x96, 0x54, 0x0f, 0x05, 0xb5, 0x60, 0xf5, 0x51, 0xcf, 0x68, - 0x9d, 0x6b, 0x2e, 0x76, 0x4c, 0x03, 0x7b, 0x5b, 0x25, 0xb1, 0xfb, 0xe5, 0x79, 0x61, 0xef, 0x31, - 0x10, 0xd5, 0xc3, 0x28, 0x2d, 0xa9, 0xc9, 0x47, 0x81, 0x31, 0xb3, 0xbf, 0xa5, 0xbb, 0xde, 0x4e, - 0x5b, 0xc0, 0xfe, 0x7d, 0xdd, 0x6d, 0x33, 0xfb, 0x19, 0x06, 0x7a, 0x1d, 0x56, 0x1c, 0xbd, 0x6f, - 0xda, 0xba, 0x57, 0xae, 0x13, 0xbb, 0x37, 0x7c, 0x38, 0xbf, 0x77, 0xc9, 0xd6, 0x79, 0xef, 0x52, - 0x5a, 0x52, 0x7d, 0x4e, 0x64, 0x42, 0x9a, 0x18, 0x5d, 0xc7, 0xc4, 0x83, 0xdc, 0xcc, 0x02, 0xc9, - 0x56, 0xbf, 0x3f, 0xaf, 0x32, 0x75, 0x8e, 0xe3, 0xe7, 0x61, 0x66, 0xeb, 0x1a, 0x19, 0x25, 0xa1, - 0x0f, 0x01, 0x9a, 0x3a, 0x31, 0x5a, 0x1a, 0x37, 0x3a, 0xc6, 0xe5, 0xbc, 0x33, 0xaf, 0x9c, 0x02, - 0x43, 0x10, 0x96, 0xc7, 0x9b, 0xfe, 0x00, 0x69, 0x90, 0x20, 0xbd, 0x4e, 0x07, 0x13, 0xde, 0xfc, - 0xc9, 0x71, 0x0e, 0x7e, 0x67, 0x6e, 0x23, 0x86, 0x10, 0xa5, 0x25, 0x35, 0x88, 0x88, 0x08, 0x6c, - 0x98, 0x86, 0x75, 0xae, 0xd9, 0x3d, 0xaa, 0x0d, 0xe9, 0xbc, 0x0d, 0x48, 0xec, 0xe6, 0xe7, 0x15, - 0x54, 0x31, 0xac, 0xf3, 0x6a, 0x8f, 0x0e, 0xe5, 0x95, 0x96, 0xd4, 0x75, 0xf3, 0x32, 0x11, 0x7d, - 0x03, 0x12, 0xec, 0x08, 0x69, 0x04, 0x9b, 0xb8, 0x45, 0xe5, 0x04, 0x17, 0xb6, 0x37, 0xbf, 0x30, - 0x42, 0xeb, 0x1c, 0xa1, 0xb4, 0xa4, 0x82, 0x39, 0x18, 0x21, 0x03, 0xd6, 0x5a, 0xba, 0x6b, 0xf7, - 0x08, 0x36, 0x7d, 0x11, 0x49, 0x2e, 0xe2, 0xbd, 0x05, 0xb6, 0x22, 0x87, 0x19, 0x88, 0x49, 0xb5, - 0x46, 0x28, 0xe8, 0x02, 0x36, 0x29, 0x36, 0xb1, 0xf3, 0xd0, 0xb6, 0xfa, 0x1a, 0xcf, 0x3d, 0x7a, - 0xaf, 0x6d, 0xd8, 0xf2, 0x2a, 0x97, 0x57, 0x98, 0xff, 0xe8, 0x0b, 0xac, 0x9a, 0xa9, 0xf7, 0xf3, - 0x0c, 0xa9, 0xb4, 0xa4, 0x22, 0x3a, 0x46, 0x45, 0x3f, 0x96, 0xe0, 0xd6, 0x50, 0x30, 0xe9, 0x5b, - 0xf4, 0x21, 0x26, 0xc6, 0xc7, 0x58, 0x23, 0x0e, 0xc6, 0xad, 0x87, 0x72, 0x8a, 0xcb, 0x2f, 0x2f, - 0x2c, 0xbf, 0x3e, 0x40, 0xac, 0x73, 0xc0, 0xd2, 0x92, 0x7a, 0x93, 0x3e, 0x69, 0x12, 0x7d, 0x17, - 0x6e, 0x0c, 0x95, 0xa1, 0xae, 0x6e, 0x91, 0x33, 0xec, 0x6a, 0x2d, 0xdd, 0x34, 0xe5, 0x35, 0xae, - 0x48, 0x71, 0x61, 0x45, 0x1a, 0x02, 0x6d, 0x5f, 0x37, 0xcd, 0xd2, 0x92, 0x7a, 0x8d, 0x4e, 0x9a, - 0x40, 0x0d, 0x88, 0xf9, 0xcd, 0x97, 0xb8, 0x6a, 0x2c, 0xde, 0x7b, 0x0d, 0x90, 0x14, 0x05, 0x22, - 0x2c, 0x17, 0x07, 0x8a, 0x71, 0xd8, 0x2f, 0xc6, 0x4a, 0x1d, 0xa2, 0x3c, 0xb5, 0xa2, 0x5b, 0x10, - 0xe7, 0xa9, 0x55, 0xeb, 0xb9, 0x86, 0xa8, 0x7c, 0x31, 0x4e, 0x38, 0x75, 0x0d, 0xf4, 0x1a, 0x20, - 0xbd, 0xd5, 0xc2, 0x84, 0x18, 0x4d, 0xc3, 0xe4, 0x65, 0x8a, 0xe1, 0x78, 0x35, 0x70, 0x7d, 0x64, - 0x86, 0x09, 0x52, 0xca, 0x90, 0x0c, 0x26, 0x56, 0x56, 0x19, 0xa9, 0x41, 0x4d, 0xbf, 0xa2, 0x7a, - 0x03, 0x56, 0x19, 0x47, 0x73, 0x78, 0x88, 0xeb, 0x35, 0x92, 0x83, 0x95, 0xbf, 0x49, 0x10, 0xe1, - 0x19, 0x64, 0x32, 0x86, 0x02, 0x31, 0xd2, 0x6b, 0x7a, 0x13, 0x9e, 0x3a, 0x83, 0xf1, 0xa8, 0x45, - 0xe1, 0x4b, 0x16, 0x9d, 0xc2, 0x4a, 0xb3, 0x47, 0x29, 0x4b, 0x46, 0x91, 0xf9, 0x3a, 0xa4, 0x60, - 0x7a, 0xcf, 0x16, 0x38, 0x86, 0xea, 0x63, 0x29, 0x6f, 0xc3, 0xb2, 0x47, 0x9a, 0xd8, 0xf9, 0xb0, - 0x3b, 0x9f, 0x4d, 0x28, 0xbf, 0xd4, 0x09, 0x6d, 0xfd, 0xb1, 0xd2, 0x85, 0xd4, 0x68, 0x8e, 0x46, - 0xff, 0x0f, 0x29, 0x7e, 0xdd, 0xa2, 0xb6, 0x7f, 0x1a, 0x3c, 0xac, 0x24, 0xa3, 0x36, 0x6c, 0xb1, - 0x67, 0x11, 0x44, 0x08, 0xe9, 0x9a, 0x02, 0x8f, 0x7f, 0x07, 0x9b, 0x15, 0xae, 0x43, 0x78, 0xa4, - 0x59, 0xe1, 0x21, 0xfa, 0x0e, 0xac, 0x5d, 0x2a, 0x09, 0xc8, 0x98, 0x50, 0x6d, 0x24, 0xee, 0x9b, - 0xf7, 0xae, 0x56, 0x6d, 0xc6, 0x4a, 0x8d, 0xf2, 0x87, 0x30, 0xc4, 0x07, 0x95, 0x62, 0x81, 0xd0, - 0xbe, 0x08, 0x29, 0xb6, 0xb3, 0x75, 0x4a, 0x71, 0x3b, 0x68, 0xe2, 0xea, 0x80, 0xca, 0x37, 0xfc, - 0x91, 0xdf, 0x74, 0x44, 0xae, 0xd0, 0x74, 0xf8, 0x2d, 0xc7, 0x87, 0xc3, 0x1d, 0x13, 0xe5, 0x5e, - 0xf9, 0xca, 0xc2, 0xb5, 0x71, 0x6c, 0xdb, 0xfc, 0x5e, 0x1a, 0xec, 0x9b, 0xc9, 0xce, 0xb8, 0x80, - 0x35, 0xdb, 0xc1, 0x16, 0xdb, 0xca, 0x9a, 0xb8, 0xe1, 0x7a, 0x8d, 0xd4, 0xc9, 0x55, 0x95, 0xc8, - 0x56, 0x1d, 0x6c, 0x9d, 0xba, 0x46, 0x9e, 0xa3, 0xaa, 0xab, 0x76, 0x70, 0xa8, 0x3c, 0x0f, 0xab, - 0x23, 0xf3, 0x28, 0x0d, 0xe1, 0x61, 0x82, 0x60, 0x9f, 0x4a, 0x06, 0x20, 0x50, 0x12, 0x27, 0xaa, - 0xaf, 0x9c, 0x43, 0x22, 0x50, 0xbb, 0xd1, 0xd7, 0x47, 0xbb, 0x01, 0x69, 0xbe, 0x9b, 0xd7, 0x78, - 0x37, 0x30, 0xd2, 0x0a, 0x28, 0x35, 0x58, 0x1f, 0xab, 0xdf, 0xe8, 0x15, 0x48, 0xb7, 0xd9, 0xa7, - 0xc5, 0x9f, 0x9f, 0xb4, 0x40, 0x7f, 0xbf, 0x16, 0xa0, 0xf3, 0x9e, 0x5a, 0x98, 0x18, 0x1a, 0x9a, - 0xf8, 0x79, 0x08, 0x60, 0x58, 0xa5, 0x9f, 0x10, 0xa2, 0x53, 0x88, 0x1a, 0x14, 0x77, 0xbd, 0x34, - 0xb6, 0x40, 0x87, 0x36, 0x14, 0x90, 0x2d, 0x53, 0xdc, 0x55, 0x3d, 0x34, 0xe5, 0xcf, 0x12, 0x44, - 0xd8, 0x18, 0xa9, 0x10, 0xe1, 0xf7, 0x54, 0x69, 0xb1, 0x16, 0xc0, 0x83, 0x66, 0x48, 0xfc, 0xae, - 0xca, 0xb1, 0x86, 0x96, 0x84, 0x82, 0x96, 0x6c, 0x41, 0xa2, 0x8d, 0x49, 0xcb, 0x35, 0x1c, 0xbe, - 0xd1, 0xfc, 0xec, 0x31, 0x24, 0x3d, 0xd5, 0x83, 0xa5, 0xfc, 0x31, 0x04, 0xa9, 0xd1, 0x06, 0x05, - 0x3d, 0xf0, 0x7d, 0xe9, 0x6d, 0x8d, 0xfd, 0xab, 0xf5, 0x3b, 0xff, 0x63, 0xfe, 0x7c, 0x0f, 0x52, - 0xa3, 0xca, 0xb1, 0x1d, 0x7d, 0x8e, 0xfb, 0xfe, 0xa1, 0x3d, 0xc7, 0x7d, 0x9e, 0x5c, 0xfb, 0x96, - 0x6d, 0xf5, 0xbb, 0x7e, 0xd9, 0x1d, 0x8c, 0x95, 0xdb, 0x80, 0xc6, 0xfb, 0x37, 0x56, 0x4d, 0x79, - 0x4b, 0x18, 0xec, 0x0f, 0x38, 0xe1, 0xd4, 0x35, 0x94, 0x7b, 0x70, 0xf3, 0x89, 0x2d, 0x17, 0xda, - 0x0c, 0x56, 0xc2, 0xc1, 0x85, 0x70, 0x33, 0x58, 0xb7, 0x18, 0x95, 0x8d, 0x0a, 0x31, 0x58, 0x26, - 0x76, 0xcf, 0x6d, 0x61, 0x65, 0x0f, 0xae, 0x4d, 0x6c, 0x9e, 0x58, 0x71, 0x63, 0x44, 0xac, 0x59, - 0xbd, 0x6e, 0x13, 0xbb, 0x42, 0x97, 0x04, 0xa7, 0x9d, 0x70, 0x52, 0xe6, 0xe7, 0x12, 0xc4, 0xfc, - 0x3e, 0x08, 0xc9, 0xb0, 0xc9, 0xae, 0xf9, 0x87, 0x55, 0xf5, 0xf8, 0xd2, 0x83, 0x40, 0x12, 0x62, - 0x87, 0xf9, 0xfd, 0x62, 0xa1, 0x5a, 0x3d, 0x4a, 0x4b, 0x28, 0x0e, 0xd1, 0x7a, 0x25, 0xbf, 0x7f, - 0x94, 0x0e, 0x79, 0x8f, 0x03, 0x95, 0xe2, 0x5d, 0x35, 0x7f, 0x9c, 0x0e, 0xa3, 0x15, 0x08, 0x1f, - 0x95, 0x8f, 0xd2, 0x11, 0xce, 0x71, 0xf4, 0xa0, 0x56, 0x4c, 0x47, 0x51, 0x0c, 0x22, 0x95, 0xf2, - 0x49, 0x31, 0xbd, 0xcc, 0x88, 0xf7, 0xcb, 0x85, 0xa2, 0x9a, 0x5e, 0x41, 0xd7, 0x60, 0x3d, 0xbf, - 0xdf, 0x28, 0x57, 0x4f, 0xea, 0x5a, 0xf5, 0x44, 0xbb, 0x5b, 0xad, 0xde, 0xad, 0x14, 0xd3, 0x31, - 0xb4, 0x0a, 0x71, 0x86, 0x56, 0x2b, 0x55, 0x4f, 0x1e, 0xa4, 0xa1, 0x10, 0x87, 0x15, 0xf1, 0xfa, - 0xa6, 0xfc, 0x40, 0x02, 0x34, 0xfe, 0x8e, 0x84, 0xbe, 0x38, 0xfe, 0x42, 0x15, 0xc8, 0x57, 0x97, - 0x5e, 0x99, 0x66, 0x79, 0x12, 0x0b, 0xfd, 0xfb, 0x27, 0xb1, 0x0c, 0x85, 0x64, 0xf0, 0xa5, 0x1a, - 0x3d, 0x0b, 0x37, 0x3f, 0x28, 0x16, 0x4a, 0xd5, 0xea, 0x91, 0x56, 0x6f, 0xe4, 0x1b, 0x97, 0x1f, - 0x52, 0x6e, 0xc2, 0xb5, 0xd1, 0xe9, 0xe2, 0x49, 0xbe, 0x50, 0x29, 0x1e, 0xa4, 0x25, 0xb4, 0x03, - 0x2f, 0x4d, 0x9c, 0xd2, 0x0e, 0xab, 0xaa, 0x56, 0xaf, 0x54, 0x1b, 0xda, 0x61, 0xb9, 0x52, 0x29, - 0x9f, 0xdc, 0x4d, 0x87, 0x32, 0x9f, 0x4b, 0x80, 0x58, 0xd2, 0xf3, 0x14, 0x21, 0x2a, 0x7e, 0xd4, - 0xc3, 0x84, 0xa2, 0xeb, 0xb0, 0xec, 0x29, 0x2a, 0xec, 0x15, 0x23, 0xd6, 0x2e, 0x9a, 0xba, 0xd5, - 0xe9, 0xb1, 0x8e, 0xae, 0x65, 0xb7, 0x7d, 0xab, 0x92, 0x3e, 0x71, 0xdf, 0x6e, 0x63, 0x54, 0x81, - 0x84, 0x30, 0xfc, 0xc2, 0xc0, 0x8f, 0xf9, 0x51, 0x4b, 0xed, 0x7e, 0x61, 0xc6, 0xe3, 0x74, 0xdf, - 0xc0, 0x8f, 0x55, 0x30, 0x06, 0xdf, 0x6c, 0xcf, 0x3b, 0x4c, 0x1c, 0xdb, 0xcc, 0xe2, 0xa5, 0x2b, - 0xc6, 0x08, 0x75, 0xe3, 0x63, 0xe6, 0x24, 0xe0, 0x93, 0xd4, 0x3e, 0xc7, 0x96, 0x78, 0xa5, 0xe1, - 0xec, 0x0d, 0x46, 0xc8, 0x7c, 0x4f, 0x82, 0x8d, 0x11, 0xeb, 0x44, 0x57, 0x97, 0x87, 0x15, 0x4f, - 0x82, 0x9f, 0xdc, 0x5e, 0x9e, 0x51, 0x3b, 0xd5, 0x5f, 0x87, 0x5e, 0x82, 0x35, 0x8b, 0x35, 0x86, - 0x01, 0xf1, 0x9e, 0x2f, 0x56, 0x19, 0xb9, 0x36, 0x50, 0xe1, 0x67, 0x12, 0xa4, 0xef, 0x62, 0xa1, - 0x81, 0xef, 0xde, 0x49, 0x8f, 0x5b, 0xff, 0x7d, 0xd7, 0x66, 0xfe, 0x22, 0xc1, 0xc6, 0xbe, 0x8b, - 0x75, 0x8a, 0x47, 0xd5, 0x7b, 0x52, 0xf4, 0xdf, 0x87, 0x65, 0x6f, 0xb5, 0xe8, 0x7b, 0x66, 0xf6, - 0x9a, 0x58, 0x36, 0x6e, 0x63, 0x78, 0xba, 0x8d, 0x91, 0xab, 0xd9, 0xf8, 0xc3, 0x10, 0x6c, 0x9c, - 0x3a, 0xed, 0x31, 0x1b, 0x87, 0xb6, 0x48, 0x4f, 0xc9, 0x96, 0x49, 0xf1, 0xba, 0x03, 0x89, 0x1e, - 0x17, 0xce, 0x7f, 0x30, 0x13, 0x0f, 0x64, 0xca, 0xd8, 0xab, 0xd3, 0xa1, 0x81, 0xcd, 0xf6, 0xb1, - 0x4e, 0xce, 0x55, 0xf0, 0xd8, 0xd9, 0xf7, 0x53, 0x76, 0xc4, 0x2b, 0xb0, 0x71, 0x80, 0x4d, 0x7c, - 0xd9, 0x0f, 0x13, 0xb6, 0x62, 0xe6, 0x9f, 0x21, 0xb8, 0x59, 0xd0, 0x69, 0xeb, 0x61, 0xd0, 0x71, - 0x53, 0x73, 0xc3, 0x0e, 0xa4, 0x85, 0xba, 0x4d, 0xb6, 0x56, 0x1b, 0xf4, 0x6f, 0xa5, 0x25, 0x35, - 0xe5, 0xcd, 0x78, 0xa0, 0xae, 0x81, 0xbe, 0x09, 0x1b, 0x23, 0xbc, 0x86, 0x65, 0x1a, 0x16, 0x16, - 0xfe, 0x79, 0x75, 0x46, 0x13, 0x39, 0x5a, 0x69, 0x49, 0x5d, 0x0f, 0x80, 0x97, 0x39, 0xd0, 0x78, - 0x70, 0x22, 0xd3, 0x83, 0x13, 0xbd, 0x4a, 0x70, 0x96, 0xaf, 0x14, 0x9c, 0x42, 0x0a, 0x92, 0x41, - 0x7f, 0x64, 0x34, 0x50, 0x26, 0x05, 0xe0, 0xa9, 0xa5, 0xaf, 0xcc, 0x85, 0x88, 0x70, 0x70, 0x4b, - 0x4c, 0x8d, 0x70, 0x40, 0x6e, 0x68, 0x41, 0xb9, 0x35, 0x48, 0x04, 0x82, 0xf7, 0x14, 0x2c, 0xd9, - 0x79, 0x1f, 0xa0, 0x1c, 0xac, 0x16, 0x37, 0xca, 0x27, 0x8d, 0xe2, 0x49, 0x43, 0xbb, 0x5f, 0x2e, - 0x7e, 0x70, 0xa9, 0x66, 0x6e, 0x42, 0x3a, 0x38, 0x79, 0x78, 0x5a, 0xa9, 0xa4, 0xa5, 0xdd, 0xcf, - 0xe2, 0xb0, 0x22, 0x1c, 0x80, 0x7e, 0x2b, 0x41, 0x22, 0x50, 0x30, 0xd0, 0xeb, 0x53, 0xd5, 0x19, - 0x2f, 0x9e, 0xca, 0x1b, 0xf3, 0x2d, 0xf2, 0x82, 0x9a, 0xd9, 0xfd, 0xfe, 0x9f, 0xfe, 0xfa, 0xd3, - 0xd0, 0xab, 0x68, 0x67, 0xf0, 0x53, 0xfe, 0xb7, 0x3d, 0xb7, 0xbf, 0xeb, 0xb8, 0xf6, 0xb7, 0x70, - 0x8b, 0x92, 0xdc, 0x4e, 0x4e, 0xef, 0x60, 0x8b, 0x7e, 0x92, 0xf3, 0x8b, 0xd0, 0x2f, 0x24, 0x88, - 0x0f, 0x8a, 0x0b, 0x9a, 0xfe, 0x93, 0xe6, 0xe5, 0x42, 0xa4, 0xcc, 0xea, 0xee, 0x49, 0xda, 0xb1, - 0x54, 0x31, 0xa6, 0x9b, 0xaf, 0x5a, 0x6e, 0xe7, 0x13, 0xf4, 0xa9, 0x04, 0xc9, 0x60, 0x79, 0x41, - 0xd3, 0x1d, 0x33, 0xa1, 0x1a, 0xcd, 0xae, 0xe3, 0x1e, 0xd7, 0xf1, 0x8d, 0xcc, 0x1c, 0x1e, 0xdc, - 0xf3, 0xb3, 0xf9, 0xef, 0x24, 0x48, 0x06, 0x0f, 0xdb, 0x0c, 0xba, 0x4e, 0xa8, 0x2a, 0xb3, 0xeb, - 0x9a, 0xe7, 0xba, 0xde, 0xd9, 0xbd, 0x3d, 0xd4, 0x55, 0xfc, 0x4d, 0x64, 0x9a, 0x5b, 0x07, 0x2a, - 0xff, 0x44, 0x82, 0x64, 0xf0, 0xf8, 0xce, 0xa0, 0xf2, 0x84, 0x02, 0xa0, 0x5c, 0x1f, 0x4b, 0x78, - 0xc5, 0xae, 0x43, 0xfb, 0x7e, 0xc4, 0x77, 0xe6, 0x89, 0xf8, 0x67, 0x12, 0xa0, 0xf1, 0xbc, 0x85, - 0xa6, 0xbf, 0x2a, 0x3c, 0xb1, 0xda, 0x28, 0xcf, 0xfa, 0x6b, 0x03, 0x7f, 0x61, 0xc9, 0x56, 0xfd, - 0xbf, 0xb0, 0xf8, 0x7e, 0xcc, 0xbc, 0x39, 0x47, 0xcc, 0x9b, 0x43, 0x61, 0x7b, 0xd2, 0xce, 0x50, - 0xe9, 0x91, 0x5c, 0x38, 0xab, 0xd2, 0x93, 0x12, 0xe8, 0x7f, 0x4c, 0x69, 0x4f, 0xd8, 0x9e, 0xb4, - 0x53, 0xf8, 0x54, 0x82, 0x17, 0x5a, 0x76, 0x77, 0x9a, 0x8e, 0x05, 0x91, 0x6d, 0x6b, 0x2c, 0xb6, - 0x35, 0xe9, 0xc3, 0xb2, 0xe0, 0xef, 0xd8, 0xac, 0x12, 0x66, 0x6d, 0xb7, 0x93, 0xeb, 0x60, 0x8b, - 0x47, 0x3e, 0xe7, 0x4d, 0xe9, 0x8e, 0x41, 0x9e, 0xf8, 0xef, 0xa2, 0x3b, 0x43, 0xd2, 0x3f, 0x24, - 0xe9, 0x57, 0xa1, 0xd0, 0xc1, 0xe1, 0x6f, 0x42, 0xcf, 0xdd, 0xf5, 0x30, 0xf7, 0xb9, 0x0e, 0x07, - 0x43, 0x1d, 0xee, 0x7b, 0x8b, 0x9a, 0xcb, 0x1c, 0xff, 0xf5, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, - 0xb3, 0x5d, 0x82, 0x52, 0x29, 0x25, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/intent.proto", fileDescriptor_intent_915168322692678b) +} + +var fileDescriptor_intent_915168322692678b = []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, + 0x5e, 0x12, 0xc7, 0x2f, 0x91, 0xde, 0x38, 0x79, 0x79, 0xc9, 0xcc, 0x4b, 0x82, 0x64, 0xcb, 0x23, + 0x61, 0xd9, 0xd2, 0xb4, 0xe5, 0x09, 0x93, 0x02, 0xba, 0x5a, 0xd2, 0xb5, 0xa6, 0x71, 0xab, 0xbb, + 0xd3, 0xf7, 0xca, 0x13, 0x05, 0x52, 0x50, 0x54, 0x01, 0x0b, 0x36, 0x54, 0xb1, 0x02, 0x36, 0x14, + 0x1b, 0x2a, 0x14, 0x0b, 0x2a, 0x3b, 0xfe, 0x04, 0x16, 0xac, 0x58, 0x66, 0x41, 0x51, 0x45, 0xb1, + 0xe0, 0x2f, 0x60, 0x07, 0x75, 0x3f, 0x5a, 0x6a, 0x59, 0x1a, 0x2c, 0xd9, 0x03, 0x1b, 0x76, 0xba, + 0xe7, 0x9c, 0xfb, 0x3b, 0x5f, 0xf7, 0x9e, 0x73, 0xfa, 0xda, 0xf0, 0x5a, 0xd7, 0x75, 0xbb, 0x36, + 0x2e, 0xb4, 0x6d, 0xb7, 0xdf, 0x29, 0x74, 0x2c, 0xd3, 0x76, 0xbb, 0x27, 0xb6, 0xfb, 0xb8, 0x70, + 0xb6, 0xdd, 0xc2, 0xd4, 0xbc, 0x5d, 0xb0, 0x1c, 0x8a, 0x1d, 0x9a, 0xf7, 0x7c, 0x97, 0xba, 0xe8, + 0x79, 0x21, 0x9d, 0xe7, 0xd2, 0xf9, 0x91, 0x74, 0x5e, 0x4a, 0x6b, 0xcf, 0x48, 0x38, 0xd3, 0xb3, + 0x0a, 0xa6, 0xe3, 0xb8, 0xd4, 0xa4, 0x96, 0xeb, 0x10, 0xb1, 0x5d, 0xbb, 0x19, 0xe2, 0xfa, 0x98, + 0xb8, 0x7d, 0xbf, 0x8d, 0x25, 0xeb, 0xf5, 0x8b, 0xec, 0x68, 0xbb, 0x0e, 0xc5, 0x1f, 0x4b, 0x43, + 0xb4, 0x17, 0xa5, 0xb8, 0xed, 0x3a, 0x5d, 0xbf, 0xef, 0x38, 0x96, 0xd3, 0x2d, 0xb8, 0x1e, 0xf6, + 0xc7, 0xd4, 0x3d, 0x27, 0x85, 0xf8, 0xaa, 0xd5, 0x3f, 0x29, 0x74, 0xfa, 0x42, 0x40, 0xf2, 0x6f, + 0x9d, 0xe7, 0xe3, 0x9e, 0x47, 0x07, 0x92, 0xb9, 0x71, 0x9e, 0x79, 0x62, 0x61, 0xbb, 0x63, 0xf4, + 0x4c, 0x72, 0x2a, 0x25, 0x9e, 0x39, 0x2f, 0x41, 0xa8, 0xdf, 0x6f, 0x4b, 0x0b, 0x73, 0x3f, 0x2f, + 0xc0, 0x62, 0x95, 0xc7, 0x0e, 0x21, 0x88, 0x39, 0x66, 0x0f, 0xab, 0xca, 0x86, 0xb2, 0x99, 0xd4, + 0xf9, 0x6f, 0xf4, 0x02, 0xa4, 0x3b, 0x16, 0xf1, 0x6c, 0x73, 0x60, 0x70, 0x5e, 0x84, 0xf3, 0x52, + 0x92, 0x76, 0xc8, 0x44, 0x1e, 0xc2, 0xf2, 0x63, 0xdc, 0x7a, 0xe4, 0xba, 0xa7, 0x06, 0xa1, 0x26, + 0xc5, 0xea, 0xe2, 0x86, 0xb2, 0x99, 0xd9, 0x7e, 0x33, 0x7f, 0x41, 0x12, 0xf2, 0x42, 0x6d, 0xfe, + 0x03, 0xb1, 0xf9, 0x88, 0xed, 0xd5, 0xd3, 0x8f, 0x43, 0x2b, 0xa4, 0x41, 0xc2, 0xf3, 0x2d, 0xd7, + 0xb7, 0xe8, 0x40, 0x8d, 0x6e, 0x28, 0x9b, 0x71, 0x7d, 0xb8, 0x46, 0xcf, 0x43, 0xca, 0x22, 0xc6, + 0x89, 0x69, 0xdb, 0x2d, 0xb3, 0x7d, 0xaa, 0xc6, 0x36, 0x94, 0xcd, 0x84, 0x0e, 0x16, 0xd9, 0x93, + 0x14, 0xf4, 0x02, 0x40, 0xcf, 0x36, 0xb0, 0x63, 0xb6, 0x6c, 0xdc, 0x51, 0xe3, 0x8c, 0x5f, 0x8a, + 0xa8, 0x8a, 0x9e, 0xec, 0xd9, 0x65, 0x41, 0x64, 0x18, 0x3d, 0xdb, 0xe8, 0x58, 0x44, 0xc8, 0xac, + 0x09, 0x8c, 0x9e, 0xbd, 0x2b, 0x29, 0xe8, 0x15, 0x58, 0xc1, 0x4e, 0xc7, 0x60, 0x87, 0xcb, 0x37, + 0xdb, 0x2c, 0x27, 0xea, 0x35, 0x2e, 0x94, 0xc1, 0x4e, 0xa7, 0x3a, 0xa2, 0xa2, 0x3c, 0xac, 0x59, + 0x8e, 0xd7, 0xa7, 0x86, 0xcc, 0x3f, 0x8f, 0x16, 0x51, 0x97, 0x36, 0xa2, 0x9b, 0x49, 0x7d, 0x95, + 0xb3, 0x76, 0x04, 0x87, 0xc5, 0x8c, 0xa0, 0xeb, 0xb0, 0x88, 0xcf, 0xb0, 0x43, 0x89, 0x9a, 0xe0, + 0x22, 0x72, 0x85, 0x4c, 0xc8, 0x52, 0xdf, 0xb4, 0xd8, 0x41, 0x31, 0xbc, 0x47, 0xbe, 0x49, 0x30, + 0x51, 0x93, 0x1b, 0xd1, 0xcd, 0xd4, 0xf6, 0x5b, 0xb3, 0xc6, 0xb3, 0x29, 0xf7, 0x37, 0xf8, 0x76, + 0x7d, 0x85, 0x8e, 0xad, 0xb9, 0x6a, 0xe9, 0x0a, 0xf0, 0x64, 0xca, 0x15, 0xba, 0x0f, 0x2b, 0x6e, + 0x9f, 0x86, 0x7c, 0x20, 0x6a, 0x8a, 0x6b, 0xde, 0xbc, 0x50, 0xb3, 0x74, 0x4d, 0xcf, 0x08, 0x00, + 0xb9, 0x24, 0xe8, 0x25, 0xc8, 0xf8, 0x98, 0xe0, 0x10, 0x62, 0x9a, 0x47, 0x6f, 0x99, 0x53, 0x87, + 0x62, 0xf7, 0x01, 0x3c, 0xd3, 0x37, 0x7b, 0x98, 0x62, 0x9f, 0xa8, 0xcb, 0x5c, 0xe9, 0xed, 0x59, + 0xdd, 0x6d, 0x04, 0x3b, 0xf5, 0x10, 0x08, 0xda, 0x87, 0x44, 0x0f, 0x13, 0x62, 0x76, 0x31, 0x51, + 0x33, 0x1c, 0xb0, 0x30, 0x2b, 0xe0, 0x81, 0xd8, 0xa7, 0x0f, 0x01, 0xd0, 0x19, 0x68, 0x1d, 0x7c, + 0x62, 0xf6, 0x6d, 0x6a, 0xf8, 0x98, 0x78, 0xae, 0x43, 0xb0, 0xe1, 0xd9, 0x26, 0x3d, 0x71, 0xfd, + 0x1e, 0x51, 0x57, 0x36, 0xa2, 0x9b, 0x99, 0xed, 0xb7, 0xe7, 0x84, 0xcf, 0x37, 0x24, 0x80, 0xae, + 0x4a, 0x6c, 0x5d, 0x42, 0x07, 0x0c, 0x82, 0xde, 0x81, 0x9b, 0xbe, 0xeb, 0x52, 0xe3, 0xc4, 0xb5, + 0x6d, 0xf7, 0x71, 0xdf, 0x33, 0x44, 0x91, 0x13, 0x37, 0x31, 0xcb, 0x93, 0x77, 0x9d, 0x09, 0xec, + 0x49, 0xbe, 0xd0, 0xc0, 0x2f, 0xe5, 0xbb, 0x70, 0xcb, 0x33, 0x7d, 0x26, 0x3c, 0x75, 0xf3, 0x2a, + 0xdf, 0xac, 0x0a, 0x91, 0x29, 0xdb, 0x6d, 0x58, 0x3f, 0xbf, 0xcf, 0x72, 0x4e, 0x5c, 0x15, 0xf1, + 0x50, 0xde, 0x99, 0xd5, 0xd7, 0x71, 0xe4, 0xaa, 0x73, 0xe2, 0xea, 0xe8, 0x64, 0x82, 0xa6, 0xfd, + 0x32, 0x0a, 0x99, 0xf1, 0x53, 0x3b, 0xb5, 0x16, 0xd5, 0x21, 0x46, 0x07, 0x9e, 0xa8, 0x41, 0x99, + 0xed, 0xbb, 0x97, 0xbb, 0x0f, 0xf9, 0xe6, 0xc0, 0xc3, 0x3a, 0x07, 0x42, 0xf7, 0x21, 0xee, 0x99, + 0x3e, 0x25, 0x6a, 0x94, 0xbb, 0x75, 0x59, 0xc4, 0x86, 0xe9, 0x53, 0x5d, 0x20, 0xa1, 0x2d, 0x58, + 0xa5, 0x56, 0x0f, 0x13, 0xc3, 0xec, 0x74, 0x70, 0xc7, 0x68, 0xbb, 0x7d, 0x87, 0xf2, 0xda, 0x14, + 0xd7, 0x57, 0x38, 0xa3, 0xc8, 0xe8, 0x3b, 0x8c, 0xac, 0x51, 0x88, 0xb1, 0xad, 0xcc, 0x57, 0x76, + 0x0f, 0x02, 0x5f, 0xd9, 0x6f, 0x56, 0x99, 0xb0, 0x43, 0x2d, 0x3a, 0x30, 0x86, 0x2e, 0x27, 0x75, + 0x10, 0x24, 0xe6, 0x01, 0x5a, 0x87, 0xb8, 0x69, 0x5b, 0x26, 0xe1, 0x75, 0x31, 0xa9, 0x8b, 0x05, + 0x2b, 0xd7, 0x7d, 0x82, 0x7d, 0xa3, 0x83, 0x4f, 0x2c, 0x07, 0x77, 0x64, 0x55, 0x4c, 0x31, 0xda, + 0xae, 0x20, 0xe5, 0xee, 0x42, 0x4c, 0x02, 0x64, 0x9b, 0x0f, 0x1b, 0x65, 0xe3, 0xf8, 0xf0, 0xa8, + 0x51, 0xde, 0xa9, 0xee, 0x55, 0xcb, 0xbb, 0xd9, 0x05, 0x94, 0x82, 0xa5, 0xf2, 0x57, 0x8a, 0x07, + 0x8d, 0x5a, 0x39, 0xab, 0xa0, 0x2c, 0x24, 0x9a, 0xe5, 0x83, 0x46, 0xad, 0xd8, 0x2c, 0x67, 0x23, + 0x5a, 0x24, 0xa1, 0x68, 0x3f, 0x88, 0x40, 0x72, 0x78, 0xe1, 0x2e, 0xdb, 0x30, 0xd6, 0x21, 0x7e, + 0x66, 0xda, 0x7d, 0x1c, 0x98, 0xce, 0x17, 0xe8, 0x45, 0x58, 0x0e, 0x2e, 0x99, 0xe0, 0xc6, 0x38, + 0x37, 0x2d, 0x89, 0x0f, 0xb8, 0xd0, 0xff, 0x81, 0x1a, 0x0a, 0x8b, 0x31, 0xa6, 0x29, 0xce, 0xe5, + 0xaf, 0x8d, 0x62, 0xb4, 0x1b, 0xd2, 0xf9, 0x0c, 0x24, 0x7b, 0xa6, 0xd3, 0x31, 0xa9, 0xeb, 0x0f, + 0x78, 0x83, 0x4a, 0xe8, 0x23, 0x02, 0x52, 0x61, 0xc9, 0xf3, 0xdd, 0x9e, 0x47, 0x83, 0x8a, 0x1d, + 0x2c, 0xd1, 0x0d, 0x58, 0xb2, 0x88, 0x61, 0x5b, 0x84, 0xaa, 0x09, 0xbe, 0x6b, 0xd1, 0x22, 0x35, + 0x8b, 0x50, 0xed, 0xaf, 0xcf, 0xc1, 0x92, 0xbc, 0xca, 0xe8, 0xcb, 0xa1, 0x04, 0xa6, 0x66, 0x6f, + 0x7c, 0x41, 0x25, 0x68, 0xe2, 0x8f, 0x69, 0x65, 0x41, 0x26, 0xfe, 0x00, 0xe2, 0x56, 0xcf, 0xec, + 0x8a, 0xc0, 0xa5, 0xb6, 0xff, 0x77, 0x5e, 0xb0, 0x2a, 0xdb, 0x5c, 0x59, 0xd0, 0x05, 0x0a, 0x6a, + 0xc3, 0xf2, 0x47, 0x7d, 0xab, 0x7d, 0x6a, 0xf8, 0xd8, 0xb3, 0x2d, 0x2c, 0x8e, 0x4b, 0x6a, 0xfb, + 0xff, 0xe7, 0x85, 0xbd, 0xcf, 0x40, 0x74, 0x81, 0x51, 0x59, 0xd0, 0xd3, 0x1f, 0x85, 0xd6, 0xcc, + 0xff, 0xb6, 0xe9, 0x8b, 0xd3, 0x76, 0x09, 0xff, 0x77, 0x4c, 0xbf, 0xc3, 0xfc, 0x67, 0x18, 0xe8, + 0x0d, 0x58, 0xf2, 0xcc, 0x81, 0xed, 0x9a, 0xa2, 0x65, 0xa7, 0xb6, 0x6f, 0x04, 0x70, 0xc1, 0xfc, + 0x92, 0x3f, 0xe2, 0xf3, 0x4b, 0x65, 0x41, 0x0f, 0x24, 0x91, 0x0d, 0x59, 0x62, 0xf5, 0x3c, 0x1b, + 0x0f, 0xeb, 0x33, 0x4b, 0x24, 0xdb, 0xfd, 0xfe, 0xbc, 0xc6, 0x1c, 0x71, 0x9c, 0xa0, 0x16, 0x33, + 0x5f, 0x57, 0xc8, 0x38, 0x09, 0x7d, 0x08, 0xd0, 0x32, 0x89, 0xd5, 0x36, 0xb8, 0xd3, 0x09, 0xae, + 0xe7, 0x9d, 0x79, 0xf5, 0x94, 0x18, 0x82, 0xf4, 0x3c, 0xd9, 0x0a, 0x16, 0xc8, 0x80, 0x14, 0xe9, + 0x77, 0xbb, 0x98, 0xf0, 0x01, 0x51, 0x4d, 0x72, 0xf0, 0xbb, 0x73, 0x3b, 0x31, 0x82, 0xa8, 0x2c, + 0xe8, 0x61, 0x44, 0x44, 0x60, 0xcd, 0xb6, 0x9c, 0x53, 0xc3, 0xed, 0x53, 0x63, 0x44, 0xe7, 0xa3, + 0x40, 0x6a, 0xbb, 0x38, 0xaf, 0xa2, 0x9a, 0xe5, 0x9c, 0xd6, 0xfb, 0x74, 0xa4, 0xaf, 0xb2, 0xa0, + 0xaf, 0xda, 0xe7, 0x89, 0xe8, 0x6b, 0x90, 0x62, 0x57, 0xc8, 0x20, 0xd8, 0xc6, 0x6d, 0xaa, 0xa6, + 0xb8, 0xb2, 0x3b, 0xf3, 0x2b, 0x23, 0xf4, 0x88, 0x23, 0x54, 0x16, 0x74, 0xb0, 0x87, 0x2b, 0x64, + 0xc1, 0x4a, 0xdb, 0xf4, 0xdd, 0x3e, 0xc1, 0x76, 0xa0, 0x22, 0xcd, 0x55, 0xbc, 0x77, 0x89, 0xa3, + 0xc8, 0x61, 0x86, 0x6a, 0x32, 0xed, 0x31, 0x0a, 0x3a, 0x83, 0x75, 0x8a, 0x6d, 0xec, 0x3d, 0x72, + 0x9d, 0x81, 0xc1, 0x6b, 0x8f, 0xd9, 0xef, 0x58, 0xae, 0xba, 0xcc, 0xf5, 0x95, 0xe6, 0xbf, 0xfa, + 0x12, 0xab, 0x61, 0x9b, 0x83, 0x22, 0x43, 0xaa, 0x2c, 0xe8, 0x88, 0x4e, 0x50, 0xd1, 0x0f, 0x15, + 0xb8, 0x35, 0x52, 0x4c, 0x06, 0x0e, 0x7d, 0x84, 0x89, 0xf5, 0x09, 0x36, 0x88, 0x87, 0x71, 0xfb, + 0x91, 0x9a, 0xe1, 0xfa, 0xab, 0x97, 0xd6, 0x7f, 0x34, 0x44, 0x3c, 0xe2, 0x80, 0x95, 0x05, 0xfd, + 0x26, 0x7d, 0x12, 0x13, 0x7d, 0x1b, 0x6e, 0x8c, 0x8c, 0xa1, 0xbe, 0xe9, 0x90, 0x13, 0xec, 0x1b, + 0x6d, 0xd3, 0xb6, 0xd5, 0x15, 0x6e, 0x48, 0xf9, 0xd2, 0x86, 0x34, 0x25, 0xda, 0x8e, 0x69, 0xdb, + 0x95, 0x05, 0xfd, 0x1a, 0x9d, 0xc6, 0x40, 0x4d, 0x48, 0x04, 0x03, 0x98, 0xfc, 0xdc, 0xb8, 0xfc, + 0xfc, 0x35, 0x44, 0xd2, 0x34, 0x88, 0xb1, 0x5a, 0x1c, 0x6a, 0xc8, 0xd1, 0xa0, 0x21, 0x6b, 0x47, + 0x10, 0xe7, 0xa5, 0x15, 0xdd, 0x82, 0x24, 0x2f, 0xad, 0x46, 0xdf, 0xb7, 0x64, 0xe7, 0x4b, 0x70, + 0xc2, 0xb1, 0x6f, 0xa1, 0xd7, 0x01, 0x99, 0xed, 0x36, 0x26, 0xc4, 0x6a, 0x59, 0x36, 0x6f, 0x53, + 0x0c, 0x47, 0xf4, 0xc0, 0xd5, 0x31, 0x0e, 0x53, 0xa4, 0x55, 0x21, 0x1d, 0x2e, 0xac, 0xac, 0x33, + 0x52, 0x8b, 0xda, 0x41, 0x47, 0x15, 0x0b, 0xd6, 0x19, 0xc7, 0x6b, 0x78, 0x84, 0xdb, 0x35, 0x56, + 0x83, 0xb5, 0xbf, 0x28, 0x10, 0xe3, 0x15, 0x64, 0x3a, 0x86, 0x06, 0x09, 0xd2, 0x6f, 0x09, 0x86, + 0x30, 0x67, 0xb8, 0x1e, 0xf7, 0x28, 0x7a, 0xce, 0xa3, 0x63, 0x58, 0x6a, 0xf5, 0x29, 0x65, 0xc5, + 0x28, 0x36, 0xdf, 0x94, 0x14, 0x2e, 0xef, 0xf9, 0x12, 0xc7, 0xd0, 0x03, 0x2c, 0xed, 0x6d, 0x58, + 0x14, 0xa4, 0xa9, 0xd3, 0x0f, 0xfb, 0xee, 0x73, 0x09, 0xe5, 0x1f, 0x76, 0xd2, 0xda, 0x60, 0xad, + 0xf5, 0x20, 0x33, 0x5e, 0xa3, 0xd1, 0x7f, 0x41, 0x86, 0x7f, 0x72, 0x51, 0x37, 0xb8, 0x0d, 0x02, + 0x2b, 0xcd, 0xa8, 0x4d, 0x57, 0x9e, 0x59, 0x04, 0x31, 0x42, 0x7a, 0xb6, 0xc4, 0xe3, 0xbf, 0xc3, + 0xc3, 0x0a, 0xb7, 0x21, 0x3a, 0x36, 0xac, 0xf0, 0x14, 0x7d, 0x0b, 0x56, 0xce, 0xb5, 0x04, 0x64, + 0x4d, 0xe9, 0x36, 0x0a, 0x8f, 0xcd, 0x7b, 0x57, 0xeb, 0x36, 0x13, 0xad, 0x46, 0xfb, 0x5d, 0x14, + 0x92, 0xc3, 0x4e, 0x71, 0x89, 0xd4, 0xbe, 0x04, 0x19, 0x76, 0xb2, 0x4d, 0x4a, 0x71, 0x27, 0xec, + 0xe2, 0xf2, 0x90, 0xca, 0x0f, 0xfc, 0x7e, 0x30, 0x74, 0xc4, 0xae, 0x30, 0x74, 0x04, 0x23, 0xc7, + 0x87, 0xa3, 0x13, 0x13, 0xe7, 0x51, 0xf9, 0xd2, 0xa5, 0x7b, 0xe3, 0xc4, 0xb1, 0xf9, 0xad, 0x32, + 0x3c, 0x37, 0xd3, 0x83, 0x71, 0x06, 0x2b, 0xae, 0x87, 0x1d, 0x76, 0x94, 0x0d, 0xf9, 0x95, 0x2b, + 0x06, 0xa9, 0xc3, 0xab, 0x1a, 0x91, 0xaf, 0x7b, 0xd8, 0x39, 0xf6, 0xad, 0x22, 0x47, 0xd5, 0x97, + 0xdd, 0xf0, 0x52, 0x7b, 0x01, 0x96, 0xc7, 0xf8, 0x28, 0x0b, 0xd1, 0x51, 0x81, 0x60, 0x3f, 0xb5, + 0x1c, 0x40, 0xa8, 0x25, 0x4e, 0x35, 0x5f, 0x3b, 0x85, 0x54, 0xa8, 0x77, 0xa3, 0xaf, 0x8e, 0x4f, + 0x03, 0xca, 0x7c, 0x5f, 0x5f, 0x93, 0xd3, 0xc0, 0xd8, 0x28, 0xa0, 0x35, 0x60, 0x75, 0xa2, 0x7f, + 0xa3, 0x57, 0x21, 0xdb, 0x61, 0x3f, 0x1d, 0xfe, 0x02, 0x65, 0x84, 0xe6, 0xfb, 0x95, 0x10, 0x9d, + 0xcf, 0xd4, 0xd2, 0xc5, 0xc8, 0xc8, 0xc5, 0x2f, 0x22, 0x00, 0xa3, 0x2e, 0xfd, 0x84, 0x14, 0x1d, + 0x43, 0xdc, 0xa2, 0xb8, 0x27, 0xca, 0xd8, 0x25, 0x26, 0xb4, 0x91, 0x82, 0x7c, 0x95, 0xe2, 0x9e, + 0x2e, 0xd0, 0xb4, 0x3f, 0x2a, 0x10, 0x63, 0x6b, 0xa4, 0x43, 0x8c, 0x7f, 0xab, 0x2a, 0x97, 0x1b, + 0x01, 0x04, 0x34, 0x43, 0xe2, 0xdf, 0xab, 0x1c, 0x6b, 0xe4, 0x49, 0x24, 0xec, 0xc9, 0x06, 0xa4, + 0x3a, 0x98, 0xb4, 0x7d, 0xcb, 0xe3, 0x07, 0x2d, 0xa8, 0x1e, 0x23, 0xd2, 0x53, 0xbd, 0x58, 0xda, + 0xef, 0x23, 0x90, 0x19, 0x1f, 0x50, 0xd0, 0xc3, 0x20, 0x96, 0xe2, 0x68, 0xec, 0x5c, 0x6d, 0xde, + 0xf9, 0x0f, 0x8b, 0xe7, 0x7b, 0x90, 0x19, 0x37, 0x8e, 0x9d, 0xe8, 0x53, 0x3c, 0x08, 0x2e, 0xed, + 0x29, 0x1e, 0xf0, 0xe2, 0x3a, 0x70, 0x5c, 0x67, 0xd0, 0x0b, 0xda, 0xee, 0x70, 0xad, 0xdd, 0x06, + 0x34, 0x39, 0xbf, 0xb1, 0x6e, 0xca, 0x47, 0xc2, 0xf0, 0x7c, 0xc0, 0x09, 0xc7, 0xbe, 0xa5, 0xdd, + 0x87, 0x9b, 0x4f, 0x1c, 0xb9, 0xd0, 0x7a, 0xb8, 0x13, 0x0e, 0x3f, 0x08, 0xd7, 0xc3, 0x7d, 0x8b, + 0x51, 0xd9, 0xaa, 0x94, 0x80, 0x45, 0xf1, 0x2e, 0xad, 0xdd, 0x81, 0x6b, 0x53, 0x87, 0x27, 0xd6, + 0xdc, 0x18, 0x11, 0x1b, 0x4e, 0xbf, 0xd7, 0xc2, 0xbe, 0xb4, 0x25, 0xc5, 0x69, 0x87, 0x9c, 0x94, + 0xfb, 0xa9, 0x02, 0x89, 0x60, 0x0e, 0x42, 0x2a, 0xac, 0xb3, 0x4f, 0xfd, 0xbd, 0xba, 0x7e, 0x70, + 0xee, 0x51, 0x20, 0x0d, 0x89, 0xbd, 0xe2, 0x4e, 0xb9, 0x54, 0xaf, 0xef, 0x67, 0x15, 0x94, 0x84, + 0xf8, 0x51, 0xad, 0xb8, 0xb3, 0x9f, 0x8d, 0x30, 0x46, 0xb3, 0x5c, 0x2b, 0xdf, 0xd3, 0x8b, 0x07, + 0xd9, 0x28, 0x5a, 0x82, 0xe8, 0x7e, 0x75, 0x3f, 0x1b, 0xe3, 0x12, 0xfb, 0x0f, 0x1b, 0xe5, 0x6c, + 0x1c, 0x25, 0x20, 0x56, 0xab, 0x1e, 0x96, 0xb3, 0x8b, 0x8c, 0xf8, 0xa0, 0x5a, 0x2a, 0xeb, 0xd9, + 0x25, 0x74, 0x0d, 0x56, 0x8b, 0x3b, 0xcd, 0x6a, 0xfd, 0xf0, 0xc8, 0xa8, 0x1f, 0x1a, 0xf7, 0xea, + 0xf5, 0x7b, 0xb5, 0x72, 0x36, 0x81, 0x96, 0x21, 0xc9, 0xd0, 0x1a, 0x95, 0xfa, 0xe1, 0xc3, 0x2c, + 0x94, 0x92, 0xb0, 0x24, 0x5f, 0xe0, 0xb4, 0xef, 0x29, 0x80, 0x26, 0xdf, 0x92, 0xd0, 0xff, 0x4c, + 0xbe, 0x52, 0x85, 0xea, 0xd5, 0xb9, 0x97, 0xa6, 0x59, 0x9e, 0xc5, 0x22, 0xff, 0xfc, 0x59, 0x2c, + 0x47, 0x21, 0x1d, 0x7e, 0xad, 0x46, 0xcf, 0xc2, 0xcd, 0x0f, 0xca, 0xa5, 0x4a, 0xbd, 0xbe, 0x6f, + 0x1c, 0x35, 0x8b, 0xcd, 0xf3, 0x8f, 0x29, 0x37, 0xe1, 0xda, 0x38, 0xbb, 0x7c, 0x58, 0x2c, 0xd5, + 0xca, 0xbb, 0x59, 0x05, 0x6d, 0xc1, 0xcb, 0x53, 0x59, 0xc6, 0x5e, 0x5d, 0x37, 0x8e, 0x6a, 0xf5, + 0xa6, 0xb1, 0x57, 0xad, 0xd5, 0xaa, 0x87, 0xf7, 0xb2, 0x91, 0xdc, 0x17, 0x0a, 0x20, 0x56, 0xf4, + 0x84, 0x21, 0x44, 0xc7, 0x1f, 0xf5, 0x31, 0xa1, 0xe8, 0x3a, 0x2c, 0x0a, 0x43, 0xa5, 0xbf, 0x72, + 0xc5, 0xc6, 0x45, 0xdb, 0x74, 0xba, 0x7d, 0x36, 0xd1, 0xb5, 0xdd, 0x4e, 0xe0, 0x55, 0x3a, 0x20, + 0xee, 0xb8, 0x1d, 0x8c, 0x6a, 0x90, 0x92, 0x8e, 0x9f, 0x59, 0xf8, 0x31, 0xbf, 0x6a, 0x99, 0xed, + 0xff, 0x9e, 0xf1, 0x3a, 0x3d, 0xb0, 0xf0, 0x63, 0x1d, 0xac, 0xe1, 0x6f, 0x76, 0xe6, 0x3d, 0xa6, + 0x8e, 0x1d, 0x66, 0xf9, 0xda, 0x95, 0x60, 0x84, 0x23, 0xeb, 0x13, 0x16, 0x24, 0xe0, 0x4c, 0xea, + 0x9e, 0x62, 0x47, 0xbe, 0xd2, 0x70, 0xf1, 0x26, 0x23, 0xe4, 0xbe, 0xa3, 0xc0, 0xda, 0x98, 0x77, + 0x72, 0xaa, 0x2b, 0xc2, 0x92, 0xd0, 0x10, 0x14, 0xb7, 0x57, 0x66, 0xb4, 0x4e, 0x0f, 0xf6, 0xa1, + 0x97, 0x61, 0xc5, 0x61, 0x83, 0x61, 0x48, 0xbd, 0x88, 0xc5, 0x32, 0x23, 0x37, 0x86, 0x26, 0xfc, + 0x44, 0x81, 0xec, 0x3d, 0x2c, 0x2d, 0x08, 0xc2, 0x3b, 0xed, 0x71, 0xeb, 0xdf, 0x1f, 0xda, 0xdc, + 0x9f, 0x14, 0x58, 0xdb, 0xf1, 0xb1, 0x49, 0xf1, 0xb8, 0x79, 0x4f, 0xca, 0xfe, 0xfb, 0xb0, 0x28, + 0x76, 0xcb, 0xb9, 0x67, 0xe6, 0xa8, 0xc9, 0x6d, 0x93, 0x3e, 0x46, 0x2f, 0xf6, 0x31, 0x76, 0x35, + 0x1f, 0xbf, 0x1f, 0x81, 0xb5, 0x63, 0xaf, 0x33, 0xe1, 0xe3, 0xc8, 0x17, 0xe5, 0x29, 0xf9, 0x32, + 0x2d, 0x5f, 0x77, 0x21, 0xd5, 0xe7, 0xca, 0xf9, 0x1f, 0xcd, 0xe4, 0x03, 0x99, 0x36, 0xf1, 0xea, + 0xb4, 0x67, 0x61, 0xbb, 0x73, 0x60, 0x92, 0x53, 0x1d, 0x84, 0x38, 0xfb, 0xfd, 0x94, 0x03, 0xf1, + 0x2a, 0xac, 0xed, 0x62, 0x1b, 0x9f, 0x8f, 0xc3, 0x94, 0xa3, 0x98, 0xfb, 0x7b, 0x04, 0x6e, 0x96, + 0x4c, 0xda, 0x7e, 0x14, 0x0e, 0xdc, 0x85, 0xb5, 0x61, 0x0b, 0xb2, 0xd2, 0xdc, 0x16, 0xdb, 0x6b, + 0x0c, 0xe7, 0xb7, 0xca, 0x82, 0x9e, 0x11, 0x1c, 0x01, 0xea, 0x5b, 0xe8, 0xeb, 0xb0, 0x36, 0x26, + 0x6b, 0x39, 0xb6, 0xe5, 0x60, 0x19, 0x9f, 0xd7, 0x66, 0x74, 0x91, 0xa3, 0x55, 0x16, 0xf4, 0xd5, + 0x10, 0x78, 0x95, 0x03, 0x4d, 0x26, 0x27, 0x76, 0x71, 0x72, 0xe2, 0x57, 0x49, 0xce, 0xe2, 0x95, + 0x92, 0x53, 0xca, 0x40, 0x3a, 0x1c, 0x8f, 0x9c, 0x01, 0xda, 0xb4, 0x04, 0x3c, 0xb5, 0xf2, 0x95, + 0x3b, 0x93, 0x19, 0x0e, 0x1f, 0x89, 0x0b, 0x33, 0x1c, 0xd2, 0x1b, 0xb9, 0xa4, 0xde, 0x06, 0xa4, + 0x42, 0xc9, 0x7b, 0x0a, 0x9e, 0x6c, 0xbd, 0x0f, 0x50, 0x0d, 0x77, 0x8b, 0x1b, 0xd5, 0xc3, 0x66, + 0xf9, 0xb0, 0x69, 0x3c, 0xa8, 0x96, 0x3f, 0x38, 0xd7, 0x33, 0xd7, 0x21, 0x1b, 0x66, 0xee, 0x1d, + 0xd7, 0x6a, 0x59, 0x65, 0xfb, 0xf3, 0x24, 0x2c, 0xc9, 0x00, 0xa0, 0x5f, 0x2b, 0x90, 0x0a, 0x35, + 0x0c, 0xf4, 0xc6, 0x85, 0xe6, 0x4c, 0x36, 0x4f, 0xed, 0xcd, 0xf9, 0x36, 0x89, 0xa4, 0xe6, 0xb6, + 0xbf, 0xfb, 0x87, 0x3f, 0xff, 0x38, 0xf2, 0x1a, 0xda, 0x1a, 0xfe, 0xb9, 0xff, 0x9b, 0x22, 0xec, + 0xef, 0x7a, 0xbe, 0xfb, 0x0d, 0xdc, 0xa6, 0xa4, 0xb0, 0x55, 0x30, 0xbb, 0xd8, 0xa1, 0x9f, 0x16, + 0x82, 0x26, 0xf4, 0x33, 0x05, 0x92, 0xc3, 0xe6, 0x82, 0x2e, 0xfe, 0xb3, 0xe6, 0xf9, 0x46, 0xa4, + 0xcd, 0x1a, 0xee, 0x69, 0xd6, 0xb1, 0x52, 0x31, 0x61, 0x5b, 0x60, 0x5a, 0x61, 0xeb, 0x53, 0xf4, + 0x99, 0x02, 0xe9, 0x70, 0x7b, 0x41, 0x17, 0x07, 0x66, 0x4a, 0x37, 0x9a, 0xdd, 0xc6, 0x3b, 0xdc, + 0xc6, 0x37, 0x73, 0x73, 0x44, 0xf0, 0x4e, 0x50, 0xcd, 0x7f, 0xa3, 0x40, 0x3a, 0x7c, 0xd9, 0x66, + 0xb0, 0x75, 0x4a, 0x57, 0x99, 0xdd, 0xd6, 0x22, 0xb7, 0xf5, 0xee, 0xf6, 0xed, 0x91, 0xad, 0xf2, + 0xbf, 0x4c, 0x2e, 0x0a, 0xeb, 0xd0, 0xe4, 0x1f, 0x29, 0x90, 0x0e, 0x5f, 0xdf, 0x19, 0x4c, 0x9e, + 0xd2, 0x00, 0xb4, 0xeb, 0x13, 0x05, 0xaf, 0xdc, 0xf3, 0xe8, 0x20, 0xc8, 0xf8, 0xd6, 0x3c, 0x19, + 0xff, 0x5c, 0x01, 0x34, 0x59, 0xb7, 0xd0, 0xc5, 0xaf, 0x0a, 0x4f, 0xec, 0x36, 0xda, 0xb3, 0xc1, + 0xde, 0xd0, 0xbf, 0xb9, 0xe4, 0xeb, 0xc1, 0xbf, 0xb9, 0x04, 0x71, 0xcc, 0xbd, 0x35, 0x47, 0xce, + 0x5b, 0x23, 0x65, 0x77, 0x94, 0xad, 0x91, 0xd1, 0x63, 0xb5, 0x70, 0x56, 0xa3, 0xa7, 0x15, 0xd0, + 0x7f, 0x99, 0xd1, 0x42, 0xd9, 0x1d, 0x65, 0xab, 0xf4, 0x99, 0x02, 0x2f, 0xb6, 0xdd, 0xde, 0x45, + 0x36, 0x96, 0x64, 0xb5, 0x6d, 0xb0, 0xdc, 0x36, 0x94, 0x0f, 0xab, 0x52, 0xbe, 0xeb, 0xb2, 0x4e, + 0x98, 0x77, 0xfd, 0x6e, 0xa1, 0x8b, 0x1d, 0x9e, 0xf9, 0x82, 0x60, 0x99, 0x9e, 0x45, 0x9e, 0xf8, + 0x1f, 0x48, 0x77, 0x47, 0xa4, 0xbf, 0x29, 0xca, 0x2f, 0x22, 0x91, 0xdd, 0xbd, 0x5f, 0x45, 0x9e, + 0xbf, 0x27, 0x30, 0x77, 0xb8, 0x0d, 0xbb, 0x23, 0x1b, 0x1e, 0x88, 0x4d, 0xad, 0x45, 0x8e, 0xff, + 0xc6, 0x3f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xda, 0x37, 0x44, 0x7c, 0x68, 0x25, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go b/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go index a49880f90ae87701ac939c81e361937da66f7d33..13ab9d2f6141f05a2c8d5a5341e8a41b3e1f4f7b 100644 --- a/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/knowledge_base.pb.go @@ -8,7 +8,7 @@ import fmt "fmt" import math "math" import empty "github.com/golang/protobuf/ptypes/empty" import _ "google.golang.org/genproto/googleapis/api/annotations" -import _ "google.golang.org/genproto/protobuf/field_mask" +import field_mask "google.golang.org/genproto/protobuf/field_mask" import ( context "golang.org/x/net/context" @@ -27,6 +27,9 @@ var _ = math.Inf const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // Represents knowledge base resource. +// +// Note: resource `projects.agent.knowledgeBases` is deprecated, please use +// `projects.knowledgeBases` instead. type KnowledgeBase struct { // The knowledge base resource name. // The name must be empty when creating a knowledge base. @@ -44,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_b7def7a9557ab6ab, []int{0} + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{0} } func (m *KnowledgeBase) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeBase.Unmarshal(m, b) @@ -78,11 +81,10 @@ func (m *KnowledgeBase) GetDisplayName() string { return "" } -// Request message for -// [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2beta1.KnowledgeBases.ListKnowledgeBases]. +// Request message for [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2beta1.KnowledgeBases.ListKnowledgeBases]. type ListKnowledgeBasesRequest struct { - // Required. The agent to list of knowledge bases for. - // Format: `projects/<Project ID>/agent`. + // Required. The project to list of knowledge bases for. + // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. The maximum number of items to return in a single page. By // default 10 and at most 100. @@ -98,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_b7def7a9557ab6ab, []int{1} + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{1} } func (m *ListKnowledgeBasesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListKnowledgeBasesRequest.Unmarshal(m, b) @@ -139,8 +141,7 @@ func (m *ListKnowledgeBasesRequest) GetPageToken() string { return "" } -// Response message for -// [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2beta1.KnowledgeBases.ListKnowledgeBases]. +// Response message for [KnowledgeBases.ListKnowledgeBases][google.cloud.dialogflow.v2beta1.KnowledgeBases.ListKnowledgeBases]. type ListKnowledgeBasesResponse struct { // The list of knowledge bases. KnowledgeBases []*KnowledgeBase `protobuf:"bytes,1,rep,name=knowledge_bases,json=knowledgeBases,proto3" json:"knowledge_bases,omitempty"` @@ -156,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_b7def7a9557ab6ab, []int{2} + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{2} } func (m *ListKnowledgeBasesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListKnowledgeBasesResponse.Unmarshal(m, b) @@ -204,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_b7def7a9557ab6ab, []int{3} + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{3} } func (m *GetKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetKnowledgeBaseRequest.Unmarshal(m, b) @@ -231,11 +232,10 @@ func (m *GetKnowledgeBaseRequest) GetName() string { return "" } -// Request message for -// [KnowledgeBases.CreateKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.CreateKnowledgeBase]. +// Request message for [KnowledgeBases.CreateKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.CreateKnowledgeBase]. type CreateKnowledgeBaseRequest struct { - // Required. The agent to create a knowledge base for. - // Format: `projects/<Project ID>/agent`. + // Required. The project to create a knowledge base for. + // Format: `projects/<Project ID>`. Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. The knowledge base to create. KnowledgeBase *KnowledgeBase `protobuf:"bytes,2,opt,name=knowledge_base,json=knowledgeBase,proto3" json:"knowledge_base,omitempty"` @@ -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_b7def7a9557ab6ab, []int{4} + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{4} } func (m *CreateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateKnowledgeBaseRequest.Unmarshal(m, b) @@ -282,8 +282,7 @@ func (m *CreateKnowledgeBaseRequest) GetKnowledgeBase() *KnowledgeBase { return nil } -// Request message for -// [KnowledgeBases.DeleteKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.DeleteKnowledgeBase]. +// Request message for [KnowledgeBases.DeleteKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.DeleteKnowledgeBase]. type DeleteKnowledgeBaseRequest struct { // Required. The name of the knowledge base to delete. // Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`. @@ -300,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_b7def7a9557ab6ab, []int{5} + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{5} } func (m *DeleteKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteKnowledgeBaseRequest.Unmarshal(m, b) @@ -334,6 +333,57 @@ func (m *DeleteKnowledgeBaseRequest) GetForce() bool { return false } +// Request message for [KnowledgeBases.UpdateKnowledgeBase][google.cloud.dialogflow.v2beta1.KnowledgeBases.UpdateKnowledgeBase]. +type UpdateKnowledgeBaseRequest struct { + // Required. The knowledge base to update. + KnowledgeBase *KnowledgeBase `protobuf:"bytes,1,opt,name=knowledge_base,json=knowledgeBase,proto3" json:"knowledge_base,omitempty"` + // Optional. Not specified means `update all`. + // Currently, only `display_name` can be updated, an InvalidArgument will be + // returned for attempting to update other fields. + 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 *UpdateKnowledgeBaseRequest) Reset() { *m = UpdateKnowledgeBaseRequest{} } +func (m *UpdateKnowledgeBaseRequest) String() string { return proto.CompactTextString(m) } +func (*UpdateKnowledgeBaseRequest) ProtoMessage() {} +func (*UpdateKnowledgeBaseRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_knowledge_base_0f470f78f8eed158, []int{6} +} +func (m *UpdateKnowledgeBaseRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateKnowledgeBaseRequest.Unmarshal(m, b) +} +func (m *UpdateKnowledgeBaseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateKnowledgeBaseRequest.Marshal(b, m, deterministic) +} +func (dst *UpdateKnowledgeBaseRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateKnowledgeBaseRequest.Merge(dst, src) +} +func (m *UpdateKnowledgeBaseRequest) XXX_Size() int { + return xxx_messageInfo_UpdateKnowledgeBaseRequest.Size(m) +} +func (m *UpdateKnowledgeBaseRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateKnowledgeBaseRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateKnowledgeBaseRequest proto.InternalMessageInfo + +func (m *UpdateKnowledgeBaseRequest) GetKnowledgeBase() *KnowledgeBase { + if m != nil { + return m.KnowledgeBase + } + return nil +} + +func (m *UpdateKnowledgeBaseRequest) GetUpdateMask() *field_mask.FieldMask { + if m != nil { + return m.UpdateMask + } + return nil +} + func init() { proto.RegisterType((*KnowledgeBase)(nil), "google.cloud.dialogflow.v2beta1.KnowledgeBase") proto.RegisterType((*ListKnowledgeBasesRequest)(nil), "google.cloud.dialogflow.v2beta1.ListKnowledgeBasesRequest") @@ -341,6 +391,7 @@ func init() { proto.RegisterType((*GetKnowledgeBaseRequest)(nil), "google.cloud.dialogflow.v2beta1.GetKnowledgeBaseRequest") proto.RegisterType((*CreateKnowledgeBaseRequest)(nil), "google.cloud.dialogflow.v2beta1.CreateKnowledgeBaseRequest") proto.RegisterType((*DeleteKnowledgeBaseRequest)(nil), "google.cloud.dialogflow.v2beta1.DeleteKnowledgeBaseRequest") + proto.RegisterType((*UpdateKnowledgeBaseRequest)(nil), "google.cloud.dialogflow.v2beta1.UpdateKnowledgeBaseRequest") } // Reference imports to suppress errors if they are not otherwise used. @@ -363,6 +414,8 @@ type KnowledgeBasesClient interface { CreateKnowledgeBase(ctx context.Context, in *CreateKnowledgeBaseRequest, opts ...grpc.CallOption) (*KnowledgeBase, error) // Deletes the specified knowledge base. DeleteKnowledgeBase(ctx context.Context, in *DeleteKnowledgeBaseRequest, opts ...grpc.CallOption) (*empty.Empty, error) + // Updates the specified knowledge base. + UpdateKnowledgeBase(ctx context.Context, in *UpdateKnowledgeBaseRequest, opts ...grpc.CallOption) (*KnowledgeBase, error) } type knowledgeBasesClient struct { @@ -409,6 +462,15 @@ func (c *knowledgeBasesClient) DeleteKnowledgeBase(ctx context.Context, in *Dele return out, nil } +func (c *knowledgeBasesClient) UpdateKnowledgeBase(ctx context.Context, in *UpdateKnowledgeBaseRequest, opts ...grpc.CallOption) (*KnowledgeBase, error) { + out := new(KnowledgeBase) + err := c.cc.Invoke(ctx, "/google.cloud.dialogflow.v2beta1.KnowledgeBases/UpdateKnowledgeBase", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // KnowledgeBasesServer is the server API for KnowledgeBases service. type KnowledgeBasesServer interface { // Returns the list of all knowledge bases of the specified agent. @@ -419,6 +481,8 @@ type KnowledgeBasesServer interface { CreateKnowledgeBase(context.Context, *CreateKnowledgeBaseRequest) (*KnowledgeBase, error) // Deletes the specified knowledge base. DeleteKnowledgeBase(context.Context, *DeleteKnowledgeBaseRequest) (*empty.Empty, error) + // Updates the specified knowledge base. + UpdateKnowledgeBase(context.Context, *UpdateKnowledgeBaseRequest) (*KnowledgeBase, error) } func RegisterKnowledgeBasesServer(s *grpc.Server, srv KnowledgeBasesServer) { @@ -497,6 +561,24 @@ func _KnowledgeBases_DeleteKnowledgeBase_Handler(srv interface{}, ctx context.Co return interceptor(ctx, in, info, handler) } +func _KnowledgeBases_UpdateKnowledgeBase_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateKnowledgeBaseRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(KnowledgeBasesServer).UpdateKnowledgeBase(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.dialogflow.v2beta1.KnowledgeBases/UpdateKnowledgeBase", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(KnowledgeBasesServer).UpdateKnowledgeBase(ctx, req.(*UpdateKnowledgeBaseRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _KnowledgeBases_serviceDesc = grpc.ServiceDesc{ ServiceName: "google.cloud.dialogflow.v2beta1.KnowledgeBases", HandlerType: (*KnowledgeBasesServer)(nil), @@ -517,55 +599,65 @@ var _KnowledgeBases_serviceDesc = grpc.ServiceDesc{ MethodName: "DeleteKnowledgeBase", Handler: _KnowledgeBases_DeleteKnowledgeBase_Handler, }, + { + MethodName: "UpdateKnowledgeBase", + Handler: _KnowledgeBases_UpdateKnowledgeBase_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "google/cloud/dialogflow/v2beta1/knowledge_base.proto", } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/knowledge_base.proto", fileDescriptor_knowledge_base_b7def7a9557ab6ab) -} - -var fileDescriptor_knowledge_base_b7def7a9557ab6ab = []byte{ - // 639 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xcf, 0x4f, 0xd4, 0x40, - 0x14, 0xce, 0x2c, 0x82, 0x30, 0x08, 0x98, 0xc1, 0x20, 0x16, 0x0d, 0x58, 0x13, 0x43, 0xd6, 0xd8, - 0x09, 0xe0, 0xc1, 0x40, 0xbc, 0x00, 0x42, 0x8c, 0xc6, 0x90, 0xf5, 0x57, 0xc2, 0x65, 0x33, 0xbb, - 0xfb, 0xb6, 0xd6, 0xed, 0xce, 0xd4, 0xce, 0x20, 0x82, 0xe1, 0xc2, 0xcd, 0x98, 0x78, 0xf1, 0xec, - 0xc5, 0xa3, 0x27, 0xff, 0x17, 0xbd, 0x79, 0x35, 0xfe, 0x0b, 0x7a, 0x34, 0x9d, 0xe9, 0x02, 0x53, - 0x5a, 0xd7, 0x7a, 0xdb, 0x79, 0x6f, 0xbe, 0x37, 0xdf, 0xf7, 0xbe, 0xf7, 0xba, 0xf8, 0x96, 0x2f, - 0x84, 0x1f, 0x02, 0x6d, 0x86, 0x62, 0xa7, 0x45, 0x5b, 0x01, 0x0b, 0x85, 0xdf, 0x0e, 0xc5, 0x2e, - 0x7d, 0xb5, 0xd8, 0x00, 0xc5, 0x16, 0x68, 0x87, 0x8b, 0xdd, 0x10, 0x5a, 0x3e, 0xd4, 0x1b, 0x4c, - 0x82, 0x17, 0xc5, 0x42, 0x09, 0x32, 0x6b, 0x50, 0x9e, 0x46, 0x79, 0xc7, 0x28, 0x2f, 0x45, 0x39, - 0x97, 0xd3, 0xb2, 0x2c, 0x0a, 0x28, 0xe3, 0x5c, 0x28, 0xa6, 0x02, 0xc1, 0xa5, 0x81, 0x3b, 0x33, - 0x69, 0x56, 0x9f, 0x1a, 0x3b, 0x6d, 0x0a, 0xdd, 0x48, 0xed, 0xa5, 0xc9, 0xb9, 0x6c, 0xb2, 0x1d, - 0x40, 0xd8, 0xaa, 0x77, 0x99, 0xec, 0x98, 0x1b, 0xee, 0x06, 0x1e, 0xbb, 0xdf, 0x63, 0xb5, 0xca, - 0x24, 0x10, 0x82, 0xcf, 0x70, 0xd6, 0x85, 0x69, 0x34, 0x87, 0xe6, 0x47, 0x6a, 0xfa, 0x37, 0xb9, - 0x8a, 0xcf, 0xb5, 0x02, 0x19, 0x85, 0x6c, 0xaf, 0xae, 0x73, 0x15, 0x9d, 0x1b, 0x4d, 0x63, 0x0f, - 0x59, 0x17, 0x5c, 0x81, 0x2f, 0x3d, 0x08, 0xa4, 0xb2, 0x6a, 0xc9, 0x1a, 0xbc, 0xdc, 0x01, 0xa9, - 0xc8, 0x14, 0x1e, 0x8a, 0x58, 0x0c, 0x5c, 0xa5, 0x55, 0xd3, 0x13, 0x99, 0xc1, 0x23, 0x11, 0xf3, - 0xa1, 0x2e, 0x83, 0x7d, 0x53, 0x74, 0xb0, 0x36, 0x9c, 0x04, 0x1e, 0x05, 0xfb, 0x40, 0xae, 0x60, - 0xac, 0x93, 0x4a, 0x74, 0x80, 0x4f, 0x0f, 0x68, 0xa0, 0xbe, 0xfe, 0x38, 0x09, 0xb8, 0x1f, 0x11, - 0x76, 0xf2, 0x5e, 0x94, 0x91, 0xe0, 0x12, 0xc8, 0x33, 0x3c, 0x61, 0x77, 0x5b, 0x4e, 0xa3, 0xb9, - 0x81, 0xf9, 0xd1, 0x45, 0xcf, 0xeb, 0xd3, 0x6f, 0xcf, 0xaa, 0x58, 0x1b, 0xef, 0x58, 0x0f, 0x90, - 0xeb, 0x78, 0x82, 0xc3, 0x6b, 0x55, 0x3f, 0xc1, 0xcd, 0xb4, 0x63, 0x2c, 0x09, 0x6f, 0x1d, 0xf1, - 0xbb, 0x89, 0x2f, 0x6e, 0x82, 0xcd, 0xae, 0xd7, 0x8e, 0x9c, 0x16, 0xbb, 0xef, 0x10, 0x76, 0xd6, - 0x62, 0x60, 0x0a, 0x72, 0x21, 0x45, 0x1d, 0x7c, 0x82, 0xc7, 0x6d, 0x99, 0x9a, 0x4c, 0x79, 0x95, - 0x63, 0x96, 0x4a, 0x77, 0x03, 0x3b, 0xeb, 0x10, 0x42, 0x01, 0x99, 0xbc, 0x11, 0xb9, 0x80, 0x07, - 0xdb, 0x22, 0x6e, 0x9a, 0xf7, 0x87, 0x6b, 0xe6, 0xb0, 0xf8, 0xfd, 0x2c, 0x1e, 0xb7, 0x0d, 0x22, - 0xbf, 0x10, 0x26, 0xa7, 0x7d, 0x23, 0xcb, 0x7d, 0x09, 0x17, 0x8e, 0x97, 0xb3, 0xf2, 0x5f, 0x58, - 0x33, 0x28, 0xee, 0xf3, 0xc3, 0xaf, 0x3f, 0x3e, 0x54, 0x1a, 0xe4, 0xc6, 0xd1, 0x96, 0xbe, 0x31, - 0xbd, 0xbd, 0x13, 0xc5, 0xe2, 0x05, 0x34, 0x95, 0xa4, 0xd5, 0x03, 0x6a, 0x0f, 0xc1, 0xf6, 0x12, - 0x59, 0xf8, 0xcb, 0x75, 0xca, 0x7c, 0xe0, 0x2a, 0x0b, 0x22, 0x3f, 0x11, 0x3e, 0x9f, 0x1d, 0x09, - 0x72, 0xbb, 0x2f, 0xf7, 0x82, 0x29, 0x72, 0x4a, 0x5a, 0x9c, 0x27, 0x34, 0x71, 0xee, 0x24, 0x6f, - 0x9b, 0x30, 0xad, 0x1e, 0xd8, 0x42, 0xb3, 0xd7, 0xb5, 0xcc, 0xd3, 0x20, 0xf2, 0xbe, 0x82, 0x27, - 0x73, 0x66, 0x99, 0xf4, 0xf7, 0xa9, 0x78, 0x03, 0x4a, 0xcb, 0x7d, 0x8b, 0xb4, 0xde, 0x43, 0xe4, - 0x96, 0x71, 0x76, 0x39, 0xb3, 0x4e, 0xdb, 0x6b, 0x6e, 0x79, 0xa7, 0xb3, 0x45, 0xc8, 0x37, 0x84, - 0x27, 0x73, 0xf6, 0xe9, 0x1f, 0x1a, 0x52, 0xbc, 0x85, 0xce, 0x54, 0x0f, 0xdc, 0xfb, 0xb8, 0x7b, - 0x77, 0x93, 0x2f, 0x7f, 0xcf, 0xe7, 0x6a, 0x39, 0x9f, 0xab, 0xe5, 0x7d, 0x5e, 0xfd, 0x82, 0xf0, - 0xb5, 0xa6, 0xe8, 0xf6, 0x13, 0xb1, 0x4a, 0x2c, 0xfe, 0x5b, 0x09, 0xdd, 0x2d, 0xb4, 0x7d, 0x2f, - 0x85, 0xf9, 0x22, 0x64, 0xdc, 0xf7, 0x44, 0xec, 0x53, 0x1f, 0xb8, 0x16, 0x43, 0x4d, 0x8a, 0x45, - 0x81, 0x2c, 0xfc, 0x33, 0x5d, 0x39, 0x0e, 0xfd, 0x46, 0xe8, 0x53, 0xa5, 0xb2, 0xbe, 0xf1, 0xb9, - 0x32, 0xbb, 0x69, 0x6a, 0xae, 0x69, 0x2a, 0xeb, 0xc7, 0x54, 0x9e, 0x1a, 0x50, 0x63, 0x48, 0xd7, - 0x5f, 0xfa, 0x13, 0x00, 0x00, 0xff, 0xff, 0xad, 0x8b, 0xb2, 0x9f, 0xab, 0x07, 0x00, 0x00, + proto.RegisterFile("google/cloud/dialogflow/v2beta1/knowledge_base.proto", fileDescriptor_knowledge_base_0f470f78f8eed158) +} + +var fileDescriptor_knowledge_base_0f470f78f8eed158 = []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, + 0x6e, 0x28, 0x1e, 0x0c, 0xc4, 0xc4, 0x00, 0x96, 0x18, 0x7f, 0x84, 0x54, 0xd1, 0x84, 0x4b, 0x33, + 0x6d, 0x5f, 0xd7, 0xb5, 0xdb, 0x9d, 0x75, 0x67, 0x2b, 0x82, 0xe1, 0xc2, 0x4d, 0x4d, 0xbc, 0x78, + 0x36, 0x31, 0x5e, 0x4c, 0x8c, 0x07, 0xfe, 0x17, 0xfd, 0x13, 0x8c, 0xff, 0x82, 0x1e, 0xcd, 0xce, + 0x6c, 0x29, 0xbb, 0xdd, 0xb5, 0x94, 0x78, 0xeb, 0xcc, 0x9b, 0xf7, 0xcd, 0xf7, 0xbd, 0xef, 0xbd, + 0xe9, 0xc2, 0x0d, 0x8b, 0x73, 0xcb, 0x41, 0xb3, 0xea, 0xf0, 0x56, 0xcd, 0xac, 0xd9, 0xcc, 0xe1, + 0x56, 0xdd, 0xe1, 0x3b, 0xe6, 0xcb, 0x42, 0x05, 0x03, 0xb6, 0x68, 0x36, 0x5c, 0xbe, 0xe3, 0x60, + 0xcd, 0xc2, 0x72, 0x85, 0x09, 0x34, 0x3c, 0x9f, 0x07, 0x9c, 0xce, 0xa9, 0x2c, 0x43, 0x66, 0x19, + 0x9d, 0x2c, 0x23, 0xca, 0xd2, 0x2e, 0x46, 0xb0, 0xcc, 0xb3, 0x4d, 0xe6, 0xba, 0x3c, 0x60, 0x81, + 0xcd, 0x5d, 0xa1, 0xd2, 0xb5, 0x99, 0x63, 0x51, 0x1f, 0x05, 0x6f, 0xf9, 0xd5, 0x08, 0x59, 0x9b, + 0x8d, 0x42, 0x72, 0x55, 0x69, 0xd5, 0x4d, 0x6c, 0x7a, 0xc1, 0x6e, 0x14, 0x9c, 0x4f, 0x06, 0xeb, + 0x36, 0x3a, 0xb5, 0x72, 0x93, 0x89, 0x86, 0x3a, 0xa1, 0x17, 0x61, 0xec, 0x5e, 0x9b, 0xf0, 0x2a, + 0x13, 0x48, 0x29, 0x9c, 0x71, 0x59, 0x13, 0xa7, 0xc9, 0x3c, 0x59, 0x18, 0x29, 0xc9, 0xdf, 0xf4, + 0x32, 0x9c, 0xad, 0xd9, 0xc2, 0x73, 0xd8, 0x6e, 0x59, 0xc6, 0x72, 0x32, 0x36, 0x1a, 0xed, 0x3d, + 0x64, 0x4d, 0xd4, 0x39, 0xcc, 0xdc, 0xb7, 0x45, 0x10, 0xc3, 0x12, 0x25, 0x7c, 0xd1, 0x42, 0x11, + 0xd0, 0x29, 0x18, 0xf2, 0x98, 0x8f, 0x6e, 0x10, 0xa1, 0x46, 0x2b, 0x3a, 0x0b, 0x23, 0x1e, 0xb3, + 0xb0, 0x2c, 0xec, 0x3d, 0x05, 0x3a, 0x58, 0x1a, 0x0e, 0x37, 0x1e, 0xd9, 0x7b, 0x48, 0x2f, 0x01, + 0xc8, 0x60, 0xc0, 0x1b, 0xe8, 0x4e, 0x0f, 0xc8, 0x44, 0x79, 0xfc, 0x71, 0xb8, 0xa1, 0x7f, 0x24, + 0xa0, 0xa5, 0xdd, 0x28, 0x3c, 0xee, 0x0a, 0xa4, 0x4f, 0x61, 0x22, 0x6e, 0x84, 0x98, 0x26, 0xf3, + 0x03, 0x0b, 0xa3, 0x05, 0xc3, 0xe8, 0x61, 0x85, 0x11, 0x43, 0x2c, 0x8d, 0x37, 0x62, 0x17, 0xd0, + 0xab, 0x30, 0xe1, 0xe2, 0xab, 0xa0, 0x7c, 0x8c, 0x9b, 0x2a, 0xc7, 0x58, 0xb8, 0xbd, 0x79, 0xc4, + 0xef, 0x3a, 0x5c, 0xd8, 0xc0, 0x38, 0xbb, 0x76, 0x39, 0x52, 0x4a, 0xac, 0xbf, 0x23, 0xa0, 0xad, + 0xf9, 0xc8, 0x02, 0x4c, 0x4d, 0xc9, 0xaa, 0xe0, 0x16, 0x8c, 0xc7, 0x65, 0x4a, 0x32, 0xfd, 0xab, + 0x1c, 0x8b, 0xa9, 0xd4, 0x8b, 0xa0, 0xad, 0xa3, 0x83, 0x19, 0x64, 0xd2, 0x5a, 0xe4, 0x3c, 0x0c, + 0xd6, 0xb9, 0x5f, 0x55, 0xf7, 0x0f, 0x97, 0xd4, 0x42, 0x3f, 0x24, 0xa0, 0x6d, 0x79, 0xb5, 0x2c, + 0x55, 0xdd, 0xec, 0xc9, 0x7f, 0x60, 0x4f, 0x57, 0x60, 0xb4, 0x25, 0x2f, 0x95, 0x8d, 0x1e, 0x55, + 0x44, 0x6b, 0x63, 0xb6, 0x67, 0xc1, 0x28, 0x86, 0xb3, 0xf0, 0x80, 0x89, 0x46, 0x09, 0xd4, 0xf1, + 0xf0, 0x77, 0xe1, 0x2d, 0xc0, 0x78, 0xbc, 0xa7, 0xe8, 0x6f, 0x02, 0xb4, 0xbb, 0xd5, 0xe8, 0x72, + 0x4f, 0x96, 0x99, 0x13, 0xa1, 0xad, 0x9c, 0x2a, 0x57, 0xf5, 0xb6, 0xfe, 0xec, 0xe0, 0xfb, 0xcf, + 0x0f, 0xb9, 0x0a, 0xbd, 0x76, 0xf4, 0xe6, 0xbc, 0x56, 0xed, 0x70, 0xcb, 0xf3, 0xf9, 0x73, 0xac, + 0x06, 0xc2, 0xcc, 0xef, 0x9b, 0xf1, 0xbe, 0xdd, 0x5e, 0xa2, 0x8b, 0xff, 0x38, 0x6e, 0x32, 0x0b, + 0xdd, 0x20, 0x99, 0x44, 0x7f, 0x11, 0x38, 0x97, 0xec, 0x62, 0x7a, 0xb3, 0x27, 0xf7, 0x8c, 0xc6, + 0xd7, 0xfa, 0xf4, 0x35, 0x4d, 0x68, 0xd8, 0x6c, 0xc7, 0x79, 0xc7, 0x09, 0x9b, 0xf9, 0xfd, 0xb8, + 0xd0, 0xe4, 0x71, 0x29, 0xb3, 0x3b, 0x89, 0xbe, 0xcf, 0xc1, 0x64, 0xca, 0xf8, 0xd1, 0xde, 0x3e, + 0x65, 0x0f, 0x6d, 0xdf, 0x72, 0xdf, 0x10, 0xa9, 0xf7, 0x80, 0xe8, 0xfd, 0x38, 0xbb, 0x9c, 0x98, + 0xa1, 0xed, 0x35, 0xbd, 0x7f, 0xa7, 0x93, 0x20, 0xf4, 0x07, 0x81, 0xc9, 0x94, 0x27, 0xe0, 0x04, + 0x05, 0xc9, 0x7e, 0x38, 0xb4, 0xa9, 0xae, 0x19, 0xbc, 0x13, 0xfe, 0x59, 0xb5, 0x7d, 0xce, 0xf7, + 0xe7, 0x73, 0xfe, 0x14, 0x3e, 0x7f, 0xcb, 0xc1, 0x64, 0xca, 0x83, 0x74, 0x02, 0x59, 0xd9, 0xcf, + 0x58, 0xdf, 0x3e, 0x7f, 0x51, 0x3e, 0x7f, 0x22, 0x85, 0xe5, 0x8e, 0x82, 0xc4, 0x67, 0x43, 0x4f, + 0xfd, 0x5d, 0xb6, 0x97, 0x0a, 0xb7, 0x4f, 0x8c, 0x96, 0x51, 0x9e, 0x24, 0xe6, 0xea, 0x21, 0x81, + 0x2b, 0x55, 0xde, 0xec, 0xa5, 0x6f, 0x95, 0xc6, 0x04, 0x6e, 0x86, 0xee, 0x6e, 0x92, 0xed, 0xbb, + 0x51, 0x9a, 0xc5, 0x1d, 0xe6, 0x5a, 0x06, 0xf7, 0x2d, 0xd3, 0x42, 0x57, 0x7a, 0x6f, 0xaa, 0x10, + 0xf3, 0x6c, 0x91, 0xf9, 0x25, 0xb5, 0xd2, 0xd9, 0xfa, 0x43, 0xc8, 0xe7, 0x5c, 0x6e, 0xbd, 0xf8, + 0x35, 0x37, 0xb7, 0xa1, 0x30, 0xd7, 0x24, 0x95, 0xf5, 0x0e, 0x95, 0x27, 0x2a, 0xa9, 0x32, 0x24, + 0xf1, 0x97, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, 0xd1, 0xd8, 0x8c, 0xdc, 0xa8, 0x09, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/session.pb.go b/googleapis/cloud/dialogflow/v2beta1/session.pb.go index eaaaf3f5ecf029bce226407d02828780bcb7da6d..f5d9bd80d6482015b34a27662011c87e674d89f2 100644 --- a/googleapis/cloud/dialogflow/v2beta1/session.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/session.pb.go @@ -27,78 +27,6 @@ var _ = math.Inf // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package -// Audio encoding of the audio content sent in the conversational query request. -// Refer to the -// [Cloud Speech API -// documentation](https://cloud.google.com/speech-to-text/docs/basics) for more -// details. -type AudioEncoding int32 - -const ( - // Not specified. - AudioEncoding_AUDIO_ENCODING_UNSPECIFIED AudioEncoding = 0 - // Uncompressed 16-bit signed little-endian samples (Linear PCM). - AudioEncoding_AUDIO_ENCODING_LINEAR_16 AudioEncoding = 1 - // [`FLAC`](https://xiph.org/flac/documentation.html) (Free Lossless Audio - // Codec) is the recommended encoding because it is lossless (therefore - // recognition is not compromised) and requires only about half the - // bandwidth of `LINEAR16`. `FLAC` stream encoding supports 16-bit and - // 24-bit samples, however, not all fields in `STREAMINFO` are supported. - AudioEncoding_AUDIO_ENCODING_FLAC AudioEncoding = 2 - // 8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. - AudioEncoding_AUDIO_ENCODING_MULAW AudioEncoding = 3 - // Adaptive Multi-Rate Narrowband codec. `sample_rate_hertz` must be 8000. - AudioEncoding_AUDIO_ENCODING_AMR AudioEncoding = 4 - // Adaptive Multi-Rate Wideband codec. `sample_rate_hertz` must be 16000. - AudioEncoding_AUDIO_ENCODING_AMR_WB AudioEncoding = 5 - // Opus encoded audio frames in Ogg container - // ([OggOpus](https://wiki.xiph.org/OggOpus)). - // `sample_rate_hertz` must be 16000. - AudioEncoding_AUDIO_ENCODING_OGG_OPUS AudioEncoding = 6 - // Although the use of lossy encodings is not recommended, if a very low - // bitrate encoding is required, `OGG_OPUS` is highly preferred over - // Speex encoding. The [Speex](https://speex.org/) encoding supported by - // Dialogflow API has a header byte in each block, as in MIME type - // `audio/x-speex-with-header-byte`. - // It is a variant of the RTP Speex encoding defined in - // [RFC 5574](https://tools.ietf.org/html/rfc5574). - // The stream is a sequence of blocks, one block per RTP packet. Each block - // starts with a byte containing the length of the block, in bytes, followed - // by one or more frames of Speex data, padded to an integral number of - // bytes (octets) as specified in RFC 5574. In other words, each RTP header - // is replaced with a single byte containing the block length. Only Speex - // wideband is supported. `sample_rate_hertz` must be 16000. - AudioEncoding_AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE AudioEncoding = 7 -) - -var AudioEncoding_name = map[int32]string{ - 0: "AUDIO_ENCODING_UNSPECIFIED", - 1: "AUDIO_ENCODING_LINEAR_16", - 2: "AUDIO_ENCODING_FLAC", - 3: "AUDIO_ENCODING_MULAW", - 4: "AUDIO_ENCODING_AMR", - 5: "AUDIO_ENCODING_AMR_WB", - 6: "AUDIO_ENCODING_OGG_OPUS", - 7: "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE", -} -var AudioEncoding_value = map[string]int32{ - "AUDIO_ENCODING_UNSPECIFIED": 0, - "AUDIO_ENCODING_LINEAR_16": 1, - "AUDIO_ENCODING_FLAC": 2, - "AUDIO_ENCODING_MULAW": 3, - "AUDIO_ENCODING_AMR": 4, - "AUDIO_ENCODING_AMR_WB": 5, - "AUDIO_ENCODING_OGG_OPUS": 6, - "AUDIO_ENCODING_SPEEX_WITH_HEADER_BYTE": 7, -} - -func (x AudioEncoding) String() string { - return proto.EnumName(AudioEncoding_name, int32(x)) -} -func (AudioEncoding) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_session_83c51ab3feda90d0, []int{0} -} - // Represents the system's confidence that this knowledge answer is a good // match for this conversational query. type KnowledgeAnswers_Answer_MatchConfidenceLevel int32 @@ -131,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_83c51ab3feda90d0, []int{5, 0, 0} + return fileDescriptor_session_0c39685f5ff792d9, []int{5, 0, 0} } // Type of the response message. @@ -167,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_83c51ab3feda90d0, []int{8, 0} + return fileDescriptor_session_0c39685f5ff792d9, []int{8, 0} } // The request to detect user's intent. @@ -210,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_83c51ab3feda90d0, []int{0} + return fileDescriptor_session_0c39685f5ff792d9, []int{0} } func (m *DetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentRequest.Unmarshal(m, b) @@ -282,10 +210,14 @@ type DetectIntentResponse struct { // intents are supported, at which point those additional results will be // surfaced here. AlternativeQueryResults []*QueryResult `protobuf:"bytes,5,rep,name=alternative_query_results,json=alternativeQueryResults,proto3" json:"alternative_query_results,omitempty"` - // Specifies the status of the webhook request. `webhook_status` - // is never populated in webhook requests. + // Specifies the status of the webhook request. WebhookStatus *status.Status `protobuf:"bytes,3,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` // The audio data bytes encoded as specified in the request. + // Note: The output audio is generated based on the values of default platform + // text responses found in the `query_result.fulfillment_messages` field. If + // multiple default text responses exist, they will be concatenated when + // generating audio. If no default platform text responses exist, the + // generated audio content will be empty. OutputAudio []byte `protobuf:"bytes,4,opt,name=output_audio,json=outputAudio,proto3" json:"output_audio,omitempty"` // Instructs the speech synthesizer how to generate the output audio. This // field is populated from the agent-level speech synthesizer configuration, @@ -300,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_83c51ab3feda90d0, []int{1} + return fileDescriptor_session_0c39685f5ff792d9, []int{1} } func (m *DetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DetectIntentResponse.Unmarshal(m, b) @@ -377,9 +309,9 @@ type QueryParameters struct { // Optional. Specifies whether to delete all contexts in the current session // before the new ones are activated. ResetContexts bool `protobuf:"varint,4,opt,name=reset_contexts,json=resetContexts,proto3" json:"reset_contexts,omitempty"` - // Optional. The collection of session entity types to replace or extend - // developer entities with for this query only. The entity synonyms apply - // to all languages. + // Optional. Additional session entity types to replace or extend developer + // entity types with. The entity synonyms apply to all languages and persist + // for the session of this query. SessionEntityTypes []*SessionEntityType `protobuf:"bytes,5,rep,name=session_entity_types,json=sessionEntityTypes,proto3" json:"session_entity_types,omitempty"` // Optional. This field can be used to pass custom data into the webhook // associated with the agent. Arbitrary JSON objects are supported. @@ -387,10 +319,6 @@ type QueryParameters struct { // Optional. KnowledgeBases to get alternative results from. If not set, the // KnowledgeBases enabled in the agent (through UI) will be used. // Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`. - // - // Note: This field is `repeated` for forward compatibility, currently only - // the first one is supported, we may return an error if multiple - // KnowledgeBases are specified. KnowledgeBaseNames []string `protobuf:"bytes,12,rep,name=knowledge_base_names,json=knowledgeBaseNames,proto3" json:"knowledge_base_names,omitempty"` // Optional. Configures the type of sentiment analysis to perform. If not // provided, sentiment analysis is not performed. @@ -406,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_83c51ab3feda90d0, []int{2} + return fileDescriptor_session_0c39685f5ff792d9, []int{2} } func (m *QueryParameters) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryParameters.Unmarshal(m, b) @@ -507,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_83c51ab3feda90d0, []int{3} + return fileDescriptor_session_0c39685f5ff792d9, []int{3} } func (m *QueryInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryInput.Unmarshal(m, b) @@ -681,7 +609,8 @@ type QueryResult struct { // - If an event was provided as input, `query_text` is not set. QueryText string `protobuf:"bytes,1,opt,name=query_text,json=queryText,proto3" json:"query_text,omitempty"` // The language that was triggered during intent detection. - // See [Language Support](https://dialogflow.com/docs/reference/language) + // See [Language + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) // for a list of the currently supported language codes. LanguageCode string `protobuf:"bytes,15,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` // The Speech recognition confidence between 0.0 and 1.0. A higher number @@ -705,6 +634,7 @@ type QueryResult struct { // matched intent doesn't contain any required parameters. AllRequiredParamsPresent bool `protobuf:"varint,5,opt,name=all_required_params_present,json=allRequiredParamsPresent,proto3" json:"all_required_params_present,omitempty"` // The text to be pronounced to the user or shown on the screen. + // Note: This is a legacy field, `fulfillment_messages` should be preferred. FulfillmentText string `protobuf:"bytes,6,opt,name=fulfillment_text,json=fulfillmentText,proto3" json:"fulfillment_text,omitempty"` // The collection of rich messages to present to the user. FulfillmentMessages []*Intent_Message `protobuf:"bytes,7,rep,name=fulfillment_messages,json=fulfillmentMessages,proto3" json:"fulfillment_messages,omitempty"` @@ -728,8 +658,9 @@ type QueryResult struct { // If there are `multiple knowledge_answers` messages, this value is set to // the greatest `knowledgeAnswers.match_confidence` value in the list. IntentDetectionConfidence float32 `protobuf:"fixed32,12,opt,name=intent_detection_confidence,json=intentDetectionConfidence,proto3" json:"intent_detection_confidence,omitempty"` - // The free-form diagnostic info. For example, this field - // could contain webhook call latency. + // The free-form diagnostic info. For example, this field could contain + // webhook call latency. The string keys of the Struct's fields map can change + // without notice. DiagnosticInfo *_struct.Struct `protobuf:"bytes,14,opt,name=diagnostic_info,json=diagnosticInfo,proto3" json:"diagnostic_info,omitempty"` // The sentiment analysis result, which depends on the // `sentiment_analysis_request_config` specified in the request. @@ -746,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_83c51ab3feda90d0, []int{4} + return fileDescriptor_session_0c39685f5ff792d9, []int{4} } func (m *QueryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QueryResult.Unmarshal(m, b) @@ -891,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_83c51ab3feda90d0, []int{5} + return fileDescriptor_session_0c39685f5ff792d9, []int{5} } func (m *KnowledgeAnswers) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeAnswers.Unmarshal(m, b) @@ -939,11 +870,11 @@ type KnowledgeAnswers_Answer struct { // answer. MatchConfidenceLevel KnowledgeAnswers_Answer_MatchConfidenceLevel `protobuf:"varint,4,opt,name=match_confidence_level,json=matchConfidenceLevel,proto3,enum=google.cloud.dialogflow.v2beta1.KnowledgeAnswers_Answer_MatchConfidenceLevel" json:"match_confidence_level,omitempty"` // The system's confidence score that this Knowledge answer is a good match - // for this converstational query, range from 0.0 (completely uncertain) - // to 1.0 (completely certain). + // for this conversational query. + // The range is from 0.0 (completely uncertain) to 1.0 (completely certain). // Note: The confidence score is likely to vary somewhat (possibly even for // identical requests), as the underlying model is under constant - // improvement, we may deprecate it in the future. We recommend using + // improvement. It may be deprecated in the future. We recommend using // `match_confidence_level` which should be generally more stable. MatchConfidence float32 `protobuf:"fixed32,5,opt,name=match_confidence,json=matchConfidence,proto3" json:"match_confidence,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -955,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_83c51ab3feda90d0, []int{5, 0} + return fileDescriptor_session_0c39685f5ff792d9, []int{5, 0} } func (m *KnowledgeAnswers_Answer) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KnowledgeAnswers_Answer.Unmarshal(m, b) @@ -1072,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_83c51ab3feda90d0, []int{6} + return fileDescriptor_session_0c39685f5ff792d9, []int{6} } func (m *StreamingDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentRequest.Unmarshal(m, b) @@ -1173,9 +1104,7 @@ type StreamingDetectIntentResponse struct { WebhookStatus *status.Status `protobuf:"bytes,4,opt,name=webhook_status,json=webhookStatus,proto3" json:"webhook_status,omitempty"` // The audio data bytes encoded as specified in the request. OutputAudio []byte `protobuf:"bytes,5,opt,name=output_audio,json=outputAudio,proto3" json:"output_audio,omitempty"` - // Instructs the speech synthesizer how to generate the output audio. This - // field is populated from the agent-level speech synthesizer configuration, - // if enabled. + // The config used by the speech synthesizer to generate the output audio. OutputAudioConfig *OutputAudioConfig `protobuf:"bytes,6,opt,name=output_audio_config,json=outputAudioConfig,proto3" json:"output_audio_config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1186,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_83c51ab3feda90d0, []int{7} + return fileDescriptor_session_0c39685f5ff792d9, []int{7} } func (m *StreamingDetectIntentResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingDetectIntentResponse.Unmarshal(m, b) @@ -1274,7 +1203,7 @@ func (m *StreamingDetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfi // // 6. transcript: " that is" // -// 7. recognition_event_type: `RECOGNITION_EVENT_END_OF_SINGLE_UTTERANCE` +// 7. message_type: `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE` // // 8. transcript: " that is the question" // is_final: true @@ -1287,18 +1216,17 @@ func (m *StreamingDetectIntentResponse) GetOutputAudioConfig() *OutputAudioConfi // // * for `MESSAGE_TYPE_TRANSCRIPT`: `transcript` and possibly `is_final`. // -// * for `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE`: only `event_type`. +// * for `MESSAGE_TYPE_END_OF_SINGLE_UTTERANCE`: only `message_type`. type StreamingRecognitionResult struct { // Type of the result message. MessageType StreamingRecognitionResult_MessageType `protobuf:"varint,1,opt,name=message_type,json=messageType,proto3,enum=google.cloud.dialogflow.v2beta1.StreamingRecognitionResult_MessageType" json:"message_type,omitempty"` // Transcript text representing the words that the user spoke. - // Populated if and only if `event_type` = `RECOGNITION_EVENT_TRANSCRIPT`. + // Populated if and only if `message_type` = `MESSAGE_TYPE_TRANSCRIPT`. Transcript string `protobuf:"bytes,2,opt,name=transcript,proto3" json:"transcript,omitempty"` - // The default of 0.0 is a sentinel value indicating `confidence` was not set. // If `false`, the `StreamingRecognitionResult` represents an // interim result that may change. If `true`, the recognizer will not return // any further hypotheses about this piece of the audio. May only be populated - // for `event_type` = `RECOGNITION_EVENT_TRANSCRIPT`. + // for `message_type` = `MESSAGE_TYPE_TRANSCRIPT`. IsFinal bool `protobuf:"varint,3,opt,name=is_final,json=isFinal,proto3" json:"is_final,omitempty"` // The Speech confidence between 0.0 and 1.0 for the current portion of audio. // A higher number indicates an estimated greater likelihood that the @@ -1317,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_83c51ab3feda90d0, []int{8} + return fileDescriptor_session_0c39685f5ff792d9, []int{8} } func (m *StreamingRecognitionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StreamingRecognitionResult.Unmarshal(m, b) @@ -1365,114 +1293,15 @@ func (m *StreamingRecognitionResult) GetConfidence() float32 { return 0 } -// Instructs the speech recognizer how to process the audio content. -type InputAudioConfig struct { - // Required. Audio encoding of the audio content to process. - AudioEncoding AudioEncoding `protobuf:"varint,1,opt,name=audio_encoding,json=audioEncoding,proto3,enum=google.cloud.dialogflow.v2beta1.AudioEncoding" json:"audio_encoding,omitempty"` - // Required. Sample rate (in Hertz) of the audio content sent in the query. - // Refer to - // [Cloud Speech API - // documentation](https://cloud.google.com/speech-to-text/docs/basics) for - // more details. - SampleRateHertz int32 `protobuf:"varint,2,opt,name=sample_rate_hertz,json=sampleRateHertz,proto3" json:"sample_rate_hertz,omitempty"` - // Required. The language of the supplied audio. Dialogflow does not do - // translations. See [Language - // Support](https://dialogflow.com/docs/languages) for a list of the - // currently supported language codes. Note that queries in the same session - // do not necessarily need to specify the same language. - LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` - // Optional. The collection of phrase hints which are used to boost accuracy - // of speech recognition. - // Refer to - // [Cloud Speech API - // documentation](https://cloud.google.com/speech-to-text/docs/basics#phrase-hints) - // for more details. - PhraseHints []string `protobuf:"bytes,4,rep,name=phrase_hints,json=phraseHints,proto3" json:"phrase_hints,omitempty"` - // Optional. Which Speech model to select for the given request. Select the - // model best suited to your domain to get best results. If a model is not - // explicitly specified, then we auto-select a model based on the parameters - // in the InputAudioConfig. - // If enhanced speech model is enabled for the agent and an enhanced - // version of the specified model for the language does not exist, then the - // speech is recognized using the standard version of the specified model. - // Refer to - // [Cloud Speech API - // documentation](https://cloud.google.com/speech-to-text/docs/basics#select-model) - // for more details. - Model string `protobuf:"bytes,7,opt,name=model,proto3" json:"model,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -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_session_83c51ab3feda90d0, []int{9} -} -func (m *InputAudioConfig) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_InputAudioConfig.Unmarshal(m, b) -} -func (m *InputAudioConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_InputAudioConfig.Marshal(b, m, deterministic) -} -func (dst *InputAudioConfig) XXX_Merge(src proto.Message) { - xxx_messageInfo_InputAudioConfig.Merge(dst, src) -} -func (m *InputAudioConfig) XXX_Size() int { - return xxx_messageInfo_InputAudioConfig.Size(m) -} -func (m *InputAudioConfig) XXX_DiscardUnknown() { - xxx_messageInfo_InputAudioConfig.DiscardUnknown(m) -} - -var xxx_messageInfo_InputAudioConfig proto.InternalMessageInfo - -func (m *InputAudioConfig) GetAudioEncoding() AudioEncoding { - if m != nil { - return m.AudioEncoding - } - return AudioEncoding_AUDIO_ENCODING_UNSPECIFIED -} - -func (m *InputAudioConfig) GetSampleRateHertz() int32 { - if m != nil { - return m.SampleRateHertz - } - return 0 -} - -func (m *InputAudioConfig) GetLanguageCode() string { - if m != nil { - return m.LanguageCode - } - return "" -} - -func (m *InputAudioConfig) GetPhraseHints() []string { - if m != nil { - return m.PhraseHints - } - return nil -} - -func (m *InputAudioConfig) GetModel() string { - if m != nil { - return m.Model - } - return "" -} - // Represents the natural language text to be processed. type TextInput struct { // Required. The UTF-8 encoded natural language text to be processed. - // Text length must not exceed 256 bytes. + // Text length must not exceed 256 characters. Text string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"` // Required. The language of this conversational query. See [Language - // Support](https://dialogflow.com/docs/languages) for a list of the - // currently supported language codes. Note that queries in the same session - // do not necessarily need to specify the same language. + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. Note that queries in + // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,2,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1483,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_83c51ab3feda90d0, []int{10} + return fileDescriptor_session_0c39685f5ff792d9, []int{9} } func (m *TextInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TextInput.Unmarshal(m, b) @@ -1518,19 +1347,19 @@ func (m *TextInput) GetLanguageCode() string { } // Events allow for matching intents by event name instead of the natural -// language input. For instance, input `<event: { name: “welcome_eventâ€, -// parameters: { name: “Sam†} }>` can trigger a personalized welcome response. +// language input. For instance, input `<event: { name: "welcome_event", +// parameters: { name: "Sam" } }>` can trigger a personalized welcome response. // The parameter `name` may be used by the agent in the response: -// `“Hello #welcome_event.name! What can I do for you today?â€`. +// `"Hello #welcome_event.name! What can I do for you today?"`. type EventInput struct { // Required. The unique identifier of the event. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. The collection of parameters associated with the event. Parameters *_struct.Struct `protobuf:"bytes,2,opt,name=parameters,proto3" json:"parameters,omitempty"` // Required. The language of this query. See [Language - // Support](https://dialogflow.com/docs/languages) for a list of the - // currently supported language codes. Note that queries in the same session - // do not necessarily need to specify the same language. + // Support](https://cloud.google.com/dialogflow-enterprise/docs/reference/language) + // for a list of the currently supported language codes. Note that queries in + // the same session do not necessarily need to specify the same language. LanguageCode string `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1541,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_83c51ab3feda90d0, []int{11} + return fileDescriptor_session_0c39685f5ff792d9, []int{10} } func (m *EventInput) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EventInput.Unmarshal(m, b) @@ -1597,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_83c51ab3feda90d0, []int{12} + return fileDescriptor_session_0c39685f5ff792d9, []int{11} } func (m *SentimentAnalysisRequestConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentAnalysisRequestConfig.Unmarshal(m, b) @@ -1638,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_83c51ab3feda90d0, []int{13} + return fileDescriptor_session_0c39685f5ff792d9, []int{12} } func (m *SentimentAnalysisResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SentimentAnalysisResult.Unmarshal(m, b) @@ -1683,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_83c51ab3feda90d0, []int{14} + return fileDescriptor_session_0c39685f5ff792d9, []int{13} } func (m *Sentiment) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Sentiment.Unmarshal(m, b) @@ -1728,13 +1557,11 @@ func init() { proto.RegisterType((*StreamingDetectIntentRequest)(nil), "google.cloud.dialogflow.v2beta1.StreamingDetectIntentRequest") proto.RegisterType((*StreamingDetectIntentResponse)(nil), "google.cloud.dialogflow.v2beta1.StreamingDetectIntentResponse") proto.RegisterType((*StreamingRecognitionResult)(nil), "google.cloud.dialogflow.v2beta1.StreamingRecognitionResult") - proto.RegisterType((*InputAudioConfig)(nil), "google.cloud.dialogflow.v2beta1.InputAudioConfig") proto.RegisterType((*TextInput)(nil), "google.cloud.dialogflow.v2beta1.TextInput") proto.RegisterType((*EventInput)(nil), "google.cloud.dialogflow.v2beta1.EventInput") proto.RegisterType((*SentimentAnalysisRequestConfig)(nil), "google.cloud.dialogflow.v2beta1.SentimentAnalysisRequestConfig") proto.RegisterType((*SentimentAnalysisResult)(nil), "google.cloud.dialogflow.v2beta1.SentimentAnalysisResult") proto.RegisterType((*Sentiment)(nil), "google.cloud.dialogflow.v2beta1.Sentiment") - proto.RegisterEnum("google.cloud.dialogflow.v2beta1.AudioEncoding", AudioEncoding_name, AudioEncoding_value) proto.RegisterEnum("google.cloud.dialogflow.v2beta1.KnowledgeAnswers_Answer_MatchConfidenceLevel", KnowledgeAnswers_Answer_MatchConfidenceLevel_name, KnowledgeAnswers_Answer_MatchConfidenceLevel_value) proto.RegisterEnum("google.cloud.dialogflow.v2beta1.StreamingRecognitionResult_MessageType", StreamingRecognitionResult_MessageType_name, StreamingRecognitionResult_MessageType_value) } @@ -1892,140 +1719,127 @@ var _Sessions_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/session.proto", fileDescriptor_session_83c51ab3feda90d0) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/session.proto", fileDescriptor_session_0c39685f5ff792d9) } -var fileDescriptor_session_83c51ab3feda90d0 = []byte{ - // 2081 bytes of a gzipped FileDescriptorProto +var fileDescriptor_session_0c39685f5ff792d9 = []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, 0x78, 0x63, 0xd9, 0x71, 0xbe, 0xb4, 0xb5, - 0xe0, 0x98, 0x45, 0x4a, 0x0c, 0x2c, 0xbb, 0x9b, 0xca, 0x26, 0xb2, 0x34, 0xb6, 0x55, 0xc8, 0xb2, - 0xd3, 0xb2, 0x93, 0xdd, 0x14, 0xd0, 0xd5, 0x1e, 0xb5, 0xe4, 0x49, 0x46, 0x33, 0xf2, 0x74, 0x2b, - 0x59, 0x87, 0x82, 0x03, 0x9c, 0x80, 0x23, 0x27, 0xaa, 0x28, 0x8a, 0xe2, 0xc6, 0x72, 0xe5, 0xca, - 0x3f, 0xc0, 0x15, 0xaa, 0xf8, 0x07, 0xb8, 0x71, 0x84, 0x03, 0x55, 0x5c, 0xa8, 0xfe, 0x18, 0x69, - 0x22, 0xdb, 0x91, 0x12, 0x48, 0x51, 0xb5, 0x27, 0xa9, 0x5f, 0xbf, 0xf7, 0xeb, 0xee, 0xf7, 0x5e, - 0xff, 0xfa, 0xbd, 0x81, 0xaf, 0xb7, 0x83, 0xa0, 0xed, 0xb1, 0xa2, 0xe3, 0x05, 0xbd, 0x66, 0xb1, - 0xe9, 0x52, 0x2f, 0x68, 0xb7, 0xbc, 0xe0, 0x79, 0xf1, 0xd9, 0xda, 0x01, 0x13, 0xf4, 0x76, 0x91, - 0x33, 0xce, 0xdd, 0xc0, 0x2f, 0x74, 0xc3, 0x40, 0x04, 0xe8, 0x9a, 0x56, 0x2f, 0x28, 0xf5, 0xc2, - 0x40, 0xbd, 0x60, 0xd4, 0x97, 0x96, 0x0d, 0x1e, 0xed, 0xba, 0x45, 0xea, 0xfb, 0x81, 0xa0, 0xc2, - 0x0d, 0x7c, 0xae, 0xcd, 0x97, 0xd6, 0x46, 0xad, 0x46, 0x7b, 0x4d, 0x37, 0x20, 0x4e, 0xe0, 0xb7, - 0xdc, 0xb6, 0xb1, 0x19, 0xb9, 0x43, 0x27, 0xf0, 0x05, 0xfb, 0x5c, 0x18, 0xf5, 0xf7, 0x47, 0xa9, - 0xbb, 0xbe, 0x60, 0x7e, 0xa4, 0xfd, 0xd1, 0x98, 0xc7, 0x27, 0xcc, 0x17, 0xae, 0x38, 0x26, 0xe2, - 0xb8, 0xcb, 0x8c, 0x69, 0x74, 0x52, 0x35, 0x3a, 0xe8, 0xb5, 0x8a, 0x5c, 0x84, 0x3d, 0x27, 0x02, - 0x5e, 0x30, 0xb3, 0x61, 0xd7, 0x29, 0x72, 0x41, 0x45, 0x2f, 0x72, 0x41, 0xce, 0x4c, 0x48, 0xa4, - 0xa2, 0x47, 0x85, 0xe7, 0x9b, 0x83, 0xe6, 0xff, 0x9a, 0x80, 0x8b, 0x15, 0x26, 0x98, 0x23, 0xaa, - 0x6a, 0x8b, 0x98, 0x1d, 0xf5, 0x18, 0x17, 0x28, 0x07, 0xd3, 0x66, 0x17, 0x39, 0xeb, 0xba, 0xb5, - 0x32, 0x83, 0xa3, 0x21, 0x6a, 0x40, 0xe6, 0xa8, 0xc7, 0xc2, 0x63, 0xd2, 0xa5, 0x21, 0xed, 0xf0, - 0x5c, 0xe2, 0xba, 0xb5, 0x92, 0x5e, 0xbb, 0x55, 0x18, 0x11, 0xa4, 0xc2, 0x03, 0x69, 0xb4, 0x2b, - 0x6d, 0x98, 0x60, 0x21, 0xc7, 0xe9, 0xa3, 0xbe, 0x80, 0xa3, 0x1a, 0xe8, 0x21, 0x71, 0xfd, 0x6e, - 0x4f, 0xe4, 0x92, 0x0a, 0xf3, 0x6b, 0xe3, 0x61, 0x56, 0xa5, 0x09, 0x86, 0xa3, 0xfe, 0x7f, 0x74, - 0x00, 0x17, 0x83, 0x9e, 0xe8, 0xf6, 0x04, 0x89, 0x87, 0x36, 0x37, 0xa1, 0x50, 0xd7, 0x46, 0xa2, - 0xee, 0x28, 0xdb, 0x92, 0x34, 0x2d, 0x2b, 0x4b, 0x7c, 0x21, 0x18, 0x16, 0xa1, 0x6b, 0x90, 0x56, - 0x7b, 0xd5, 0x4b, 0xe4, 0x26, 0xaf, 0x5b, 0x2b, 0x19, 0x0c, 0x4a, 0xa4, 0xd4, 0xf2, 0x7f, 0x48, - 0xc2, 0xfc, 0xcb, 0x9e, 0xe5, 0xdd, 0xc0, 0xe7, 0x4c, 0x5a, 0x86, 0xe6, 0x3f, 0x71, 0x9b, 0xc6, - 0xbd, 0x10, 0x89, 0xaa, 0x4d, 0xb4, 0x13, 0x79, 0x38, 0x64, 0xbc, 0xe7, 0x09, 0xe3, 0xe1, 0xf7, - 0xc7, 0xf3, 0x06, 0x56, 0x36, 0xc6, 0xbb, 0x7a, 0x80, 0x0e, 0x61, 0x91, 0x7a, 0x82, 0x85, 0x3e, - 0x15, 0xee, 0x33, 0x46, 0xe2, 0xe0, 0x3c, 0x37, 0x79, 0x3d, 0xf9, 0xda, 0xe8, 0x0b, 0x31, 0xb8, - 0x98, 0x9c, 0xa3, 0x8f, 0x60, 0xf6, 0x39, 0x3b, 0x38, 0x0c, 0x82, 0xa7, 0x44, 0x27, 0xa0, 0x09, - 0x25, 0x8a, 0xe0, 0xc3, 0xae, 0x53, 0x68, 0xa8, 0x19, 0x7c, 0xde, 0x68, 0xea, 0x21, 0xba, 0x01, - 0x99, 0x78, 0xd0, 0x54, 0xb4, 0x32, 0x38, 0x1d, 0xf3, 0xfc, 0x59, 0x71, 0x9d, 0xfa, 0x1f, 0xc6, - 0x35, 0xff, 0xfb, 0x09, 0x98, 0x1b, 0x4a, 0x55, 0x74, 0x19, 0x66, 0x84, 0xdb, 0x61, 0xe4, 0x45, - 0xe0, 0x33, 0x13, 0xaf, 0x94, 0x14, 0x3c, 0x0e, 0x7c, 0x86, 0x3e, 0x80, 0x4c, 0x9b, 0x05, 0xc4, - 0x0b, 0x1c, 0xc5, 0x3a, 0x26, 0x5a, 0x17, 0xa3, 0xdd, 0xa8, 0xcb, 0x5b, 0xa3, 0xa2, 0xe6, 0xb7, - 0x71, 0xba, 0xcd, 0x82, 0x9a, 0xd1, 0x43, 0x15, 0x48, 0x19, 0x12, 0x91, 0x4e, 0x92, 0x31, 0x58, - 0x19, 0x79, 0x82, 0xb2, 0x36, 0xc0, 0x7d, 0x4b, 0xf4, 0x1e, 0xcc, 0x86, 0x8c, 0x33, 0x41, 0xfa, - 0x58, 0xd2, 0x6f, 0x29, 0x7c, 0x5e, 0x49, 0xcb, 0x91, 0x5a, 0x13, 0xe6, 0x4f, 0x21, 0x95, 0x28, - 0xf8, 0xa3, 0x5d, 0xd7, 0xd0, 0xc6, 0xb6, 0xb2, 0xdd, 0x3b, 0xee, 0x32, 0x8c, 0xf8, 0xb0, 0x88, - 0xa3, 0xdb, 0x30, 0xdd, 0xa5, 0xc7, 0x5e, 0x40, 0x9b, 0x26, 0x26, 0x0b, 0x11, 0x70, 0xc4, 0x57, - 0x85, 0x86, 0xe2, 0x2b, 0x1c, 0xe9, 0xa1, 0x5b, 0x30, 0xff, 0xd4, 0x0f, 0x9e, 0x7b, 0xac, 0xd9, - 0x66, 0xe4, 0x80, 0x72, 0x46, 0x7c, 0xda, 0x61, 0x3c, 0x97, 0xb9, 0x9e, 0x5c, 0x99, 0xc1, 0xa8, - 0x3f, 0xb7, 0x4e, 0x39, 0xab, 0xcb, 0x19, 0xf4, 0x33, 0x0b, 0x6e, 0x70, 0x79, 0x88, 0x0e, 0xf3, - 0x05, 0xa1, 0x3e, 0xf5, 0x8e, 0xb9, 0xcb, 0x49, 0xa8, 0x89, 0x2b, 0xca, 0x09, 0x50, 0xeb, 0xdf, - 0x1b, 0xe3, 0x60, 0x06, 0xa9, 0x64, 0x80, 0x0c, 0x01, 0x9a, 0x04, 0xb9, 0xca, 0x5f, 0x39, 0x9f, - 0xff, 0xa7, 0x05, 0x30, 0x20, 0x21, 0xf4, 0x10, 0x32, 0x2f, 0x65, 0xa6, 0xa5, 0x76, 0x71, 0x7b, - 0xe4, 0x2e, 0xaa, 0xfe, 0xcb, 0x59, 0xb8, 0x75, 0x0e, 0xa7, 0x69, 0x8c, 0x6c, 0xee, 0xc3, 0x84, - 0x8c, 0xa3, 0xc9, 0xad, 0xd5, 0x91, 0x78, 0x7b, 0xec, 0x73, 0xa1, 0x30, 0xb7, 0xce, 0x61, 0x65, - 0x89, 0xca, 0x30, 0xc9, 0x9e, 0x31, 0x7f, 0x7c, 0x6a, 0xb5, 0xa5, 0x76, 0x84, 0xa1, 0x6d, 0xd7, - 0xa7, 0x61, 0x52, 0x11, 0x5c, 0xfe, 0xa7, 0x29, 0x48, 0xc7, 0xee, 0x3d, 0xba, 0x02, 0x9a, 0x7e, - 0x89, 0xda, 0xa5, 0xbe, 0x21, 0x33, 0x4a, 0x22, 0x77, 0x82, 0xde, 0x85, 0xf3, 0x1e, 0xf5, 0xdb, - 0x3d, 0xda, 0x66, 0xc4, 0x09, 0x9a, 0x2c, 0x37, 0xa7, 0x34, 0x32, 0x91, 0xb0, 0x1c, 0x34, 0x19, - 0x5a, 0x87, 0x2b, 0xbc, 0xcb, 0x98, 0x73, 0x48, 0x42, 0xe6, 0x04, 0x6d, 0xdf, 0x95, 0xb7, 0x44, - 0x3b, 0xb2, 0xc9, 0x7c, 0x87, 0xa9, 0xc3, 0x27, 0xf0, 0x65, 0xad, 0x84, 0x07, 0x3a, 0xe5, 0xbe, - 0x0a, 0xba, 0x04, 0x53, 0xd4, 0x51, 0xb7, 0x30, 0xa9, 0x56, 0x30, 0x23, 0xf4, 0x6d, 0x80, 0x6e, - 0xff, 0x3a, 0x9b, 0x77, 0xe0, 0xcc, 0xdc, 0x8c, 0xa9, 0xa2, 0xbb, 0x70, 0x99, 0x7a, 0x9e, 0x4a, - 0x2e, 0x37, 0x64, 0x4d, 0xf3, 0xe6, 0x91, 0xae, 0xbc, 0x5d, 0xbe, 0x50, 0xac, 0x9f, 0xc2, 0x39, - 0xea, 0x79, 0xd8, 0x68, 0xe8, 0xf7, 0x6c, 0x57, 0xcf, 0xa3, 0x9b, 0x90, 0x6d, 0xf5, 0xbc, 0x96, - 0xeb, 0x79, 0x2a, 0x59, 0x95, 0x77, 0xa6, 0xd4, 0xce, 0xe6, 0x62, 0x72, 0xe5, 0xa3, 0x03, 0x98, - 0x8f, 0xab, 0x76, 0x18, 0xe7, 0xb4, 0xcd, 0x78, 0x6e, 0x5a, 0xdd, 0xd0, 0xe2, 0x18, 0x29, 0xa4, - 0x2a, 0x8c, 0x6d, 0x6d, 0x87, 0x2f, 0xc6, 0xc0, 0x8c, 0x4c, 0x91, 0x45, 0x9f, 0x9d, 0x83, 0x5e, - 0xe8, 0xb0, 0x5c, 0x4a, 0x6d, 0xa6, 0xcf, 0xc4, 0x4a, 0x88, 0xee, 0xc3, 0x5c, 0xa4, 0x16, 0x5d, - 0xe7, 0x99, 0x57, 0xbb, 0x2c, 0x82, 0xdd, 0x35, 0xb7, 0xfa, 0x01, 0xcc, 0x19, 0xa2, 0xee, 0xd3, - 0x12, 0xbc, 0x26, 0xc5, 0xcd, 0x6a, 0x80, 0x3e, 0x83, 0xdd, 0x83, 0x29, 0x5d, 0x44, 0xe5, 0xd2, - 0x6a, 0x2f, 0x5f, 0x1d, 0xd3, 0x23, 0xd8, 0x98, 0xa1, 0x4f, 0xe0, 0xb2, 0xfe, 0x47, 0x9a, 0xea, - 0x55, 0x1e, 0xca, 0xae, 0x8c, 0xca, 0xae, 0x45, 0xad, 0x52, 0x89, 0x34, 0x62, 0xb9, 0x75, 0x1f, - 0xe6, 0x9a, 0x2e, 0x6d, 0xfb, 0x01, 0x17, 0xae, 0x43, 0x5c, 0xbf, 0x15, 0xe4, 0x66, 0x47, 0x78, - 0x65, 0xa0, 0x5f, 0xf5, 0x5b, 0x01, 0x12, 0xb0, 0x78, 0x2a, 0x71, 0xa9, 0x47, 0xfe, 0x82, 0xc2, - 0xfa, 0xf0, 0x4d, 0x08, 0x4b, 0x3f, 0xc9, 0xfc, 0xf4, 0x09, 0xf4, 0x7d, 0xb8, 0x30, 0x60, 0x58, - 0xea, 0xf3, 0xe7, 0xf2, 0x0a, 0xa0, 0x31, 0x89, 0xe9, 0x3b, 0x91, 0x65, 0x49, 0x1b, 0xe2, 0xec, - 0xd3, 0x21, 0x49, 0xfe, 0x2f, 0x49, 0xc8, 0x0e, 0xab, 0x21, 0x0c, 0xd3, 0xd1, 0x52, 0x96, 0x0a, - 0xfc, 0x87, 0xaf, 0xbd, 0x54, 0x41, 0xff, 0xe2, 0x08, 0x68, 0xe9, 0xef, 0x09, 0x98, 0xd2, 0x32, - 0x79, 0xcf, 0x4d, 0x02, 0x6b, 0xae, 0x31, 0x23, 0x59, 0x43, 0xb4, 0xe8, 0x11, 0x51, 0x0c, 0x1d, - 0xbd, 0xc5, 0x33, 0x38, 0xdd, 0xa2, 0x47, 0x0f, 0x8c, 0x48, 0x51, 0x84, 0x02, 0xe9, 0x53, 0x84, - 0x86, 0xfc, 0x89, 0x05, 0x97, 0x3a, 0x54, 0x38, 0x87, 0xb1, 0xa4, 0x20, 0x1e, 0x7b, 0xc6, 0x3c, - 0xc5, 0x17, 0xb3, 0x6b, 0xdb, 0x6f, 0x7a, 0x82, 0xc2, 0xb6, 0x84, 0x1d, 0x64, 0x52, 0x4d, 0x82, - 0xe2, 0xf9, 0xce, 0x29, 0x52, 0x49, 0x18, 0xc3, 0x9b, 0x50, 0x24, 0x93, 0xc0, 0x73, 0x43, 0xfa, - 0xf9, 0xef, 0xc1, 0xfc, 0x69, 0xc0, 0xe8, 0x2b, 0x90, 0xdf, 0x2e, 0xed, 0x95, 0xb7, 0x48, 0x79, - 0xa7, 0xbe, 0x51, 0xad, 0xd8, 0xf5, 0xb2, 0x4d, 0x6a, 0xf6, 0x43, 0xbb, 0x46, 0xf6, 0xeb, 0x8d, - 0x5d, 0xbb, 0x5c, 0xdd, 0xa8, 0xda, 0x95, 0xec, 0x39, 0x34, 0x0d, 0xc9, 0xda, 0xce, 0xa3, 0xac, - 0x85, 0x00, 0xa6, 0xb6, 0xed, 0x4a, 0x75, 0x7f, 0x3b, 0x9b, 0x40, 0x29, 0x98, 0xd8, 0xaa, 0x6e, - 0x6e, 0x65, 0x93, 0xf9, 0x9f, 0x27, 0x61, 0xb9, 0x21, 0x42, 0x46, 0x3b, 0xae, 0xdf, 0xfe, 0xd2, - 0x75, 0x08, 0x37, 0x21, 0xcb, 0x5d, 0xbf, 0xed, 0x31, 0xd2, 0x13, 0x82, 0x85, 0x54, 0xfa, 0x59, - 0x17, 0x4e, 0x73, 0x5a, 0xbe, 0x1f, 0x89, 0xcf, 0x2a, 0x3a, 0x27, 0xdf, 0x62, 0x33, 0x31, 0x75, - 0xa2, 0x99, 0xf8, 0xdd, 0x04, 0x5c, 0x39, 0x23, 0x1a, 0xe3, 0x76, 0x15, 0x4f, 0x00, 0xc5, 0x1f, - 0xd6, 0x97, 0x7a, 0x8b, 0x3b, 0xa3, 0x69, 0x27, 0x5a, 0x3c, 0xf6, 0xf0, 0x1a, 0xe6, 0xb9, 0x10, - 0x0e, 0x8b, 0x4e, 0x74, 0x30, 0xc9, 0xb7, 0xda, 0xc1, 0x4c, 0xbf, 0xdd, 0x0e, 0x66, 0xe2, 0x4d, - 0x3b, 0x98, 0xc9, 0xff, 0x4f, 0x07, 0xf3, 0xc7, 0x04, 0x2c, 0x9d, 0x1d, 0x2e, 0xf4, 0x04, 0x32, - 0xa6, 0xb8, 0x50, 0x3d, 0x80, 0xca, 0x94, 0xd9, 0xb5, 0xcd, 0xff, 0x22, 0x03, 0xa2, 0xa2, 0x43, - 0xf5, 0x05, 0xe9, 0xce, 0x60, 0x80, 0xae, 0x02, 0x88, 0x90, 0xfa, 0xdc, 0x09, 0xdd, 0xae, 0x30, - 0x6c, 0x1c, 0x93, 0xa0, 0x45, 0x48, 0xb9, 0x9c, 0xb4, 0x5c, 0x9f, 0x7a, 0x2a, 0x47, 0x52, 0x78, - 0xda, 0xe5, 0x1b, 0x72, 0x28, 0x4d, 0x63, 0x1c, 0x38, 0xa1, 0x38, 0x30, 0x26, 0xc9, 0x7f, 0x0a, - 0xe9, 0xd8, 0xb2, 0x68, 0x19, 0x72, 0xdb, 0x76, 0xa3, 0x51, 0xda, 0xb4, 0xc9, 0xde, 0x67, 0xbb, - 0xf6, 0x10, 0xd7, 0xcd, 0x02, 0xec, 0xe1, 0x52, 0xbd, 0x51, 0xc6, 0xd5, 0xdd, 0xbd, 0xac, 0x85, - 0x2e, 0xc3, 0x82, 0x5d, 0xaf, 0x90, 0x9d, 0x0d, 0xd2, 0xa8, 0xd6, 0x37, 0x6b, 0x36, 0xd9, 0xdf, - 0xdb, 0xb3, 0x71, 0xa9, 0x5e, 0xb6, 0xb3, 0x89, 0xfc, 0x3f, 0x2c, 0xc8, 0x0e, 0x17, 0xe4, 0x68, - 0x1f, 0x66, 0x75, 0xc4, 0x98, 0xef, 0x04, 0x4d, 0xd7, 0x6f, 0x1b, 0xbf, 0x15, 0x46, 0xfa, 0x4d, - 0xa1, 0xd8, 0xc6, 0x0a, 0x9f, 0xa7, 0xf1, 0x21, 0x5a, 0x85, 0x0b, 0x9c, 0x76, 0xba, 0x1e, 0x23, - 0x21, 0x15, 0x8c, 0x1c, 0xb2, 0x50, 0xbc, 0x50, 0x7e, 0x9a, 0xc4, 0x73, 0x7a, 0x02, 0x53, 0xc1, - 0xb6, 0xa4, 0xf8, 0x64, 0x15, 0x9d, 0x3c, 0xa5, 0x8a, 0xbe, 0x01, 0x99, 0xee, 0x61, 0x28, 0xfb, - 0xa8, 0x43, 0xd7, 0x57, 0xdd, 0xa0, 0xec, 0xa3, 0xd2, 0x5a, 0xb6, 0x25, 0x45, 0x68, 0x1e, 0x26, - 0x3b, 0x41, 0x93, 0x79, 0xb9, 0x69, 0x65, 0xaf, 0x07, 0xf9, 0x0a, 0xcc, 0xf4, 0xbb, 0x06, 0x84, - 0x4c, 0xbf, 0xa1, 0x59, 0x44, 0x77, 0x10, 0x27, 0x96, 0x4f, 0x9c, 0x5c, 0x3e, 0xff, 0x23, 0x80, - 0x41, 0xe3, 0x20, 0x61, 0x64, 0x37, 0x17, 0xc1, 0xc8, 0xff, 0x43, 0xa5, 0x78, 0x62, 0xfc, 0x52, - 0x7c, 0x9c, 0xe3, 0xe7, 0x29, 0x5c, 0x7d, 0x75, 0x47, 0x87, 0xee, 0xc1, 0xb2, 0x2a, 0xbd, 0x5e, - 0x44, 0x2c, 0x22, 0x0f, 0x47, 0xfa, 0xc5, 0x93, 0xda, 0x6b, 0x0a, 0x2f, 0x1a, 0x9d, 0x07, 0x51, - 0x0f, 0xd3, 0x47, 0xcd, 0x3f, 0x87, 0x85, 0x33, 0x6a, 0x30, 0xf4, 0x5d, 0x98, 0x3f, 0x13, 0x73, - 0x9c, 0xb6, 0xad, 0x8f, 0x8b, 0xd1, 0xd1, 0xc9, 0x85, 0xef, 0xc1, 0x4c, 0x7f, 0x20, 0x83, 0xc8, - 0x9d, 0x20, 0xd4, 0xbe, 0x4d, 0x60, 0x3d, 0x40, 0xcb, 0x30, 0xd3, 0xa1, 0xf2, 0x6e, 0xf6, 0x9a, - 0x51, 0xbf, 0x34, 0x10, 0xac, 0xfe, 0xdb, 0x82, 0xf3, 0x2f, 0x65, 0x23, 0xba, 0x0a, 0x4b, 0xa5, - 0xfd, 0x4a, 0x75, 0x87, 0xd8, 0xf5, 0xf2, 0x4e, 0xa5, 0x5a, 0xdf, 0x1c, 0xba, 0x37, 0xcb, 0x90, - 0x1b, 0x9a, 0xaf, 0x55, 0xeb, 0x76, 0x09, 0x93, 0xdb, 0x1f, 0x64, 0x2d, 0xb4, 0x00, 0x17, 0x87, - 0x66, 0x37, 0x6a, 0xa5, 0x72, 0x36, 0x81, 0x72, 0x30, 0x3f, 0x34, 0xb1, 0xbd, 0x5f, 0x2b, 0x3d, - 0xca, 0x26, 0xd1, 0x25, 0x40, 0x43, 0x33, 0xa5, 0x6d, 0x9c, 0x9d, 0x40, 0x8b, 0xf0, 0xce, 0x49, - 0x39, 0x79, 0xb4, 0x9e, 0x9d, 0x94, 0x77, 0x75, 0x68, 0x6a, 0x67, 0x73, 0x93, 0xec, 0xec, 0xee, - 0x37, 0xb2, 0x53, 0xe8, 0x26, 0xbc, 0x37, 0x34, 0xd9, 0xd8, 0xb5, 0xed, 0x4f, 0xc9, 0xa3, 0xea, - 0xde, 0x16, 0xd9, 0xb2, 0x4b, 0x15, 0x1b, 0x93, 0xf5, 0xcf, 0xf6, 0xec, 0xec, 0xf4, 0xda, 0x9f, - 0x92, 0x90, 0x32, 0x9f, 0x31, 0x38, 0xfa, 0x75, 0x02, 0x32, 0xf1, 0x67, 0x14, 0x7d, 0x73, 0x64, - 0x70, 0x4e, 0xa9, 0x81, 0x96, 0xbe, 0xf5, 0x9a, 0x56, 0xfa, 0x31, 0xce, 0xff, 0xc6, 0xfa, 0xf1, - 0x9f, 0xff, 0xf6, 0x8b, 0xc4, 0x2f, 0xad, 0xfc, 0x9d, 0xfe, 0x37, 0xdf, 0x1f, 0x98, 0xea, 0xe9, - 0x6e, 0x37, 0x0c, 0x9e, 0x30, 0x47, 0xf0, 0xe2, 0x6a, 0x91, 0xb6, 0x99, 0x2f, 0xa2, 0xaf, 0xc1, - 0xbc, 0xb8, 0xfa, 0xc3, 0x8f, 0x9b, 0x31, 0xb8, 0x8f, 0xad, 0xd5, 0xc7, 0x8f, 0xf2, 0x78, 0x0c, - 0x04, 0xe6, 0x3f, 0x73, 0xc3, 0xc0, 0x97, 0x89, 0x23, 0x85, 0x3d, 0xce, 0x42, 0xf9, 0xfb, 0x0a, - 0x60, 0xf4, 0x2b, 0x0b, 0xde, 0x39, 0xb5, 0xe0, 0x40, 0x77, 0xc7, 0x7f, 0x29, 0x4e, 0x73, 0xd9, - 0x27, 0x6f, 0x6a, 0x6e, 0x7c, 0x77, 0x6e, 0xc5, 0xba, 0x65, 0xad, 0x7f, 0x61, 0xc1, 0xbb, 0x4e, - 0xd0, 0x19, 0x85, 0xb5, 0x9e, 0x31, 0x11, 0xdf, 0x95, 0xc4, 0xb2, 0x6b, 0x3d, 0xae, 0x1a, 0x83, - 0x76, 0x20, 0x69, 0xa3, 0x10, 0x84, 0xed, 0x62, 0x9b, 0xf9, 0x8a, 0x76, 0x8a, 0x7a, 0x8a, 0x76, - 0x5d, 0x7e, 0xe6, 0x97, 0xf9, 0x3b, 0x03, 0xd1, 0xbf, 0x2c, 0xeb, 0xb7, 0x89, 0x44, 0x65, 0xe3, - 0x8b, 0xc4, 0xb5, 0x4d, 0x8d, 0x59, 0x56, 0x9b, 0xa8, 0x0c, 0x36, 0xf1, 0x50, 0x1b, 0x1d, 0x4c, - 0x29, 0xfc, 0x6f, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0xfa, 0x78, 0x67, 0x76, 0xf7, 0x18, 0x00, - 0x00, + 0x15, 0xcf, 0x48, 0xfe, 0x90, 0x9f, 0x14, 0x5b, 0xe9, 0x98, 0x8d, 0xfc, 0x91, 0xc4, 0xab, 0x2d, + 0xc0, 0x9b, 0x5d, 0xa4, 0xc4, 0x7c, 0xed, 0x6e, 0x2a, 0x9b, 0xd8, 0x92, 0x6c, 0xab, 0xf0, 0x57, + 0x5a, 0x4e, 0x16, 0x52, 0xc0, 0x54, 0x7b, 0xd4, 0x9a, 0x4c, 0x32, 0xea, 0x96, 0xa7, 0x5b, 0xf6, + 0x7a, 0x29, 0x38, 0xc0, 0x09, 0x38, 0x72, 0xa2, 0x8a, 0xa2, 0x28, 0x6e, 0x2c, 0x57, 0xae, 0xfc, + 0x03, 0x5c, 0xa1, 0x8a, 0x7f, 0x80, 0x1b, 0x57, 0x0e, 0x1c, 0xa9, 0xfe, 0x18, 0x69, 0x22, 0xcb, + 0x91, 0x12, 0x48, 0x51, 0xb5, 0x27, 0xa9, 0x5f, 0xbf, 0xf7, 0xeb, 0xd7, 0xaf, 0x5f, 0xff, 0xfa, + 0xbd, 0x81, 0xaf, 0xf9, 0x9c, 0xfb, 0x21, 0x2d, 0x7b, 0x21, 0xef, 0x36, 0xcb, 0xcd, 0x80, 0x84, + 0xdc, 0x6f, 0x85, 0xfc, 0xb4, 0x7c, 0xb2, 0x76, 0x44, 0x25, 0xb9, 0x53, 0x16, 0x54, 0x88, 0x80, + 0xb3, 0x52, 0x27, 0xe2, 0x92, 0xa3, 0x9b, 0x46, 0xbd, 0xa4, 0xd5, 0x4b, 0x7d, 0xf5, 0x92, 0x55, + 0x5f, 0x5c, 0xb6, 0x78, 0xa4, 0x13, 0x94, 0x09, 0x63, 0x5c, 0x12, 0x19, 0x70, 0x26, 0x8c, 0xf9, + 0xe2, 0x42, 0x62, 0x36, 0xa2, 0x82, 0x77, 0x23, 0x8f, 0xda, 0xa9, 0xf7, 0x46, 0x39, 0x42, 0x7c, + 0xca, 0xa4, 0x55, 0x5e, 0x1b, 0xa9, 0xdc, 0x6d, 0x06, 0xdc, 0xf5, 0x38, 0x6b, 0x05, 0xbe, 0xb5, + 0x19, 0xb9, 0x53, 0x8f, 0x33, 0x49, 0x3f, 0x8d, 0x97, 0x78, 0x7f, 0x94, 0x7a, 0xc0, 0x64, 0xdf, + 0xa1, 0x0f, 0xc7, 0x0c, 0xa3, 0x4b, 0x99, 0x0c, 0xe4, 0x99, 0x2b, 0xcf, 0x3a, 0xf1, 0xc6, 0xe3, + 0x88, 0xe9, 0xd1, 0x51, 0xb7, 0x55, 0x16, 0x32, 0xea, 0x7a, 0x31, 0xf0, 0x35, 0x3b, 0x1b, 0x75, + 0xbc, 0xb2, 0x90, 0x44, 0x76, 0xe3, 0x50, 0x16, 0xec, 0x84, 0x42, 0x2a, 0x87, 0x44, 0x86, 0xcc, + 0x6e, 0xb4, 0xf8, 0xf7, 0x14, 0x5c, 0xad, 0x52, 0x49, 0x3d, 0x59, 0xd7, 0x2e, 0x62, 0x7a, 0xdc, + 0xa5, 0x42, 0xa2, 0x02, 0x4c, 0x5b, 0x2f, 0x0a, 0xce, 0x8a, 0xb3, 0x3a, 0x83, 0xe3, 0x21, 0x6a, + 0x40, 0xee, 0xb8, 0x4b, 0xa3, 0x33, 0xb7, 0x43, 0x22, 0xd2, 0x16, 0x85, 0xd4, 0x8a, 0xb3, 0x9a, + 0x5d, 0xbb, 0x5d, 0x1a, 0x71, 0xd8, 0xa5, 0x87, 0xca, 0xe8, 0x40, 0xd9, 0x50, 0x49, 0x23, 0x81, + 0xb3, 0xc7, 0x3d, 0x81, 0x40, 0x3b, 0x60, 0x86, 0x6e, 0xc0, 0x3a, 0x5d, 0x59, 0x48, 0x6b, 0xcc, + 0xf7, 0xc6, 0xc3, 0xac, 0x2b, 0x13, 0x0c, 0xc7, 0xbd, 0xff, 0xe8, 0x08, 0xae, 0xf2, 0xae, 0xec, + 0x74, 0xa5, 0x9b, 0x3c, 0xda, 0xc2, 0x84, 0x46, 0x5d, 0x1b, 0x89, 0xba, 0xaf, 0x6d, 0xd7, 0x95, + 0x69, 0x45, 0x5b, 0xe2, 0x2b, 0x7c, 0x50, 0x84, 0x6e, 0x42, 0x56, 0xfb, 0x6a, 0x96, 0x28, 0x4c, + 0xae, 0x38, 0xab, 0x39, 0x0c, 0x5a, 0xa4, 0xd5, 0x8a, 0x7f, 0x4a, 0xc3, 0xfc, 0x8b, 0x91, 0x15, + 0x1d, 0xce, 0x04, 0x55, 0x96, 0x91, 0xfd, 0xef, 0x06, 0x4d, 0x1b, 0x5e, 0x88, 0x45, 0xf5, 0x26, + 0xda, 0x8f, 0x23, 0x1c, 0x51, 0xd1, 0x0d, 0xa5, 0x8d, 0xf0, 0xfb, 0xe3, 0x45, 0x03, 0x6b, 0x1b, + 0x1b, 0x5d, 0x33, 0x40, 0x4f, 0x61, 0x81, 0x84, 0x92, 0x46, 0x8c, 0xc8, 0xe0, 0x84, 0xba, 0x49, + 0x70, 0x51, 0x98, 0x5c, 0x49, 0xbf, 0x32, 0xfa, 0xb5, 0x04, 0x5c, 0x42, 0x2e, 0xd0, 0x87, 0x30, + 0x7b, 0x4a, 0x8f, 0x9e, 0x72, 0xfe, 0xdc, 0x35, 0x09, 0x68, 0x8f, 0x12, 0xc5, 0xf0, 0x51, 0xc7, + 0x2b, 0x35, 0xf4, 0x0c, 0xbe, 0x6c, 0x35, 0xcd, 0x10, 0xbd, 0x0d, 0xb9, 0xe4, 0xa1, 0xe9, 0xd3, + 0xca, 0xe1, 0x6c, 0x22, 0xf2, 0x17, 0x9d, 0xeb, 0xd4, 0xff, 0xf0, 0x5c, 0x8b, 0x7f, 0x9c, 0x80, + 0xb9, 0x81, 0x54, 0x45, 0x4b, 0x30, 0x23, 0x83, 0x36, 0x75, 0x3f, 0xe3, 0x8c, 0xda, 0xf3, 0xca, + 0x28, 0xc1, 0x13, 0xce, 0x28, 0xfa, 0x16, 0xe4, 0x7c, 0xca, 0xdd, 0x90, 0x7b, 0x9a, 0xbd, 0xec, + 0x69, 0x5d, 0x8d, 0xbd, 0xd1, 0x97, 0x77, 0x87, 0xc8, 0x1d, 0xe6, 0xe3, 0xac, 0x4f, 0xf9, 0x8e, + 0xd5, 0x43, 0x55, 0xc8, 0x58, 0x12, 0x51, 0x41, 0x52, 0x67, 0xb0, 0x3a, 0x72, 0x07, 0x15, 0x63, + 0x80, 0x7b, 0x96, 0xe8, 0xcb, 0x30, 0x1b, 0x51, 0x41, 0xa5, 0xdb, 0xc3, 0x52, 0x71, 0xcb, 0xe0, + 0xcb, 0x5a, 0x5a, 0x89, 0xd5, 0x9a, 0x30, 0x3f, 0x84, 0x54, 0xe2, 0xc3, 0x1f, 0x1d, 0xba, 0x86, + 0x31, 0xae, 0x69, 0xdb, 0xc3, 0xb3, 0x0e, 0xc5, 0x48, 0x0c, 0x8a, 0x04, 0xba, 0x03, 0xd3, 0x1d, + 0x72, 0x16, 0x72, 0xd2, 0xb4, 0x67, 0x72, 0x2d, 0x06, 0x8e, 0xf9, 0xaa, 0xd4, 0xd0, 0x7c, 0x85, + 0x63, 0x3d, 0x74, 0x1b, 0xe6, 0x9f, 0x33, 0x7e, 0x1a, 0xd2, 0xa6, 0x4f, 0xdd, 0x23, 0x22, 0xa8, + 0xcb, 0x48, 0x9b, 0x8a, 0x42, 0x6e, 0x25, 0xbd, 0x3a, 0x83, 0x51, 0x6f, 0x6e, 0x83, 0x08, 0xba, + 0xa7, 0x66, 0xd0, 0x2f, 0x1c, 0x78, 0x5b, 0xa8, 0x4d, 0xb4, 0x29, 0x93, 0x2e, 0x61, 0x24, 0x3c, + 0x13, 0x81, 0x70, 0x23, 0x43, 0x5c, 0x71, 0x4e, 0x80, 0x5e, 0xff, 0xfe, 0x18, 0x1b, 0xb3, 0x48, + 0xeb, 0x16, 0xc8, 0x12, 0xa0, 0x4d, 0x90, 0x1b, 0xe2, 0xa5, 0xf3, 0xc5, 0x7f, 0x39, 0x00, 0x7d, + 0x12, 0x42, 0x8f, 0x21, 0xf7, 0x42, 0x66, 0x3a, 0xda, 0x8b, 0x3b, 0x23, 0xbd, 0xa8, 0xb3, 0x17, + 0xb3, 0x70, 0xfb, 0x12, 0xce, 0x92, 0x04, 0xd9, 0x3c, 0x80, 0x09, 0x75, 0x8e, 0x36, 0xb7, 0x6e, + 0x8d, 0xc4, 0x3b, 0xa4, 0x9f, 0x4a, 0x8d, 0xb9, 0x7d, 0x09, 0x6b, 0x4b, 0x54, 0x81, 0x49, 0x7a, + 0x42, 0xd9, 0xf8, 0xd4, 0x5a, 0x53, 0xda, 0x31, 0x86, 0xb1, 0xdd, 0x98, 0x86, 0x49, 0x4d, 0x70, + 0xc5, 0x9f, 0x67, 0x20, 0x9b, 0xb8, 0xf7, 0xe8, 0x3a, 0x18, 0xfa, 0x75, 0xb5, 0x97, 0xe6, 0x86, + 0xcc, 0x68, 0x89, 0xf2, 0x04, 0xbd, 0x03, 0x97, 0x43, 0xc2, 0xfc, 0x2e, 0xf1, 0xa9, 0xeb, 0xf1, + 0x26, 0x2d, 0xcc, 0x69, 0x8d, 0x5c, 0x2c, 0xac, 0xf0, 0x26, 0x45, 0x1b, 0x70, 0x5d, 0x74, 0x28, + 0xf5, 0x9e, 0xba, 0x11, 0xf5, 0xb8, 0xcf, 0x02, 0x75, 0x4b, 0x4c, 0x20, 0x9b, 0x94, 0x79, 0x54, + 0x6f, 0x3e, 0x85, 0x97, 0x8c, 0x12, 0xee, 0xeb, 0x54, 0x7a, 0x2a, 0xe8, 0x2d, 0x98, 0x22, 0x9e, + 0xbe, 0x85, 0x69, 0xbd, 0x82, 0x1d, 0xa1, 0x6f, 0x03, 0x74, 0x7a, 0xd7, 0xd9, 0xbe, 0x03, 0x17, + 0xe6, 0x66, 0x42, 0x15, 0xdd, 0x83, 0x25, 0x12, 0x86, 0x3a, 0xb9, 0x82, 0x88, 0x36, 0xed, 0x9b, + 0xe7, 0x76, 0xd4, 0xed, 0x62, 0x52, 0xb3, 0x7e, 0x06, 0x17, 0x48, 0x18, 0x62, 0xab, 0x61, 0xde, + 0xb3, 0x03, 0x33, 0x8f, 0xde, 0x85, 0x7c, 0xab, 0x1b, 0xb6, 0x82, 0x30, 0xd4, 0xc9, 0xaa, 0xa3, + 0x33, 0xa5, 0x3d, 0x9b, 0x4b, 0xc8, 0x75, 0x8c, 0x8e, 0x60, 0x3e, 0xa9, 0xda, 0xa6, 0x42, 0x10, + 0x9f, 0x8a, 0xc2, 0xb4, 0xbe, 0xa1, 0xe5, 0x31, 0x52, 0x48, 0x57, 0x18, 0xbb, 0xc6, 0x0e, 0x5f, + 0x4d, 0x80, 0x59, 0x99, 0x26, 0x8b, 0x1e, 0x3b, 0xeb, 0x72, 0xaa, 0x90, 0xd1, 0xce, 0xf4, 0x98, + 0x58, 0x0b, 0xd1, 0x03, 0x98, 0x8b, 0xd5, 0xe2, 0xeb, 0x3c, 0xf3, 0xf2, 0x90, 0xc5, 0xb0, 0x07, + 0xf6, 0x56, 0x3f, 0x84, 0x39, 0x4b, 0xd4, 0x3d, 0x5a, 0x82, 0x57, 0xa4, 0xb8, 0x59, 0x03, 0xd0, + 0x63, 0xb0, 0xfb, 0x30, 0x65, 0x8a, 0xa8, 0x42, 0x56, 0xfb, 0xf2, 0xd5, 0x31, 0x23, 0x82, 0xad, + 0x19, 0xfa, 0x18, 0x96, 0xcc, 0x3f, 0xb7, 0xa9, 0x5f, 0xe5, 0x81, 0xec, 0xca, 0xe9, 0xec, 0x5a, + 0x30, 0x2a, 0xd5, 0x58, 0x23, 0x91, 0x5b, 0x0f, 0x60, 0xae, 0x19, 0x10, 0x9f, 0x71, 0x21, 0x03, + 0xcf, 0x0d, 0x58, 0x8b, 0x17, 0x66, 0x47, 0x44, 0xa5, 0xaf, 0x5f, 0x67, 0x2d, 0x8e, 0x24, 0x2c, + 0x0c, 0x25, 0x2e, 0xfd, 0xc8, 0x5f, 0xd1, 0x58, 0x1f, 0xbc, 0x0e, 0x61, 0x99, 0x27, 0x59, 0x0c, + 0x9f, 0x40, 0x3f, 0x84, 0x2b, 0x7d, 0x86, 0x25, 0x4c, 0x9c, 0xaa, 0x2b, 0x80, 0xc6, 0x24, 0xa6, + 0xef, 0xc4, 0x96, 0xeb, 0xc6, 0x10, 0xe7, 0x9f, 0x0f, 0x48, 0x8a, 0x7f, 0x4b, 0x43, 0x7e, 0x50, + 0x0d, 0x61, 0x98, 0x8e, 0x97, 0x72, 0xf4, 0xc1, 0x7f, 0xf0, 0xca, 0x4b, 0x95, 0xcc, 0x2f, 0x8e, + 0x81, 0x16, 0xff, 0x99, 0x82, 0x29, 0x23, 0x53, 0xf7, 0xdc, 0x26, 0xb0, 0xe1, 0x1a, 0x3b, 0x52, + 0x35, 0x44, 0x8b, 0x1c, 0xbb, 0x9a, 0xa1, 0xe3, 0xb7, 0x78, 0x06, 0x67, 0x5b, 0xe4, 0xf8, 0xa1, + 0x15, 0x69, 0x8a, 0xd0, 0x20, 0x3d, 0x8a, 0x30, 0x90, 0x3f, 0x73, 0xe0, 0xad, 0x36, 0x91, 0xde, + 0xd3, 0x44, 0x52, 0xb8, 0x21, 0x3d, 0xa1, 0xa1, 0xe6, 0x8b, 0xd9, 0xb5, 0xdd, 0xd7, 0xdd, 0x41, + 0x69, 0x57, 0xc1, 0xf6, 0x33, 0x69, 0x47, 0x81, 0xe2, 0xf9, 0xf6, 0x10, 0xa9, 0x22, 0x8c, 0x41, + 0x27, 0x34, 0xc9, 0xa4, 0xf0, 0xdc, 0x80, 0x7e, 0xf1, 0x07, 0x30, 0x3f, 0x0c, 0x18, 0x7d, 0x05, + 0x8a, 0xbb, 0xeb, 0x87, 0x95, 0x6d, 0xb7, 0xb2, 0xbf, 0xb7, 0x59, 0xaf, 0xd6, 0xf6, 0x2a, 0x35, + 0x77, 0xa7, 0xf6, 0xb8, 0xb6, 0xe3, 0x3e, 0xda, 0x6b, 0x1c, 0xd4, 0x2a, 0xf5, 0xcd, 0x7a, 0xad, + 0x9a, 0xbf, 0x84, 0xa6, 0x21, 0xbd, 0xb3, 0xff, 0x49, 0xde, 0x41, 0x00, 0x53, 0xbb, 0xb5, 0x6a, + 0xfd, 0xd1, 0x6e, 0x3e, 0x85, 0x32, 0x30, 0xb1, 0x5d, 0xdf, 0xda, 0xce, 0xa7, 0x8b, 0xbf, 0x4c, + 0xc3, 0x72, 0x43, 0x46, 0x94, 0xb4, 0x03, 0xe6, 0x7f, 0xe1, 0x3a, 0x84, 0x77, 0x21, 0x2f, 0x02, + 0xe6, 0x87, 0xd4, 0xed, 0x4a, 0x49, 0x23, 0xa2, 0xe2, 0x6c, 0x0a, 0xa7, 0x39, 0x23, 0x7f, 0x14, + 0x8b, 0x2f, 0x2a, 0x3a, 0x27, 0xdf, 0x60, 0x33, 0x31, 0x75, 0xae, 0x99, 0xf8, 0xc3, 0x04, 0x5c, + 0xbf, 0xe0, 0x34, 0xc6, 0xed, 0x2a, 0x9e, 0x01, 0x4a, 0x3e, 0xac, 0x2f, 0xf4, 0x16, 0x77, 0x47, + 0xd3, 0x4e, 0xbc, 0x78, 0xe2, 0xe1, 0xb5, 0xcc, 0x73, 0x25, 0x1a, 0x14, 0x9d, 0xeb, 0x60, 0xd2, + 0x6f, 0xb4, 0x83, 0x99, 0x7e, 0xb3, 0x1d, 0xcc, 0xc4, 0xeb, 0x76, 0x30, 0x93, 0xff, 0x9f, 0x0e, + 0xe6, 0xcf, 0x29, 0x58, 0xbc, 0xf8, 0xb8, 0xd0, 0x33, 0xc8, 0xd9, 0xe2, 0x42, 0xf7, 0x00, 0x3a, + 0x53, 0x66, 0xd7, 0xb6, 0xfe, 0x8b, 0x0c, 0x88, 0x8b, 0x0e, 0xdd, 0x17, 0x64, 0xdb, 0xfd, 0x01, + 0xba, 0x01, 0x20, 0x23, 0xc2, 0x84, 0x17, 0x05, 0x1d, 0x69, 0xd9, 0x38, 0x21, 0x41, 0x0b, 0x90, + 0x09, 0x84, 0xdb, 0x0a, 0x18, 0x09, 0x75, 0x8e, 0x64, 0xf0, 0x74, 0x20, 0x36, 0xd5, 0x50, 0x99, + 0x26, 0x38, 0x70, 0x42, 0x73, 0x60, 0x42, 0x52, 0xfc, 0x2e, 0x64, 0x13, 0xcb, 0xa2, 0x65, 0x28, + 0xec, 0xd6, 0x1a, 0x8d, 0xf5, 0xad, 0x9a, 0x7b, 0xf8, 0xbd, 0x83, 0xda, 0x00, 0xd7, 0xcd, 0x02, + 0x1c, 0xe2, 0xf5, 0xbd, 0x46, 0x05, 0xd7, 0x0f, 0x0e, 0xf3, 0x0e, 0x5a, 0x82, 0x6b, 0xb5, 0xbd, + 0xaa, 0xbb, 0xbf, 0xe9, 0x36, 0xea, 0x7b, 0x5b, 0x3b, 0x35, 0xf7, 0xd1, 0xe1, 0x61, 0x0d, 0xaf, + 0xef, 0x55, 0x6a, 0xf9, 0x54, 0xb1, 0x0a, 0x33, 0xbd, 0xfa, 0x19, 0x21, 0x5b, 0x79, 0x9b, 0xfb, + 0x64, 0x6a, 0xe9, 0x73, 0xe5, 0x6c, 0xea, 0x7c, 0x39, 0x5b, 0xfc, 0x09, 0x40, 0xbf, 0x84, 0x56, + 0x30, 0xaa, 0xaf, 0x89, 0x61, 0xd4, 0xff, 0x81, 0xa2, 0x34, 0x35, 0x7e, 0x51, 0x7a, 0x6e, 0xfd, + 0xf4, 0x90, 0xf5, 0x09, 0xdc, 0x78, 0x79, 0x6f, 0x83, 0xee, 0xc3, 0xb2, 0x2e, 0x42, 0x3e, 0x8b, + 0xef, 0x93, 0xda, 0x9c, 0xdb, 0x2b, 0x23, 0xb4, 0xaf, 0x19, 0xbc, 0x60, 0x75, 0x1e, 0xc6, 0xd5, + 0x7c, 0x0f, 0xb5, 0x78, 0x0a, 0xd7, 0x2e, 0xa8, 0x46, 0xd0, 0xf7, 0x61, 0xfe, 0x42, 0xcc, 0x71, + 0x1a, 0x98, 0x1e, 0x2e, 0x46, 0xc7, 0xe7, 0x17, 0xbe, 0x0f, 0x33, 0xbd, 0x01, 0x9a, 0x87, 0x49, + 0xe1, 0xf1, 0xc8, 0xc4, 0x36, 0x85, 0xcd, 0x00, 0x2d, 0xc3, 0x4c, 0x9b, 0xa8, 0x2c, 0xed, 0x36, + 0xe3, 0xce, 0xa1, 0x2f, 0x58, 0xfb, 0x4b, 0x1a, 0x32, 0xb6, 0xa5, 0x15, 0xe8, 0xb7, 0x29, 0xc8, + 0x25, 0x29, 0x15, 0x7d, 0x63, 0xa4, 0x7b, 0x43, 0xde, 0xc3, 0xc5, 0x6f, 0xbe, 0xa2, 0x95, 0x21, + 0xe6, 0xe2, 0xef, 0x9c, 0x9f, 0xfe, 0xf5, 0x1f, 0xbf, 0x4a, 0xfd, 0xda, 0x29, 0xde, 0xed, 0x7d, + 0xff, 0xfb, 0x91, 0x7d, 0x49, 0xef, 0x75, 0x22, 0xfe, 0x8c, 0x7a, 0x52, 0x94, 0x6f, 0x99, 0x2f, + 0x9a, 0xf1, 0x97, 0x41, 0x51, 0xbe, 0xf5, 0xe3, 0x8f, 0x9a, 0x09, 0xb8, 0x8f, 0x9c, 0x5b, 0x4f, + 0x3e, 0x29, 0xe2, 0x31, 0x10, 0x28, 0x3b, 0x09, 0x22, 0xce, 0x54, 0xe8, 0x94, 0xb0, 0x2b, 0x68, + 0xa4, 0x7e, 0x5f, 0x02, 0x8c, 0x7e, 0xe3, 0xc0, 0x97, 0x86, 0x3e, 0x3e, 0xe8, 0xde, 0xf8, 0xac, + 0x31, 0x2c, 0x64, 0x1f, 0xbf, 0xae, 0xb9, 0x8d, 0xdd, 0xa5, 0x55, 0xe7, 0xb6, 0xb3, 0xf1, 0xb9, + 0x03, 0xef, 0x78, 0xbc, 0x3d, 0x0a, 0x6b, 0x23, 0x67, 0x4f, 0xfc, 0x40, 0x5d, 0xad, 0x03, 0xe7, + 0x49, 0xdd, 0x1a, 0xf8, 0x5c, 0x5d, 0x9c, 0x12, 0x8f, 0xfc, 0xb2, 0x4f, 0x99, 0xbe, 0x78, 0x65, + 0x33, 0x45, 0x3a, 0x81, 0xb8, 0xf0, 0x2b, 0xed, 0xdd, 0xbe, 0xe8, 0xdf, 0x8e, 0xf3, 0xfb, 0x54, + 0xaa, 0xba, 0xf9, 0x79, 0xea, 0xe6, 0x96, 0xc1, 0xac, 0x68, 0x27, 0xaa, 0x7d, 0x27, 0x1e, 0x1b, + 0xa3, 0xa3, 0x29, 0x8d, 0xff, 0xf5, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x80, 0x80, 0x30, + 0x4b, 0x17, 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go b/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go index 917aaedecdbb01e36c7565b63477b7b445f7772a..45e5780d014f78f92a0936a5b3122526564c5753 100644 --- a/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/session_entity_type.pb.go @@ -37,10 +37,13 @@ const ( SessionEntityType_ENTITY_OVERRIDE_MODE_OVERRIDE SessionEntityType_EntityOverrideMode = 1 // The collection of session entities extends the collection of entities in // the corresponding developer entity type. - // Calls to `ListSessionEntityTypes`, `GetSessionEntityType`, - // `CreateSessionEntityType` and `UpdateSessionEntityType` return the full - // collection of entities from the developer entity type in the agent's - // default language and the session entity type. + // + // Note: Even in this override mode calls to `ListSessionEntityTypes`, + // `GetSessionEntityType`, `CreateSessionEntityType` and + // `UpdateSessionEntityType` only return the additional entities added in + // this session entity type. If you want to get the supplemented list, + // please call [EntityTypes.GetEntityType][google.cloud.dialogflow.v2beta1.EntityTypes.GetEntityType] on the developer entity type + // and merge. SessionEntityType_ENTITY_OVERRIDE_MODE_SUPPLEMENT SessionEntityType_EntityOverrideMode = 2 ) @@ -59,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_095c7f18b05f77ac, []int{0, 0} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{0, 0} } // Represents a session entity type. @@ -77,6 +80,9 @@ type SessionEntityType struct { // ID>/sessions/<Session ID>/entityTypes/<Entity Type Display Name>`. // If `Environment ID` is not specified, we assume default 'draft' // environment. If `User ID` is not specified, we assume default '-' user. + // + // `<Entity Type Display Name>` must be the display name of an existing entity + // type in the same agent that will be overridden or supplemented. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. Indicates whether the additional data should override or // supplement the developer entity type definition. @@ -93,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_095c7f18b05f77ac, []int{0} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{0} } func (m *SessionEntityType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SessionEntityType.Unmarshal(m, b) @@ -134,8 +140,7 @@ func (m *SessionEntityType) GetEntities() []*EntityType_Entity { return nil } -// The request message for -// [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityTypes.ListSessionEntityTypes]. +// The request message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityTypes.ListSessionEntityTypes]. type ListSessionEntityTypesRequest struct { // Required. The session to list all session entity types from. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or @@ -158,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_095c7f18b05f77ac, []int{1} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{1} } func (m *ListSessionEntityTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesRequest.Unmarshal(m, b) @@ -199,8 +204,7 @@ func (m *ListSessionEntityTypesRequest) GetPageToken() string { return "" } -// The response message for -// [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityTypes.ListSessionEntityTypes]. +// The response message for [SessionEntityTypes.ListSessionEntityTypes][google.cloud.dialogflow.v2beta1.SessionEntityTypes.ListSessionEntityTypes]. type ListSessionEntityTypesResponse struct { // The list of session entity types. There will be a maximum number of items // returned based on the page_size field in the request. @@ -217,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_095c7f18b05f77ac, []int{2} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{2} } func (m *ListSessionEntityTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListSessionEntityTypesResponse.Unmarshal(m, b) @@ -251,8 +255,7 @@ func (m *ListSessionEntityTypesResponse) GetNextPageToken() string { return "" } -// The request message for -// [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.GetSessionEntityType]. +// The request message for [SessionEntityTypes.GetSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.GetSessionEntityType]. type GetSessionEntityTypeRequest struct { // Required. The name of the session entity type. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type @@ -270,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_095c7f18b05f77ac, []int{3} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{3} } func (m *GetSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetSessionEntityTypeRequest.Unmarshal(m, b) @@ -297,8 +300,7 @@ func (m *GetSessionEntityTypeRequest) GetName() string { return "" } -// The request message for -// [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.CreateSessionEntityType]. +// The request message for [SessionEntityTypes.CreateSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.CreateSessionEntityType]. type CreateSessionEntityTypeRequest struct { // Required. The session to create a session entity type for. // Format: `projects/<Project ID>/agent/sessions/<Session ID>` or @@ -318,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_095c7f18b05f77ac, []int{4} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{4} } func (m *CreateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateSessionEntityTypeRequest.Unmarshal(m, b) @@ -352,8 +354,7 @@ func (m *CreateSessionEntityTypeRequest) GetSessionEntityType() *SessionEntityTy return nil } -// The request message for -// [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.UpdateSessionEntityType]. +// The request message for [SessionEntityTypes.UpdateSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.UpdateSessionEntityType]. type UpdateSessionEntityTypeRequest struct { // Required. The entity type to update. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type @@ -373,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_095c7f18b05f77ac, []int{5} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{5} } func (m *UpdateSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateSessionEntityTypeRequest.Unmarshal(m, b) @@ -407,8 +408,7 @@ func (m *UpdateSessionEntityTypeRequest) GetUpdateMask() *field_mask.FieldMask { return nil } -// The request message for -// [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.DeleteSessionEntityType]. +// The request message for [SessionEntityTypes.DeleteSessionEntityType][google.cloud.dialogflow.v2beta1.SessionEntityTypes.DeleteSessionEntityType]. type DeleteSessionEntityTypeRequest struct { // Required. The name of the entity type to delete. Format: // `projects/<Project ID>/agent/sessions/<Session ID>/entityTypes/<Entity Type @@ -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_095c7f18b05f77ac, []int{6} + return fileDescriptor_session_entity_type_9da30418f1dfaa65, []int{6} } func (m *DeleteSessionEntityTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteSessionEntityTypeRequest.Unmarshal(m, b) @@ -481,6 +481,9 @@ type SessionEntityTypesClient interface { // Retrieves the specified session entity type. GetSessionEntityType(ctx context.Context, in *GetSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Creates a session entity type. + // + // If the specified session entity type already exists, overrides the + // session entity type. CreateSessionEntityType(ctx context.Context, in *CreateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) // Updates the specified session entity type. UpdateSessionEntityType(ctx context.Context, in *UpdateSessionEntityTypeRequest, opts ...grpc.CallOption) (*SessionEntityType, error) @@ -548,6 +551,9 @@ type SessionEntityTypesServer interface { // Retrieves the specified session entity type. GetSessionEntityType(context.Context, *GetSessionEntityTypeRequest) (*SessionEntityType, error) // Creates a session entity type. + // + // If the specified session entity type already exists, overrides the + // session entity type. CreateSessionEntityType(context.Context, *CreateSessionEntityTypeRequest) (*SessionEntityType, error) // Updates the specified session entity type. UpdateSessionEntityType(context.Context, *UpdateSessionEntityTypeRequest) (*SessionEntityType, error) @@ -679,64 +685,65 @@ var _SessionEntityTypes_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/session_entity_type.proto", fileDescriptor_session_entity_type_095c7f18b05f77ac) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/session_entity_type.proto", fileDescriptor_session_entity_type_9da30418f1dfaa65) } -var fileDescriptor_session_entity_type_095c7f18b05f77ac = []byte{ - // 870 bytes of a gzipped FileDescriptorProto +var fileDescriptor_session_entity_type_9da30418f1dfaa65 = []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, 0x94, 0xd2, 0x34, 0x78, 0x11, - 0xaa, 0x72, 0xb0, 0xd5, 0xc0, 0x65, 0x59, 0x7e, 0x48, 0xdb, 0xb8, 0xab, 0x48, 0x9b, 0x34, 0x72, - 0xd2, 0x4a, 0xf4, 0x62, 0x39, 0xf5, 0xab, 0x65, 0x9a, 0xcc, 0x18, 0xcf, 0xa4, 0x25, 0xad, 0x7a, - 0xe9, 0x95, 0x03, 0x07, 0x24, 0x4e, 0x5c, 0xe0, 0xc8, 0x81, 0x03, 0xe2, 0xc2, 0x0d, 0xce, 0x9c, - 0x10, 0x7f, 0x01, 0x12, 0x07, 0xfe, 0x01, 0x24, 0xb8, 0x21, 0x8f, 0x9d, 0xa6, 0xd4, 0xbf, 0xda, - 0x6c, 0x4f, 0xb1, 0x9f, 0xe7, 0x7b, 0xef, 0x7d, 0x9f, 0xdf, 0xfb, 0x62, 0xfc, 0xc8, 0x65, 0xcc, - 0x1d, 0x82, 0xbe, 0x3f, 0x64, 0x63, 0x47, 0x77, 0x3c, 0x7b, 0xc8, 0xdc, 0x83, 0x21, 0x3b, 0xd6, - 0x8f, 0x1a, 0x03, 0x10, 0xf6, 0x86, 0xce, 0x81, 0x73, 0x8f, 0x51, 0x0b, 0xa8, 0xf0, 0xc4, 0xc4, - 0x12, 0x13, 0x1f, 0x34, 0x3f, 0x60, 0x82, 0x91, 0xb5, 0x08, 0xaa, 0x49, 0xa8, 0x36, 0x83, 0x6a, - 0x31, 0xb4, 0xf2, 0x46, 0x9c, 0xdb, 0xf6, 0x3d, 0xdd, 0xa6, 0x94, 0x09, 0x5b, 0x78, 0x8c, 0xf2, - 0x08, 0x5e, 0xd9, 0x28, 0xaa, 0x9c, 0xa8, 0x58, 0x59, 0x89, 0x21, 0xf2, 0x6e, 0x30, 0x3e, 0xd0, - 0x61, 0xe4, 0x8b, 0x49, 0xfc, 0xb0, 0x76, 0xf5, 0xe1, 0x81, 0x07, 0x43, 0xc7, 0x1a, 0xd9, 0xfc, - 0x30, 0x3a, 0xa1, 0xfe, 0xad, 0xe0, 0x07, 0xbd, 0x88, 0x8e, 0x21, 0x73, 0xf7, 0x27, 0x3e, 0x10, - 0x82, 0x5f, 0xa4, 0xf6, 0x08, 0xca, 0xa8, 0x86, 0xd6, 0xef, 0x99, 0xf2, 0x9a, 0x1c, 0xe3, 0xa5, - 0xb8, 0x3a, 0x3b, 0x82, 0x20, 0xf0, 0x1c, 0xb0, 0x46, 0xcc, 0x81, 0xb2, 0x52, 0x43, 0xeb, 0xaf, - 0x36, 0x0c, 0xad, 0x80, 0xb9, 0x96, 0xa8, 0xa2, 0x45, 0x97, 0xdb, 0x71, 0xb6, 0x36, 0x73, 0xc0, - 0x24, 0x90, 0x88, 0x91, 0x0e, 0xbe, 0x2b, 0xa3, 0x1e, 0xf0, 0xf2, 0x42, 0x6d, 0x61, 0xfd, 0x7e, - 0xa3, 0x51, 0x58, 0x2c, 0x51, 0xc5, 0xbc, 0xc8, 0xa1, 0x9e, 0x23, 0x4c, 0x92, 0xa5, 0xc9, 0x5b, - 0xb8, 0x66, 0x74, 0xfa, 0xad, 0xfe, 0xc7, 0xd6, 0xf6, 0xae, 0x61, 0x9a, 0xad, 0xa6, 0x61, 0xb5, - 0xb7, 0x9b, 0x86, 0xb5, 0xd3, 0xe9, 0x75, 0x8d, 0xcd, 0xd6, 0x56, 0xcb, 0x68, 0x2e, 0xbe, 0x40, - 0xde, 0xc4, 0xab, 0xa9, 0xa7, 0xa6, 0x77, 0x8b, 0x88, 0x3c, 0xc4, 0x6b, 0xa9, 0x47, 0x7a, 0x3b, - 0xdd, 0xee, 0x33, 0xa3, 0x6d, 0x74, 0xfa, 0x8b, 0x8a, 0xca, 0xf1, 0xea, 0x33, 0x8f, 0x8b, 0x84, - 0x28, 0xdc, 0x84, 0x4f, 0xc7, 0xc0, 0x05, 0x29, 0xe1, 0x3b, 0xbe, 0x1d, 0x00, 0x15, 0xf1, 0x4b, - 0x88, 0xef, 0xc8, 0x0a, 0xbe, 0xe7, 0xdb, 0x2e, 0x58, 0xdc, 0x3b, 0x89, 0xb4, 0x7f, 0xc9, 0xbc, - 0x1b, 0x06, 0x7a, 0xde, 0x09, 0x90, 0x55, 0x8c, 0xe5, 0x43, 0xc1, 0x0e, 0x81, 0x96, 0x17, 0x24, - 0x50, 0x1e, 0xef, 0x87, 0x01, 0xf5, 0x7b, 0x84, 0xab, 0x59, 0x55, 0xb9, 0xcf, 0x28, 0x07, 0xe2, - 0xe0, 0xa5, 0x94, 0xe9, 0xe6, 0x65, 0x74, 0x4d, 0xe1, 0x13, 0xa9, 0x4d, 0xc2, 0x13, 0xd5, 0xc8, - 0xdb, 0xf8, 0x35, 0x0a, 0x9f, 0x09, 0xeb, 0x52, 0xb3, 0x8a, 0x6c, 0xf6, 0x95, 0x30, 0xdc, 0xbd, - 0x68, 0x78, 0x03, 0xaf, 0x3c, 0x85, 0x64, 0xbb, 0x53, 0x8d, 0x52, 0xc6, 0x54, 0xfd, 0x1a, 0xe1, - 0xea, 0x66, 0x00, 0xb6, 0x80, 0x4c, 0x58, 0x96, 0xb4, 0x03, 0xfc, 0x7a, 0x0a, 0x77, 0xd9, 0xd9, - 0x7c, 0xd4, 0x1f, 0x24, 0xa8, 0xab, 0xbf, 0x20, 0x5c, 0xdd, 0xf1, 0x9d, 0xbc, 0xf6, 0x32, 0xda, - 0x40, 0xb7, 0xd8, 0x06, 0x79, 0x8c, 0xef, 0x8f, 0x65, 0x17, 0xd2, 0x0b, 0x62, 0x8a, 0x95, 0x69, - 0xee, 0xa9, 0x5d, 0x68, 0x5b, 0xa1, 0x5d, 0xb4, 0x6d, 0x7e, 0x68, 0xe2, 0xe8, 0x78, 0x78, 0xad, - 0xbe, 0x8b, 0xab, 0x4d, 0x18, 0x42, 0x0e, 0x85, 0x94, 0x17, 0xd3, 0xf8, 0xf5, 0x65, 0x4c, 0x92, - 0x83, 0x47, 0x7e, 0x50, 0x70, 0x29, 0x7d, 0x26, 0xc9, 0x87, 0x85, 0x5c, 0x73, 0x57, 0xa8, 0xf2, - 0xd1, 0xdc, 0xf8, 0x68, 0x19, 0xd4, 0xaf, 0xd0, 0xf9, 0xef, 0x7f, 0x7e, 0xa9, 0x7c, 0x81, 0xc8, - 0xa3, 0x0b, 0x07, 0x3e, 0x8d, 0x86, 0xe5, 0x03, 0x3f, 0x60, 0x9f, 0xc0, 0xbe, 0xe0, 0x7a, 0x5d, - 0xb7, 0x5d, 0xa0, 0x62, 0xfa, 0xa7, 0xc0, 0xf5, 0xfa, 0x59, 0x6c, 0xd3, 0x32, 0xd9, 0x9e, 0x49, - 0xba, 0xc5, 0x60, 0xa0, 0x47, 0x5e, 0xc0, 0xe8, 0x08, 0xa8, 0x0c, 0x8e, 0x39, 0x04, 0xe1, 0x6f, - 0x46, 0x4e, 0xf2, 0x8d, 0x82, 0x97, 0xd2, 0x16, 0x83, 0xbc, 0x5f, 0x48, 0x39, 0x67, 0x9f, 0x2a, - 0x73, 0x0c, 0x57, 0xba, 0x46, 0xe1, 0x0b, 0xcf, 0x53, 0xe8, 0x32, 0x19, 0xbd, 0x7e, 0xf6, 0x7f, - 0x8d, 0xd2, 0xc1, 0x85, 0x0a, 0x5d, 0xc9, 0x49, 0x7e, 0x53, 0xf0, 0x72, 0x86, 0x11, 0x90, 0xe2, - 0xc9, 0xc8, 0xb7, 0x90, 0xb9, 0x94, 0xfa, 0x39, 0x52, 0xea, 0x27, 0xa4, 0xce, 0x3f, 0x4d, 0xef, - 0xa5, 0x59, 0xc3, 0x9e, 0xab, 0xde, 0xfa, 0x88, 0xa5, 0x16, 0x22, 0xff, 0x2a, 0x78, 0x39, 0xc3, - 0xbd, 0xae, 0xa1, 0x69, 0xbe, 0xef, 0xcd, 0xa5, 0xe9, 0x5f, 0x91, 0xa6, 0x7f, 0xa0, 0x46, 0x7b, - 0xa6, 0x40, 0xda, 0xe7, 0xd9, 0x0d, 0x27, 0x32, 0x5d, 0xe7, 0xd3, 0x86, 0x33, 0x4f, 0x95, 0x9b, - 0x8e, 0x6e, 0xba, 0xf6, 0x9f, 0x2b, 0x78, 0x39, 0xc3, 0x76, 0xaf, 0xa1, 0x7d, 0xbe, 0x61, 0x57, - 0x4a, 0x09, 0xeb, 0x37, 0xc2, 0xcf, 0xc8, 0xd9, 0x76, 0xd7, 0x9f, 0x67, 0xbb, 0xeb, 0xb7, 0xbe, - 0xdd, 0x4f, 0x7e, 0x44, 0xf8, 0xe1, 0x3e, 0x1b, 0x15, 0xf1, 0x7e, 0x52, 0x4a, 0x50, 0xee, 0x86, - 0x0c, 0xbb, 0x68, 0xaf, 0x15, 0x43, 0x5d, 0x36, 0xb4, 0xa9, 0xab, 0xb1, 0xc0, 0xd5, 0x5d, 0xa0, - 0x92, 0xbf, 0x1e, 0x3d, 0xb2, 0x7d, 0x8f, 0x67, 0x7e, 0x8a, 0x3f, 0x9e, 0x85, 0xfe, 0x41, 0xe8, - 0x5b, 0x45, 0x69, 0x6e, 0x7d, 0xa7, 0xac, 0x3d, 0x8d, 0x72, 0x6e, 0xca, 0x76, 0x9a, 0xb3, 0x76, - 0x76, 0x23, 0xd0, 0xe0, 0x8e, 0xcc, 0xff, 0xce, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xdc, 0xc9, - 0xd4, 0x00, 0x63, 0x0c, 0x00, 0x00, + 0x14, 0x66, 0x5c, 0x58, 0xed, 0xce, 0xf2, 0xa3, 0x3b, 0x54, 0x69, 0x70, 0x69, 0x1a, 0xbc, 0x08, + 0x55, 0x39, 0xd8, 0x6a, 0xe0, 0xb2, 0x2c, 0x3f, 0xa4, 0x6d, 0xdc, 0x55, 0xa4, 0x4d, 0x1a, 0x39, + 0xe9, 0x4a, 0xf4, 0x62, 0x39, 0xf1, 0xab, 0x65, 0x9a, 0xcc, 0x18, 0xcf, 0xa4, 0x4b, 0x76, 0xb5, + 0x97, 0xbd, 0x72, 0xe0, 0x80, 0xc4, 0x89, 0x0b, 0x1c, 0x39, 0x70, 0x40, 0x5c, 0xb8, 0xc1, 0x99, + 0x13, 0xe2, 0x2f, 0x40, 0xe2, 0xc0, 0x3f, 0x80, 0x04, 0x37, 0xe4, 0xb1, 0xd3, 0x94, 0xfa, 0x57, + 0x1b, 0x7a, 0x8a, 0x3d, 0x33, 0xef, 0xbd, 0xef, 0xfb, 0xfc, 0xde, 0x97, 0xc1, 0x77, 0x3c, 0xc6, + 0xbc, 0x31, 0x18, 0xa3, 0x31, 0x9b, 0xba, 0x86, 0xeb, 0x3b, 0x63, 0xe6, 0x1d, 0x8d, 0xd9, 0x23, + 0xe3, 0xa4, 0x39, 0x04, 0xe1, 0xec, 0x18, 0x1c, 0x38, 0xf7, 0x19, 0xb5, 0x81, 0x0a, 0x5f, 0xcc, + 0x6c, 0x31, 0x0b, 0x40, 0x0f, 0x42, 0x26, 0x18, 0xd9, 0x8a, 0x43, 0x75, 0x19, 0xaa, 0x2f, 0x42, + 0xf5, 0x24, 0x54, 0x7d, 0x3d, 0xc9, 0xed, 0x04, 0xbe, 0xe1, 0x50, 0xca, 0x84, 0x23, 0x7c, 0x46, + 0x79, 0x1c, 0xae, 0xbe, 0x76, 0x66, 0x37, 0x04, 0xce, 0xa6, 0xe1, 0x28, 0xc9, 0xac, 0xee, 0x94, + 0x81, 0x4a, 0x81, 0x51, 0x37, 0x92, 0x10, 0xf9, 0x36, 0x9c, 0x1e, 0x19, 0x30, 0x09, 0xc4, 0x2c, + 0xd9, 0xac, 0x9f, 0xdf, 0x3c, 0xf2, 0x61, 0xec, 0xda, 0x13, 0x87, 0x1f, 0xc7, 0x27, 0xb4, 0xbf, + 0x14, 0x7c, 0xab, 0x1f, 0x33, 0x35, 0x65, 0xee, 0xc1, 0x2c, 0x00, 0x42, 0xf0, 0xf3, 0xd4, 0x99, + 0x40, 0x15, 0xd5, 0xd1, 0xf6, 0x0d, 0x4b, 0x3e, 0x93, 0x47, 0x78, 0x2d, 0xa9, 0xce, 0x4e, 0x20, + 0x0c, 0x7d, 0x17, 0xec, 0x09, 0x73, 0xa1, 0xaa, 0xd4, 0xd1, 0xf6, 0xcb, 0x4d, 0x53, 0x2f, 0x11, + 0x45, 0x4f, 0x55, 0xd1, 0xe3, 0xc7, 0xfd, 0x24, 0x5b, 0x87, 0xb9, 0x60, 0x11, 0x48, 0xad, 0x91, + 0x2e, 0xbe, 0x2e, 0x57, 0x7d, 0xe0, 0xd5, 0x95, 0xfa, 0xca, 0xf6, 0xcd, 0x66, 0xb3, 0xb4, 0x58, + 0xaa, 0x8a, 0x75, 0x9a, 0x43, 0x7b, 0x86, 0x30, 0x49, 0x97, 0x26, 0x6f, 0xe2, 0xba, 0xd9, 0x1d, + 0xb4, 0x07, 0x1f, 0xd9, 0xfb, 0x0f, 0x4d, 0xcb, 0x6a, 0xb7, 0x4c, 0xbb, 0xb3, 0xdf, 0x32, 0xed, + 0x83, 0x6e, 0xbf, 0x67, 0xee, 0xb6, 0xf7, 0xda, 0x66, 0x6b, 0xf5, 0x39, 0xf2, 0x06, 0xde, 0xcc, + 0x3c, 0x35, 0x7f, 0x5b, 0x45, 0xe4, 0x36, 0xde, 0xca, 0x3c, 0xd2, 0x3f, 0xe8, 0xf5, 0x1e, 0x98, + 0x1d, 0xb3, 0x3b, 0x58, 0x55, 0x34, 0x8e, 0x37, 0x1f, 0xf8, 0x5c, 0xa4, 0x44, 0xe1, 0x16, 0x7c, + 0x32, 0x05, 0x2e, 0x48, 0x05, 0x5f, 0x0b, 0x9c, 0x10, 0xa8, 0x48, 0x3e, 0x42, 0xf2, 0x46, 0x36, + 0xf0, 0x8d, 0xc0, 0xf1, 0xc0, 0xe6, 0xfe, 0xe3, 0x58, 0xfb, 0x17, 0xac, 0xeb, 0xd1, 0x42, 0xdf, + 0x7f, 0x0c, 0x64, 0x13, 0x63, 0xb9, 0x29, 0xd8, 0x31, 0xd0, 0xea, 0x8a, 0x0c, 0x94, 0xc7, 0x07, + 0xd1, 0x82, 0xf6, 0x1d, 0xc2, 0xb5, 0xbc, 0xaa, 0x3c, 0x60, 0x94, 0x03, 0x71, 0xf1, 0x5a, 0x46, + 0xe3, 0xf3, 0x2a, 0xba, 0xa0, 0xf0, 0xa9, 0xd4, 0x16, 0xe1, 0xa9, 0x6a, 0xe4, 0x2d, 0xfc, 0x0a, + 0x85, 0x4f, 0x85, 0x7d, 0x06, 0xac, 0x22, 0xc1, 0xbe, 0x14, 0x2d, 0xf7, 0x4e, 0x01, 0xef, 0xe0, + 0x8d, 0xfb, 0x90, 0x86, 0x3b, 0xd7, 0x28, 0xa3, 0x4d, 0xb5, 0xaf, 0x10, 0xae, 0xed, 0x86, 0xe0, + 0x08, 0xc8, 0x0d, 0xcb, 0x93, 0x76, 0x88, 0x5f, 0xcd, 0xe0, 0x2e, 0x91, 0x2d, 0x47, 0xfd, 0x56, + 0x8a, 0xba, 0xf6, 0x33, 0xc2, 0xb5, 0x83, 0xc0, 0x2d, 0x82, 0x97, 0x03, 0x03, 0x5d, 0x21, 0x0c, + 0x72, 0x17, 0xdf, 0x9c, 0x4a, 0x14, 0xd2, 0x0b, 0x12, 0x8a, 0xea, 0x3c, 0xf7, 0xdc, 0x2e, 0xf4, + 0xbd, 0xc8, 0x2e, 0x3a, 0x0e, 0x3f, 0xb6, 0x70, 0x7c, 0x3c, 0x7a, 0xd6, 0xde, 0xc1, 0xb5, 0x16, + 0x8c, 0xa1, 0x80, 0x42, 0xc6, 0x87, 0x69, 0xfe, 0xf2, 0x22, 0x26, 0xe9, 0xc6, 0x23, 0xdf, 0x2b, + 0xb8, 0x92, 0xdd, 0x93, 0xe4, 0x83, 0x52, 0xae, 0x85, 0x23, 0xa4, 0x7e, 0xb8, 0x74, 0x7c, 0x3c, + 0x0c, 0xda, 0x97, 0xe8, 0xd9, 0x6f, 0x7f, 0x7c, 0xa1, 0x7c, 0x8e, 0xc8, 0x9d, 0x53, 0x07, 0x7e, + 0x12, 0x37, 0xcb, 0xfb, 0x41, 0xc8, 0x3e, 0x86, 0x91, 0xe0, 0x46, 0xc3, 0x70, 0x3c, 0xa0, 0x62, + 0xfe, 0x7f, 0xc1, 0x8d, 0xc6, 0xd3, 0xc4, 0xa6, 0x65, 0xb2, 0x43, 0x8b, 0xf4, 0xca, 0x83, 0x81, + 0x9e, 0xf8, 0x21, 0xa3, 0x13, 0xa0, 0x72, 0x71, 0xca, 0x21, 0x8c, 0x7e, 0x73, 0x72, 0x92, 0xaf, + 0x15, 0xbc, 0x96, 0x35, 0x18, 0xe4, 0xbd, 0x52, 0xca, 0x05, 0xf3, 0xa4, 0x2e, 0xd1, 0x5c, 0xd9, + 0x1a, 0x45, 0x1f, 0xbc, 0x48, 0xa1, 0xb3, 0x64, 0x8c, 0xc6, 0xd3, 0xff, 0x6a, 0x94, 0x1d, 0x5c, + 0xaa, 0xd0, 0xb9, 0x9c, 0xe4, 0x57, 0x05, 0xaf, 0xe7, 0x18, 0x01, 0x29, 0xef, 0x8c, 0x62, 0x0b, + 0x59, 0x4a, 0xa9, 0x9f, 0x62, 0xa5, 0x7e, 0x44, 0xda, 0xf2, 0xdd, 0xf4, 0x6e, 0x96, 0x35, 0x1c, + 0x7a, 0xda, 0x95, 0xb7, 0x58, 0x66, 0x21, 0xf2, 0x8f, 0x82, 0xd7, 0x73, 0xdc, 0xeb, 0x02, 0x9a, + 0x16, 0xfb, 0xde, 0x52, 0x9a, 0xfe, 0x19, 0x6b, 0xfa, 0x3b, 0x6a, 0x76, 0x16, 0x0a, 0x64, 0xdd, + 0xdc, 0x2e, 0xd9, 0x91, 0xd9, 0x3a, 0x3f, 0x69, 0xba, 0xcb, 0x54, 0xb9, 0x6c, 0xeb, 0x66, 0x6b, + 0xff, 0x99, 0x82, 0xd7, 0x73, 0x6c, 0xf7, 0x02, 0xda, 0x17, 0x1b, 0xb6, 0x5a, 0x49, 0x59, 0xbf, + 0x19, 0x5d, 0x23, 0x17, 0xd3, 0xdd, 0xf8, 0x3f, 0xd3, 0xdd, 0xb8, 0xf2, 0xe9, 0xbe, 0xf7, 0x03, + 0xc2, 0xb7, 0x47, 0x6c, 0x52, 0xc6, 0xfb, 0x5e, 0x25, 0x45, 0xb9, 0x17, 0x31, 0xec, 0xa1, 0xc3, + 0x76, 0x12, 0xea, 0xb1, 0xb1, 0x43, 0x3d, 0x9d, 0x85, 0x9e, 0xe1, 0x01, 0x95, 0xfc, 0x8d, 0x78, + 0xcb, 0x09, 0x7c, 0x9e, 0x7b, 0x15, 0xbf, 0xbb, 0x58, 0xfa, 0x1b, 0xa1, 0x6f, 0x14, 0xa5, 0xb5, + 0xf7, 0xad, 0xb2, 0x75, 0x3f, 0xce, 0xb9, 0x2b, 0xe1, 0xb4, 0x16, 0x70, 0x1e, 0xc6, 0x41, 0xc3, + 0x6b, 0x32, 0xff, 0xdb, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x6d, 0x34, 0x40, 0x7e, 0x0c, + 0x00, 0x00, } diff --git a/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go b/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go index 18effe0837d82dcbfa6e048d17d9063aa595eaf2..ad9c36c933468c21ddbe883a17d60f0646467a8e 100644 --- a/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go +++ b/googleapis/cloud/dialogflow/v2beta1/webhook.pb.go @@ -24,7 +24,9 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type WebhookRequest struct { // The unique identifier of detectIntent request session. // Can be used to identify end-user inside webhook implementation. - // Format: `projects/<Project ID>/agent/sessions/<Session ID>`. + // Format: `projects/<Project ID>/agent/sessions/<Session ID>`, or + // `projects/<Project ID>/agent/environments/<Environment ID>/users/<User + // ID>/sessions/<Session ID>`. Session string `protobuf:"bytes,4,opt,name=session,proto3" json:"session,omitempty"` // The unique identifier of the response. Contains the same value as // `[Streaming]DetectIntentResponse.response_id`. @@ -46,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_b494187eb8307e70, []int{0} + return fileDescriptor_webhook_b1d00c3222173cc4, []int{0} } func (m *WebhookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookRequest.Unmarshal(m, b) @@ -154,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_b494187eb8307e70, []int{1} + return fileDescriptor_webhook_b1d00c3222173cc4, []int{1} } func (m *WebhookResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WebhookResponse.Unmarshal(m, b) @@ -232,21 +234,19 @@ type OriginalDetectIntentRequest struct { // Optional. The version of the protocol used for this request. // This field is AoG-specific. Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` - // Optional. This field is set to the value of `QueryParameters.payload` field - // passed in the request. + // Optional. This field is set to the value of the `QueryParameters.payload` + // field passed in the request. Some integrations that query a Dialogflow + // agent may provide additional information in the payload. // - // This field is used for the telephony gateway. It should have a - // structure similar to this JSON message: + // In particular for the Telephony Gateway this field has the form: // <pre>{ // "telephony": { // "caller_id": "+18558363987" // } // }</pre> - // Note: The caller ID field (`caller_id`) will be in - // [E.164 format](https://en.wikipedia.org/wiki/E.164) and is only supported - // for Enterprise Edition and not for Standard Edition agents. When the - // telephony gateway is used with a standard tier agent the `caller_id` field - // above will have a value of `REDACTED_IN_STANDARD_TIER_AGENT`. + // Note: The caller ID field (`caller_id`) will be redacted for Standard + // Edition agents and populated with the caller ID in [E.164 + // format](https://en.wikipedia.org/wiki/E.164) for Enterprise Edition agents. Payload *_struct.Struct `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -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_b494187eb8307e70, []int{2} + return fileDescriptor_webhook_b1d00c3222173cc4, []int{2} } func (m *OriginalDetectIntentRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_OriginalDetectIntentRequest.Unmarshal(m, b) @@ -305,47 +305,48 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/dialogflow/v2beta1/webhook.proto", fileDescriptor_webhook_b494187eb8307e70) + proto.RegisterFile("google/cloud/dialogflow/v2beta1/webhook.proto", fileDescriptor_webhook_b1d00c3222173cc4) } -var fileDescriptor_webhook_b494187eb8307e70 = []byte{ - // 603 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xcf, 0x6e, 0xd4, 0x30, - 0x10, 0xc6, 0x95, 0x5d, 0xe8, 0x1f, 0x6f, 0xd5, 0x45, 0xa6, 0xa2, 0xa1, 0x45, 0x74, 0x55, 0x0e, - 0x2c, 0xa2, 0x24, 0x6a, 0x39, 0xc2, 0xa9, 0x2d, 0xa0, 0x3d, 0xa0, 0xb6, 0x01, 0x81, 0x84, 0x84, - 0x22, 0x6f, 0x32, 0x9b, 0x46, 0xb8, 0x9e, 0x34, 0xb6, 0x77, 0xdb, 0x23, 0x1c, 0x79, 0x0c, 0x8e, - 0x7d, 0x10, 0x9e, 0x89, 0x23, 0x8a, 0xed, 0xb0, 0xe1, 0x50, 0x52, 0x8e, 0x33, 0x9e, 0xef, 0xe7, - 0xf1, 0x97, 0x99, 0x90, 0x67, 0x19, 0x62, 0xc6, 0x21, 0x4c, 0x38, 0xea, 0x34, 0x4c, 0x73, 0xc6, - 0x31, 0x9b, 0x70, 0x9c, 0x85, 0xd3, 0xbd, 0x31, 0x28, 0xb6, 0x1b, 0xce, 0x60, 0x7c, 0x8a, 0xf8, - 0x25, 0x28, 0x4a, 0x54, 0x48, 0xb7, 0x6c, 0x79, 0x60, 0xca, 0x83, 0x79, 0x79, 0xe0, 0xca, 0x37, - 0x1e, 0x38, 0x1e, 0x2b, 0xf2, 0x90, 0x09, 0x81, 0x8a, 0xa9, 0x1c, 0x85, 0xb4, 0xf2, 0x8d, 0xd6, - 0xdb, 0x12, 0x14, 0x0a, 0x2e, 0x94, 0x2b, 0xdf, 0x69, 0x2b, 0xcf, 0x85, 0x02, 0xa1, 0x6e, 0x0a, - 0x97, 0x20, 0x65, 0x8e, 0xc2, 0x95, 0xd7, 0x9d, 0x9a, 0x68, 0xac, 0x27, 0xa1, 0x54, 0xa5, 0x4e, - 0x1c, 0x6c, 0xfb, 0x7b, 0x97, 0xac, 0x7e, 0xb4, 0x4f, 0x8f, 0xe0, 0x5c, 0x83, 0x54, 0xd4, 0x27, - 0x8b, 0x8e, 0xe0, 0xdf, 0x1a, 0x78, 0xc3, 0xe5, 0xa8, 0x0e, 0xe9, 0x16, 0xe9, 0x95, 0x20, 0x0b, - 0x14, 0x12, 0xe2, 0x3c, 0xf5, 0x3d, 0x73, 0x4a, 0xea, 0xd4, 0x28, 0xa5, 0x47, 0x64, 0xe5, 0x5c, - 0x43, 0x79, 0x19, 0x97, 0x20, 0x35, 0x57, 0x7e, 0x67, 0xe0, 0x0d, 0x7b, 0x7b, 0x3b, 0x41, 0x8b, - 0x9b, 0xc1, 0x49, 0x25, 0x8a, 0x8c, 0x26, 0xea, 0x9d, 0xcf, 0x03, 0x7a, 0x4a, 0xee, 0x33, 0xae, - 0xa0, 0x14, 0x4c, 0xe5, 0x53, 0x88, 0x9b, 0x70, 0xe9, 0xdf, 0x1e, 0x74, 0xff, 0x9b, 0xbe, 0xde, - 0xc0, 0x35, 0xf2, 0x92, 0x7e, 0xf5, 0xc8, 0x43, 0x2c, 0xf3, 0x2c, 0x17, 0x8c, 0xc7, 0x29, 0x28, - 0x48, 0x54, 0x6c, 0x6d, 0x8f, 0x4b, 0x6b, 0x8c, 0xdf, 0x35, 0xaf, 0x79, 0xd9, 0x7a, 0xdf, 0x91, - 0xc3, 0x1c, 0x1a, 0xca, 0xc8, 0x40, 0x9c, 0xb9, 0xd1, 0x26, 0x5e, 0x7f, 0xb8, 0xfd, 0xb3, 0x4b, - 0xfa, 0x7f, 0x3e, 0x86, 0x35, 0x95, 0x3e, 0x21, 0x77, 0x26, 0x9a, 0x4f, 0x72, 0xce, 0xcf, 0xaa, - 0x5e, 0xaa, 0xa9, 0x71, 0xc6, 0xf7, 0x1b, 0xf9, 0xf7, 0x70, 0xa1, 0xe8, 0x98, 0xac, 0x35, 0x4b, - 0xcf, 0x40, 0x4a, 0x96, 0x81, 0xf4, 0x3b, 0xc6, 0xa7, 0xb0, 0xb5, 0x6f, 0xdb, 0x4c, 0xf0, 0xd6, - 0xea, 0xa2, 0xbb, 0x0d, 0x98, 0xcb, 0x49, 0x7a, 0x8f, 0x2c, 0x48, 0xd4, 0x65, 0x02, 0xc6, 0x8d, - 0xe5, 0xc8, 0x45, 0x74, 0x97, 0x2c, 0x16, 0xec, 0x92, 0x23, 0x4b, 0xcd, 0xd0, 0xf4, 0xf6, 0xd6, - 0xeb, 0xeb, 0xea, 0xb9, 0x0b, 0xde, 0x99, 0xb9, 0x8b, 0xea, 0x3a, 0x7a, 0x42, 0xfa, 0xa8, 0x55, - 0xa1, 0x55, 0xec, 0xb6, 0xa1, 0xfe, 0xa2, 0xc3, 0xd6, 0x4e, 0x0f, 0xac, 0x20, 0x5a, 0xb5, 0x00, - 0x17, 0x4a, 0xfa, 0x99, 0xac, 0x4d, 0x90, 0x73, 0x9c, 0xe9, 0x22, 0x86, 0x69, 0x65, 0x42, 0x2e, - 0x0a, 0xad, 0xfc, 0x05, 0xd3, 0xd2, 0xd3, 0x56, 0xee, 0xab, 0x4a, 0x33, 0xaa, 0x24, 0x11, 0xad, - 0x41, 0xf3, 0x1c, 0x7d, 0x4c, 0xfa, 0x20, 0x52, 0x33, 0x16, 0x25, 0x4b, 0xaa, 0x85, 0xf7, 0x97, - 0x06, 0xde, 0x70, 0x29, 0x5a, 0x05, 0x91, 0x8e, 0xe6, 0xd9, 0xed, 0x6f, 0x1e, 0xd9, 0xfc, 0xc7, - 0x14, 0x34, 0x5c, 0xf4, 0xfe, 0x72, 0xd1, 0x27, 0x8b, 0x53, 0x28, 0xcd, 0xea, 0x75, 0xec, 0xea, - 0xb9, 0xb0, 0xe9, 0x6f, 0xf7, 0x66, 0xfe, 0xee, 0x5f, 0x79, 0xe4, 0x51, 0x82, 0x67, 0x6d, 0x8f, - 0xde, 0x5f, 0x71, 0x23, 0x77, 0x5c, 0x81, 0x8e, 0xbd, 0x4f, 0x23, 0x27, 0xc8, 0x90, 0x33, 0x91, - 0x05, 0x58, 0x66, 0x61, 0x06, 0xc2, 0x5c, 0x13, 0xda, 0x23, 0x56, 0xe4, 0xf2, 0xda, 0xdf, 0xcf, - 0x8b, 0x79, 0xea, 0x97, 0xe7, 0xfd, 0xe8, 0x74, 0x0e, 0x5f, 0x5f, 0x75, 0xb6, 0xde, 0x58, 0xe6, - 0x81, 0x69, 0xe2, 0x70, 0xde, 0xc4, 0x07, 0x2b, 0x1a, 0x2f, 0x18, 0xfe, 0xf3, 0xdf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x42, 0x28, 0x28, 0xef, 0xa8, 0x05, 0x00, 0x00, +var fileDescriptor_webhook_b1d00c3222173cc4 = []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, + 0x44, 0x49, 0xd4, 0x72, 0x42, 0x70, 0x6a, 0x0b, 0x68, 0x0f, 0xa8, 0x6d, 0x40, 0x20, 0x21, 0xa1, + 0xc8, 0x9b, 0xcc, 0xa6, 0x16, 0xae, 0x9d, 0xc6, 0xf6, 0x6e, 0xf7, 0x08, 0x47, 0x7e, 0x06, 0xc7, + 0xfe, 0x10, 0x7e, 0x13, 0x47, 0x14, 0xdb, 0x21, 0x01, 0xa9, 0xa4, 0x1c, 0x67, 0xe6, 0xbd, 0xe7, + 0xc9, 0x9b, 0x99, 0xa0, 0x27, 0x99, 0x10, 0x19, 0x83, 0x30, 0x61, 0x42, 0xa7, 0x61, 0x4a, 0x09, + 0x13, 0xd9, 0x84, 0x89, 0x59, 0x38, 0xdd, 0x1b, 0x83, 0x22, 0xbb, 0xe1, 0x0c, 0xc6, 0xa7, 0x42, + 0x7c, 0x0e, 0xf2, 0x42, 0x28, 0x81, 0xb7, 0x2c, 0x3c, 0x30, 0xf0, 0xa0, 0x86, 0x07, 0x0e, 0xbe, + 0xd1, 0xaa, 0x97, 0x08, 0xae, 0xe0, 0x42, 0x59, 0xbd, 0x8d, 0x9d, 0x36, 0x38, 0xe5, 0x0a, 0x78, + 0x85, 0x6e, 0x15, 0x97, 0x20, 0x25, 0x15, 0xdc, 0xc1, 0x9f, 0x5d, 0x13, 0x1e, 0x03, 0x57, 0x54, + 0xcd, 0x63, 0x35, 0xcf, 0xc1, 0x51, 0xef, 0x39, 0xaa, 0x89, 0xc6, 0x7a, 0x12, 0x4a, 0x55, 0xe8, + 0x44, 0xfd, 0x55, 0x25, 0x39, 0x0d, 0x09, 0xe7, 0x42, 0x11, 0x45, 0x05, 0x97, 0xb6, 0xba, 0xfd, + 0xad, 0x8b, 0x56, 0x3f, 0x58, 0xd7, 0x22, 0x38, 0xd7, 0x20, 0x15, 0xf6, 0xd1, 0xa2, 0x7b, 0xcb, + 0xbf, 0x31, 0xf0, 0x86, 0xcb, 0x51, 0x15, 0xe2, 0x2d, 0xd4, 0x2b, 0x40, 0xe6, 0x82, 0x4b, 0x88, + 0x69, 0xea, 0x7b, 0xa6, 0x8a, 0xaa, 0xd4, 0x28, 0xc5, 0x47, 0x68, 0xe5, 0x5c, 0x43, 0x31, 0x8f, + 0x0b, 0x90, 0x9a, 0x29, 0xbf, 0x33, 0xf0, 0x86, 0xbd, 0xbd, 0x9d, 0xa0, 0x65, 0x10, 0xc1, 0x49, + 0x49, 0x8a, 0x0c, 0x27, 0xea, 0x9d, 0xd7, 0x01, 0x3e, 0x45, 0x77, 0x09, 0x53, 0x50, 0x70, 0xa2, + 0xe8, 0x14, 0xe2, 0xa6, 0xb8, 0xf4, 0x6f, 0x0e, 0xba, 0xff, 0xad, 0xbe, 0xde, 0x90, 0x6b, 0xe4, + 0x25, 0xfe, 0xe2, 0xa1, 0xfb, 0xa2, 0xa0, 0x19, 0xe5, 0x84, 0xc5, 0x29, 0x28, 0x48, 0x54, 0x6c, + 0xe7, 0x19, 0x17, 0xd6, 0x18, 0xbf, 0x6b, 0xbe, 0xe6, 0x45, 0xeb, 0x7b, 0x47, 0x4e, 0xe6, 0xd0, + 0xa8, 0x8c, 0x8c, 0x88, 0x33, 0x37, 0xda, 0x14, 0x57, 0x17, 0xb7, 0x7f, 0x74, 0x51, 0xff, 0xf7, + 0x30, 0xac, 0xa9, 0xf8, 0x11, 0xba, 0x35, 0xd1, 0x6c, 0x42, 0x19, 0x3b, 0x2b, 0x7b, 0x29, 0xd7, + 0xd1, 0x19, 0xdf, 0x6f, 0xe4, 0xdf, 0xc1, 0x85, 0xc2, 0x63, 0xb4, 0xd6, 0x84, 0x9e, 0x81, 0x94, + 0x24, 0x03, 0xe9, 0x77, 0x8c, 0x4f, 0x61, 0x6b, 0xdf, 0xb6, 0x99, 0xe0, 0x8d, 0xe5, 0x45, 0xb7, + 0x1b, 0x62, 0x2e, 0x27, 0xf1, 0x1d, 0xb4, 0x20, 0x85, 0x2e, 0x12, 0x30, 0x6e, 0x2c, 0x47, 0x2e, + 0xc2, 0xbb, 0x68, 0x31, 0x27, 0x73, 0x26, 0x48, 0x6a, 0x96, 0xa6, 0xb7, 0xb7, 0x5e, 0x3d, 0x57, + 0x6d, 0x65, 0xf0, 0xd6, 0x6c, 0x65, 0x54, 0xe1, 0xf0, 0x09, 0xea, 0x0b, 0xad, 0x72, 0xad, 0x62, + 0x77, 0x66, 0xd5, 0x44, 0x87, 0xad, 0x9d, 0x1e, 0x58, 0x42, 0xb4, 0x6a, 0x05, 0x5c, 0x28, 0xf1, + 0x27, 0xb4, 0x36, 0x11, 0x8c, 0x89, 0x99, 0xce, 0x63, 0x98, 0x96, 0x26, 0x50, 0x9e, 0x6b, 0xe5, + 0x2f, 0x98, 0x96, 0x1e, 0xb7, 0xea, 0xbe, 0x2c, 0x39, 0xa3, 0x92, 0x12, 0xe1, 0x4a, 0xa8, 0xce, + 0xe1, 0x87, 0xa8, 0x0f, 0x3c, 0x35, 0x6b, 0x51, 0x90, 0xa4, 0x3c, 0x23, 0x7f, 0x69, 0xe0, 0x0d, + 0x97, 0xa2, 0x55, 0xe0, 0xe9, 0xa8, 0xce, 0x6e, 0x7f, 0xf5, 0xd0, 0xe6, 0x3f, 0xb6, 0xa0, 0xe1, + 0xa2, 0xf7, 0x87, 0x8b, 0x3e, 0x5a, 0x9c, 0x42, 0x61, 0x4e, 0xaf, 0x63, 0x4f, 0xcf, 0x85, 0x4d, + 0x7f, 0xbb, 0xd7, 0xf3, 0x77, 0xff, 0xd2, 0x43, 0x0f, 0x12, 0x71, 0xd6, 0xf6, 0xd1, 0xfb, 0x2b, + 0x6e, 0xe5, 0x8e, 0x4b, 0xa1, 0x63, 0xef, 0xe3, 0xc8, 0x11, 0x32, 0xc1, 0x08, 0xcf, 0x02, 0x51, + 0x64, 0x61, 0x06, 0xdc, 0x3c, 0x13, 0xda, 0x12, 0xc9, 0xa9, 0xbc, 0xf2, 0x47, 0xf5, 0xbc, 0x4e, + 0xfd, 0xf4, 0xbc, 0xef, 0x9d, 0xce, 0xe1, 0xab, 0xcb, 0xce, 0xd6, 0x6b, 0xab, 0x79, 0x60, 0x9a, + 0x38, 0xac, 0x9b, 0x78, 0x6f, 0x49, 0xe3, 0x05, 0xa3, 0xff, 0xf4, 0x57, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xfb, 0x83, 0x9a, 0x89, 0xe3, 0x05, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/application.pb.go b/googleapis/cloud/talent/v4beta1/application.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..49bfa3ab058bcc8fb18ae034b4afa73bcd012888 --- /dev/null +++ b/googleapis/cloud/talent/v4beta1/application.pb.go @@ -0,0 +1,420 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/talent/v4beta1/application.proto + +package talent // import "google.golang.org/genproto/googleapis/cloud/talent/v4beta1" + +import proto "github.com/golang/protobuf/proto" +import fmt "fmt" +import math "math" +import timestamp "github.com/golang/protobuf/ptypes/timestamp" +import wrappers "github.com/golang/protobuf/ptypes/wrappers" +import _ "google.golang.org/genproto/googleapis/api/annotations" +import date "google.golang.org/genproto/googleapis/type/date" + +// Reference imports to suppress errors if they are not otherwise used. +var _ = proto.Marshal +var _ = fmt.Errorf +var _ = math.Inf + +// This is a compile-time assertion to ensure that this generated file +// is compatible with the proto package it is being compiled against. +// A compilation 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 that represents the application status. +type Application_ApplicationState int32 + +const ( + // Default value. + Application_APPLICATION_STATE_UNSPECIFIED Application_ApplicationState = 0 + // The current stage is in progress or pending, for example, interviews in + // progress. + Application_IN_PROGRESS Application_ApplicationState = 1 + // The current stage was terminated by a candidate decision. + Application_CANDIDATE_WITHDREW Application_ApplicationState = 2 + // The current stage was terminated by an employer or agency decision. + Application_EMPLOYER_WITHDREW Application_ApplicationState = 3 + // The current stage is successfully completed, but the next stage (if + // applicable) has not begun. + Application_COMPLETED Application_ApplicationState = 4 + // The current stage was closed without an exception, or terminated for + // reasons unrealated to the candidate. + Application_CLOSED Application_ApplicationState = 5 +) + +var Application_ApplicationState_name = map[int32]string{ + 0: "APPLICATION_STATE_UNSPECIFIED", + 1: "IN_PROGRESS", + 2: "CANDIDATE_WITHDREW", + 3: "EMPLOYER_WITHDREW", + 4: "COMPLETED", + 5: "CLOSED", +} +var Application_ApplicationState_value = map[string]int32{ + "APPLICATION_STATE_UNSPECIFIED": 0, + "IN_PROGRESS": 1, + "CANDIDATE_WITHDREW": 2, + "EMPLOYER_WITHDREW": 3, + "COMPLETED": 4, + "CLOSED": 5, +} + +func (x Application_ApplicationState) String() string { + return proto.EnumName(Application_ApplicationState_name, int32(x)) +} +func (Application_ApplicationState) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_application_d5cfb2f503a39d5b, []int{0, 0} +} + +// The stage of the application. +type Application_ApplicationStage int32 + +const ( + // Default value. + Application_APPLICATION_STAGE_UNSPECIFIED Application_ApplicationStage = 0 + // Candidate has applied or a recruiter put candidate into consideration but + // candidate is not yet screened / no decision has been made to move or not + // move the candidate to the next stage. + Application_NEW Application_ApplicationStage = 1 + // A recruiter decided to screen the candidate for this role. + Application_SCREEN Application_ApplicationStage = 2 + // Candidate is being / was sent to the customer / hiring manager for + // detailed review. + Application_HIRING_MANAGER_REVIEW Application_ApplicationStage = 3 + // Candidate was approved by the client / hiring manager and is being / was + // interviewed for the role. + Application_INTERVIEW Application_ApplicationStage = 4 + // Candidate will be / has been given an offer of employment. + Application_OFFER_EXTENDED Application_ApplicationStage = 5 + // Candidate has accepted their offer of employment. + Application_OFFER_ACCEPTED Application_ApplicationStage = 6 + // Candidate has begun (or completed) their employment or assignment with + // the employer. + Application_STARTED Application_ApplicationStage = 7 +) + +var Application_ApplicationStage_name = map[int32]string{ + 0: "APPLICATION_STAGE_UNSPECIFIED", + 1: "NEW", + 2: "SCREEN", + 3: "HIRING_MANAGER_REVIEW", + 4: "INTERVIEW", + 5: "OFFER_EXTENDED", + 6: "OFFER_ACCEPTED", + 7: "STARTED", +} +var Application_ApplicationStage_value = map[string]int32{ + "APPLICATION_STAGE_UNSPECIFIED": 0, + "NEW": 1, + "SCREEN": 2, + "HIRING_MANAGER_REVIEW": 3, + "INTERVIEW": 4, + "OFFER_EXTENDED": 5, + "OFFER_ACCEPTED": 6, + "STARTED": 7, +} + +func (x Application_ApplicationStage) String() string { + return proto.EnumName(Application_ApplicationStage_name, int32(x)) +} +func (Application_ApplicationStage) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_application_d5cfb2f503a39d5b, []int{0, 1} +} + +// Resource that represents a job application record of a candidate. +type Application struct { + // Required during application update. + // + // Resource name assigned to an application by the API. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}", + // for example, + // "projects/api-test-project/tenants/foo/profiles/bar/applications/baz". + Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // Required. + // + // Client side application identifier, used to uniquely identify the + // recruiter. + // + // 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. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", + // for example, "projects/api-test-project/tenants/foo/profiles/bar". + Profile string `protobuf:"bytes,2,opt,name=profile,proto3" json:"profile,omitempty"` + // One of either a job or a company is required. + // + // Resource name of the job which the candidate applied for. + // + // The format is + // "projects/{project_id}/jobs/{job_id}", + // for example, "projects/api-test-project/jobs/bar". + Job string `protobuf:"bytes,4,opt,name=job,proto3" json:"job,omitempty"` + // One of either a job or a company is required. + // + // Resource name of the company which the candidate applied for. + // + // The format is + // "projects/{project_id}/companies/{company_id}", + // for example, "projects/api-test-project/companies/foo". + Company string `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"` + // Optional. + // + // The application date. + ApplicationDate *date.Date `protobuf:"bytes,7,opt,name=application_date,json=applicationDate,proto3" json:"application_date,omitempty"` + // Required. + // + // What is the most recent stage of the application (that is, new, screen, + // send cv, hired, finished work)? This field is intentionally not + // comprehensive of every possible status, but instead, represents statuses + // that would be used to indicate to the ML models good / bad matches. + Stage Application_ApplicationStage `protobuf:"varint,11,opt,name=stage,proto3,enum=google.cloud.talent.v4beta1.Application_ApplicationStage" json:"stage,omitempty"` + // Optional. + // + // The application state. + State Application_ApplicationState `protobuf:"varint,13,opt,name=state,proto3,enum=google.cloud.talent.v4beta1.Application_ApplicationState" json:"state,omitempty"` + // Optional. + // + // All interviews (screen, onsite, etc) conducted as part of this application + // (includes details such as user conducting the interview, timestamp, + // feedback, etc). + Interviews []*Interview `protobuf:"bytes,16,rep,name=interviews,proto3" json:"interviews,omitempty"` + // Optional. + // + // If the candidate is referred by a employee. + Referral *wrappers.BoolValue `protobuf:"bytes,18,opt,name=referral,proto3" json:"referral,omitempty"` + // Required. + // + // Reflects the time that the application was created. + CreateTime *timestamp.Timestamp `protobuf:"bytes,19,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` + // Optional. + // + // The last update timestamp. + UpdateTime *timestamp.Timestamp `protobuf:"bytes,20,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` + // Optional. + // + // Free text reason behind the recruitement outcome (for example, reason for + // withdraw / reject, reason for an unsuccessful finish, and so on). + // + // Number of characters allowed is 100. + OutcomeNotes string `protobuf:"bytes,21,opt,name=outcome_notes,json=outcomeNotes,proto3" json:"outcome_notes,omitempty"` + // Optional. + // + // Outcome positiveness shows how positive the outcome is. + Outcome Outcome `protobuf:"varint,22,opt,name=outcome,proto3,enum=google.cloud.talent.v4beta1.Outcome" json:"outcome,omitempty"` + // Output only. Indicates whether this job application is a match to + // application related filters. This value is only applicable in profile + // search response. + IsMatch *wrappers.BoolValue `protobuf:"bytes,28,opt,name=is_match,json=isMatch,proto3" json:"is_match,omitempty"` + // Output only. Job title snippet shows how the job title is related to a + // search query. It's empty if the job title isn't related to the search + // query. + JobTitleSnippet string `protobuf:"bytes,29,opt,name=job_title_snippet,json=jobTitleSnippet,proto3" json:"job_title_snippet,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_d5cfb2f503a39d5b, []int{0} +} +func (m *Application) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Application.Unmarshal(m, b) +} +func (m *Application) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Application.Marshal(b, m, deterministic) +} +func (dst *Application) XXX_Merge(src proto.Message) { + xxx_messageInfo_Application.Merge(dst, src) +} +func (m *Application) XXX_Size() int { + return xxx_messageInfo_Application.Size(m) +} +func (m *Application) XXX_DiscardUnknown() { + xxx_messageInfo_Application.DiscardUnknown(m) +} + +var xxx_messageInfo_Application proto.InternalMessageInfo + +func (m *Application) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +func (m *Application) GetExternalId() string { + if m != nil { + return m.ExternalId + } + return "" +} + +func (m *Application) GetProfile() string { + if m != nil { + return m.Profile + } + return "" +} + +func (m *Application) GetJob() string { + if m != nil { + return m.Job + } + return "" +} + +func (m *Application) GetCompany() string { + if m != nil { + return m.Company + } + return "" +} + +func (m *Application) GetApplicationDate() *date.Date { + if m != nil { + return m.ApplicationDate + } + return nil +} + +func (m *Application) GetStage() Application_ApplicationStage { + if m != nil { + return m.Stage + } + return Application_APPLICATION_STAGE_UNSPECIFIED +} + +func (m *Application) GetState() Application_ApplicationState { + if m != nil { + return m.State + } + return Application_APPLICATION_STATE_UNSPECIFIED +} + +func (m *Application) GetInterviews() []*Interview { + if m != nil { + return m.Interviews + } + return nil +} + +func (m *Application) GetReferral() *wrappers.BoolValue { + if m != nil { + return m.Referral + } + return nil +} + +func (m *Application) GetCreateTime() *timestamp.Timestamp { + if m != nil { + return m.CreateTime + } + return nil +} + +func (m *Application) GetUpdateTime() *timestamp.Timestamp { + if m != nil { + return m.UpdateTime + } + return nil +} + +func (m *Application) GetOutcomeNotes() string { + if m != nil { + return m.OutcomeNotes + } + return "" +} + +func (m *Application) GetOutcome() Outcome { + if m != nil { + return m.Outcome + } + return Outcome_OUTCOME_UNSPECIFIED +} + +func (m *Application) GetIsMatch() *wrappers.BoolValue { + if m != nil { + return m.IsMatch + } + return nil +} + +func (m *Application) GetJobTitleSnippet() string { + if m != nil { + return m.JobTitleSnippet + } + return "" +} + +func init() { + proto.RegisterType((*Application)(nil), "google.cloud.talent.v4beta1.Application") + proto.RegisterEnum("google.cloud.talent.v4beta1.Application_ApplicationState", Application_ApplicationState_name, Application_ApplicationState_value) + proto.RegisterEnum("google.cloud.talent.v4beta1.Application_ApplicationStage", Application_ApplicationStage_name, Application_ApplicationStage_value) +} + +func init() { + proto.RegisterFile("google/cloud/talent/v4beta1/application.proto", fileDescriptor_application_d5cfb2f503a39d5b) +} + +var fileDescriptor_application_d5cfb2f503a39d5b = []byte{ + // 765 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xdd, 0x6e, 0xe3, 0x44, + 0x18, 0x86, 0x71, 0xd3, 0x36, 0xdd, 0x31, 0xdd, 0xba, 0x03, 0xad, 0x86, 0xb2, 0x4b, 0x42, 0xf9, + 0x51, 0x84, 0x84, 0x2d, 0xca, 0x8f, 0x84, 0x16, 0x21, 0xb9, 0xf6, 0x24, 0x6b, 0x29, 0xb1, 0xad, + 0xb1, 0xd9, 0x02, 0x27, 0xd6, 0xc4, 0x99, 0x1a, 0x47, 0xb6, 0xc7, 0xb2, 0x27, 0xbb, 0xec, 0x0d, + 0x70, 0xcc, 0x35, 0x70, 0xc6, 0xa5, 0x71, 0x17, 0x68, 0xfc, 0xb3, 0x8d, 0xca, 0x92, 0x3d, 0xd8, + 0xb3, 0xf9, 0xde, 0x79, 0xde, 0xcf, 0xef, 0xcc, 0x37, 0x32, 0xf8, 0x32, 0xe1, 0x3c, 0xc9, 0x98, + 0x11, 0x67, 0x7c, 0xb3, 0x32, 0x04, 0xcd, 0x58, 0x21, 0x8c, 0xe7, 0xdf, 0x2c, 0x99, 0xa0, 0x5f, + 0x19, 0xb4, 0x2c, 0xb3, 0x34, 0xa6, 0x22, 0xe5, 0x85, 0x5e, 0x56, 0x5c, 0x70, 0xf8, 0x61, 0x8b, + 0xeb, 0x0d, 0xae, 0xb7, 0xb8, 0xde, 0xe1, 0x17, 0x8f, 0xba, 0x5e, 0xb4, 0x4c, 0x0d, 0x5a, 0x14, + 0x5c, 0x34, 0xce, 0xba, 0xb5, 0x5e, 0x4c, 0x76, 0x7d, 0x29, 0xe6, 0x79, 0xde, 0x7f, 0xe4, 0xe2, + 0xb3, 0x5d, 0xe4, 0x9a, 0x2f, 0x3b, 0x6c, 0xd4, 0x61, 0x4d, 0xb5, 0xdc, 0xdc, 0x1a, 0x22, 0xcd, + 0x59, 0x2d, 0x68, 0x5e, 0x76, 0xc0, 0x47, 0xf7, 0x81, 0x17, 0x15, 0x2d, 0x4b, 0x56, 0xf5, 0x89, + 0xce, 0xbb, 0x7d, 0xf1, 0xb2, 0x64, 0xc6, 0x8a, 0x0a, 0xd6, 0xea, 0x97, 0xff, 0x1c, 0x01, 0xd5, + 0xbc, 0x3b, 0x3a, 0x84, 0x60, 0xbf, 0xa0, 0x39, 0x43, 0xca, 0x58, 0x99, 0x3c, 0x20, 0xcd, 0x1a, + 0x8e, 0x80, 0xca, 0x7e, 0x17, 0xac, 0x2a, 0x68, 0x16, 0xa5, 0x2b, 0x34, 0x6a, 0xb6, 0x40, 0x2f, + 0x39, 0x2b, 0x88, 0xc0, 0xb0, 0xac, 0xf8, 0x6d, 0x9a, 0x31, 0xb4, 0xd7, 0x6c, 0xf6, 0x25, 0xd4, + 0xc0, 0x60, 0xcd, 0x97, 0x68, 0xbf, 0x51, 0xe5, 0x52, 0xb2, 0x31, 0xcf, 0x4b, 0x5a, 0xbc, 0x44, + 0x07, 0x2d, 0xdb, 0x95, 0xf0, 0x07, 0xa0, 0x6d, 0x0d, 0x21, 0x92, 0x21, 0xd1, 0x70, 0xac, 0x4c, + 0xd4, 0xab, 0x53, 0xbd, 0x1b, 0x85, 0x4c, 0xaf, 0xdb, 0x54, 0x30, 0x72, 0xb2, 0x85, 0x4a, 0x01, + 0x7a, 0xe0, 0xa0, 0x16, 0x34, 0x61, 0x48, 0x1d, 0x2b, 0x93, 0x87, 0x57, 0xdf, 0xeb, 0x3b, 0xa6, + 0xa7, 0x6f, 0x9d, 0x78, 0x7b, 0x1d, 0xc8, 0x06, 0xa4, 0xed, 0xd3, 0x35, 0x14, 0x0c, 0x1d, 0xbf, + 0x55, 0x43, 0xd1, 0x36, 0x14, 0x0c, 0x4e, 0x01, 0x48, 0x0b, 0xc1, 0xaa, 0xe7, 0x29, 0x7b, 0x51, + 0x23, 0x6d, 0x3c, 0x98, 0xa8, 0x57, 0x9f, 0xef, 0xec, 0xea, 0xf4, 0x38, 0xd9, 0x72, 0xc2, 0xef, + 0xc0, 0x51, 0xc5, 0x6e, 0x59, 0x55, 0xd1, 0x0c, 0xc1, 0xe6, 0x7e, 0x2e, 0xfa, 0x2e, 0xfd, 0xf4, + 0xf5, 0x6b, 0xce, 0xb3, 0x67, 0x34, 0xdb, 0x30, 0xf2, 0x8a, 0x85, 0x4f, 0x80, 0x1a, 0x57, 0x8c, + 0x0a, 0x16, 0xc9, 0xc7, 0x83, 0xde, 0xfb, 0x1f, 0x6b, 0xd8, 0xbf, 0x2c, 0x02, 0x5a, 0x5c, 0x0a, + 0xd2, 0xbc, 0x29, 0x57, 0xaf, 0xcc, 0xef, 0xbf, 0xd9, 0xdc, 0xe2, 0x8d, 0xf9, 0x13, 0x70, 0xcc, + 0x37, 0x22, 0xe6, 0x39, 0x8b, 0x0a, 0x2e, 0x58, 0x8d, 0xce, 0x9a, 0xc9, 0xbf, 0xdb, 0x89, 0xae, + 0xd4, 0xe0, 0x8f, 0x60, 0xd8, 0xd5, 0xe8, 0xbc, 0xb9, 0xf1, 0x4f, 0x77, 0xde, 0x8d, 0xd7, 0xb2, + 0xa4, 0x37, 0xc1, 0x6f, 0xc1, 0x51, 0x5a, 0x47, 0x39, 0x15, 0xf1, 0x6f, 0xe8, 0xd1, 0x1b, 0xaf, + 0x65, 0x98, 0xd6, 0x0b, 0x89, 0xc2, 0x2f, 0xc0, 0xe9, 0x9a, 0x2f, 0x23, 0x91, 0x8a, 0x8c, 0x45, + 0x75, 0x91, 0x96, 0x25, 0x13, 0xe8, 0x71, 0x93, 0xef, 0x64, 0xcd, 0x97, 0xa1, 0xd4, 0x83, 0x56, + 0xbe, 0xfc, 0x53, 0x01, 0xda, 0xfd, 0xe9, 0xc2, 0x8f, 0xc1, 0x63, 0xd3, 0xf7, 0xe7, 0x8e, 0x65, + 0x86, 0x8e, 0xe7, 0x46, 0x41, 0x68, 0x86, 0x38, 0xfa, 0xc9, 0x0d, 0x7c, 0x6c, 0x39, 0x53, 0x07, + 0xdb, 0xda, 0x3b, 0xf0, 0x04, 0xa8, 0x8e, 0x1b, 0xf9, 0xc4, 0x9b, 0x11, 0x1c, 0x04, 0x9a, 0x02, + 0xcf, 0x01, 0xb4, 0x4c, 0xd7, 0x76, 0x6c, 0xc9, 0xde, 0x38, 0xe1, 0x53, 0x9b, 0xe0, 0x1b, 0x6d, + 0x0f, 0x9e, 0x81, 0x53, 0xbc, 0xf0, 0xe7, 0xde, 0x2f, 0x98, 0xdc, 0xc9, 0x03, 0x78, 0x0c, 0x1e, + 0x58, 0xde, 0xc2, 0x9f, 0xe3, 0x10, 0xdb, 0xda, 0x3e, 0x04, 0xe0, 0xd0, 0x9a, 0x7b, 0x01, 0xb6, + 0xb5, 0x83, 0xcb, 0xbf, 0xff, 0x13, 0x29, 0x79, 0x5d, 0xa4, 0xd9, 0xfd, 0x48, 0x43, 0x30, 0x70, + 0xf1, 0x8d, 0xa6, 0xc8, 0x66, 0x81, 0x45, 0x30, 0x76, 0xb5, 0x3d, 0xf8, 0x01, 0x38, 0x7b, 0xea, + 0x10, 0xc7, 0x9d, 0x45, 0x0b, 0xd3, 0x35, 0x67, 0x98, 0x44, 0x04, 0x3f, 0x73, 0xfa, 0x08, 0x8e, + 0x1b, 0x62, 0xd2, 0x94, 0xfb, 0x10, 0x82, 0x87, 0xde, 0x74, 0x8a, 0x49, 0x84, 0x7f, 0x0e, 0xb1, + 0x6b, 0xcb, 0x28, 0x77, 0x9a, 0x69, 0x59, 0xd8, 0x97, 0x51, 0x0f, 0xa1, 0x0a, 0x86, 0x41, 0x68, + 0x12, 0x59, 0x0c, 0xaf, 0xff, 0x50, 0xc0, 0x28, 0xe6, 0xf9, 0xae, 0xb1, 0x5e, 0xa3, 0xad, 0xc3, + 0x10, 0x56, 0xf3, 0x4d, 0x15, 0x33, 0x5f, 0x8e, 0xcf, 0x57, 0x7e, 0x35, 0x3b, 0x63, 0xc2, 0x33, + 0x5a, 0x24, 0x3a, 0xaf, 0x12, 0x23, 0x61, 0x45, 0x33, 0x5c, 0xa3, 0xdd, 0xa2, 0x65, 0x5a, 0xbf, + 0xf6, 0x57, 0xfa, 0xa4, 0x2d, 0xff, 0xda, 0x1b, 0x58, 0x61, 0xb0, 0x3c, 0x6c, 0x3c, 0x5f, 0xff, + 0x1b, 0x00, 0x00, 0xff, 0xff, 0x84, 0x66, 0x13, 0xb9, 0x11, 0x06, 0x00, 0x00, +} diff --git a/googleapis/cloud/talent/v4beta1/application_service.pb.go b/googleapis/cloud/talent/v4beta1/application_service.pb.go new file mode 100644 index 0000000000000000000000000000000000000000..536b466a47ffdd6c87a833bb1cf4ac7638580104 --- /dev/null +++ b/googleapis/cloud/talent/v4beta1/application_service.pb.go @@ -0,0 +1,643 @@ +// Code generated by protoc-gen-go. DO NOT EDIT. +// source: google/cloud/talent/v4beta1/application_service.proto + +package talent // import "google.golang.org/genproto/googleapis/cloud/talent/v4beta1" + +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 + +// The Request of the CreateApplication method. +type CreateApplicationRequest struct { + // Required. + // + // Resource name of the profile under which the application is created. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for + // example, "projects/test-project/tenants/test-tenant/profiles/test-profile". + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Required. + // + // The application to be created. + Application *Application `protobuf:"bytes,2,opt,name=application,proto3" json:"application,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CreateApplicationRequest) Reset() { *m = CreateApplicationRequest{} } +func (m *CreateApplicationRequest) String() string { return proto.CompactTextString(m) } +func (*CreateApplicationRequest) ProtoMessage() {} +func (*CreateApplicationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_application_service_acd363b06474d9e0, []int{0} +} +func (m *CreateApplicationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CreateApplicationRequest.Unmarshal(m, b) +} +func (m *CreateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CreateApplicationRequest.Marshal(b, m, deterministic) +} +func (dst *CreateApplicationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_CreateApplicationRequest.Merge(dst, src) +} +func (m *CreateApplicationRequest) XXX_Size() int { + return xxx_messageInfo_CreateApplicationRequest.Size(m) +} +func (m *CreateApplicationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_CreateApplicationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_CreateApplicationRequest proto.InternalMessageInfo + +func (m *CreateApplicationRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *CreateApplicationRequest) GetApplication() *Application { + if m != nil { + return m.Application + } + return nil +} + +// Request for getting a application by name. +type GetApplicationRequest struct { + // Required. + // + // The resource name of the application to be retrieved. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}", + // for example, + // "projects/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application". + 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 *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_acd363b06474d9e0, []int{1} +} +func (m *GetApplicationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_GetApplicationRequest.Unmarshal(m, b) +} +func (m *GetApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_GetApplicationRequest.Marshal(b, m, deterministic) +} +func (dst *GetApplicationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_GetApplicationRequest.Merge(dst, src) +} +func (m *GetApplicationRequest) XXX_Size() int { + return xxx_messageInfo_GetApplicationRequest.Size(m) +} +func (m *GetApplicationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_GetApplicationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_GetApplicationRequest proto.InternalMessageInfo + +func (m *GetApplicationRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// Request for updating a specified application. +type UpdateApplicationRequest struct { + // Required. + // + // The application resource to replace the current resource in the system. + Application *Application `protobuf:"bytes,1,opt,name=application,proto3" json:"application,omitempty"` + // Optional but strongly recommended for the best service + // experience. + // + // If + // [update_mask][google.cloud.talent.v4beta1.UpdateApplicationRequest.update_mask] + // is provided, only the specified fields in + // [application][google.cloud.talent.v4beta1.UpdateApplicationRequest.application] + // are updated. Otherwise all the fields are updated. + // + // A field mask to specify the application fields to be updated. Only + // top level fields of [Application][google.cloud.talent.v4beta1.Application] + // are supported. + 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 *UpdateApplicationRequest) Reset() { *m = UpdateApplicationRequest{} } +func (m *UpdateApplicationRequest) String() string { return proto.CompactTextString(m) } +func (*UpdateApplicationRequest) ProtoMessage() {} +func (*UpdateApplicationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_application_service_acd363b06474d9e0, []int{2} +} +func (m *UpdateApplicationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_UpdateApplicationRequest.Unmarshal(m, b) +} +func (m *UpdateApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_UpdateApplicationRequest.Marshal(b, m, deterministic) +} +func (dst *UpdateApplicationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_UpdateApplicationRequest.Merge(dst, src) +} +func (m *UpdateApplicationRequest) XXX_Size() int { + return xxx_messageInfo_UpdateApplicationRequest.Size(m) +} +func (m *UpdateApplicationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_UpdateApplicationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_UpdateApplicationRequest proto.InternalMessageInfo + +func (m *UpdateApplicationRequest) GetApplication() *Application { + if m != nil { + return m.Application + } + return nil +} + +func (m *UpdateApplicationRequest) GetUpdateMask() *field_mask.FieldMask { + if m != nil { + return m.UpdateMask + } + return nil +} + +// Request to delete a application. +type DeleteApplicationRequest struct { + // Required. + // + // The resource name of the application to be deleted. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}/applications/{application_id}", + // for example, + // "projects/test-project/tenants/test-tenant/profiles/test-profile/applications/test-application". + 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 *DeleteApplicationRequest) Reset() { *m = DeleteApplicationRequest{} } +func (m *DeleteApplicationRequest) String() string { return proto.CompactTextString(m) } +func (*DeleteApplicationRequest) ProtoMessage() {} +func (*DeleteApplicationRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_application_service_acd363b06474d9e0, []int{3} +} +func (m *DeleteApplicationRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_DeleteApplicationRequest.Unmarshal(m, b) +} +func (m *DeleteApplicationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_DeleteApplicationRequest.Marshal(b, m, deterministic) +} +func (dst *DeleteApplicationRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_DeleteApplicationRequest.Merge(dst, src) +} +func (m *DeleteApplicationRequest) XXX_Size() int { + return xxx_messageInfo_DeleteApplicationRequest.Size(m) +} +func (m *DeleteApplicationRequest) XXX_DiscardUnknown() { + xxx_messageInfo_DeleteApplicationRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_DeleteApplicationRequest proto.InternalMessageInfo + +func (m *DeleteApplicationRequest) GetName() string { + if m != nil { + return m.Name + } + return "" +} + +// List applications for which the client has ACL visibility. +type ListApplicationsRequest struct { + // Required. + // + // Resource name of the profile under which the application is created. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for + // example, "projects/test-project/tenants/test-tenant/profiles/test-profile". + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` + // Optional. + // + // The starting indicator from which to return results. + PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` + // Optional. + // + // The maximum number of applications to be returned, at most 100. + // Default is 100 if a non-positive number is provided. + 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 *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_acd363b06474d9e0, []int{4} +} +func (m *ListApplicationsRequest) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListApplicationsRequest.Unmarshal(m, b) +} +func (m *ListApplicationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListApplicationsRequest.Marshal(b, m, deterministic) +} +func (dst *ListApplicationsRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListApplicationsRequest.Merge(dst, src) +} +func (m *ListApplicationsRequest) XXX_Size() int { + return xxx_messageInfo_ListApplicationsRequest.Size(m) +} +func (m *ListApplicationsRequest) XXX_DiscardUnknown() { + xxx_messageInfo_ListApplicationsRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_ListApplicationsRequest proto.InternalMessageInfo + +func (m *ListApplicationsRequest) GetParent() string { + if m != nil { + return m.Parent + } + return "" +} + +func (m *ListApplicationsRequest) GetPageToken() string { + if m != nil { + return m.PageToken + } + return "" +} + +func (m *ListApplicationsRequest) GetPageSize() int32 { + if m != nil { + return m.PageSize + } + return 0 +} + +// Output only. +// +// The List applications response object. +type ListApplicationsResponse struct { + // Applications for the current client. + Applications []*Application `protobuf:"bytes,1,rep,name=applications,proto3" json:"applications,omitempty"` + // A token to retrieve the next page of results. + NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` + // Additional information for the API invocation, such as the request + // tracking id. + Metadata *ResponseMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ListApplicationsResponse) Reset() { *m = ListApplicationsResponse{} } +func (m *ListApplicationsResponse) String() string { return proto.CompactTextString(m) } +func (*ListApplicationsResponse) ProtoMessage() {} +func (*ListApplicationsResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_application_service_acd363b06474d9e0, []int{5} +} +func (m *ListApplicationsResponse) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ListApplicationsResponse.Unmarshal(m, b) +} +func (m *ListApplicationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ListApplicationsResponse.Marshal(b, m, deterministic) +} +func (dst *ListApplicationsResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_ListApplicationsResponse.Merge(dst, src) +} +func (m *ListApplicationsResponse) XXX_Size() int { + return xxx_messageInfo_ListApplicationsResponse.Size(m) +} +func (m *ListApplicationsResponse) XXX_DiscardUnknown() { + xxx_messageInfo_ListApplicationsResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_ListApplicationsResponse proto.InternalMessageInfo + +func (m *ListApplicationsResponse) GetApplications() []*Application { + if m != nil { + return m.Applications + } + return nil +} + +func (m *ListApplicationsResponse) GetNextPageToken() string { + if m != nil { + return m.NextPageToken + } + return "" +} + +func (m *ListApplicationsResponse) GetMetadata() *ResponseMetadata { + if m != nil { + return m.Metadata + } + return nil +} + +func init() { + proto.RegisterType((*CreateApplicationRequest)(nil), "google.cloud.talent.v4beta1.CreateApplicationRequest") + proto.RegisterType((*GetApplicationRequest)(nil), "google.cloud.talent.v4beta1.GetApplicationRequest") + proto.RegisterType((*UpdateApplicationRequest)(nil), "google.cloud.talent.v4beta1.UpdateApplicationRequest") + proto.RegisterType((*DeleteApplicationRequest)(nil), "google.cloud.talent.v4beta1.DeleteApplicationRequest") + proto.RegisterType((*ListApplicationsRequest)(nil), "google.cloud.talent.v4beta1.ListApplicationsRequest") + proto.RegisterType((*ListApplicationsResponse)(nil), "google.cloud.talent.v4beta1.ListApplicationsResponse") +} + +// 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 + +// ApplicationServiceClient is the client API for ApplicationService service. +// +// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. +type ApplicationServiceClient interface { + // Creates a new application entity. + CreateApplication(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*Application, error) + // Retrieves specified application. + GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*Application, error) + // Updates specified application. + UpdateApplication(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*Application, error) + // Deletes specified application. + DeleteApplication(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*empty.Empty, error) + // Lists all applications associated with the profile. + ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error) +} + +type applicationServiceClient struct { + cc *grpc.ClientConn +} + +func NewApplicationServiceClient(cc *grpc.ClientConn) ApplicationServiceClient { + return &applicationServiceClient{cc} +} + +func (c *applicationServiceClient) CreateApplication(ctx context.Context, in *CreateApplicationRequest, opts ...grpc.CallOption) (*Application, error) { + out := new(Application) + err := c.cc.Invoke(ctx, "/google.cloud.talent.v4beta1.ApplicationService/CreateApplication", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *applicationServiceClient) GetApplication(ctx context.Context, in *GetApplicationRequest, opts ...grpc.CallOption) (*Application, error) { + out := new(Application) + err := c.cc.Invoke(ctx, "/google.cloud.talent.v4beta1.ApplicationService/GetApplication", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *applicationServiceClient) UpdateApplication(ctx context.Context, in *UpdateApplicationRequest, opts ...grpc.CallOption) (*Application, error) { + out := new(Application) + err := c.cc.Invoke(ctx, "/google.cloud.talent.v4beta1.ApplicationService/UpdateApplication", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *applicationServiceClient) DeleteApplication(ctx context.Context, in *DeleteApplicationRequest, opts ...grpc.CallOption) (*empty.Empty, error) { + out := new(empty.Empty) + err := c.cc.Invoke(ctx, "/google.cloud.talent.v4beta1.ApplicationService/DeleteApplication", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +func (c *applicationServiceClient) ListApplications(ctx context.Context, in *ListApplicationsRequest, opts ...grpc.CallOption) (*ListApplicationsResponse, error) { + out := new(ListApplicationsResponse) + err := c.cc.Invoke(ctx, "/google.cloud.talent.v4beta1.ApplicationService/ListApplications", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + +// ApplicationServiceServer is the server API for ApplicationService service. +type ApplicationServiceServer interface { + // Creates a new application entity. + CreateApplication(context.Context, *CreateApplicationRequest) (*Application, error) + // Retrieves specified application. + GetApplication(context.Context, *GetApplicationRequest) (*Application, error) + // Updates specified application. + UpdateApplication(context.Context, *UpdateApplicationRequest) (*Application, error) + // Deletes specified application. + DeleteApplication(context.Context, *DeleteApplicationRequest) (*empty.Empty, error) + // Lists all applications associated with the profile. + ListApplications(context.Context, *ListApplicationsRequest) (*ListApplicationsResponse, error) +} + +func RegisterApplicationServiceServer(s *grpc.Server, srv ApplicationServiceServer) { + s.RegisterService(&_ApplicationService_serviceDesc, srv) +} + +func _ApplicationService_CreateApplication_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(CreateApplicationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ApplicationServiceServer).CreateApplication(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.talent.v4beta1.ApplicationService/CreateApplication", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ApplicationServiceServer).CreateApplication(ctx, req.(*CreateApplicationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _ApplicationService_GetApplication_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(GetApplicationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ApplicationServiceServer).GetApplication(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.talent.v4beta1.ApplicationService/GetApplication", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ApplicationServiceServer).GetApplication(ctx, req.(*GetApplicationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _ApplicationService_UpdateApplication_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(UpdateApplicationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ApplicationServiceServer).UpdateApplication(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.talent.v4beta1.ApplicationService/UpdateApplication", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ApplicationServiceServer).UpdateApplication(ctx, req.(*UpdateApplicationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _ApplicationService_DeleteApplication_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(DeleteApplicationRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ApplicationServiceServer).DeleteApplication(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.talent.v4beta1.ApplicationService/DeleteApplication", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ApplicationServiceServer).DeleteApplication(ctx, req.(*DeleteApplicationRequest)) + } + return interceptor(ctx, in, info, handler) +} + +func _ApplicationService_ListApplications_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(ListApplicationsRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(ApplicationServiceServer).ListApplications(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/google.cloud.talent.v4beta1.ApplicationService/ListApplications", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(ApplicationServiceServer).ListApplications(ctx, req.(*ListApplicationsRequest)) + } + return interceptor(ctx, in, info, handler) +} + +var _ApplicationService_serviceDesc = grpc.ServiceDesc{ + ServiceName: "google.cloud.talent.v4beta1.ApplicationService", + HandlerType: (*ApplicationServiceServer)(nil), + Methods: []grpc.MethodDesc{ + { + MethodName: "CreateApplication", + Handler: _ApplicationService_CreateApplication_Handler, + }, + { + MethodName: "GetApplication", + Handler: _ApplicationService_GetApplication_Handler, + }, + { + MethodName: "UpdateApplication", + Handler: _ApplicationService_UpdateApplication_Handler, + }, + { + MethodName: "DeleteApplication", + Handler: _ApplicationService_DeleteApplication_Handler, + }, + { + MethodName: "ListApplications", + Handler: _ApplicationService_ListApplications_Handler, + }, + }, + Streams: []grpc.StreamDesc{}, + Metadata: "google/cloud/talent/v4beta1/application_service.proto", +} + +func init() { + proto.RegisterFile("google/cloud/talent/v4beta1/application_service.proto", fileDescriptor_application_service_acd363b06474d9e0) +} + +var fileDescriptor_application_service_acd363b06474d9e0 = []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, + 0xd6, 0xd0, 0x89, 0x2b, 0x5c, 0x24, 0x1a, 0x01, 0xc5, 0x40, 0x20, 0x92, 0x05, 0x2e, 0x5e, 0x36, + 0xc3, 0xee, 0x4b, 0x53, 0x69, 0x3b, 0xb5, 0x33, 0x4b, 0x14, 0x83, 0x07, 0x13, 0x3f, 0x81, 0xdf, + 0x40, 0x6f, 0x7e, 0x00, 0xaf, 0x1e, 0x3d, 0x78, 0xd4, 0x9b, 0x57, 0x3f, 0x88, 0xe9, 0xb4, 0xbb, + 0x14, 0xda, 0xed, 0xb2, 0x70, 0xeb, 0x4c, 0xe7, 0x99, 0xf7, 0x37, 0xcf, 0xf4, 0x79, 0x0b, 0xf3, + 0xb6, 0x10, 0xb6, 0x8b, 0xac, 0xe5, 0x8a, 0x4e, 0x9b, 0x29, 0xee, 0xa2, 0xaf, 0xd8, 0xc1, 0xdc, + 0x2e, 0x2a, 0xfe, 0x80, 0xf1, 0x20, 0x70, 0x9d, 0x16, 0x57, 0x8e, 0xf0, 0x9b, 0x12, 0xc3, 0x03, + 0xa7, 0x85, 0x56, 0x10, 0x0a, 0x25, 0xe8, 0x4c, 0x2c, 0xb3, 0xb4, 0xcc, 0x8a, 0x65, 0x56, 0x22, + 0x2b, 0xdf, 0x4e, 0xf6, 0xe4, 0x81, 0xc3, 0xb8, 0xef, 0x0b, 0xa5, 0x77, 0x90, 0xb1, 0xb4, 0x3c, + 0x7b, 0xc6, 0x8a, 0xc9, 0xf2, 0x6a, 0xd1, 0xf2, 0x96, 0xf0, 0xbc, 0xde, 0xca, 0x84, 0x89, 0xe9, + 0xd1, 0x6e, 0x67, 0x8f, 0xa1, 0x17, 0xa8, 0x77, 0xc9, 0xcb, 0xca, 0xe9, 0x97, 0x7b, 0x0e, 0xba, + 0xed, 0xa6, 0xc7, 0xe5, 0x7e, 0xbc, 0xc2, 0xfc, 0x00, 0xc6, 0x72, 0x88, 0x5c, 0xe1, 0xe2, 0x31, + 0x43, 0x03, 0xdf, 0x74, 0x50, 0x2a, 0x3a, 0x05, 0x63, 0x01, 0x0f, 0xd1, 0x57, 0x06, 0xa9, 0x90, + 0xea, 0x44, 0x23, 0x19, 0xd1, 0x35, 0x28, 0xa5, 0x88, 0x8d, 0x91, 0x0a, 0xa9, 0x96, 0xea, 0x55, + 0xab, 0xc0, 0x1c, 0x2b, 0xbd, 0x7b, 0x5a, 0x6c, 0xde, 0x87, 0x5b, 0x2f, 0x50, 0xe5, 0x14, 0xa7, + 0x70, 0xc9, 0xe7, 0x1e, 0x26, 0xa5, 0xf5, 0xb3, 0xf9, 0x95, 0x80, 0xb1, 0x13, 0xb4, 0xf3, 0x69, + 0x4f, 0x51, 0x91, 0x0b, 0x50, 0xd1, 0x05, 0x28, 0x75, 0x74, 0x1d, 0x6d, 0x55, 0x72, 0xc2, 0x72, + 0x77, 0xaf, 0xae, 0x9b, 0xd6, 0x4a, 0xe4, 0xe6, 0x06, 0x97, 0xfb, 0x0d, 0x88, 0x97, 0x47, 0xcf, + 0xa6, 0x05, 0xc6, 0x33, 0x74, 0x31, 0x17, 0x32, 0xef, 0x54, 0x1e, 0x4c, 0xaf, 0x3b, 0x32, 0xed, + 0x81, 0x1c, 0x74, 0x03, 0x77, 0x00, 0x02, 0x6e, 0x63, 0x53, 0x89, 0x7d, 0x8c, 0x2f, 0x60, 0xa2, + 0x31, 0x11, 0xcd, 0x6c, 0x47, 0x13, 0x74, 0x06, 0xf4, 0xa0, 0x29, 0x9d, 0x43, 0x34, 0x46, 0x2b, + 0xa4, 0x7a, 0xb9, 0x31, 0x1e, 0x4d, 0x6c, 0x39, 0x87, 0x68, 0xfe, 0x25, 0x60, 0x64, 0xeb, 0xc9, + 0x40, 0xf8, 0x12, 0xe9, 0x3a, 0x5c, 0x4d, 0xf9, 0x20, 0x0d, 0x52, 0x19, 0x1d, 0xca, 0xc5, 0x13, + 0x6a, 0x7a, 0x0f, 0x6e, 0xf8, 0xf8, 0x56, 0x35, 0x33, 0xac, 0xd7, 0xa2, 0xe9, 0xcd, 0x1e, 0xef, + 0x2a, 0x8c, 0x7b, 0xa8, 0x78, 0x9b, 0x2b, 0xae, 0x71, 0x4b, 0xf5, 0xd9, 0xc2, 0x8a, 0x5d, 0xdc, + 0x8d, 0x44, 0xd4, 0xe8, 0xc9, 0xeb, 0x7f, 0xae, 0x00, 0x4d, 0x01, 0x6d, 0xc5, 0xf9, 0xa5, 0x3f, + 0x08, 0x4c, 0x66, 0xbe, 0x73, 0x3a, 0x5f, 0x58, 0xa5, 0x5f, 0x2e, 0xca, 0x67, 0xb6, 0xc3, 0x5c, + 0xfd, 0xf8, 0xfb, 0xdf, 0xe7, 0x91, 0x65, 0xf3, 0x49, 0x2f, 0xbb, 0xef, 0xe3, 0x1b, 0x7c, 0x1c, + 0x84, 0xe2, 0x35, 0xb6, 0x94, 0x64, 0x35, 0xa6, 0xd0, 0xe7, 0xbe, 0x7e, 0x0a, 0x42, 0xb1, 0xe7, + 0xb8, 0x28, 0x59, 0xed, 0x28, 0xdd, 0x13, 0xe4, 0x23, 0x52, 0xa3, 0xdf, 0x09, 0x5c, 0x3f, 0x99, + 0x14, 0x5a, 0x2f, 0xe4, 0xc8, 0x8d, 0xd5, 0x10, 0xec, 0x2b, 0x9a, 0xfd, 0x29, 0x4d, 0xb1, 0x47, + 0x9f, 0xeb, 0x20, 0xf2, 0x13, 0xe0, 0xac, 0x76, 0x44, 0x7f, 0x11, 0x98, 0xcc, 0x84, 0x76, 0x80, + 0xf5, 0xfd, 0x42, 0x3e, 0x04, 0xfe, 0x8e, 0xc6, 0x7f, 0x59, 0x5f, 0x3b, 0xc6, 0x4f, 0xb7, 0xd9, + 0xf3, 0x1c, 0x25, 0xba, 0x86, 0x6f, 0x04, 0x26, 0x33, 0xe9, 0x1e, 0x70, 0x9a, 0x7e, 0xdd, 0xa0, + 0x3c, 0x95, 0xe9, 0x28, 0xcf, 0xa3, 0xe6, 0xdd, 0xb5, 0xbe, 0x76, 0x51, 0xeb, 0x7f, 0x12, 0xb8, + 0x79, 0x3a, 0xea, 0x74, 0xae, 0x90, 0xb5, 0x4f, 0x27, 0x2a, 0xcf, 0x0f, 0xa9, 0x8a, 0x03, 0x9a, + 0xf7, 0x11, 0x9d, 0x27, 0x00, 0x4b, 0x9f, 0x08, 0xdc, 0x6d, 0x09, 0xaf, 0x08, 0x62, 0x69, 0x3a, + 0x9b, 0xfb, 0xcd, 0xc8, 0xd7, 0x4d, 0xf2, 0x6a, 0x31, 0xd1, 0xd9, 0xc2, 0xe5, 0xbe, 0x6d, 0x89, + 0xd0, 0x66, 0x36, 0xfa, 0xda, 0x75, 0x16, 0xbf, 0xe2, 0x81, 0x23, 0x73, 0xff, 0xb6, 0x0b, 0xf1, + 0xf0, 0xcb, 0xc8, 0xe8, 0xf2, 0xf6, 0xd6, 0xee, 0x98, 0xd6, 0x3c, 0xfc, 0x1f, 0x00, 0x00, 0xff, + 0xff, 0x39, 0x45, 0xae, 0x62, 0x41, 0x08, 0x00, 0x00, +} diff --git a/googleapis/cloud/talent/v4beta1/common.pb.go b/googleapis/cloud/talent/v4beta1/common.pb.go index 5f4c73684f6d8007eb8ea208618ececf4f07fcf9..bae4d95a3f20eff9c0678f25e9d8a2f6beafde2c 100644 --- a/googleapis/cloud/talent/v4beta1/common.pb.go +++ b/googleapis/cloud/talent/v4beta1/common.pb.go @@ -9,9 +9,12 @@ import math "math" import timestamp "github.com/golang/protobuf/ptypes/timestamp" import wrappers "github.com/golang/protobuf/ptypes/wrappers" import _ "google.golang.org/genproto/googleapis/api/annotations" +import date "google.golang.org/genproto/googleapis/type/date" +import _ "google.golang.org/genproto/googleapis/type/dayofweek" import latlng "google.golang.org/genproto/googleapis/type/latlng" import money "google.golang.org/genproto/googleapis/type/money" import postaladdress "google.golang.org/genproto/googleapis/type/postaladdress" +import _ "google.golang.org/genproto/googleapis/type/timeofday" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -71,7 +74,7 @@ func (x CompanySize) String() string { return proto.EnumName(CompanySize_name, int32(x)) } func (CompanySize) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{0} + return fileDescriptor_common_3a74b45f3c75ea36, []int{0} } // An enum that represents employee benefits included with the job. @@ -143,7 +146,7 @@ func (x JobBenefit) String() string { return proto.EnumName(JobBenefit_name, int32(x)) } func (JobBenefit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{1} + return fileDescriptor_common_3a74b45f3c75ea36, []int{1} } // Educational degree level defined in International Standard Classification @@ -222,7 +225,7 @@ func (x DegreeType) String() string { return proto.EnumName(DegreeType_name, int32(x)) } func (DegreeType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{2} + return fileDescriptor_common_3a74b45f3c75ea36, []int{2} } // An enum that represents the employment type of a job. @@ -298,7 +301,7 @@ func (x EmploymentType) String() string { return proto.EnumName(EmploymentType_name, int32(x)) } func (EmploymentType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{3} + return fileDescriptor_common_3a74b45f3c75ea36, []int{3} } // An enum that represents the required experience level required for the job. @@ -342,7 +345,7 @@ func (x JobLevel) String() string { return proto.EnumName(JobLevel_name, int32(x)) } func (JobLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{4} + return fileDescriptor_common_3a74b45f3c75ea36, []int{4} } // An enum that represents the categorization or primary focus of specific @@ -487,7 +490,7 @@ func (x JobCategory) String() string { return proto.EnumName(JobCategory_name, int32(x)) } func (JobCategory) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{5} + return fileDescriptor_common_3a74b45f3c75ea36, []int{5} } // An enum that represents the job posting region. In most cases, job postings @@ -540,7 +543,7 @@ func (x PostingRegion) String() string { return proto.EnumName(PostingRegion_name, int32(x)) } func (PostingRegion) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{6} + return fileDescriptor_common_3a74b45f3c75ea36, []int{6} } // An enum that represents who has view access to the resource. @@ -576,7 +579,7 @@ func (x Visibility) String() string { return proto.EnumName(Visibility_name, int32(x)) } func (Visibility) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{7} + return fileDescriptor_common_3a74b45f3c75ea36, []int{7} } // Enum that represents the usage of the contact information. @@ -610,7 +613,7 @@ func (x ContactInfoUsage) String() string { return proto.EnumName(ContactInfoUsage_name, int32(x)) } func (ContactInfoUsage) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{8} + return fileDescriptor_common_3a74b45f3c75ea36, []int{8} } // Input only. @@ -645,7 +648,7 @@ func (x HtmlSanitization) String() string { return proto.EnumName(HtmlSanitization_name, int32(x)) } func (HtmlSanitization) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{9} + return fileDescriptor_common_3a74b45f3c75ea36, []int{9} } // Method for commute. @@ -663,9 +666,6 @@ const ( CommuteMethod_WALKING CommuteMethod = 3 // Commute time is calculated based on biking time. CommuteMethod_CYCLING CommuteMethod = 4 - // Commute time is calculated based on public transit that is wheelchair - // accessible. - CommuteMethod_TRANSIT_ACCESSIBLE CommuteMethod = 5 ) var CommuteMethod_name = map[int32]string{ @@ -674,7 +674,6 @@ var CommuteMethod_name = map[int32]string{ 2: "TRANSIT", 3: "WALKING", 4: "CYCLING", - 5: "TRANSIT_ACCESSIBLE", } var CommuteMethod_value = map[string]int32{ "COMMUTE_METHOD_UNSPECIFIED": 0, @@ -682,14 +681,102 @@ var CommuteMethod_value = map[string]int32{ "TRANSIT": 2, "WALKING": 3, "CYCLING": 4, - "TRANSIT_ACCESSIBLE": 5, } func (x CommuteMethod) String() string { return proto.EnumName(CommuteMethod_name, int32(x)) } func (CommuteMethod) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{10} + return fileDescriptor_common_3a74b45f3c75ea36, []int{10} +} + +// Enum that represents the skill proficiency level. +type SkillProficiencyLevel int32 + +const ( + // Default value. + SkillProficiencyLevel_SKILL_PROFICIENCY_LEVEL_UNSPECIFIED SkillProficiencyLevel = 0 + // Have a common knowledge or an understanding of basic techniques and + // concepts. + SkillProficiencyLevel_FUNDAMENTAL_AWARENESS SkillProficiencyLevel = 1 + // Have the level of experience gained in a classroom and/or experimental + // scenarios or as a trainee on-the-job. + SkillProficiencyLevel_NOVICE SkillProficiencyLevel = 2 + // Be able to successfully complete tasks in this skill as requested. Help + // from an expert may be required from time to time, but can usually perform + // skill independently. + SkillProficiencyLevel_INTERMEDIATE SkillProficiencyLevel = 3 + // Can perform the actions associated with this skill without assistance. + SkillProficiencyLevel_ADVANCED SkillProficiencyLevel = 4 + // Known as an expert in this area. + SkillProficiencyLevel_EXPERT SkillProficiencyLevel = 5 +) + +var SkillProficiencyLevel_name = map[int32]string{ + 0: "SKILL_PROFICIENCY_LEVEL_UNSPECIFIED", + 1: "FUNDAMENTAL_AWARENESS", + 2: "NOVICE", + 3: "INTERMEDIATE", + 4: "ADVANCED", + 5: "EXPERT", +} +var SkillProficiencyLevel_value = map[string]int32{ + "SKILL_PROFICIENCY_LEVEL_UNSPECIFIED": 0, + "FUNDAMENTAL_AWARENESS": 1, + "NOVICE": 2, + "INTERMEDIATE": 3, + "ADVANCED": 4, + "EXPERT": 5, +} + +func (x SkillProficiencyLevel) String() string { + return proto.EnumName(SkillProficiencyLevel_name, int32(x)) +} +func (SkillProficiencyLevel) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_common_3a74b45f3c75ea36, []int{11} +} + +// The overall outcome /decision / result indicator. +type Outcome int32 + +const ( + // Default value. + Outcome_OUTCOME_UNSPECIFIED Outcome = 0 + // A positive outcome / passing indicator (for example, candidate was + // recommended for hiring or to be moved forward in the hiring process, + // candidate passed a test). + Outcome_POSITIVE Outcome = 1 + // A neutral outcome / no clear indicator (for example, no strong + // reccommendation either to move forward / not move forward, neutral score). + Outcome_NEUTRAL Outcome = 2 + // A negative outcome / failing indicator (for example, candidate was + // recommended to NOT move forward in the hiring process, failed a test). + Outcome_NEGATIVE Outcome = 3 + // The assessment outcome is not available or otherwise unknown (for example, + // candidate did not complete assessment). + Outcome_OUTCOME_NOT_AVAILABLE Outcome = 4 +) + +var Outcome_name = map[int32]string{ + 0: "OUTCOME_UNSPECIFIED", + 1: "POSITIVE", + 2: "NEUTRAL", + 3: "NEGATIVE", + 4: "OUTCOME_NOT_AVAILABLE", +} +var Outcome_value = map[string]int32{ + "OUTCOME_UNSPECIFIED": 0, + "POSITIVE": 1, + "NEUTRAL": 2, + "NEGATIVE": 3, + "OUTCOME_NOT_AVAILABLE": 4, +} + +func (x Outcome) String() string { + return proto.EnumName(Outcome_name, int32(x)) +} +func (Outcome) EnumDescriptor() ([]byte, []int) { + return fileDescriptor_common_3a74b45f3c75ea36, []int{12} } // An enum which represents the type of a location. @@ -755,7 +842,7 @@ func (x Location_LocationType) String() string { return proto.EnumName(Location_LocationType_name, int32(x)) } func (Location_LocationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{1, 0} + return fileDescriptor_common_3a74b45f3c75ea36, []int{1, 0} } // An enumeration describing an API access portal and exposure mechanism. @@ -804,7 +891,7 @@ func (x DeviceInfo_DeviceType) String() string { return proto.EnumName(DeviceInfo_DeviceType_name, int32(x)) } func (DeviceInfo_DeviceType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{4, 0} + return fileDescriptor_common_3a74b45f3c75ea36, []int{4, 0} } // The type of compensation. @@ -887,7 +974,7 @@ func (x CompensationInfo_CompensationType) String() string { return proto.EnumName(CompensationInfo_CompensationType_name, int32(x)) } func (CompensationInfo_CompensationType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{7, 0} + return fileDescriptor_common_3a74b45f3c75ea36, []int{7, 0} } // Pay frequency. @@ -937,14 +1024,14 @@ func (x CompensationInfo_CompensationUnit) String() string { return proto.EnumName(CompensationInfo_CompensationUnit_name, int32(x)) } func (CompensationInfo_CompensationUnit) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_common_9a8bd73dbaf606cc, []int{7, 1} + return fileDescriptor_common_3a74b45f3c75ea36, []int{7, 1} } // Message representing a period of time between two timestamps. type TimestampRange struct { - // Begin of the period. + // Begin of the period (inclusive). StartTime *timestamp.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` - // End of the period. + // End of the period (exclusive). EndTime *timestamp.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -955,7 +1042,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_9a8bd73dbaf606cc, []int{0} + return fileDescriptor_common_3a74b45f3c75ea36, []int{0} } func (m *TimestampRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimestampRange.Unmarshal(m, b) @@ -1020,7 +1107,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_9a8bd73dbaf606cc, []int{1} + return fileDescriptor_common_3a74b45f3c75ea36, []int{1} } func (m *Location) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Location.Unmarshal(m, b) @@ -1149,7 +1236,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_9a8bd73dbaf606cc, []int{2} + return fileDescriptor_common_3a74b45f3c75ea36, []int{2} } func (m *RequestMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RequestMetadata.Unmarshal(m, b) @@ -1220,7 +1307,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_9a8bd73dbaf606cc, []int{3} + return fileDescriptor_common_3a74b45f3c75ea36, []int{3} } func (m *ResponseMetadata) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ResponseMetadata.Unmarshal(m, b) @@ -1269,7 +1356,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_9a8bd73dbaf606cc, []int{4} + return fileDescriptor_common_3a74b45f3c75ea36, []int{4} } func (m *DeviceInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeviceInfo.Unmarshal(m, b) @@ -1347,7 +1434,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_9a8bd73dbaf606cc, []int{5} + return fileDescriptor_common_3a74b45f3c75ea36, []int{5} } func (m *CustomAttribute) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CustomAttribute.Unmarshal(m, b) @@ -1413,7 +1500,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_9a8bd73dbaf606cc, []int{6} + return fileDescriptor_common_3a74b45f3c75ea36, []int{6} } func (m *SpellingCorrection) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SpellingCorrection.Unmarshal(m, b) @@ -1489,7 +1576,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_9a8bd73dbaf606cc, []int{7} + return fileDescriptor_common_3a74b45f3c75ea36, []int{7} } func (m *CompensationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationInfo.Unmarshal(m, b) @@ -1596,7 +1683,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_9a8bd73dbaf606cc, []int{7, 0} + return fileDescriptor_common_3a74b45f3c75ea36, []int{7, 0} } func (m *CompensationInfo_CompensationEntry) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationInfo_CompensationEntry.Unmarshal(m, b) @@ -1781,7 +1868,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_9a8bd73dbaf606cc, []int{7, 1} + return fileDescriptor_common_3a74b45f3c75ea36, []int{7, 1} } func (m *CompensationInfo_CompensationRange) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationInfo_CompensationRange.Unmarshal(m, b) @@ -1815,6 +1902,315 @@ func (m *CompensationInfo_CompensationRange) GetMinCompensation() *money.Money { return nil } +// Resource that represents a license or certification. +type Certification struct { + // Optional. + // + // Name of license or certification. + // + // Number of characters allowed is 100. + DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Optional. + // + // Acquisition date or effective date of license or certification. + AcquireDate *date.Date `protobuf:"bytes,2,opt,name=acquire_date,json=acquireDate,proto3" json:"acquire_date,omitempty"` + // Optional. + // + // Expiration date of license of certification. + ExpireDate *date.Date `protobuf:"bytes,3,opt,name=expire_date,json=expireDate,proto3" json:"expire_date,omitempty"` + // Optional. + // + // Authority of license, such as government. + // + // Number of characters allowed is 100. + Authority string `protobuf:"bytes,4,opt,name=authority,proto3" json:"authority,omitempty"` + // Optional. + // + // Description of license or certification. + // + // Number of characters allowed is 100,000. + Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_3a74b45f3c75ea36, []int{8} +} +func (m *Certification) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Certification.Unmarshal(m, b) +} +func (m *Certification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Certification.Marshal(b, m, deterministic) +} +func (dst *Certification) XXX_Merge(src proto.Message) { + xxx_messageInfo_Certification.Merge(dst, src) +} +func (m *Certification) XXX_Size() int { + return xxx_messageInfo_Certification.Size(m) +} +func (m *Certification) XXX_DiscardUnknown() { + xxx_messageInfo_Certification.DiscardUnknown(m) +} + +var xxx_messageInfo_Certification proto.InternalMessageInfo + +func (m *Certification) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *Certification) GetAcquireDate() *date.Date { + if m != nil { + return m.AcquireDate + } + return nil +} + +func (m *Certification) GetExpireDate() *date.Date { + if m != nil { + return m.ExpireDate + } + return nil +} + +func (m *Certification) GetAuthority() string { + if m != nil { + return m.Authority + } + return "" +} + +func (m *Certification) GetDescription() string { + if m != nil { + return m.Description + } + return "" +} + +// Resource that represents a skill of a candidate. +type Skill struct { + // Optional. + // + // Skill display name. + // + // For example, "Java", "Python". + // + // Number of characters allowed is 100. + DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` + // Optional. + // + // The last time this skill was used. + LastUsedDate *date.Date `protobuf:"bytes,2,opt,name=last_used_date,json=lastUsedDate,proto3" json:"last_used_date,omitempty"` + // Optional. + // + // Skill proficiency level which indicates how proficient the candidate is at + // this skill. + Level SkillProficiencyLevel `protobuf:"varint,3,opt,name=level,proto3,enum=google.cloud.talent.v4beta1.SkillProficiencyLevel" json:"level,omitempty"` + // Optional. + // + // A paragraph describes context of this skill. + // + // Number of characters allowed is 100,000. + Context string `protobuf:"bytes,4,opt,name=context,proto3" json:"context,omitempty"` + // Output only. Skill name snippet shows how the + // [display_name][google.cloud.talent.v4beta1.Skill.display_name] is related + // to a search query. It's empty if the + // [display_name][google.cloud.talent.v4beta1.Skill.display_name] isn't + // related to the search query. + SkillNameSnippet string `protobuf:"bytes,5,opt,name=skill_name_snippet,json=skillNameSnippet,proto3" json:"skill_name_snippet,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_3a74b45f3c75ea36, []int{9} +} +func (m *Skill) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Skill.Unmarshal(m, b) +} +func (m *Skill) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Skill.Marshal(b, m, deterministic) +} +func (dst *Skill) XXX_Merge(src proto.Message) { + xxx_messageInfo_Skill.Merge(dst, src) +} +func (m *Skill) XXX_Size() int { + return xxx_messageInfo_Skill.Size(m) +} +func (m *Skill) XXX_DiscardUnknown() { + xxx_messageInfo_Skill.DiscardUnknown(m) +} + +var xxx_messageInfo_Skill proto.InternalMessageInfo + +func (m *Skill) GetDisplayName() string { + if m != nil { + return m.DisplayName + } + return "" +} + +func (m *Skill) GetLastUsedDate() *date.Date { + if m != nil { + return m.LastUsedDate + } + return nil +} + +func (m *Skill) GetLevel() SkillProficiencyLevel { + if m != nil { + return m.Level + } + return SkillProficiencyLevel_SKILL_PROFICIENCY_LEVEL_UNSPECIFIED +} + +func (m *Skill) GetContext() string { + if m != nil { + return m.Context + } + return "" +} + +func (m *Skill) GetSkillNameSnippet() string { + if m != nil { + return m.SkillNameSnippet + } + return "" +} + +// Details of an interview. +type Interview struct { + // Optional. + // + // The rating on this interview. + Rating *Rating `protobuf:"bytes,6,opt,name=rating,proto3" json:"rating,omitempty"` + // Required. + // + // The overall decision resulting from this interview (positive, negative, + // nuetral). + Outcome Outcome `protobuf:"varint,7,opt,name=outcome,proto3,enum=google.cloud.talent.v4beta1.Outcome" json:"outcome,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_3a74b45f3c75ea36, []int{10} +} +func (m *Interview) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Interview.Unmarshal(m, b) +} +func (m *Interview) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Interview.Marshal(b, m, deterministic) +} +func (dst *Interview) XXX_Merge(src proto.Message) { + xxx_messageInfo_Interview.Merge(dst, src) +} +func (m *Interview) XXX_Size() int { + return xxx_messageInfo_Interview.Size(m) +} +func (m *Interview) XXX_DiscardUnknown() { + xxx_messageInfo_Interview.DiscardUnknown(m) +} + +var xxx_messageInfo_Interview proto.InternalMessageInfo + +func (m *Interview) GetRating() *Rating { + if m != nil { + return m.Rating + } + return nil +} + +func (m *Interview) GetOutcome() Outcome { + if m != nil { + return m.Outcome + } + return Outcome_OUTCOME_UNSPECIFIED +} + +// The details of the score received for an assessment or interview. +type Rating struct { + // Overall score. + Overall float64 `protobuf:"fixed64,1,opt,name=overall,proto3" json:"overall,omitempty"` + // The minimum value for the score. + Min float64 `protobuf:"fixed64,2,opt,name=min,proto3" json:"min,omitempty"` + // The maximum value for the score. + Max float64 `protobuf:"fixed64,3,opt,name=max,proto3" json:"max,omitempty"` + // The steps within the score (for example, interval = 1 max = 5 + // min = 1 indicates that the score can be 1, 2, 3, 4, or 5) + Interval float64 `protobuf:"fixed64,4,opt,name=interval,proto3" json:"interval,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +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_3a74b45f3c75ea36, []int{11} +} +func (m *Rating) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Rating.Unmarshal(m, b) +} +func (m *Rating) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Rating.Marshal(b, m, deterministic) +} +func (dst *Rating) XXX_Merge(src proto.Message) { + xxx_messageInfo_Rating.Merge(dst, src) +} +func (m *Rating) XXX_Size() int { + return xxx_messageInfo_Rating.Size(m) +} +func (m *Rating) XXX_DiscardUnknown() { + xxx_messageInfo_Rating.DiscardUnknown(m) +} + +var xxx_messageInfo_Rating proto.InternalMessageInfo + +func (m *Rating) GetOverall() float64 { + if m != nil { + return m.Overall + } + return 0 +} + +func (m *Rating) GetMin() float64 { + if m != nil { + return m.Min + } + return 0 +} + +func (m *Rating) GetMax() float64 { + if m != nil { + return m.Max + } + return 0 +} + +func (m *Rating) GetInterval() float64 { + if m != nil { + return m.Interval + } + return 0 +} + func init() { proto.RegisterType((*TimestampRange)(nil), "google.cloud.talent.v4beta1.TimestampRange") proto.RegisterType((*Location)(nil), "google.cloud.talent.v4beta1.Location") @@ -1826,6 +2222,10 @@ func init() { proto.RegisterType((*CompensationInfo)(nil), "google.cloud.talent.v4beta1.CompensationInfo") proto.RegisterType((*CompensationInfo_CompensationEntry)(nil), "google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry") proto.RegisterType((*CompensationInfo_CompensationRange)(nil), "google.cloud.talent.v4beta1.CompensationInfo.CompensationRange") + proto.RegisterType((*Certification)(nil), "google.cloud.talent.v4beta1.Certification") + proto.RegisterType((*Skill)(nil), "google.cloud.talent.v4beta1.Skill") + proto.RegisterType((*Interview)(nil), "google.cloud.talent.v4beta1.Interview") + proto.RegisterType((*Rating)(nil), "google.cloud.talent.v4beta1.Rating") proto.RegisterEnum("google.cloud.talent.v4beta1.CompanySize", CompanySize_name, CompanySize_value) proto.RegisterEnum("google.cloud.talent.v4beta1.JobBenefit", JobBenefit_name, JobBenefit_value) proto.RegisterEnum("google.cloud.talent.v4beta1.DegreeType", DegreeType_name, DegreeType_value) @@ -1837,6 +2237,8 @@ func init() { proto.RegisterEnum("google.cloud.talent.v4beta1.ContactInfoUsage", ContactInfoUsage_name, ContactInfoUsage_value) proto.RegisterEnum("google.cloud.talent.v4beta1.HtmlSanitization", HtmlSanitization_name, HtmlSanitization_value) proto.RegisterEnum("google.cloud.talent.v4beta1.CommuteMethod", CommuteMethod_name, CommuteMethod_value) + proto.RegisterEnum("google.cloud.talent.v4beta1.SkillProficiencyLevel", SkillProficiencyLevel_name, SkillProficiencyLevel_value) + proto.RegisterEnum("google.cloud.talent.v4beta1.Outcome", Outcome_name, Outcome_value) proto.RegisterEnum("google.cloud.talent.v4beta1.Location_LocationType", Location_LocationType_name, Location_LocationType_value) proto.RegisterEnum("google.cloud.talent.v4beta1.DeviceInfo_DeviceType", DeviceInfo_DeviceType_name, DeviceInfo_DeviceType_value) proto.RegisterEnum("google.cloud.talent.v4beta1.CompensationInfo_CompensationType", CompensationInfo_CompensationType_name, CompensationInfo_CompensationType_value) @@ -1844,173 +2246,200 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/common.proto", fileDescriptor_common_9a8bd73dbaf606cc) -} - -var fileDescriptor_common_9a8bd73dbaf606cc = []byte{ - // 2622 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xcd, 0x6f, 0xe3, 0xc8, - 0x95, 0x1f, 0x59, 0xb6, 0x6c, 0x95, 0xbf, 0xaa, 0xd9, 0x1f, 0xf6, 0xb8, 0xbf, 0x3c, 0x9e, 0x5d, - 0x4c, 0xc3, 0x18, 0xd8, 0x98, 0xde, 0xdd, 0xc3, 0x62, 0xb1, 0xbb, 0x28, 0x91, 0x25, 0xa9, 0xba, - 0x49, 0x96, 0xb6, 0xaa, 0x68, 0x8f, 0xfa, 0x52, 0xa0, 0x2d, 0xb6, 0x86, 0x0b, 0x8a, 0xd4, 0x88, - 0x74, 0x4f, 0x7b, 0xf6, 0xb2, 0xc8, 0x39, 0x18, 0x20, 0xf7, 0x9c, 0xf2, 0x3f, 0xe4, 0x92, 0x7f, - 0x21, 0x97, 0xdc, 0x72, 0x09, 0x10, 0x20, 0xb7, 0x9c, 0xf2, 0x2f, 0x04, 0xaf, 0x8a, 0xb6, 0xe5, - 0x8f, 0xee, 0x04, 0x99, 0x39, 0x89, 0xf5, 0xbe, 0xea, 0xd5, 0x7b, 0xbf, 0x7a, 0xef, 0x95, 0xd0, - 0x8b, 0x71, 0x51, 0x8c, 0xb3, 0xe4, 0xf0, 0x34, 0x2b, 0xce, 0x46, 0x87, 0x55, 0x9c, 0x25, 0x79, - 0x75, 0xf8, 0xee, 0x5f, 0x4f, 0x92, 0x2a, 0xfe, 0xea, 0xf0, 0xb4, 0x98, 0x4c, 0x8a, 0xfc, 0x60, - 0x3a, 0x2b, 0xaa, 0xc2, 0x79, 0x6c, 0x25, 0x0f, 0x8c, 0xe4, 0x81, 0x95, 0x3c, 0xa8, 0x25, 0x77, - 0x9e, 0xd4, 0x66, 0xe2, 0x69, 0x7a, 0x18, 0xe7, 0x79, 0x51, 0xc5, 0x55, 0x5a, 0xe4, 0xa5, 0x55, - 0xdd, 0x79, 0x5e, 0x73, 0xcd, 0xea, 0xe4, 0xec, 0xed, 0x61, 0x95, 0x4e, 0x92, 0xb2, 0x8a, 0x27, - 0xd3, 0x5a, 0xe0, 0xd9, 0x4d, 0x81, 0xef, 0x66, 0xf1, 0x74, 0x9a, 0xcc, 0x2e, 0x0c, 0x6c, 0xd7, - 0xfc, 0xea, 0x7c, 0x9a, 0x1c, 0x66, 0x71, 0x95, 0xe5, 0xe3, 0x9a, 0xb3, 0x35, 0xcf, 0x99, 0x14, - 0x79, 0x72, 0x5e, 0x33, 0x76, 0xe7, 0x19, 0xd3, 0xa2, 0xac, 0xe2, 0x4c, 0xc7, 0xa3, 0xd1, 0x2c, - 0x29, 0x6b, 0xa3, 0x7b, 0x3f, 0x6b, 0xa0, 0x0d, 0x75, 0xe1, 0x88, 0x88, 0xf3, 0x71, 0xe2, 0xfc, - 0x3b, 0x42, 0x65, 0x15, 0xcf, 0x2a, 0x0d, 0x0e, 0x6e, 0x37, 0x76, 0x1b, 0x2f, 0x56, 0x5f, 0xee, - 0x1c, 0xd4, 0x07, 0xbf, 0x70, 0xee, 0xe0, 0x4a, 0xa9, 0x6d, 0xa4, 0x61, 0xed, 0xfc, 0x1b, 0x5a, - 0x49, 0xf2, 0x91, 0x55, 0x5c, 0xf8, 0x9b, 0x8a, 0xcb, 0x49, 0x3e, 0x82, 0xd5, 0xde, 0x9f, 0x9b, - 0x68, 0xc5, 0x2f, 0x4e, 0x4d, 0xb8, 0x9c, 0x63, 0xb4, 0x9e, 0xd5, 0xdf, 0x1a, 0xfc, 0x36, 0x1e, - 0x6c, 0xbc, 0x7c, 0x79, 0xf0, 0x91, 0xd0, 0x1f, 0x5c, 0x68, 0x5f, 0x7e, 0xa8, 0xf3, 0x69, 0x22, - 0xd6, 0xb2, 0xb9, 0x95, 0x43, 0xd0, 0xc6, 0xf5, 0x10, 0xdc, 0x74, 0x11, 0x76, 0x3b, 0x18, 0x18, - 0x11, 0x62, 0x25, 0xc4, 0xfa, 0x74, 0x7e, 0xe9, 0x7c, 0x89, 0x96, 0xb3, 0xb8, 0xd2, 0x59, 0x3e, - 0xde, 0x6e, 0x1a, 0xdd, 0xfb, 0xd7, 0x74, 0xfd, 0xb8, 0xf2, 0xf3, 0xb1, 0x68, 0x65, 0xe6, 0xd7, - 0xf9, 0x0c, 0xad, 0xcd, 0xe2, 0x51, 0x7a, 0x56, 0xea, 0x49, 0x9a, 0x25, 0xe5, 0xf6, 0xe2, 0x6e, - 0xe3, 0x45, 0x43, 0xac, 0x5a, 0x5a, 0x00, 0xa4, 0xbd, 0xbf, 0x34, 0xd0, 0xda, 0xbc, 0xcb, 0xce, - 0x53, 0xf4, 0xa9, 0xcf, 0x5d, 0xa2, 0x18, 0x0f, 0xb5, 0x1a, 0x0e, 0xa8, 0x8e, 0x42, 0x39, 0xa0, - 0x2e, 0xeb, 0x32, 0xea, 0xe1, 0x4f, 0x9c, 0x55, 0xb4, 0xec, 0xf2, 0x28, 0x54, 0x62, 0x88, 0x1b, - 0xce, 0x16, 0xba, 0x4f, 0xbc, 0x80, 0x85, 0x4c, 0x2a, 0x41, 0x14, 0x3b, 0xa2, 0x9a, 0x08, 0x4a, - 0xf0, 0x82, 0xf3, 0x18, 0x6d, 0xc9, 0xa8, 0xa3, 0xef, 0x62, 0x36, 0x9d, 0x35, 0xb4, 0x02, 0x3b, - 0xf8, 0x4c, 0x0d, 0xf1, 0xa2, 0xb3, 0x89, 0x56, 0x07, 0x5c, 0x2a, 0xe2, 0x6b, 0x97, 0x7b, 0x14, - 0x2f, 0x39, 0x18, 0xad, 0x81, 0xee, 0xa5, 0x48, 0xcb, 0x71, 0xd0, 0xc6, 0x3c, 0x45, 0x7f, 0x85, - 0x97, 0x6f, 0xd1, 0x5e, 0xe2, 0x15, 0xd0, 0x0c, 0x29, 0xeb, 0xf5, 0x3b, 0x5c, 0xf4, 0x39, 0xf7, - 0x70, 0xdb, 0x48, 0x29, 0x41, 0xa9, 0xd2, 0xc4, 0xf3, 0x04, 0x95, 0x12, 0xa3, 0xbd, 0xdf, 0x37, - 0xd0, 0xa6, 0x48, 0xbe, 0x3d, 0x4b, 0xca, 0x2a, 0x48, 0xaa, 0x78, 0x14, 0x57, 0xb1, 0xf3, 0x08, - 0xb5, 0x46, 0xc5, 0x24, 0x4e, 0x73, 0x93, 0xeb, 0xb6, 0xa8, 0x57, 0xce, 0x53, 0x84, 0xca, 0xa4, - 0x2c, 0x01, 0x09, 0xe9, 0xc8, 0x64, 0xab, 0x2d, 0xda, 0x35, 0x85, 0x8d, 0x9c, 0x2d, 0xb4, 0x7c, - 0x56, 0x26, 0x33, 0xe0, 0x35, 0xad, 0x1e, 0x2c, 0xd9, 0xc8, 0xd9, 0x47, 0xf7, 0xe2, 0x2c, 0x2b, - 0xbe, 0xd3, 0x93, 0xb4, 0x2c, 0xd3, 0x7c, 0xac, 0xd3, 0x91, 0x8d, 0xfe, 0x8a, 0xd8, 0x34, 0x8c, - 0xc0, 0xd2, 0xd9, 0xa8, 0x74, 0xfa, 0x68, 0x75, 0x94, 0xbc, 0x4b, 0x4f, 0x13, 0x9d, 0xe6, 0x6f, - 0x8b, 0xed, 0x25, 0x93, 0xd6, 0x2f, 0x3e, 0x0a, 0x36, 0xcf, 0xc8, 0xb3, 0xfc, 0x6d, 0x21, 0xd0, - 0xe8, 0xf2, 0x7b, 0xef, 0x2b, 0x84, 0x45, 0x52, 0x4e, 0x8b, 0xbc, 0x4c, 0x2e, 0x4f, 0xf6, 0x14, - 0xa1, 0x99, 0x3d, 0x2c, 0x78, 0x69, 0x4f, 0xd7, 0xae, 0x29, 0x6c, 0xb4, 0xf7, 0xc7, 0x06, 0x42, - 0x57, 0xd6, 0x1c, 0x79, 0xe9, 0xcb, 0xdf, 0x0d, 0xfc, 0x2b, 0xed, 0xfa, 0xd3, 0x00, 0xbf, 0x76, - 0xcb, 0x20, 0x6a, 0x03, 0x2d, 0x5c, 0x06, 0x6f, 0x21, 0x1d, 0xed, 0x65, 0x17, 0x5b, 0x1a, 0xee, - 0x63, 0xb4, 0xe5, 0xd1, 0x23, 0xe6, 0xd2, 0xbb, 0xd0, 0xb6, 0x8c, 0x9a, 0xc7, 0xb4, 0x83, 0x1b, - 0xce, 0x06, 0x42, 0x01, 0xef, 0x30, 0x9f, 0x6a, 0x58, 0x2f, 0x00, 0x0c, 0x49, 0xe8, 0x09, 0xce, - 0x3c, 0xdc, 0x04, 0x29, 0xc6, 0x25, 0x5e, 0x84, 0x8f, 0x0e, 0x57, 0x78, 0xc9, 0x69, 0xa3, 0x25, - 0xae, 0xfa, 0x54, 0xe0, 0xd6, 0xde, 0x77, 0x68, 0xd3, 0x3d, 0x2b, 0xab, 0x62, 0x42, 0xaa, 0x6a, - 0x96, 0x9e, 0x9c, 0x55, 0x89, 0xf3, 0x39, 0x5a, 0x2f, 0xab, 0x19, 0xa4, 0xe5, 0x5d, 0x9c, 0x9d, - 0x25, 0xe5, 0x76, 0x63, 0xb7, 0xf9, 0xa2, 0x2d, 0xd6, 0x2c, 0xf1, 0xc8, 0xd0, 0x9c, 0xe7, 0x68, - 0x35, 0x2b, 0xae, 0x44, 0x16, 0x76, 0x9b, 0x2f, 0x9a, 0x02, 0x01, 0xa9, 0x16, 0x78, 0x86, 0xd0, - 0xdb, 0x34, 0xab, 0x92, 0x59, 0x7c, 0x92, 0x25, 0x26, 0xff, 0x2b, 0x62, 0x8e, 0xb2, 0xf7, 0xff, - 0x0d, 0xe4, 0xc8, 0x69, 0x92, 0x65, 0x69, 0x3e, 0x76, 0x8b, 0xd9, 0x2c, 0x39, 0x35, 0xd5, 0xe5, - 0x09, 0x6a, 0x9f, 0xda, 0x55, 0x62, 0xf3, 0xb1, 0x22, 0xae, 0x08, 0xce, 0x3f, 0xa3, 0x8d, 0xcb, - 0x85, 0xae, 0x92, 0xf7, 0x55, 0x1d, 0xb7, 0xf5, 0x4b, 0xaa, 0x4a, 0xde, 0x57, 0xd7, 0xc5, 0xbe, - 0xa9, 0x26, 0x59, 0x8d, 0xbf, 0x2b, 0xb1, 0x7e, 0x35, 0xc9, 0xf6, 0x7e, 0x8b, 0x10, 0x76, 0x8b, - 0xc9, 0x34, 0xc9, 0x4b, 0x73, 0xc1, 0x4d, 0x8e, 0x87, 0x68, 0x39, 0xc9, 0xab, 0x59, 0x5a, 0x9f, - 0x7b, 0xf5, 0xe5, 0x7f, 0x7f, 0x34, 0xbf, 0x37, 0xf5, 0xaf, 0x11, 0x68, 0x5e, 0xcd, 0xce, 0xc5, - 0x85, 0x3d, 0xe7, 0xe7, 0x0d, 0xb4, 0x17, 0xe7, 0xf9, 0x59, 0x9c, 0xa5, 0xdf, 0x27, 0x23, 0x7d, - 0x12, 0x97, 0x89, 0x3e, 0x9d, 0x13, 0xd7, 0x33, 0xa8, 0xef, 0x75, 0xd5, 0xfb, 0x11, 0xdb, 0x9a, - 0x36, 0x21, 0x9e, 0x5f, 0x6d, 0xd5, 0x89, 0xcb, 0xe4, 0x96, 0x80, 0xf3, 0x43, 0x03, 0x7d, 0x3e, - 0xe7, 0x4e, 0x55, 0x40, 0xe9, 0xbd, 0xc3, 0x9f, 0xe6, 0x4f, 0xe3, 0xcf, 0xee, 0xd5, 0x5e, 0x0a, - 0xb6, 0xba, 0x25, 0xb1, 0xf3, 0xbb, 0x26, 0xba, 0x77, 0x2b, 0x7c, 0x8e, 0x40, 0x8b, 0x73, 0xb7, - 0xed, 0xbf, 0xfe, 0x71, 0x37, 0xcc, 0xcd, 0x33, 0xb6, 0xc0, 0xe6, 0x59, 0x9e, 0x5a, 0xf4, 0xfc, - 0x28, 0x9b, 0x51, 0x9e, 0x56, 0xc2, 0xd8, 0x72, 0xbe, 0x44, 0xad, 0x78, 0x52, 0x9c, 0xe5, 0x55, - 0x1d, 0x30, 0xe7, 0x5a, 0xeb, 0x09, 0xa0, 0xeb, 0xf7, 0x3f, 0x11, 0xb5, 0x8c, 0x73, 0x8c, 0x96, - 0x6c, 0x74, 0x17, 0x7f, 0x92, 0xe8, 0xf6, 0x3f, 0x11, 0xd6, 0x9e, 0xb3, 0x0b, 0x35, 0xaa, 0x3c, - 0x9d, 0xa5, 0x53, 0x60, 0x9a, 0x7a, 0xd9, 0x16, 0xf3, 0x24, 0x47, 0xa2, 0xad, 0xe4, 0xfd, 0xd4, - 0x5e, 0x0e, 0xf0, 0xbc, 0xd4, 0xd3, 0x64, 0xa6, 0xcf, 0x93, 0x78, 0xb6, 0xdd, 0x32, 0xce, 0x3c, - 0xb9, 0x35, 0x13, 0x78, 0xc5, 0xd9, 0x49, 0x96, 0x98, 0x9b, 0x2d, 0x1e, 0x5c, 0x28, 0xc3, 0xd9, - 0xcb, 0x41, 0x32, 0x1b, 0x26, 0xf1, 0xac, 0xf3, 0x10, 0xdd, 0xbf, 0x06, 0x1d, 0x7b, 0xcc, 0x9d, - 0x5f, 0x34, 0xae, 0xa7, 0xd4, 0x22, 0xef, 0x3f, 0x11, 0x9e, 0xc4, 0xef, 0xaf, 0x61, 0xad, 0x46, - 0xfd, 0x1d, 0x41, 0x13, 0x9b, 0x93, 0xf8, 0xfd, 0xbc, 0x0d, 0xa3, 0x9e, 0xe6, 0xd7, 0xd5, 0x1b, - 0x1f, 0x51, 0x4f, 0xf3, 0x79, 0xf5, 0xbd, 0x5f, 0x37, 0xae, 0x5f, 0x7b, 0x53, 0x67, 0x3f, 0x43, - 0x4f, 0x5d, 0x1e, 0x0c, 0x68, 0x28, 0x3f, 0xd8, 0xdb, 0x57, 0xd0, 0x62, 0x87, 0x48, 0x8a, 0x1b, - 0x50, 0x3f, 0x3b, 0x3c, 0x8c, 0x24, 0x5e, 0x70, 0xee, 0xa1, 0x75, 0xc9, 0x7a, 0x21, 0x0b, 0x7b, - 0xda, 0x92, 0x9a, 0x0e, 0x42, 0x2d, 0xfa, 0x3f, 0x91, 0x6d, 0xdf, 0x0e, 0xda, 0x18, 0x08, 0xde, - 0x65, 0x4a, 0xcb, 0x3e, 0x11, 0x2c, 0xec, 0xe1, 0x25, 0x68, 0xe9, 0x2e, 0x0f, 0x02, 0x26, 0x25, - 0xe3, 0xa1, 0xc4, 0x2d, 0x30, 0xac, 0xd8, 0x40, 0xe2, 0x65, 0xa8, 0xf6, 0xa6, 0x30, 0xeb, 0x5b, - 0xbe, 0xe0, 0x95, 0xbd, 0x5f, 0xde, 0xf0, 0x1b, 0xe2, 0x7f, 0xcb, 0xef, 0x28, 0x64, 0xea, 0x86, - 0xdf, 0x08, 0xb5, 0xfa, 0x3c, 0x12, 0xfe, 0xd0, 0x7a, 0xee, 0x11, 0xe6, 0x0f, 0xf1, 0x02, 0x90, - 0x8f, 0x29, 0x7d, 0xed, 0x0f, 0x71, 0x13, 0xfa, 0x45, 0xc0, 0x43, 0xd5, 0xf7, 0xc1, 0x67, 0x84, - 0x5a, 0x43, 0x4a, 0x40, 0x7e, 0x09, 0x86, 0x11, 0x1e, 0x52, 0xad, 0x58, 0x40, 0x71, 0xeb, 0x03, - 0xee, 0xc1, 0x96, 0x78, 0x79, 0xff, 0x1c, 0xad, 0x82, 0x77, 0x71, 0x7e, 0x2e, 0xd3, 0xef, 0x13, - 0xe7, 0x09, 0xda, 0x06, 0x29, 0x12, 0x0e, 0xb5, 0x64, 0x6f, 0xee, 0x88, 0x25, 0xcc, 0x3e, 0xd6, - 0x23, 0x19, 0x10, 0xdf, 0xb7, 0x5d, 0x4b, 0x06, 0xd4, 0x63, 0x51, 0x60, 0xa3, 0x58, 0x7f, 0xdb, - 0xc6, 0xc5, 0x20, 0x74, 0x08, 0xb5, 0x3a, 0xac, 0xd7, 0x83, 0xce, 0x05, 0x8a, 0x3d, 0x46, 0x42, - 0xd8, 0xfa, 0x4f, 0x0d, 0x84, 0x5e, 0x15, 0x27, 0x9d, 0x24, 0x4f, 0xde, 0xa6, 0x15, 0xb8, 0xf9, - 0x8a, 0x77, 0x74, 0x87, 0x86, 0xb4, 0x7b, 0x2b, 0x1a, 0x1b, 0x08, 0xb9, 0x7d, 0xe6, 0x7b, 0xda, - 0x25, 0x02, 0x72, 0x89, 0x50, 0xcb, 0xa3, 0xa1, 0x22, 0xe0, 0xc0, 0x03, 0x84, 0x3d, 0x1e, 0x50, - 0xa9, 0x98, 0xab, 0x07, 0x44, 0xa8, 0x90, 0x0a, 0xdc, 0x84, 0x1c, 0x76, 0x7d, 0xfa, 0x35, 0xeb, - 0xf8, 0x54, 0x43, 0x20, 0xa1, 0x95, 0x42, 0xc0, 0xa8, 0xc7, 0x5c, 0xe2, 0xe3, 0x25, 0x10, 0xf0, - 0x59, 0x97, 0x6a, 0x16, 0xca, 0x48, 0x90, 0xd0, 0xa5, 0x76, 0x28, 0x1b, 0x10, 0x61, 0x0c, 0x6b, - 0x9f, 0x92, 0x23, 0x8a, 0x97, 0x9d, 0xfb, 0x68, 0x53, 0x50, 0xc5, 0x04, 0x0d, 0x68, 0xa8, 0xf4, - 0xc0, 0x27, 0x21, 0x5e, 0x71, 0xd6, 0x51, 0x5b, 0x32, 0xf7, 0xb5, 0xf6, 0xc8, 0x50, 0xe2, 0x36, - 0x04, 0xfc, 0x88, 0xd8, 0xf9, 0x12, 0x23, 0x70, 0xee, 0x88, 0x01, 0x4c, 0xf0, 0xea, 0xfe, 0x0f, - 0x0b, 0x30, 0x18, 0x8c, 0x67, 0xc9, 0xdc, 0x60, 0xd0, 0x13, 0xf4, 0xce, 0xc1, 0xe0, 0x21, 0xba, - 0x37, 0x10, 0x2c, 0x20, 0x62, 0xa8, 0xa9, 0x17, 0xd5, 0xe6, 0x1a, 0x76, 0x78, 0x3d, 0xa6, 0x42, - 0x4b, 0xea, 0xf2, 0xd0, 0xbb, 0xce, 0x5e, 0x00, 0x76, 0x34, 0x18, 0x7c, 0x80, 0xdd, 0x84, 0x8c, - 0x12, 0x2f, 0xf2, 0x95, 0x86, 0x03, 0x78, 0x8c, 0xf8, 0x73, 0xdc, 0x45, 0xc3, 0x95, 0x92, 0xbb, - 0x8c, 0x28, 0x2a, 0x35, 0x17, 0x1a, 0xee, 0xc0, 0x11, 0xf1, 0x69, 0x08, 0x13, 0xc7, 0x63, 0xb4, - 0xd5, 0x21, 0x6e, 0x9f, 0xfa, 0x5c, 0xdc, 0x64, 0xb6, 0x9c, 0x4f, 0xd1, 0xc3, 0x80, 0x48, 0x45, - 0x6f, 0xb1, 0x96, 0x9d, 0x1d, 0xf4, 0xc8, 0xe3, 0xae, 0xe2, 0x82, 0xf8, 0x37, 0x78, 0x2b, 0xfb, - 0x7f, 0x68, 0xa0, 0x0d, 0x3a, 0x99, 0x66, 0xc5, 0xf9, 0x24, 0xc9, 0x2b, 0x13, 0x94, 0xe7, 0xe8, - 0x31, 0x0d, 0x06, 0x3e, 0x1f, 0x9a, 0x08, 0xdf, 0x11, 0x98, 0x75, 0xd4, 0xee, 0x46, 0xbe, 0x6f, - 0x01, 0xdd, 0x80, 0x25, 0xe4, 0xd9, 0x2e, 0x17, 0x0c, 0x36, 0x78, 0xa8, 0x04, 0x81, 0x1d, 0x71, - 0x13, 0xf0, 0x70, 0xb1, 0xd6, 0x8a, 0xeb, 0x3e, 0x13, 0x14, 0x2f, 0x82, 0x92, 0xa2, 0xc1, 0x80, - 0x0b, 0x22, 0x86, 0x16, 0x93, 0x2c, 0x54, 0x54, 0x84, 0xb8, 0x05, 0xac, 0x23, 0xee, 0x47, 0xa1, - 0xa2, 0x54, 0xe0, 0x65, 0x48, 0x26, 0x84, 0xd3, 0x63, 0x34, 0xc0, 0x2b, 0x16, 0x47, 0x43, 0xcd, - 0x42, 0x0d, 0x3f, 0x3c, 0x52, 0xb8, 0x0d, 0x47, 0xb7, 0x37, 0xea, 0x86, 0xdb, 0x18, 0xed, 0x7f, - 0x8b, 0x56, 0x5e, 0x15, 0x27, 0x7e, 0xf2, 0x2e, 0xc9, 0x40, 0x0c, 0x10, 0xed, 0xd3, 0x23, 0xea, - 0xdf, 0x38, 0xd1, 0x26, 0x5a, 0xa5, 0xf0, 0xde, 0xb0, 0x4c, 0xdc, 0x30, 0x84, 0xaf, 0x07, 0x54, - 0x30, 0x1a, 0xba, 0xd4, 0xb3, 0xd7, 0x2a, 0x20, 0x21, 0xe9, 0x19, 0x30, 0xaf, 0xa1, 0x15, 0x8f, - 0x09, 0x6a, 0x0e, 0x68, 0x8e, 0x42, 0xbf, 0xa6, 0x6e, 0x04, 0xef, 0x0f, 0xbc, 0xb4, 0xff, 0x9b, - 0x16, 0x5a, 0x7d, 0x55, 0x9c, 0xb8, 0x71, 0x95, 0x8c, 0x8b, 0xd9, 0x39, 0xe4, 0x14, 0xb6, 0x75, - 0x89, 0xa2, 0x3d, 0x2e, 0x86, 0x37, 0x76, 0xde, 0x41, 0x8f, 0x88, 0x6b, 0x5e, 0x3b, 0x50, 0xfd, - 0x48, 0xe8, 0xe9, 0x2e, 0x0b, 0x0d, 0xfc, 0x0d, 0xd2, 0x6e, 0xbe, 0x6e, 0x42, 0x4f, 0xf3, 0x6e, - 0x97, 0xb9, 0xd4, 0x22, 0x8d, 0x78, 0x47, 0x54, 0x28, 0x26, 0x2f, 0x74, 0x03, 0x22, 0x5e, 0x53, - 0xb0, 0x84, 0x9b, 0x70, 0x04, 0x12, 0xb2, 0x00, 0x1e, 0x3d, 0xc4, 0x84, 0x1c, 0xb6, 0x12, 0x4a, - 0x77, 0x89, 0xec, 0x43, 0xc5, 0x01, 0x79, 0x8f, 0x42, 0xdd, 0xc5, 0x4b, 0xf0, 0xca, 0xea, 0x44, - 0x92, 0x85, 0x54, 0x4a, 0xcd, 0x07, 0x54, 0x18, 0x40, 0x4a, 0x5b, 0xad, 0x5c, 0x9f, 0x92, 0xf0, - 0xd2, 0x3b, 0xe2, 0x32, 0x9f, 0x29, 0x46, 0xa5, 0xbd, 0x8b, 0x50, 0x9e, 0x22, 0x45, 0x85, 0x61, - 0x32, 0x65, 0x5f, 0x48, 0x2e, 0x0f, 0xa5, 0x12, 0x91, 0x6b, 0x50, 0xdd, 0x36, 0x08, 0x88, 0xa4, - 0xe2, 0x81, 0xb9, 0x15, 0x02, 0x06, 0x71, 0x8c, 0x4c, 0xd8, 0x2e, 0xa1, 0xbf, 0x0a, 0x61, 0xa2, - 0x80, 0x00, 0x45, 0x58, 0x68, 0x32, 0x08, 0x06, 0x95, 0x20, 0x90, 0x8f, 0x35, 0x67, 0x1b, 0x3d, - 0xe8, 0x12, 0x11, 0x5c, 0x78, 0xc1, 0x23, 0xe5, 0x71, 0x2e, 0x24, 0x5e, 0x07, 0xb8, 0xf5, 0x29, - 0xf1, 0x55, 0xdf, 0x9c, 0x72, 0x03, 0x7c, 0xea, 0x47, 0x01, 0x09, 0xb5, 0xa0, 0x92, 0x47, 0xc2, - 0xa5, 0x12, 0x6f, 0x3a, 0x5f, 0xa0, 0xcf, 0x59, 0x08, 0x0f, 0x40, 0xdf, 0x56, 0xdb, 0x80, 0x00, - 0xda, 0x4c, 0x9c, 0x8d, 0x3d, 0x41, 0x07, 0x84, 0x09, 0x8c, 0xa1, 0x1e, 0xfa, 0xb4, 0x47, 0x7c, - 0x7c, 0xcf, 0x3c, 0x07, 0x4c, 0xc6, 0xc1, 0x1b, 0xec, 0xc0, 0xb5, 0x08, 0x48, 0x18, 0x75, 0x89, - 0xab, 0x22, 0x71, 0xe1, 0xc8, 0x31, 0x11, 0xb4, 0xcf, 0x23, 0x49, 0xf1, 0x7d, 0xe7, 0x9f, 0xd0, - 0xae, 0xb9, 0xd2, 0x50, 0xd8, 0x83, 0x28, 0x64, 0xf6, 0x68, 0xd2, 0xca, 0x09, 0x66, 0xd2, 0xf2, - 0xc0, 0x79, 0x84, 0x1c, 0xce, 0x7c, 0xdd, 0x23, 0x96, 0x01, 0xe9, 0x0d, 0x7b, 0xf8, 0xa1, 0xf3, - 0x0c, 0xed, 0x0c, 0xa8, 0x90, 0x3c, 0xac, 0x13, 0x66, 0xb8, 0x75, 0xb4, 0x24, 0x7e, 0x04, 0x19, - 0x1a, 0x08, 0xae, 0xa8, 0x6b, 0x80, 0x70, 0xc9, 0xd8, 0x82, 0x3c, 0x0b, 0x0a, 0x75, 0x44, 0x2a, - 0xa2, 0x28, 0xde, 0x06, 0x4b, 0x02, 0x16, 0x50, 0x46, 0x6d, 0x18, 0xfb, 0x5c, 0x0e, 0x98, 0xb2, - 0x4f, 0xdd, 0x4f, 0x21, 0x1d, 0x92, 0xf8, 0x54, 0xd6, 0x27, 0x57, 0x84, 0xf9, 0x78, 0xc7, 0x3c, - 0xa7, 0x5d, 0x03, 0x77, 0x43, 0xa7, 0x61, 0x8f, 0x85, 0x94, 0x9a, 0x6e, 0xfb, 0xd8, 0xd9, 0x43, - 0xcf, 0x4c, 0x55, 0xf2, 0x2f, 0x37, 0x36, 0x42, 0x21, 0x0f, 0xb5, 0xed, 0xcc, 0xf8, 0x09, 0x34, - 0x51, 0x39, 0xe0, 0x42, 0x49, 0xdd, 0x65, 0xca, 0x00, 0xc9, 0xda, 0x77, 0x05, 0xb5, 0x39, 0x7e, - 0xea, 0xec, 0xa2, 0x27, 0x4a, 0x90, 0xd0, 0x88, 0xd9, 0x44, 0x80, 0x88, 0xcf, 0x7b, 0x0c, 0xba, - 0x85, 0xc4, 0xcf, 0xf6, 0x13, 0xb4, 0x3e, 0x28, 0xca, 0x2a, 0xcd, 0xc7, 0x22, 0x19, 0xc3, 0x98, - 0x02, 0x61, 0xe1, 0xd2, 0x5c, 0x0e, 0x41, 0x7b, 0xb6, 0x53, 0xce, 0xdf, 0x9f, 0x0f, 0xfc, 0x3d, - 0x60, 0x5a, 0x52, 0x78, 0x51, 0x93, 0x37, 0xd1, 0xaa, 0xa2, 0x3e, 0x35, 0x79, 0x51, 0x14, 0x37, - 0xf7, 0xff, 0x17, 0xa1, 0xa3, 0xb4, 0x4c, 0x4f, 0xd2, 0x2c, 0xad, 0xce, 0xe1, 0x62, 0x40, 0x83, - 0xe8, 0x30, 0xf3, 0xca, 0xbf, 0x6e, 0x1f, 0xa3, 0xb5, 0xfa, 0x7e, 0x6a, 0x1e, 0x9a, 0xee, 0xff, - 0x08, 0x39, 0x30, 0x86, 0x50, 0x4f, 0x1f, 0x33, 0xd5, 0xd7, 0x3d, 0xce, 0x7b, 0x3e, 0x5c, 0xc7, - 0x1b, 0xf4, 0x41, 0xd4, 0xf1, 0x99, 0x8b, 0x9b, 0xfb, 0x6f, 0x60, 0xe0, 0xc8, 0xab, 0xf8, 0xb4, - 0x82, 0xa9, 0x33, 0x2a, 0xe3, 0x71, 0x02, 0xf1, 0x84, 0x9a, 0x08, 0x25, 0x91, 0x85, 0x5d, 0xae, - 0x23, 0x49, 0x7a, 0x37, 0xab, 0xac, 0xad, 0x7b, 0x06, 0x10, 0xb8, 0x01, 0xbd, 0xfe, 0x98, 0x8b, - 0xd7, 0x76, 0xe4, 0x90, 0x6e, 0x9f, 0x73, 0x1f, 0x37, 0xf7, 0xbf, 0x45, 0x18, 0x1e, 0x61, 0x32, - 0xce, 0xd3, 0x2a, 0xfd, 0xde, 0x0e, 0x76, 0x9f, 0xa1, 0xa7, 0x7d, 0x15, 0xf8, 0x5a, 0x92, 0x90, - 0x29, 0xf6, 0xe6, 0x62, 0xbc, 0x98, 0x37, 0xfd, 0x0c, 0xed, 0xdc, 0x16, 0xf1, 0x98, 0x24, 0x1d, - 0x9f, 0x7a, 0xb8, 0x01, 0x01, 0x91, 0x2c, 0x18, 0xf8, 0x54, 0x77, 0xb9, 0x08, 0x88, 0x32, 0xe1, - 0x37, 0xc7, 0x5f, 0xd8, 0xff, 0x3f, 0xb4, 0xee, 0x16, 0x93, 0xc9, 0x59, 0x05, 0xef, 0xff, 0x6f, - 0x8a, 0x11, 0x18, 0xab, 0x03, 0xab, 0x03, 0xaa, 0xfa, 0xdc, 0xbb, 0xfd, 0x6f, 0x8e, 0x27, 0xd8, - 0x11, 0x00, 0xa9, 0x01, 0x0b, 0x83, 0x00, 0xa6, 0x6c, 0x4d, 0x3d, 0x26, 0xfe, 0x6b, 0x5b, 0xae, - 0x56, 0xd1, 0xb2, 0x3b, 0x74, 0x7d, 0x58, 0x2c, 0x42, 0x2c, 0x6b, 0x31, 0x4d, 0x5c, 0x97, 0x4a, - 0x09, 0x73, 0x03, 0x5e, 0xea, 0x9c, 0xa3, 0xe7, 0xa7, 0xc5, 0xe4, 0x63, 0x63, 0x7e, 0x07, 0xe6, - 0xa7, 0x49, 0x91, 0x0f, 0x60, 0xea, 0x1e, 0x34, 0xde, 0x90, 0x5a, 0x76, 0x5c, 0x64, 0x71, 0x3e, - 0x3e, 0x28, 0x66, 0xe3, 0xc3, 0x71, 0x92, 0x9b, 0x99, 0xfc, 0xd0, 0xb2, 0xe2, 0x69, 0x5a, 0xde, - 0xf9, 0xa7, 0xe8, 0x7f, 0xd8, 0xe5, 0xaf, 0x16, 0x9a, 0xae, 0x92, 0x27, 0x2d, 0xa3, 0xf3, 0x2f, - 0x7f, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x2c, 0x34, 0x27, 0x0b, 0x47, 0x15, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/common.proto", fileDescriptor_common_3a74b45f3c75ea36) +} + +var fileDescriptor_common_3a74b45f3c75ea36 = []byte{ + // 3049 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x59, 0xcd, 0x6f, 0xe3, 0x48, + 0x76, 0x1f, 0x59, 0xb6, 0x64, 0x3d, 0x7f, 0x55, 0xb3, 0xa7, 0xdb, 0x1e, 0xf7, 0xc7, 0x78, 0x34, + 0x1b, 0x6c, 0xc3, 0x18, 0xd8, 0x98, 0xce, 0x06, 0x41, 0xb0, 0xc8, 0x06, 0x25, 0xb2, 0x2c, 0xd5, + 0x34, 0x3f, 0x94, 0x62, 0xd1, 0x1e, 0xcd, 0x85, 0xa0, 0xad, 0xb2, 0x87, 0x59, 0x8a, 0xd4, 0x88, + 0x74, 0x77, 0x7b, 0x4e, 0x41, 0x4e, 0x39, 0x04, 0x0b, 0x04, 0xb9, 0xe6, 0x94, 0xff, 0x21, 0x97, + 0xfc, 0x0b, 0xb9, 0xe4, 0x96, 0xcb, 0x02, 0x01, 0x72, 0xcb, 0x29, 0xa7, 0xdc, 0x83, 0x57, 0x45, + 0xd9, 0xf2, 0x47, 0xf7, 0x2c, 0x76, 0xf7, 0x64, 0xd6, 0xfb, 0xa8, 0x7a, 0x1f, 0xbf, 0xf7, 0xea, + 0x95, 0x0c, 0xaf, 0x2e, 0x8a, 0xe2, 0x22, 0x53, 0x87, 0x67, 0x59, 0x71, 0x39, 0x3e, 0xac, 0x92, + 0x4c, 0xe5, 0xd5, 0xe1, 0xdb, 0x5f, 0x9c, 0xaa, 0x2a, 0xf9, 0xfa, 0xf0, 0xac, 0x98, 0x4c, 0x8a, + 0xfc, 0x60, 0x3a, 0x2b, 0xaa, 0xc2, 0x7a, 0x66, 0x24, 0x0f, 0xb4, 0xe4, 0x81, 0x91, 0x3c, 0xa8, + 0x25, 0x77, 0x9f, 0xd7, 0xdb, 0x24, 0xd3, 0xf4, 0x30, 0xc9, 0xf3, 0xa2, 0x4a, 0xaa, 0xb4, 0xc8, + 0x4b, 0xa3, 0xba, 0xfb, 0x79, 0xcd, 0xd5, 0xab, 0xd3, 0xcb, 0xf3, 0xc3, 0x2a, 0x9d, 0xa8, 0xb2, + 0x4a, 0x26, 0xd3, 0x5a, 0xe0, 0xe5, 0x5d, 0x81, 0x77, 0xb3, 0x64, 0x3a, 0x55, 0xb3, 0xf9, 0x06, + 0x4f, 0x6b, 0x7e, 0x75, 0x35, 0x55, 0x87, 0xe3, 0xa4, 0x52, 0x35, 0xfd, 0xd9, 0x6d, 0xfa, 0x55, + 0x71, 0xfe, 0x4e, 0xa9, 0x5f, 0xd7, 0xcc, 0x9d, 0x45, 0x66, 0x96, 0x54, 0x59, 0x7e, 0x51, 0x73, + 0xb6, 0x17, 0x39, 0x93, 0x22, 0x57, 0x57, 0x35, 0x63, 0x6f, 0x91, 0x31, 0x2d, 0xca, 0x2a, 0xc9, + 0xe2, 0x64, 0x3c, 0x9e, 0xa9, 0xb2, 0x7c, 0xe8, 0x44, 0x74, 0xa3, 0x38, 0x1f, 0x27, 0xb5, 0x7a, + 0xf7, 0xef, 0x1a, 0xb0, 0x29, 0xe7, 0xae, 0x89, 0x24, 0xbf, 0x50, 0xd6, 0x5f, 0x00, 0x94, 0x55, + 0x32, 0xab, 0x62, 0x94, 0xdd, 0x69, 0xec, 0x35, 0x5e, 0xad, 0xbd, 0xde, 0x3d, 0xa8, 0x43, 0x39, + 0x77, 0xf7, 0xe0, 0x46, 0xa9, 0xa3, 0xa5, 0x71, 0x6d, 0xfd, 0x19, 0xac, 0xaa, 0x7c, 0x6c, 0x14, + 0x97, 0x7e, 0x52, 0xb1, 0xad, 0xf2, 0x31, 0xae, 0xba, 0xff, 0xd3, 0x84, 0x55, 0xb7, 0x38, 0xd3, + 0x09, 0xb0, 0x4e, 0x60, 0x23, 0xab, 0xbf, 0x63, 0x34, 0x59, 0x5b, 0xb0, 0xf9, 0xfa, 0xf5, 0xc1, + 0x47, 0x92, 0x79, 0x30, 0xd7, 0xbe, 0xfe, 0x90, 0x57, 0x53, 0x25, 0xd6, 0xb3, 0x85, 0x95, 0x45, + 0x61, 0xf3, 0x76, 0x7c, 0xee, 0x9a, 0x88, 0xa7, 0x1d, 0x0c, 0xb5, 0x08, 0x35, 0x12, 0x62, 0x63, + 0xba, 0xb8, 0xb4, 0xbe, 0x82, 0x76, 0x96, 0x54, 0x71, 0x96, 0x5f, 0xec, 0x34, 0xb5, 0xee, 0xe3, + 0x5b, 0xba, 0x6e, 0x52, 0xb9, 0xf9, 0x85, 0x68, 0x65, 0xfa, 0xaf, 0xf5, 0x05, 0xac, 0xcf, 0x92, + 0x71, 0x7a, 0x59, 0xc6, 0x93, 0x34, 0x53, 0xe5, 0xce, 0xf2, 0x5e, 0xe3, 0x55, 0x43, 0xac, 0x19, + 0x9a, 0x87, 0xa4, 0xee, 0xff, 0x36, 0x60, 0x7d, 0xd1, 0x64, 0xeb, 0x05, 0x7c, 0xe6, 0x06, 0x36, + 0x95, 0x3c, 0xf0, 0x63, 0x39, 0x1a, 0xb2, 0x38, 0xf2, 0xc3, 0x21, 0xb3, 0xf9, 0x11, 0x67, 0x0e, + 0xf9, 0xc4, 0x5a, 0x83, 0xb6, 0x1d, 0x44, 0xbe, 0x14, 0x23, 0xd2, 0xb0, 0xb6, 0xe1, 0x31, 0x75, + 0x3c, 0xee, 0xf3, 0x50, 0x0a, 0x2a, 0xf9, 0x31, 0x8b, 0xa9, 0x60, 0x94, 0x2c, 0x59, 0xcf, 0x60, + 0x3b, 0x8c, 0x7a, 0xf1, 0x43, 0xcc, 0xa6, 0xb5, 0x0e, 0xab, 0x78, 0x82, 0xcb, 0xe5, 0x88, 0x2c, + 0x5b, 0x5b, 0xb0, 0x36, 0x0c, 0x42, 0x49, 0xdd, 0xd8, 0x0e, 0x1c, 0x46, 0x56, 0x2c, 0x02, 0xeb, + 0xa8, 0x7b, 0x2d, 0xd2, 0xb2, 0x2c, 0xd8, 0x5c, 0xa4, 0xc4, 0x5f, 0x93, 0xf6, 0x3d, 0xda, 0x6b, + 0xb2, 0x8a, 0x9a, 0x3e, 0xe3, 0xfd, 0x41, 0x2f, 0x10, 0x83, 0x20, 0x70, 0x48, 0x47, 0x4b, 0x49, + 0xc1, 0x98, 0x8c, 0xa9, 0xe3, 0x08, 0x16, 0x86, 0x04, 0xba, 0xff, 0xd9, 0x80, 0x2d, 0xa1, 0x7e, + 0xb8, 0x54, 0x65, 0xe5, 0xa9, 0x2a, 0x19, 0x27, 0x55, 0x62, 0x3d, 0x85, 0xd6, 0xb8, 0x98, 0x24, + 0x69, 0xae, 0x73, 0xdd, 0x11, 0xf5, 0xca, 0x7a, 0x01, 0x50, 0xaa, 0xb2, 0x44, 0x24, 0xa4, 0x63, + 0x9d, 0xad, 0x8e, 0xe8, 0xd4, 0x14, 0x3e, 0xb6, 0xb6, 0xa1, 0x7d, 0x59, 0xaa, 0x19, 0xf2, 0x9a, + 0x46, 0x0f, 0x97, 0x7c, 0x6c, 0xed, 0xc3, 0xa3, 0x24, 0xcb, 0x8a, 0x77, 0xf1, 0x24, 0x2d, 0xcb, + 0x34, 0xbf, 0x88, 0xd3, 0xb1, 0x89, 0xfe, 0xaa, 0xd8, 0xd2, 0x0c, 0xcf, 0xd0, 0xf9, 0xb8, 0xb4, + 0x06, 0xb0, 0x36, 0x56, 0x6f, 0xd3, 0x33, 0x15, 0xa7, 0xf9, 0x79, 0xb1, 0xb3, 0xa2, 0xd3, 0xfa, + 0xf3, 0x8f, 0x82, 0xcd, 0xd1, 0xf2, 0x3c, 0x3f, 0x2f, 0x04, 0x8c, 0xaf, 0xbf, 0xbb, 0x5f, 0x03, + 0x11, 0xaa, 0x9c, 0x16, 0x79, 0xa9, 0xae, 0x3d, 0x7b, 0x01, 0x30, 0x33, 0xce, 0xa2, 0x95, 0xc6, + 0xbb, 0x4e, 0x4d, 0xe1, 0xe3, 0xee, 0x7f, 0x35, 0x00, 0x6e, 0x76, 0xb3, 0xc2, 0x6b, 0x5b, 0x7e, + 0x67, 0xe0, 0xdf, 0x68, 0xd7, 0x9f, 0x1a, 0xf8, 0xb5, 0x59, 0x1a, 0x51, 0x9b, 0xb0, 0x74, 0x1d, + 0xbc, 0xa5, 0x74, 0xdc, 0xcd, 0xe6, 0x47, 0x6a, 0xee, 0x33, 0xd8, 0x76, 0xd8, 0x31, 0xb7, 0xd9, + 0x43, 0x68, 0x6b, 0x43, 0xf3, 0x84, 0xf5, 0x48, 0xc3, 0xda, 0x04, 0xf0, 0x82, 0x1e, 0x77, 0x59, + 0x8c, 0xeb, 0x25, 0x84, 0x21, 0xf5, 0x1d, 0x11, 0x70, 0x87, 0x34, 0x51, 0x8a, 0x07, 0x21, 0x59, + 0xc6, 0x8f, 0x5e, 0x20, 0xc9, 0x8a, 0xd5, 0x81, 0x95, 0x40, 0x0e, 0x98, 0x20, 0xad, 0xee, 0x3b, + 0xd8, 0xb2, 0x2f, 0xcb, 0xaa, 0x98, 0xd0, 0xaa, 0x9a, 0xa5, 0xa7, 0x97, 0x95, 0xb2, 0xbe, 0x84, + 0x8d, 0xb2, 0x9a, 0x61, 0x5a, 0xde, 0x26, 0xd9, 0xa5, 0x2a, 0x77, 0x1a, 0x7b, 0xcd, 0x57, 0x1d, + 0xb1, 0x6e, 0x88, 0xc7, 0x9a, 0x66, 0x7d, 0x0e, 0x6b, 0x59, 0x71, 0x23, 0xb2, 0xb4, 0xd7, 0x7c, + 0xd5, 0x14, 0x80, 0xa4, 0x5a, 0xe0, 0x25, 0xc0, 0x79, 0x9a, 0x55, 0x6a, 0x96, 0x9c, 0x66, 0x4a, + 0xe7, 0x7f, 0x55, 0x2c, 0x50, 0xba, 0x7f, 0xdb, 0x00, 0x2b, 0x9c, 0xaa, 0x2c, 0x4b, 0xf3, 0x0b, + 0xbb, 0x98, 0xcd, 0xd4, 0x99, 0xee, 0x2e, 0xcf, 0xa1, 0x73, 0x66, 0x56, 0xca, 0xe4, 0x63, 0x55, + 0xdc, 0x10, 0xac, 0x3f, 0x81, 0xcd, 0xeb, 0x45, 0x5c, 0xa9, 0xf7, 0x55, 0x1d, 0xb7, 0x8d, 0x6b, + 0xaa, 0x54, 0xef, 0xab, 0xdb, 0x62, 0xdf, 0x57, 0x93, 0xac, 0xc6, 0xdf, 0x8d, 0xd8, 0xa0, 0x9a, + 0x64, 0xdd, 0x7f, 0x07, 0x20, 0x76, 0x31, 0x99, 0xaa, 0xbc, 0xd4, 0x05, 0xae, 0x73, 0x3c, 0x82, + 0xb6, 0xca, 0xab, 0x59, 0x5a, 0xfb, 0xbd, 0xf6, 0xfa, 0xaf, 0x3e, 0x9a, 0xdf, 0xbb, 0xfa, 0xb7, + 0x08, 0x2c, 0xaf, 0x66, 0x57, 0x62, 0xbe, 0x9f, 0xf5, 0x0f, 0x0d, 0xe8, 0x26, 0x79, 0x7e, 0x99, + 0x64, 0xe9, 0x8f, 0x6a, 0x1c, 0x9f, 0x26, 0xa5, 0x8a, 0xcf, 0x16, 0xc4, 0xe3, 0x19, 0xf6, 0xf7, + 0xba, 0xeb, 0xfd, 0x01, 0xc7, 0xea, 0x6b, 0x42, 0x7c, 0x7e, 0x73, 0x54, 0x2f, 0x29, 0xd5, 0x3d, + 0x01, 0xeb, 0x37, 0x0d, 0xf8, 0x72, 0xc1, 0x9c, 0xaa, 0xc0, 0xd6, 0xfb, 0x80, 0x3d, 0xcd, 0x3f, + 0x8e, 0x3d, 0x7b, 0x37, 0x67, 0x49, 0x3c, 0xea, 0x9e, 0xc4, 0xee, 0x7f, 0x34, 0xe1, 0xd1, 0xbd, + 0xf0, 0x59, 0x02, 0x96, 0x17, 0xaa, 0xed, 0x57, 0xbf, 0xbf, 0x19, 0xba, 0xf2, 0xf4, 0x5e, 0xb8, + 0xe7, 0x65, 0x9e, 0x1a, 0xf4, 0xfc, 0x41, 0x7b, 0x46, 0x79, 0x5a, 0x09, 0xbd, 0x97, 0xf5, 0x15, + 0xb4, 0x92, 0x49, 0x71, 0x99, 0x57, 0x75, 0xc0, 0xac, 0x5b, 0x57, 0x8f, 0x87, 0x23, 0xc1, 0xe0, + 0x13, 0x51, 0xcb, 0x58, 0x27, 0xb0, 0x62, 0xa2, 0xbb, 0xfc, 0x47, 0x89, 0xee, 0xe0, 0x13, 0x61, + 0xf6, 0xb3, 0xf6, 0xb0, 0x47, 0x95, 0x67, 0xb3, 0x74, 0x8a, 0x4c, 0xdd, 0x2f, 0x3b, 0x62, 0x91, + 0x64, 0x85, 0xb0, 0xad, 0xde, 0x4f, 0x4d, 0x71, 0xa0, 0xe5, 0x65, 0x3c, 0x55, 0xb3, 0xf8, 0x4a, + 0x25, 0xb3, 0x9d, 0x96, 0x36, 0xe6, 0xf9, 0xbd, 0x99, 0xc0, 0x29, 0x2e, 0x4f, 0x33, 0xa5, 0x2b, + 0x5b, 0x7c, 0x3a, 0x57, 0x46, 0xdf, 0xcb, 0xa1, 0x9a, 0x8d, 0x54, 0x32, 0xeb, 0x3d, 0x81, 0xc7, + 0xb7, 0xa0, 0x63, 0xdc, 0xdc, 0xfd, 0xc7, 0xc6, 0xed, 0x94, 0x1a, 0xe4, 0xfd, 0x25, 0x90, 0x49, + 0xf2, 0xfe, 0x16, 0xd6, 0x6a, 0xd4, 0x3f, 0x10, 0x34, 0xb1, 0x35, 0x49, 0xde, 0x2f, 0xee, 0xa1, + 0xd5, 0xd3, 0xfc, 0xb6, 0x7a, 0xe3, 0x23, 0xea, 0x69, 0xbe, 0xa8, 0xde, 0xfd, 0xd7, 0xc6, 0xed, + 0xb2, 0xd7, 0x7d, 0xf6, 0x0b, 0x78, 0x61, 0x07, 0xde, 0x90, 0xf9, 0xe1, 0x07, 0xef, 0xf6, 0x55, + 0x58, 0xee, 0xd1, 0x90, 0x91, 0x06, 0xf6, 0xcf, 0x5e, 0xe0, 0x47, 0x21, 0x59, 0xb2, 0x1e, 0xc1, + 0x46, 0xc8, 0xfb, 0x3e, 0xf7, 0xfb, 0xb1, 0x21, 0x35, 0x2d, 0x80, 0x16, 0xfb, 0xeb, 0xc8, 0x5c, + 0xdf, 0x16, 0x6c, 0x0e, 0x45, 0x70, 0xc4, 0x65, 0x1c, 0x0e, 0xa8, 0xe0, 0x7e, 0x9f, 0xac, 0xe0, + 0x95, 0x6e, 0x07, 0x9e, 0xc7, 0xc3, 0x90, 0x07, 0x7e, 0x48, 0x5a, 0xb8, 0xb1, 0xe4, 0xc3, 0x90, + 0xb4, 0xb1, 0xdb, 0xeb, 0xc6, 0x1c, 0xdf, 0xb3, 0x85, 0xac, 0x76, 0xff, 0xf9, 0x8e, 0xdd, 0x18, + 0xff, 0x7b, 0x76, 0x47, 0x3e, 0x97, 0x77, 0xec, 0x06, 0x68, 0x0d, 0x82, 0x48, 0xb8, 0x23, 0x63, + 0xb9, 0x43, 0xb9, 0x3b, 0x22, 0x4b, 0x48, 0x3e, 0x61, 0xec, 0x8d, 0x3b, 0x22, 0x4d, 0xbc, 0x2f, + 0xbc, 0xc0, 0x97, 0x03, 0x17, 0x6d, 0x06, 0x68, 0x8d, 0x18, 0x45, 0xf9, 0x15, 0x1c, 0x46, 0x02, + 0x9f, 0xc5, 0x92, 0x7b, 0x8c, 0xb4, 0x3e, 0x60, 0x1e, 0x1e, 0x49, 0xda, 0xdd, 0xdf, 0x36, 0x60, + 0xc3, 0x56, 0xb3, 0x2a, 0x3d, 0x4f, 0xeb, 0x49, 0xf1, 0x0b, 0x58, 0x1f, 0xa7, 0xe5, 0x34, 0x4b, + 0xae, 0xe2, 0x3c, 0xa9, 0x47, 0x55, 0xc4, 0xa2, 0xa1, 0xf9, 0xc9, 0x44, 0x59, 0xbf, 0x80, 0xf5, + 0xe4, 0xec, 0x87, 0xcb, 0x74, 0xa6, 0x62, 0x9c, 0xc1, 0x6b, 0x14, 0x3c, 0xba, 0x95, 0x46, 0x27, + 0xa9, 0x94, 0x58, 0xab, 0xc5, 0x70, 0x61, 0xbd, 0x86, 0x35, 0xf5, 0x7e, 0x7a, 0xad, 0xd4, 0xfc, + 0x90, 0x12, 0x18, 0x29, 0xad, 0xf3, 0x1c, 0x3a, 0xc9, 0x65, 0xf5, 0x7d, 0x31, 0x4b, 0xab, 0x2b, + 0x5d, 0x74, 0x1d, 0x71, 0x43, 0xf8, 0xe9, 0xaa, 0xe9, 0xfe, 0x5f, 0x03, 0x56, 0xc2, 0x5f, 0xa7, + 0x59, 0xf6, 0xbb, 0xb8, 0xf5, 0xe7, 0xb0, 0x99, 0x25, 0x65, 0x15, 0x5f, 0x96, 0x6a, 0xfc, 0x13, + 0x8e, 0xad, 0xa3, 0x60, 0x54, 0xaa, 0xb1, 0xb6, 0x72, 0x00, 0x2b, 0x99, 0x7a, 0xab, 0xcc, 0x85, + 0xf5, 0x53, 0xb3, 0x85, 0x36, 0x67, 0x38, 0x2b, 0xce, 0xd3, 0xb3, 0x54, 0xe5, 0x67, 0x57, 0x2e, + 0x6a, 0x0a, 0xb3, 0x81, 0xb5, 0x03, 0xed, 0xb3, 0x22, 0xd7, 0x77, 0xa4, 0xf1, 0x76, 0xbe, 0xb4, + 0xbe, 0x02, 0xab, 0x44, 0x4d, 0x6d, 0x7d, 0x5c, 0xe6, 0xe9, 0x74, 0xaa, 0xaa, 0xda, 0x65, 0xa2, + 0x39, 0xe8, 0x43, 0x68, 0xe8, 0xdd, 0xbf, 0x6f, 0x40, 0x87, 0xe7, 0x95, 0x9a, 0xbd, 0x4d, 0xd5, + 0x3b, 0xeb, 0x97, 0xd0, 0x9a, 0x25, 0x55, 0x9a, 0x5f, 0xd4, 0xad, 0xe2, 0xcb, 0x8f, 0x1a, 0x28, + 0xb4, 0xa8, 0xa8, 0x55, 0xac, 0x5f, 0x41, 0xbb, 0xb8, 0xac, 0xce, 0x8a, 0x89, 0xda, 0x69, 0x6b, + 0xf7, 0x7e, 0xf6, 0x51, 0xed, 0xc0, 0xc8, 0x8a, 0xb9, 0x52, 0xf7, 0x14, 0x5a, 0x66, 0x47, 0x74, + 0xae, 0x78, 0xab, 0x66, 0x49, 0x96, 0xe9, 0xe8, 0x37, 0xc4, 0x7c, 0x69, 0x11, 0x68, 0x4e, 0x52, + 0xd3, 0x4d, 0x1a, 0x02, 0x3f, 0x35, 0x25, 0x79, 0xaf, 0x03, 0x8a, 0x94, 0xe4, 0xbd, 0xb5, 0x0b, + 0xab, 0xa9, 0xf6, 0x28, 0xc9, 0xea, 0x99, 0xff, 0x7a, 0xbd, 0x7f, 0x05, 0x6b, 0x58, 0x63, 0x49, + 0x7e, 0x15, 0xa6, 0x3f, 0x22, 0x6a, 0x76, 0x10, 0xeb, 0xd4, 0x1f, 0xc5, 0x21, 0xff, 0xee, 0x81, + 0x8e, 0x80, 0x13, 0xbc, 0xa9, 0xab, 0xd0, 0xa3, 0xae, 0x6b, 0x66, 0xaf, 0xd0, 0x63, 0x0e, 0x8f, + 0x3c, 0xd3, 0x0b, 0xea, 0x6f, 0x33, 0x7e, 0x71, 0x6c, 0x00, 0x00, 0xad, 0x1e, 0xef, 0xf7, 0x71, + 0xfe, 0x42, 0xc5, 0x3e, 0xa7, 0xbe, 0x24, 0xed, 0xfd, 0xff, 0x6e, 0x00, 0x7c, 0x53, 0x9c, 0xf6, + 0x54, 0xae, 0xce, 0xd3, 0x0a, 0x8b, 0xed, 0x9b, 0xa0, 0x17, 0xf7, 0x98, 0xcf, 0x8e, 0xee, 0xd5, + 0xf4, 0x26, 0x80, 0x3d, 0xe0, 0xae, 0x13, 0xdb, 0x54, 0x60, 0x47, 0x02, 0x68, 0x39, 0xcc, 0x97, + 0x14, 0x0d, 0xf8, 0x14, 0x88, 0x13, 0x78, 0x2c, 0x94, 0xdc, 0x8e, 0x87, 0x54, 0x48, 0x9f, 0x09, + 0xd2, 0xc4, 0x4e, 0x74, 0xe4, 0xb2, 0x6f, 0x79, 0xcf, 0x65, 0x31, 0xb6, 0x03, 0x1c, 0x08, 0xb1, + 0xec, 0x99, 0xc3, 0x6d, 0xea, 0x92, 0x15, 0x14, 0x70, 0xf9, 0x11, 0x8b, 0xb9, 0x1f, 0x46, 0x82, + 0xfa, 0x36, 0x33, 0x4f, 0x8b, 0x21, 0x15, 0x7a, 0xe3, 0xd8, 0x65, 0xf4, 0x98, 0x91, 0xb6, 0xf5, + 0x18, 0xb6, 0x04, 0x93, 0x5c, 0x30, 0x8f, 0xf9, 0x32, 0x1e, 0xba, 0xd4, 0x27, 0xab, 0xd6, 0x06, + 0x74, 0x42, 0x6e, 0xbf, 0x89, 0x1d, 0x3a, 0x0a, 0x49, 0x07, 0xdb, 0xc6, 0x31, 0x35, 0xaf, 0x24, + 0x02, 0x68, 0xdc, 0x31, 0xc7, 0x66, 0x47, 0xd6, 0xf6, 0x7f, 0xb3, 0x84, 0xe3, 0xed, 0xc5, 0x4c, + 0x2d, 0x8c, 0xb7, 0x7d, 0xc1, 0x1e, 0x1c, 0x6f, 0x9f, 0xc0, 0xa3, 0xa1, 0xe0, 0x1e, 0x15, 0xa3, + 0x98, 0x39, 0x51, 0xbd, 0x5d, 0xc3, 0x3c, 0xc1, 0x4e, 0x98, 0x88, 0x43, 0x66, 0x07, 0xbe, 0x73, + 0x9b, 0xbd, 0x84, 0xec, 0x68, 0x38, 0xfc, 0x00, 0xbb, 0x89, 0x19, 0xa5, 0x4e, 0xe4, 0xca, 0x18, + 0x1d, 0x70, 0x38, 0x75, 0x17, 0xb8, 0xcb, 0x9a, 0x1b, 0x86, 0x81, 0xcd, 0xa9, 0x64, 0x61, 0x1c, + 0x88, 0x18, 0x3b, 0xf9, 0x31, 0x75, 0x99, 0x8f, 0x73, 0xf3, 0x33, 0xd8, 0xee, 0x51, 0x7b, 0xc0, + 0xdc, 0x40, 0xdc, 0x65, 0xb6, 0xac, 0xcf, 0xe0, 0x89, 0x47, 0x43, 0xc9, 0xee, 0xb1, 0xda, 0xd6, + 0x2e, 0x3c, 0x75, 0x02, 0x5b, 0x06, 0x82, 0xba, 0x77, 0x78, 0xab, 0xfb, 0xbf, 0x6d, 0xc0, 0x26, + 0x9b, 0x4c, 0xb3, 0xe2, 0x6a, 0xa2, 0xf2, 0x4a, 0x07, 0xe5, 0x73, 0x78, 0xc6, 0xbc, 0xa1, 0x1b, + 0x8c, 0x74, 0x84, 0x1f, 0x08, 0xcc, 0x06, 0x74, 0x8e, 0x22, 0xd7, 0x35, 0x6d, 0xb9, 0x81, 0x4b, + 0xcc, 0xb3, 0x59, 0x2e, 0x69, 0x6c, 0x04, 0xbe, 0x14, 0x14, 0x4f, 0x24, 0x4d, 0xc4, 0xc3, 0x7c, + 0x1d, 0xcb, 0x20, 0x1e, 0x70, 0xc1, 0xc8, 0x32, 0x2a, 0x49, 0xe6, 0x0d, 0x03, 0x41, 0xc5, 0xc8, + 0x60, 0x92, 0xfb, 0x92, 0x09, 0x9f, 0xb4, 0x90, 0x75, 0x1c, 0xb8, 0x91, 0x2f, 0x19, 0x13, 0xa4, + 0x8d, 0xc9, 0xc4, 0x70, 0x3a, 0x9c, 0x79, 0x64, 0xd5, 0xe0, 0x68, 0x14, 0x73, 0x3f, 0xc6, 0x3f, + 0x41, 0x24, 0x49, 0x07, 0x5d, 0x37, 0xf7, 0xc2, 0x1d, 0xb3, 0x09, 0xec, 0xff, 0x00, 0xab, 0xdf, + 0x14, 0xa7, 0xba, 0x33, 0xa1, 0x18, 0x22, 0xda, 0x65, 0xc7, 0xcc, 0xbd, 0xe3, 0xd1, 0x16, 0xac, + 0x31, 0x7c, 0x35, 0x1b, 0x26, 0x69, 0x68, 0xc2, 0xb7, 0x43, 0x26, 0x38, 0xf3, 0x6d, 0xe6, 0x98, + 0xb2, 0xf2, 0xa8, 0x4f, 0xfb, 0x1a, 0xcc, 0xeb, 0xb0, 0xea, 0x70, 0xc1, 0xb4, 0x83, 0xda, 0x15, + 0xf6, 0x2d, 0xb3, 0x23, 0x7c, 0x45, 0x93, 0x95, 0xfd, 0x7f, 0x6b, 0xc1, 0xda, 0x37, 0xc5, 0xa9, + 0x9d, 0x54, 0xea, 0xa2, 0x98, 0x5d, 0x61, 0x4e, 0xf1, 0x58, 0x9b, 0x4a, 0xd6, 0x0f, 0xc4, 0xe8, + 0xce, 0xc9, 0xbb, 0xf0, 0x94, 0xda, 0xfa, 0xcd, 0x8e, 0x77, 0x38, 0xf5, 0x9d, 0xf8, 0x88, 0xfb, + 0x1a, 0xfe, 0x1a, 0x69, 0x77, 0xdf, 0xe8, 0xbe, 0x13, 0x07, 0x47, 0x47, 0xdc, 0x66, 0x06, 0x69, + 0xd4, 0x39, 0x66, 0x42, 0xf2, 0x70, 0xae, 0xeb, 0x51, 0xf1, 0x86, 0xe1, 0x4e, 0xa4, 0x89, 0x2e, + 0x50, 0x9f, 0x7b, 0xf8, 0x74, 0xa7, 0x3a, 0xe4, 0x78, 0x94, 0x90, 0xf1, 0x11, 0x0d, 0x07, 0x78, + 0x6f, 0xa2, 0xbc, 0xc3, 0x70, 0x7a, 0x20, 0x2b, 0xd6, 0x36, 0x3c, 0xee, 0x45, 0x21, 0xf7, 0x59, + 0x18, 0xc6, 0xc1, 0x90, 0x09, 0x0d, 0xc8, 0xd0, 0xdc, 0xb9, 0xb6, 0xcb, 0xa8, 0x7f, 0x6d, 0x1d, + 0xb5, 0xb9, 0xcb, 0x25, 0x67, 0xa1, 0xa9, 0x45, 0x6c, 0x4f, 0x91, 0x64, 0x42, 0x33, 0xb9, 0x34, + 0xef, 0x7c, 0x3b, 0xf0, 0x43, 0x29, 0x22, 0x5b, 0xa3, 0xba, 0xa3, 0x11, 0x10, 0x85, 0x32, 0xf0, + 0x74, 0x55, 0x08, 0x7c, 0x4e, 0x12, 0xd0, 0x61, 0xbb, 0x86, 0xfe, 0x1a, 0x86, 0x89, 0x21, 0x02, + 0x24, 0xe5, 0xbe, 0xce, 0x20, 0x6e, 0x28, 0x05, 0xc5, 0x7c, 0xac, 0x5b, 0x3b, 0xf0, 0xe9, 0x11, + 0x15, 0xde, 0xdc, 0x8a, 0x20, 0x92, 0x4e, 0x10, 0x88, 0x90, 0x6c, 0x20, 0xdc, 0x06, 0x8c, 0xba, + 0x72, 0xa0, 0xbd, 0xdc, 0x44, 0x9b, 0x06, 0x91, 0x47, 0xfd, 0x58, 0xb0, 0x30, 0x88, 0x84, 0xcd, + 0x42, 0xb2, 0x65, 0xfd, 0x1c, 0xbe, 0xe4, 0x7e, 0x28, 0xa9, 0xeb, 0x9a, 0x99, 0xc1, 0xa3, 0x88, + 0x36, 0x1d, 0x67, 0xbd, 0x9f, 0x60, 0x43, 0xca, 0x05, 0x21, 0xd8, 0x0f, 0x5d, 0xd6, 0xa7, 0x2e, + 0x79, 0xa4, 0x1f, 0xb5, 0x3a, 0xe3, 0x68, 0x0d, 0xb1, 0xb0, 0x2c, 0x3c, 0xea, 0x47, 0x47, 0xd4, + 0x96, 0x91, 0x98, 0x1b, 0x72, 0x42, 0x05, 0x1b, 0x04, 0x51, 0xc8, 0xc8, 0x63, 0xeb, 0x67, 0xb0, + 0xa7, 0x4b, 0x1a, 0xc7, 0x13, 0x2f, 0xf2, 0xb9, 0x71, 0x2d, 0x34, 0x72, 0x82, 0xeb, 0xb4, 0x7c, + 0x6a, 0x3d, 0x05, 0x2b, 0xe0, 0x6e, 0xdc, 0xa7, 0x86, 0x81, 0xe9, 0xf5, 0xfb, 0xe4, 0x89, 0xf5, + 0x12, 0x76, 0x87, 0x4c, 0x84, 0x81, 0x5f, 0x27, 0x4c, 0x73, 0xeb, 0x68, 0x85, 0xe4, 0x29, 0x66, + 0x68, 0x28, 0x02, 0xc9, 0x6c, 0x0d, 0x84, 0x6b, 0xc6, 0x36, 0xe6, 0x59, 0x30, 0xec, 0x23, 0xa1, + 0xa4, 0x92, 0x91, 0x1d, 0xdc, 0x49, 0xe0, 0x02, 0xdb, 0xa8, 0x09, 0xe3, 0x20, 0x08, 0x87, 0x5c, + 0x9a, 0x1f, 0x6c, 0x3e, 0xc3, 0x74, 0x84, 0xd4, 0x65, 0x61, 0xed, 0xb9, 0xa4, 0xdc, 0x25, 0xbb, + 0xfa, 0x47, 0x21, 0x5b, 0xc3, 0x5d, 0xd3, 0x99, 0xdf, 0xe7, 0x3e, 0x63, 0x7a, 0x66, 0x7c, 0x66, + 0x75, 0xe1, 0xa5, 0xee, 0x4a, 0xee, 0xf5, 0xc1, 0x5a, 0xc8, 0x0f, 0xfc, 0xd8, 0xcc, 0x97, 0xe4, + 0x39, 0x8e, 0x82, 0xe1, 0x30, 0x10, 0x32, 0x8c, 0x8f, 0xb8, 0xd4, 0x40, 0x32, 0xfb, 0xdb, 0x82, + 0x99, 0x1c, 0xbf, 0xb0, 0xf6, 0xe0, 0xb9, 0x14, 0xd4, 0xd7, 0x62, 0x26, 0x11, 0x28, 0xe2, 0x06, + 0x7d, 0x8e, 0xb7, 0x45, 0x48, 0x5e, 0xee, 0x2b, 0xd8, 0x18, 0x16, 0xa5, 0xbe, 0xb6, 0xd5, 0x05, + 0x0e, 0x71, 0x18, 0x96, 0x20, 0xd4, 0xc5, 0x21, 0x58, 0xdf, 0xcc, 0x7b, 0x8b, 0xf5, 0xf3, 0x81, + 0x1f, 0xb9, 0xf4, 0x95, 0xe4, 0xcf, 0x7b, 0xf2, 0x16, 0xac, 0x49, 0xe6, 0x32, 0x9d, 0x17, 0xc9, + 0x48, 0x73, 0xff, 0x6f, 0x00, 0x8e, 0xd3, 0x32, 0x3d, 0x4d, 0x33, 0x9c, 0xbe, 0x76, 0xe1, 0x29, + 0x5e, 0x10, 0x3d, 0xae, 0x7f, 0xab, 0xba, 0xbd, 0x3f, 0x81, 0xf5, 0xba, 0x3e, 0xe3, 0xc0, 0xd7, + 0x33, 0xec, 0x53, 0xb0, 0x70, 0x98, 0x66, 0x4e, 0x7c, 0xc2, 0xe5, 0x20, 0xee, 0x07, 0x41, 0xdf, + 0xc5, 0x72, 0xbc, 0x43, 0x1f, 0x46, 0x3d, 0x97, 0xdb, 0xa4, 0xb9, 0xff, 0x1d, 0x8e, 0xcd, 0x79, + 0x95, 0x9c, 0x55, 0xf8, 0x76, 0x8a, 0xca, 0xe4, 0x42, 0x61, 0x3c, 0xb1, 0x27, 0x62, 0x4b, 0xe4, + 0xfe, 0x51, 0x10, 0x47, 0x21, 0xed, 0xdf, 0xed, 0xb2, 0xa6, 0xef, 0x69, 0x40, 0x90, 0x06, 0xde, + 0xf5, 0x27, 0x81, 0x78, 0x63, 0x06, 0xe7, 0xd0, 0x1e, 0x04, 0x81, 0x4b, 0x9a, 0xfb, 0x3f, 0x00, + 0x19, 0x54, 0x93, 0x2c, 0x4c, 0xf2, 0xb4, 0x4a, 0x7f, 0x9c, 0x8f, 0xbd, 0x2f, 0x06, 0xd2, 0x73, + 0xe3, 0x90, 0xfa, 0x5c, 0xf2, 0xef, 0xe6, 0x43, 0xf2, 0xe2, 0xd6, 0x2f, 0x61, 0xf7, 0xbe, 0x88, + 0xc3, 0x43, 0xda, 0x73, 0x99, 0x43, 0x1a, 0x18, 0x90, 0x90, 0x7b, 0x43, 0x97, 0xc5, 0x47, 0x81, + 0xf0, 0xa8, 0xd4, 0xe1, 0xd7, 0xee, 0x2f, 0xed, 0x9f, 0xc1, 0x86, 0x5d, 0x4c, 0x26, 0x97, 0x95, + 0xf2, 0x54, 0xf5, 0x7d, 0x31, 0xc6, 0xcd, 0xea, 0xc0, 0xc6, 0x1e, 0x93, 0x83, 0xc0, 0xb9, 0xff, + 0x9b, 0xa4, 0x23, 0xf8, 0x31, 0x02, 0xa9, 0x81, 0x0b, 0x8d, 0x00, 0x2e, 0x4d, 0x4f, 0x3d, 0xa1, + 0xee, 0x1b, 0xd3, 0xae, 0xd6, 0xa0, 0x6d, 0x8f, 0x6c, 0x17, 0x17, 0xcb, 0xfb, 0xff, 0xd4, 0x80, + 0x27, 0x0f, 0x8e, 0x97, 0x58, 0xc9, 0xe1, 0x1b, 0xee, 0xba, 0x06, 0x77, 0x1a, 0xb0, 0xa3, 0x07, + 0x5b, 0xfa, 0x67, 0xf0, 0xe4, 0x28, 0xf2, 0x1d, 0xea, 0x99, 0xf1, 0x81, 0x62, 0xa5, 0x22, 0x2a, + 0x6b, 0x68, 0x04, 0xc7, 0xa6, 0x89, 0x12, 0x58, 0xd7, 0x17, 0x8f, 0xae, 0x5c, 0xc4, 0x06, 0xc6, + 0x9d, 0x3a, 0xc7, 0x54, 0xf7, 0x7d, 0xfd, 0x1a, 0xd1, 0x17, 0x81, 0x24, 0x2b, 0xfb, 0xe7, 0xd0, + 0xae, 0x87, 0x42, 0x84, 0x5d, 0x10, 0x49, 0x3b, 0xf0, 0x1e, 0xca, 0x5a, 0x10, 0x72, 0x7d, 0x17, + 0x68, 0x77, 0x7d, 0x16, 0x49, 0xa1, 0x07, 0xa3, 0x75, 0x58, 0xf5, 0x59, 0x5f, 0x83, 0x94, 0x34, + 0xf5, 0xa5, 0x55, 0xef, 0xe0, 0x07, 0x32, 0xa6, 0xc7, 0x94, 0xbb, 0x18, 0x7f, 0xb2, 0xdc, 0xbb, + 0x82, 0xcf, 0xcf, 0x8a, 0xc9, 0xc7, 0x86, 0xd3, 0x1e, 0x4e, 0x89, 0x93, 0x22, 0x1f, 0xe2, 0x0b, + 0x79, 0xd8, 0xf8, 0x8e, 0xd6, 0xb2, 0x17, 0x45, 0x96, 0xe4, 0x17, 0x07, 0xc5, 0xec, 0xe2, 0xf0, + 0x42, 0xe5, 0xfa, 0xfd, 0x7c, 0x68, 0x58, 0xc9, 0x34, 0x2d, 0x1f, 0xfc, 0x97, 0xc8, 0x2f, 0xcd, + 0xf2, 0x5f, 0x96, 0x9a, 0xb6, 0x0c, 0x4f, 0x5b, 0x5a, 0xe7, 0x4f, 0xff, 0x3f, 0x00, 0x00, 0xff, + 0xff, 0x93, 0x2b, 0x67, 0xe2, 0x45, 0x19, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/company.pb.go b/googleapis/cloud/talent/v4beta1/company.pb.go index d6147ae7f6bfd53e424b2f42e694ffcf8a8abbc7..14f10a80ae2b5ca09bae65832e6fed26e5c7e4bb 100644 --- a/googleapis/cloud/talent/v4beta1/company.pb.go +++ b/googleapis/cloud/talent/v4beta1/company.pb.go @@ -28,8 +28,12 @@ type Company struct { // The resource name for a company. This is generated by the service when a // company is created. // - // The format is "projects/{project_id}/companies/{company_id}", for example, - // "projects/api-test-project/companies/foo". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for + // example, "projects/api-test-project/tenants/foo/companies/bar". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/companies/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. // @@ -89,11 +93,11 @@ type Company struct { // // A list of keys of filterable // [Job.custom_attributes][google.cloud.talent.v4beta1.Job.custom_attributes], - // whose corresponding `string_values` are used in keyword search. Jobs with + // whose corresponding `string_values` are used in keyword searches. Jobs with // `string_values` under these specified field keys are returned if any - // of the values matches the search keyword. Custom field values with - // parenthesis, brackets and special symbols won't be properly searchable, - // and those keyword queries need to be surrounded by quotes. + // of the values match the search keyword. Custom field values with + // parenthesis, brackets and special symbols are not searchable as-is, + // and those keyword queries must be surrounded by quotes. KeywordSearchableJobCustomAttributes []string `protobuf:"bytes,11,rep,name=keyword_searchable_job_custom_attributes,json=keywordSearchableJobCustomAttributes,proto3" json:"keyword_searchable_job_custom_attributes,omitempty"` // Output only. Derived details about the company. DerivedInfo *Company_DerivedInfo `protobuf:"bytes,12,opt,name=derived_info,json=derivedInfo,proto3" json:"derived_info,omitempty"` @@ -110,7 +114,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_fc503f1af4088a2a, []int{0} + return fileDescriptor_company_6409832b0f59f9af, []int{0} } func (m *Company) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Company.Unmarshal(m, b) @@ -235,7 +239,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_fc503f1af4088a2a, []int{0, 0} + return fileDescriptor_company_6409832b0f59f9af, []int{0, 0} } func (m *Company_DerivedInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Company_DerivedInfo.Unmarshal(m, b) @@ -268,10 +272,10 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/company.proto", fileDescriptor_company_fc503f1af4088a2a) + proto.RegisterFile("google/cloud/talent/v4beta1/company.proto", fileDescriptor_company_6409832b0f59f9af) } -var fileDescriptor_company_fc503f1af4088a2a = []byte{ +var fileDescriptor_company_6409832b0f59f9af = []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 6c6826bf38afd31156d3cd60d30985cba607c12c..7652516764f2baf36f21581ae7b7839744618270 100644 --- a/googleapis/cloud/talent/v4beta1/company_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/company_service.pb.go @@ -30,10 +30,13 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package type CreateCompanyRequest struct { // Required. // - // Resource name of the project under which the company is created. + // Resource name of the tenant under which the company is created. // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". + // + // Tenant id is optional and a default tenant is created if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. // @@ -48,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_4f27ad8b55d83637, []int{0} + return fileDescriptor_company_service_47ff37c6bfe56221, []int{0} } func (m *CreateCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateCompanyRequest.Unmarshal(m, b) @@ -88,8 +91,12 @@ type GetCompanyRequest struct { // // The resource name of the company to be retrieved. // - // The format is "projects/{project_id}/companies/{company_id}", for example, - // "projects/api-test-project/companies/foo". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for + // example, "projects/api-test-project/tenants/foo/companies/bar". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/companies/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -100,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_4f27ad8b55d83637, []int{1} + return fileDescriptor_company_service_47ff37c6bfe56221, []int{1} } func (m *GetCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetCompanyRequest.Unmarshal(m, b) @@ -155,7 +162,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_4f27ad8b55d83637, []int{2} + return fileDescriptor_company_service_47ff37c6bfe56221, []int{2} } func (m *UpdateCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateCompanyRequest.Unmarshal(m, b) @@ -195,8 +202,12 @@ type DeleteCompanyRequest struct { // // The resource name of the company to be deleted. // - // The format is "projects/{project_id}/companies/{company_id}", for example, - // "projects/api-test-project/companies/foo". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for + // example, "projects/api-test-project/tenants/foo/companies/bar". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/companies/bar". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -207,7 +218,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_4f27ad8b55d83637, []int{3} + return fileDescriptor_company_service_47ff37c6bfe56221, []int{3} } func (m *DeleteCompanyRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteCompanyRequest.Unmarshal(m, b) @@ -238,10 +249,13 @@ func (m *DeleteCompanyRequest) GetName() string { type ListCompaniesRequest struct { // Required. // - // Resource name of the project under which the company is created. + // Resource name of the tenant under which the company is created. + // + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. // @@ -271,7 +285,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_4f27ad8b55d83637, []int{4} + return fileDescriptor_company_service_47ff37c6bfe56221, []int{4} } func (m *ListCompaniesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCompaniesRequest.Unmarshal(m, b) @@ -339,7 +353,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_4f27ad8b55d83637, []int{5} + return fileDescriptor_company_service_47ff37c6bfe56221, []int{5} } func (m *ListCompaniesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListCompaniesResponse.Unmarshal(m, b) @@ -606,52 +620,54 @@ var _CompanyService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/company_service.proto", fileDescriptor_company_service_4f27ad8b55d83637) -} - -var fileDescriptor_company_service_4f27ad8b55d83637 = []byte{ - // 673 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0x4f, 0x6b, 0x13, 0x41, - 0x18, 0xc6, 0x99, 0xb6, 0xd6, 0xe6, 0x2d, 0xb1, 0x74, 0x8c, 0x25, 0xa4, 0x8a, 0x61, 0x91, 0x1a, - 0x23, 0xee, 0x92, 0xd4, 0x8b, 0x16, 0x05, 0x5b, 0xff, 0xa0, 0x58, 0x2c, 0xdb, 0x7a, 0xf1, 0xb2, - 0x4c, 0x92, 0xb7, 0xcb, 0xb6, 0xd9, 0x99, 0xed, 0xce, 0xa4, 0x68, 0xa5, 0x07, 0x3d, 0x7a, 0xb4, - 0xe0, 0xc5, 0x83, 0xa0, 0xe0, 0xc7, 0xf1, 0xe2, 0x57, 0xf0, 0x83, 0xc8, 0xee, 0xce, 0x26, 0x4d, - 0xb2, 0x6c, 0xa2, 0xb7, 0xcc, 0x9f, 0x67, 0xde, 0xdf, 0xfb, 0xec, 0x3c, 0x13, 0x68, 0xb8, 0x42, - 0xb8, 0x5d, 0xb4, 0xda, 0x5d, 0xd1, 0xeb, 0x58, 0x8a, 0x75, 0x91, 0x2b, 0xeb, 0xf8, 0x6e, 0x0b, - 0x15, 0x6b, 0x58, 0x6d, 0xe1, 0x07, 0x8c, 0xbf, 0x73, 0x24, 0x86, 0xc7, 0x5e, 0x1b, 0xcd, 0x20, - 0x14, 0x4a, 0xd0, 0xd5, 0x44, 0x62, 0xc6, 0x12, 0x33, 0x91, 0x98, 0x5a, 0x52, 0xb9, 0xaa, 0xcf, - 0x63, 0x81, 0x67, 0x31, 0xce, 0x85, 0x62, 0xca, 0x13, 0x5c, 0x26, 0xd2, 0x4a, 0x6d, 0x42, 0x35, - 0x5f, 0x70, 0xbd, 0xf3, 0xd6, 0x14, 0x5c, 0x7a, 0xab, 0xe6, 0xb1, 0xe2, 0x51, 0xab, 0xb7, 0x6f, - 0xa1, 0x1f, 0xa8, 0x74, 0xb1, 0x3a, 0xba, 0xb8, 0xef, 0x61, 0xb7, 0xe3, 0xf8, 0x4c, 0x1e, 0x26, - 0x3b, 0x0c, 0x0e, 0xa5, 0xad, 0x10, 0x99, 0xc2, 0xad, 0xe4, 0x54, 0x1b, 0x8f, 0x7a, 0x28, 0x15, - 0x5d, 0x81, 0xf9, 0x80, 0x85, 0xc8, 0x55, 0x99, 0x54, 0x49, 0xad, 0x60, 0xeb, 0x11, 0x7d, 0x08, - 0x17, 0x75, 0xfd, 0xf2, 0x4c, 0x95, 0xd4, 0x16, 0x9b, 0x37, 0xcc, 0x1c, 0x43, 0xcc, 0xf4, 0xd4, - 0x54, 0x64, 0xdc, 0x84, 0xe5, 0x67, 0xa8, 0x46, 0x8a, 0x51, 0x98, 0xe3, 0xcc, 0x47, 0x5d, 0x2a, - 0xfe, 0x6d, 0x9c, 0x11, 0x28, 0xbd, 0x0e, 0x3a, 0xe3, 0x64, 0xe7, 0x08, 0xc8, 0x7f, 0x10, 0xd0, - 0x0d, 0x58, 0xec, 0xc5, 0xe7, 0xc6, 0x36, 0xe8, 0x2e, 0x2a, 0xe9, 0x19, 0xa9, 0x53, 0xe6, 0xd3, - 0xc8, 0xa9, 0x6d, 0x26, 0x0f, 0x6d, 0x48, 0xb6, 0x47, 0xbf, 0x8d, 0x3a, 0x94, 0x1e, 0x63, 0x17, - 0xc7, 0xa0, 0xb2, 0x3a, 0xf8, 0x42, 0xa0, 0xf4, 0xd2, 0x93, 0xba, 0x59, 0x0f, 0xe5, 0x24, 0x6f, - 0xaf, 0x01, 0x04, 0xcc, 0x45, 0x47, 0x89, 0x43, 0xe4, 0x31, 0x58, 0xc1, 0x2e, 0x44, 0x33, 0x7b, - 0xd1, 0x04, 0x5d, 0x85, 0x78, 0xe0, 0x48, 0xef, 0x04, 0xcb, 0xb3, 0x55, 0x52, 0xbb, 0x60, 0x2f, - 0x44, 0x13, 0xbb, 0xde, 0x09, 0xd2, 0x3a, 0x2c, 0x87, 0x78, 0xd4, 0xf3, 0x42, 0x74, 0x44, 0x80, - 0xdc, 0x39, 0x10, 0x2d, 0x59, 0x9e, 0xab, 0x92, 0xda, 0x82, 0xbd, 0xa4, 0x17, 0x5e, 0x05, 0xc8, - 0x5f, 0x88, 0x96, 0x34, 0x7e, 0x11, 0xb8, 0x32, 0x02, 0x26, 0x03, 0xc1, 0x25, 0xd2, 0x4d, 0x28, - 0xb4, 0xd3, 0xc9, 0x32, 0xa9, 0xce, 0x4e, 0xed, 0xee, 0x40, 0x46, 0xd7, 0x60, 0x89, 0xe3, 0x5b, - 0xe5, 0x8c, 0xb5, 0x52, 0x8c, 0xa6, 0x77, 0xfa, 0xed, 0x3c, 0x87, 0x05, 0x1f, 0x15, 0xeb, 0x30, - 0xc5, 0xe2, 0x6e, 0x16, 0x9b, 0x77, 0x72, 0x4b, 0xa5, 0x90, 0xdb, 0x5a, 0x64, 0xf7, 0xe5, 0xcd, - 0x6f, 0xf3, 0x70, 0x49, 0x93, 0xec, 0x26, 0x61, 0xa5, 0x5f, 0x09, 0x14, 0x87, 0x2e, 0x36, 0x6d, - 0xe4, 0x37, 0x92, 0x11, 0x82, 0xca, 0x54, 0xbd, 0x1b, 0x8d, 0x8f, 0xbf, 0xff, 0x9c, 0xcd, 0xdc, - 0x36, 0xd6, 0xfa, 0x09, 0x7d, 0x9f, 0x7c, 0xd0, 0x07, 0x41, 0x28, 0x0e, 0xb0, 0xad, 0xa4, 0x55, - 0x3f, 0xb5, 0xfa, 0x06, 0xdd, 0x27, 0x75, 0xfa, 0x99, 0x00, 0x0c, 0x62, 0x40, 0xcd, 0xdc, 0x3a, - 0x63, 0x79, 0x99, 0x92, 0xcb, 0x8c, 0xb9, 0x6a, 0xf4, 0x1c, 0x57, 0x74, 0x2f, 0xcf, 0x51, 0x0d, - 0xa0, 0xac, 0xfa, 0x29, 0xfd, 0x41, 0xa0, 0x38, 0x94, 0xb8, 0x09, 0x96, 0x65, 0xa5, 0x73, 0x4a, - 0xb4, 0x7b, 0x31, 0xda, 0x7a, 0xd3, 0x1c, 0xa0, 0xa5, 0xaf, 0x5a, 0x1e, 0x62, 0x64, 0xdd, 0x27, - 0x02, 0xc5, 0xa1, 0x08, 0x4e, 0xa0, 0xcc, 0x8a, 0x6b, 0x65, 0x65, 0x2c, 0xee, 0x4f, 0xa2, 0x57, - 0x33, 0xb5, 0xac, 0x3e, 0xad, 0x65, 0x3f, 0x09, 0x14, 0x87, 0x92, 0x34, 0x01, 0x26, 0xeb, 0x39, - 0xa8, 0x34, 0xff, 0x45, 0x92, 0x64, 0x20, 0xeb, 0xdb, 0xe6, 0xdd, 0xb9, 0xcd, 0x0f, 0x04, 0xae, - 0xb7, 0x85, 0x9f, 0x57, 0x69, 0xf3, 0xf2, 0x70, 0x84, 0x76, 0x22, 0x6b, 0x76, 0xc8, 0x9b, 0x47, - 0x5a, 0xe3, 0x8a, 0x2e, 0xe3, 0xae, 0x29, 0x42, 0xd7, 0x72, 0x91, 0xc7, 0xc6, 0x59, 0xc9, 0x12, - 0x0b, 0x3c, 0x99, 0xf9, 0x57, 0xb5, 0x91, 0x0c, 0xbf, 0xcf, 0xcc, 0x6e, 0xed, 0xed, 0xb6, 0xe6, - 0x63, 0xcd, 0xfa, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x13, 0xfe, 0x0c, 0xb0, 0x75, 0x07, 0x00, - 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/company_service.proto", fileDescriptor_company_service_47ff37c6bfe56221) +} + +var fileDescriptor_company_service_47ff37c6bfe56221 = []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, + 0x85, 0x4a, 0x08, 0xc2, 0xa6, 0x29, 0x07, 0x44, 0x05, 0x12, 0x2d, 0x7f, 0x04, 0xa2, 0xa2, 0x72, + 0xcb, 0xa5, 0x42, 0xb2, 0xd6, 0xc9, 0xd4, 0xb8, 0x8d, 0x77, 0x5d, 0xef, 0xa6, 0x2a, 0x45, 0x3d, + 0xc0, 0x57, 0xa8, 0xc4, 0x07, 0xe0, 0x1b, 0xf0, 0x05, 0x38, 0x72, 0xe4, 0x00, 0x37, 0x8e, 0x88, + 0x0f, 0x82, 0x6c, 0xaf, 0x93, 0x3a, 0x31, 0x8e, 0xe9, 0xcd, 0x3b, 0x3b, 0xbf, 0x99, 0xdf, 0x6f, + 0x66, 0x67, 0x8c, 0x57, 0x1c, 0xce, 0x9d, 0x1e, 0x18, 0x9d, 0x1e, 0xef, 0x77, 0x0d, 0x49, 0x7b, + 0xc0, 0xa4, 0x71, 0x74, 0xcb, 0x06, 0x49, 0x57, 0x8c, 0x0e, 0xf7, 0x7c, 0xca, 0x5e, 0x5b, 0x02, + 0x82, 0x23, 0xb7, 0x03, 0xba, 0x1f, 0x70, 0xc9, 0xc9, 0x52, 0x0c, 0xd1, 0x23, 0x88, 0x1e, 0x43, + 0x74, 0x05, 0xa9, 0xff, 0xaf, 0xe2, 0x51, 0xdf, 0x35, 0x28, 0x63, 0x5c, 0x52, 0xe9, 0x72, 0x26, + 0x62, 0x68, 0xbd, 0x39, 0x21, 0x9b, 0xc7, 0x99, 0xf2, 0xbc, 0x56, 0x80, 0x97, 0x72, 0x55, 0x7c, + 0x8c, 0xe8, 0x64, 0xf7, 0xf7, 0x0c, 0xf0, 0x7c, 0x99, 0x5c, 0x36, 0x46, 0x2f, 0xf7, 0x5c, 0xe8, + 0x75, 0x2d, 0x8f, 0x8a, 0x83, 0xd8, 0x43, 0x63, 0xb8, 0xba, 0x11, 0x00, 0x95, 0xb0, 0x11, 0x47, + 0x35, 0xe1, 0xb0, 0x0f, 0x42, 0x92, 0x45, 0x3c, 0xeb, 0xd3, 0x00, 0x98, 0xac, 0xa1, 0x06, 0x6a, + 0x96, 0x4d, 0x75, 0x22, 0xf7, 0xf0, 0xdf, 0x2a, 0x7f, 0x6d, 0xaa, 0x81, 0x9a, 0x73, 0xed, 0x2b, + 0x7a, 0x4e, 0x41, 0xf4, 0x24, 0x6a, 0x02, 0xd2, 0xae, 0xe2, 0x85, 0xc7, 0x20, 0x47, 0x92, 0x11, + 0x3c, 0xc3, 0xa8, 0x07, 0x2a, 0x55, 0xf4, 0xad, 0x9d, 0x21, 0x5c, 0x7d, 0xe1, 0x77, 0xc7, 0x99, + 0x9d, 0x63, 0x80, 0x2e, 0xc0, 0x80, 0xac, 0xe1, 0xb9, 0x7e, 0x14, 0x37, 0x2a, 0x83, 0x52, 0x51, + 0x4f, 0x62, 0x24, 0x95, 0xd2, 0x1f, 0x85, 0x95, 0xda, 0xa4, 0xe2, 0xc0, 0xc4, 0xb1, 0x7b, 0xf8, + 0xad, 0xb5, 0x70, 0xf5, 0x01, 0xf4, 0x60, 0x8c, 0x54, 0x96, 0x82, 0xf7, 0x08, 0x57, 0x9f, 0xb9, + 0x42, 0x89, 0x75, 0x41, 0x4c, 0xaa, 0xed, 0x25, 0x8c, 0x7d, 0xea, 0x80, 0x25, 0xf9, 0x01, 0xb0, + 0x88, 0x58, 0xd9, 0x2c, 0x87, 0x96, 0x9d, 0xd0, 0x40, 0x96, 0x70, 0x74, 0xb0, 0x84, 0x7b, 0x02, + 0xb5, 0xe9, 0x06, 0x6a, 0xfe, 0x65, 0x96, 0x42, 0xc3, 0xb6, 0x7b, 0x02, 0xa4, 0x85, 0x17, 0x02, + 0x38, 0xec, 0xbb, 0x01, 0x58, 0xdc, 0x07, 0x66, 0xed, 0x73, 0x5b, 0xd4, 0x66, 0x1a, 0xa8, 0x59, + 0x32, 0xe7, 0xd5, 0xc5, 0x73, 0x1f, 0xd8, 0x53, 0x6e, 0x0b, 0xed, 0x0b, 0xc2, 0xff, 0x8d, 0x10, + 0x13, 0x3e, 0x67, 0x02, 0xc8, 0x3a, 0x2e, 0x77, 0x12, 0x63, 0x0d, 0x35, 0xa6, 0x0b, 0x57, 0x77, + 0x08, 0x23, 0xcb, 0x78, 0x9e, 0xc1, 0xb1, 0xb4, 0xc6, 0xa4, 0x54, 0x42, 0xf3, 0xd6, 0x40, 0xce, + 0x13, 0x5c, 0xf2, 0x40, 0xd2, 0x2e, 0x95, 0x34, 0x52, 0x33, 0xd7, 0xbe, 0x91, 0x9b, 0x2a, 0x21, + 0xb9, 0xa9, 0x40, 0xe6, 0x00, 0xde, 0xfe, 0x58, 0xc2, 0xff, 0x28, 0x26, 0xdb, 0xf1, 0xb0, 0x92, + 0xaf, 0x08, 0x57, 0x52, 0x0f, 0x9b, 0xac, 0xe4, 0x0b, 0xc9, 0x18, 0x82, 0x7a, 0x21, 0xed, 0xda, + 0xab, 0x77, 0xdf, 0x7e, 0x9e, 0x4d, 0xd9, 0xda, 0xcd, 0xc1, 0x84, 0xbe, 0x89, 0x1b, 0x7a, 0xd7, + 0x0f, 0xf8, 0x3e, 0x74, 0xa4, 0x30, 0x5a, 0x86, 0x04, 0x46, 0x59, 0xf8, 0x75, 0x6a, 0x0c, 0x4a, + 0x75, 0x07, 0xb5, 0x76, 0xaf, 0x6b, 0xcb, 0x39, 0xb0, 0xb4, 0x33, 0xf9, 0x8c, 0x30, 0x1e, 0x4e, + 0x0f, 0xd1, 0x73, 0xe9, 0x8d, 0x8d, 0x59, 0x41, 0x39, 0x76, 0x24, 0xe7, 0x25, 0x39, 0x27, 0x27, + 0x7c, 0xce, 0x99, 0x62, 0x86, 0xf4, 0x8c, 0xd6, 0xe9, 0x6e, 0x93, 0x2c, 0xff, 0x1e, 0x73, 0xde, + 0x93, 0xfc, 0x40, 0xb8, 0x92, 0x1a, 0xee, 0x09, 0xdd, 0xc9, 0x5a, 0x04, 0x05, 0xe5, 0x1c, 0x47, + 0x72, 0x82, 0xf6, 0xed, 0x21, 0xb5, 0x64, 0x81, 0x16, 0x93, 0x15, 0x76, 0x69, 0xb5, 0xad, 0x4f, + 0x86, 0x8f, 0x80, 0xc8, 0x27, 0x84, 0x2b, 0xa9, 0x65, 0x31, 0x41, 0x64, 0xd6, 0x62, 0xa9, 0x2f, + 0x8e, 0x2d, 0xa6, 0x87, 0xe1, 0x7e, 0x4f, 0xba, 0xd4, 0xba, 0x40, 0x97, 0x5a, 0x45, 0xbb, 0xf4, + 0x1d, 0xe1, 0x4a, 0x6a, 0x4f, 0x4c, 0x10, 0x90, 0xb5, 0xec, 0xea, 0xed, 0x3f, 0x81, 0xc4, 0x13, + 0x9e, 0xf5, 0x04, 0x8b, 0x4d, 0x54, 0xfa, 0x09, 0xe6, 0x8d, 0xd3, 0xfa, 0x5b, 0x84, 0x2f, 0x77, + 0xb8, 0x97, 0xc7, 0x6e, 0xfd, 0xdf, 0xf4, 0x52, 0xd9, 0x0a, 0x5b, 0xb0, 0x85, 0x76, 0xef, 0x2b, + 0x8c, 0xc3, 0x7b, 0x94, 0x39, 0x3a, 0x0f, 0x1c, 0xc3, 0x01, 0x16, 0x35, 0xc8, 0x88, 0xaf, 0xa8, + 0xef, 0x8a, 0xcc, 0x9f, 0xf7, 0x5a, 0x7c, 0xfc, 0x30, 0x35, 0xbd, 0xb1, 0xb3, 0x6d, 0xcf, 0x46, + 0x98, 0xd5, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa5, 0x8c, 0xa4, 0x83, 0x87, 0x08, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/completion_service.pb.go b/googleapis/cloud/talent/v4beta1/completion_service.pb.go index 72a659b124a19d582305ee98218009d0011ce772..09188bd4c0de866361953e433d1c484807facf09 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_e3a4a626621d5c46, []int{0, 0} + return fileDescriptor_completion_service_63a049172403d28c, []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_e3a4a626621d5c46, []int{0, 1} + return fileDescriptor_completion_service_63a049172403d28c, []int{0, 1} } // Input only. @@ -95,11 +95,14 @@ func (CompleteQueryRequest_CompletionType) EnumDescriptor() ([]byte, []int) { type CompleteQueryRequest struct { // Required. // - // Resource name of project the completion is performed within. + // Resource name of tenant the completion is performed within. // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". - Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project". + Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. // // The query used to generate suggestions. @@ -145,9 +148,13 @@ type CompleteQueryRequest struct { // // If provided, restricts completion to specified company. // - // The format is "projects/{project_id}/companies/{company_id}", for example, - // "projects/api-test-project/companies/foo". - CompanyName string `protobuf:"bytes,5,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"` + // The format is + // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for + // example, "projects/api-test-project/tenants/foo/companies/bar". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/companies/bar". + Company string `protobuf:"bytes,5,opt,name=company,proto3" json:"company,omitempty"` // Optional. // // The scope of the completion. The defaults is @@ -167,7 +174,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_e3a4a626621d5c46, []int{0} + return fileDescriptor_completion_service_63a049172403d28c, []int{0} } func (m *CompleteQueryRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteQueryRequest.Unmarshal(m, b) @@ -187,9 +194,9 @@ func (m *CompleteQueryRequest) XXX_DiscardUnknown() { var xxx_messageInfo_CompleteQueryRequest proto.InternalMessageInfo -func (m *CompleteQueryRequest) GetName() string { +func (m *CompleteQueryRequest) GetParent() string { if m != nil { - return m.Name + return m.Parent } return "" } @@ -215,9 +222,9 @@ func (m *CompleteQueryRequest) GetPageSize() int32 { return 0 } -func (m *CompleteQueryRequest) GetCompanyName() string { +func (m *CompleteQueryRequest) GetCompany() string { if m != nil { - return m.CompanyName + return m.Company } return "" } @@ -254,7 +261,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_e3a4a626621d5c46, []int{1} + return fileDescriptor_completion_service_63a049172403d28c, []int{1} } func (m *CompleteQueryResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteQueryResponse.Unmarshal(m, b) @@ -309,7 +316,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_e3a4a626621d5c46, []int{1, 0} + return fileDescriptor_completion_service_63a049172403d28c, []int{1, 0} } func (m *CompleteQueryResponse_CompletionResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompleteQueryResponse_CompletionResult.Unmarshal(m, b) @@ -435,49 +442,50 @@ var _Completion_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/completion_service.proto", fileDescriptor_completion_service_e3a4a626621d5c46) -} - -var fileDescriptor_completion_service_e3a4a626621d5c46 = []byte{ - // 639 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xdd, 0x6e, 0xd3, 0x30, - 0x14, 0x26, 0x69, 0x3b, 0xda, 0xb3, 0x1f, 0x82, 0x35, 0x50, 0xd4, 0x4d, 0xac, 0x14, 0x4d, 0xaa, - 0x40, 0x24, 0x5a, 0xd9, 0x15, 0x08, 0x89, 0x36, 0x0b, 0x52, 0x60, 0x4d, 0x4b, 0x9a, 0x09, 0x8d, - 0x9b, 0xe0, 0x65, 0x56, 0x14, 0xd4, 0xc6, 0x59, 0x9c, 0x4c, 0xea, 0x10, 0x37, 0x08, 0x9e, 0x80, - 0x37, 0x00, 0xf1, 0x02, 0xbc, 0x0a, 0xaf, 0xc0, 0x73, 0x20, 0x64, 0x27, 0x1b, 0x5d, 0x99, 0x86, - 0x2a, 0xb8, 0xb3, 0x3f, 0x9f, 0xef, 0xfb, 0xec, 0xe3, 0x73, 0x0e, 0x6c, 0x07, 0x94, 0x06, 0x23, - 0xa2, 0xfb, 0x23, 0x9a, 0x1d, 0xea, 0x29, 0x1e, 0x91, 0x28, 0xd5, 0x8f, 0xb7, 0x0f, 0x48, 0x8a, - 0xb7, 0x74, 0x9f, 0x8e, 0xe3, 0x11, 0x49, 0x43, 0x1a, 0x79, 0x8c, 0x24, 0xc7, 0xa1, 0x4f, 0xb4, - 0x38, 0xa1, 0x29, 0x45, 0x6b, 0x39, 0x4b, 0x13, 0x2c, 0x2d, 0x67, 0x69, 0x05, 0xab, 0xbe, 0x5e, - 0x48, 0xe2, 0x38, 0xd4, 0x71, 0x14, 0xd1, 0x14, 0x73, 0x05, 0x96, 0x53, 0xeb, 0xad, 0xbf, 0x18, - 0x8e, 0x69, 0x94, 0x47, 0x36, 0x3f, 0x96, 0x61, 0xd5, 0xc8, 0x6f, 0x40, 0x5e, 0x64, 0x24, 0x99, - 0x38, 0xe4, 0x28, 0x23, 0x2c, 0x45, 0x08, 0xca, 0x11, 0x1e, 0x13, 0x55, 0x6a, 0x48, 0xad, 0x9a, - 0x23, 0xd6, 0x68, 0x15, 0x2a, 0x47, 0x3c, 0x46, 0x95, 0x05, 0x98, 0x6f, 0xd0, 0x26, 0xac, 0x8c, - 0x70, 0x14, 0x64, 0x38, 0x20, 0x9e, 0x4f, 0x0f, 0x09, 0x53, 0x4b, 0x8d, 0x52, 0xab, 0xe6, 0x2c, - 0x9f, 0xa2, 0x06, 0x07, 0xd1, 0x1a, 0xd4, 0x62, 0x1e, 0xc2, 0xc2, 0x13, 0xa2, 0x96, 0x1b, 0x52, - 0xab, 0xe2, 0x54, 0x39, 0x30, 0x0c, 0x4f, 0x08, 0xba, 0x0d, 0x4b, 0x3c, 0x0f, 0x38, 0x9a, 0x78, - 0xc2, 0xb5, 0x22, 0x0c, 0x16, 0x0b, 0xcc, 0xe6, 0xe6, 0x2f, 0xa1, 0xc2, 0x7c, 0x1a, 0x13, 0x75, - 0xa1, 0x21, 0xb5, 0x56, 0xda, 0x1d, 0xed, 0x92, 0xf4, 0x68, 0x17, 0x3d, 0xe9, 0x14, 0x0c, 0x69, - 0x34, 0xe4, 0x42, 0x4e, 0xae, 0x87, 0x5c, 0x28, 0xa7, 0x93, 0x98, 0xa8, 0x57, 0x85, 0xee, 0x93, - 0x7f, 0xd1, 0x75, 0x27, 0x31, 0x71, 0x84, 0x5a, 0xf3, 0x39, 0x5c, 0x9b, 0xf1, 0x43, 0x0d, 0x58, - 0x37, 0xfa, 0xbd, 0xc1, 0xae, 0xe9, 0x5a, 0x7d, 0xdb, 0x1b, 0x1a, 0xfd, 0x81, 0xe9, 0xed, 0xd9, - 0xc3, 0x81, 0x69, 0x58, 0x4f, 0x2d, 0x73, 0x47, 0xb9, 0x82, 0x00, 0x16, 0x5c, 0xd3, 0xee, 0xd8, - 0xae, 0x22, 0xf1, 0xf5, 0x60, 0xaf, 0xbb, 0x6b, 0x19, 0x8a, 0xdc, 0x7c, 0x0d, 0x2b, 0xe7, 0x4d, - 0xd0, 0x06, 0xac, 0x4d, 0x69, 0xb9, 0xfb, 0x7f, 0x48, 0x2d, 0x43, 0xed, 0x59, 0xbf, 0xeb, 0xb9, - 0x96, 0xbb, 0x6b, 0x2a, 0x12, 0x52, 0x60, 0x89, 0xc7, 0x77, 0xec, 0x7d, 0xcf, 0xee, 0xf4, 0x4c, - 0x45, 0x46, 0x4b, 0x50, 0x35, 0xfa, 0xbd, 0xae, 0x65, 0x9b, 0x3b, 0x4a, 0xa9, 0xf9, 0x53, 0x86, - 0x1b, 0x33, 0x8f, 0x63, 0x31, 0x8d, 0x18, 0x41, 0x09, 0xa0, 0xa9, 0x12, 0x4d, 0x08, 0xcb, 0x46, - 0x29, 0x53, 0xa5, 0x46, 0xa9, 0xb5, 0xd8, 0x36, 0xe6, 0x49, 0x56, 0xae, 0x37, 0x95, 0x2d, 0x47, - 0x68, 0x39, 0xd7, 0xfd, 0x19, 0x84, 0x21, 0x0b, 0xaa, 0x63, 0x92, 0xe2, 0x43, 0x9c, 0x62, 0x51, - 0x6b, 0x8b, 0xed, 0xfb, 0x97, 0x3a, 0x9d, 0x8a, 0xf7, 0x0a, 0x92, 0x73, 0x46, 0xaf, 0x7f, 0x95, - 0x40, 0x99, 0xb5, 0x44, 0xb7, 0x00, 0x58, 0x16, 0x04, 0x84, 0x71, 0xac, 0x28, 0xf1, 0x29, 0xe4, - 0xac, 0x24, 0xe4, 0xff, 0x59, 0x12, 0xbc, 0x03, 0xc2, 0x31, 0x6f, 0x81, 0x2c, 0x09, 0xd5, 0x92, - 0x30, 0xad, 0x0a, 0x60, 0x2f, 0x09, 0xdb, 0xdf, 0x24, 0x80, 0xdf, 0x2c, 0xf4, 0x45, 0x82, 0xe5, - 0x73, 0xca, 0x68, 0x6b, 0xee, 0x5b, 0xd4, 0xdb, 0xf3, 0x7f, 0x4f, 0xf3, 0xde, 0xfb, 0xef, 0x3f, - 0x3e, 0xc9, 0x9b, 0xe8, 0xce, 0xd9, 0xbc, 0x78, 0xcb, 0x3b, 0xf2, 0x71, 0x9c, 0xd0, 0x37, 0xc4, - 0x4f, 0x99, 0x7e, 0xf7, 0xdd, 0xc3, 0xe2, 0xc3, 0x48, 0xf7, 0x83, 0x04, 0x1b, 0x3e, 0x1d, 0x5f, - 0x66, 0xd3, 0xbd, 0x39, 0xd5, 0x06, 0xf9, 0x7c, 0x1b, 0xf0, 0xc9, 0x33, 0x90, 0x5e, 0x75, 0x0a, - 0x5a, 0x40, 0xf9, 0xa4, 0xd0, 0x68, 0x12, 0xe8, 0x01, 0x89, 0xc4, 0x5c, 0xd2, 0xf3, 0x23, 0x1c, - 0x87, 0xec, 0xc2, 0x21, 0xf6, 0x28, 0xdf, 0x7e, 0x96, 0x4b, 0x86, 0x3b, 0x3c, 0x58, 0x10, 0x9c, - 0x07, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x40, 0x21, 0x96, 0x16, 0x68, 0x05, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/completion_service.proto", fileDescriptor_completion_service_63a049172403d28c) +} + +var fileDescriptor_completion_service_63a049172403d28c = []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, + 0x0c, 0x8b, 0x60, 0xc2, 0xea, 0x1e, 0x29, 0x82, 0x6d, 0x16, 0x21, 0xba, 0xa6, 0x35, 0xcd, 0x90, + 0xed, 0x49, 0x77, 0x97, 0x5d, 0x42, 0xa4, 0xcd, 0xcd, 0x72, 0x6f, 0x06, 0x9d, 0x08, 0x22, 0xbe, + 0x03, 0xdf, 0x81, 0xe0, 0x2b, 0xf2, 0x89, 0x2f, 0x40, 0xf0, 0x5d, 0x88, 0xdc, 0x24, 0xdd, 0xba, + 0x3a, 0x2a, 0x43, 0x9f, 0xe5, 0x7c, 0x73, 0xbe, 0x9f, 0x73, 0x73, 0x72, 0xee, 0x81, 0x5d, 0x9f, + 0x52, 0x7f, 0x48, 0x74, 0x6f, 0x48, 0x93, 0x53, 0x9d, 0xe3, 0x21, 0x09, 0xb9, 0x7e, 0xbe, 0x7b, + 0x42, 0x38, 0xde, 0xd1, 0x3d, 0x3a, 0x8a, 0x86, 0x84, 0x07, 0x34, 0x1c, 0x30, 0x12, 0x9f, 0x07, + 0x1e, 0xd1, 0xa2, 0x98, 0x72, 0x8a, 0x36, 0x32, 0x97, 0x96, 0xba, 0xb4, 0xcc, 0xa5, 0xe5, 0xae, + 0xea, 0x66, 0x8e, 0xc4, 0x51, 0xa0, 0xe3, 0x30, 0xa4, 0x1c, 0x0b, 0x02, 0xcb, 0xac, 0xd5, 0xc6, + 0x1f, 0x0a, 0x8e, 0x68, 0x98, 0x65, 0xd6, 0xdf, 0x2f, 0xc0, 0x9a, 0x91, 0x9d, 0x80, 0xbc, 0x4a, + 0x48, 0x3c, 0x76, 0xc8, 0x59, 0x42, 0x18, 0x47, 0xeb, 0x50, 0x8a, 0x70, 0x4c, 0x42, 0xae, 0x4a, + 0x35, 0xa9, 0x51, 0x71, 0xf2, 0x08, 0xad, 0x41, 0xf1, 0x4c, 0xe4, 0xa9, 0x72, 0x2a, 0x67, 0x01, + 0xda, 0x86, 0xd5, 0x21, 0x0e, 0xfd, 0x04, 0xfb, 0x64, 0xe0, 0xd1, 0x53, 0xc2, 0xd4, 0x42, 0xad, + 0xd0, 0xa8, 0x38, 0x2b, 0x13, 0xd5, 0x10, 0x22, 0xda, 0x80, 0x4a, 0x24, 0x52, 0x58, 0x70, 0x41, + 0xd4, 0x85, 0x9a, 0xd4, 0x28, 0x3a, 0x65, 0x21, 0xf4, 0x83, 0x0b, 0x82, 0x54, 0x58, 0x14, 0xbd, + 0xc0, 0xe1, 0x58, 0x2d, 0xa6, 0xec, 0x49, 0x88, 0x5e, 0x43, 0x91, 0x79, 0x34, 0x22, 0x6a, 0xa9, + 0x26, 0x35, 0x56, 0x9b, 0x2d, 0x6d, 0x4e, 0x67, 0xb4, 0x9b, 0xbe, 0x66, 0x22, 0x06, 0x34, 0xec, + 0x0b, 0x90, 0x93, 0xf1, 0x90, 0x0b, 0x0b, 0x7c, 0x1c, 0x11, 0x75, 0x31, 0xe5, 0x3e, 0xfb, 0x1b, + 0xae, 0x3b, 0x8e, 0x88, 0x93, 0xd2, 0xea, 0x2f, 0xe1, 0xff, 0x99, 0x7a, 0xa8, 0x06, 0x9b, 0x46, + 0xb7, 0xd3, 0xdb, 0x37, 0x5d, 0xab, 0x6b, 0x0f, 0xfa, 0x46, 0xb7, 0x67, 0x0e, 0x0e, 0xec, 0x7e, + 0xcf, 0x34, 0xac, 0xe7, 0x96, 0xb9, 0xa7, 0xfc, 0x87, 0x00, 0x4a, 0xae, 0x69, 0xb7, 0x6c, 0x57, + 0x91, 0xc4, 0x73, 0xef, 0xa0, 0xbd, 0x6f, 0x19, 0x8a, 0x5c, 0x3f, 0x86, 0xd5, 0xeb, 0x45, 0xd0, + 0x16, 0x6c, 0x4c, 0xb1, 0xdc, 0xc3, 0xdf, 0x50, 0x2b, 0x50, 0x79, 0xd1, 0x6d, 0x0f, 0x5c, 0xcb, + 0xdd, 0x37, 0x15, 0x09, 0x29, 0xb0, 0x2c, 0xf2, 0x5b, 0xf6, 0xe1, 0xc0, 0x6e, 0x75, 0x4c, 0x45, + 0x46, 0xcb, 0x50, 0x36, 0xba, 0x9d, 0xb6, 0x65, 0x9b, 0x7b, 0x4a, 0xa1, 0xfe, 0x53, 0x86, 0xbb, + 0x33, 0x1f, 0xc7, 0x22, 0x1a, 0x32, 0x82, 0x62, 0x40, 0x53, 0xd3, 0x19, 0x13, 0x96, 0x0c, 0x39, + 0x53, 0xa5, 0x5a, 0xa1, 0xb1, 0xd4, 0x34, 0x6e, 0xd3, 0xac, 0x8c, 0x37, 0xd5, 0x2d, 0x27, 0x65, + 0x39, 0x77, 0xbc, 0x19, 0x85, 0x21, 0x0b, 0xca, 0x23, 0xc2, 0xf1, 0x29, 0xe6, 0x38, 0x1d, 0xb1, + 0xa5, 0xe6, 0xc3, 0xb9, 0x95, 0x26, 0xf0, 0x4e, 0x6e, 0x72, 0x2e, 0xed, 0xd5, 0x2f, 0x12, 0x28, + 0xb3, 0x25, 0xd1, 0x3d, 0x00, 0x96, 0xf8, 0x3e, 0x61, 0x42, 0xcb, 0x67, 0x7b, 0x4a, 0xb9, 0x1c, + 0x09, 0xf9, 0x5f, 0x8e, 0x84, 0x18, 0xfc, 0x60, 0x24, 0x26, 0x3f, 0x89, 0x03, 0xb5, 0x90, 0x16, + 0x2d, 0xa7, 0xc2, 0x41, 0x1c, 0x34, 0x7f, 0x48, 0x00, 0x57, 0x2e, 0xf4, 0x4d, 0x82, 0x95, 0x6b, + 0x64, 0xb4, 0x73, 0xeb, 0x53, 0x54, 0x9b, 0xb7, 0xff, 0x3d, 0xf5, 0xe3, 0x0f, 0x5f, 0xbf, 0x7f, + 0x92, 0x8f, 0x90, 0x7e, 0xb9, 0x2a, 0xde, 0x66, 0x97, 0xfe, 0x69, 0x14, 0xd3, 0x37, 0xc4, 0xe3, + 0x4c, 0x7f, 0xa0, 0x73, 0x12, 0xe2, 0x50, 0x3c, 0xbd, 0x7b, 0x9c, 0xff, 0x3c, 0x72, 0x74, 0x1f, + 0x6d, 0xcf, 0xb1, 0x5c, 0x25, 0xb6, 0x3f, 0x4a, 0xb0, 0xe5, 0xd1, 0xd1, 0xbc, 0xb3, 0xb5, 0xd7, + 0xa7, 0xee, 0x4e, 0xb6, 0x0f, 0x7b, 0x62, 0x53, 0xf5, 0xa4, 0xa3, 0x56, 0x6e, 0xf3, 0xa9, 0xd8, + 0x2a, 0x1a, 0x8d, 0x7d, 0xdd, 0x27, 0x61, 0xba, 0xc7, 0xf4, 0xec, 0x15, 0x8e, 0x02, 0x76, 0xe3, + 0xd2, 0x7b, 0x92, 0x85, 0x9f, 0xe5, 0x82, 0xe1, 0xf6, 0x4f, 0x4a, 0xa9, 0xe7, 0xd1, 0xaf, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x6c, 0xb9, 0x64, 0x84, 0x98, 0x05, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/event.pb.go b/googleapis/cloud/talent/v4beta1/event.pb.go index 0e0d8bbefc73a656d310318efd7dec27ce616646..e518b27a77e33d5ec7dadf713ed077f9e73f442f 100644 --- a/googleapis/cloud/talent/v4beta1/event.pb.go +++ b/googleapis/cloud/talent/v4beta1/event.pb.go @@ -153,7 +153,7 @@ func (x JobEvent_JobEventType) String() string { return proto.EnumName(JobEvent_JobEventType_name, int32(x)) } func (JobEvent_JobEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_event_9cc0bb8b89753637, []int{1, 0} + return fileDescriptor_event_30ed8ed0b5821da9, []int{1, 0} } // The enum represents types of client events for a candidate profile. @@ -168,58 +168,26 @@ const ( ProfileEvent_VIEW ProfileEvent_ProfileEventType = 2 // The profile is bookmarked. ProfileEvent_BOOKMARK ProfileEvent_ProfileEventType = 3 - // Comment added to the profile. - ProfileEvent_COMMENT_ADDED ProfileEvent_ProfileEventType = 4 - // Email sent regarding the profile. - ProfileEvent_EMAIL_SENT ProfileEvent_ProfileEventType = 5 - // The resume of the profile is viewed. - ProfileEvent_RESUME_VIEWED ProfileEvent_ProfileEventType = 6 - // The profile is added to a job. - ProfileEvent_ADD_TO_JOB ProfileEvent_ProfileEventType = 7 - // The recruiter explicitly highlights that a given profile is interesting - // enough for later review or is a good result for the search. - ProfileEvent_POSITIVE_REACTION_TO_PROFILE ProfileEvent_ProfileEventType = 8 - // The recruiter explicitly highlights that a given profile is not - // interesting enough for later review or is not a good result for the - // search. - ProfileEvent_NEGATIVE_REACTION_TO_PROFILE ProfileEvent_ProfileEventType = 9 - // The candidate is interesting enough to set up an initial screen with the - // recruiter. This step may be skipped based on the interview process. - ProfileEvent_SCREEN ProfileEvent_ProfileEventType = 10 ) var ProfileEvent_ProfileEventType_name = map[int32]string{ - 0: "PROFILE_EVENT_TYPE_UNSPECIFIED", - 1: "IMPRESSION", - 2: "VIEW", - 3: "BOOKMARK", - 4: "COMMENT_ADDED", - 5: "EMAIL_SENT", - 6: "RESUME_VIEWED", - 7: "ADD_TO_JOB", - 8: "POSITIVE_REACTION_TO_PROFILE", - 9: "NEGATIVE_REACTION_TO_PROFILE", - 10: "SCREEN", + 0: "PROFILE_EVENT_TYPE_UNSPECIFIED", + 1: "IMPRESSION", + 2: "VIEW", + 3: "BOOKMARK", } var ProfileEvent_ProfileEventType_value = map[string]int32{ "PROFILE_EVENT_TYPE_UNSPECIFIED": 0, "IMPRESSION": 1, "VIEW": 2, "BOOKMARK": 3, - "COMMENT_ADDED": 4, - "EMAIL_SENT": 5, - "RESUME_VIEWED": 6, - "ADD_TO_JOB": 7, - "POSITIVE_REACTION_TO_PROFILE": 8, - "NEGATIVE_REACTION_TO_PROFILE": 9, - "SCREEN": 10, } func (x ProfileEvent_ProfileEventType) String() string { return proto.EnumName(ProfileEvent_ProfileEventType_name, int32(x)) } func (ProfileEvent_ProfileEventType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_event_9cc0bb8b89753637, []int{2, 0} + return fileDescriptor_event_30ed8ed0b5821da9, []int{2, 0} } // An event issued when an end user interacts with the application that @@ -251,23 +219,19 @@ type ClientEvent struct { Event isClientEvent_Event `protobuf_oneof:"event"` // Optional. // - // Extra information about this event. Used for storing information with no - // matching field in [event][google.cloud.talent.v4beta1.event] payload, for - // example, user application specific context or details. - // - // At most 20 keys are supported. The maximum total size of all keys and - // values is 2 KB. - ExtraInfo map[string]string `protobuf:"bytes,7,rep,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // Notes about the event provided by recruiters or other users, for example, + // feedback on why a profile was bookmarked. + EventNotes string `protobuf:"bytes,9,opt,name=event_notes,json=eventNotes,proto3" json:"event_notes,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } 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_9cc0bb8b89753637, []int{0} + return fileDescriptor_event_30ed8ed0b5821da9, []int{0} } func (m *ClientEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ClientEvent.Unmarshal(m, b) @@ -345,11 +309,11 @@ func (m *ClientEvent) GetProfileEvent() *ProfileEvent { return nil } -func (m *ClientEvent) GetExtraInfo() map[string]string { +func (m *ClientEvent) GetEventNotes() string { if m != nil { - return m.ExtraInfo + return m.EventNotes } - return nil + return "" } // XXX_OneofFuncs is for the internal use of the proto package. @@ -453,7 +417,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_9cc0bb8b89753637, []int{1} + return fileDescriptor_event_30ed8ed0b5821da9, []int{1} } func (m *JobEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobEvent.Unmarshal(m, b) @@ -506,7 +470,7 @@ type ProfileEvent struct { // // The job ID should be consistent with the // [JobApplication.job.requisition_id][] in the profile. - JobId string `protobuf:"bytes,3,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` + Jobs []string `protobuf:"bytes,6,rep,name=jobs,proto3" json:"jobs,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -516,7 +480,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_9cc0bb8b89753637, []int{2} + return fileDescriptor_event_30ed8ed0b5821da9, []int{2} } func (m *ProfileEvent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProfileEvent.Unmarshal(m, b) @@ -550,16 +514,15 @@ func (m *ProfileEvent) GetProfiles() []string { return nil } -func (m *ProfileEvent) GetJobId() string { +func (m *ProfileEvent) GetJobs() []string { if m != nil { - return m.JobId + return m.Jobs } - return "" + return nil } func init() { proto.RegisterType((*ClientEvent)(nil), "google.cloud.talent.v4beta1.ClientEvent") - proto.RegisterMapType((map[string]string)(nil), "google.cloud.talent.v4beta1.ClientEvent.ExtraInfoEntry") proto.RegisterType((*JobEvent)(nil), "google.cloud.talent.v4beta1.JobEvent") proto.RegisterType((*ProfileEvent)(nil), "google.cloud.talent.v4beta1.ProfileEvent") proto.RegisterEnum("google.cloud.talent.v4beta1.JobEvent_JobEventType", JobEvent_JobEventType_name, JobEvent_JobEventType_value) @@ -567,61 +530,52 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/event.proto", fileDescriptor_event_9cc0bb8b89753637) -} - -var fileDescriptor_event_9cc0bb8b89753637 = []byte{ - // 827 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x55, 0xdd, 0x6e, 0xe3, 0x44, - 0x14, 0xde, 0xc4, 0xf9, 0x3d, 0x49, 0xc3, 0xec, 0x68, 0x17, 0x85, 0xb0, 0x3f, 0x21, 0x02, 0x51, - 0x6e, 0x1c, 0x51, 0x90, 0x40, 0xbb, 0xdc, 0x38, 0xf6, 0x64, 0x3b, 0x6d, 0xfd, 0xc3, 0xd8, 0x0d, - 0x5a, 0x6e, 0x46, 0x4e, 0x33, 0x8d, 0x5c, 0x52, 0x4f, 0x48, 0xdc, 0x6a, 0xfb, 0x06, 0x5c, 0xf3, - 0x08, 0xbc, 0x06, 0xaf, 0xc5, 0x1d, 0x37, 0x68, 0xc6, 0x4e, 0xe5, 0xc2, 0x52, 0x55, 0x7b, 0x77, - 0x7e, 0xbe, 0xf3, 0x9d, 0xe3, 0x2f, 0x9f, 0x1d, 0xf8, 0x72, 0x29, 0xe5, 0x72, 0x25, 0xc6, 0x67, - 0x2b, 0x79, 0xb5, 0x18, 0x67, 0xf1, 0x4a, 0xa4, 0xd9, 0xf8, 0xfa, 0xdb, 0xb9, 0xc8, 0xe2, 0xaf, - 0xc7, 0xe2, 0x5a, 0xa4, 0x99, 0xb9, 0xde, 0xc8, 0x4c, 0xe2, 0x4f, 0x73, 0xa0, 0xa9, 0x81, 0x66, - 0x0e, 0x34, 0x0b, 0xe0, 0xe0, 0x59, 0xc1, 0x12, 0xaf, 0x93, 0x71, 0x9c, 0xa6, 0x32, 0x8b, 0xb3, - 0x44, 0xa6, 0xdb, 0x7c, 0x74, 0xf0, 0xb2, 0xe8, 0xea, 0x6c, 0x7e, 0x75, 0x3e, 0xce, 0x92, 0x4b, - 0xb1, 0xcd, 0xe2, 0xcb, 0x75, 0x0e, 0x18, 0xfd, 0x69, 0x40, 0xc7, 0x5e, 0x25, 0x22, 0xcd, 0x88, - 0xda, 0x88, 0x9f, 0x03, 0x6c, 0xc4, 0xaf, 0x57, 0x62, 0x9b, 0xf1, 0x64, 0xd1, 0xaf, 0x0c, 0x2b, - 0xfb, 0x6d, 0xd6, 0x2e, 0x2a, 0x74, 0x81, 0x3f, 0x81, 0x96, 0xbe, 0x4c, 0x35, 0xab, 0xba, 0xd9, - 0xd4, 0x39, 0x5d, 0xe0, 0xd7, 0xd0, 0x39, 0xdb, 0x88, 0x38, 0x13, 0x5c, 0xed, 0xe8, 0xd7, 0x86, - 0x95, 0xfd, 0xce, 0xc1, 0xc0, 0x2c, 0x6e, 0xdf, 0x1d, 0x60, 0x46, 0xbb, 0x03, 0x18, 0xe4, 0x70, - 0x55, 0xc0, 0x0e, 0xb4, 0x2f, 0xe4, 0x9c, 0x6b, 0xae, 0x7e, 0x5d, 0x8f, 0x7e, 0x61, 0xde, 0xf3, - 0xd8, 0xe6, 0x91, 0x9c, 0xeb, 0x83, 0x0f, 0x1f, 0xb1, 0xd6, 0x45, 0x11, 0xe3, 0x00, 0xf6, 0xd6, - 0x1b, 0x79, 0x9e, 0xac, 0x44, 0xc1, 0xd4, 0xd0, 0x4c, 0x5f, 0xdd, 0xcb, 0x14, 0xe4, 0x13, 0x3b, - 0xb6, 0xee, 0xba, 0x94, 0xe3, 0x19, 0x80, 0x78, 0x97, 0x6d, 0x62, 0x9e, 0xa4, 0xe7, 0xb2, 0xdf, - 0x1c, 0x1a, 0xfb, 0x9d, 0x83, 0xef, 0xee, 0xa5, 0x2b, 0x89, 0x69, 0x12, 0x35, 0x4a, 0xd3, 0x73, - 0x49, 0xd2, 0x6c, 0x73, 0xc3, 0xda, 0x62, 0x97, 0x0f, 0x7e, 0x80, 0xde, 0xdd, 0x26, 0x46, 0x60, - 0xfc, 0x22, 0x6e, 0x0a, 0xc5, 0x55, 0x88, 0x9f, 0x40, 0xfd, 0x3a, 0x5e, 0x5d, 0x89, 0x42, 0xe8, - 0x3c, 0x79, 0x55, 0xfd, 0xbe, 0x32, 0x69, 0x42, 0x5d, 0x3f, 0xdf, 0xe8, 0x6f, 0x03, 0x5a, 0x3b, - 0x25, 0xf0, 0x14, 0x6a, 0xd9, 0xcd, 0x5a, 0x68, 0x8a, 0xde, 0xc1, 0xc1, 0x83, 0xe4, 0xbb, 0x0d, - 0xa2, 0x9b, 0xb5, 0x60, 0x7a, 0x1e, 0x63, 0xa8, 0x5d, 0xc8, 0xf9, 0xb6, 0x5f, 0x1d, 0x1a, 0xfb, - 0x6d, 0xa6, 0xe3, 0xd1, 0xef, 0x06, 0x74, 0xcb, 0x50, 0xfc, 0x02, 0x06, 0x47, 0xfe, 0x84, 0x93, - 0x19, 0xf1, 0x22, 0x1e, 0xbd, 0x0d, 0x08, 0x3f, 0xf5, 0xc2, 0x80, 0xd8, 0x74, 0x4a, 0x89, 0x83, - 0x1e, 0xe1, 0x1e, 0x00, 0x75, 0x03, 0x46, 0xc2, 0x90, 0xfa, 0x1e, 0xaa, 0xe0, 0x16, 0xd4, 0x66, - 0x94, 0xfc, 0x84, 0xaa, 0xf8, 0x31, 0xec, 0xa9, 0x88, 0x33, 0xe2, 0x50, 0x46, 0xec, 0x08, 0x19, - 0xf8, 0x29, 0x3c, 0xb6, 0x82, 0xe0, 0x84, 0xda, 0x56, 0x44, 0x7d, 0x8f, 0x87, 0x91, 0xc5, 0x22, - 0x54, 0xc3, 0x1f, 0x03, 0x2e, 0x97, 0xa7, 0xd4, 0xa3, 0xe1, 0x21, 0xaa, 0xe3, 0x21, 0x3c, 0x2b, - 0xd7, 0x7f, 0x3c, 0xa5, 0xf6, 0x31, 0x0f, 0x4f, 0x27, 0x2e, 0xcd, 0xb7, 0x35, 0x70, 0x1f, 0x9e, - 0x94, 0x11, 0xb7, 0xab, 0x9a, 0xf8, 0x33, 0x78, 0xfe, 0x9f, 0x55, 0x7c, 0xca, 0x7c, 0x97, 0x87, - 0xc4, 0x62, 0xf6, 0x21, 0x6a, 0xe1, 0xcf, 0x61, 0xf8, 0xbe, 0xe1, 0x3b, 0xa8, 0xb6, 0x12, 0xa0, - 0x8c, 0xb2, 0x7d, 0x37, 0xb0, 0xbc, 0xb7, 0xf9, 0x19, 0x11, 0x02, 0xdc, 0x85, 0xd6, 0xc4, 0xf7, - 0x8f, 0x5d, 0x8b, 0x1d, 0xa3, 0x0e, 0x46, 0xd0, 0xf5, 0xfc, 0x88, 0x4e, 0x0b, 0x38, 0xea, 0xe2, - 0x36, 0xd4, 0x0f, 0x29, 0x23, 0x0e, 0xda, 0xc3, 0x1d, 0x68, 0x86, 0x4a, 0x46, 0x7b, 0x86, 0x7a, - 0x4a, 0x0b, 0xea, 0x45, 0x84, 0x69, 0x8d, 0xde, 0x30, 0xcb, 0x8b, 0x88, 0x83, 0x3e, 0xc2, 0x18, - 0x7a, 0x9e, 0x1f, 0x71, 0xdd, 0x22, 0xa1, 0xaa, 0xa1, 0xd1, 0x6f, 0x06, 0x74, 0xcb, 0xee, 0xc5, - 0xde, 0x1d, 0x07, 0xbc, 0x7a, 0xb0, 0xed, 0xef, 0x24, 0x25, 0x27, 0x0c, 0xa0, 0x55, 0xbc, 0x0d, - 0x3b, 0x37, 0xdc, 0xe6, 0xf8, 0x29, 0x34, 0xd4, 0x1b, 0x9b, 0x2c, 0xfa, 0x46, 0x6e, 0xcf, 0x0b, - 0x39, 0xa7, 0x8b, 0xd1, 0x5f, 0x15, 0x40, 0xff, 0x66, 0xc3, 0x23, 0x78, 0x11, 0x30, 0x7f, 0x4a, - 0x4f, 0xc8, 0x87, 0x18, 0xa6, 0xac, 0xa4, 0xa1, 0xec, 0x63, 0xfb, 0xae, 0xab, 0x58, 0x2c, 0xc7, - 0x21, 0x0e, 0xaa, 0xa9, 0x51, 0xe2, 0x5a, 0xf4, 0x84, 0x2b, 0x15, 0x51, 0x5d, 0x41, 0x18, 0x09, - 0x4f, 0x5d, 0xc2, 0x15, 0x03, 0x71, 0x50, 0x43, 0x41, 0x2c, 0xc7, 0xe1, 0x91, 0xcf, 0x8f, 0xfc, - 0x09, 0x6a, 0x2a, 0x0b, 0x05, 0x7e, 0x48, 0x23, 0x3a, 0x23, 0x9c, 0x11, 0xcb, 0xd6, 0xbf, 0x61, - 0xe4, 0xf3, 0xe2, 0x4c, 0xd4, 0x52, 0x08, 0x8f, 0xbc, 0xb1, 0xfe, 0x17, 0xd1, 0xc6, 0x00, 0x8d, - 0xd0, 0x66, 0x84, 0x78, 0x08, 0x26, 0xef, 0xe0, 0xe5, 0x99, 0xbc, 0xbc, 0x4f, 0xf0, 0x09, 0x68, - 0x3d, 0x02, 0xf5, 0x1d, 0x0c, 0x2a, 0x3f, 0x5b, 0x05, 0x74, 0x29, 0x57, 0x71, 0xba, 0x34, 0xe5, - 0x66, 0x39, 0x5e, 0x8a, 0x54, 0x7f, 0x25, 0xc7, 0x79, 0x2b, 0x5e, 0x27, 0xdb, 0xf7, 0xfe, 0x37, - 0xbc, 0xce, 0xd3, 0x3f, 0xaa, 0x86, 0x1d, 0x85, 0xf3, 0x86, 0x9e, 0xf9, 0xe6, 0x9f, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x0a, 0x67, 0xd0, 0x69, 0x4e, 0x06, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/event.proto", fileDescriptor_event_30ed8ed0b5821da9) +} + +var fileDescriptor_event_30ed8ed0b5821da9 = []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, + 0x8d, 0x2d, 0x0a, 0x57, 0xf4, 0xca, 0x71, 0x36, 0x64, 0xdb, 0xc6, 0x36, 0x6b, 0xb7, 0xa8, 0x5c, + 0x60, 0x39, 0xcd, 0x36, 0x72, 0x95, 0x7a, 0x4d, 0xe2, 0x56, 0xf4, 0x35, 0x78, 0x04, 0x1e, 0x86, + 0xc7, 0xe1, 0x05, 0xb8, 0x41, 0x5e, 0x3b, 0x91, 0x0b, 0x55, 0x55, 0x71, 0xb7, 0x33, 0x73, 0xe6, + 0xcc, 0x99, 0xd1, 0xb1, 0xe1, 0xe5, 0x54, 0x88, 0xe9, 0x8c, 0xab, 0x67, 0x33, 0x71, 0x35, 0x51, + 0x23, 0x6f, 0xc6, 0x83, 0x48, 0xbd, 0x7e, 0x3b, 0xe6, 0x91, 0xf7, 0x5a, 0xe5, 0xd7, 0x3c, 0x88, + 0x94, 0x70, 0x2e, 0x22, 0x81, 0x9f, 0x26, 0x40, 0x45, 0x02, 0x95, 0x04, 0xa8, 0xa4, 0xc0, 0xf6, + 0x66, 0xca, 0xe2, 0x85, 0xbe, 0xea, 0x05, 0x81, 0x88, 0xbc, 0xc8, 0x17, 0xc1, 0x22, 0x69, 0x6d, + 0xef, 0xa4, 0x55, 0x19, 0x8d, 0xaf, 0xce, 0xd5, 0xc8, 0xbf, 0xe4, 0x8b, 0xc8, 0xbb, 0x0c, 0x13, + 0x40, 0xf7, 0x47, 0x1e, 0xea, 0xfa, 0xcc, 0xe7, 0x41, 0x44, 0xe2, 0x89, 0x78, 0x0b, 0x60, 0xce, + 0xbf, 0x5c, 0xf1, 0x45, 0xe4, 0xfa, 0x93, 0x56, 0xae, 0x93, 0xdb, 0xad, 0xb1, 0x5a, 0x9a, 0xa1, + 0x13, 0xfc, 0x04, 0xaa, 0x52, 0x59, 0x5c, 0xcc, 0xcb, 0x62, 0x45, 0xc6, 0x74, 0x82, 0xf7, 0xa1, + 0x7e, 0x36, 0xe7, 0x5e, 0xc4, 0xdd, 0x78, 0x46, 0xab, 0xd8, 0xc9, 0xed, 0xd6, 0xf7, 0xda, 0x4a, + 0xaa, 0x7d, 0x29, 0x40, 0x71, 0x96, 0x02, 0x18, 0x24, 0xf0, 0x38, 0x81, 0xfb, 0x50, 0xbb, 0x10, + 0x63, 0x57, 0x72, 0xb5, 0x4a, 0xb2, 0xf5, 0x85, 0x72, 0xcf, 0xda, 0xca, 0x81, 0x18, 0x4b, 0xc1, + 0xc3, 0x35, 0x56, 0xbd, 0x48, 0xdf, 0xd8, 0x82, 0xf5, 0x70, 0x2e, 0xce, 0xfd, 0x19, 0x4f, 0x99, + 0xca, 0x92, 0xe9, 0xd5, 0xbd, 0x4c, 0x56, 0xd2, 0xb1, 0x64, 0x6b, 0x84, 0x99, 0x18, 0xef, 0x40, + 0x3d, 0xd9, 0x37, 0x10, 0x11, 0x5f, 0xb4, 0x6a, 0x72, 0x65, 0x90, 0x29, 0x23, 0xce, 0xf4, 0x2a, + 0x50, 0x92, 0x51, 0xf7, 0x57, 0x01, 0xaa, 0x4b, 0x51, 0x78, 0x00, 0xc5, 0xe8, 0x26, 0xe4, 0xf2, + 0x7e, 0xcd, 0xbd, 0xbd, 0x07, 0x6d, 0xb2, 0x7a, 0x38, 0x37, 0x21, 0x67, 0xb2, 0x1f, 0x63, 0x28, + 0x5e, 0x88, 0xf1, 0xa2, 0x95, 0xef, 0x14, 0x76, 0x6b, 0x4c, 0xbe, 0xbb, 0xdf, 0x0a, 0xd0, 0xc8, + 0x42, 0xf1, 0x36, 0xb4, 0x0f, 0xcc, 0x9e, 0x4b, 0x4e, 0x88, 0xe1, 0xb8, 0xce, 0xa9, 0x45, 0xdc, + 0x63, 0xc3, 0xb6, 0x88, 0x4e, 0x07, 0x94, 0xf4, 0xd1, 0x1a, 0x6e, 0x02, 0xd0, 0x91, 0xc5, 0x88, + 0x6d, 0x53, 0xd3, 0x40, 0x39, 0x5c, 0x85, 0xe2, 0x09, 0x25, 0x1f, 0x51, 0x1e, 0x6f, 0xc0, 0x7a, + 0xfc, 0x72, 0x19, 0xe9, 0x53, 0x46, 0x74, 0x07, 0x15, 0xf0, 0x23, 0xd8, 0xd0, 0x2c, 0xeb, 0x88, + 0xea, 0x9a, 0x43, 0x4d, 0xc3, 0xb5, 0x1d, 0x8d, 0x39, 0xa8, 0x88, 0x1f, 0x03, 0xce, 0xa6, 0x07, + 0xd4, 0xa0, 0xf6, 0x10, 0x95, 0x70, 0x07, 0x36, 0xb3, 0xf9, 0x0f, 0xc7, 0x54, 0x3f, 0x74, 0xed, + 0xe3, 0xde, 0x88, 0x26, 0xd3, 0xca, 0xb8, 0x05, 0xff, 0x67, 0x11, 0xab, 0x51, 0x15, 0xfc, 0x0c, + 0xb6, 0xfe, 0x1a, 0xe5, 0x0e, 0x98, 0x39, 0x72, 0x6d, 0xa2, 0x31, 0x7d, 0x88, 0xaa, 0xf8, 0x39, + 0x74, 0xee, 0x6a, 0xbe, 0x85, 0xaa, 0xc5, 0x07, 0xc8, 0xa2, 0x74, 0x73, 0x64, 0x69, 0xc6, 0x69, + 0x22, 0xc3, 0x41, 0x80, 0x1b, 0x50, 0xed, 0x99, 0xe6, 0xe1, 0x48, 0x63, 0x87, 0xa8, 0x8e, 0x11, + 0x34, 0x0c, 0xd3, 0xa1, 0x83, 0x14, 0x8e, 0x1a, 0xb8, 0x06, 0xa5, 0x21, 0x65, 0xa4, 0x8f, 0xd6, + 0x71, 0x1d, 0x2a, 0x76, 0x7c, 0x46, 0xfd, 0x04, 0x35, 0xe3, 0x5b, 0x50, 0xc3, 0x21, 0x4c, 0xde, + 0xe8, 0x3d, 0xd3, 0x0c, 0x87, 0xf4, 0xd1, 0x7f, 0x18, 0x43, 0xd3, 0x30, 0x1d, 0x57, 0x96, 0x88, + 0x1d, 0xe7, 0x50, 0xf7, 0x67, 0x0e, 0x1a, 0x59, 0x23, 0x61, 0xe3, 0x96, 0x03, 0xde, 0x3d, 0xd8, + 0x81, 0xb7, 0x82, 0x8c, 0x13, 0xda, 0x50, 0x4d, 0x8d, 0xb9, 0x74, 0xc3, 0x2a, 0x5e, 0xb9, 0xa4, + 0x9c, 0x71, 0xc9, 0x67, 0x40, 0x7f, 0x32, 0xe1, 0x2e, 0x6c, 0x5b, 0xcc, 0x1c, 0xd0, 0x23, 0xf2, + 0x2f, 0x66, 0xc9, 0x5e, 0xb1, 0xd0, 0xfb, 0x0a, 0x3b, 0x67, 0xe2, 0xf2, 0xbe, 0xb5, 0x7a, 0x20, + 0x27, 0x5b, 0xf1, 0x87, 0x6f, 0xe5, 0x3e, 0x69, 0x29, 0x74, 0x2a, 0x66, 0x5e, 0x30, 0x55, 0xc4, + 0x7c, 0xaa, 0x4e, 0x79, 0x20, 0x7f, 0x0b, 0x6a, 0x52, 0xf2, 0x42, 0x7f, 0x71, 0xe7, 0xcf, 0x70, + 0x3f, 0x09, 0xbf, 0xe7, 0x0b, 0xba, 0x63, 0x8f, 0xcb, 0xb2, 0xe7, 0xcd, 0xef, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x6c, 0x1e, 0x6f, 0x92, 0x3f, 0x05, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/event_service.pb.go b/googleapis/cloud/talent/v4beta1/event_service.pb.go index bb1331fc84b079b582c47beb580f4a698bba8685..6b32073d3f232d5e3e83189f27912ea9ff4422f9 100644 --- a/googleapis/cloud/talent/v4beta1/event_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/event_service.pb.go @@ -26,7 +26,15 @@ const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // The report event request. type CreateClientEventRequest struct { - // Parent project name. + // Required. + // + // Resource name of the tenant under which the event is created. + // + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". + // + // Tenant id is optional and a default tenant is created if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. // @@ -42,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_b04292c82e024b7f, []int{0} + return fileDescriptor_event_service_7569293ff9f9114d, []int{0} } func (m *CreateClientEventRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateClientEventRequest.Unmarshal(m, b) @@ -167,29 +175,30 @@ var _EventService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/event_service.proto", fileDescriptor_event_service_b04292c82e024b7f) -} - -var fileDescriptor_event_service_b04292c82e024b7f = []byte{ - // 313 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, 0xce, 0xc9, 0x2f, 0x4d, 0xd1, 0x2f, 0x49, 0xcc, 0x49, 0xcd, 0x2b, 0xd1, - 0x2f, 0x33, 0x49, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x2d, 0x4b, 0xcd, 0x2b, 0x89, 0x2f, 0x4e, - 0x2d, 0x2a, 0xcb, 0x4c, 0x4e, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x92, 0x86, 0x68, 0xd0, - 0x03, 0x6b, 0xd0, 0x83, 0x68, 0xd0, 0x83, 0x6a, 0x90, 0x92, 0x81, 0x9a, 0x96, 0x58, 0x90, 0xa9, - 0x9f, 0x98, 0x97, 0x97, 0x5f, 0x92, 0x58, 0x92, 0x99, 0x9f, 0x57, 0x0c, 0xd1, 0x2a, 0xa5, 0x4e, - 0xd0, 0x2e, 0x88, 0x42, 0xa5, 0x7a, 0x2e, 0x09, 0xe7, 0xa2, 0xd4, 0xc4, 0x92, 0x54, 0xe7, 0x9c, - 0xcc, 0xd4, 0xbc, 0x12, 0x57, 0x90, 0x54, 0x50, 0x6a, 0x61, 0x69, 0x6a, 0x71, 0x89, 0x90, 0x18, - 0x17, 0x5b, 0x41, 0x62, 0x51, 0x6a, 0x5e, 0x89, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x10, 0x94, - 0x27, 0xe4, 0xcd, 0xc5, 0x93, 0x0c, 0x56, 0x1d, 0x0f, 0x36, 0x49, 0x82, 0x49, 0x81, 0x51, 0x83, - 0xdb, 0x48, 0x43, 0x0f, 0x8f, 0x73, 0xf5, 0x90, 0x8d, 0xe7, 0x4e, 0x46, 0x70, 0x8c, 0x76, 0x33, - 0x72, 0xf1, 0x80, 0x59, 0xc1, 0x10, 0xbf, 0x0b, 0xad, 0x62, 0xe4, 0x12, 0xc4, 0x70, 0x92, 0x90, - 0x29, 0x7e, 0xd3, 0x71, 0x78, 0x41, 0x8a, 0x68, 0x47, 0x29, 0x99, 0x34, 0x5d, 0x7e, 0x32, 0x99, - 0x49, 0x4f, 0x49, 0x13, 0x1e, 0x4c, 0xd5, 0x10, 0xef, 0xda, 0x16, 0x14, 0xe5, 0x67, 0xa5, 0x26, - 0x97, 0x14, 0xeb, 0x6b, 0xd5, 0xea, 0x23, 0xb9, 0xbc, 0xd8, 0x8a, 0x51, 0xcb, 0xa9, 0x9e, 0x4b, - 0x3e, 0x39, 0x3f, 0x17, 0x9f, 0x25, 0x4e, 0x82, 0xc8, 0xbe, 0x0b, 0x00, 0x05, 0x7a, 0x00, 0x63, - 0x94, 0x23, 0x54, 0x47, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e, 0x51, 0xba, 0x7e, 0x7a, - 0x6a, 0x1e, 0x38, 0x4a, 0xa0, 0xc9, 0x24, 0xb1, 0x20, 0xb3, 0x18, 0x6b, 0xf4, 0x59, 0x43, 0xb8, - 0x8b, 0x98, 0x98, 0x9d, 0x43, 0x82, 0x93, 0xd8, 0xc0, 0x7a, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, - 0xff, 0x82, 0xde, 0x1c, 0xf0, 0x5d, 0x02, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/event_service.proto", fileDescriptor_event_service_7569293ff9f9114d) +} + +var fileDescriptor_event_service_7569293ff9f9114d = []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, + 0x62, 0x37, 0x82, 0x36, 0x1a, 0x0b, 0x21, 0x56, 0x36, 0x04, 0xac, 0x68, 0xc8, 0x72, 0x4e, 0xce, + 0x33, 0xe7, 0xec, 0xb9, 0x3b, 0xd0, 0x18, 0x43, 0xe2, 0x2b, 0xf8, 0x06, 0xbe, 0x92, 0xaf, 0xc0, + 0x2b, 0xd8, 0x1b, 0x76, 0x2f, 0x7a, 0x09, 0x7a, 0xda, 0xcd, 0xe4, 0xe6, 0xf7, 0xdd, 0xf7, 0xcd, + 0x2c, 0x97, 0xb1, 0xd6, 0x71, 0x0a, 0x32, 0x4a, 0xf5, 0xe2, 0x46, 0x92, 0x4a, 0x01, 0x49, 0x2e, + 0x8f, 0xe7, 0x40, 0xea, 0x48, 0xc2, 0x12, 0x90, 0x66, 0x16, 0xcc, 0x32, 0x89, 0x40, 0x64, 0x46, + 0x93, 0x0e, 0x76, 0x3d, 0x20, 0x1c, 0x20, 0x3c, 0x20, 0x72, 0xa0, 0xb5, 0x97, 0xab, 0xa9, 0x2c, + 0x91, 0x0a, 0x51, 0x93, 0xa2, 0x44, 0xa3, 0xf5, 0x68, 0xeb, 0xe0, 0xd7, 0x7f, 0xf9, 0xc1, 0x70, + 0xc5, 0x9b, 0x43, 0x03, 0x8a, 0x60, 0x98, 0x26, 0x80, 0x74, 0xb9, 0xf9, 0x34, 0x86, 0x87, 0x05, + 0x58, 0x0a, 0x76, 0x78, 0x35, 0x53, 0x06, 0x90, 0x9a, 0xac, 0xcd, 0x3a, 0xff, 0xc7, 0x79, 0x17, + 0x5c, 0xf1, 0x7a, 0xe4, 0xa6, 0x67, 0x4e, 0xa9, 0x59, 0x69, 0xb3, 0x4e, 0xad, 0xd7, 0x11, 0x25, + 0x76, 0x45, 0x51, 0xbe, 0x16, 0x7d, 0x35, 0xbd, 0x77, 0xc6, 0xeb, 0xae, 0x9a, 0xf8, 0xec, 0xc1, + 0x9a, 0xf1, 0xc6, 0x96, 0xa5, 0xe0, 0xa4, 0x5c, 0xfd, 0x87, 0x08, 0xad, 0x3f, 0x9b, 0x0a, 0xf1, + 0xf9, 0x6d, 0xfd, 0x52, 0xb9, 0x0d, 0xfb, 0x9f, 0x6b, 0x7a, 0xf4, 0x71, 0xcf, 0x33, 0xa3, 0xef, + 0x20, 0x22, 0x2b, 0xbb, 0x92, 0x00, 0x15, 0x6e, 0xaa, 0x27, 0x59, 0xc8, 0x60, 0x4f, 0x59, 0x77, + 0x2a, 0xc2, 0xc3, 0x12, 0x72, 0x6b, 0x7e, 0xb0, 0xe2, 0xfb, 0x91, 0xbe, 0x2f, 0xb3, 0x37, 0x68, + 0x14, 0xf7, 0x32, 0xda, 0x9c, 0x6b, 0xc4, 0xa6, 0x17, 0x39, 0x11, 0xeb, 0x54, 0x61, 0x2c, 0xb4, + 0x89, 0x65, 0x0c, 0xe8, 0x8e, 0x99, 0x3f, 0x30, 0x95, 0x25, 0xf6, 0xdb, 0xc3, 0x9f, 0xf9, 0xf6, + 0xb5, 0xf2, 0x6f, 0x78, 0x3d, 0x99, 0x57, 0x1d, 0xd3, 0xff, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb3, + 0x27, 0x4c, 0x92, 0x97, 0x02, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/filters.pb.go b/googleapis/cloud/talent/v4beta1/filters.pb.go index c2a2422d31fcca010a313d20acfe9971d4e86537..ca33bd2a1b5e2e23ed91c4642205b0d172925237 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_9504d8acbf3fff11, []int{2, 0} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{2, 0} } // Specify the type of filtering. @@ -116,7 +116,7 @@ func (x CompensationFilter_FilterType) String() string { return proto.EnumName(CompensationFilter_FilterType_name, int32(x)) } func (CompensationFilter_FilterType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{3, 0} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{3, 0} } // The traffic density to use when calculating commute time. @@ -146,7 +146,7 @@ func (x CommuteFilter_RoadTraffic) String() string { return proto.EnumName(CommuteFilter_RoadTraffic_name, int32(x)) } func (CommuteFilter_RoadTraffic) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{4, 0} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{4, 0} } // Enum indicating which set of @@ -185,7 +185,7 @@ func (x EmployerFilter_EmployerFilterMode) String() string { return proto.EnumName(EmployerFilter_EmployerFilterMode_name, int32(x)) } func (EmployerFilter_EmployerFilterMode) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{7, 0} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{7, 0} } // Time fields can be used in TimeFilter. @@ -215,7 +215,7 @@ func (x TimeFilter_TimeField) String() string { return proto.EnumName(TimeFilter_TimeField_name, int32(x)) } func (TimeFilter_TimeField) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{15, 0} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{15, 0} } // Input only. @@ -239,11 +239,15 @@ type JobQuery struct { // If multiple values are specified, jobs are searched against the // companies specified. // - // The format is "projects/{project_id}/companies/{company_id}", for example, - // "projects/api-test-project/companies/foo". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for + // example, "projects/api-test-project/tenants/foo/companies/bar". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/companies/bar". // // At most 20 company filters are allowed. - CompanyNames []string `protobuf:"bytes,2,rep,name=company_names,json=companyNames,proto3" json:"company_names,omitempty"` + Companies []string `protobuf:"bytes,2,rep,name=companies,proto3" json:"companies,omitempty"` // Optional. // // The location filter specifies geo-regions containing the jobs to @@ -382,7 +386,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_9504d8acbf3fff11, []int{0} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{0} } func (m *JobQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobQuery.Unmarshal(m, b) @@ -409,9 +413,9 @@ func (m *JobQuery) GetQuery() string { return "" } -func (m *JobQuery) GetCompanyNames() []string { +func (m *JobQuery) GetCompanies() []string { if m != nil { - return m.CompanyNames + return m.Companies } return nil } @@ -608,9 +612,9 @@ type ProfileQuery struct { ApplicationDateFilters []*ApplicationDateFilter `protobuf:"bytes,10,rep,name=application_date_filters,json=applicationDateFilters,proto3" json:"application_date_filters,omitempty"` // Optional. // - // The application outcome reason filters specify the reasons for outcome of + // The application outcome notes filters specify the notes for the outcome of // the job application. - ApplicationOutcomeReasonFilters []*ApplicationOutcomeReasonFilter `protobuf:"bytes,11,rep,name=application_outcome_reason_filters,json=applicationOutcomeReasonFilters,proto3" json:"application_outcome_reason_filters,omitempty"` + ApplicationOutcomeNotesFilters []*ApplicationOutcomeNotesFilter `protobuf:"bytes,11,rep,name=application_outcome_notes_filters,json=applicationOutcomeNotesFilters,proto3" json:"application_outcome_notes_filters,omitempty"` // Optional. // // The application last stage filters specify the last stage of job @@ -632,9 +636,13 @@ type ProfileQuery struct { // // The syntax for this expression is a subset of Google SQL syntax. // - // Supported operators are: =, != where the left of the operator is a custom - // field key and the right of the operator is a string (surrounded by quotes) - // value. + // String custom attributes: supported operators are =, != where the left of + // the operator is a custom field key and the right of the operator is a + // string (surrounded by quotes) value. + // + // Numeric custom attributes: Supported operators are '>', '<' or '=' + // operators where the left of the operator is a custom field key and the + // right of the operator is a numeric value. // // Supported functions are LOWER(<field_name>) to // perform case insensitive match and EMPTY(<field_name>) to filter on the @@ -657,7 +665,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_9504d8acbf3fff11, []int{1} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{1} } func (m *ProfileQuery) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ProfileQuery.Unmarshal(m, b) @@ -747,9 +755,9 @@ func (m *ProfileQuery) GetApplicationDateFilters() []*ApplicationDateFilter { return nil } -func (m *ProfileQuery) GetApplicationOutcomeReasonFilters() []*ApplicationOutcomeReasonFilter { +func (m *ProfileQuery) GetApplicationOutcomeNotesFilters() []*ApplicationOutcomeNotesFilter { if m != nil { - return m.ApplicationOutcomeReasonFilters + return m.ApplicationOutcomeNotesFilters } return nil } @@ -853,7 +861,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_9504d8acbf3fff11, []int{2} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{2} } func (m *LocationFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LocationFilter.Unmarshal(m, b) @@ -945,7 +953,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_9504d8acbf3fff11, []int{3} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{3} } func (m *CompensationFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CompensationFilter.Unmarshal(m, b) @@ -1035,7 +1043,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_9504d8acbf3fff11, []int{4} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{4} } func (m *CommuteFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CommuteFilter.Unmarshal(m, b) @@ -1211,7 +1219,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_9504d8acbf3fff11, []int{5} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{5} } func (m *JobTitleFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobTitleFilter.Unmarshal(m, b) @@ -1267,7 +1275,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_9504d8acbf3fff11, []int{6} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{6} } func (m *SkillFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SkillFilter.Unmarshal(m, b) @@ -1332,7 +1340,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_9504d8acbf3fff11, []int{7} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{7} } func (m *EmployerFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmployerFilter.Unmarshal(m, b) @@ -1407,7 +1415,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_9504d8acbf3fff11, []int{8} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{8} } func (m *EducationFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EducationFilter.Unmarshal(m, b) @@ -1482,7 +1490,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_9504d8acbf3fff11, []int{9} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{9} } func (m *WorkExperienceFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_WorkExperienceFilter.Unmarshal(m, b) @@ -1521,7 +1529,7 @@ func (m *WorkExperienceFilter) GetMaxExperience() *duration.Duration { // Application Date Range Filter. // // The API matches profiles with -// [JobApplication.application_date][google.cloud.talent.v4beta1.JobApplication.application_date] +// [Application.application_date][google.cloud.talent.v4beta1.Application.application_date] // between start date and end date (both boundaries are inclusive). The filter // is ignored if both // [start_date][google.cloud.talent.v4beta1.ApplicationDateFilter.start_date] @@ -1547,7 +1555,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_9504d8acbf3fff11, []int{10} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{10} } func (m *ApplicationDateFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationDateFilter.Unmarshal(m, b) @@ -1583,18 +1591,18 @@ func (m *ApplicationDateFilter) GetEndDate() *date.Date { // Input only. // -// Outcome Reason Filter. -type ApplicationOutcomeReasonFilter struct { +// Outcome Notes Filter. +type ApplicationOutcomeNotesFilter struct { // Required. // // User entered or selected outcome reason. The API does an exact match on the - // [JobApplication.outcome_reason][google.cloud.talent.v4beta1.JobApplication.outcome_reason] + // [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] // in profiles. - OutcomeReason string `protobuf:"bytes,1,opt,name=outcome_reason,json=outcomeReason,proto3" json:"outcome_reason,omitempty"` + OutcomeNotes string `protobuf:"bytes,1,opt,name=outcome_notes,json=outcomeNotes,proto3" json:"outcome_notes,omitempty"` // Optional. // // If true, The API excludes all candidates with any - // [JobApplication.outcome_reason][google.cloud.talent.v4beta1.JobApplication.outcome_reason] + // [Application.outcome_notes][google.cloud.talent.v4beta1.Application.outcome_notes] // matching the outcome reason specified in the filter. Negated bool `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -1602,38 +1610,38 @@ type ApplicationOutcomeReasonFilter struct { XXX_sizecache int32 `json:"-"` } -func (m *ApplicationOutcomeReasonFilter) Reset() { *m = ApplicationOutcomeReasonFilter{} } -func (m *ApplicationOutcomeReasonFilter) String() string { return proto.CompactTextString(m) } -func (*ApplicationOutcomeReasonFilter) ProtoMessage() {} -func (*ApplicationOutcomeReasonFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{11} +func (m *ApplicationOutcomeNotesFilter) Reset() { *m = ApplicationOutcomeNotesFilter{} } +func (m *ApplicationOutcomeNotesFilter) String() string { return proto.CompactTextString(m) } +func (*ApplicationOutcomeNotesFilter) ProtoMessage() {} +func (*ApplicationOutcomeNotesFilter) Descriptor() ([]byte, []int) { + return fileDescriptor_filters_19ca36923ce0a2d6, []int{11} } -func (m *ApplicationOutcomeReasonFilter) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ApplicationOutcomeReasonFilter.Unmarshal(m, b) +func (m *ApplicationOutcomeNotesFilter) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ApplicationOutcomeNotesFilter.Unmarshal(m, b) } -func (m *ApplicationOutcomeReasonFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ApplicationOutcomeReasonFilter.Marshal(b, m, deterministic) +func (m *ApplicationOutcomeNotesFilter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ApplicationOutcomeNotesFilter.Marshal(b, m, deterministic) } -func (dst *ApplicationOutcomeReasonFilter) XXX_Merge(src proto.Message) { - xxx_messageInfo_ApplicationOutcomeReasonFilter.Merge(dst, src) +func (dst *ApplicationOutcomeNotesFilter) XXX_Merge(src proto.Message) { + xxx_messageInfo_ApplicationOutcomeNotesFilter.Merge(dst, src) } -func (m *ApplicationOutcomeReasonFilter) XXX_Size() int { - return xxx_messageInfo_ApplicationOutcomeReasonFilter.Size(m) +func (m *ApplicationOutcomeNotesFilter) XXX_Size() int { + return xxx_messageInfo_ApplicationOutcomeNotesFilter.Size(m) } -func (m *ApplicationOutcomeReasonFilter) XXX_DiscardUnknown() { - xxx_messageInfo_ApplicationOutcomeReasonFilter.DiscardUnknown(m) +func (m *ApplicationOutcomeNotesFilter) XXX_DiscardUnknown() { + xxx_messageInfo_ApplicationOutcomeNotesFilter.DiscardUnknown(m) } -var xxx_messageInfo_ApplicationOutcomeReasonFilter proto.InternalMessageInfo +var xxx_messageInfo_ApplicationOutcomeNotesFilter proto.InternalMessageInfo -func (m *ApplicationOutcomeReasonFilter) GetOutcomeReason() string { +func (m *ApplicationOutcomeNotesFilter) GetOutcomeNotes() string { if m != nil { - return m.OutcomeReason + return m.OutcomeNotes } return "" } -func (m *ApplicationOutcomeReasonFilter) GetNegated() bool { +func (m *ApplicationOutcomeNotesFilter) GetNegated() bool { if m != nil { return m.Negated } @@ -1648,13 +1656,12 @@ type ApplicationLastStageFilter struct { // // User entered or selected last stage the candidate reached in the // application. The API does an exact match on the - // [JobApplication.last_stage][google.cloud.talent.v4beta1.JobApplication.last_stage] - // in profiles. + // [Application.last_stage][] in profiles. LastStage string `protobuf:"bytes,1,opt,name=last_stage,json=lastStage,proto3" json:"last_stage,omitempty"` // Optional. // If true, The API excludes all candidates with any - // [JobApplication.last_stage][google.cloud.talent.v4beta1.JobApplication.last_stage] - // matching the last stage specified in the filter. + // [Application.last_stage][] matching the last stage specified in the + // filter. Negated bool `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1665,7 +1672,7 @@ func (m *ApplicationLastStageFilter) Reset() { *m = ApplicationLastStage func (m *ApplicationLastStageFilter) String() string { return proto.CompactTextString(m) } func (*ApplicationLastStageFilter) ProtoMessage() {} func (*ApplicationLastStageFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{12} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{12} } func (m *ApplicationLastStageFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationLastStageFilter.Unmarshal(m, b) @@ -1707,28 +1714,25 @@ type ApplicationJobFilter struct { // // The job resource name in the application. The API does an exact match on // the [Job.name][google.cloud.talent.v4beta1.Job.name] of - // [JobApplication.job][google.cloud.talent.v4beta1.JobApplication.job] in - // profiles. - JobName string `protobuf:"bytes,1,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"` + // [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles. + Job string `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` // Optional. // // The job requisition id in the application. The API does an exact match on // the [Job.requisistion_id][] of - // [JobApplication.job][google.cloud.talent.v4beta1.JobApplication.job] in - // profiles. + // [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles. JobRequisitionId string `protobuf:"bytes,2,opt,name=job_requisition_id,json=jobRequisitionId,proto3" json:"job_requisition_id,omitempty"` // Optional. // // The job title in the application. The API does an exact match on the // [Job.title][google.cloud.talent.v4beta1.Job.title] of - // [JobApplication.job][google.cloud.talent.v4beta1.JobApplication.job] in - // profiles. + // [Application.job][google.cloud.talent.v4beta1.Application.job] in profiles. JobTitle string `protobuf:"bytes,3,opt,name=job_title,json=jobTitle,proto3" json:"job_title,omitempty"` // Optional. // // If true, the API excludes all profiles with any - // [JobApplication.job][google.cloud.talent.v4beta1.JobApplication.job] - // matching the filters. + // [Application.job][google.cloud.talent.v4beta1.Application.job] matching the + // filters. Negated bool `protobuf:"varint,4,opt,name=negated,proto3" json:"negated,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1739,7 +1743,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_9504d8acbf3fff11, []int{13} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{13} } func (m *ApplicationJobFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationJobFilter.Unmarshal(m, b) @@ -1759,9 +1763,9 @@ func (m *ApplicationJobFilter) XXX_DiscardUnknown() { var xxx_messageInfo_ApplicationJobFilter proto.InternalMessageInfo -func (m *ApplicationJobFilter) GetJobName() string { +func (m *ApplicationJobFilter) GetJob() string { if m != nil { - return m.JobName + return m.Job } return "" } @@ -1789,18 +1793,20 @@ func (m *ApplicationJobFilter) GetNegated() bool { // Input only. // -// Filter on status of Application. +// Filter on state of Application. type ApplicationStatusFilter struct { // Required. // - // User entered or selected application status. The API does an exact match - // between the application status specified in this filter and the - // [JobApplication.status][] in profiles. - ApplicationStatus JobApplication_ApplicationStatus `protobuf:"varint,1,opt,name=application_status,json=applicationStatus,proto3,enum=google.cloud.talent.v4beta1.JobApplication_ApplicationStatus" json:"application_status,omitempty"` + // User entered or selected application state. The API does an exact match + // between the application state specified in this filter and the + // [Application.state][google.cloud.talent.v4beta1.Application.state] in + // profiles. + ApplicationState Application_ApplicationState `protobuf:"varint,1,opt,name=application_state,json=applicationState,proto3,enum=google.cloud.talent.v4beta1.Application_ApplicationState" json:"application_state,omitempty"` // Optional. // - // If true, The API excludes all candidates with any [JobApplication.status][] - // matching the status specified in the filter. + // If true, The API excludes all candidates with any + // [Application.state][google.cloud.talent.v4beta1.Application.state] matching + // the state specified in the filter. Negated bool `protobuf:"varint,2,opt,name=negated,proto3" json:"negated,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -1811,7 +1817,7 @@ func (m *ApplicationStatusFilter) Reset() { *m = ApplicationStatusFilter func (m *ApplicationStatusFilter) String() string { return proto.CompactTextString(m) } func (*ApplicationStatusFilter) ProtoMessage() {} func (*ApplicationStatusFilter) Descriptor() ([]byte, []int) { - return fileDescriptor_filters_9504d8acbf3fff11, []int{14} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{14} } func (m *ApplicationStatusFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ApplicationStatusFilter.Unmarshal(m, b) @@ -1831,11 +1837,11 @@ func (m *ApplicationStatusFilter) XXX_DiscardUnknown() { var xxx_messageInfo_ApplicationStatusFilter proto.InternalMessageInfo -func (m *ApplicationStatusFilter) GetApplicationStatus() JobApplication_ApplicationStatus { +func (m *ApplicationStatusFilter) GetApplicationState() Application_ApplicationState { if m != nil { - return m.ApplicationStatus + return m.ApplicationState } - return JobApplication_APPLICATION_STATUS_UNSPECIFIED + return Application_APPLICATION_STATE_UNSPECIFIED } func (m *ApplicationStatusFilter) GetNegated() bool { @@ -1877,7 +1883,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_9504d8acbf3fff11, []int{15} + return fileDescriptor_filters_19ca36923ce0a2d6, []int{15} } func (m *TimeFilter) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimeFilter.Unmarshal(m, b) @@ -1930,7 +1936,7 @@ func init() { proto.RegisterType((*EducationFilter)(nil), "google.cloud.talent.v4beta1.EducationFilter") proto.RegisterType((*WorkExperienceFilter)(nil), "google.cloud.talent.v4beta1.WorkExperienceFilter") proto.RegisterType((*ApplicationDateFilter)(nil), "google.cloud.talent.v4beta1.ApplicationDateFilter") - proto.RegisterType((*ApplicationOutcomeReasonFilter)(nil), "google.cloud.talent.v4beta1.ApplicationOutcomeReasonFilter") + proto.RegisterType((*ApplicationOutcomeNotesFilter)(nil), "google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter") proto.RegisterType((*ApplicationLastStageFilter)(nil), "google.cloud.talent.v4beta1.ApplicationLastStageFilter") proto.RegisterType((*ApplicationJobFilter)(nil), "google.cloud.talent.v4beta1.ApplicationJobFilter") proto.RegisterType((*ApplicationStatusFilter)(nil), "google.cloud.talent.v4beta1.ApplicationStatusFilter") @@ -1943,143 +1949,142 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/filters.proto", fileDescriptor_filters_9504d8acbf3fff11) -} - -var fileDescriptor_filters_9504d8acbf3fff11 = []byte{ - // 2129 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xcf, 0x73, 0xdb, 0xc6, - 0xf5, 0x37, 0x48, 0x59, 0x16, 0x1f, 0x7f, 0x88, 0x5a, 0x5b, 0x12, 0x2d, 0xfb, 0x6b, 0x6b, 0x98, - 0xe4, 0x5b, 0x35, 0xf1, 0x90, 0xb1, 0x9a, 0xa6, 0xd3, 0x64, 0xd2, 0x84, 0x22, 0xa1, 0x9a, 0x1a, - 0xfe, 0x0a, 0x48, 0xc6, 0x75, 0x7a, 0x40, 0x97, 0xc0, 0x92, 0x82, 0x0c, 0x62, 0x11, 0xec, 0x32, - 0x92, 0x3a, 0xbd, 0xf4, 0xd2, 0xe9, 0x5f, 0xd0, 0x43, 0x3b, 0x3d, 0x34, 0xf7, 0x9e, 0x7a, 0xeb, - 0xa1, 0xff, 0x45, 0xff, 0x9f, 0xce, 0x2e, 0x16, 0x24, 0x28, 0x51, 0x90, 0xdc, 0xe9, 0x89, 0x78, - 0xbf, 0x3e, 0xfb, 0xb0, 0xfb, 0xde, 0xdb, 0x0f, 0x08, 0x3f, 0x9e, 0x50, 0x3a, 0x71, 0x49, 0xd5, - 0x72, 0xe9, 0xcc, 0xae, 0x72, 0xec, 0x12, 0x8f, 0x57, 0xbf, 0xff, 0x64, 0x44, 0x38, 0x7e, 0x59, - 0x1d, 0x3b, 0x2e, 0x27, 0x01, 0xab, 0xf8, 0x01, 0xe5, 0x14, 0x3d, 0x09, 0x5d, 0x2b, 0xd2, 0xb5, - 0x12, 0xba, 0x56, 0x94, 0xeb, 0xde, 0x53, 0x85, 0x83, 0x7d, 0xa7, 0x8a, 0x3d, 0x8f, 0x72, 0xcc, - 0x1d, 0xea, 0xa9, 0xd0, 0xbd, 0x83, 0xa4, 0x55, 0x2c, 0x3a, 0x9d, 0x52, 0x4f, 0x79, 0x7e, 0x90, - 0xe4, 0x79, 0x46, 0x47, 0xca, 0x2d, 0x31, 0x6d, 0x3f, 0xa0, 0x63, 0xc7, 0x25, 0xca, 0xf5, 0x99, - 0x72, 0x95, 0xd2, 0x68, 0x36, 0xae, 0xda, 0xb3, 0x40, 0x26, 0xa7, 0xec, 0xcf, 0xaf, 0xda, 0xb9, - 0x33, 0x25, 0x8c, 0xe3, 0xa9, 0x7f, 0x13, 0xc0, 0x79, 0x80, 0x7d, 0x7f, 0xbe, 0x2f, 0x7b, 0x3b, - 0xca, 0xce, 0x2f, 0x7d, 0x52, 0xb5, 0x31, 0x8f, 0x16, 0x2e, 0xc5, 0xf5, 0x2e, 0xe6, 0xae, 0x37, - 0x51, 0x96, 0x27, 0x71, 0x8b, 0x58, 0x8e, 0x8e, 0x6d, 0x7c, 0x19, 0x1a, 0xcb, 0xff, 0x5a, 0x87, - 0x8d, 0x13, 0x3a, 0xfa, 0x7a, 0x46, 0x82, 0x4b, 0xf4, 0x08, 0xee, 0x7f, 0x27, 0x1e, 0x4a, 0xda, - 0xbe, 0x76, 0x90, 0x31, 0x42, 0x01, 0xbd, 0x07, 0x79, 0x8b, 0x4e, 0x7d, 0xec, 0x5d, 0x9a, 0x1e, - 0x9e, 0x12, 0x56, 0x4a, 0xed, 0xa7, 0x0f, 0x32, 0x46, 0x4e, 0x29, 0x3b, 0x42, 0x87, 0xbe, 0x81, - 0xa2, 0x4b, 0x2d, 0xf9, 0xa6, 0xa6, 0x3a, 0xc8, 0x52, 0x7a, 0x3f, 0x7d, 0x90, 0x3d, 0xfc, 0xa8, - 0x92, 0x70, 0x92, 0x95, 0x96, 0x0a, 0x3a, 0x96, 0x31, 0xc6, 0xa6, 0xbb, 0x24, 0x33, 0xd4, 0x85, - 0xc2, 0x19, 0x1d, 0x99, 0x16, 0xe6, 0x64, 0x42, 0x03, 0x87, 0xb0, 0xd2, 0xda, 0x7e, 0xfa, 0xa0, - 0x70, 0x78, 0x90, 0x88, 0x7a, 0x42, 0x47, 0xf5, 0x30, 0xe2, 0xd2, 0xc8, 0x9f, 0xcd, 0x05, 0x87, - 0x30, 0xf4, 0x35, 0x14, 0x44, 0x09, 0xcc, 0x38, 0x51, 0x79, 0x96, 0xee, 0xef, 0x6b, 0x07, 0xd9, - 0xc3, 0x0f, 0x13, 0x01, 0xeb, 0x61, 0x88, 0xca, 0x32, 0x6f, 0xc5, 0x45, 0x74, 0x08, 0xdb, 0xd1, - 0x06, 0xd9, 0x0e, 0xf3, 0x5d, 0x1c, 0x6d, 0xd4, 0xba, 0xdc, 0xa8, 0x87, 0xca, 0xd8, 0x08, 0x6d, - 0xe1, 0x7e, 0xfd, 0x06, 0xa4, 0x9a, 0x78, 0x2c, 0xbe, 0x67, 0xa5, 0x07, 0x32, 0x97, 0xea, 0x6d, - 0xb9, 0xcc, 0xe3, 0x54, 0x42, 0xc8, 0xba, 0xa6, 0x43, 0x9f, 0xc2, 0xae, 0x35, 0x63, 0x9c, 0x4e, - 0x4d, 0xcc, 0x79, 0xe0, 0x8c, 0x62, 0x6f, 0xbc, 0x21, 0x8f, 0x77, 0x3b, 0x34, 0xd7, 0x22, 0xab, - 0x8a, 0xab, 0xc0, 0x43, 0xdb, 0x61, 0x78, 0xe4, 0x12, 0x93, 0xf9, 0xc4, 0x75, 0x4d, 0xeb, 0x94, - 0x58, 0x6f, 0x4b, 0x99, 0x7d, 0xed, 0x60, 0xc3, 0xd8, 0x52, 0xa6, 0xbe, 0xb0, 0xd4, 0x85, 0x41, - 0x9c, 0x3c, 0x99, 0xfa, 0x2e, 0xbd, 0x9c, 0x12, 0x8f, 0x9b, 0xa2, 0xc8, 0x58, 0x09, 0xe4, 0x19, - 0x25, 0x9f, 0xbc, 0x3e, 0x0f, 0x1a, 0x5c, 0xfa, 0xc4, 0xd8, 0x24, 0x4b, 0x32, 0x43, 0x1f, 0x40, - 0xc1, 0xc5, 0xde, 0x64, 0x86, 0x27, 0xc4, 0xb4, 0xa8, 0x4d, 0x58, 0x29, 0x2b, 0xb7, 0x33, 0x1f, - 0x69, 0xeb, 0x42, 0x89, 0xde, 0x00, 0xf2, 0x67, 0x23, 0xd7, 0x61, 0xa7, 0xa6, 0xa8, 0x6d, 0x33, - 0xc0, 0xde, 0x84, 0x94, 0x72, 0x72, 0x1f, 0x93, 0x13, 0x18, 0x44, 0x9d, 0x67, 0x88, 0x10, 0xa3, - 0xa8, 0x60, 0x84, 0x5a, 0x6a, 0x44, 0xe1, 0x93, 0x0b, 0xcb, 0x9d, 0xd9, 0xc4, 0x36, 0xcf, 0xe8, - 0x88, 0x95, 0xf2, 0x61, 0xe1, 0x47, 0xca, 0x13, 0x3a, 0x62, 0xe5, 0x7f, 0x03, 0xe4, 0x7a, 0xe1, - 0x08, 0x48, 0x6a, 0xa2, 0x55, 0xfd, 0x91, 0xfa, 0x1f, 0xf4, 0xc7, 0x6b, 0xd8, 0x12, 0xfd, 0xc1, - 0x1d, 0xee, 0x92, 0x77, 0x6a, 0xbc, 0x13, 0x3a, 0x1a, 0x88, 0xa0, 0x08, 0xf8, 0x6c, 0x49, 0x66, - 0x8b, 0x63, 0x25, 0xc1, 0x1c, 0x77, 0xed, 0x0e, 0xb8, 0xba, 0x0a, 0x8a, 0x70, 0xc9, 0x92, 0x2c, - 0xce, 0x6b, 0x8b, 0xd8, 0xb3, 0x2b, 0x3b, 0x71, 0x5f, 0x02, 0xbf, 0x48, 0x06, 0x8e, 0xa2, 0x14, - 0x72, 0x91, 0x2c, 0x2b, 0x18, 0x6a, 0x43, 0x9e, 0xbd, 0x75, 0x5c, 0x77, 0x0e, 0xbb, 0x2e, 0x61, - 0x93, 0x47, 0x45, 0x5f, 0x44, 0x28, 0xc8, 0x1c, 0x5b, 0x08, 0x0c, 0x4d, 0x60, 0xe7, 0x9c, 0x06, - 0x6f, 0x4d, 0x72, 0xe1, 0x93, 0xc0, 0x21, 0x9e, 0x45, 0x16, 0x5d, 0x2a, 0x70, 0x5f, 0x26, 0xe2, - 0xbe, 0xa6, 0xc1, 0x5b, 0x7d, 0x1e, 0xa9, 0x16, 0x78, 0x74, 0xbe, 0x42, 0x8b, 0x4e, 0x20, 0x27, - 0x4b, 0x37, 0x4a, 0x7b, 0x43, 0xc2, 0xff, 0xe8, 0xd6, 0xe2, 0x55, 0xa0, 0x59, 0x3e, 0x7f, 0x66, - 0xa8, 0x06, 0x85, 0x53, 0x27, 0x90, 0xdd, 0xab, 0x92, 0xcd, 0xc8, 0x56, 0xd8, 0x8b, 0xd0, 0xa2, - 0x7b, 0xa5, 0x72, 0x44, 0xa9, 0xfb, 0x0d, 0x76, 0x67, 0xc4, 0xc8, 0xab, 0x08, 0x95, 0x8e, 0x0b, - 0x25, 0xec, 0xfb, 0xae, 0xa3, 0xce, 0x48, 0xdc, 0x31, 0xf3, 0xd4, 0x40, 0xa6, 0x76, 0x98, 0x98, - 0x5a, 0x6d, 0x11, 0xdc, 0xc0, 0xf3, 0x99, 0xb9, 0x83, 0x57, 0xa9, 0x19, 0xfa, 0xa3, 0x06, 0xe5, - 0xf8, 0x72, 0x74, 0xc6, 0x2d, 0x2a, 0xfa, 0x98, 0x60, 0x16, 0xab, 0x90, 0xac, 0x5c, 0xf8, 0xf3, - 0xbb, 0x2e, 0xdc, 0x0d, 0x51, 0x0c, 0x09, 0xa2, 0x32, 0x78, 0x8e, 0x13, 0xed, 0x0c, 0xfd, 0x0e, - 0x9e, 0xc5, 0x33, 0x71, 0x31, 0xe3, 0x26, 0xe3, 0x62, 0xfe, 0x44, 0x59, 0xe4, 0x64, 0x16, 0x3f, - 0xbb, 0x6b, 0x16, 0x2d, 0xcc, 0x78, 0x5f, 0x00, 0xa8, 0x0c, 0x9e, 0xe0, 0x1b, 0x6d, 0x0c, 0x39, - 0xb0, 0x1b, 0x5f, 0x5d, 0x74, 0x75, 0xb4, 0x6c, 0xfe, 0x0e, 0xf5, 0x16, 0x5b, 0xf6, 0x84, 0x8e, - 0xd4, 0x82, 0xdb, 0x78, 0x85, 0x96, 0xa1, 0x00, 0xf6, 0xe2, 0x4b, 0x31, 0x8e, 0xf9, 0x8c, 0xcd, - 0x57, 0x2b, 0xc8, 0xd5, 0x3e, 0xb9, 0xeb, 0x6a, 0x7d, 0x19, 0xad, 0x16, 0x8c, 0x57, 0x4e, 0xdc, - 0xc0, 0xc4, 0xb5, 0xa2, 0xae, 0xa3, 0xb1, 0x43, 0x5c, 0x3b, 0xaa, 0xce, 0x4d, 0x39, 0x24, 0xb7, - 0x42, 0xd3, 0xb1, 0xb0, 0x84, 0x01, 0xe5, 0xbf, 0xa7, 0xa1, 0xb0, 0x3c, 0xfc, 0x50, 0x09, 0x1e, - 0x60, 0xdb, 0x0e, 0x08, 0x63, 0x6a, 0xb6, 0x46, 0x22, 0x7a, 0x0e, 0xd9, 0x80, 0x4c, 0xc4, 0xbb, - 0x88, 0x9b, 0xa2, 0x94, 0x92, 0x56, 0x08, 0x55, 0xe2, 0x9a, 0x40, 0x2f, 0xe0, 0x81, 0x8b, 0xb9, - 0xe9, 0x7a, 0x93, 0x52, 0x5a, 0xf6, 0xc3, 0xc3, 0xe8, 0xf5, 0xc4, 0x85, 0x55, 0x69, 0x61, 0xde, - 0xf2, 0x26, 0xc6, 0xba, 0x2b, 0x7f, 0xd1, 0x87, 0x20, 0xee, 0x39, 0x8e, 0x45, 0xcb, 0x3b, 0x9e, - 0x39, 0x75, 0x5c, 0xc9, 0x3b, 0xb4, 0x03, 0xcd, 0xd8, 0x8c, 0x0c, 0x4d, 0xaf, 0x2d, 0xd4, 0xe8, - 0x02, 0x76, 0x38, 0x71, 0x49, 0xc4, 0x29, 0xfc, 0x80, 0x8c, 0x49, 0x20, 0x9a, 0x5b, 0xf2, 0x8a, - 0xc2, 0x61, 0xed, 0x1d, 0xc6, 0x7b, 0x65, 0xb0, 0x40, 0xea, 0xcd, 0x81, 0x8c, 0x6d, 0xbe, 0x4a, - 0x2d, 0xb6, 0xc3, 0x23, 0x13, 0xcc, 0x89, 0x5d, 0x5a, 0x97, 0x97, 0x73, 0x24, 0x96, 0x03, 0xd8, - 0x5e, 0x89, 0x84, 0xfe, 0x1f, 0xca, 0x03, 0xbd, 0xa5, 0xd7, 0xbb, 0xed, 0xf6, 0x70, 0xa0, 0x9b, - 0x3d, 0x43, 0x3f, 0xd6, 0x0d, 0xbd, 0x53, 0xd7, 0xcd, 0x61, 0xa7, 0xdf, 0xd3, 0xeb, 0xcd, 0xe3, - 0xa6, 0xde, 0x28, 0xde, 0x43, 0x25, 0x78, 0x14, 0xf7, 0xd3, 0x7f, 0x55, 0x6f, 0x0d, 0x1b, 0x7a, - 0xa3, 0xa8, 0xa1, 0x5d, 0x78, 0x18, 0xb7, 0xd4, 0x5a, 0xad, 0xee, 0x6b, 0xbd, 0x51, 0x4c, 0x95, - 0x7f, 0xbf, 0x06, 0xe8, 0x3a, 0x33, 0x41, 0x1d, 0x58, 0x13, 0x3b, 0x2c, 0x0f, 0xac, 0x70, 0xf8, - 0xd9, 0x3b, 0x12, 0x9b, 0x4a, 0xf8, 0x23, 0x09, 0x82, 0xc4, 0x41, 0x03, 0xb8, 0x3f, 0xf3, 0x1c, - 0x1e, 0x5e, 0x9e, 0x85, 0xc3, 0x5f, 0xdc, 0x19, 0xb0, 0xe9, 0x8d, 0xe9, 0x92, 0x62, 0xe8, 0x39, - 0xdc, 0x08, 0xc1, 0xd0, 0x10, 0xee, 0x87, 0xbc, 0x21, 0x2c, 0x8e, 0x2f, 0xff, 0x7b, 0xd4, 0x90, - 0x4b, 0x84, 0x68, 0x88, 0xc0, 0xc7, 0x8e, 0x27, 0xb9, 0x82, 0xe4, 0x0f, 0xe6, 0xb9, 0xc3, 0x4f, - 0xcd, 0x99, 0xc7, 0x7c, 0x62, 0x39, 0x63, 0x87, 0xd8, 0xe6, 0x12, 0x05, 0x0c, 0x33, 0x58, 0x93, - 0x47, 0xf9, 0x91, 0x8a, 0x13, 0x14, 0xe3, 0xb5, 0xc3, 0x4f, 0x87, 0x8b, 0xa0, 0x6b, 0xab, 0x95, - 0xff, 0xa0, 0x01, 0x2c, 0x36, 0x0a, 0x3d, 0x81, 0xdd, 0xe3, 0x66, 0x6b, 0xa0, 0x1b, 0xe6, 0xe0, - 0x4d, 0xef, 0xea, 0xc9, 0xe6, 0x21, 0x33, 0xec, 0x34, 0x07, 0x66, 0xb7, 0xd3, 0x7a, 0x53, 0xd4, - 0xd0, 0x43, 0xd8, 0x94, 0x62, 0xad, 0xd3, 0x30, 0x6b, 0xed, 0xee, 0xb0, 0x33, 0x28, 0xa6, 0xd0, - 0x1e, 0xec, 0xd4, 0x3a, 0x9d, 0x61, 0xad, 0xd5, 0xfc, 0x56, 0x6f, 0x98, 0x47, 0xb5, 0xbe, 0x1e, - 0xd9, 0xd2, 0x02, 0x3c, 0x66, 0x1b, 0x74, 0x07, 0xb5, 0x56, 0x64, 0x5c, 0x2b, 0xff, 0xb0, 0x06, - 0xf9, 0x25, 0xa6, 0x1c, 0x67, 0xdb, 0x53, 0xc2, 0x4f, 0xa9, 0xad, 0x0a, 0xe1, 0x4e, 0x6c, 0xbb, - 0x2d, 0x23, 0xe6, 0x6c, 0x3b, 0x14, 0xd1, 0x57, 0xb0, 0xc5, 0x38, 0x0e, 0xb8, 0x69, 0x51, 0x1a, - 0xd8, 0x8e, 0x87, 0xb9, 0xfc, 0x24, 0xb9, 0xb1, 0xa9, 0x8b, 0xd2, 0xbb, 0xbe, 0x70, 0x46, 0x47, - 0xb0, 0xc9, 0x03, 0xfc, 0x3d, 0x71, 0xcd, 0xe8, 0xe3, 0x4c, 0x9d, 0xfb, 0xe3, 0x6b, 0x97, 0x64, - 0x43, 0x39, 0x18, 0x85, 0x30, 0x22, 0x92, 0xd1, 0x67, 0xf0, 0x18, 0xbb, 0x2e, 0x3d, 0x37, 0x9d, - 0xa9, 0x1f, 0x10, 0xcb, 0x61, 0xc4, 0x54, 0xc3, 0x48, 0x8d, 0x8a, 0x0d, 0x63, 0x57, 0x3a, 0x34, - 0x23, 0x7b, 0x2d, 0x32, 0xa3, 0x5f, 0x43, 0x2e, 0xa0, 0xd8, 0x36, 0x79, 0x80, 0xc7, 0x63, 0xc7, - 0x52, 0x83, 0xe2, 0xd3, 0xbb, 0x7f, 0x80, 0x54, 0x0c, 0x8a, 0xed, 0x41, 0x18, 0xfd, 0xea, 0x9e, - 0x91, 0x0d, 0x16, 0x22, 0xfa, 0x12, 0x0a, 0x36, 0xf1, 0x71, 0xc0, 0x67, 0x01, 0x91, 0x8c, 0x58, - 0x0e, 0x87, 0xec, 0xe1, 0xce, 0xd2, 0xde, 0x08, 0xfa, 0xd0, 0x1d, 0x37, 0xf0, 0xe5, 0xab, 0x7b, - 0x46, 0x7e, 0xee, 0x2f, 0xb4, 0xe5, 0x16, 0x64, 0x63, 0xf0, 0xe8, 0x29, 0x94, 0x8c, 0x6e, 0xad, - 0x61, 0x0e, 0x8c, 0xda, 0xf1, 0x71, 0xb3, 0x7e, 0xa5, 0x9c, 0x8a, 0x90, 0x8b, 0x0c, 0xc7, 0x86, - 0xae, 0x17, 0x35, 0x51, 0x60, 0x47, 0xc3, 0xfe, 0x1b, 0xf3, 0x55, 0x77, 0x68, 0x14, 0x53, 0x47, - 0x45, 0x28, 0xa8, 0xd7, 0x34, 0xa9, 0x2f, 0x76, 0xae, 0xfc, 0x4b, 0x28, 0x2c, 0x73, 0x4f, 0xf4, - 0x04, 0x32, 0x73, 0x0e, 0xab, 0x26, 0xfb, 0x46, 0x44, 0x47, 0xe3, 0x53, 0x2e, 0xb5, 0x3c, 0xe5, - 0xbe, 0x80, 0x6c, 0x8c, 0xbc, 0x09, 0xde, 0x2d, 0xe9, 0x5b, 0xc4, 0xbb, 0xa5, 0x90, 0x10, 0xfe, - 0xcf, 0x14, 0x14, 0x96, 0xc9, 0x2a, 0xda, 0x83, 0x8d, 0x88, 0xae, 0x46, 0x79, 0x44, 0x32, 0x32, - 0x60, 0x6d, 0x1a, 0xdd, 0x2d, 0xb7, 0xcd, 0x9d, 0x65, 0xd8, 0x2b, 0x62, 0x9b, 0xda, 0xc4, 0x90, - 0x58, 0xf1, 0xe4, 0xd2, 0xcb, 0xc9, 0xfd, 0x55, 0x03, 0x74, 0x3d, 0x0c, 0xbd, 0x0f, 0xfb, 0x7a, - 0xbb, 0xd7, 0xea, 0xbe, 0xd1, 0x0d, 0x53, 0xf5, 0x78, 0xbb, 0xdb, 0xb8, 0xda, 0xe3, 0xa2, 0x7f, - 0x5b, 0x2d, 0x33, 0xf4, 0x6c, 0xeb, 0x9d, 0x81, 0x69, 0xe8, 0xf5, 0xae, 0xd1, 0xe8, 0x17, 0x35, - 0xf4, 0x1e, 0x3c, 0xaf, 0x0f, 0x0d, 0x43, 0x28, 0xaf, 0xdb, 0xc3, 0xa9, 0x90, 0x42, 0xfb, 0xf0, - 0xb4, 0x57, 0xeb, 0xdf, 0xec, 0x91, 0x2e, 0xff, 0x43, 0x83, 0xcd, 0x2b, 0x84, 0x1c, 0xed, 0xc0, - 0x3a, 0xb3, 0x4e, 0x29, 0x8d, 0x4e, 0x40, 0x49, 0xe8, 0x7d, 0x28, 0x84, 0x57, 0x3e, 0x1d, 0x9b, - 0x8c, 0xcf, 0xec, 0x4b, 0x75, 0x3f, 0xe7, 0xa4, 0xb6, 0x3b, 0xee, 0x0b, 0x1d, 0x7a, 0x05, 0x59, - 0x9b, 0x4c, 0x02, 0x42, 0xe4, 0x27, 0xa4, 0xdc, 0x8f, 0xc2, 0x2d, 0x1c, 0xb8, 0x21, 0xfd, 0xe5, - 0xe5, 0x00, 0xf6, 0xfc, 0x39, 0xe1, 0x5e, 0xfc, 0xb3, 0x06, 0x8f, 0x56, 0xf1, 0x72, 0xf4, 0x15, - 0x14, 0xa6, 0x8e, 0x17, 0x63, 0xfa, 0xf2, 0x15, 0x12, 0x07, 0x42, 0x7e, 0xea, 0x78, 0x0b, 0x1c, - 0x89, 0x80, 0x2f, 0xe2, 0x08, 0xa9, 0xdb, 0x11, 0xf0, 0xc5, 0x02, 0xa1, 0x7c, 0x0e, 0xdb, 0x2b, - 0x99, 0x33, 0xfa, 0x18, 0x20, 0x1c, 0x78, 0x82, 0x89, 0xab, 0xc4, 0xb6, 0x96, 0xba, 0x59, 0x38, - 0x1b, 0x19, 0xe9, 0x24, 0x1e, 0xd1, 0x0b, 0xd8, 0x20, 0x9e, 0x1d, 0xfa, 0xa7, 0x6e, 0xf2, 0x7f, - 0x40, 0x3c, 0x5b, 0x3c, 0x94, 0x31, 0x3c, 0x4b, 0x66, 0xce, 0xe2, 0x53, 0x7c, 0x99, 0x96, 0xab, - 0x13, 0xce, 0xd3, 0xb8, 0x73, 0x42, 0xaf, 0x0d, 0x61, 0xef, 0x66, 0x5a, 0x8c, 0xfe, 0x0f, 0x60, - 0xc1, 0xb5, 0x15, 0x74, 0xc6, 0x8d, 0x9c, 0x12, 0x60, 0xff, 0xa4, 0xc1, 0xa3, 0x55, 0xbc, 0x17, - 0x3d, 0x06, 0x31, 0x40, 0xe4, 0xbf, 0x30, 0x11, 0x55, 0x3c, 0xa3, 0xa3, 0x0e, 0x9e, 0x8a, 0xbd, - 0x41, 0xc2, 0x14, 0x90, 0xef, 0x66, 0x0e, 0x73, 0xe4, 0xc5, 0xeb, 0xd8, 0xaa, 0x22, 0x8b, 0x67, - 0x74, 0x64, 0x2c, 0x0c, 0x4d, 0x7b, 0x79, 0x34, 0xa5, 0x6f, 0x1e, 0x4d, 0x6b, 0xcb, 0x89, 0xfd, - 0x4d, 0x83, 0xdd, 0x1b, 0x28, 0x32, 0x72, 0x01, 0x5d, 0x27, 0xdf, 0xea, 0x5a, 0xfc, 0xe2, 0xb6, - 0x4f, 0xf6, 0x18, 0xe8, 0x75, 0x0e, 0x6e, 0x6c, 0x5d, 0x63, 0xdf, 0x09, 0x9b, 0xf7, 0x97, 0x14, - 0xc0, 0xe2, 0x2b, 0x12, 0xfd, 0x3c, 0xaa, 0x32, 0x79, 0x67, 0x68, 0x37, 0x7c, 0x34, 0x2e, 0xfe, - 0x33, 0x09, 0xcb, 0x4d, 0xc8, 0xe8, 0xa7, 0x61, 0xb9, 0xc9, 0xc0, 0xd4, 0xad, 0x81, 0xa2, 0xee, - 0x64, 0x58, 0x0f, 0x40, 0x7d, 0xf6, 0x12, 0xd7, 0x56, 0x0d, 0xff, 0xf2, 0x8e, 0x1f, 0xbd, 0xea, - 0x91, 0xb8, 0xb6, 0x91, 0xe1, 0xd1, 0x63, 0xb9, 0x09, 0x99, 0xb9, 0x5e, 0x4c, 0xc1, 0x41, 0xb3, - 0xad, 0x9b, 0xc7, 0x4d, 0xbd, 0xd5, 0xb8, 0x32, 0x21, 0x37, 0x21, 0x5b, 0x37, 0xf4, 0xda, 0x40, - 0x37, 0x85, 0x4b, 0x51, 0x13, 0x8a, 0x61, 0xaf, 0x31, 0x57, 0xa4, 0x8e, 0x7e, 0x0b, 0xcf, 0x2d, - 0x3a, 0x4d, 0xca, 0xe6, 0x28, 0xa7, 0x3e, 0x6d, 0x7a, 0xe2, 0x1d, 0x7b, 0xda, 0xb7, 0x35, 0xe5, - 0x3c, 0xa1, 0x2e, 0xf6, 0x26, 0x15, 0x1a, 0x4c, 0xaa, 0x13, 0xe2, 0xc9, 0x1d, 0xa8, 0x86, 0x26, - 0xec, 0x3b, 0x6c, 0xe5, 0x9f, 0xc8, 0x9f, 0x87, 0xe2, 0x0f, 0xa9, 0x74, 0x7d, 0xd0, 0x1f, 0xad, - 0xcb, 0x98, 0x9f, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0xa9, 0xc8, 0xcf, 0x3a, 0x2e, 0x17, 0x00, - 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/filters.proto", fileDescriptor_filters_19ca36923ce0a2d6) +} + +var fileDescriptor_filters_19ca36923ce0a2d6 = []byte{ + // 2127 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0x4f, 0x73, 0x23, 0x47, + 0x15, 0x8f, 0x24, 0xaf, 0xd7, 0x7a, 0xfa, 0x63, 0xb9, 0x77, 0x6d, 0x2b, 0xde, 0x4d, 0xd6, 0x28, + 0x09, 0x98, 0x64, 0x91, 0xb3, 0x26, 0x84, 0x4a, 0x28, 0x48, 0x64, 0x69, 0xcc, 0xca, 0xa5, 0x7f, + 0x19, 0x49, 0x59, 0x36, 0x54, 0xd1, 0xb4, 0x66, 0x5a, 0xf2, 0x78, 0x47, 0xd3, 0x93, 0xe9, 0x56, + 0xbc, 0xa6, 0xb8, 0x70, 0x80, 0x1b, 0x5f, 0x80, 0x14, 0x97, 0xdc, 0x39, 0x71, 0xa0, 0x8a, 0x8f, + 0xc1, 0x27, 0xa2, 0xba, 0xa7, 0x47, 0x1a, 0xc9, 0xf6, 0xd8, 0xa1, 0x38, 0x69, 0xde, 0xbf, 0x5f, + 0xbf, 0xe9, 0xee, 0xf7, 0xde, 0x6f, 0x04, 0x3f, 0x9e, 0x30, 0x36, 0x71, 0xe9, 0xa1, 0xe5, 0xb2, + 0x99, 0x7d, 0x28, 0x88, 0x4b, 0x3d, 0x71, 0xf8, 0xcd, 0x47, 0x23, 0x2a, 0xc8, 0xb3, 0xc3, 0xb1, + 0xe3, 0x0a, 0x1a, 0xf0, 0xaa, 0x1f, 0x30, 0xc1, 0xd0, 0xa3, 0xd0, 0xb5, 0xaa, 0x5c, 0xab, 0xa1, + 0x6b, 0x55, 0xbb, 0xee, 0x3d, 0xd6, 0x38, 0xc4, 0x77, 0x0e, 0x89, 0xe7, 0x31, 0x41, 0x84, 0xc3, + 0x3c, 0x1d, 0xba, 0xf7, 0x93, 0xa4, 0x55, 0x88, 0xef, 0xbb, 0x8e, 0xa5, 0xfc, 0xb5, 0xfb, 0x41, + 0x92, 0xbb, 0xc5, 0xa6, 0xd3, 0xb9, 0xe7, 0x7b, 0x49, 0x9e, 0xe7, 0x6c, 0xa4, 0xdd, 0x12, 0xdf, + 0xd2, 0x0f, 0xd8, 0xd8, 0x71, 0xa9, 0x76, 0x7d, 0x5b, 0xbb, 0x2a, 0x69, 0x34, 0x1b, 0x1f, 0xda, + 0xb3, 0x20, 0x9e, 0xdb, 0x93, 0x55, 0xbb, 0x70, 0xa6, 0x94, 0x0b, 0x32, 0xf5, 0x6f, 0x02, 0xb8, + 0x08, 0x88, 0xef, 0xcf, 0xb7, 0x71, 0x6f, 0x47, 0xdb, 0xc5, 0xa5, 0x4f, 0x0f, 0x6d, 0x22, 0xa2, + 0x85, 0xcb, 0x71, 0xbd, 0x4b, 0x84, 0xeb, 0x4d, 0xb4, 0xe5, 0x51, 0xdc, 0x22, 0x97, 0x63, 0x63, + 0x9b, 0x5c, 0x86, 0xc6, 0xca, 0xbf, 0xd6, 0x61, 0xe3, 0x94, 0x8d, 0xbe, 0x98, 0xd1, 0xe0, 0x12, + 0x3d, 0x84, 0x7b, 0x5f, 0xcb, 0x87, 0x72, 0x6a, 0x3f, 0x75, 0x90, 0x35, 0x43, 0x01, 0x3d, 0x86, + 0xac, 0xc5, 0xa6, 0x3e, 0xf1, 0x1c, 0xca, 0xcb, 0xe9, 0xfd, 0xcc, 0x41, 0xd6, 0x5c, 0x28, 0xd0, + 0x97, 0x50, 0x72, 0x59, 0xb8, 0xfd, 0x58, 0x1f, 0x78, 0x39, 0xb3, 0x9f, 0x39, 0xc8, 0x1d, 0x7d, + 0x50, 0x4d, 0x38, 0xf1, 0x6a, 0x4b, 0x07, 0x9d, 0xa8, 0x18, 0x73, 0xd3, 0x5d, 0x92, 0x39, 0xea, + 0x42, 0xf1, 0x9c, 0x8d, 0xb0, 0x45, 0x04, 0x9d, 0xb0, 0x40, 0x2e, 0xbd, 0xb6, 0x9f, 0x39, 0x28, + 0x1e, 0x1d, 0x24, 0xa2, 0x9e, 0xb2, 0x51, 0x3d, 0x8c, 0xb8, 0x34, 0x0b, 0xe7, 0x73, 0x41, 0x26, + 0xfa, 0x05, 0x14, 0xe5, 0xd9, 0xcf, 0x04, 0xd5, 0x79, 0x96, 0xef, 0xed, 0xa7, 0x0e, 0x72, 0x47, + 0xef, 0x27, 0x02, 0xd6, 0xc3, 0x10, 0x9d, 0x65, 0xc1, 0x8a, 0x8b, 0xe8, 0x08, 0xb6, 0xc3, 0x8d, + 0xb8, 0xc4, 0xb6, 0xc3, 0x7d, 0x97, 0x5c, 0x62, 0x8f, 0x4c, 0x29, 0x2f, 0xaf, 0xab, 0x5d, 0x7a, + 0xa0, 0x8d, 0x8d, 0xd0, 0xd6, 0x91, 0x26, 0xf4, 0x7b, 0x50, 0x6a, 0xea, 0xf1, 0xf8, 0x9e, 0x95, + 0xef, 0xab, 0x5c, 0x0e, 0x6f, 0xcb, 0x65, 0x1e, 0xa7, 0x13, 0x42, 0xd6, 0x15, 0x1d, 0xfa, 0x18, + 0x76, 0xad, 0x19, 0x17, 0x6c, 0x8a, 0x89, 0x10, 0x81, 0x33, 0x8a, 0xbd, 0xf1, 0x86, 0x3a, 0xd7, + 0xed, 0xd0, 0x5c, 0x8b, 0xac, 0x3a, 0xae, 0x0a, 0x0f, 0x6c, 0x87, 0x93, 0x91, 0x4b, 0x31, 0xf7, + 0xa9, 0xeb, 0x62, 0xeb, 0x8c, 0x5a, 0xaf, 0xca, 0xd9, 0xfd, 0xd4, 0xc1, 0x86, 0xb9, 0xa5, 0x4d, + 0x7d, 0x69, 0xa9, 0x4b, 0x83, 0x3c, 0x79, 0x3a, 0xf5, 0x5d, 0x76, 0x39, 0xa5, 0x9e, 0xc0, 0xf2, + 0x76, 0xf1, 0x32, 0xa8, 0x33, 0x4a, 0x3e, 0x79, 0x63, 0x1e, 0x34, 0xb8, 0xf4, 0xa9, 0xb9, 0x49, + 0x97, 0x64, 0x8e, 0xde, 0x83, 0xa2, 0x4b, 0xbc, 0xc9, 0x8c, 0x4c, 0x28, 0xb6, 0x98, 0x4d, 0x79, + 0x39, 0xa7, 0xb6, 0xb3, 0x10, 0x69, 0xeb, 0x52, 0x89, 0x5e, 0x02, 0xf2, 0x67, 0x23, 0xd7, 0xe1, + 0x67, 0x58, 0x5e, 0x6a, 0x1c, 0x10, 0x6f, 0x42, 0xcb, 0x79, 0xb5, 0x8f, 0xc9, 0x09, 0x0c, 0xa2, + 0x92, 0x33, 0x65, 0x88, 0x59, 0xd2, 0x30, 0x52, 0xad, 0x34, 0xe8, 0x1d, 0x28, 0xd0, 0xd7, 0x96, + 0x3b, 0xb3, 0xa9, 0x8d, 0xcf, 0xd9, 0x88, 0x97, 0x0b, 0x2a, 0x81, 0x7c, 0xa4, 0x3c, 0x65, 0x23, + 0x5e, 0xf9, 0x0f, 0x40, 0xbe, 0x17, 0xd6, 0x7e, 0x52, 0xf5, 0x5c, 0x57, 0x1f, 0xe9, 0xff, 0x43, + 0x7d, 0xbc, 0x80, 0x2d, 0x59, 0x1f, 0xc2, 0x11, 0x2e, 0xfd, 0x5e, 0x85, 0x77, 0xca, 0x46, 0x03, + 0x19, 0x14, 0x01, 0x9f, 0x2f, 0xc9, 0x7c, 0x71, 0xac, 0x34, 0x98, 0xe3, 0xae, 0xdd, 0x01, 0xd7, + 0xd0, 0x41, 0x11, 0x2e, 0x5d, 0x92, 0xe5, 0x79, 0x6d, 0x51, 0x7b, 0xb6, 0xb2, 0x13, 0xf7, 0x14, + 0xf0, 0xd3, 0x64, 0xe0, 0x28, 0x4a, 0x23, 0x97, 0xe8, 0xb2, 0x82, 0xa3, 0x36, 0x14, 0xf8, 0x2b, + 0xc7, 0x75, 0xe7, 0xb0, 0xeb, 0x0a, 0x36, 0xb9, 0x55, 0xf4, 0x65, 0x84, 0x86, 0xcc, 0xf3, 0x85, + 0xc0, 0xd1, 0x04, 0x76, 0x2e, 0x58, 0xf0, 0x0a, 0xd3, 0xd7, 0x3e, 0x0d, 0x1c, 0xea, 0x59, 0x74, + 0x51, 0xa5, 0x12, 0xf7, 0x59, 0x22, 0xee, 0x0b, 0x16, 0xbc, 0x32, 0xe6, 0x91, 0x7a, 0x81, 0x87, + 0x17, 0xd7, 0x68, 0xd1, 0x29, 0xe4, 0xd5, 0xd5, 0x8d, 0xd2, 0xde, 0x50, 0xf0, 0x3f, 0xba, 0xf5, + 0xf2, 0x6a, 0xd0, 0x9c, 0x98, 0x3f, 0x73, 0x54, 0x83, 0xe2, 0x99, 0x13, 0xa8, 0xea, 0xd5, 0xc9, + 0x66, 0x55, 0x29, 0xec, 0x45, 0x68, 0xd1, 0x40, 0xa9, 0x1e, 0x33, 0xe6, 0x7e, 0x49, 0xdc, 0x19, + 0x35, 0x0b, 0x3a, 0x42, 0xa7, 0xe3, 0x42, 0x39, 0x36, 0x4c, 0xb1, 0x1c, 0x2e, 0xf3, 0xd4, 0x40, + 0xa5, 0x76, 0x94, 0x98, 0x5a, 0x6d, 0x11, 0xdc, 0x20, 0xf3, 0x9e, 0xb9, 0x43, 0xae, 0x53, 0x73, + 0xf4, 0xe7, 0x14, 0xfc, 0x20, 0xbe, 0x1c, 0x9b, 0x09, 0x8b, 0x4d, 0x29, 0xf6, 0x98, 0xa0, 0x7c, + 0xbe, 0x6e, 0x4e, 0xad, 0xfb, 0xe9, 0x5d, 0xd7, 0xed, 0x86, 0x20, 0x1d, 0x89, 0xa1, 0xd7, 0x7f, + 0x9b, 0x24, 0x99, 0x39, 0xfa, 0x23, 0xc4, 0x3d, 0xb0, 0x4b, 0xb8, 0xc0, 0x5c, 0xc8, 0xe6, 0x13, + 0xe5, 0x90, 0x57, 0x39, 0xfc, 0xfc, 0xae, 0x39, 0xb4, 0x08, 0x17, 0x7d, 0x09, 0xa0, 0x13, 0x78, + 0x44, 0x6e, 0xb4, 0x71, 0xe4, 0xc0, 0x6e, 0x7c, 0x75, 0x59, 0xd2, 0xd1, 0xb2, 0x85, 0x3b, 0x5c, + 0xb6, 0xd8, 0xb2, 0xa7, 0x6c, 0xa4, 0x17, 0xdc, 0x26, 0xd7, 0x68, 0x39, 0x0a, 0x60, 0x2f, 0xbe, + 0x14, 0x17, 0x44, 0xcc, 0x16, 0x1b, 0x5d, 0x54, 0xab, 0x7d, 0x74, 0xd7, 0xd5, 0xfa, 0x2a, 0x5a, + 0x2f, 0x18, 0xbf, 0x36, 0x71, 0x03, 0x97, 0x33, 0x45, 0xcf, 0xa2, 0xb1, 0x43, 0x5d, 0x3b, 0xba, + 0x9a, 0x9b, 0xaa, 0x43, 0x6e, 0x85, 0xa6, 0x13, 0x69, 0x09, 0x03, 0x2a, 0xff, 0xc8, 0x40, 0x71, + 0xb9, 0xf3, 0xa1, 0x32, 0xdc, 0x27, 0xb6, 0x1d, 0x50, 0xce, 0x75, 0x63, 0x8d, 0x44, 0xf4, 0x04, + 0x72, 0x01, 0x9d, 0xc8, 0x77, 0x91, 0x63, 0xa2, 0x9c, 0x56, 0x56, 0x08, 0x55, 0x72, 0x46, 0xa0, + 0xa7, 0x70, 0xdf, 0x25, 0x02, 0xbb, 0xde, 0xa4, 0x9c, 0x51, 0xc5, 0xf0, 0x20, 0x7a, 0x3d, 0x39, + 0xad, 0xaa, 0x2d, 0x22, 0x5a, 0xde, 0xc4, 0x5c, 0x77, 0xd5, 0x2f, 0x7a, 0x1f, 0xe4, 0x90, 0x13, + 0x44, 0xd6, 0xbb, 0xe3, 0xe1, 0xa9, 0xe3, 0x2a, 0xd2, 0x91, 0x3a, 0x48, 0x99, 0x9b, 0x91, 0xa1, + 0xe9, 0xb5, 0xa5, 0x1a, 0xbd, 0x86, 0x1d, 0x41, 0x5d, 0x1a, 0x11, 0x0a, 0x3f, 0xa0, 0x63, 0x1a, + 0xc8, 0xca, 0x56, 0xa4, 0xa2, 0x78, 0x54, 0xfb, 0x1e, 0xbd, 0xbd, 0x3a, 0x58, 0x20, 0xf5, 0xe6, + 0x40, 0xe6, 0xb6, 0xb8, 0x4e, 0x2d, 0xb7, 0xc3, 0xa3, 0x13, 0x22, 0xa8, 0x5d, 0x5e, 0x57, 0x93, + 0x39, 0x12, 0x2b, 0x01, 0x6c, 0x5f, 0x8b, 0x84, 0x7e, 0x08, 0x95, 0x81, 0xd1, 0x32, 0xea, 0xdd, + 0x76, 0x7b, 0x38, 0x30, 0x70, 0xcf, 0x34, 0x4e, 0x0c, 0xd3, 0xe8, 0xd4, 0x0d, 0x3c, 0xec, 0xf4, + 0x7b, 0x46, 0xbd, 0x79, 0xd2, 0x34, 0x1a, 0xa5, 0x37, 0x50, 0x19, 0x1e, 0xc6, 0xfd, 0x8c, 0xdf, + 0xd4, 0x5b, 0xc3, 0x86, 0xd1, 0x28, 0xa5, 0xd0, 0x2e, 0x3c, 0x88, 0x5b, 0x6a, 0xad, 0x56, 0xf7, + 0x85, 0xd1, 0x28, 0xa5, 0x2b, 0x7f, 0x5a, 0x03, 0x74, 0x95, 0x96, 0xa0, 0x0e, 0xac, 0xc9, 0x1d, + 0x56, 0x07, 0x56, 0xbc, 0xa5, 0x7a, 0xaf, 0x86, 0x57, 0xc3, 0x1f, 0xc5, 0x0e, 0x14, 0x0e, 0x1a, + 0xc0, 0xbd, 0x99, 0xe7, 0x88, 0x70, 0x72, 0x16, 0x8f, 0x7e, 0x75, 0x67, 0xc0, 0xa6, 0x37, 0x66, + 0x4b, 0x8a, 0xa1, 0xe7, 0x08, 0x33, 0x04, 0x43, 0x43, 0xb8, 0x17, 0x92, 0x86, 0xf0, 0x72, 0x7c, + 0xf6, 0xbf, 0xa3, 0x86, 0x44, 0x22, 0x44, 0x43, 0x14, 0x3e, 0x74, 0x3c, 0x45, 0x14, 0x14, 0x79, + 0xc0, 0x17, 0x8e, 0x38, 0xc3, 0x33, 0x8f, 0xfb, 0xd4, 0x72, 0xc6, 0x0e, 0xb5, 0xf1, 0x12, 0xff, + 0x0b, 0x33, 0x58, 0x53, 0x47, 0xf9, 0x81, 0x8e, 0x93, 0xfc, 0xe2, 0x85, 0x23, 0xce, 0x86, 0x8b, + 0xa0, 0x2b, 0xab, 0x55, 0xfe, 0x92, 0x02, 0x58, 0x6c, 0x14, 0x7a, 0x04, 0xbb, 0x27, 0xcd, 0xd6, + 0xc0, 0x30, 0xf1, 0xe0, 0x65, 0x6f, 0xf5, 0x64, 0x0b, 0x90, 0x1d, 0x76, 0x9a, 0x03, 0xdc, 0xed, + 0xb4, 0x5e, 0x96, 0x52, 0xe8, 0x01, 0x6c, 0x2a, 0xb1, 0xd6, 0x69, 0xe0, 0x5a, 0xbb, 0x3b, 0xec, + 0x0c, 0x4a, 0x69, 0xb4, 0x07, 0x3b, 0xb5, 0x4e, 0x67, 0x58, 0x6b, 0x35, 0xbf, 0x32, 0x1a, 0xf8, + 0xb8, 0xd6, 0x37, 0x22, 0x5b, 0x46, 0x82, 0xc7, 0x6c, 0x83, 0xee, 0xa0, 0xd6, 0x8a, 0x8c, 0x6b, + 0x95, 0xef, 0xd6, 0xa0, 0xb0, 0x44, 0x93, 0xe3, 0x54, 0x7b, 0x4a, 0xc5, 0x19, 0xb3, 0xf5, 0x45, + 0xb8, 0x13, 0xd5, 0x6e, 0xab, 0x88, 0x39, 0xd5, 0x0e, 0x45, 0xf4, 0x39, 0x6c, 0x71, 0x41, 0x02, + 0x81, 0x2d, 0xc6, 0x02, 0xdb, 0xf1, 0x88, 0x50, 0x1f, 0x23, 0x37, 0x16, 0x75, 0x49, 0x79, 0xd7, + 0x17, 0xce, 0xe8, 0x18, 0x36, 0x45, 0x40, 0xbe, 0xa1, 0x2e, 0x8e, 0x3e, 0xc9, 0xf4, 0xb9, 0xbf, + 0x79, 0x65, 0x42, 0x36, 0xb4, 0x83, 0x59, 0x0c, 0x23, 0x22, 0x19, 0x7d, 0x0a, 0x6f, 0x12, 0xd7, + 0x65, 0x17, 0xd8, 0x99, 0xfa, 0x01, 0xb5, 0x1c, 0x4e, 0xb1, 0x6e, 0x46, 0xba, 0x55, 0x6c, 0x98, + 0xbb, 0xca, 0xa1, 0x19, 0xd9, 0x6b, 0x91, 0x19, 0xfd, 0x16, 0xf2, 0x01, 0x23, 0x36, 0x16, 0x01, + 0x19, 0x8f, 0x1d, 0x4b, 0x37, 0x8a, 0x8f, 0xef, 0xfe, 0xf5, 0x51, 0x35, 0x19, 0xb1, 0x07, 0x61, + 0xf4, 0xf3, 0x37, 0xcc, 0x5c, 0xb0, 0x10, 0xd1, 0x67, 0x50, 0xb4, 0xa9, 0x4f, 0x02, 0x31, 0x0b, + 0xa8, 0xa2, 0xc3, 0xaa, 0x39, 0xe4, 0x8e, 0x76, 0x96, 0xf6, 0x46, 0x72, 0x87, 0xee, 0xb8, 0x41, + 0x2e, 0x9f, 0xbf, 0x61, 0x16, 0xe6, 0xfe, 0x52, 0x5b, 0x69, 0x41, 0x2e, 0x06, 0x8f, 0x1e, 0x43, + 0xd9, 0xec, 0xd6, 0x1a, 0x78, 0x60, 0xd6, 0x4e, 0x4e, 0x9a, 0xf5, 0x95, 0xeb, 0x54, 0x82, 0x7c, + 0x64, 0x38, 0x31, 0x0d, 0xa3, 0x94, 0x92, 0x17, 0xec, 0x78, 0xd8, 0x7f, 0x89, 0x9f, 0x77, 0x87, + 0x66, 0x29, 0x7d, 0x5c, 0x82, 0xa2, 0x7e, 0x4d, 0xcc, 0x7c, 0xb9, 0x73, 0x95, 0x5f, 0x43, 0x71, + 0x99, 0x78, 0xa2, 0x47, 0x90, 0x9d, 0x13, 0x58, 0xdd, 0xd9, 0x37, 0x22, 0x2e, 0x1a, 0xef, 0x72, + 0xe9, 0xe5, 0x2e, 0xf7, 0x4b, 0xc8, 0xc5, 0x98, 0x9b, 0x24, 0xdd, 0x8a, 0xbb, 0x45, 0xa4, 0x5b, + 0x09, 0x09, 0xe1, 0xff, 0x4e, 0x43, 0x71, 0x99, 0xa9, 0xa2, 0x3d, 0xd8, 0x88, 0xb8, 0x6a, 0x94, + 0x47, 0x24, 0x23, 0x13, 0xd6, 0xa6, 0xd1, 0x6c, 0xb9, 0xad, 0xef, 0x2c, 0xc3, 0xae, 0x88, 0x6d, + 0x66, 0x53, 0x53, 0x61, 0xc5, 0x93, 0xcb, 0x2c, 0x27, 0xf7, 0xf7, 0x14, 0xa0, 0xab, 0x61, 0xe8, + 0x5d, 0xd8, 0x37, 0xda, 0xbd, 0x56, 0xf7, 0xa5, 0x61, 0x62, 0x5d, 0xe3, 0xed, 0x6e, 0x63, 0xb5, + 0xc6, 0x65, 0xfd, 0xb6, 0x5a, 0x38, 0xf4, 0x6c, 0x1b, 0x9d, 0x01, 0x36, 0x8d, 0x7a, 0xd7, 0x6c, + 0xf4, 0x4b, 0x29, 0xf4, 0x0e, 0x3c, 0xa9, 0x0f, 0x4d, 0x53, 0x2a, 0xaf, 0xda, 0xc3, 0xae, 0x90, + 0x46, 0xfb, 0xf0, 0xb8, 0x57, 0xeb, 0xdf, 0xec, 0x91, 0xa9, 0xfc, 0x33, 0x05, 0x9b, 0x2b, 0x6c, + 0x1c, 0xed, 0xc0, 0x3a, 0xb7, 0xce, 0x18, 0x8b, 0x4e, 0x40, 0x4b, 0xe8, 0x5d, 0x28, 0x86, 0x23, + 0x9f, 0x8d, 0x31, 0x17, 0x33, 0xfb, 0x52, 0xcf, 0xe7, 0xbc, 0xd2, 0x76, 0xc7, 0x7d, 0xa9, 0x43, + 0xcf, 0x21, 0x67, 0xd3, 0x49, 0x40, 0xa9, 0xfa, 0x7e, 0x54, 0xfb, 0x51, 0xbc, 0x85, 0x00, 0x37, + 0x94, 0xbf, 0x1a, 0x0e, 0x60, 0xcf, 0x9f, 0x13, 0xe6, 0xe2, 0xdf, 0x52, 0xf0, 0xf0, 0x3a, 0x52, + 0x8e, 0x3e, 0x87, 0xe2, 0xd4, 0xf1, 0x62, 0x34, 0x5f, 0xbd, 0x42, 0x62, 0x43, 0x28, 0x4c, 0x1d, + 0x6f, 0x81, 0xa3, 0x10, 0xc8, 0xeb, 0x38, 0x42, 0xfa, 0x76, 0x04, 0xf2, 0x7a, 0x81, 0x50, 0xb9, + 0x80, 0xed, 0x6b, 0x69, 0x33, 0xfa, 0x10, 0x20, 0x6c, 0x78, 0x92, 0x86, 0xeb, 0xc4, 0xb6, 0x96, + 0xaa, 0x59, 0x3a, 0x9b, 0x59, 0xe5, 0x24, 0x1f, 0xd1, 0x53, 0xd8, 0xa0, 0x9e, 0x1d, 0xfa, 0xa7, + 0x6f, 0xf2, 0xbf, 0x4f, 0x3d, 0x5b, 0x3e, 0x54, 0x7e, 0x07, 0x6f, 0x25, 0xf2, 0x66, 0xf9, 0x11, + 0xbc, 0x44, 0xc9, 0xf5, 0xf9, 0xe6, 0x59, 0xcc, 0x35, 0xa1, 0xd0, 0x86, 0xb0, 0x77, 0x33, 0x27, + 0x46, 0x6f, 0x01, 0x2c, 0x88, 0xb6, 0x46, 0xce, 0xba, 0x91, 0x53, 0x02, 0xec, 0x5f, 0x53, 0xf0, + 0xf0, 0x3a, 0xd2, 0x8b, 0x4a, 0x90, 0x39, 0x67, 0x23, 0x0d, 0x25, 0x1f, 0xd1, 0x53, 0x40, 0xb2, + 0xc1, 0x04, 0xf4, 0xeb, 0x99, 0xc3, 0x1d, 0x35, 0x6c, 0x1d, 0x5b, 0xdf, 0xc2, 0xd2, 0x39, 0x1b, + 0x99, 0x0b, 0x43, 0xd3, 0x5e, 0x6e, 0x47, 0x99, 0x9b, 0xdb, 0xd1, 0xda, 0x72, 0x3e, 0xdf, 0xa6, + 0x60, 0xf7, 0x06, 0x5a, 0x8c, 0xc6, 0xb0, 0xb5, 0x4a, 0xb8, 0x23, 0x4a, 0xf4, 0xc9, 0x5d, 0x79, + 0xf6, 0x2a, 0xe7, 0xa6, 0x66, 0x69, 0x85, 0x6c, 0x27, 0xed, 0xd6, 0xb7, 0x69, 0x80, 0xc5, 0x07, + 0x23, 0xfa, 0x24, 0xba, 0x53, 0x6a, 0x42, 0xa4, 0x6e, 0xf8, 0x3e, 0x5c, 0xfc, 0x3d, 0x12, 0x5e, + 0x2e, 0x29, 0xa3, 0x9f, 0x85, 0x97, 0x4b, 0x05, 0xa6, 0x6f, 0x0d, 0x94, 0xb7, 0x4c, 0x85, 0xf5, + 0x00, 0xf4, 0x17, 0x2e, 0x75, 0x6d, 0x5d, 0xde, 0xcf, 0xee, 0xf8, 0x7d, 0xab, 0x1f, 0xa9, 0x6b, + 0x9b, 0x59, 0x11, 0x3d, 0x56, 0x9a, 0x90, 0x9d, 0xeb, 0x65, 0xcf, 0x1b, 0x34, 0xdb, 0x06, 0x3e, + 0x69, 0x1a, 0xad, 0xc6, 0x4a, 0x3f, 0xdc, 0x84, 0x5c, 0xdd, 0x34, 0x6a, 0x03, 0x03, 0x4b, 0x97, + 0x52, 0x4a, 0x2a, 0x86, 0xbd, 0xc6, 0x5c, 0x91, 0x3e, 0xfe, 0x03, 0x3c, 0xb1, 0xd8, 0x34, 0x29, + 0x9b, 0xe3, 0xbc, 0xfe, 0x90, 0xe9, 0xc9, 0x77, 0xec, 0xa5, 0xbe, 0xaa, 0x69, 0xe7, 0x09, 0x73, + 0x89, 0x37, 0xa9, 0xb2, 0x60, 0x72, 0x38, 0xa1, 0x9e, 0xda, 0x81, 0xc3, 0xd0, 0x44, 0x7c, 0x87, + 0x5f, 0xfb, 0x47, 0xf1, 0x2f, 0x42, 0xf1, 0xbb, 0x74, 0xa6, 0x3e, 0xe8, 0x8f, 0xd6, 0x55, 0xcc, + 0x4f, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x52, 0x4c, 0x5d, 0x01, 0x41, 0x17, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/job.pb.go b/googleapis/cloud/talent/v4beta1/job.pb.go index f95b5f983af61068bed51d36392448aa15c36926..4d403368e1c6b45af11916fb1a975d01170a8c0b 100644 --- a/googleapis/cloud/talent/v4beta1/job.pb.go +++ b/googleapis/cloud/talent/v4beta1/job.pb.go @@ -7,6 +7,7 @@ import proto "github.com/golang/protobuf/proto" import fmt "fmt" 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" // Reference imports to suppress errors if they are not otherwise used. @@ -30,8 +31,12 @@ type Job struct { // The resource name for the job. This is generated by the service when a // job is created. // - // The format is "projects/{project_id}/jobs/{job_id}", - // for example, "projects/api-test-project/jobs/1234". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for + // example, "projects/api-test-project/tenants/foo/jobs/1234". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/jobs/1234". // // Use of this field in job queries and API calls is preferred over the use of // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] since this @@ -39,9 +44,15 @@ type Job struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Required. // - // The resource name of the company listing the job, such as - // "projects/api-test-project/companies/foo". - CompanyName string `protobuf:"bytes,2,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"` + // The resource name of the company listing the job. + // + // The format is + // "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for + // example, "projects/api-test-project/tenants/foo/companies/bar". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/companies/bar". + Company string `protobuf:"bytes,2,opt,name=company,proto3" json:"company,omitempty"` // Required. // // The requisition ID, also referred to as the posting ID, is assigned by the @@ -107,7 +118,8 @@ type Job struct { JobBenefits []JobBenefit `protobuf:"varint,8,rep,packed,name=job_benefits,json=jobBenefits,proto3,enum=google.cloud.talent.v4beta1.JobBenefit" json:"job_benefits,omitempty"` // Optional. // - // Job compensation information. + // Job compensation information (a.k.a. "pay rate") i.e., the compensation + // that will paid to the employee. CompensationInfo *CompensationInfo `protobuf:"bytes,9,opt,name=compensation_info,json=compensationInfo,proto3" json:"compensation_info,omitempty"` // Optional. // @@ -248,8 +260,7 @@ type Job struct { // updated with the [UpdateJob][] API. An expired job can be updated and // opened again by using a future expiration timestamp. Updating an expired // job fails if there is another existing open job with same - // [company][google.cloud.talent.v4beta1.Job.name][], - // [language_code][google.cloud.talent.v4beta1.Job.language_code] and + // [company][google.cloud.talent.v4beta1.Job.name][], [language_code][] and // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id]. // // The expired jobs are retained in our system for 90 days. However, the @@ -296,7 +307,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_101d7f043cc4b08a, []int{0} + return fileDescriptor_job_dd120b625d7d4d44, []int{0} } func (m *Job) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job.Unmarshal(m, b) @@ -323,9 +334,9 @@ func (m *Job) GetName() string { return "" } -func (m *Job) GetCompanyName() string { +func (m *Job) GetCompany() string { if m != nil { - return m.CompanyName + return m.Company } return "" } @@ -573,7 +584,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_101d7f043cc4b08a, []int{0, 0} + return fileDescriptor_job_dd120b625d7d4d44, []int{0, 0} } func (m *Job_ApplicationInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job_ApplicationInfo.Unmarshal(m, b) @@ -639,7 +650,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_101d7f043cc4b08a, []int{0, 1} + return fileDescriptor_job_dd120b625d7d4d44, []int{0, 1} } func (m *Job_DerivedInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job_DerivedInfo.Unmarshal(m, b) @@ -707,7 +718,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_101d7f043cc4b08a, []int{0, 2} + return fileDescriptor_job_dd120b625d7d4d44, []int{0, 2} } func (m *Job_ProcessingOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Job_ProcessingOptions.Unmarshal(m, b) @@ -750,77 +761,78 @@ func init() { } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/job.proto", fileDescriptor_job_101d7f043cc4b08a) + proto.RegisterFile("google/cloud/talent/v4beta1/job.proto", fileDescriptor_job_dd120b625d7d4d44) } -var fileDescriptor_job_101d7f043cc4b08a = []byte{ - // 1080 bytes of a gzipped FileDescriptorProto +var fileDescriptor_job_dd120b625d7d4d44 = []byte{ + // 1089 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xd1, 0x72, 0x1b, 0x35, - 0x14, 0x1d, 0xc7, 0x4d, 0xa9, 0xe5, 0xc4, 0xb1, 0xd5, 0xb4, 0x2c, 0x6e, 0x69, 0x5d, 0x98, 0x52, - 0x4f, 0x01, 0xbb, 0x04, 0x86, 0x61, 0x80, 0x07, 0x12, 0x27, 0x03, 0xc9, 0x64, 0x48, 0xd8, 0x84, - 0x3c, 0x94, 0x87, 0x1d, 0xed, 0xee, 0x8d, 0x23, 0xb3, 0x2b, 0x29, 0x92, 0xd6, 0x83, 0x79, 0xe0, - 0x63, 0xe0, 0x2f, 0xf8, 0x12, 0x3e, 0x87, 0xd1, 0xd5, 0xda, 0x71, 0xdd, 0x8e, 0x9d, 0x37, 0xe9, - 0xe8, 0x9c, 0x73, 0xb5, 0xd7, 0xba, 0xf7, 0x9a, 0x3c, 0x1f, 0x4a, 0x39, 0xcc, 0xa0, 0x9f, 0x64, - 0xb2, 0x48, 0xfb, 0x96, 0x65, 0x20, 0x6c, 0x7f, 0xfc, 0x55, 0x0c, 0x96, 0x7d, 0xd1, 0x1f, 0xc9, - 0xb8, 0xa7, 0xb4, 0xb4, 0x92, 0x3e, 0xf2, 0xb4, 0x1e, 0xd2, 0x7a, 0x9e, 0xd6, 0x2b, 0x69, 0xed, - 0xc7, 0xa5, 0x07, 0x53, 0xbc, 0xcf, 0x84, 0x90, 0x96, 0x59, 0x2e, 0x85, 0xf1, 0xd2, 0x76, 0x77, - 0x59, 0x84, 0x44, 0xe6, 0xb9, 0x14, 0x25, 0xf3, 0x69, 0xc9, 0xc4, 0x5d, 0x5c, 0x5c, 0xf6, 0x2d, - 0xcf, 0xc1, 0x58, 0x96, 0x2b, 0x4f, 0xf8, 0xe8, 0x3f, 0x4a, 0xaa, 0x47, 0x32, 0xa6, 0x94, 0xdc, - 0x11, 0x2c, 0x87, 0xa0, 0xd2, 0xa9, 0x74, 0x6b, 0x21, 0xae, 0xe9, 0x33, 0xb2, 0x91, 0xc8, 0x5c, - 0x31, 0x31, 0x89, 0xf0, 0x6c, 0x0d, 0xcf, 0xea, 0x25, 0xf6, 0xb3, 0xa3, 0x3c, 0x27, 0x0d, 0x0d, - 0xd7, 0x05, 0x37, 0xdc, 0xdd, 0x2f, 0xe2, 0x69, 0x50, 0x45, 0xd2, 0xe6, 0x1c, 0x7a, 0x98, 0xd2, - 0x6d, 0xb2, 0x6e, 0xb9, 0xcd, 0x20, 0xb8, 0x83, 0xa7, 0x7e, 0x43, 0x3b, 0xa4, 0x9e, 0x82, 0x49, - 0x34, 0x57, 0x8e, 0x16, 0xac, 0x7b, 0xfb, 0x39, 0x88, 0x3e, 0x26, 0x35, 0x96, 0xa6, 0x1a, 0x8c, - 0x01, 0x13, 0xdc, 0xed, 0x54, 0xbb, 0xb5, 0xf0, 0x06, 0xa0, 0xbf, 0x91, 0x26, 0x53, 0x2a, 0xe3, - 0x09, 0xf3, 0xc1, 0xc5, 0xa5, 0x0c, 0xde, 0xeb, 0x54, 0xba, 0xf5, 0x9d, 0x57, 0xbd, 0x25, 0xc9, - 0xed, 0x1d, 0xc9, 0xb8, 0xb7, 0x7b, 0x23, 0x3c, 0x14, 0x97, 0x32, 0xdc, 0x62, 0x6f, 0x02, 0xf4, - 0x88, 0x6c, 0x8c, 0x64, 0x1c, 0xc5, 0x20, 0xe0, 0x92, 0x5b, 0x13, 0xdc, 0xeb, 0x54, 0xbb, 0x8d, - 0x9d, 0x17, 0xab, 0x8c, 0xf7, 0x3c, 0x3f, 0xac, 0x8f, 0x66, 0x6b, 0x43, 0x5f, 0x93, 0x96, 0x4b, - 0x1a, 0x08, 0x33, 0x77, 0xd3, 0x1a, 0xde, 0xf4, 0xf3, 0xa5, 0x86, 0x83, 0x39, 0x15, 0x5e, 0xb3, - 0x99, 0x2c, 0x20, 0x34, 0x21, 0xad, 0xa4, 0x30, 0x56, 0xe6, 0x11, 0xb3, 0x56, 0xf3, 0xb8, 0xb0, - 0x60, 0x02, 0xd2, 0xa9, 0x76, 0xeb, 0x3b, 0x5f, 0xaf, 0xcc, 0xc2, 0x00, 0x95, 0xbb, 0x33, 0xe1, - 0x81, 0xb0, 0x7a, 0x12, 0x36, 0x93, 0x05, 0xd8, 0x25, 0x23, 0x85, 0xa1, 0x06, 0x88, 0xec, 0x44, - 0x81, 0x09, 0xea, 0xb7, 0x48, 0xc6, 0x3e, 0x0a, 0xce, 0x27, 0x0a, 0xdc, 0x6f, 0x3a, 0x5d, 0x1b, - 0xfa, 0x84, 0x90, 0x14, 0x14, 0xd3, 0x36, 0x07, 0x61, 0x83, 0x0d, 0xfc, 0xd1, 0xe7, 0x10, 0x7a, - 0x41, 0x9a, 0x90, 0xab, 0x4c, 0x4e, 0xdc, 0xae, 0x8c, 0xb7, 0x89, 0xf1, 0x3e, 0x5d, 0x1a, 0xef, - 0x60, 0x26, 0xc2, 0x98, 0x5b, 0xf0, 0xc6, 0x1e, 0xe3, 0x72, 0x91, 0x80, 0xb0, 0x7c, 0x0c, 0x26, - 0x68, 0xf8, 0xb8, 0x37, 0x08, 0xfd, 0x98, 0x6c, 0x66, 0x4c, 0x0c, 0x0b, 0x36, 0x84, 0x28, 0x91, - 0x29, 0x04, 0x5b, 0x48, 0xd9, 0x98, 0x82, 0x03, 0x99, 0x02, 0xdd, 0x23, 0x35, 0xf7, 0x2a, 0x32, - 0x18, 0x43, 0x16, 0x34, 0x3b, 0x95, 0x6e, 0x63, 0xe7, 0xf9, 0xaa, 0x2c, 0x1f, 0x3b, 0x72, 0x78, - 0x6f, 0x54, 0xae, 0xe8, 0x0b, 0xb2, 0xa5, 0xb4, 0xcc, 0x25, 0x3e, 0x85, 0x31, 0xcb, 0x0a, 0x08, - 0x5a, 0x9d, 0x4a, 0x77, 0x3d, 0x6c, 0xcc, 0xe0, 0x0b, 0x87, 0xd2, 0x4f, 0x48, 0xe3, 0xba, 0x60, - 0x19, 0xbf, 0x2c, 0xdf, 0xa5, 0x09, 0x28, 0x5e, 0x69, 0x01, 0xa5, 0x2f, 0x49, 0x53, 0x83, 0x51, - 0x52, 0x18, 0x1e, 0xf3, 0x8c, 0x5b, 0x0e, 0x26, 0xb8, 0x8f, 0xcc, 0xb7, 0x70, 0xfa, 0x0b, 0x69, - 0x28, 0x69, 0x2c, 0x17, 0xc3, 0x48, 0xc3, 0xd0, 0x95, 0xdd, 0x36, 0x7e, 0xc5, 0xcb, 0xa5, 0x5f, - 0x71, 0xea, 0x25, 0x21, 0x2a, 0xc2, 0x4d, 0x35, 0xbf, 0xa5, 0x3f, 0x12, 0x32, 0xe6, 0x65, 0x88, - 0x49, 0xf0, 0x00, 0xed, 0x96, 0x3f, 0x8d, 0x8b, 0x19, 0x3d, 0x9c, 0x93, 0xd2, 0x1f, 0x48, 0xc3, - 0x25, 0xd7, 0x58, 0xa6, 0x6d, 0xe4, 0x1a, 0x55, 0xf0, 0x10, 0x6b, 0xa4, 0x3d, 0x35, 0x9b, 0x76, - 0xb1, 0xde, 0xf9, 0xb4, 0x8b, 0x85, 0xae, 0x48, 0xcf, 0x9c, 0xc0, 0x41, 0xf4, 0x7b, 0x5f, 0xb4, - 0x20, 0x52, 0xaf, 0x7f, 0x7f, 0xa5, 0x9e, 0x8c, 0x64, 0x7c, 0x20, 0x52, 0x54, 0x1f, 0x93, 0xed, - 0x69, 0x6e, 0x54, 0x11, 0x67, 0xdc, 0x5c, 0x79, 0x97, 0x60, 0xa5, 0x0b, 0x2d, 0x75, 0xa7, 0x5e, - 0x86, 0x6e, 0x47, 0xe4, 0xfe, 0xd4, 0x0d, 0xfe, 0x50, 0x5c, 0x83, 0x37, 0xfb, 0x60, 0xa5, 0x59, - 0xab, 0x94, 0x1d, 0xa0, 0x6a, 0xd1, 0x2b, 0xd1, 0xc0, 0x6c, 0xe9, 0xd5, 0xbe, 0xb5, 0xd7, 0x00, - 0x55, 0x8b, 0x5e, 0x85, 0x4a, 0x67, 0x5e, 0x8f, 0x6e, 0xed, 0xf5, 0x2b, 0xaa, 0xd0, 0xeb, 0x15, - 0xd9, 0x9e, 0x4e, 0x88, 0x94, 0x1b, 0x95, 0xb1, 0x72, 0x52, 0x3c, 0xc6, 0xd7, 0x47, 0xcb, 0xb3, - 0x7d, 0x7f, 0x84, 0x03, 0xe3, 0xc4, 0x75, 0x12, 0xcd, 0xc7, 0x90, 0xfa, 0x2e, 0xf8, 0x21, 0x86, - 0xfd, 0x6c, 0x65, 0xa7, 0xda, 0xf7, 0x22, 0x6c, 0x82, 0xf5, 0xf4, 0x66, 0x43, 0x19, 0xa1, 0x4a, - 0xcb, 0x04, 0x8c, 0x71, 0x5f, 0x24, 0x95, 0x2f, 0x94, 0x27, 0x68, 0xbb, 0xb3, 0xd2, 0xf6, 0x74, - 0x26, 0x3d, 0xf1, 0xca, 0xb0, 0xa5, 0x16, 0xa1, 0x76, 0x44, 0xb6, 0x16, 0xc6, 0x05, 0x7d, 0x48, - 0xee, 0x42, 0xce, 0x78, 0x66, 0x82, 0x0a, 0x4e, 0xa5, 0x72, 0xe7, 0x46, 0x1a, 0x17, 0xc6, 0xea, - 0x22, 0xc1, 0x91, 0x56, 0x4e, 0xcc, 0x39, 0xc8, 0x0d, 0xda, 0x42, 0x73, 0x13, 0x54, 0x51, 0x87, - 0xeb, 0xf6, 0x3f, 0x15, 0x52, 0x9f, 0xfb, 0x40, 0x3a, 0x20, 0xb5, 0x4c, 0x4e, 0x6b, 0xbe, 0x82, - 0xbd, 0x7c, 0x79, 0x97, 0x39, 0x2e, 0xd9, 0xe1, 0x8d, 0x8e, 0x9e, 0xf8, 0x6a, 0x4a, 0x98, 0x85, - 0xa1, 0xd4, 0xae, 0x27, 0x54, 0xb1, 0x8b, 0x76, 0x57, 0x25, 0x65, 0xe0, 0x15, 0x93, 0x70, 0x73, - 0x34, 0xdb, 0x70, 0x30, 0xed, 0x7f, 0x2b, 0xa4, 0xf5, 0x56, 0xbe, 0xe8, 0x21, 0x79, 0x96, 0x72, - 0xc3, 0xe2, 0x0c, 0x22, 0x63, 0x35, 0x80, 0x8d, 0xca, 0x01, 0x1d, 0x69, 0x30, 0x32, 0x2b, 0x30, - 0x0f, 0xee, 0x5f, 0xc5, 0xbd, 0xf0, 0x49, 0x49, 0x3c, 0x43, 0xde, 0xae, 0xa7, 0x85, 0x33, 0x96, - 0x1b, 0x93, 0x57, 0x36, 0xcf, 0x22, 0xc3, 0x04, 0xb7, 0xfc, 0x4f, 0x36, 0x4b, 0x61, 0x63, 0xc5, - 0x98, 0xfc, 0xc9, 0xe6, 0xd9, 0xd9, 0x9c, 0x28, 0x6c, 0x5e, 0x2d, 0x20, 0xed, 0x6b, 0xf2, 0xe0, - 0x9d, 0xc3, 0x8e, 0x36, 0x49, 0xf5, 0x77, 0x98, 0x94, 0xff, 0x7b, 0xdc, 0x92, 0xee, 0x91, 0x75, - 0xdf, 0x95, 0xd7, 0x6e, 0xf1, 0x36, 0x17, 0x4c, 0x43, 0x2f, 0xfd, 0x76, 0xed, 0x9b, 0xca, 0xde, - 0x5f, 0xe4, 0x69, 0x22, 0xf3, 0x65, 0xea, 0xbd, 0xe6, 0x91, 0x8c, 0x5d, 0x02, 0x0a, 0x9d, 0xc0, - 0xa9, 0xab, 0xb8, 0xd3, 0xca, 0xeb, 0xdd, 0x52, 0x30, 0x94, 0x6e, 0xf2, 0xf4, 0xa4, 0x1e, 0xf6, - 0x87, 0x20, 0xb0, 0x1e, 0xfb, 0xfe, 0x88, 0x29, 0x6e, 0xde, 0xf9, 0xdf, 0xef, 0x3b, 0xbf, 0xfd, - 0x7b, 0xad, 0x3a, 0x38, 0x3f, 0x8b, 0xef, 0xa2, 0xe6, 0xcb, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, - 0xef, 0x7f, 0xde, 0x75, 0x90, 0x0a, 0x00, 0x00, + 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, 0xdf, 0xd1, 0x1e, 0x4b, 0xe7, 0x18, 0xed, 0xa6, 0x42, 0xa4, 0x19, 0xf4, 0xe3, + 0x4c, 0x14, 0x49, 0xdf, 0xd0, 0x0c, 0xb8, 0xe9, 0x8f, 0xbe, 0x88, 0xc0, 0xd0, 0xcf, 0xfa, 0x43, + 0x11, 0xf5, 0xa4, 0x12, 0x46, 0xe0, 0x67, 0x9e, 0xd6, 0x73, 0xb4, 0x9e, 0xa7, 0xf5, 0x4a, 0x5a, + 0x7b, 0xbb, 0xf4, 0xa0, 0x92, 0xf5, 0x29, 0xe7, 0xc2, 0x50, 0xc3, 0x04, 0xd7, 0x5e, 0xda, 0xee, + 0x2e, 0xca, 0x10, 0x8b, 0x3c, 0x17, 0xbc, 0x64, 0x3e, 0x2f, 0x99, 0x2e, 0x8a, 0x8a, 0xeb, 0xbe, + 0x61, 0x39, 0x68, 0x43, 0x73, 0x59, 0x12, 0x76, 0xe6, 0x09, 0xbf, 0x29, 0x2a, 0x25, 0xa8, 0x32, + 0xd5, 0x07, 0xff, 0x62, 0x54, 0x3d, 0x11, 0x11, 0xc6, 0xe8, 0x01, 0xa7, 0x39, 0x90, 0x4a, 0xa7, + 0xd2, 0xad, 0x05, 0x6e, 0x8d, 0x09, 0x7a, 0x14, 0x8b, 0x5c, 0x52, 0x3e, 0x26, 0x2b, 0x0e, 0x9e, + 0x84, 0x78, 0x17, 0x35, 0x14, 0xdc, 0x16, 0x4c, 0x33, 0x7b, 0xec, 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, 0x7d, 0x72, 0x7e, 0x2d, 0xc8, 0xa3, 0x4e, 0xa5, 0x5b, 0xdf, + 0x7b, 0xd5, 0x5b, 0x50, 0xf3, 0xde, 0x89, 0x88, 0x7a, 0xfb, 0x77, 0xc2, 0x63, 0x7e, 0x2d, 0x82, + 0x4d, 0xfa, 0x26, 0x80, 0x4f, 0xd0, 0xfa, 0x50, 0x44, 0x61, 0x04, 0x1c, 0xae, 0x99, 0xd1, 0x64, + 0xad, 0x53, 0xed, 0x36, 0xf6, 0x5e, 0x2c, 0x33, 0x3e, 0xf0, 0xfc, 0xa0, 0x3e, 0x9c, 0xae, 0x35, + 0x7e, 0x8d, 0x5a, 0xb6, 0x60, 0xc0, 0xf5, 0xcc, 0x49, 0x6b, 0xee, 0xa4, 0x9f, 0x2e, 0x34, 0x1c, + 0xcc, 0xa8, 0xdc, 0x31, 0x9b, 0xf1, 0x1c, 0x82, 0x63, 0xd4, 0x8a, 0x0b, 0x6d, 0x44, 0x1e, 0x52, + 0x63, 0x14, 0x8b, 0x0a, 0x03, 0x9a, 0xa0, 0x4e, 0xb5, 0x5b, 0xdf, 0xfb, 0x72, 0x69, 0x15, 0x06, + 0x4e, 0xb9, 0x3f, 0x15, 0x1e, 0x71, 0xa3, 0xc6, 0x41, 0x33, 0x9e, 0x83, 0x6d, 0x31, 0x12, 0x48, + 0x15, 0x40, 0x68, 0xc6, 0x12, 0x34, 0xa9, 0xdf, 0xa3, 0x18, 0x87, 0x4e, 0x70, 0x39, 0x96, 0x60, + 0x7f, 0xd3, 0xc9, 0x5a, 0xe3, 0x1d, 0x84, 0x12, 0x90, 0x54, 0x99, 0x1c, 0xb8, 0x21, 0xeb, 0xee, + 0x47, 0x9f, 0x41, 0xf0, 0x15, 0x6a, 0x42, 0x2e, 0x33, 0x31, 0xb6, 0x51, 0x99, 0x6f, 0xc3, 0xe5, + 0xfb, 0x78, 0x61, 0xbe, 0xa3, 0xa9, 0xc8, 0xe5, 0xdc, 0x84, 0x37, 0x62, 0x97, 0x97, 0xf1, 0x18, + 0xb8, 0x61, 0x23, 0xd0, 0xa4, 0xe1, 0xf3, 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, 0xac, 0xca, + 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, 0x23, 0xcd, 0xa1, 0xf8, 0x25, + 0x6a, 0x2a, 0xd0, 0x52, 0x70, 0xcd, 0x22, 0x96, 0x31, 0xc3, 0x40, 0x93, 0xc7, 0x8e, 0xf9, 0x16, + 0x8e, 0x7f, 0x42, 0x0d, 0x29, 0xb4, 0x61, 0x3c, 0x0d, 0x15, 0xa4, 0xf6, 0xd9, 0x6d, 0xb9, 0xaf, + 0x78, 0xb9, 0xf0, 0x2b, 0xce, 0xbd, 0x24, 0x70, 0x8a, 0x60, 0x43, 0xce, 0x86, 0xf8, 0x7b, 0x84, + 0x46, 0xac, 0x4c, 0x31, 0x26, 0x4f, 0x9c, 0xdd, 0xe2, 0xab, 0x71, 0x35, 0xa5, 0x07, 0x33, 0x52, + 0xfc, 0x1d, 0x6a, 0xd8, 0xe2, 0x6a, 0x43, 0x95, 0x09, 0x6d, 0xff, 0x22, 0x4f, 0xdd, 0x1b, 0x69, + 0x4f, 0xcc, 0x26, 0xbd, 0xab, 0x77, 0x39, 0x69, 0x6e, 0x81, 0x7d, 0xa4, 0x17, 0x56, 0x60, 0x21, + 0xfc, 0xad, 0x7f, 0xb4, 0xc0, 0x13, 0xaf, 0xff, 0xdf, 0x52, 0x3d, 0x1a, 0x8a, 0xe8, 0x88, 0x27, + 0x4e, 0x7d, 0x8a, 0xb6, 0x26, 0xb5, 0x91, 0x45, 0x94, 0x31, 0x7d, 0xe3, 0x5d, 0xc8, 0x52, 0x17, + 0x5c, 0xea, 0xce, 0xbd, 0xcc, 0xb9, 0x9d, 0xa0, 0xc7, 0x13, 0x37, 0xf8, 0x5d, 0x32, 0x05, 0xde, + 0xec, 0xff, 0x4b, 0xcd, 0x5a, 0xa5, 0xec, 0xc8, 0xa9, 0xe6, 0xbd, 0x62, 0x05, 0xd4, 0x94, 0x5e, + 0xed, 0x7b, 0x7b, 0x0d, 0x9c, 0x6a, 0xde, 0xab, 0x90, 0xc9, 0xd4, 0xeb, 0xd9, 0xbd, 0xbd, 0x7e, + 0x76, 0x2a, 0xe7, 0xf5, 0x0a, 0x6d, 0x95, 0x93, 0x20, 0x4c, 0x98, 0x96, 0x19, 0x1d, 0x87, 0x6e, + 0x78, 0x6c, 0xbb, 0xdb, 0x87, 0xcb, 0xbd, 0x43, 0xbf, 0xf5, 0xa3, 0x1d, 0x25, 0x67, 0xb6, 0x93, + 0x28, 0x36, 0x82, 0xc4, 0x77, 0xc1, 0xf7, 0x5c, 0xda, 0x4f, 0x96, 0x76, 0xaa, 0x43, 0x2f, 0x72, + 0x4d, 0xb0, 0x9e, 0xdc, 0x05, 0x98, 0x22, 0x2c, 0x95, 0x88, 0x41, 0x6b, 0xfb, 0x45, 0x42, 0xfa, + 0x87, 0xb2, 0xe3, 0x6c, 0xf7, 0x96, 0xda, 0x9e, 0x4f, 0xa5, 0x67, 0x5e, 0x19, 0xb4, 0xe4, 0x3c, + 0xd4, 0x0e, 0xd1, 0xe6, 0xdc, 0xb8, 0xc0, 0x4f, 0xd1, 0x43, 0xc8, 0x29, 0xcb, 0x34, 0xa9, 0xb8, + 0xa9, 0x54, 0x46, 0x76, 0xa4, 0x31, 0xae, 0x8d, 0x2a, 0x62, 0x37, 0xd2, 0xfc, 0xb4, 0x9c, 0x85, + 0xec, 0x7c, 0x2d, 0x14, 0xd3, 0xa4, 0xea, 0x74, 0x6e, 0xdd, 0xfe, 0xbb, 0x82, 0xea, 0x33, 0x1f, + 0x88, 0x07, 0xa8, 0x96, 0x89, 0xc9, 0x9b, 0xaf, 0xb8, 0x5e, 0xbe, 0xb8, 0xcb, 0x9c, 0x96, 0xec, + 0xe0, 0x4e, 0x87, 0xcf, 0xfc, 0x6b, 0x8a, 0xa9, 0x81, 0x54, 0x28, 0xdb, 0x13, 0xaa, 0xae, 0x8b, + 0x76, 0x97, 0x15, 0x65, 0xe0, 0x15, 0xe3, 0x60, 0x63, 0x38, 0x0d, 0x18, 0xe8, 0xf6, 0x3f, 0x15, + 0xd4, 0x7a, 0xab, 0x5e, 0xf8, 0x18, 0xbd, 0x9f, 0x30, 0x4d, 0xa3, 0x0c, 0x42, 0x6d, 0x14, 0x80, + 0x09, 0xcb, 0x01, 0x1d, 0x2a, 0xd0, 0x22, 0x2b, 0x5c, 0x1d, 0xec, 0x9f, 0x89, 0xb5, 0x60, 0xa7, + 0x24, 0x5e, 0x38, 0xde, 0xbe, 0xa7, 0x05, 0x53, 0x96, 0x1d, 0x93, 0x37, 0x26, 0xcf, 0x42, 0x4d, + 0x39, 0x33, 0xec, 0x0f, 0x3a, 0x2d, 0x61, 0x63, 0xc9, 0x98, 0xfc, 0xc1, 0xe4, 0xd9, 0xc5, 0x8c, + 0x28, 0x68, 0xde, 0xcc, 0x21, 0xed, 0x5b, 0xf4, 0xe4, 0x9d, 0xc3, 0x0e, 0x37, 0x51, 0xf5, 0x57, + 0x18, 0x97, 0x7f, 0x77, 0xec, 0x12, 0x1f, 0xa0, 0x55, 0xdf, 0x95, 0x57, 0xee, 0x71, 0x37, 0xe7, + 0x4c, 0x03, 0x2f, 0xfd, 0x7a, 0xe5, 0xab, 0xca, 0xc1, 0x9f, 0xe8, 0x79, 0x2c, 0xf2, 0x45, 0xea, + 0x83, 0xe6, 0x89, 0x88, 0x6c, 0x01, 0x0a, 0x15, 0xc3, 0xb9, 0x7d, 0x71, 0xe7, 0x95, 0xd7, 0xfb, + 0xa5, 0x20, 0x15, 0x76, 0xf2, 0xf4, 0x84, 0x4a, 0xfb, 0x29, 0x70, 0xf7, 0x1e, 0xfb, 0x7e, 0x8b, + 0x4a, 0xa6, 0xdf, 0xf9, 0x97, 0xf0, 0x1b, 0x1f, 0xfe, 0xb5, 0x52, 0x1d, 0x5c, 0x5e, 0x44, 0x0f, + 0x9d, 0xe6, 0xf3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x37, 0xac, 0xbd, 0x4d, 0xa7, 0x0a, 0x00, + 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/job_service.pb.go b/googleapis/cloud/talent/v4beta1/job_service.pb.go index 8ce906504e803eb8858481eca833cdd91e20e2df..ce9f10bdffe0d496d105c73e5e9e2b9a53e26810 100644 --- a/googleapis/cloud/talent/v4beta1/job_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/job_service.pb.go @@ -46,16 +46,14 @@ const ( // A minimal view of the job, with the following attributes: // [Job.name][google.cloud.talent.v4beta1.Job.name], // [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], - // [Job.job_title][], - // [Job.company_name][google.cloud.talent.v4beta1.Job.company_name], + // [Job.job_title][], [Job.company][google.cloud.talent.v4beta1.Job.company], // [Job.DerivedInfo.locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations], // [Job.language_code][google.cloud.talent.v4beta1.Job.language_code]. JobView_JOB_VIEW_MINIMAL JobView = 2 // A small view of the job, with the following attributes in the search // results: [Job.name][google.cloud.talent.v4beta1.Job.name], // [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], - // [Job.job_title][], - // [Job.company_name][google.cloud.talent.v4beta1.Job.company_name], + // [Job.job_title][], [Job.company][google.cloud.talent.v4beta1.Job.company], // [Job.DerivedInfo.locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations], // [Job.visibility][google.cloud.talent.v4beta1.Job.visibility], // [Job.language_code][google.cloud.talent.v4beta1.Job.language_code], @@ -84,7 +82,7 @@ func (x JobView) String() string { return proto.EnumName(JobView_name, int32(x)) } func (JobView) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_job_service_259db9e6c393408c, []int{0} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{0} } // A string-represented enumeration of the job search mode. The service @@ -120,7 +118,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_259db9e6c393408c, []int{7, 0} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{7, 0} } // Controls whether highly similar jobs are returned next to each other in @@ -159,7 +157,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_259db9e6c393408c, []int{7, 1} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{7, 1} } // The importance level for @@ -218,7 +216,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_259db9e6c393408c, []int{7, 0, 0} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{7, 0, 0} } // Input only. @@ -227,10 +225,13 @@ func (SearchJobsRequest_CustomRankingInfo_ImportanceLevel) EnumDescriptor() ([]b type CreateJobRequest struct { // Required. // - // The resource name of the project under which the job is created. + // The resource name of the tenant under which the job is created. // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". + // + // Tenant id is optional and a default tenant is created if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. // @@ -245,7 +246,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_259db9e6c393408c, []int{0} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{0} } func (m *CreateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobRequest.Unmarshal(m, b) @@ -287,8 +288,12 @@ type GetJobRequest struct { // // The resource name of the job to retrieve. // - // The format is "projects/{project_id}/jobs/{job_id}", - // for example, "projects/api-test-project/jobs/1234". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for + // example, "projects/api-test-project/tenants/foo/jobs/1234". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/jobs/1234". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -299,7 +304,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_259db9e6c393408c, []int{1} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{1} } func (m *GetJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobRequest.Unmarshal(m, b) @@ -354,7 +359,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_259db9e6c393408c, []int{2} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{2} } func (m *UpdateJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobRequest.Unmarshal(m, b) @@ -396,8 +401,12 @@ type DeleteJobRequest struct { // // The resource name of the job to be deleted. // - // The format is "projects/{project_id}/jobs/{job_id}", - // for example, "projects/api-test-project/jobs/1234". + // The format is + // "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}", for + // example, "projects/api-test-project/tenants/foo/jobs/1234". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project/jobs/1234". Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -408,7 +417,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_259db9e6c393408c, []int{3} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{3} } func (m *DeleteJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobRequest.Unmarshal(m, b) @@ -441,10 +450,13 @@ func (m *DeleteJobRequest) GetName() string { type BatchDeleteJobsRequest struct { // Required. // - // The resource name of the project under which the job is created. + // The resource name of the tenant under which the job is created. + // + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. // @@ -469,7 +481,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_259db9e6c393408c, []int{4} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{4} } func (m *BatchDeleteJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BatchDeleteJobsRequest.Unmarshal(m, b) @@ -509,10 +521,13 @@ func (m *BatchDeleteJobsRequest) GetFilter() string { type ListJobsRequest struct { // Required. // - // The resource name of the project under which the job is created. + // The resource name of the tenant under which the job is created. // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". + // + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Required. // @@ -529,11 +544,11 @@ type ListJobsRequest struct { // // Sample Query: // - // * companyName = "projects/api-test-project/companies/123" - // * companyName = "projects/api-test-project/companies/123" AND requisitionId - // = "req-1" - // * companyName = "projects/api-test-project/companies/123" AND status = - // "EXPIRED" + // * companyName = "projects/api-test-project/tenants/foo/companies/bar" + // * companyName = "projects/api-test-project/tenants/foo/companies/bar" AND + // requisitionId = "req-1" + // * companyName = "projects/api-test-project/tenants/foo/companies/bar" AND + // status = "EXPIRED" Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"` // Optional. // @@ -567,7 +582,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_259db9e6c393408c, []int{5} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{5} } func (m *ListJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsRequest.Unmarshal(m, b) @@ -645,7 +660,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_259db9e6c393408c, []int{6} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{6} } func (m *ListJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobsResponse.Unmarshal(m, b) @@ -692,10 +707,13 @@ func (m *ListJobsResponse) GetMetadata() *ResponseMetadata { type SearchJobsRequest struct { // Required. // - // The resource name of the project to search within. + // The resource name of the tenant to search within. + // + // The format is "projects/{project_id}/tenants/{tenant_id}", for example, + // "projects/api-test-project/tenant/foo". // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". + // Tenant id is optional and the default tenant is used if unspecified, for + // example, "projects/api-test-project". Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` // Optional. // @@ -971,7 +989,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_259db9e6c393408c, []int{7} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{7} } func (m *SearchJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsRequest.Unmarshal(m, b) @@ -1138,7 +1156,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_259db9e6c393408c, []int{7, 0} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{7, 0} } func (m *SearchJobsRequest_CustomRankingInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsRequest_CustomRankingInfo.Unmarshal(m, b) @@ -1220,7 +1238,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_259db9e6c393408c, []int{8} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{8} } func (m *SearchJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsResponse.Unmarshal(m, b) @@ -1337,7 +1355,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_259db9e6c393408c, []int{8, 0} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{8, 0} } func (m *SearchJobsResponse_MatchingJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsResponse_MatchingJob.Unmarshal(m, b) @@ -1412,7 +1430,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_259db9e6c393408c, []int{8, 1} + return fileDescriptor_job_service_4a256b8329dd21c9, []int{8, 1} } func (m *SearchJobsResponse_CommuteInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchJobsResponse_CommuteInfo.Unmarshal(m, b) @@ -1839,122 +1857,126 @@ var _JobService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/job_service.proto", fileDescriptor_job_service_259db9e6c393408c) -} - -var fileDescriptor_job_service_259db9e6c393408c = []byte{ - // 1805 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4f, 0x73, 0xdb, 0xc6, - 0x15, 0x2f, 0xa8, 0x7f, 0xe4, 0xa3, 0x24, 0x42, 0x6b, 0xc5, 0x66, 0xa8, 0xb4, 0x51, 0xe8, 0xda, - 0x55, 0xe4, 0x88, 0x74, 0xe8, 0x74, 0xa6, 0x8d, 0x26, 0xd3, 0xf2, 0x0f, 0x14, 0xc1, 0x25, 0x25, - 0x16, 0xa4, 0xec, 0xd4, 0x87, 0xa0, 0x20, 0xb8, 0xa2, 0x20, 0x81, 0x58, 0x04, 0x58, 0xca, 0x56, - 0x32, 0x3e, 0xb4, 0xbd, 0xf5, 0xd0, 0x43, 0x7b, 0xe9, 0x4c, 0x67, 0x72, 0xc8, 0x47, 0xe8, 0x74, - 0xa6, 0x87, 0xce, 0xf4, 0x2b, 0xf4, 0xd0, 0xaf, 0xd0, 0x0f, 0xd2, 0xd9, 0x3f, 0x80, 0x48, 0x9a, - 0x26, 0x29, 0x7b, 0x72, 0xe3, 0xbe, 0xf7, 0xdb, 0xb7, 0xbf, 0xf7, 0x07, 0x6f, 0xf7, 0x11, 0xf6, - 0x7a, 0x84, 0xf4, 0x5c, 0x5c, 0xb4, 0x5d, 0x32, 0xe8, 0x16, 0xa9, 0xe5, 0x62, 0x8f, 0x16, 0x2f, - 0x3f, 0xe9, 0x60, 0x6a, 0x7d, 0x5c, 0x3c, 0x27, 0x1d, 0x33, 0xc4, 0xc1, 0xa5, 0x63, 0xe3, 0x82, - 0x1f, 0x10, 0x4a, 0xd0, 0x96, 0x80, 0x17, 0x38, 0xbc, 0x20, 0xe0, 0x05, 0x09, 0xcf, 0xbd, 0x27, - 0x6d, 0x59, 0xbe, 0x53, 0xb4, 0x3c, 0x8f, 0x50, 0x8b, 0x3a, 0xc4, 0x0b, 0xc5, 0xd6, 0xdc, 0x4f, - 0xa6, 0x9d, 0xd4, 0xb1, 0xa8, 0x7d, 0x26, 0x81, 0x3b, 0xd3, 0x80, 0x36, 0xe9, 0xf7, 0x89, 0x27, - 0x91, 0x1f, 0x4e, 0x43, 0x9e, 0x3a, 0x2e, 0xc5, 0x41, 0x74, 0xfa, 0x83, 0x69, 0xd0, 0x33, 0x27, - 0xa4, 0xa4, 0x17, 0x58, 0x7d, 0x09, 0xbe, 0x37, 0x23, 0x28, 0x12, 0x76, 0x57, 0xc2, 0x5c, 0xe2, - 0xf5, 0x82, 0x81, 0xe7, 0x39, 0x5e, 0xaf, 0x48, 0x7c, 0x1c, 0x8c, 0xb8, 0xfd, 0x23, 0x09, 0xe2, - 0xab, 0xce, 0xe0, 0xb4, 0xd8, 0x1d, 0x08, 0x80, 0xd4, 0x6f, 0x8d, 0xeb, 0x71, 0xdf, 0xa7, 0x57, - 0x52, 0xb9, 0x3d, 0xae, 0x3c, 0x75, 0xb0, 0xdb, 0x35, 0xfb, 0x56, 0x78, 0x21, 0x10, 0xf9, 0x2f, - 0x41, 0xad, 0x06, 0xd8, 0xa2, 0xf8, 0x31, 0xe9, 0x18, 0xf8, 0xab, 0x01, 0x0e, 0x29, 0xba, 0x0d, - 0xcb, 0xbe, 0x15, 0x60, 0x8f, 0x66, 0x95, 0x6d, 0x65, 0x27, 0x65, 0xc8, 0x15, 0x2a, 0xc1, 0xc2, - 0x39, 0xe9, 0x64, 0x13, 0xdb, 0xca, 0x4e, 0xba, 0xb4, 0x5d, 0x98, 0x92, 0xca, 0x02, 0xb3, 0xc6, - 0xc0, 0xf9, 0xbb, 0xb0, 0xf6, 0x39, 0xa6, 0x43, 0xc6, 0x11, 0x2c, 0x7a, 0x56, 0x1f, 0x4b, 0xd3, - 0xfc, 0x77, 0xfe, 0x0f, 0x0a, 0xa8, 0x27, 0x7e, 0x77, 0x94, 0x85, 0x3c, 0x4d, 0xb9, 0xc1, 0x69, - 0x68, 0x1f, 0xd2, 0x03, 0x6e, 0x87, 0xbb, 0x28, 0x99, 0xe6, 0xa2, 0xbd, 0x51, 0x14, 0x0a, 0x07, - 0x2c, 0x0a, 0x0d, 0x2b, 0xbc, 0x30, 0x40, 0xc0, 0xd9, 0xef, 0xfc, 0x7d, 0x50, 0x6b, 0xd8, 0xc5, - 0x23, 0x24, 0x26, 0xb1, 0x3d, 0x84, 0xdb, 0x15, 0x56, 0x6e, 0x31, 0x38, 0x9c, 0x15, 0xb8, 0xdb, - 0xb0, 0x2c, 0xaa, 0x89, 0x33, 0x4a, 0x19, 0x72, 0x95, 0xff, 0xb7, 0x02, 0x99, 0xba, 0x13, 0xd2, - 0xb7, 0xb0, 0x81, 0x7e, 0x08, 0xe0, 0x5b, 0x3d, 0x6c, 0x52, 0x72, 0x81, 0xbd, 0xec, 0x02, 0xd7, - 0xa5, 0x98, 0xa4, 0xcd, 0x04, 0x68, 0x0b, 0xf8, 0xc2, 0x0c, 0x9d, 0xaf, 0x71, 0x76, 0x71, 0x5b, - 0xd9, 0x59, 0x32, 0x92, 0x4c, 0xd0, 0x72, 0xbe, 0xc6, 0xe8, 0x17, 0x90, 0x64, 0x9f, 0xe8, 0xa5, - 0x83, 0x9f, 0x67, 0x97, 0xb6, 0x95, 0x9d, 0xf5, 0xd2, 0x8f, 0x67, 0xc5, 0xf9, 0x89, 0x83, 0x9f, - 0x1b, 0x2b, 0xe7, 0xe2, 0x47, 0xfe, 0x5f, 0x0a, 0xa8, 0xd7, 0x0e, 0x84, 0x3e, 0xf1, 0x42, 0x8c, - 0x3e, 0x81, 0xc5, 0x73, 0xd2, 0x09, 0xb3, 0xca, 0xf6, 0xc2, 0x5c, 0x99, 0xe3, 0x68, 0x74, 0x1f, - 0x32, 0x1e, 0x7e, 0x41, 0xcd, 0x21, 0x67, 0x84, 0xa3, 0x6b, 0x4c, 0xdc, 0x8c, 0x1d, 0xd2, 0x21, - 0xd9, 0xc7, 0xd4, 0xea, 0x5a, 0xd4, 0xe2, 0xde, 0xa6, 0x4b, 0x7b, 0x53, 0x4f, 0x88, 0x68, 0x35, - 0xe4, 0x26, 0x23, 0xde, 0x9e, 0xff, 0x36, 0x0d, 0x1b, 0x2d, 0x6c, 0x05, 0xf6, 0xd9, 0x3c, 0x09, - 0x78, 0x06, 0xe9, 0x90, 0x83, 0xcd, 0x3e, 0xe9, 0x62, 0x4e, 0x6e, 0xbd, 0xf4, 0xf3, 0xa9, 0x67, - 0xbf, 0x62, 0x5c, 0x4a, 0x1a, 0xa4, 0x8b, 0x0d, 0x08, 0xe3, 0xdf, 0xe8, 0x29, 0xa8, 0x81, 0x40, - 0x98, 0x63, 0xce, 0x7d, 0x34, 0xc3, 0x39, 0xbe, 0x29, 0xf6, 0x2d, 0x13, 0x8c, 0x0a, 0x50, 0x05, - 0x52, 0x2c, 0xc3, 0x5f, 0x0d, 0x70, 0x70, 0xc5, 0xd3, 0x9f, 0x2e, 0xdd, 0x9b, 0x95, 0x90, 0x5f, - 0x33, 0xb0, 0xc1, 0x2a, 0x83, 0xff, 0x42, 0x0f, 0x60, 0x03, 0x7b, 0x56, 0xc7, 0xc5, 0x66, 0x27, - 0x20, 0x56, 0x17, 0xb3, 0x3e, 0xc5, 0xcb, 0x25, 0x69, 0xa8, 0x42, 0x51, 0x89, 0xe5, 0xe8, 0x33, - 0xd8, 0x62, 0x1c, 0x9c, 0x00, 0x9b, 0x7e, 0x80, 0x6d, 0x27, 0xc4, 0x66, 0x80, 0xc3, 0x81, 0x4b, - 0x45, 0x05, 0x2e, 0xf3, 0x6d, 0x59, 0x09, 0x69, 0x0a, 0x84, 0xc1, 0x01, 0xbc, 0x22, 0xbf, 0x80, - 0x8d, 0xb8, 0x99, 0x72, 0xd6, 0x0e, 0x0e, 0xb3, 0x2b, 0xbc, 0x90, 0x1e, 0x4c, 0xe5, 0x7d, 0x18, - 0xed, 0x12, 0xec, 0xd5, 0xb3, 0xe1, 0xb5, 0x83, 0xc3, 0x91, 0x5a, 0x4f, 0xbe, 0x41, 0xad, 0xb3, - 0xba, 0x20, 0xa7, 0xa7, 0x21, 0xa6, 0xd9, 0x14, 0xff, 0x8c, 0xe4, 0x6a, 0xf4, 0x0b, 0x83, 0xb1, - 0x2f, 0x6c, 0xf4, 0xeb, 0x4c, 0x8f, 0x7f, 0x9d, 0xef, 0x42, 0x92, 0x04, 0x5d, 0x1c, 0x98, 0x9d, - 0xab, 0xec, 0x2a, 0x57, 0xae, 0xf0, 0x75, 0xe5, 0x0a, 0xbd, 0x80, 0x77, 0xba, 0xce, 0x25, 0x0e, - 0x42, 0xe7, 0xd4, 0xb1, 0x79, 0xc3, 0x37, 0x5d, 0x7c, 0x89, 0xdd, 0xec, 0x1a, 0x27, 0x5f, 0xbd, - 0x61, 0xe1, 0xd5, 0x46, 0x6d, 0xd5, 0x99, 0x29, 0x63, 0xb3, 0x3b, 0x41, 0x8a, 0x7c, 0xb8, 0x65, - 0x0f, 0x42, 0x4a, 0xfa, 0x66, 0x60, 0x79, 0x17, 0x8e, 0xd7, 0x33, 0x1d, 0xef, 0x94, 0x64, 0xd7, - 0x79, 0xf5, 0xfc, 0xf2, 0x86, 0xe7, 0x56, 0xb9, 0x25, 0x43, 0x18, 0xd2, 0xbd, 0x53, 0x62, 0x6c, - 0xd8, 0xe3, 0x22, 0x54, 0x62, 0xbe, 0x86, 0xbc, 0xc4, 0x2e, 0xf0, 0xd5, 0x73, 0x12, 0xb0, 0x2b, - 0x8a, 0xda, 0x67, 0x59, 0x95, 0x97, 0xcb, 0x2d, 0xa9, 0xfc, 0x95, 0xd0, 0x35, 0x98, 0x2a, 0xf7, - 0x8f, 0x04, 0x6c, 0xbc, 0x62, 0x1c, 0x7d, 0x03, 0xaa, 0xd3, 0xf7, 0x49, 0x40, 0x2d, 0xcf, 0xc6, - 0x32, 0x60, 0x0a, 0x0f, 0x58, 0xf3, 0x6d, 0x89, 0x17, 0xf4, 0xd8, 0xb0, 0x88, 0x5e, 0xc6, 0x19, - 0x15, 0xa0, 0x3d, 0x40, 0x51, 0xc4, 0xf0, 0x0b, 0x3f, 0xc0, 0x61, 0xe8, 0x90, 0xa8, 0x8b, 0x6d, - 0x48, 0x8d, 0x16, 0x2b, 0xf2, 0x21, 0x64, 0xc6, 0x4c, 0xa2, 0x6d, 0x78, 0x4f, 0x6f, 0x34, 0x8f, - 0x8d, 0x76, 0xf9, 0xa8, 0xaa, 0x99, 0x75, 0xed, 0x89, 0x56, 0x37, 0x4f, 0x8e, 0x5a, 0x4d, 0xad, - 0xaa, 0x1f, 0xe8, 0x5a, 0x4d, 0xfd, 0x01, 0x4a, 0xc2, 0xe2, 0xd1, 0xf1, 0x91, 0xa6, 0x2a, 0x68, - 0x05, 0x16, 0xea, 0xc7, 0x4f, 0xd5, 0x04, 0x13, 0x35, 0xf4, 0x7a, 0x4d, 0x5d, 0x40, 0x00, 0xcb, - 0x0d, 0xad, 0xa6, 0x9f, 0x34, 0xd4, 0x45, 0x26, 0x3d, 0xd4, 0x3f, 0x3f, 0x54, 0x97, 0x50, 0x1a, - 0x56, 0xb4, 0x2f, 0xda, 0x86, 0xd6, 0xd0, 0xd4, 0xe5, 0xbc, 0x01, 0x70, 0xdd, 0x83, 0xd0, 0x16, - 0xdc, 0x69, 0x69, 0x65, 0xa3, 0x7a, 0x68, 0x36, 0x8e, 0x6b, 0xda, 0xd8, 0x51, 0xeb, 0x00, 0x8f, - 0x8f, 0x2b, 0xa6, 0x00, 0xa8, 0x0a, 0xba, 0x03, 0xb7, 0x0e, 0xb4, 0x72, 0xfb, 0xc4, 0xd0, 0x6a, - 0xe6, 0x90, 0x22, 0x91, 0x7f, 0x0a, 0x9b, 0x93, 0xca, 0x0b, 0xdd, 0x83, 0x0f, 0x6a, 0xfa, 0x13, - 0xcd, 0x68, 0xe9, 0x07, 0x7a, 0xb5, 0xdc, 0xd6, 0x8f, 0x8f, 0x26, 0xba, 0xb4, 0x0a, 0xc9, 0x9a, - 0xde, 0x2a, 0x57, 0xea, 0x5a, 0x4d, 0x55, 0x98, 0x0f, 0x2d, 0xbd, 0xd1, 0xac, 0x6b, 0x6a, 0x22, - 0xff, 0x9f, 0x24, 0xa0, 0xe1, 0xcc, 0xc8, 0x0b, 0xe6, 0xb7, 0xb0, 0xc6, 0xcb, 0x83, 0x05, 0x7a, - 0xe8, 0xa6, 0xd9, 0x9f, 0x3b, 0xc3, 0xc2, 0x4e, 0xa1, 0x21, 0x8d, 0xb0, 0x4b, 0x68, 0xb5, 0x7f, - 0xbd, 0x08, 0x91, 0x03, 0x77, 0x46, 0xdb, 0xd0, 0x95, 0xec, 0x62, 0x61, 0x36, 0xc1, 0xcf, 0xfa, - 0xf8, 0x26, 0xcd, 0x88, 0xef, 0x34, 0xde, 0x39, 0x9b, 0x20, 0x9d, 0x78, 0xef, 0x2d, 0x4c, 0xba, - 0xf7, 0x9a, 0xa0, 0xba, 0x44, 0x36, 0x02, 0xf9, 0x34, 0xcd, 0x2e, 0x72, 0x2e, 0xd3, 0x1b, 0x7a, - 0x5d, 0x6e, 0x32, 0x32, 0xd1, 0xf6, 0x03, 0xb1, 0x1b, 0x3d, 0x84, 0x4d, 0x1c, 0x52, 0xa7, 0x6f, - 0x51, 0xdc, 0x35, 0x29, 0xa1, 0x96, 0x2b, 0x7a, 0xd8, 0x12, 0xef, 0x61, 0x28, 0xd6, 0xb5, 0x99, - 0x2a, 0xea, 0x66, 0x43, 0xb8, 0x65, 0x8e, 0x4b, 0xd1, 0x58, 0x3d, 0x7c, 0x35, 0xaf, 0xbc, 0xd5, - 0xd5, 0x8c, 0xf6, 0x21, 0x27, 0x2f, 0x1b, 0xdc, 0x95, 0x09, 0x60, 0x99, 0x36, 0x6d, 0x32, 0xf0, - 0x28, 0xef, 0xdf, 0x4b, 0xc6, 0x9d, 0x18, 0xc1, 0x03, 0xca, 0x12, 0x57, 0x65, 0x6a, 0xf4, 0x0c, - 0xd4, 0xd0, 0xc7, 0xae, 0x6b, 0xda, 0x24, 0x08, 0xb0, 0xcd, 0x7c, 0xe6, 0x3d, 0x3b, 0x5d, 0x2a, - 0x4e, 0x2f, 0x11, 0xb6, 0xc9, 0xf1, 0x7a, 0xd5, 0x78, 0x9b, 0x91, 0xe1, 0x86, 0xae, 0x05, 0xb9, - 0x6f, 0x13, 0x90, 0x1e, 0xaa, 0x9b, 0x37, 0x7a, 0xa5, 0xbe, 0x0f, 0x69, 0x3e, 0x19, 0x0d, 0xfa, - 0x7d, 0x2b, 0xb8, 0x92, 0x0d, 0x02, 0xce, 0x49, 0xa7, 0x25, 0x24, 0x68, 0x17, 0x36, 0x18, 0x80, - 0x3a, 0xd4, 0xc5, 0x66, 0xe8, 0x39, 0xbe, 0x8f, 0xa9, 0xac, 0x8a, 0xcc, 0x39, 0xe9, 0xb4, 0x99, - 0xbc, 0x25, 0xc4, 0xa8, 0x00, 0xb7, 0xe4, 0xb3, 0x84, 0xb2, 0x32, 0x8a, 0xd0, 0x8b, 0xa2, 0xeb, - 0x08, 0x55, 0x1b, 0xbf, 0xa0, 0x11, 0xfe, 0x4b, 0x58, 0x65, 0x33, 0xd0, 0x80, 0x62, 0xd1, 0xd6, - 0x97, 0x38, 0xf3, 0x1b, 0x7f, 0x3b, 0x55, 0x61, 0x83, 0x77, 0xf4, 0xb4, 0x7d, 0xbd, 0xc8, 0xfd, - 0x4d, 0x81, 0xf4, 0x90, 0x12, 0x1d, 0xc2, 0x2a, 0xf3, 0x25, 0x2a, 0x3e, 0x19, 0xa9, 0x39, 0x6b, - 0x96, 0xc5, 0x29, 0x5a, 0xa0, 0x0a, 0x64, 0x68, 0x60, 0x5d, 0x62, 0xd7, 0x8c, 0x46, 0x20, 0xf9, - 0xc0, 0x7f, 0xf7, 0x95, 0x07, 0x7e, 0x4d, 0x02, 0x8c, 0x75, 0xb1, 0x23, 0x5a, 0xef, 0x5e, 0xc2, - 0x8a, 0xbc, 0xd8, 0x51, 0x16, 0x36, 0x59, 0x17, 0x7b, 0xa2, 0x6b, 0x4f, 0xc7, 0x1a, 0xd2, 0x26, - 0xa8, 0xb1, 0x46, 0xaf, 0x99, 0xc7, 0x47, 0xf5, 0xdf, 0xa8, 0xca, 0x88, 0xb4, 0xa1, 0x1f, 0xe9, - 0x8d, 0x72, 0x5d, 0x4d, 0x20, 0x04, 0xeb, 0xb1, 0xb4, 0xd5, 0x28, 0xd7, 0xeb, 0xea, 0x02, 0xda, - 0x80, 0xb5, 0x58, 0x76, 0x70, 0x52, 0xaf, 0xab, 0x8b, 0xa5, 0x7f, 0xa6, 0x00, 0x1e, 0x93, 0x4e, - 0x4b, 0x0c, 0xc3, 0xe8, 0x8f, 0x0a, 0xa4, 0xe2, 0xb1, 0x0b, 0x4d, 0xff, 0x4a, 0xc6, 0xc7, 0xb3, - 0xdc, 0xcc, 0x2a, 0xcb, 0x7f, 0xf4, 0xfb, 0xff, 0xfe, 0xef, 0x2f, 0x89, 0xfb, 0xf9, 0x0f, 0xe2, - 0xa1, 0xf3, 0x1b, 0xf1, 0x88, 0xfd, 0xcc, 0x0f, 0xc8, 0x39, 0xb6, 0x69, 0x58, 0xdc, 0x7d, 0xc9, - 0x06, 0xd1, 0xf0, 0x53, 0x65, 0x17, 0xfd, 0x4e, 0x81, 0x65, 0x31, 0xa3, 0xa1, 0xdd, 0xa9, 0xa6, - 0x47, 0x06, 0xb9, 0x39, 0x68, 0x7c, 0xc8, 0x69, 0xdc, 0x45, 0x43, 0x34, 0xd8, 0x00, 0x35, 0x44, - 0x82, 0x73, 0x28, 0xee, 0xbe, 0x44, 0x7f, 0x52, 0x20, 0x15, 0x4f, 0x80, 0x33, 0x02, 0x32, 0x3e, - 0x29, 0xce, 0xc1, 0xe4, 0x21, 0x67, 0xb2, 0x5b, 0xba, 0x77, 0xcd, 0x84, 0x8d, 0xe1, 0xaf, 0x61, - 0xc3, 0x82, 0xf2, 0x12, 0x52, 0xf1, 0x7c, 0x37, 0x83, 0xcf, 0xf8, 0xd0, 0x98, 0xbb, 0xfd, 0x4a, - 0x3d, 0x6a, 0x6c, 0x26, 0x8f, 0xe2, 0xb1, 0x3b, 0x47, 0x3c, 0xfe, 0xac, 0x40, 0x32, 0x1a, 0xac, - 0xd0, 0xf4, 0x19, 0x60, 0x6c, 0x80, 0xcc, 0xed, 0xcd, 0x89, 0x16, 0x1f, 0xf2, 0xa4, 0x24, 0xbd, - 0xa6, 0x56, 0xd0, 0x5f, 0x15, 0xc8, 0x8c, 0x4d, 0xbe, 0xe8, 0xd1, 0xd4, 0xd3, 0x26, 0xcf, 0xc9, - 0xaf, 0x0d, 0xd0, 0xcf, 0x38, 0x97, 0x52, 0x7e, 0x6f, 0x76, 0xdd, 0x76, 0xae, 0x2d, 0xb3, 0x74, - 0x7d, 0xa7, 0x44, 0xef, 0x1a, 0xce, 0xaa, 0x70, 0xb3, 0xc7, 0x5e, 0xae, 0x78, 0xc3, 0xf6, 0x97, - 0x7f, 0xc4, 0x99, 0xee, 0xe5, 0x77, 0x66, 0x33, 0x15, 0x2d, 0x98, 0x91, 0xfc, 0xbb, 0x32, 0xfc, - 0x9c, 0x39, 0x20, 0x41, 0xd9, 0xc5, 0x01, 0xfd, 0xfe, 0xc9, 0xee, 0x73, 0xb2, 0x3f, 0xcd, 0x3f, - 0x9c, 0x97, 0x6c, 0x44, 0xed, 0x53, 0x65, 0xb7, 0xf2, 0x12, 0xde, 0xb7, 0x49, 0x7f, 0xda, 0x91, - 0x95, 0xcc, 0x75, 0x67, 0x6b, 0xb2, 0x84, 0x36, 0x95, 0x67, 0x65, 0x89, 0xef, 0x11, 0xd7, 0xf2, - 0x7a, 0x05, 0x12, 0xf4, 0x8a, 0x3d, 0xec, 0xf1, 0x74, 0x17, 0x85, 0xca, 0xf2, 0x9d, 0x70, 0xe2, - 0x1f, 0x64, 0xfb, 0x62, 0xf9, 0x5d, 0x62, 0xa1, 0xda, 0x6e, 0x75, 0x96, 0xf9, 0x9e, 0x47, 0xff, - 0x0f, 0x00, 0x00, 0xff, 0xff, 0x51, 0xce, 0x76, 0x0b, 0x68, 0x14, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/job_service.proto", fileDescriptor_job_service_4a256b8329dd21c9) +} + +var fileDescriptor_job_service_4a256b8329dd21c9 = []byte{ + // 1870 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, + 0x61, 0xa0, 0x10, 0xb0, 0x61, 0xa7, 0x52, 0xb1, 0xca, 0x95, 0xe0, 0xb1, 0x34, 0x57, 0x01, 0x48, + 0x64, 0x01, 0x4a, 0x0a, 0x0f, 0x5a, 0x2f, 0x80, 0x01, 0xb8, 0xe4, 0x62, 0x67, 0xbd, 0x3b, 0xa0, + 0x44, 0x3b, 0xba, 0x24, 0x3f, 0x21, 0xc7, 0x54, 0xf9, 0x90, 0x73, 0x0e, 0x39, 0xe4, 0x96, 0x54, + 0xaa, 0x52, 0x95, 0x7b, 0x0e, 0x3e, 0xe6, 0x96, 0xca, 0x3f, 0xc8, 0x1f, 0x48, 0xcd, 0xec, 0xec, + 0xe2, 0x21, 0x08, 0x0f, 0xab, 0x72, 0xc3, 0x74, 0x7f, 0xdd, 0xd3, 0xdd, 0xf3, 0x4d, 0xcf, 0x36, + 0xe0, 0xb0, 0x47, 0x48, 0xcf, 0xc6, 0xf9, 0xb6, 0x4d, 0x06, 0x9d, 0x3c, 0x35, 0x6d, 0xec, 0xd0, + 0xfc, 0xf5, 0xc7, 0x2d, 0x4c, 0xcd, 0x0f, 0xf3, 0x97, 0xa4, 0x65, 0xf8, 0xd8, 0xbb, 0xb6, 0xda, + 0x38, 0xe7, 0x7a, 0x84, 0x12, 0xb4, 0x17, 0xc0, 0x73, 0x1c, 0x9e, 0x0b, 0xe0, 0x39, 0x01, 0xcf, + 0xbc, 0x27, 0x7c, 0x99, 0xae, 0x95, 0x37, 0x1d, 0x87, 0x50, 0x93, 0x5a, 0xc4, 0xf1, 0x03, 0xd3, + 0xcc, 0x0f, 0x66, 0xed, 0xd4, 0x32, 0x69, 0xfb, 0x42, 0x00, 0x0f, 0x66, 0x01, 0xdb, 0xa4, 0xdf, + 0x27, 0x8e, 0x40, 0xfe, 0x70, 0x16, 0xb2, 0x6b, 0xd9, 0x14, 0x7b, 0xe1, 0xee, 0x0f, 0x67, 0x41, + 0x2f, 0x2c, 0x9f, 0x92, 0x9e, 0x67, 0xf6, 0x05, 0xf8, 0xfe, 0x9c, 0xa2, 0x08, 0xd8, 0x3d, 0x01, + 0xb3, 0x89, 0xd3, 0xf3, 0x06, 0x8e, 0x63, 0x39, 0xbd, 0x3c, 0x71, 0xb1, 0x37, 0x96, 0xf6, 0xf7, + 0x04, 0x88, 0xaf, 0x5a, 0x83, 0x6e, 0xbe, 0x33, 0x08, 0x00, 0x42, 0xbf, 0x37, 0xa9, 0xc7, 0x7d, + 0x97, 0xde, 0x08, 0xe5, 0xfe, 0xa4, 0xb2, 0x6b, 0x61, 0xbb, 0x63, 0xf4, 0x4d, 0xff, 0x2a, 0x40, + 0x28, 0xcf, 0x41, 0x2e, 0x7b, 0xd8, 0xa4, 0xf8, 0x31, 0x69, 0xe9, 0xf8, 0x8b, 0x01, 0xf6, 0x29, + 0xba, 0x0d, 0xeb, 0xae, 0xe9, 0x61, 0x87, 0xa6, 0xa5, 0x7d, 0xe9, 0x20, 0xa1, 0x8b, 0x15, 0x2a, + 0xc0, 0xca, 0x25, 0x69, 0xa5, 0x63, 0xfb, 0xd2, 0x41, 0xb2, 0xb0, 0x9f, 0x9b, 0x71, 0x94, 0x39, + 0xe6, 0x8d, 0x81, 0x95, 0x7b, 0xb0, 0xf5, 0x19, 0xa6, 0x23, 0xce, 0x11, 0xac, 0x3a, 0x66, 0x1f, + 0x0b, 0xd7, 0xfc, 0xb7, 0xf2, 0x5b, 0x09, 0xe4, 0x33, 0xb7, 0x33, 0x1e, 0x85, 0xd8, 0x4d, 0x5a, + 0x62, 0x37, 0xf4, 0x08, 0x92, 0x03, 0xee, 0x87, 0xa7, 0x28, 0x22, 0xcd, 0x84, 0xb6, 0x61, 0x15, + 0x72, 0x47, 0xac, 0x0a, 0x35, 0xd3, 0xbf, 0xd2, 0x21, 0x80, 0xb3, 0xdf, 0xca, 0x03, 0x90, 0x2b, + 0xd8, 0xc6, 0x63, 0x41, 0x4c, 0x8b, 0xf6, 0x18, 0x6e, 0x97, 0x18, 0xdd, 0x22, 0xb0, 0x3f, 0xaf, + 0x70, 0xb7, 0x61, 0x3d, 0x60, 0x13, 0x8f, 0x28, 0xa1, 0x8b, 0x95, 0xf2, 0x37, 0x09, 0x52, 0x55, + 0xcb, 0xa7, 0x6f, 0xe1, 0x03, 0x7d, 0x17, 0xc0, 0x35, 0x7b, 0xd8, 0xa0, 0xe4, 0x0a, 0x3b, 0xe9, + 0x15, 0xae, 0x4b, 0x30, 0x49, 0x93, 0x09, 0xd0, 0x1e, 0xf0, 0x85, 0xe1, 0x5b, 0x5f, 0xe2, 0xf4, + 0xea, 0xbe, 0x74, 0xb0, 0xa6, 0xc7, 0x99, 0xa0, 0x61, 0x7d, 0x89, 0xd1, 0xcf, 0x20, 0xce, 0xae, + 0xe8, 0xb5, 0x85, 0x5f, 0xa4, 0xd7, 0xf6, 0xa5, 0x83, 0xed, 0xc2, 0xf7, 0xe7, 0xd5, 0xf9, 0x89, + 0x85, 0x5f, 0xe8, 0x1b, 0x97, 0xc1, 0x0f, 0xe5, 0x2f, 0x12, 0xc8, 0xc3, 0x04, 0x7c, 0x97, 0x38, + 0x3e, 0x46, 0x1f, 0xc3, 0xea, 0x25, 0x69, 0xf9, 0x69, 0x69, 0x7f, 0x65, 0xa1, 0x93, 0xe3, 0x68, + 0xf4, 0x00, 0x52, 0x0e, 0x7e, 0x49, 0x8d, 0x91, 0x64, 0x82, 0x44, 0xb7, 0x98, 0xb8, 0x1e, 0x25, + 0xa4, 0x41, 0xbc, 0x8f, 0xa9, 0xd9, 0x31, 0xa9, 0xc9, 0xb3, 0x4d, 0x16, 0x0e, 0x67, 0xee, 0x10, + 0x86, 0x55, 0x13, 0x46, 0x7a, 0x64, 0xae, 0x7c, 0x9d, 0x84, 0x9d, 0x06, 0x36, 0xbd, 0xf6, 0xc5, + 0x22, 0x07, 0x70, 0x0e, 0x49, 0x9f, 0x83, 0x8d, 0x3e, 0xe9, 0x60, 0x1e, 0xdc, 0x76, 0xe1, 0xa7, + 0x33, 0xf7, 0x7e, 0xcd, 0xb9, 0x90, 0xd4, 0x48, 0x07, 0xeb, 0xe0, 0x47, 0xbf, 0xd1, 0x53, 0x90, + 0xbd, 0x00, 0x61, 0x4c, 0x24, 0xf7, 0xa3, 0x39, 0xc9, 0x71, 0xa3, 0x28, 0xb7, 0x94, 0x37, 0x2e, + 0x40, 0x25, 0x48, 0xb0, 0x13, 0xfe, 0x62, 0x80, 0xbd, 0x1b, 0x7e, 0xfc, 0xc9, 0xc2, 0xfd, 0x79, + 0x07, 0xf2, 0x4b, 0x06, 0xd6, 0x19, 0x33, 0xf8, 0x2f, 0xf4, 0x10, 0x76, 0xb0, 0x63, 0xb6, 0x6c, + 0x6c, 0xb4, 0x3c, 0x62, 0x76, 0x30, 0xeb, 0x53, 0x9c, 0x2e, 0x71, 0x5d, 0x0e, 0x14, 0xa5, 0x48, + 0x8e, 0x3e, 0x85, 0x3d, 0x16, 0x83, 0xe5, 0x61, 0xc3, 0xf5, 0x70, 0xdb, 0xf2, 0xb1, 0xe1, 0x61, + 0x7f, 0x60, 0xd3, 0x80, 0x81, 0xeb, 0xdc, 0x2c, 0x2d, 0x20, 0xf5, 0x00, 0xa1, 0x73, 0x00, 0x67, + 0xe4, 0x33, 0xd8, 0x89, 0x9a, 0x29, 0x8f, 0xda, 0xc2, 0x7e, 0x7a, 0x83, 0x13, 0xe9, 0xe1, 0xcc, + 0xb8, 0x8f, 0x43, 0xab, 0x20, 0x7a, 0xf9, 0x62, 0x74, 0x6d, 0x61, 0x7f, 0x8c, 0xeb, 0xf1, 0x6f, + 0xc1, 0x75, 0xc6, 0x0b, 0xd2, 0xed, 0xfa, 0x98, 0xa6, 0x13, 0xfc, 0x1a, 0x89, 0xd5, 0xf8, 0x0d, + 0x83, 0x89, 0x1b, 0x36, 0x7e, 0x3b, 0x93, 0x93, 0xb7, 0xf3, 0x5d, 0x88, 0x13, 0xaf, 0x83, 0x3d, + 0xa3, 0x75, 0x93, 0xde, 0xe4, 0xca, 0x0d, 0xbe, 0x2e, 0xdd, 0xa0, 0x97, 0xf0, 0x4e, 0xc7, 0xba, + 0xc6, 0x9e, 0x6f, 0x75, 0xad, 0x36, 0x6f, 0xf8, 0x86, 0x8d, 0xaf, 0xb1, 0x9d, 0xde, 0xe2, 0xc1, + 0x97, 0x97, 0x24, 0x5e, 0x65, 0xdc, 0x57, 0x95, 0xb9, 0xd2, 0x77, 0x3b, 0x53, 0xa4, 0xc8, 0x85, + 0x5b, 0xed, 0x81, 0x4f, 0x49, 0xdf, 0xf0, 0x4c, 0xe7, 0xca, 0x72, 0x7a, 0x86, 0xe5, 0x74, 0x49, + 0x7a, 0x9b, 0xb3, 0xe7, 0xe7, 0x4b, 0xee, 0x5b, 0xe6, 0x9e, 0xf4, 0xc0, 0x91, 0xe6, 0x74, 0x89, + 0xbe, 0xd3, 0x9e, 0x14, 0xa1, 0x02, 0xcb, 0xd5, 0xe7, 0x14, 0xbb, 0xc2, 0x37, 0x2f, 0x88, 0xc7, + 0x9e, 0x28, 0xda, 0xbe, 0x48, 0xcb, 0x9c, 0x2e, 0xb7, 0x84, 0xf2, 0x17, 0x81, 0xae, 0xc6, 0x54, + 0x99, 0x3f, 0xc7, 0x60, 0xe7, 0x35, 0xe7, 0xe8, 0x2b, 0x90, 0xad, 0xbe, 0x4b, 0x3c, 0x6a, 0x3a, + 0x6d, 0x2c, 0x0a, 0x26, 0xf1, 0x82, 0xd5, 0xdf, 0x36, 0xf0, 0x9c, 0x16, 0x39, 0x0e, 0xaa, 0x97, + 0xb2, 0xc6, 0x05, 0xe8, 0x10, 0x50, 0x58, 0x31, 0xfc, 0xd2, 0xf5, 0xb0, 0xef, 0x5b, 0x24, 0xec, + 0x62, 0x3b, 0x42, 0xa3, 0x46, 0x0a, 0xc5, 0x87, 0xd4, 0x84, 0x4b, 0xb4, 0x0f, 0xef, 0x69, 0xb5, + 0xfa, 0xa9, 0xde, 0x2c, 0x9e, 0x94, 0x55, 0xa3, 0xaa, 0x3e, 0x51, 0xab, 0xc6, 0xd9, 0x49, 0xa3, + 0xae, 0x96, 0xb5, 0x23, 0x4d, 0xad, 0xc8, 0xdf, 0x41, 0x71, 0x58, 0x3d, 0x39, 0x3d, 0x51, 0x65, + 0x09, 0x6d, 0xc0, 0x4a, 0xf5, 0xf4, 0xa9, 0x1c, 0x63, 0xa2, 0x9a, 0x56, 0xad, 0xc8, 0x2b, 0x08, + 0x60, 0xbd, 0xa6, 0x56, 0xb4, 0xb3, 0x9a, 0xbc, 0xca, 0xa4, 0xc7, 0xda, 0x67, 0xc7, 0xf2, 0x1a, + 0x4a, 0xc2, 0x86, 0xfa, 0xac, 0xa9, 0xab, 0x35, 0x55, 0x5e, 0x57, 0x74, 0x80, 0x61, 0x0f, 0x42, + 0x7b, 0x70, 0xa7, 0xa1, 0x16, 0xf5, 0xf2, 0xb1, 0x51, 0x3b, 0xad, 0xa8, 0x13, 0x5b, 0x6d, 0x03, + 0x3c, 0x3e, 0x2d, 0x19, 0x01, 0x40, 0x96, 0xd0, 0x1d, 0xb8, 0x75, 0xa4, 0x16, 0x9b, 0x67, 0xba, + 0x5a, 0x31, 0x46, 0x14, 0x31, 0xe5, 0x29, 0xec, 0x4e, 0xa3, 0x17, 0xba, 0x0f, 0x77, 0x2b, 0xda, + 0x13, 0x55, 0x6f, 0x68, 0x47, 0x5a, 0xb9, 0xd8, 0xd4, 0x4e, 0x4f, 0xa6, 0xa6, 0xb4, 0x09, 0xf1, + 0x8a, 0xd6, 0x28, 0x96, 0xaa, 0x6a, 0x45, 0x96, 0x58, 0x0e, 0x0d, 0xad, 0x56, 0xaf, 0xaa, 0x72, + 0x4c, 0xf9, 0x67, 0x1c, 0xd0, 0xe8, 0xc9, 0x88, 0x07, 0xe6, 0x73, 0xd8, 0xe2, 0xf4, 0x60, 0x85, + 0x1e, 0x79, 0x69, 0x1e, 0x2d, 0x7c, 0xc2, 0x81, 0x9f, 0x5c, 0x4d, 0x38, 0x61, 0x8f, 0xd0, 0x66, + 0x7f, 0xb8, 0xf0, 0x91, 0x05, 0x77, 0xc6, 0xdb, 0xd0, 0x8d, 0xe8, 0x62, 0x7e, 0x3a, 0xc6, 0xf7, + 0xfa, 0x70, 0x99, 0x66, 0xc4, 0x2d, 0xf5, 0x77, 0x2e, 0xa6, 0x48, 0xa7, 0xbe, 0x7b, 0x2b, 0xd3, + 0xde, 0xbd, 0x3a, 0xc8, 0x36, 0x11, 0x8d, 0x40, 0x7c, 0x9a, 0xa6, 0x57, 0x79, 0x2c, 0xb3, 0x1b, + 0x7a, 0x55, 0x18, 0xe9, 0xa9, 0xd0, 0xfc, 0x28, 0xb0, 0x46, 0x1f, 0xc0, 0x2e, 0xf6, 0xa9, 0xd5, + 0x37, 0x29, 0xee, 0x18, 0x94, 0x50, 0xd3, 0x0e, 0x7a, 0xd8, 0x1a, 0xef, 0x61, 0x28, 0xd2, 0x35, + 0x99, 0x2a, 0xec, 0x66, 0x23, 0xb8, 0x75, 0x8e, 0x4b, 0xd0, 0x48, 0x3d, 0xfa, 0x34, 0x6f, 0xbc, + 0xd5, 0xd3, 0x8c, 0x1e, 0x41, 0x46, 0x3c, 0x36, 0xb8, 0x23, 0x0e, 0x80, 0x9d, 0xb4, 0xd1, 0x26, + 0x03, 0x87, 0xf2, 0xfe, 0xbd, 0xa6, 0xdf, 0x89, 0x10, 0xbc, 0xa0, 0xec, 0xe0, 0xca, 0x4c, 0x8d, + 0xce, 0x41, 0xf6, 0x5d, 0x6c, 0xdb, 0x46, 0x9b, 0x78, 0x1e, 0x6e, 0xb3, 0x9c, 0x79, 0xcf, 0x4e, + 0x16, 0xf2, 0xb3, 0x29, 0xc2, 0x8c, 0x2c, 0xa7, 0x57, 0x8e, 0xcc, 0xf4, 0x14, 0x77, 0x34, 0x14, + 0x64, 0xbe, 0x8e, 0x41, 0x72, 0x84, 0x37, 0xdf, 0xea, 0x2b, 0xf5, 0x7d, 0x48, 0xf2, 0xc9, 0x68, + 0xd0, 0xef, 0x9b, 0xde, 0x8d, 0x68, 0x10, 0x70, 0x49, 0x5a, 0x8d, 0x40, 0x82, 0xb2, 0xb0, 0xc3, + 0x00, 0xd4, 0xa2, 0x36, 0x36, 0x7c, 0xc7, 0x72, 0x5d, 0x4c, 0x05, 0x2b, 0x52, 0x97, 0xa4, 0xd5, + 0x64, 0xf2, 0x46, 0x20, 0x46, 0x39, 0xb8, 0x25, 0x3e, 0x4b, 0x28, 0xa3, 0x51, 0x88, 0x5e, 0x0d, + 0xba, 0x4e, 0xa0, 0x6a, 0xe2, 0x97, 0x34, 0xc4, 0x3f, 0x87, 0x4d, 0x36, 0x03, 0x0d, 0x28, 0x0e, + 0xda, 0xfa, 0x1a, 0x8f, 0x7c, 0xe9, 0xbb, 0x53, 0x0e, 0x7c, 0xf0, 0x8e, 0x9e, 0x6c, 0x0f, 0x17, + 0x99, 0xdf, 0x4b, 0x90, 0x1c, 0x51, 0xa2, 0x63, 0xd8, 0x64, 0xb9, 0x84, 0xe4, 0x13, 0x95, 0x5a, + 0x90, 0xb3, 0xac, 0x4e, 0xe1, 0x02, 0x95, 0x20, 0x45, 0x3d, 0xf3, 0x1a, 0xdb, 0x46, 0x38, 0x02, + 0x89, 0x0f, 0xfc, 0x77, 0x5f, 0xfb, 0xc0, 0xaf, 0x08, 0x80, 0xbe, 0x1d, 0x58, 0x84, 0xeb, 0xec, + 0x35, 0x6c, 0x88, 0x87, 0x1d, 0xa5, 0x61, 0x97, 0x75, 0xb1, 0x27, 0x9a, 0xfa, 0x74, 0xa2, 0x21, + 0xed, 0x82, 0x1c, 0x69, 0xb4, 0x8a, 0x71, 0x7a, 0x52, 0xfd, 0x95, 0x2c, 0x8d, 0x49, 0x6b, 0xda, + 0x89, 0x56, 0x2b, 0x56, 0xe5, 0x18, 0x42, 0xb0, 0x1d, 0x49, 0x1b, 0xb5, 0x62, 0xb5, 0x2a, 0xaf, + 0xa0, 0x1d, 0xd8, 0x8a, 0x64, 0x47, 0x67, 0xd5, 0xaa, 0xbc, 0x5a, 0xf8, 0xf7, 0x26, 0xc0, 0x63, + 0xd2, 0x6a, 0x04, 0xc3, 0x30, 0xfa, 0xab, 0x04, 0x89, 0x68, 0xec, 0x42, 0xb3, 0x6f, 0xc9, 0xe4, + 0x78, 0x96, 0x99, 0xcb, 0x32, 0xe5, 0xf9, 0x6f, 0xbe, 0xf9, 0xcf, 0xef, 0x62, 0xcf, 0x94, 0x87, + 0xd1, 0xd0, 0xf9, 0x55, 0xf0, 0x11, 0xfb, 0xa9, 0xeb, 0x91, 0x4b, 0xdc, 0xa6, 0x7e, 0x3e, 0x9b, + 0xa7, 0xd8, 0x31, 0x1d, 0xf6, 0xeb, 0x15, 0x1b, 0x49, 0xfd, 0x4f, 0xa4, 0xec, 0xf9, 0x03, 0xe5, + 0xee, 0x0c, 0x8b, 0x08, 0x87, 0xfe, 0x24, 0xc1, 0x7a, 0x30, 0xd5, 0xa1, 0xec, 0xcc, 0x60, 0xc6, + 0x46, 0xbf, 0x05, 0x02, 0x7f, 0xc6, 0x03, 0xd7, 0xd1, 0x48, 0xe0, 0x6c, 0xe4, 0x9a, 0x1a, 0x36, + 0x8f, 0x26, 0x9f, 0x7d, 0x75, 0x7e, 0x0f, 0xdd, 0x7d, 0x33, 0x5c, 0x80, 0xd0, 0x3f, 0x24, 0x48, + 0x44, 0x23, 0xe6, 0x9c, 0x8a, 0x4f, 0x8e, 0xa2, 0x0b, 0x04, 0xde, 0xe5, 0x81, 0x7f, 0x5e, 0xc8, + 0x0f, 0x23, 0x61, 0x73, 0xfe, 0xdc, 0xe0, 0x59, 0xd5, 0xb3, 0x85, 0xfb, 0xb3, 0xad, 0x86, 0x58, + 0xf4, 0x47, 0x09, 0x12, 0xd1, 0xdc, 0x39, 0x27, 0x8d, 0xc9, 0x61, 0x36, 0x73, 0xfb, 0xb5, 0x7b, + 0xa2, 0xf6, 0x5d, 0x7a, 0x13, 0x56, 0x3d, 0xbb, 0x5c, 0xd5, 0xb3, 0x0b, 0x54, 0xfd, 0xef, 0x12, + 0xc4, 0xc3, 0xf9, 0x10, 0xcd, 0x1e, 0x65, 0x26, 0xe6, 0xe0, 0xcc, 0xe1, 0x82, 0xe8, 0xa0, 0x1f, + 0x4d, 0x63, 0xce, 0x5c, 0xca, 0x8f, 0x33, 0xe7, 0x0d, 0x7c, 0x47, 0xdf, 0x48, 0x90, 0x9a, 0x98, + 0xf7, 0xd1, 0x47, 0x33, 0x83, 0x9b, 0xfe, 0xef, 0xc0, 0x1b, 0xcb, 0xef, 0xf3, 0xd0, 0xfb, 0xca, + 0x4f, 0x96, 0xb9, 0xad, 0xad, 0xe1, 0x1e, 0x8c, 0x43, 0x79, 0xe5, 0x70, 0xfe, 0xcd, 0x1d, 0xb1, + 0x41, 0xff, 0x92, 0xc2, 0x0f, 0x41, 0x9e, 0x50, 0x6e, 0xb9, 0xaf, 0xe3, 0x4c, 0x7e, 0xc9, 0xf7, + 0x42, 0xb1, 0x79, 0x92, 0x5d, 0xa5, 0xb0, 0x4c, 0x92, 0xc1, 0xeb, 0xc5, 0xf2, 0x3b, 0x54, 0x0e, + 0xe6, 0xe7, 0x17, 0xc1, 0xd1, 0x7f, 0xa5, 0xd1, 0x0f, 0xc7, 0x23, 0xe2, 0x15, 0x6d, 0xec, 0xd1, + 0xff, 0x7f, 0x96, 0xbf, 0xe6, 0x59, 0x5e, 0x2b, 0x9f, 0x2c, 0x9f, 0x65, 0x18, 0x24, 0xcb, 0xf6, + 0xc7, 0xca, 0x07, 0x8b, 0x66, 0x3b, 0x62, 0x56, 0x7a, 0x05, 0xef, 0xb7, 0x49, 0x7f, 0x56, 0xcc, + 0xa5, 0xd4, 0xf0, 0x11, 0xaa, 0x33, 0x16, 0xd6, 0xa5, 0xf3, 0xa2, 0xc0, 0xf7, 0x88, 0x6d, 0x3a, + 0xbd, 0x1c, 0xf1, 0x7a, 0xf9, 0x1e, 0x76, 0x38, 0x47, 0xf3, 0x81, 0xca, 0x74, 0x2d, 0x7f, 0xea, + 0x7f, 0x99, 0x8f, 0x82, 0xe5, 0x1f, 0x62, 0x2b, 0xe5, 0x66, 0xa3, 0xb5, 0xce, 0x6d, 0x3e, 0xfa, + 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x07, 0x5c, 0x9c, 0x66, 0x13, 0x16, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/profile.pb.go b/googleapis/cloud/talent/v4beta1/profile.pb.go index 8c9c4fd86ef0a0b5c678285269633d568721be5f..69d571a5a3209fb4408d38d278a4c92040ff3423 100644 --- a/googleapis/cloud/talent/v4beta1/profile.pb.go +++ b/googleapis/cloud/talent/v4beta1/profile.pb.go @@ -6,11 +6,13 @@ package talent // import "google.golang.org/genproto/googleapis/cloud/talent/v4b import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" +import _ "github.com/golang/protobuf/ptypes/duration" import timestamp "github.com/golang/protobuf/ptypes/timestamp" import wrappers "github.com/golang/protobuf/ptypes/wrappers" import _ "google.golang.org/genproto/googleapis/api/annotations" import date "google.golang.org/genproto/googleapis/type/date" import postaladdress "google.golang.org/genproto/googleapis/type/postaladdress" +import _ "google.golang.org/genproto/protobuf/field_mask" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal @@ -84,109 +86,13 @@ func (x Phone_PhoneType) String() string { return proto.EnumName(Phone_PhoneType_name, int32(x)) } func (Phone_PhoneType) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_profile_d770e68729ebbd70, []int{4, 0} -} - -// Enum that represents the skill proficiency level. -type Skill_SkillProficiencyLevel int32 - -const ( - // Default value. - Skill_SKILL_PROFICIENCY_LEVEL_UNSPECIFIED Skill_SkillProficiencyLevel = 0 - // Have a common knowledge or an understanding of basic techniques and - // concepts. - Skill_FUNDAMENTAL_AWARENESS Skill_SkillProficiencyLevel = 1 - // Have the level of experience gained in a classroom and/or experimental - // scenarios or as a trainee on-the-job. - Skill_NOVICE Skill_SkillProficiencyLevel = 2 - // Be able to successfully complete tasks in this skill as requested. Help - // from an expert may be required from time to time, but can usually perform - // skill independently. - Skill_INTERMEDIATE Skill_SkillProficiencyLevel = 3 - // Can perform the actions associated with this skill without assistance. - Skill_ADVANCED Skill_SkillProficiencyLevel = 4 - // Known as an expert in this area. - Skill_EXPERT Skill_SkillProficiencyLevel = 5 -) - -var Skill_SkillProficiencyLevel_name = map[int32]string{ - 0: "SKILL_PROFICIENCY_LEVEL_UNSPECIFIED", - 1: "FUNDAMENTAL_AWARENESS", - 2: "NOVICE", - 3: "INTERMEDIATE", - 4: "ADVANCED", - 5: "EXPERT", -} -var Skill_SkillProficiencyLevel_value = map[string]int32{ - "SKILL_PROFICIENCY_LEVEL_UNSPECIFIED": 0, - "FUNDAMENTAL_AWARENESS": 1, - "NOVICE": 2, - "INTERMEDIATE": 3, - "ADVANCED": 4, - "EXPERT": 5, -} - -func (x Skill_SkillProficiencyLevel) String() string { - return proto.EnumName(Skill_SkillProficiencyLevel_name, int32(x)) -} -func (Skill_SkillProficiencyLevel) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_profile_d770e68729ebbd70, []int{10, 0} -} - -// Enum that represents the application status. -type JobApplication_ApplicationStatus int32 - -const ( - // Default value. - JobApplication_APPLICATION_STATUS_UNSPECIFIED JobApplication_ApplicationStatus = 0 - // The offer is extended. - JobApplication_OFFER_EXTENDED JobApplication_ApplicationStatus = 1 - // The offer is rejected by candidate. - JobApplication_REJECTED_BY_CANDIDATE JobApplication_ApplicationStatus = 2 - // The application is active. - JobApplication_ACTIVE JobApplication_ApplicationStatus = 3 - // The candidate is rejected by employer. - JobApplication_REJECTED_BY_EMPLOYER JobApplication_ApplicationStatus = 4 - // The candidate is hired and hasn't started the new job. - JobApplication_HIRED_PENDING_DATE JobApplication_ApplicationStatus = 5 - // The candidate is hired started. - JobApplication_HIRED_STARTED JobApplication_ApplicationStatus = 6 - // The candidate is a prospect candidate. - JobApplication_PROSPECTED JobApplication_ApplicationStatus = 7 -) - -var JobApplication_ApplicationStatus_name = map[int32]string{ - 0: "APPLICATION_STATUS_UNSPECIFIED", - 1: "OFFER_EXTENDED", - 2: "REJECTED_BY_CANDIDATE", - 3: "ACTIVE", - 4: "REJECTED_BY_EMPLOYER", - 5: "HIRED_PENDING_DATE", - 6: "HIRED_STARTED", - 7: "PROSPECTED", -} -var JobApplication_ApplicationStatus_value = map[string]int32{ - "APPLICATION_STATUS_UNSPECIFIED": 0, - "OFFER_EXTENDED": 1, - "REJECTED_BY_CANDIDATE": 2, - "ACTIVE": 3, - "REJECTED_BY_EMPLOYER": 4, - "HIRED_PENDING_DATE": 5, - "HIRED_STARTED": 6, - "PROSPECTED": 7, -} - -func (x JobApplication_ApplicationStatus) String() string { - return proto.EnumName(JobApplication_ApplicationStatus_name, int32(x)) -} -func (JobApplication_ApplicationStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_profile_d770e68729ebbd70, []int{14, 0} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{4, 0} } // A resource that represents the profile for a job candidate (also referred to // as a "single-source profile"). A profile belongs to a -// [Tenant][google.cloud.talent.v4beta1.Tenant], which is an isolated instance -// of the customer that owns the profile. +// [Company][google.cloud.talent.v4beta1.Company], which is the +// company/organization that owns the profile. type Profile struct { // Required during profile update. // @@ -359,17 +265,10 @@ type Profile struct { // // The certifications acquired by the candidate. Certifications []*Certification `protobuf:"bytes,23,rep,name=certifications,proto3" json:"certifications,omitempty"` - // Optional. - // - // The job applications of the candidate. - JobApplications []*JobApplication `protobuf:"bytes,24,rep,name=job_applications,json=jobApplications,proto3" json:"job_applications,omitempty"` - // Optional. - // - // The recruiting notes added for the candidate. - // - // For example, the recruiter can add some unstructured comments for this - // candidate like "this candidate also has experiences in volunteer work". - RecruitingNotes []*RecruitingNote `protobuf:"bytes,25,rep,name=recruiting_notes,json=recruitingNotes,proto3" json:"recruiting_notes,omitempty"` + // Output only. The resource names of the candidate's applications. + Applications []string `protobuf:"bytes,47,rep,name=applications,proto3" json:"applications,omitempty"` + // Output only. The resource names of the candidate's assignments. + Assignments []string `protobuf:"bytes,48,rep,name=assignments,proto3" json:"assignments,omitempty"` // Optional. // // A map of fields to hold both filterable and non-filterable custom profile @@ -378,19 +277,19 @@ type Profile struct { // details. // // At most 100 filterable and at most 100 unfilterable keys are supported. If - // limit is exceeded, an error is thrown. + // limit is exceeded, an error is thrown. Custom attributes are `unfilterable` + // by default. These are filterable when the `filterable` flag is set to + // `true`. // // Numeric custom attributes: each key can only map to one numeric value, - // otherwise an error is thrown. + // otherwise an error is thrown. Client can also filter on numeric custom + // attributes using '>', '<' or '=' operators. // // String custom attributes: each key can map up to 50 string values. For // filterable string value, each value has a byte size of no more than 256B. // For unfilterable string values, the maximum byte size of a single key is // 64B. An error is thrown for any request exceeding the limit. // The maximum total byte size is 10KB. - // - // Currently filterable numeric custom attributes are not supported, and - // they automatically set to unfilterable. CustomAttributes map[string]*CustomAttribute `protobuf:"bytes,26,rep,name=custom_attributes,json=customAttributes,proto3" json:"custom_attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` // Output only. Indicates if the profile is fully processed and searchable. Processed bool `protobuf:"varint,27,opt,name=processed,proto3" json:"processed,omitempty"` @@ -406,7 +305,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_d770e68729ebbd70, []int{0} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{0} } func (m *Profile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Profile.Unmarshal(m, b) @@ -580,16 +479,16 @@ func (m *Profile) GetCertifications() []*Certification { return nil } -func (m *Profile) GetJobApplications() []*JobApplication { +func (m *Profile) GetApplications() []string { if m != nil { - return m.JobApplications + return m.Applications } return nil } -func (m *Profile) GetRecruitingNotes() []*RecruitingNote { +func (m *Profile) GetAssignments() []string { if m != nil { - return m.RecruitingNotes + return m.Assignments } return nil } @@ -637,7 +536,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_d770e68729ebbd70, []int{1} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{1} } func (m *PersonName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PersonName.Unmarshal(m, b) @@ -824,7 +723,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_d770e68729ebbd70, []int{1, 0} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{1, 0} } func (m *PersonName_PersonStructuredName) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PersonName_PersonStructuredName.Unmarshal(m, b) @@ -895,7 +794,7 @@ type Address struct { // Optional. // // Indicates if it's the person's current address. - IsCurrent *wrappers.BoolValue `protobuf:"bytes,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty"` + Current *wrappers.BoolValue `protobuf:"bytes,4,opt,name=current,proto3" json:"current,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -905,7 +804,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_d770e68729ebbd70, []int{2} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{2} } func (m *Address) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Address.Unmarshal(m, b) @@ -969,9 +868,9 @@ func (m *Address) GetStructuredAddress() *postaladdress.PostalAddress { return nil } -func (m *Address) GetIsCurrent() *wrappers.BoolValue { +func (m *Address) GetCurrent() *wrappers.BoolValue { if m != nil { - return m.IsCurrent + return m.Current } return nil } @@ -1067,7 +966,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_d770e68729ebbd70, []int{3} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{3} } func (m *Email) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Email.Unmarshal(m, b) @@ -1137,7 +1036,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_d770e68729ebbd70, []int{4} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{4} } func (m *Phone) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Phone.Unmarshal(m, b) @@ -1202,7 +1101,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_d770e68729ebbd70, []int{5} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{5} } func (m *PersonalUri) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PersonalUri.Unmarshal(m, b) @@ -1259,7 +1158,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_d770e68729ebbd70, []int{6} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{6} } func (m *AdditionalContactInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AdditionalContactInfo.Unmarshal(m, b) @@ -1359,8 +1258,8 @@ type EmploymentRecord struct { JobDescription string `protobuf:"bytes,7,opt,name=job_description,json=jobDescription,proto3" json:"job_description,omitempty"` // Optional. // - // If it's a supervised position. - IsSupervisedPosition *wrappers.BoolValue `protobuf:"bytes,8,opt,name=is_supervised_position,json=isSupervisedPosition,proto3" json:"is_supervised_position,omitempty"` + // If it is a supervisor position. + IsSupervisor *wrappers.BoolValue `protobuf:"bytes,8,opt,name=is_supervisor,json=isSupervisor,proto3" json:"is_supervisor,omitempty"` // Optional. // // If this employment is self-employed. @@ -1396,7 +1295,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_d770e68729ebbd70, []int{7} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{7} } func (m *EmploymentRecord) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EmploymentRecord.Unmarshal(m, b) @@ -1465,9 +1364,9 @@ func (m *EmploymentRecord) GetJobDescription() string { return "" } -func (m *EmploymentRecord) GetIsSupervisedPosition() *wrappers.BoolValue { +func (m *EmploymentRecord) GetIsSupervisor() *wrappers.BoolValue { if m != nil { - return m.IsSupervisedPosition + return m.IsSupervisor } return nil } @@ -1571,7 +1470,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_d770e68729ebbd70, []int{8} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{8} } func (m *EducationRecord) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EducationRecord.Unmarshal(m, b) @@ -1792,7 +1691,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_d770e68729ebbd70, []int{9} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{9} } func (m *Degree) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Degree.Unmarshal(m, b) @@ -1833,101 +1732,6 @@ func (m *Degree) GetFieldsOfStudy() []string { return nil } -// Resource that represents a skill of a candidate. -type Skill struct { - // Optional. - // - // Skill display name. - // - // For example, "Java", "Python". - // - // Number of characters allowed is 100. - DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - // Optional. - // - // The last time this skill was used. - LastUsedDate *date.Date `protobuf:"bytes,2,opt,name=last_used_date,json=lastUsedDate,proto3" json:"last_used_date,omitempty"` - // Optional. - // - // Skill proficiency level which indicates how proficient the candidate is at - // this skill. - Level Skill_SkillProficiencyLevel `protobuf:"varint,3,opt,name=level,proto3,enum=google.cloud.talent.v4beta1.Skill_SkillProficiencyLevel" json:"level,omitempty"` - // Optional. - // - // A paragraph describes context of this skill. - // - // Number of characters allowed is 100,000. - Context string `protobuf:"bytes,4,opt,name=context,proto3" json:"context,omitempty"` - // Output only. Skill name snippet shows how the - // [display_name][google.cloud.talent.v4beta1.Skill.display_name] is related - // to a search query. It's empty if the - // [display_name][google.cloud.talent.v4beta1.Skill.display_name] isn't - // related to the search query. - SkillNameSnippet string `protobuf:"bytes,5,opt,name=skill_name_snippet,json=skillNameSnippet,proto3" json:"skill_name_snippet,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -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_profile_d770e68729ebbd70, []int{10} -} -func (m *Skill) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Skill.Unmarshal(m, b) -} -func (m *Skill) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Skill.Marshal(b, m, deterministic) -} -func (dst *Skill) XXX_Merge(src proto.Message) { - xxx_messageInfo_Skill.Merge(dst, src) -} -func (m *Skill) XXX_Size() int { - return xxx_messageInfo_Skill.Size(m) -} -func (m *Skill) XXX_DiscardUnknown() { - xxx_messageInfo_Skill.DiscardUnknown(m) -} - -var xxx_messageInfo_Skill proto.InternalMessageInfo - -func (m *Skill) GetDisplayName() string { - if m != nil { - return m.DisplayName - } - return "" -} - -func (m *Skill) GetLastUsedDate() *date.Date { - if m != nil { - return m.LastUsedDate - } - return nil -} - -func (m *Skill) GetLevel() Skill_SkillProficiencyLevel { - if m != nil { - return m.Level - } - return Skill_SKILL_PROFICIENCY_LEVEL_UNSPECIFIED -} - -func (m *Skill) GetContext() string { - if m != nil { - return m.Context - } - return "" -} - -func (m *Skill) GetSkillNameSnippet() string { - if m != nil { - return m.SkillNameSnippet - } - return "" -} - // Resource that represents an individual or collaborative activity participated // in by a candidate, for example, an open-source project, a class assignment, // etc. @@ -1995,7 +1799,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_d770e68729ebbd70, []int{11} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{10} } func (m *Activity) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Activity.Unmarshal(m, b) @@ -2148,7 +1952,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_d770e68729ebbd70, []int{12} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{11} } func (m *Publication) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Publication.Unmarshal(m, b) @@ -2290,7 +2094,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_d770e68729ebbd70, []int{13} + return fileDescriptor_profile_e7f0ff6ef67f503e, []int{12} } func (m *Patent) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Patent.Unmarshal(m, b) @@ -2373,388 +2177,6 @@ func (m *Patent) GetSkillsUsed() []*Skill { return nil } -// Resource that represents a job application record of a candidate. -type JobApplication struct { - // Optional. - // - // The information of job which the candidate applied for. - // - // If [Job.name][google.cloud.talent.v4beta1.Job.name] is provided, the - // corresponding [Job][google.cloud.talent.v4beta1.Job] must be created. - // - // Otherwise, only - // [Job.requisition_id][google.cloud.talent.v4beta1.Job.requisition_id], - // [Job.title][google.cloud.talent.v4beta1.Job.title], - // [Job.description][google.cloud.talent.v4beta1.Job.description] and - // [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] provided here - // are persisted in the application. No [Job][google.cloud.talent.v4beta1.Job] - // entity is created in this case. - Job *Job `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"` - // Optional. - // - // The job application id. - // - // Number of characters allowed is 100. - ApplicationId string `protobuf:"bytes,2,opt,name=application_id,json=applicationId,proto3" json:"application_id,omitempty"` - // Optional. - // - // The application date. - ApplicationDate *date.Date `protobuf:"bytes,3,opt,name=application_date,json=applicationDate,proto3" json:"application_date,omitempty"` - // Optional. - // - // The last stage the candidate reached in the application progress. - // For example, "new", "phone screen", "interview". - LastStage string `protobuf:"bytes,4,opt,name=last_stage,json=lastStage,proto3" json:"last_stage,omitempty"` - // Optional. - // - // The application state. - State JobApplication_ApplicationStatus `protobuf:"varint,5,opt,name=state,proto3,enum=google.cloud.talent.v4beta1.JobApplication_ApplicationStatus" json:"state,omitempty"` - // Optional. - // - // The average interview score. - AverageInterviewScore float64 `protobuf:"fixed64,6,opt,name=average_interview_score,json=averageInterviewScore,proto3" json:"average_interview_score,omitempty"` - // Optional. - // - // The scale id of the interview score. - // - // Number of characters allowed is 100. - InterviewScoreScaleId string `protobuf:"bytes,7,opt,name=interview_score_scale_id,json=interviewScoreScaleId,proto3" json:"interview_score_scale_id,omitempty"` - // Optional. - // - // The number of interviews. - NumberOfInterviews int32 `protobuf:"varint,8,opt,name=number_of_interviews,json=numberOfInterviews,proto3" json:"number_of_interviews,omitempty"` - // Optional. - // - // If the candidate is referred by a employee. - IsEmployeeReferred *wrappers.BoolValue `protobuf:"bytes,9,opt,name=is_employee_referred,json=isEmployeeReferred,proto3" json:"is_employee_referred,omitempty"` - // Optional. - // - // The last update timestamp. - UpdateTime *timestamp.Timestamp `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` - // Optional. - // - // The outcome reason for the job application. - // - // Number of characters allowed is 100. - OutcomeReason string `protobuf:"bytes,11,opt,name=outcome_reason,json=outcomeReason,proto3" json:"outcome_reason,omitempty"` - // Optional. - // - // Outcome positiveness shows how positive the outcome is. - // - // Currently only -1, 0 and 1 are accepted, where -1 means not positive, 0 - // means neutral and 1 means positive. An error is thrown if other value is - // set. - OutcomePositiveness float64 `protobuf:"fixed64,12,opt,name=outcome_positiveness,json=outcomePositiveness,proto3" json:"outcome_positiveness,omitempty"` - // Output only. Indicates whether this job application is a match to - // application related filters. This value is only applicable in profile - // search response. - IsMatch *wrappers.BoolValue `protobuf:"bytes,13,opt,name=is_match,json=isMatch,proto3" json:"is_match,omitempty"` - // Output only. Job title snippet shows how the job title is related to a - // search query. It's empty if the job title isn't related to the search - // query. - JobTitleSnippet string `protobuf:"bytes,14,opt,name=job_title_snippet,json=jobTitleSnippet,proto3" json:"job_title_snippet,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *JobApplication) Reset() { *m = JobApplication{} } -func (m *JobApplication) String() string { return proto.CompactTextString(m) } -func (*JobApplication) ProtoMessage() {} -func (*JobApplication) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_d770e68729ebbd70, []int{14} -} -func (m *JobApplication) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_JobApplication.Unmarshal(m, b) -} -func (m *JobApplication) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_JobApplication.Marshal(b, m, deterministic) -} -func (dst *JobApplication) XXX_Merge(src proto.Message) { - xxx_messageInfo_JobApplication.Merge(dst, src) -} -func (m *JobApplication) XXX_Size() int { - return xxx_messageInfo_JobApplication.Size(m) -} -func (m *JobApplication) XXX_DiscardUnknown() { - xxx_messageInfo_JobApplication.DiscardUnknown(m) -} - -var xxx_messageInfo_JobApplication proto.InternalMessageInfo - -func (m *JobApplication) GetJob() *Job { - if m != nil { - return m.Job - } - return nil -} - -func (m *JobApplication) GetApplicationId() string { - if m != nil { - return m.ApplicationId - } - return "" -} - -func (m *JobApplication) GetApplicationDate() *date.Date { - if m != nil { - return m.ApplicationDate - } - return nil -} - -func (m *JobApplication) GetLastStage() string { - if m != nil { - return m.LastStage - } - return "" -} - -func (m *JobApplication) GetState() JobApplication_ApplicationStatus { - if m != nil { - return m.State - } - return JobApplication_APPLICATION_STATUS_UNSPECIFIED -} - -func (m *JobApplication) GetAverageInterviewScore() float64 { - if m != nil { - return m.AverageInterviewScore - } - return 0 -} - -func (m *JobApplication) GetInterviewScoreScaleId() string { - if m != nil { - return m.InterviewScoreScaleId - } - return "" -} - -func (m *JobApplication) GetNumberOfInterviews() int32 { - if m != nil { - return m.NumberOfInterviews - } - return 0 -} - -func (m *JobApplication) GetIsEmployeeReferred() *wrappers.BoolValue { - if m != nil { - return m.IsEmployeeReferred - } - return nil -} - -func (m *JobApplication) GetUpdateTime() *timestamp.Timestamp { - if m != nil { - return m.UpdateTime - } - return nil -} - -func (m *JobApplication) GetOutcomeReason() string { - if m != nil { - return m.OutcomeReason - } - return "" -} - -func (m *JobApplication) GetOutcomePositiveness() float64 { - if m != nil { - return m.OutcomePositiveness - } - return 0 -} - -func (m *JobApplication) GetIsMatch() *wrappers.BoolValue { - if m != nil { - return m.IsMatch - } - return nil -} - -func (m *JobApplication) GetJobTitleSnippet() string { - if m != nil { - return m.JobTitleSnippet - } - return "" -} - -// Resource that represents a license or certification. -type Certification struct { - // Optional. - // - // Name of license or certification. - // - // Number of characters allowed is 100. - DisplayName string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` - // Optional. - // - // Acquirement date or effective date of license or certification. - AcquireDate *date.Date `protobuf:"bytes,2,opt,name=acquire_date,json=acquireDate,proto3" json:"acquire_date,omitempty"` - // Optional. - // - // Expiration date of license of certification. - ExpireDate *date.Date `protobuf:"bytes,3,opt,name=expire_date,json=expireDate,proto3" json:"expire_date,omitempty"` - // Optional. - // - // Authority of license, such as government. - // - // Number of characters allowed is 100. - Authority string `protobuf:"bytes,4,opt,name=authority,proto3" json:"authority,omitempty"` - // Optional. - // - // Description of license or certification. - // - // Number of characters allowed is 100,000. - Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -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_profile_d770e68729ebbd70, []int{15} -} -func (m *Certification) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_Certification.Unmarshal(m, b) -} -func (m *Certification) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_Certification.Marshal(b, m, deterministic) -} -func (dst *Certification) XXX_Merge(src proto.Message) { - xxx_messageInfo_Certification.Merge(dst, src) -} -func (m *Certification) XXX_Size() int { - return xxx_messageInfo_Certification.Size(m) -} -func (m *Certification) XXX_DiscardUnknown() { - xxx_messageInfo_Certification.DiscardUnknown(m) -} - -var xxx_messageInfo_Certification proto.InternalMessageInfo - -func (m *Certification) GetDisplayName() string { - if m != nil { - return m.DisplayName - } - return "" -} - -func (m *Certification) GetAcquireDate() *date.Date { - if m != nil { - return m.AcquireDate - } - return nil -} - -func (m *Certification) GetExpireDate() *date.Date { - if m != nil { - return m.ExpireDate - } - return nil -} - -func (m *Certification) GetAuthority() string { - if m != nil { - return m.Authority - } - return "" -} - -func (m *Certification) GetDescription() string { - if m != nil { - return m.Description - } - return "" -} - -// RecruitingNote represents a note/comment regarding the recruiting for a -// candidate. For example, "This candidate is a potential match for a frontend -// engineer at SF". -type RecruitingNote struct { - // Optional. - // - // The content of note. - // - // Number of characters allowed is 4,000. - Note string `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"` - // Optional. - // - // The person who wrote the notes. - // - // Number of characters allowed is 100. - Commenter string `protobuf:"bytes,2,opt,name=commenter,proto3" json:"commenter,omitempty"` - // Optional. - // - // The create date of the note. - CreateDate *date.Date `protobuf:"bytes,3,opt,name=create_date,json=createDate,proto3" json:"create_date,omitempty"` - // Optional. - // - // The note type. - // - // Number of characters allowed is 100. - Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *RecruitingNote) Reset() { *m = RecruitingNote{} } -func (m *RecruitingNote) String() string { return proto.CompactTextString(m) } -func (*RecruitingNote) ProtoMessage() {} -func (*RecruitingNote) Descriptor() ([]byte, []int) { - return fileDescriptor_profile_d770e68729ebbd70, []int{16} -} -func (m *RecruitingNote) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_RecruitingNote.Unmarshal(m, b) -} -func (m *RecruitingNote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_RecruitingNote.Marshal(b, m, deterministic) -} -func (dst *RecruitingNote) XXX_Merge(src proto.Message) { - xxx_messageInfo_RecruitingNote.Merge(dst, src) -} -func (m *RecruitingNote) XXX_Size() int { - return xxx_messageInfo_RecruitingNote.Size(m) -} -func (m *RecruitingNote) XXX_DiscardUnknown() { - xxx_messageInfo_RecruitingNote.DiscardUnknown(m) -} - -var xxx_messageInfo_RecruitingNote proto.InternalMessageInfo - -func (m *RecruitingNote) GetNote() string { - if m != nil { - return m.Note - } - return "" -} - -func (m *RecruitingNote) GetCommenter() string { - if m != nil { - return m.Commenter - } - return "" -} - -func (m *RecruitingNote) GetCreateDate() *date.Date { - if m != nil { - return m.CreateDate - } - return nil -} - -func (m *RecruitingNote) GetType() string { - if m != nil { - return m.Type - } - return "" -} - func init() { proto.RegisterType((*Profile)(nil), "google.cloud.talent.v4beta1.Profile") proto.RegisterMapType((map[string]*CustomAttribute)(nil), "google.cloud.talent.v4beta1.Profile.CustomAttributesEntry") @@ -2768,202 +2190,154 @@ func init() { proto.RegisterType((*EmploymentRecord)(nil), "google.cloud.talent.v4beta1.EmploymentRecord") proto.RegisterType((*EducationRecord)(nil), "google.cloud.talent.v4beta1.EducationRecord") proto.RegisterType((*Degree)(nil), "google.cloud.talent.v4beta1.Degree") - proto.RegisterType((*Skill)(nil), "google.cloud.talent.v4beta1.Skill") 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.RegisterType((*JobApplication)(nil), "google.cloud.talent.v4beta1.JobApplication") - proto.RegisterType((*Certification)(nil), "google.cloud.talent.v4beta1.Certification") - proto.RegisterType((*RecruitingNote)(nil), "google.cloud.talent.v4beta1.RecruitingNote") proto.RegisterEnum("google.cloud.talent.v4beta1.Phone_PhoneType", Phone_PhoneType_name, Phone_PhoneType_value) - proto.RegisterEnum("google.cloud.talent.v4beta1.Skill_SkillProficiencyLevel", Skill_SkillProficiencyLevel_name, Skill_SkillProficiencyLevel_value) - proto.RegisterEnum("google.cloud.talent.v4beta1.JobApplication_ApplicationStatus", JobApplication_ApplicationStatus_name, JobApplication_ApplicationStatus_value) } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/profile.proto", fileDescriptor_profile_d770e68729ebbd70) -} - -var fileDescriptor_profile_d770e68729ebbd70 = []byte{ - // 2880 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x59, 0x4f, 0x73, 0xdb, 0xc6, - 0x15, 0x37, 0x45, 0x51, 0x14, 0x1f, 0xff, 0x88, 0x5a, 0x4b, 0x0a, 0xa2, 0x38, 0xb1, 0x42, 0xd7, - 0xb5, 0x93, 0x26, 0x52, 0xa3, 0xa4, 0x4d, 0x9a, 0x3f, 0x6d, 0x28, 0x12, 0xb6, 0x10, 0x53, 0x14, - 0x67, 0x49, 0xa9, 0x71, 0xa7, 0x33, 0x18, 0x08, 0x58, 0x52, 0xab, 0x80, 0x00, 0x82, 0x05, 0x64, - 0xeb, 0xda, 0x63, 0xa7, 0x33, 0x9d, 0x4e, 0x67, 0x7a, 0xe9, 0xad, 0xbd, 0xa6, 0xbd, 0xf5, 0x33, - 0xf4, 0xde, 0x4b, 0x2f, 0x3d, 0xf5, 0x2b, 0xf4, 0x0b, 0x74, 0xf6, 0x0f, 0x40, 0x90, 0x96, 0x28, - 0xb9, 0xe3, 0x5e, 0x38, 0xd8, 0xb7, 0xef, 0xf7, 0x76, 0xf7, 0xbd, 0xb7, 0xfb, 0x7e, 0xbb, 0x84, - 0x77, 0x46, 0xbe, 0x3f, 0x72, 0xc9, 0x8e, 0xed, 0xfa, 0xb1, 0xb3, 0x13, 0x59, 0x2e, 0xf1, 0xa2, - 0x9d, 0xf3, 0x8f, 0x4e, 0x48, 0x64, 0x7d, 0xb0, 0x13, 0x84, 0xfe, 0x90, 0xba, 0x64, 0x3b, 0x08, - 0xfd, 0xc8, 0x47, 0x6f, 0x48, 0xd5, 0x6d, 0xa1, 0xba, 0x2d, 0x55, 0xb7, 0x95, 0xea, 0xe6, 0x1d, - 0x65, 0xc7, 0x0a, 0xe8, 0x8e, 0xe5, 0x79, 0x7e, 0x64, 0x45, 0xd4, 0xf7, 0x98, 0x84, 0x6e, 0x3e, - 0x9c, 0x37, 0x8a, 0xed, 0x8f, 0xc7, 0xbe, 0xa7, 0x34, 0xef, 0xcf, 0xd3, 0x3c, 0xf3, 0x4f, 0x94, - 0xda, 0x5d, 0xa5, 0x26, 0x5a, 0x27, 0xf1, 0x70, 0x27, 0xa2, 0x63, 0xc2, 0x22, 0x6b, 0x1c, 0x28, - 0x85, 0xb7, 0x66, 0x15, 0x9e, 0x85, 0x56, 0x10, 0x90, 0x30, 0x99, 0xd1, 0x86, 0xea, 0x8f, 0x2e, - 0x02, 0xb2, 0xe3, 0x58, 0x91, 0x5a, 0xe4, 0xe6, 0x56, 0x56, 0x1e, 0xf8, 0x2c, 0xb2, 0x5c, 0xd3, - 0x72, 0x9c, 0x90, 0x30, 0x85, 0x6c, 0x7c, 0x57, 0x83, 0x62, 0x4f, 0x3a, 0x06, 0x21, 0x58, 0xf4, - 0xac, 0x31, 0xd1, 0x72, 0x5b, 0xb9, 0x87, 0x25, 0x2c, 0xbe, 0xd1, 0x5d, 0x28, 0x93, 0xe7, 0x11, - 0x09, 0x3d, 0xcb, 0x35, 0xa9, 0xa3, 0x2d, 0x88, 0x2e, 0x48, 0x44, 0x86, 0x83, 0x36, 0x60, 0x89, - 0xf9, 0x71, 0x68, 0x13, 0x2d, 0x2f, 0xfa, 0x54, 0x0b, 0xd5, 0x21, 0x1f, 0x87, 0x54, 0x5b, 0x14, - 0x42, 0xfe, 0x89, 0x5e, 0x87, 0xe5, 0x51, 0xe8, 0xc7, 0x01, 0xb7, 0x53, 0x10, 0xe2, 0xa2, 0x68, - 0x1b, 0x0e, 0xfa, 0x09, 0x00, 0x65, 0xe6, 0x29, 0x0d, 0xad, 0x13, 0x97, 0x68, 0x4b, 0x5b, 0xb9, - 0x87, 0xe5, 0xdd, 0xcd, 0x6d, 0x15, 0xa1, 0x64, 0xd1, 0xdb, 0x7b, 0xbe, 0xef, 0x1e, 0x5b, 0x6e, - 0x4c, 0x70, 0x89, 0xb2, 0x7d, 0xa9, 0x8c, 0x3e, 0x83, 0xb2, 0x1d, 0x12, 0x2b, 0x22, 0x26, 0x77, - 0x9a, 0x56, 0xbc, 0x02, 0x3b, 0x48, 0x3c, 0x8a, 0x41, 0xaa, 0x73, 0x01, 0x07, 0xc7, 0x81, 0x93, - 0x82, 0x97, 0xaf, 0x07, 0x4b, 0x75, 0x01, 0x7e, 0x1b, 0x2a, 0x21, 0x61, 0xf1, 0x98, 0x98, 0xa7, - 0xe1, 0xf3, 0xb1, 0xab, 0x81, 0x58, 0x53, 0x59, 0xca, 0xf6, 0xb9, 0x08, 0x7d, 0x05, 0x15, 0x1e, - 0x25, 0xdf, 0x33, 0xb9, 0x33, 0x99, 0x56, 0xde, 0xca, 0x3f, 0x2c, 0xef, 0x3e, 0xd8, 0x9e, 0x93, - 0x7b, 0xdb, 0x3d, 0x01, 0xe8, 0x5a, 0x63, 0x82, 0xcb, 0x41, 0xfa, 0xcd, 0xd0, 0x1e, 0x94, 0x54, - 0xe8, 0x08, 0xd3, 0x2a, 0xc2, 0xd0, 0xf7, 0xe6, 0x1a, 0x6a, 0x4a, 0x6d, 0x3c, 0x81, 0xa1, 0x27, - 0xb0, 0x42, 0xc6, 0x16, 0x4d, 0x93, 0x80, 0x30, 0xad, 0x2a, 0x2c, 0x35, 0xe6, 0x5a, 0xd2, 0x39, - 0x06, 0xd7, 0x04, 0xb4, 0x99, 0x1a, 0x7b, 0x0c, 0xd5, 0xe0, 0xd4, 0xf7, 0x88, 0xe9, 0xc5, 0xe3, - 0x13, 0x12, 0x32, 0xad, 0x76, 0x03, 0x53, 0x3d, 0x8e, 0xc0, 0x15, 0x01, 0xec, 0x4a, 0x1c, 0x3a, - 0x80, 0xaa, 0x5c, 0xa8, 0xe5, 0x9a, 0x71, 0x48, 0x99, 0xb6, 0x22, 0x0c, 0x3d, 0xbc, 0x81, 0x9b, - 0x2c, 0xf7, 0x28, 0xa4, 0xb8, 0x12, 0x4c, 0x1a, 0x0c, 0x9d, 0xc1, 0x6b, 0x96, 0xe3, 0x50, 0xbe, - 0x63, 0x2d, 0xd7, 0xb4, 0x7d, 0x2f, 0xb2, 0xec, 0xc8, 0xa4, 0xde, 0xd0, 0xd7, 0xea, 0xc2, 0xf0, - 0xee, 0x75, 0x6e, 0x53, 0xd8, 0x96, 0x84, 0x1a, 0xde, 0xd0, 0xc7, 0xeb, 0xd6, 0x65, 0x62, 0xf4, - 0x4b, 0x40, 0x64, 0x1c, 0xb8, 0xfe, 0xc5, 0x98, 0x78, 0x91, 0x19, 0x12, 0xdb, 0x0f, 0x1d, 0xa6, - 0xad, 0x8a, 0x61, 0xde, 0xbf, 0xc6, 0xa7, 0x09, 0x0c, 0x0b, 0x14, 0x5e, 0x25, 0x33, 0x12, 0x86, - 0x9e, 0xc2, 0x2a, 0x71, 0x62, 0x5b, 0x1c, 0x3e, 0xa9, 0x71, 0x24, 0x8c, 0xbf, 0x37, 0xdf, 0x78, - 0x82, 0x52, 0xb6, 0xeb, 0x64, 0x5a, 0xc0, 0xd0, 0xa7, 0xb0, 0xc4, 0xbe, 0xa1, 0xae, 0xcb, 0xb4, - 0xdb, 0x37, 0x88, 0x5a, 0x9f, 0xab, 0x62, 0x85, 0x40, 0x3a, 0x80, 0x65, 0x47, 0xf4, 0x9c, 0x46, - 0x94, 0x30, 0x6d, 0x4d, 0xe0, 0xef, 0xcf, 0xf7, 0xa9, 0x54, 0xbf, 0xc0, 0x19, 0x20, 0xea, 0x40, - 0x25, 0x88, 0x4f, 0x5c, 0x2a, 0x27, 0xc6, 0xb4, 0xf5, 0x9b, 0x44, 0x7d, 0x02, 0xc0, 0x53, 0x68, - 0xf4, 0x05, 0x14, 0x03, 0x2b, 0x22, 0x5e, 0xc4, 0xb4, 0x0d, 0x61, 0xe8, 0xde, 0x7c, 0x43, 0x42, - 0x17, 0x27, 0x18, 0x84, 0xa1, 0x66, 0x93, 0x30, 0xa2, 0xc3, 0x74, 0x3a, 0xaf, 0x09, 0x2b, 0xef, - 0xce, 0xb5, 0xd2, 0xca, 0x42, 0xf0, 0x8c, 0x05, 0x74, 0x0c, 0xf5, 0x33, 0xff, 0xc4, 0xb4, 0x82, - 0x60, 0xb2, 0x48, 0x4d, 0x58, 0xfd, 0xc1, 0x5c, 0xab, 0x5f, 0xf9, 0x27, 0xcd, 0x09, 0x06, 0xaf, - 0x9c, 0x4d, 0xb5, 0x85, 0xdd, 0x90, 0xd8, 0x61, 0x4c, 0x23, 0xea, 0x8d, 0x4c, 0xcf, 0x8f, 0x08, - 0xd3, 0x5e, 0xbf, 0x81, 0x5d, 0x9c, 0x82, 0xba, 0x7e, 0x44, 0xf0, 0x4a, 0x38, 0xd5, 0x66, 0x68, - 0x04, 0xab, 0x76, 0xcc, 0x22, 0x7f, 0x6c, 0x5a, 0x51, 0x14, 0xd2, 0x93, 0x98, 0x1b, 0xde, 0x14, - 0x86, 0x3f, 0x9d, 0xef, 0x4c, 0x55, 0x59, 0x5b, 0x02, 0xdd, 0x4c, 0xc1, 0xba, 0x17, 0x85, 0x17, - 0xb8, 0x6e, 0xcf, 0x88, 0xd1, 0x1d, 0x28, 0x05, 0xa1, 0x6f, 0xf3, 0x63, 0xc4, 0xd1, 0xde, 0xd8, - 0xca, 0x3d, 0x5c, 0xc6, 0x13, 0x01, 0x7a, 0x00, 0x2b, 0xdf, 0x90, 0x8b, 0x67, 0x7e, 0xe8, 0x98, - 0xcc, 0xa3, 0x41, 0x40, 0x22, 0xed, 0x8e, 0x38, 0x5a, 0x6b, 0x4a, 0xdc, 0x97, 0xd2, 0xcd, 0x6f, - 0x61, 0xfd, 0xd2, 0x11, 0x79, 0xed, 0xf9, 0x86, 0x5c, 0xa8, 0x3a, 0xc6, 0x3f, 0xd1, 0x1e, 0x14, - 0xce, 0x79, 0xe5, 0x10, 0x05, 0xec, 0xba, 0xdd, 0x33, 0x63, 0x14, 0x4b, 0xe8, 0xa7, 0x0b, 0x9f, - 0xe4, 0x1a, 0xbf, 0xc9, 0x03, 0x4c, 0x0e, 0x68, 0xf4, 0x00, 0x6a, 0x43, 0x3f, 0x1c, 0x5b, 0x51, - 0x44, 0x1c, 0x73, 0x52, 0x3b, 0xf7, 0x6f, 0xe1, 0x6a, 0x2a, 0x17, 0x8a, 0x23, 0x58, 0x61, 0x51, - 0x18, 0xdb, 0x51, 0x1c, 0x26, 0x9a, 0x72, 0x26, 0x9f, 0xdf, 0xb0, 0x16, 0xa8, 0xcf, 0x7e, 0x6a, - 0x84, 0x0b, 0xf7, 0x6f, 0xe1, 0x1a, 0x9b, 0x92, 0xa0, 0xfb, 0x50, 0x0b, 0x42, 0x32, 0x24, 0x61, - 0x3a, 0x8e, 0x2c, 0xcb, 0xd5, 0x54, 0xca, 0xd5, 0x36, 0xff, 0x96, 0x83, 0xb5, 0xcb, 0x2c, 0xa2, - 0x37, 0x01, 0x46, 0xf4, 0x9c, 0x78, 0x99, 0xd5, 0xe0, 0x92, 0x90, 0x24, 0xe6, 0xc7, 0xd4, 0x71, - 0x5c, 0x62, 0x52, 0x8f, 0x46, 0xd4, 0x72, 0x15, 0x23, 0xa8, 0x4a, 0xa9, 0x21, 0x85, 0x9c, 0x35, - 0x0c, 0xad, 0x31, 0x75, 0x2f, 0xb2, 0x53, 0x00, 0x29, 0x12, 0x76, 0x36, 0x61, 0x99, 0xc5, 0xc3, - 0x21, 0x7d, 0x4e, 0x98, 0xb6, 0xb8, 0x95, 0x7f, 0x58, 0xc2, 0x69, 0x9b, 0xf7, 0xf1, 0xc9, 0x8a, - 0xbe, 0x82, 0xec, 0x4b, 0xda, 0x7b, 0x55, 0x28, 0x67, 0x0a, 0x6a, 0xe3, 0x0f, 0x0b, 0x50, 0x54, - 0x05, 0x09, 0xb5, 0xa0, 0x10, 0x33, 0x6b, 0x24, 0x27, 0x5d, 0xbb, 0xe6, 0xf4, 0xcd, 0x9c, 0xe1, - 0x47, 0x1c, 0x84, 0x25, 0x16, 0x7d, 0x08, 0x6b, 0xb1, 0x97, 0x89, 0x94, 0xaa, 0x93, 0x72, 0x95, - 0xfb, 0xb7, 0xf0, 0xed, 0x6c, 0x6f, 0x32, 0xf2, 0x13, 0x40, 0x97, 0x40, 0xf2, 0xd3, 0x64, 0x82, - 0x53, 0xb0, 0xed, 0x9e, 0xa0, 0x60, 0x0a, 0xb7, 0x7f, 0x0b, 0xaf, 0xbe, 0x68, 0x4c, 0x52, 0x21, - 0x3b, 0x0e, 0x43, 0xe2, 0x45, 0x82, 0x3e, 0x5d, 0x4b, 0x85, 0x5a, 0x52, 0x79, 0xaf, 0x04, 0x45, - 0x35, 0x78, 0xe3, 0x5b, 0x28, 0x88, 0xa2, 0xfd, 0x6a, 0xbc, 0x72, 0x0f, 0xaa, 0x53, 0xb4, 0x41, - 0x05, 0xbd, 0x92, 0x25, 0x04, 0x8d, 0xff, 0x2c, 0x40, 0x41, 0x54, 0xf7, 0x57, 0x33, 0xe6, 0x97, - 0xb0, 0xc8, 0x5d, 0x26, 0x86, 0xaa, 0x5d, 0xb3, 0x61, 0xc5, 0xb0, 0xf2, 0x77, 0x70, 0x11, 0x10, - 0x2c, 0x90, 0x9c, 0x99, 0x4a, 0x66, 0x92, 0x30, 0x53, 0xd9, 0xe2, 0x39, 0xfc, 0xec, 0x94, 0x78, - 0xa6, 0x75, 0x6e, 0x51, 0x57, 0x10, 0x4e, 0x49, 0x52, 0xab, 0x5c, 0xda, 0x4c, 0x84, 0x8d, 0x3f, - 0xe7, 0xa0, 0x94, 0x9a, 0x44, 0x9b, 0xb0, 0xd1, 0xdb, 0x3f, 0xec, 0xea, 0xe6, 0xe0, 0x69, 0x4f, - 0x37, 0x8f, 0xba, 0xfd, 0x9e, 0xde, 0x32, 0x1e, 0x19, 0x7a, 0xbb, 0x7e, 0x0b, 0x55, 0x60, 0xb9, - 0xd3, 0xec, 0xb6, 0x3b, 0x46, 0x57, 0xaf, 0xe7, 0x10, 0xc0, 0xd2, 0xc1, 0xe1, 0x9e, 0xd1, 0xd1, - 0xeb, 0x0b, 0xa8, 0x08, 0xf9, 0x47, 0xcd, 0xaf, 0xeb, 0x79, 0x54, 0x82, 0x42, 0xaf, 0xf9, 0x58, - 0xc7, 0xf5, 0x45, 0x54, 0x03, 0x18, 0x0c, 0x9e, 0x9a, 0x87, 0xd8, 0x1c, 0xb4, 0xdb, 0xf5, 0x02, - 0xaa, 0x42, 0xe9, 0xf8, 0xd0, 0x68, 0xe9, 0x07, 0x4d, 0xa3, 0x53, 0x5f, 0x42, 0x65, 0x28, 0x1e, - 0x1b, 0x78, 0x70, 0xd4, 0xec, 0xd4, 0x8b, 0x68, 0x19, 0x16, 0x8f, 0x0f, 0x8d, 0x5e, 0x7d, 0x19, - 0x6d, 0x00, 0x92, 0x56, 0x39, 0x30, 0x1d, 0xad, 0xd4, 0xb8, 0x0b, 0xe5, 0x0c, 0x13, 0x4a, 0x58, - 0x77, 0x2e, 0x65, 0xdd, 0x8d, 0xdf, 0xe6, 0x60, 0xfd, 0x52, 0x4a, 0xf3, 0x6a, 0xc2, 0x94, 0xdc, - 0x19, 0x16, 0x32, 0x77, 0x86, 0x37, 0x01, 0x52, 0xd6, 0xe5, 0x28, 0xe7, 0x97, 0x94, 0xc4, 0x70, - 0x1a, 0x7f, 0x29, 0x40, 0x7d, 0x96, 0xfd, 0xa0, 0x1f, 0x02, 0xb0, 0xc8, 0x0a, 0x23, 0x93, 0xd3, - 0x6b, 0x31, 0xa3, 0xf2, 0xee, 0xea, 0xd4, 0xde, 0x69, 0x5b, 0x11, 0xc1, 0x25, 0xa1, 0xc4, 0x3f, - 0xd1, 0x7b, 0xb0, 0x4c, 0x3c, 0x47, 0xea, 0x2f, 0x5c, 0xa5, 0x5f, 0x24, 0x9e, 0x23, 0xb4, 0x45, - 0x0a, 0xf3, 0x31, 0x49, 0x98, 0x3d, 0x93, 0x2a, 0x89, 0x50, 0x9c, 0x4a, 0xf7, 0xa0, 0xea, 0xd0, - 0x73, 0xca, 0xa8, 0x3a, 0x5f, 0x54, 0x62, 0x54, 0x12, 0xa1, 0x50, 0xfa, 0x69, 0xba, 0xcb, 0xc4, - 0x2d, 0xe6, 0xa6, 0x2c, 0x3c, 0x01, 0xa1, 0x37, 0xa0, 0xc4, 0x59, 0x41, 0x44, 0x23, 0x75, 0xd5, - 0x29, 0xe1, 0xe5, 0x33, 0xff, 0x64, 0xc0, 0xdb, 0xbc, 0xf6, 0xf1, 0x4e, 0x87, 0x30, 0x3b, 0xa4, - 0x01, 0x8f, 0x99, 0xb8, 0xd1, 0x94, 0x70, 0xed, 0xcc, 0x3f, 0x69, 0x4f, 0xa4, 0xa8, 0x07, 0x1b, - 0x94, 0x99, 0x2c, 0x0e, 0x48, 0x78, 0x4e, 0x19, 0x71, 0xcc, 0xc0, 0x67, 0x22, 0xc6, 0x57, 0x5e, - 0x62, 0x26, 0x47, 0xc6, 0x1a, 0x65, 0xfd, 0x14, 0xd8, 0x53, 0x38, 0xd4, 0x86, 0x3a, 0xb7, 0x48, - 0xdc, 0xa1, 0xa9, 0x9c, 0xe2, 0x68, 0xa5, 0x6b, 0x6d, 0xd5, 0x28, 0xeb, 0x13, 0x77, 0xa8, 0x2b, - 0xc4, 0xcc, 0xf1, 0x05, 0x2f, 0x71, 0x7c, 0xa1, 0x77, 0x61, 0x35, 0x75, 0x4c, 0x5a, 0xf9, 0xcb, - 0x62, 0xf5, 0x2b, 0x89, 0x83, 0x54, 0xe9, 0x47, 0x3f, 0x86, 0xd7, 0x66, 0xfc, 0x94, 0x22, 0x2a, - 0x02, 0xb1, 0x3e, 0xed, 0xaf, 0x04, 0xb7, 0x0b, 0xeb, 0x53, 0x69, 0x90, 0xa2, 0xaa, 0x02, 0x75, - 0x3b, 0x9b, 0x0e, 0x0a, 0xd3, 0xf8, 0xf7, 0x22, 0xac, 0xcc, 0x10, 0xea, 0xff, 0x7b, 0xba, 0x3e, - 0x01, 0x8d, 0x3c, 0x0f, 0x88, 0xcd, 0x79, 0xc5, 0x28, 0xb4, 0x9c, 0x58, 0xde, 0x01, 0x04, 0x3a, - 0x7f, 0x15, 0x7a, 0x23, 0x81, 0x3c, 0x4e, 0x11, 0xc2, 0xd8, 0x5d, 0x28, 0x33, 0xfb, 0xd4, 0xf7, - 0xdd, 0x6c, 0x52, 0x83, 0x14, 0xbd, 0x92, 0x94, 0xde, 0x01, 0xe4, 0x90, 0x51, 0x48, 0xc8, 0x54, - 0xe2, 0x2e, 0xa9, 0x9a, 0xb9, 0x2a, 0xfb, 0xb2, 0xd9, 0x8b, 0x21, 0x53, 0xf9, 0x4c, 0xd9, 0xaf, - 0xae, 0xee, 0xf3, 0x69, 0x7b, 0x5b, 0xa8, 0xee, 0xdf, 0xc2, 0xf5, 0x09, 0x5e, 0xca, 0xd0, 0x16, - 0x94, 0xb3, 0xa3, 0x2f, 0xcb, 0xdb, 0x78, 0x46, 0x34, 0x93, 0x9b, 0xa5, 0x97, 0xc9, 0xcd, 0x6d, - 0xb8, 0x9d, 0x71, 0x61, 0x9a, 0x35, 0xf2, 0xca, 0xbf, 0x3a, 0x71, 0x65, 0x92, 0x67, 0xf7, 0xa1, - 0xa6, 0x3c, 0x32, 0x9d, 0xc8, 0x55, 0x29, 0x55, 0x6a, 0x7b, 0xcb, 0xb0, 0x24, 0x05, 0x8d, 0x3f, - 0xe6, 0x60, 0x49, 0x2d, 0x64, 0x9f, 0x2f, 0x44, 0x60, 0x45, 0x01, 0x94, 0xa7, 0xf3, 0x83, 0x1b, - 0xb8, 0x45, 0xd4, 0x3e, 0x70, 0xd2, 0x6f, 0x1e, 0x78, 0x65, 0x29, 0x73, 0x46, 0x2b, 0x05, 0x11, - 0xf8, 0xef, 0xc3, 0xca, 0x90, 0x12, 0xd7, 0x61, 0xa6, 0x3f, 0x34, 0x59, 0x14, 0x3b, 0x17, 0x5a, - 0x5e, 0x30, 0xae, 0xaa, 0x14, 0x1f, 0x0e, 0xfb, 0x5c, 0xd8, 0xf8, 0x5d, 0x1e, 0x0a, 0xe2, 0x0e, - 0x88, 0xde, 0x86, 0x8a, 0x43, 0x59, 0xe0, 0x5a, 0x17, 0x59, 0x86, 0x58, 0x56, 0x32, 0x61, 0xf4, - 0x63, 0xa8, 0xb9, 0x16, 0x8b, 0xcc, 0x98, 0x1f, 0x4b, 0xf3, 0xf3, 0xbd, 0xc2, 0x15, 0x8f, 0x18, - 0x91, 0x49, 0xdf, 0x85, 0x82, 0x4b, 0xce, 0x89, 0x2b, 0x32, 0xbc, 0xb6, 0xfb, 0xc9, 0xf5, 0x57, - 0x52, 0xf9, 0x2b, 0xae, 0x1f, 0x36, 0x25, 0x9e, 0x7d, 0xd1, 0xe1, 0x78, 0x2c, 0xcd, 0x20, 0x0d, - 0x8a, 0xbc, 0xea, 0x90, 0xe7, 0x91, 0xca, 0xf9, 0xa4, 0x89, 0xde, 0x03, 0x24, 0xee, 0xb2, 0xd3, - 0xd1, 0x94, 0x8f, 0x52, 0x75, 0xd1, 0x93, 0x3d, 0x00, 0x7e, 0x9f, 0x83, 0xf5, 0x4b, 0x07, 0x42, - 0x0f, 0xe0, 0x5e, 0xff, 0x89, 0xd1, 0xe9, 0x98, 0x3d, 0x7c, 0xf8, 0xc8, 0x68, 0x19, 0x7a, 0xb7, - 0xf5, 0xd4, 0xec, 0xe8, 0xc7, 0x7a, 0x67, 0x86, 0x22, 0xbc, 0x0e, 0xeb, 0x8f, 0x8e, 0xba, 0xed, - 0xe6, 0x81, 0xde, 0x1d, 0x34, 0x3b, 0x66, 0xf3, 0xe7, 0x4d, 0xac, 0x77, 0xf5, 0x7e, 0x5f, 0xf2, - 0x85, 0xee, 0xe1, 0xb1, 0xd1, 0xe2, 0x7c, 0xa1, 0x0e, 0x15, 0xa3, 0x3b, 0xd0, 0xf1, 0x81, 0xde, - 0x36, 0x9a, 0x03, 0xbd, 0x9e, 0xe7, 0xdc, 0xa2, 0xd9, 0x3e, 0x6e, 0x76, 0x5b, 0x7a, 0xbb, 0xbe, - 0xc8, 0x75, 0xf5, 0xaf, 0x7b, 0x3a, 0x1e, 0xd4, 0x0b, 0x8d, 0x7f, 0xe6, 0x61, 0x39, 0xb9, 0x57, - 0xdf, 0x24, 0x2c, 0x33, 0xfb, 0x63, 0xe1, 0xc5, 0xfd, 0xa1, 0xc8, 0x43, 0x7e, 0xf2, 0x64, 0xb7, - 0x9b, 0x3e, 0xae, 0x89, 0x38, 0x2e, 0x5e, 0x15, 0x47, 0xf5, 0xa6, 0x26, 0xa2, 0xb8, 0x9b, 0xbe, - 0xa9, 0x09, 0x4c, 0xe1, 0x4a, 0x8c, 0xd4, 0x12, 0x98, 0xb7, 0xa1, 0x12, 0x11, 0x6b, 0x6c, 0x8e, - 0x89, 0x7c, 0x49, 0x5a, 0x12, 0x49, 0x58, 0xe6, 0xb2, 0x03, 0x29, 0x42, 0x2d, 0x28, 0xcb, 0xe7, - 0x07, 0x91, 0x57, 0x5a, 0xf1, 0xc6, 0xaf, 0x16, 0x20, 0x61, 0x3c, 0xcb, 0xf8, 0xf1, 0xaf, 0x1e, - 0x20, 0x2e, 0xa6, 0x43, 0x2f, 0x4f, 0x8b, 0xdb, 0x49, 0x67, 0x76, 0x2b, 0x7f, 0x09, 0x77, 0x52, - 0xcc, 0x65, 0xf5, 0xa6, 0x24, 0xa0, 0x9b, 0x89, 0xce, 0x25, 0x45, 0x87, 0x1f, 0x1e, 0x93, 0xa9, - 0x67, 0x0e, 0x8f, 0xbc, 0x38, 0x3c, 0xd2, 0xe9, 0x25, 0xf9, 0xf6, 0xdd, 0x02, 0x94, 0x33, 0x0f, - 0x1d, 0x3c, 0x8f, 0xad, 0x38, 0x3a, 0xf5, 0x43, 0xa6, 0xe5, 0x04, 0x26, 0x69, 0xa2, 0x35, 0x28, - 0x48, 0x1e, 0x21, 0xa3, 0x29, 0x1b, 0xb3, 0x91, 0xce, 0xbf, 0x18, 0x69, 0x0d, 0x8a, 0x67, 0x7e, - 0x1c, 0x7a, 0x96, 0x9b, 0xec, 0x0c, 0xd5, 0xe4, 0xa4, 0xf9, 0xdc, 0x77, 0xe3, 0x31, 0x51, 0xbb, - 0x41, 0xb5, 0xc4, 0x95, 0x9d, 0x4f, 0x89, 0x9d, 0x92, 0x50, 0xb1, 0x96, 0x89, 0x00, 0x7d, 0x0e, - 0xf5, 0xcc, 0x63, 0x8c, 0x0c, 0x7c, 0xf1, 0xaa, 0xc0, 0xaf, 0x64, 0x54, 0x45, 0xf4, 0xdf, 0x99, - 0x46, 0x8b, 0x53, 0x4f, 0x06, 0x24, 0xab, 0x2a, 0x4e, 0x34, 0x04, 0x8b, 0x94, 0x9d, 0x78, 0xca, - 0xe9, 0xe2, 0xbb, 0xf1, 0xd7, 0x3c, 0x2c, 0xc9, 0xe7, 0x9c, 0x9b, 0x6c, 0x83, 0x3b, 0x50, 0xa2, - 0xde, 0x39, 0xf1, 0x22, 0xee, 0xce, 0x05, 0xe1, 0xce, 0x89, 0x80, 0x33, 0x40, 0xf9, 0x22, 0x64, - 0xb2, 0xc8, 0x8a, 0x62, 0x96, 0xd0, 0x44, 0x29, 0xec, 0x0b, 0x19, 0xfa, 0x19, 0xa0, 0x29, 0xa5, - 0x6b, 0x36, 0x47, 0x3d, 0x0b, 0x16, 0x0b, 0x9e, 0x18, 0x18, 0x52, 0x97, 0x7a, 0xa3, 0x6b, 0x76, - 0x8a, 0x32, 0xf0, 0x48, 0xe8, 0x26, 0x6c, 0x56, 0x19, 0xf0, 0x87, 0x43, 0x6a, 0x27, 0x3c, 0x52, - 0x4d, 0xf3, 0x50, 0xc8, 0x32, 0x4a, 0xea, 0x1a, 0x54, 0xcc, 0x2a, 0xc9, 0xc7, 0x57, 0xf4, 0x7e, - 0x3a, 0x95, 0x17, 0x8b, 0xe7, 0xaa, 0xec, 0xc9, 0x16, 0xee, 0x99, 0x5d, 0x58, 0xfa, 0x5f, 0x76, - 0x61, 0xe3, 0x1f, 0x45, 0xa8, 0x4d, 0xbf, 0x71, 0xa1, 0x5d, 0xc8, 0x9f, 0xf9, 0x27, 0x8a, 0x48, - 0x6d, 0x5d, 0xf7, 0x3a, 0x86, 0xb9, 0x32, 0xaf, 0xb1, 0x99, 0xa7, 0xb5, 0xc9, 0xbf, 0x13, 0xd5, - 0x8c, 0xd4, 0x70, 0x78, 0x6e, 0x66, 0xd5, 0xe6, 0x53, 0xa8, 0x95, 0x8c, 0xaa, 0xf0, 0xf4, 0x9b, - 0x00, 0xa2, 0x98, 0xb1, 0x88, 0xdf, 0x94, 0xe4, 0x66, 0x29, 0x71, 0x49, 0x9f, 0x0b, 0x50, 0x1f, - 0x0a, 0x3c, 0x07, 0x64, 0xf0, 0x6a, 0xbb, 0x5f, 0xbc, 0xc4, 0xbb, 0xde, 0x76, 0xe6, 0x5b, 0xe6, - 0x06, 0x96, 0xb6, 0x38, 0xb9, 0xb5, 0xce, 0x49, 0x68, 0x8d, 0x88, 0x49, 0xbd, 0x88, 0xf3, 0x74, - 0xf2, 0xcc, 0x64, 0xb6, 0x1f, 0xca, 0x38, 0xe7, 0xf0, 0xba, 0xea, 0x36, 0x92, 0xde, 0x3e, 0xef, - 0x44, 0x1f, 0x83, 0x36, 0xa3, 0x6f, 0x32, 0xdb, 0x72, 0x09, 0x77, 0x8d, 0x8c, 0xfd, 0x3a, 0x9d, - 0x42, 0xf4, 0x79, 0xaf, 0xc1, 0xd9, 0xec, 0x9a, 0x4c, 0x11, 0x4e, 0x03, 0x52, 0x15, 0x26, 0xd2, - 0xa0, 0x80, 0x91, 0xec, 0x3b, 0x1c, 0xa6, 0xc3, 0x31, 0xd4, 0x81, 0x35, 0xca, 0x92, 0x7b, 0x02, - 0x31, 0x93, 0xb7, 0xa5, 0x1b, 0x90, 0x2a, 0x44, 0x99, 0xba, 0x2c, 0x10, 0xac, 0x50, 0xb3, 0x7f, - 0xc3, 0xc0, 0x4b, 0xfd, 0x0d, 0x73, 0x1f, 0x6a, 0x7e, 0x1c, 0xd9, 0xfe, 0x98, 0x4f, 0xc3, 0x62, - 0xbe, 0x97, 0x50, 0x2d, 0x25, 0xc5, 0x42, 0x88, 0x3e, 0x80, 0xb5, 0x44, 0x4d, 0x5e, 0x95, 0xce, - 0x89, 0xc7, 0x09, 0x6f, 0x45, 0x78, 0xf4, 0xb6, 0xea, 0xeb, 0x65, 0xba, 0xd0, 0x8f, 0x60, 0x99, - 0x32, 0x73, 0x6c, 0x45, 0xf6, 0xa9, 0xb8, 0x1f, 0xcc, 0x5f, 0x58, 0x91, 0xb2, 0x03, 0xae, 0x7a, - 0xf9, 0x3d, 0xa6, 0x76, 0xe9, 0x3d, 0xa6, 0xf1, 0xf7, 0x1c, 0xac, 0xbe, 0x90, 0x07, 0xa8, 0x01, - 0x6f, 0x35, 0x7b, 0xbd, 0x8e, 0xd1, 0x6a, 0x0e, 0x8c, 0xc3, 0xae, 0xd9, 0x1f, 0x34, 0x07, 0x47, - 0xfd, 0x19, 0x46, 0x81, 0xa0, 0x76, 0xf8, 0xe8, 0x91, 0x8e, 0x4d, 0xfd, 0xeb, 0x81, 0xde, 0x6d, - 0xeb, 0xed, 0x7a, 0x8e, 0xb3, 0x0c, 0xac, 0x7f, 0xa5, 0xb7, 0x06, 0x7a, 0xdb, 0xdc, 0x7b, 0x6a, - 0xb6, 0x9a, 0xdd, 0xb6, 0xd1, 0xe6, 0x3c, 0x62, 0x81, 0x33, 0x87, 0x66, 0x6b, 0x60, 0x1c, 0x73, - 0x4e, 0xa1, 0xc1, 0x5a, 0x56, 0x4d, 0x3f, 0xe8, 0x75, 0x0e, 0x9f, 0x8a, 0xb7, 0x89, 0x0d, 0x40, - 0xfb, 0x06, 0xd6, 0xdb, 0x66, 0x4f, 0xef, 0xb6, 0x8d, 0xee, 0x63, 0x53, 0xa0, 0x0b, 0x68, 0x15, - 0xaa, 0x52, 0xde, 0x1f, 0x34, 0xf1, 0x40, 0x6f, 0xd7, 0x97, 0x50, 0x0d, 0xa0, 0x87, 0x0f, 0xf9, - 0x8c, 0x78, 0xbb, 0xd8, 0xf8, 0x57, 0x0e, 0xaa, 0x53, 0xcf, 0xe1, 0x37, 0x39, 0x8c, 0x3f, 0x82, - 0x8a, 0x65, 0x7f, 0x1b, 0xd3, 0x90, 0x5c, 0x43, 0x14, 0xcb, 0x4a, 0x2d, 0x61, 0x18, 0xe4, 0x79, - 0x90, 0x82, 0xae, 0xdc, 0xcc, 0x20, 0xb5, 0x04, 0xe6, 0x0e, 0x94, 0x64, 0xd1, 0xa4, 0xd1, 0x45, - 0xb2, 0x8d, 0x53, 0xc1, 0x6c, 0xc5, 0x2c, 0xbc, 0x50, 0x31, 0x1b, 0xbf, 0xce, 0x41, 0x6d, 0xfa, - 0xfd, 0x5c, 0x3c, 0x7d, 0xf8, 0xd1, 0xe4, 0xef, 0x52, 0x5f, 0x0e, 0x63, 0xfb, 0xe3, 0x31, 0xe1, - 0x3b, 0x45, 0x1d, 0x47, 0x13, 0xc1, 0x2c, 0x9d, 0xca, 0xdf, 0x84, 0x4e, 0x21, 0xf5, 0x0e, 0x26, - 0xe7, 0x2c, 0xbe, 0xf7, 0x7e, 0x95, 0x83, 0xbb, 0xb6, 0x3f, 0x9e, 0x77, 0xd8, 0xec, 0xad, 0xa9, - 0x47, 0x79, 0x4c, 0xe4, 0x1f, 0xb2, 0x3d, 0x9e, 0xb1, 0xbd, 0xdc, 0x2f, 0x9a, 0x0a, 0x34, 0xf2, - 0x5d, 0xcb, 0x1b, 0x6d, 0xfb, 0xe1, 0x68, 0x67, 0x44, 0x3c, 0x91, 0xcf, 0x3b, 0xb2, 0xcb, 0x0a, - 0x28, 0xbb, 0xf4, 0x1f, 0xeb, 0xcf, 0x64, 0xf3, 0x4f, 0x0b, 0xf9, 0xd6, 0xa0, 0x7f, 0xb2, 0x24, - 0x30, 0x1f, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0x4a, 0xaa, 0x44, 0x25, 0x74, 0x1f, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/profile.proto", fileDescriptor_profile_e7f0ff6ef67f503e) +} + +var fileDescriptor_profile_e7f0ff6ef67f503e = []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, } diff --git a/googleapis/cloud/talent/v4beta1/profile_service.pb.go b/googleapis/cloud/talent/v4beta1/profile_service.pb.go index 620d33da521adfa214fad5a963eccd69f371ac4f..e9b2379804f0d1dc9c67810f2cff238773de16c2 100644 --- a/googleapis/cloud/talent/v4beta1/profile_service.pb.go +++ b/googleapis/cloud/talent/v4beta1/profile_service.pb.go @@ -57,7 +57,7 @@ type ListProfilesRequest struct { // Valid values are: // // * name - FieldMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` + ReadMask *field_mask.FieldMask `protobuf:"bytes,4,opt,name=read_mask,json=readMask,proto3" json:"read_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -67,7 +67,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_3bca0b0b843d4427, []int{0} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{0} } func (m *ListProfilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProfilesRequest.Unmarshal(m, b) @@ -108,9 +108,9 @@ func (m *ListProfilesRequest) GetPageSize() int32 { return 0 } -func (m *ListProfilesRequest) GetFieldMask() *field_mask.FieldMask { +func (m *ListProfilesRequest) GetReadMask() *field_mask.FieldMask { if m != nil { - return m.FieldMask + return m.ReadMask } return nil } @@ -131,7 +131,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_3bca0b0b843d4427, []int{1} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{1} } func (m *ListProfilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListProfilesResponse.Unmarshal(m, b) @@ -187,7 +187,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_3bca0b0b843d4427, []int{2} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{2} } func (m *CreateProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateProfileRequest.Unmarshal(m, b) @@ -240,7 +240,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_3bca0b0b843d4427, []int{3} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{3} } func (m *GetProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetProfileRequest.Unmarshal(m, b) @@ -301,7 +301,6 @@ type UpdateProfileRequest struct { // * publications // * patents // * certifications - // * jobApplications // * recruitingNotes // * customAttributes UpdateMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` @@ -314,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_3bca0b0b843d4427, []int{4} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{4} } func (m *UpdateProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateProfileRequest.Unmarshal(m, b) @@ -367,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_3bca0b0b843d4427, []int{5} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{5} } func (m *DeleteProfileRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteProfileRequest.Unmarshal(m, b) @@ -531,7 +530,7 @@ type SearchProfilesRequest struct { // * institution: The school name. For example, "MIT", // "University of California, Berkeley" // * degree: Highest education degree in ISCED code. Each value in degree - // covers specific level of education, without any expansion to upper nor + // covers a specific level of education, without any expansion to upper nor // lower levels of education degree. // * experience_in_months: experience in months. 0 means 0 month to 1 month // (exclusive). @@ -539,10 +538,10 @@ type SearchProfilesRequest struct { // See // [ApplicationDateFilter][google.cloud.talent.v4beta1.ApplicationDateFilter] // for more details. - // * application_outcome_reason: The application outcome reason specifies the - // outcome reasons of job application. + // * application_outcome_notes: The application outcome reason specifies the + // reasons behind the outcome of the job application. // See - // [ApplicationOutcomeReasonFilter][google.cloud.talent.v4beta1.ApplicationOutcomeReasonFilter] + // [ApplicationOutcomeNotesFilter][google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter] // for more details. // * application_last_stage: The application last stage specifies the last // stage of job application. @@ -583,7 +582,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_3bca0b0b843d4427, []int{6} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{6} } func (m *SearchProfilesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchProfilesRequest.Unmarshal(m, b) @@ -702,7 +701,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_3bca0b0b843d4427, []int{7} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{7} } func (m *SearchProfilesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SearchProfilesResponse.Unmarshal(m, b) @@ -794,7 +793,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_3bca0b0b843d4427, []int{8} + return fileDescriptor_profile_service_a5b49f1e43b88516, []int{8} } func (m *SummarizedProfile) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_SummarizedProfile.Unmarshal(m, b) @@ -861,6 +860,8 @@ type ProfileServiceClient interface { // Updates the specified profile and returns the updated result. UpdateProfile(ctx context.Context, in *UpdateProfileRequest, opts ...grpc.CallOption) (*Profile, error) // Deletes the specified profile. + // Prerequisite: The profile has no associated applications or assignments + // associated. DeleteProfile(ctx context.Context, in *DeleteProfileRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Searches for profiles within a tenant. // @@ -946,6 +947,8 @@ type ProfileServiceServer interface { // Updates the specified profile and returns the updated result. UpdateProfile(context.Context, *UpdateProfileRequest) (*Profile, error) // Deletes the specified profile. + // Prerequisite: The profile has no associated applications or assignments + // associated. DeleteProfile(context.Context, *DeleteProfileRequest) (*empty.Empty, error) // Searches for profiles within a tenant. // @@ -1104,75 +1107,76 @@ var _ProfileService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/profile_service.proto", fileDescriptor_profile_service_3bca0b0b843d4427) -} - -var fileDescriptor_profile_service_3bca0b0b843d4427 = []byte{ - // 1056 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x5f, 0x6f, 0x1b, 0x45, - 0x10, 0xd7, 0x25, 0x69, 0xe2, 0x4c, 0x9a, 0x26, 0xd9, 0xa4, 0xc1, 0xb8, 0x20, 0xac, 0x13, 0x02, - 0xd7, 0xa5, 0x77, 0x8d, 0x5b, 0xa9, 0x90, 0x42, 0x05, 0x09, 0x7f, 0x25, 0x8a, 0xc2, 0x39, 0x08, - 0xd4, 0x97, 0xd3, 0xc6, 0x1e, 0x3b, 0x47, 0xee, 0x6e, 0xaf, 0xbb, 0xeb, 0x08, 0x07, 0x55, 0xa2, - 0x7c, 0x85, 0x88, 0x27, 0xde, 0x50, 0x1f, 0x79, 0xe3, 0xa3, 0xf0, 0x15, 0xe0, 0x73, 0x80, 0x76, - 0x6f, 0xef, 0x12, 0xdb, 0xa7, 0x8b, 0x8d, 0x78, 0xbb, 0xdd, 0x99, 0xdf, 0xcc, 0x6f, 0x7f, 0x3b, - 0x3b, 0x73, 0xb0, 0xd3, 0x67, 0xac, 0x1f, 0xa2, 0xdb, 0x09, 0xd9, 0xa0, 0xeb, 0x4a, 0x1a, 0x62, - 0x2c, 0xdd, 0xd3, 0x07, 0x47, 0x28, 0xe9, 0x8e, 0x9b, 0x70, 0xd6, 0x0b, 0x42, 0xf4, 0x05, 0xf2, - 0xd3, 0xa0, 0x83, 0x4e, 0xc2, 0x99, 0x64, 0xe4, 0x56, 0x0a, 0x71, 0x34, 0xc4, 0x49, 0x21, 0x8e, - 0x81, 0xd4, 0x5e, 0x33, 0xf1, 0x68, 0x12, 0xb8, 0x34, 0x8e, 0x99, 0xa4, 0x32, 0x60, 0xb1, 0x48, - 0xa1, 0xb5, 0x46, 0x59, 0xb6, 0x0e, 0x8b, 0x22, 0x16, 0x1b, 0xcf, 0xdb, 0x65, 0x9e, 0xbd, 0x20, - 0x94, 0xc8, 0xb3, 0xa0, 0x77, 0xca, 0x5c, 0x8f, 0x03, 0x21, 0x59, 0x9f, 0xd3, 0x68, 0x9a, 0xb8, - 0xe6, 0xbc, 0xc6, 0xd5, 0x9c, 0xd3, 0xd5, 0xab, 0xa3, 0x41, 0xcf, 0xc5, 0x28, 0x91, 0x43, 0x63, - 0xac, 0x8f, 0x1b, 0x7b, 0x01, 0x86, 0x5d, 0x3f, 0xa2, 0xe2, 0x24, 0xf5, 0xb0, 0x5f, 0x5a, 0xb0, - 0xf9, 0x65, 0x20, 0xe4, 0x41, 0x1a, 0x54, 0x78, 0xf8, 0x6c, 0x80, 0x42, 0x92, 0x6d, 0x58, 0x4c, - 0x28, 0xc7, 0x58, 0x56, 0xad, 0xba, 0xd5, 0x58, 0xf6, 0xcc, 0x8a, 0xbc, 0x0e, 0x90, 0xd0, 0x3e, - 0xfa, 0x92, 0x9d, 0x60, 0x5c, 0x9d, 0xd3, 0xb6, 0x65, 0xb5, 0x73, 0xa8, 0x36, 0xc8, 0x2d, 0xd0, - 0x0b, 0x5f, 0x04, 0x67, 0x58, 0x9d, 0xaf, 0x5b, 0x8d, 0x6b, 0x5e, 0x45, 0x6d, 0xb4, 0x83, 0x33, - 0x24, 0xef, 0x01, 0x5c, 0xe4, 0xaf, 0x2e, 0xd4, 0xad, 0xc6, 0x4a, 0xab, 0xe6, 0x98, 0x7b, 0xca, - 0x28, 0x3a, 0x9f, 0x2a, 0x97, 0x27, 0x54, 0x9c, 0x78, 0xcb, 0xbd, 0xec, 0xd3, 0xfe, 0xc9, 0x82, - 0xad, 0x51, 0x9a, 0x22, 0x61, 0xb1, 0x40, 0xf2, 0x21, 0x54, 0x8c, 0x1e, 0xa2, 0x6a, 0xd5, 0xe7, - 0x1b, 0x2b, 0xad, 0x37, 0x9d, 0x92, 0x9b, 0x77, 0x4c, 0x00, 0x2f, 0x47, 0x91, 0xb7, 0x60, 0x2d, - 0xc6, 0x1f, 0xa4, 0x3f, 0x71, 0xac, 0x55, 0xb5, 0x7d, 0x90, 0x1d, 0xcd, 0x8e, 0x61, 0x6b, 0x9f, - 0x23, 0x95, 0x98, 0x85, 0xb8, 0x42, 0xa9, 0xc7, 0xb0, 0x64, 0x72, 0xe8, 0x78, 0xd3, 0x12, 0xcb, - 0x40, 0xf6, 0xdb, 0xb0, 0xf1, 0x19, 0xca, 0xb1, 0x64, 0x04, 0x16, 0x62, 0x1a, 0xa1, 0x49, 0xa5, - 0xbf, 0xed, 0x73, 0x0b, 0xb6, 0xbe, 0x49, 0xba, 0x93, 0xcc, 0x2e, 0x31, 0xb0, 0xfe, 0x03, 0x03, - 0xf2, 0x08, 0x56, 0x06, 0x3a, 0x6e, 0x7a, 0x61, 0x73, 0x57, 0x5e, 0x18, 0xa4, 0xee, 0xfa, 0xc6, - 0x9a, 0xb0, 0xf5, 0x31, 0x86, 0x38, 0x41, 0xaa, 0xe8, 0x04, 0x2f, 0x16, 0xe0, 0x66, 0x1b, 0x29, - 0xef, 0x1c, 0x4f, 0x5b, 0x86, 0xdf, 0xc2, 0x3a, 0x4f, 0x5d, 0xfc, 0x08, 0x25, 0xed, 0x52, 0x49, - 0x0d, 0xbf, 0x77, 0x4a, 0xcf, 0x68, 0xe2, 0x3e, 0x31, 0x18, 0x6f, 0x8d, 0x8f, 0x6e, 0x90, 0xaf, - 0x60, 0x35, 0xeb, 0x27, 0xcf, 0x06, 0xc8, 0x87, 0xba, 0x88, 0x57, 0x5a, 0xb7, 0xa7, 0x51, 0xee, - 0x6b, 0x05, 0xf0, 0xae, 0x27, 0x97, 0x56, 0xa3, 0x0f, 0x62, 0x61, 0xec, 0x41, 0x8c, 0x3e, 0xa6, - 0x6b, 0xe3, 0x8f, 0x69, 0x1b, 0x16, 0x59, 0xaf, 0x27, 0x50, 0x56, 0x17, 0x35, 0xd0, 0xac, 0x88, - 0x03, 0x9b, 0xdd, 0x40, 0xd0, 0x23, 0xd5, 0xf3, 0x12, 0x0c, 0x43, 0xbf, 0x73, 0x8c, 0x9d, 0x93, - 0xea, 0x52, 0xdd, 0x6a, 0x54, 0xbc, 0x0d, 0x63, 0x6a, 0x2b, 0xcb, 0xbe, 0x32, 0x90, 0x57, 0xa1, - 0xc2, 0x78, 0x17, 0xb9, 0x7f, 0x34, 0xac, 0x56, 0x74, 0x92, 0x25, 0xbd, 0xde, 0x1b, 0xaa, 0x50, - 0x1d, 0x2a, 0x54, 0xef, 0x8c, 0x45, 0x20, 0x83, 0x53, 0xf4, 0x05, 0xe3, 0xb2, 0xba, 0x9c, 0x86, - 0x52, 0xa6, 0x76, 0x66, 0x69, 0x33, 0x2e, 0xc9, 0x77, 0xb0, 0x91, 0xf7, 0x2a, 0x2d, 0x50, 0x80, - 0xa2, 0x0a, 0xfa, 0xdd, 0xdd, 0x29, 0x95, 0xe8, 0xf3, 0x0c, 0x95, 0x8a, 0xb4, 0x7e, 0x7c, 0x79, - 0x1d, 0xa0, 0xb0, 0xff, 0x9e, 0x87, 0xed, 0xf1, 0x1a, 0x30, 0x6f, 0xfc, 0x1e, 0x6c, 0xa1, 0x90, - 0x41, 0x44, 0x25, 0x76, 0x7d, 0xc9, 0x24, 0x0d, 0x53, 0x39, 0x55, 0x49, 0xcc, 0x7b, 0x24, 0xb7, - 0x1d, 0x2a, 0x93, 0x16, 0xf6, 0x29, 0xac, 0x1b, 0x65, 0x18, 0xe7, 0xd8, 0x51, 0xcd, 0xdd, 0x94, - 0x87, 0x5b, 0xca, 0x52, 0x8b, 0x16, 0xc4, 0xfd, 0xfd, 0x1c, 0xe6, 0xad, 0xe9, 0x40, 0x17, 0x1b, - 0xe4, 0x0b, 0xa8, 0xe4, 0x25, 0x97, 0x16, 0xc7, 0xdd, 0x2b, 0x4a, 0x2e, 0x3d, 0x46, 0x5e, 0x73, - 0x39, 0xbc, 0xa8, 0xf5, 0x2c, 0x14, 0xb4, 0x1e, 0x12, 0xc0, 0x2b, 0xa3, 0xaa, 0x0f, 0x7d, 0x8e, - 0x62, 0x10, 0x4a, 0x51, 0xbd, 0xa6, 0xb5, 0xdf, 0x99, 0x45, 0x7b, 0x8d, 0xf4, 0x6e, 0x1e, 0x17, - 0xec, 0x0a, 0xe2, 0xc3, 0xa6, 0x18, 0x44, 0x11, 0xe5, 0xc1, 0x19, 0x76, 0xfd, 0xbc, 0xb5, 0x2e, - 0xea, 0x34, 0x4e, 0xb9, 0x78, 0x39, 0x2e, 0x7b, 0xf2, 0x44, 0x8c, 0x6f, 0x09, 0xfb, 0x17, 0x0b, - 0x36, 0x26, 0x3c, 0xff, 0x87, 0x36, 0xfe, 0x18, 0x96, 0xd2, 0x6c, 0xc3, 0xd9, 0xda, 0xad, 0x01, - 0xb5, 0xfe, 0x59, 0x82, 0x1b, 0x66, 0xb3, 0x9d, 0xfe, 0x48, 0x90, 0xdf, 0x2d, 0xb8, 0x7e, 0x79, - 0xe8, 0x90, 0x7b, 0xa5, 0x21, 0x0b, 0xc6, 0x68, 0x6d, 0x67, 0x06, 0x44, 0x5a, 0x26, 0xf6, 0xc3, - 0x9f, 0xff, 0xfc, 0xeb, 0x7c, 0x6e, 0x87, 0xb8, 0xf9, 0xc0, 0xff, 0x31, 0x6d, 0x7a, 0x1f, 0x24, - 0x9c, 0x7d, 0x8f, 0x1d, 0x29, 0xdc, 0xa6, 0x2b, 0x31, 0xa6, 0xb1, 0xfa, 0x7a, 0xee, 0xe6, 0x0a, - 0xbc, 0xb4, 0x60, 0x75, 0x64, 0x42, 0x91, 0xf2, 0xec, 0x45, 0xd3, 0xac, 0x36, 0x95, 0x6a, 0xf6, - 0xae, 0xe6, 0xf8, 0xc0, 0x9e, 0x95, 0xe3, 0xae, 0xd5, 0x24, 0xbf, 0x5a, 0x00, 0x17, 0x83, 0x8d, - 0x94, 0xd7, 0xd4, 0xc4, 0x04, 0x9c, 0x92, 0x60, 0x81, 0x88, 0x6a, 0xd2, 0x14, 0xd2, 0xcb, 0xd9, - 0xb9, 0xcd, 0xe7, 0xea, 0xce, 0x57, 0x47, 0x86, 0xe9, 0x15, 0x22, 0x16, 0x0d, 0xde, 0x29, 0x39, - 0xee, 0x69, 0x8e, 0xef, 0xb7, 0x1e, 0x5e, 0x12, 0xd1, 0xfc, 0xda, 0x4d, 0xc5, 0x55, 0x89, 0x79, - 0x6e, 0xc1, 0xea, 0xc8, 0x98, 0xbd, 0x82, 0x6e, 0xd1, 0x48, 0xae, 0x6d, 0x4f, 0x8c, 0xf4, 0x4f, - 0xd4, 0x3f, 0x64, 0x26, 0x62, 0x73, 0x66, 0x11, 0xff, 0xb0, 0xe0, 0xc6, 0x68, 0x2f, 0x27, 0xad, - 0xf2, 0xd6, 0x51, 0x34, 0xfc, 0x6b, 0xf7, 0x67, 0xc2, 0x98, 0xe7, 0xf3, 0xae, 0x26, 0xdd, 0xb2, - 0xef, 0x4e, 0x57, 0x9a, 0xbb, 0x42, 0x87, 0xd9, 0xb5, 0x9a, 0x7b, 0x2f, 0x2c, 0x78, 0xa3, 0xc3, - 0xa2, 0xb2, 0xa4, 0x7b, 0x9b, 0xa3, 0x2d, 0xe2, 0x40, 0x09, 0x76, 0x60, 0x3d, 0xfd, 0xc8, 0x60, - 0xfa, 0x2c, 0xa4, 0x71, 0xdf, 0x61, 0xbc, 0xef, 0xf6, 0x31, 0xd6, 0x72, 0xba, 0xa9, 0x89, 0x26, - 0x81, 0x28, 0xfc, 0x9d, 0x7f, 0x94, 0x2e, 0x7f, 0x9b, 0x9b, 0xdf, 0x3f, 0x6c, 0x1f, 0x2d, 0x6a, - 0xcc, 0xfd, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x67, 0x98, 0x26, 0xf1, 0x0c, 0x00, 0x00, + proto.RegisterFile("google/cloud/talent/v4beta1/profile_service.proto", fileDescriptor_profile_service_a5b49f1e43b88516) +} + +var fileDescriptor_profile_service_a5b49f1e43b88516 = []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, + 0xc0, 0x75, 0xe9, 0x6e, 0xe3, 0x56, 0x0a, 0x4a, 0xa1, 0x82, 0x84, 0xbf, 0x12, 0x45, 0x61, 0x1d, + 0x04, 0xea, 0xcd, 0x6a, 0x62, 0x1f, 0x3b, 0x4b, 0x76, 0x77, 0xb6, 0x33, 0xe3, 0x08, 0x07, 0x55, + 0xa2, 0xbc, 0x42, 0xc4, 0x15, 0x77, 0x15, 0x97, 0xdc, 0xf1, 0x28, 0xbc, 0x02, 0x3c, 0x07, 0x68, + 0x66, 0xc7, 0xdb, 0xd8, 0x5e, 0x6d, 0x6c, 0xc4, 0xdd, 0xce, 0x9c, 0xf3, 0x9d, 0xf3, 0xcd, 0x37, + 0x67, 0xce, 0x59, 0xd8, 0xed, 0x31, 0xd6, 0x8b, 0xd0, 0x6b, 0x47, 0xac, 0xdf, 0xf1, 0x24, 0x8d, + 0x30, 0x91, 0xde, 0xf9, 0xc3, 0x13, 0x94, 0x74, 0xd7, 0x4b, 0x39, 0xeb, 0x86, 0x11, 0x06, 0x02, + 0xf9, 0x79, 0xd8, 0x46, 0x37, 0xe5, 0x4c, 0x32, 0x72, 0x3b, 0x83, 0xb8, 0x1a, 0xe2, 0x66, 0x10, + 0xd7, 0x40, 0xaa, 0xaf, 0x99, 0x78, 0x34, 0x0d, 0x3d, 0x9a, 0x24, 0x4c, 0x52, 0x19, 0xb2, 0x44, + 0x64, 0xd0, 0x6a, 0xbd, 0x2c, 0x5b, 0x9b, 0xc5, 0x31, 0x4b, 0x8c, 0xe7, 0x9d, 0x32, 0xcf, 0x6e, + 0x18, 0x49, 0xe4, 0xc3, 0xa0, 0x77, 0xcb, 0x5c, 0x4f, 0x43, 0x21, 0x59, 0x8f, 0xd3, 0x78, 0x9a, + 0xb8, 0xe6, 0xbc, 0xc6, 0xd5, 0x9c, 0xd3, 0xd3, 0xab, 0x93, 0x7e, 0xd7, 0xc3, 0x38, 0x95, 0x03, + 0x63, 0xac, 0x8d, 0x1b, 0xbb, 0x21, 0x46, 0x9d, 0x20, 0xa6, 0xe2, 0x2c, 0xf3, 0x70, 0x5e, 0x5a, + 0xb0, 0xf5, 0x45, 0x28, 0xe4, 0x51, 0x16, 0x54, 0xf8, 0xf8, 0xac, 0x8f, 0x42, 0x92, 0x1d, 0x58, + 0x4a, 0x29, 0xc7, 0x44, 0xda, 0x56, 0xcd, 0xaa, 0xaf, 0xf8, 0x66, 0x45, 0x5e, 0x07, 0x48, 0x69, + 0x0f, 0x03, 0xc9, 0xce, 0x30, 0xb1, 0xe7, 0xb4, 0x6d, 0x45, 0xed, 0x1c, 0xab, 0x0d, 0x72, 0x1b, + 0xf4, 0x22, 0x10, 0xe1, 0x05, 0xda, 0xf3, 0x35, 0xab, 0xbe, 0xe8, 0x57, 0xd4, 0x46, 0x2b, 0xbc, + 0x40, 0xb2, 0x07, 0x2b, 0x1c, 0x69, 0x96, 0xde, 0x5e, 0xa8, 0x59, 0xf5, 0xd5, 0x66, 0xd5, 0x35, + 0xd7, 0x34, 0x64, 0xe8, 0x7e, 0xa2, 0x18, 0x3e, 0xa1, 0xe2, 0xcc, 0xaf, 0x28, 0x67, 0xf5, 0xe5, + 0xfc, 0x68, 0xc1, 0xf6, 0x28, 0x49, 0x91, 0xb2, 0x44, 0x20, 0xf9, 0x00, 0x2a, 0x46, 0x0d, 0x61, + 0x5b, 0xb5, 0xf9, 0xfa, 0x6a, 0xf3, 0x4d, 0xb7, 0xe4, 0xde, 0x5d, 0x13, 0xc0, 0xcf, 0x51, 0xe4, + 0x2d, 0x58, 0x4f, 0xf0, 0x7b, 0x19, 0x4c, 0x1c, 0x6a, 0x4d, 0x6d, 0x1f, 0x0d, 0x0f, 0xe6, 0x24, + 0xb0, 0x7d, 0xc8, 0x91, 0x4a, 0x1c, 0x86, 0xb8, 0x46, 0xa7, 0xc7, 0xb0, 0x6c, 0x72, 0xe8, 0x78, + 0xd3, 0x12, 0x1b, 0x82, 0x9c, 0xb7, 0x61, 0xf3, 0x53, 0x94, 0x63, 0xc9, 0x08, 0x2c, 0x24, 0x34, + 0x46, 0x93, 0x4a, 0x7f, 0x3b, 0x97, 0x16, 0x6c, 0x7f, 0x9d, 0x76, 0x26, 0x99, 0x5d, 0x61, 0x60, + 0xfd, 0x0b, 0x06, 0xe4, 0x11, 0xac, 0xf6, 0x75, 0xdc, 0xec, 0xbe, 0xe6, 0xae, 0xbd, 0x2f, 0xc8, + 0xdc, 0xf5, 0x8d, 0x35, 0x60, 0xfb, 0x23, 0x8c, 0x70, 0x82, 0x54, 0xd1, 0x09, 0x5e, 0x2c, 0xc0, + 0xad, 0x16, 0x52, 0xde, 0x3e, 0x9d, 0xb6, 0x08, 0xbf, 0x81, 0x0d, 0x9e, 0xb9, 0x04, 0x31, 0x4a, + 0xda, 0xa1, 0x92, 0x1a, 0x7e, 0xef, 0x94, 0x9e, 0xd1, 0xc4, 0x7d, 0x62, 0x30, 0xfe, 0x3a, 0x1f, + 0xdd, 0x20, 0x5f, 0xc2, 0xda, 0xb0, 0x9b, 0x3c, 0xeb, 0x23, 0x1f, 0xe8, 0x12, 0x5e, 0x6d, 0xde, + 0x99, 0x46, 0xb9, 0xaf, 0x14, 0xc0, 0xbf, 0x91, 0x5e, 0x59, 0x8d, 0x3e, 0x87, 0x85, 0xb1, 0xe7, + 0x30, 0xfa, 0x94, 0x16, 0xc7, 0x9f, 0xd2, 0x0e, 0x2c, 0xb1, 0x6e, 0x57, 0xa0, 0xb4, 0x97, 0x34, + 0xd0, 0xac, 0x88, 0x0b, 0x5b, 0x9d, 0x50, 0xd0, 0x13, 0xd5, 0xf1, 0x52, 0x8c, 0xa2, 0xa0, 0x7d, + 0x8a, 0xed, 0x33, 0x7b, 0xb9, 0x66, 0xd5, 0x2b, 0xfe, 0xa6, 0x31, 0xb5, 0x94, 0xe5, 0x50, 0x19, + 0xc8, 0xff, 0xa1, 0xc2, 0x78, 0x07, 0x79, 0x70, 0x32, 0xb0, 0x2b, 0x3a, 0xc9, 0xb2, 0x5e, 0x1f, + 0x0c, 0x54, 0xa8, 0x36, 0x15, 0xaa, 0x73, 0x26, 0x22, 0x94, 0xe1, 0x39, 0x06, 0x82, 0x71, 0x69, + 0xaf, 0x64, 0xa1, 0x94, 0xa9, 0x35, 0xb4, 0xb4, 0x18, 0x97, 0xe4, 0x5b, 0xd8, 0xcc, 0x3b, 0x95, + 0x16, 0x28, 0x44, 0x61, 0x83, 0x7e, 0x77, 0x77, 0x4b, 0x25, 0xfa, 0x6c, 0x88, 0xca, 0x44, 0xda, + 0x38, 0xbd, 0xba, 0x0e, 0x51, 0x38, 0x7f, 0xcd, 0xc3, 0xce, 0x78, 0x0d, 0x98, 0x37, 0x7e, 0x1f, + 0xb6, 0x51, 0xc8, 0x30, 0xa6, 0x12, 0x3b, 0x81, 0x64, 0x92, 0x46, 0x99, 0x9c, 0xaa, 0x24, 0xe6, + 0x7d, 0x92, 0xdb, 0x8e, 0x95, 0x49, 0x0b, 0xfb, 0x14, 0x36, 0x8c, 0x32, 0x8c, 0x73, 0x6c, 0xab, + 0xd6, 0x6e, 0xca, 0xc3, 0x2b, 0x65, 0xa9, 0x45, 0x0b, 0x93, 0xde, 0x61, 0x0e, 0xf3, 0xd7, 0x75, + 0xa0, 0x57, 0x1b, 0xe4, 0x73, 0xa8, 0xe4, 0x25, 0x97, 0x15, 0xc7, 0xbd, 0x6b, 0x4a, 0x2e, 0x3b, + 0x46, 0x5e, 0x73, 0x39, 0xbc, 0xa8, 0xf5, 0x2c, 0x14, 0xb4, 0x1e, 0x12, 0xc2, 0xff, 0x46, 0x55, + 0x1f, 0x04, 0x1c, 0x45, 0x3f, 0x92, 0xc2, 0x5e, 0xd4, 0xda, 0xef, 0xce, 0xa2, 0xbd, 0x46, 0xfa, + 0xb7, 0x4e, 0x0b, 0x76, 0x05, 0x09, 0x60, 0x4b, 0xf4, 0xe3, 0x98, 0xf2, 0xf0, 0x02, 0x3b, 0x41, + 0xde, 0x5a, 0x97, 0x74, 0x1a, 0xb7, 0x5c, 0xbc, 0x1c, 0x37, 0x7c, 0xf2, 0x44, 0x8c, 0x6f, 0x09, + 0xe7, 0x67, 0x0b, 0x36, 0x27, 0x3c, 0xff, 0x83, 0x36, 0xfe, 0x18, 0x96, 0xb3, 0x6c, 0x83, 0xd9, + 0xda, 0xad, 0x01, 0x35, 0xff, 0x5e, 0x86, 0x9b, 0x66, 0xb3, 0x95, 0xfd, 0x46, 0x90, 0xdf, 0x2c, + 0xb8, 0x71, 0x75, 0xe8, 0x90, 0xfb, 0xa5, 0x21, 0x0b, 0x86, 0x68, 0x75, 0x77, 0x06, 0x44, 0x56, + 0x26, 0xce, 0xde, 0x4f, 0x7f, 0xfc, 0x79, 0x39, 0xb7, 0x4b, 0xbc, 0x7c, 0xdc, 0xff, 0x90, 0x35, + 0xbd, 0xf7, 0x53, 0xce, 0xbe, 0xc3, 0xb6, 0x14, 0x5e, 0xc3, 0x93, 0x98, 0xd0, 0x44, 0x7d, 0x3d, + 0xf7, 0x72, 0x05, 0x7e, 0xb5, 0x60, 0x6d, 0x64, 0x42, 0x91, 0xf2, 0xec, 0x45, 0xd3, 0xac, 0x3a, + 0x95, 0x6a, 0xce, 0xbe, 0xe6, 0xf8, 0xd0, 0x99, 0x95, 0xe3, 0xbe, 0xd5, 0x20, 0xbf, 0x58, 0x00, + 0xaf, 0x06, 0x1b, 0x29, 0xaf, 0xa9, 0x89, 0x09, 0x38, 0x25, 0xc1, 0x02, 0x11, 0xd5, 0xa4, 0x29, + 0xa4, 0x97, 0xb3, 0xf3, 0x1a, 0xcf, 0xd5, 0x9d, 0xaf, 0x8d, 0x0c, 0xd3, 0x6b, 0x44, 0x2c, 0x1a, + 0xbc, 0x53, 0x72, 0x3c, 0xd0, 0x1c, 0xdf, 0x6b, 0xee, 0x5d, 0x11, 0xd1, 0xfc, 0xd8, 0x4d, 0xc5, + 0x55, 0x89, 0x79, 0x69, 0xc1, 0xda, 0xc8, 0x98, 0xbd, 0x86, 0x6e, 0xd1, 0x48, 0xae, 0xee, 0x4c, + 0x8c, 0xf4, 0x8f, 0xd5, 0x1f, 0xe4, 0x50, 0xc4, 0xc6, 0xcc, 0x22, 0xfe, 0x6e, 0xc1, 0xcd, 0xd1, + 0x5e, 0x4e, 0x9a, 0xe5, 0xad, 0xa3, 0x68, 0xf8, 0x57, 0x1f, 0xcc, 0x84, 0x31, 0xcf, 0xe7, 0x5d, + 0x4d, 0xba, 0xe9, 0xdc, 0x9b, 0xae, 0x34, 0xf7, 0x85, 0x0e, 0xb3, 0x6f, 0x35, 0x0e, 0x5e, 0x58, + 0xf0, 0x46, 0x9b, 0xc5, 0x65, 0x49, 0x0f, 0xb6, 0x46, 0x5b, 0xc4, 0x91, 0x12, 0xec, 0xc8, 0x7a, + 0xfa, 0xa1, 0xc1, 0xf4, 0x58, 0x44, 0x93, 0x9e, 0xcb, 0x78, 0xcf, 0xeb, 0x61, 0xa2, 0xe5, 0xf4, + 0x32, 0x13, 0x4d, 0x43, 0x51, 0xf8, 0x33, 0xff, 0x28, 0x5b, 0xbe, 0x9c, 0x9b, 0x3f, 0x3c, 0x6e, + 0x9d, 0x2c, 0x69, 0xcc, 0x83, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x81, 0xa9, 0x37, 0xfb, 0xef, + 0x0c, 0x00, 0x00, } diff --git a/googleapis/cloud/talent/v4beta1/resume_service.pb.go b/googleapis/cloud/talent/v4beta1/resume_service.pb.go deleted file mode 100644 index fd434ac945e58d01896e93632992ee5f62c3f140..0000000000000000000000000000000000000000 --- a/googleapis/cloud/talent/v4beta1/resume_service.pb.go +++ /dev/null @@ -1,413 +0,0 @@ -// Code generated by protoc-gen-go. DO NOT EDIT. -// source: google/cloud/talent/v4beta1/resume_service.proto - -package talent // import "google.golang.org/genproto/googleapis/cloud/talent/v4beta1" - -import proto "github.com/golang/protobuf/proto" -import fmt "fmt" -import math "math" -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 - -// Parse resume request. -type ParseResumeRequest struct { - // Required. - // - // The resource name of the project. - // - // The format is "projects/{project_id}", for example, - // "projects/api-test-project". - Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` - // Required. - // - // The bytes of the resume file in common format, for example, PDF, TXT. - // UTF-8 encoding is required if the resume is text-based, otherwise an error - // is thrown. - Resume []byte `protobuf:"bytes,2,opt,name=resume,proto3" json:"resume,omitempty"` - // Optional. - // - // The region code indicating where the resume is from. Values - // are as per the ISO-3166-2 format. For example, US, FR, DE. - // - // This value is optional, but providing this value improves the resume - // parsing quality and performance. - // - // An error is thrown if the regionCode is invalid. - RegionCode string `protobuf:"bytes,3,opt,name=region_code,json=regionCode,proto3" json:"region_code,omitempty"` - // Optional. - // - // The language code of contents in the resume. - // - // Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". - // For more information, see - // [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){: - // class="external" target="_blank" }. - LanguageCode string `protobuf:"bytes,4,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"` - // Optional. - // - // Options that change how the resume parse is performed. - Options *ParseResumeOptions `protobuf:"bytes,5,opt,name=options,proto3" json:"options,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ParseResumeRequest) Reset() { *m = ParseResumeRequest{} } -func (m *ParseResumeRequest) String() string { return proto.CompactTextString(m) } -func (*ParseResumeRequest) ProtoMessage() {} -func (*ParseResumeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_resume_service_d325ab94b73b8b68, []int{0} -} -func (m *ParseResumeRequest) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ParseResumeRequest.Unmarshal(m, b) -} -func (m *ParseResumeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ParseResumeRequest.Marshal(b, m, deterministic) -} -func (dst *ParseResumeRequest) XXX_Merge(src proto.Message) { - xxx_messageInfo_ParseResumeRequest.Merge(dst, src) -} -func (m *ParseResumeRequest) XXX_Size() int { - return xxx_messageInfo_ParseResumeRequest.Size(m) -} -func (m *ParseResumeRequest) XXX_DiscardUnknown() { - xxx_messageInfo_ParseResumeRequest.DiscardUnknown(m) -} - -var xxx_messageInfo_ParseResumeRequest proto.InternalMessageInfo - -func (m *ParseResumeRequest) GetParent() string { - if m != nil { - return m.Parent - } - return "" -} - -func (m *ParseResumeRequest) GetResume() []byte { - if m != nil { - return m.Resume - } - return nil -} - -func (m *ParseResumeRequest) GetRegionCode() string { - if m != nil { - return m.RegionCode - } - return "" -} - -func (m *ParseResumeRequest) GetLanguageCode() string { - if m != nil { - return m.LanguageCode - } - return "" -} - -func (m *ParseResumeRequest) GetOptions() *ParseResumeOptions { - if m != nil { - return m.Options - } - return nil -} - -// Options that change how the resume parse is performed. -type ParseResumeOptions struct { - // Optional. - // - // Controls whether Optical Character Recognition (OCR) is enabled. - // - // OCR is used to decipher pictorial resumes, or resumes that have some - // element of pictorial detail (for example, contact information placed within - // an image in a pdf). Note that the API call has a higher latency if OCR is - // enabled. - EnableOcr bool `protobuf:"varint,1,opt,name=enable_ocr,json=enableOcr,proto3" json:"enable_ocr,omitempty"` - // Optional. - // - // Controls whether detected skills are included in the parsed profile from - // sections of the resume other than just skills sections. - // - // Normally, returned skills are limited to those taken from a resume section - // intended to list skills. When enabled, this feature causes detected - // skills in other sections to also be included in the returned profile. - EnableFullSkillDetection bool `protobuf:"varint,2,opt,name=enable_full_skill_detection,json=enableFullSkillDetection,proto3" json:"enable_full_skill_detection,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ParseResumeOptions) Reset() { *m = ParseResumeOptions{} } -func (m *ParseResumeOptions) String() string { return proto.CompactTextString(m) } -func (*ParseResumeOptions) ProtoMessage() {} -func (*ParseResumeOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_resume_service_d325ab94b73b8b68, []int{1} -} -func (m *ParseResumeOptions) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ParseResumeOptions.Unmarshal(m, b) -} -func (m *ParseResumeOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ParseResumeOptions.Marshal(b, m, deterministic) -} -func (dst *ParseResumeOptions) XXX_Merge(src proto.Message) { - xxx_messageInfo_ParseResumeOptions.Merge(dst, src) -} -func (m *ParseResumeOptions) XXX_Size() int { - return xxx_messageInfo_ParseResumeOptions.Size(m) -} -func (m *ParseResumeOptions) XXX_DiscardUnknown() { - xxx_messageInfo_ParseResumeOptions.DiscardUnknown(m) -} - -var xxx_messageInfo_ParseResumeOptions proto.InternalMessageInfo - -func (m *ParseResumeOptions) GetEnableOcr() bool { - if m != nil { - return m.EnableOcr - } - return false -} - -func (m *ParseResumeOptions) GetEnableFullSkillDetection() bool { - if m != nil { - return m.EnableFullSkillDetection - } - return false -} - -// Parse resume response. -type ParseResumeResponse struct { - // The profile parsed from resume. - Profile *Profile `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"` - // Raw text from resume. - RawText string `protobuf:"bytes,2,opt,name=raw_text,json=rawText,proto3" json:"raw_text,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` -} - -func (m *ParseResumeResponse) Reset() { *m = ParseResumeResponse{} } -func (m *ParseResumeResponse) String() string { return proto.CompactTextString(m) } -func (*ParseResumeResponse) ProtoMessage() {} -func (*ParseResumeResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_resume_service_d325ab94b73b8b68, []int{2} -} -func (m *ParseResumeResponse) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ParseResumeResponse.Unmarshal(m, b) -} -func (m *ParseResumeResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ParseResumeResponse.Marshal(b, m, deterministic) -} -func (dst *ParseResumeResponse) XXX_Merge(src proto.Message) { - xxx_messageInfo_ParseResumeResponse.Merge(dst, src) -} -func (m *ParseResumeResponse) XXX_Size() int { - return xxx_messageInfo_ParseResumeResponse.Size(m) -} -func (m *ParseResumeResponse) XXX_DiscardUnknown() { - xxx_messageInfo_ParseResumeResponse.DiscardUnknown(m) -} - -var xxx_messageInfo_ParseResumeResponse proto.InternalMessageInfo - -func (m *ParseResumeResponse) GetProfile() *Profile { - if m != nil { - return m.Profile - } - return nil -} - -func (m *ParseResumeResponse) GetRawText() string { - if m != nil { - return m.RawText - } - return "" -} - -func init() { - proto.RegisterType((*ParseResumeRequest)(nil), "google.cloud.talent.v4beta1.ParseResumeRequest") - proto.RegisterType((*ParseResumeOptions)(nil), "google.cloud.talent.v4beta1.ParseResumeOptions") - proto.RegisterType((*ParseResumeResponse)(nil), "google.cloud.talent.v4beta1.ParseResumeResponse") -} - -// 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 - -// ResumeServiceClient is the client API for ResumeService service. -// -// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. -type ResumeServiceClient interface { - // Parses a resume into a [Profile][google.cloud.talent.v4beta1.Profile]. The - // API attempts to fill out the following profile fields if present within the - // resume: - // - // * personNames - // * addresses - // * emailAddress - // * phoneNumbers - // * personalUris - // * employmentRecords - // * educationRecords - // * skills - // - // Note that some attributes in these fields may not be populated if they're - // not present within the resume or unrecognizable by the resume parser. - // - // This API does not save the resume or profile. To create a profile from this - // resume, clients need to call the CreateProfile method again with the - // profile returned. - // - // The following list of formats are supported: - // - // * PDF - // * TXT - // * DOC - // * RTF - // * DOCX - // * PNG (only when [ParseResumeRequest.enable_ocr][] is set to `true`, - // otherwise an error is thrown) - ParseResume(ctx context.Context, in *ParseResumeRequest, opts ...grpc.CallOption) (*ParseResumeResponse, error) -} - -type resumeServiceClient struct { - cc *grpc.ClientConn -} - -func NewResumeServiceClient(cc *grpc.ClientConn) ResumeServiceClient { - return &resumeServiceClient{cc} -} - -func (c *resumeServiceClient) ParseResume(ctx context.Context, in *ParseResumeRequest, opts ...grpc.CallOption) (*ParseResumeResponse, error) { - out := new(ParseResumeResponse) - err := c.cc.Invoke(ctx, "/google.cloud.talent.v4beta1.ResumeService/ParseResume", in, out, opts...) - if err != nil { - return nil, err - } - return out, nil -} - -// ResumeServiceServer is the server API for ResumeService service. -type ResumeServiceServer interface { - // Parses a resume into a [Profile][google.cloud.talent.v4beta1.Profile]. The - // API attempts to fill out the following profile fields if present within the - // resume: - // - // * personNames - // * addresses - // * emailAddress - // * phoneNumbers - // * personalUris - // * employmentRecords - // * educationRecords - // * skills - // - // Note that some attributes in these fields may not be populated if they're - // not present within the resume or unrecognizable by the resume parser. - // - // This API does not save the resume or profile. To create a profile from this - // resume, clients need to call the CreateProfile method again with the - // profile returned. - // - // The following list of formats are supported: - // - // * PDF - // * TXT - // * DOC - // * RTF - // * DOCX - // * PNG (only when [ParseResumeRequest.enable_ocr][] is set to `true`, - // otherwise an error is thrown) - ParseResume(context.Context, *ParseResumeRequest) (*ParseResumeResponse, error) -} - -func RegisterResumeServiceServer(s *grpc.Server, srv ResumeServiceServer) { - s.RegisterService(&_ResumeService_serviceDesc, srv) -} - -func _ResumeService_ParseResume_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { - in := new(ParseResumeRequest) - if err := dec(in); err != nil { - return nil, err - } - if interceptor == nil { - return srv.(ResumeServiceServer).ParseResume(ctx, in) - } - info := &grpc.UnaryServerInfo{ - Server: srv, - FullMethod: "/google.cloud.talent.v4beta1.ResumeService/ParseResume", - } - handler := func(ctx context.Context, req interface{}) (interface{}, error) { - return srv.(ResumeServiceServer).ParseResume(ctx, req.(*ParseResumeRequest)) - } - return interceptor(ctx, in, info, handler) -} - -var _ResumeService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "google.cloud.talent.v4beta1.ResumeService", - HandlerType: (*ResumeServiceServer)(nil), - Methods: []grpc.MethodDesc{ - { - MethodName: "ParseResume", - Handler: _ResumeService_ParseResume_Handler, - }, - }, - Streams: []grpc.StreamDesc{}, - Metadata: "google/cloud/talent/v4beta1/resume_service.proto", -} - -func init() { - proto.RegisterFile("google/cloud/talent/v4beta1/resume_service.proto", fileDescriptor_resume_service_d325ab94b73b8b68) -} - -var fileDescriptor_resume_service_d325ab94b73b8b68 = []byte{ - // 476 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6e, 0x13, 0x31, - 0x10, 0x86, 0xe5, 0x16, 0x9a, 0xc4, 0x69, 0x2f, 0x46, 0x42, 0x4b, 0x0a, 0x6a, 0xb4, 0x70, 0x08, - 0x39, 0xac, 0x4b, 0x80, 0x4b, 0x51, 0x91, 0x68, 0x11, 0x12, 0xa7, 0x46, 0x9b, 0x9e, 0xb8, 0xac, - 0x9c, 0xcd, 0x74, 0xb5, 0xe0, 0x7a, 0x8c, 0xed, 0x6d, 0x2b, 0x21, 0x24, 0xc4, 0x2b, 0xf0, 0x06, - 0x5c, 0x78, 0x06, 0x9e, 0x03, 0xf1, 0x06, 0x3c, 0x08, 0x5a, 0xdb, 0x41, 0x8d, 0x84, 0xa2, 0x1e, - 0x3d, 0xf3, 0x7f, 0x3b, 0xf3, 0xcf, 0xfe, 0x74, 0xbf, 0x42, 0xac, 0x24, 0xf0, 0x52, 0x62, 0xb3, - 0xe0, 0x4e, 0x48, 0x50, 0x8e, 0x5f, 0x3c, 0x9b, 0x83, 0x13, 0x4f, 0xb8, 0x01, 0xdb, 0x9c, 0x43, - 0x61, 0xc1, 0x5c, 0xd4, 0x25, 0x64, 0xda, 0xa0, 0x43, 0xb6, 0x1b, 0x88, 0xcc, 0x13, 0x59, 0x20, - 0xb2, 0x48, 0x0c, 0xee, 0xc7, 0xcf, 0x09, 0x5d, 0x73, 0xa1, 0x14, 0x3a, 0xe1, 0x6a, 0x54, 0x36, - 0xa0, 0x83, 0xc7, 0xeb, 0x86, 0x69, 0x83, 0x67, 0xb5, 0x8c, 0x53, 0xd2, 0xdf, 0x84, 0xb2, 0xa9, - 0x30, 0x16, 0x72, 0xbf, 0x43, 0x0e, 0x1f, 0x1b, 0xb0, 0x8e, 0xdd, 0xa5, 0x5b, 0x5a, 0x18, 0x50, - 0x2e, 0x21, 0x43, 0x32, 0xea, 0xe5, 0xf1, 0xd5, 0xd6, 0xc3, 0xb2, 0xc9, 0xc6, 0x90, 0x8c, 0xb6, - 0xf3, 0xf8, 0x62, 0x7b, 0xb4, 0x6f, 0xa0, 0xaa, 0x51, 0x15, 0x25, 0x2e, 0x20, 0xd9, 0xf4, 0x10, - 0x0d, 0xa5, 0x63, 0x5c, 0x00, 0x7b, 0x48, 0x77, 0xa4, 0x50, 0x55, 0x23, 0x2a, 0x08, 0x92, 0x5b, - 0x5e, 0xb2, 0xbd, 0x2c, 0x7a, 0xd1, 0x5b, 0xda, 0x41, 0xed, 0x8d, 0x24, 0xb7, 0x87, 0x64, 0xd4, - 0x9f, 0xf0, 0x6c, 0xcd, 0x11, 0xb2, 0x6b, 0x7b, 0x9f, 0x04, 0x2c, 0x5f, 0xf2, 0xa9, 0x59, 0xb1, - 0x15, 0xdb, 0xec, 0x01, 0xa5, 0xa0, 0xc4, 0x5c, 0x42, 0x81, 0xa5, 0xf1, 0xd6, 0xba, 0x79, 0x2f, - 0x54, 0x4e, 0x4a, 0xc3, 0x0e, 0xe9, 0x6e, 0x6c, 0x9f, 0x35, 0x52, 0x16, 0xf6, 0x43, 0x2d, 0x65, - 0xb1, 0x00, 0x07, 0x65, 0x8b, 0x7b, 0xcb, 0xdd, 0x3c, 0x09, 0x92, 0x37, 0x8d, 0x94, 0xb3, 0x56, - 0xf0, 0x7a, 0xd9, 0x4f, 0x35, 0xbd, 0xb3, 0x72, 0x4a, 0xab, 0x51, 0x59, 0x60, 0x2f, 0x69, 0x27, - 0xde, 0xdc, 0x4f, 0xec, 0x4f, 0x1e, 0xad, 0x77, 0x15, 0xb4, 0xf9, 0x12, 0x62, 0xf7, 0x68, 0xd7, - 0x88, 0xcb, 0xc2, 0xc1, 0x95, 0xf3, 0x2b, 0xf4, 0xf2, 0x8e, 0x11, 0x97, 0xa7, 0x70, 0xe5, 0x26, - 0x3f, 0x09, 0xdd, 0x09, 0xd3, 0x66, 0x21, 0x3b, 0xec, 0x07, 0xa1, 0xfd, 0x6b, 0x4b, 0xb0, 0x1b, - 0x5f, 0x30, 0xfe, 0xf9, 0xc1, 0xfe, 0xcd, 0x81, 0xe0, 0x2f, 0x7d, 0xfe, 0xf5, 0xd7, 0x9f, 0x6f, - 0x1b, 0x3c, 0x1d, 0xff, 0x8b, 0xd8, 0xa7, 0x90, 0x96, 0x43, 0x6d, 0xf0, 0x3d, 0x94, 0xce, 0xf2, - 0xf1, 0xe7, 0x98, 0x71, 0x7b, 0xa0, 0xdb, 0x2f, 0x1c, 0x90, 0xf1, 0xd1, 0x17, 0x42, 0xf7, 0x4a, - 0x3c, 0x5f, 0x37, 0xee, 0x88, 0xad, 0x98, 0x9b, 0xb6, 0x89, 0x9d, 0x92, 0x77, 0xaf, 0x22, 0x52, - 0x61, 0x9b, 0x9e, 0x0c, 0x4d, 0xc5, 0x2b, 0x50, 0x3e, 0xcf, 0x3c, 0xb4, 0x84, 0xae, 0xed, 0x7f, - 0xd3, 0xff, 0x22, 0x3c, 0xbf, 0x6f, 0x6c, 0x1e, 0x9f, 0xce, 0xe6, 0x5b, 0x9e, 0x79, 0xfa, 0x37, - 0x00, 0x00, 0xff, 0xff, 0xf9, 0x33, 0x2d, 0x87, 0x9d, 0x03, 0x00, 0x00, -} diff --git a/googleapis/example/library/v1/library.pb.go b/googleapis/example/library/v1/library.pb.go index 3fac2ab75a3fb40e294da3ab9ee8760b46247ef2..e609150d224cc1617fff33526bee4de6dca37d72 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_b70933aae91bc85e, []int{0} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{1} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{2} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{3} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{4} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{5} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{6} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{7} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{8} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{9} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{10} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{11} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{12} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{13} + return fileDescriptor_library_7c96cd28c8512754, []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_b70933aae91bc85e, []int{14} + return fileDescriptor_library_7c96cd28c8512754, []int{14} } func (m *MoveBookRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_MoveBookRequest.Unmarshal(m, b) @@ -822,7 +822,7 @@ type LibraryServiceClient interface { // Deletes a book. Returns NOT_FOUND if the book does not exist. DeleteBook(ctx context.Context, in *DeleteBookRequest, opts ...grpc.CallOption) (*empty.Empty, error) // Updates a book. Returns INVALID_ARGUMENT if the name of the book - // is non-empty and does equal the previous name. + // is non-empty and does not equal the existing name. UpdateBook(ctx context.Context, in *UpdateBookRequest, opts ...grpc.CallOption) (*Book, error) // Moves a book to another shelf, and returns the new book. The book // id of the new book may not be the same as the original book. @@ -966,7 +966,7 @@ type LibraryServiceServer interface { // Deletes a book. Returns NOT_FOUND if the book does not exist. DeleteBook(context.Context, *DeleteBookRequest) (*empty.Empty, error) // Updates a book. Returns INVALID_ARGUMENT if the name of the book - // is non-empty and does equal the previous name. + // is non-empty and does not equal the existing name. UpdateBook(context.Context, *UpdateBookRequest) (*Book, error) // Moves a book to another shelf, and returns the new book. The book // id of the new book may not be the same as the original book. @@ -1229,62 +1229,72 @@ var _LibraryService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/example/library/v1/library.proto", fileDescriptor_library_b70933aae91bc85e) -} - -var fileDescriptor_library_b70933aae91bc85e = []byte{ - // 838 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0xdb, 0x4e, 0xdb, 0x48, - 0x18, 0x96, 0x21, 0x81, 0xf0, 0x87, 0x53, 0x06, 0x84, 0xb2, 0x26, 0x2c, 0xd9, 0x11, 0x87, 0x6c, - 0x96, 0xb5, 0x05, 0x68, 0xf7, 0x22, 0x55, 0xa5, 0x8a, 0xb6, 0xe2, 0x06, 0xda, 0x28, 0x69, 0x6f, - 0x2a, 0xa4, 0xc8, 0x81, 0xc1, 0xb1, 0x48, 0x3c, 0xc6, 0x36, 0x11, 0x07, 0xf5, 0xa2, 0x95, 0x10, - 0x52, 0x6f, 0xfb, 0x0a, 0x7d, 0xa3, 0xbe, 0x42, 0x1f, 0xa4, 0x9a, 0x83, 0xc1, 0x24, 0x66, 0x9c, - 0x5e, 0xf4, 0xce, 0x33, 0xf3, 0xcd, 0xf7, 0x7f, 0xff, 0x61, 0xbe, 0x04, 0x36, 0x6d, 0x4a, 0xed, - 0x2e, 0x31, 0xc9, 0xa5, 0xd5, 0xf3, 0xba, 0xc4, 0xec, 0x3a, 0x6d, 0xdf, 0xf2, 0xaf, 0xcc, 0xfe, - 0x76, 0xf4, 0x69, 0x78, 0x3e, 0x0d, 0x29, 0xfa, 0x43, 0x00, 0x0d, 0x09, 0x34, 0xa2, 0xd3, 0xfe, - 0xb6, 0x5e, 0x92, 0x1c, 0x96, 0xe7, 0x98, 0x96, 0xeb, 0xd2, 0xd0, 0x0a, 0x1d, 0xea, 0x06, 0xe2, - 0xa2, 0xbe, 0x2c, 0x4f, 0xf9, 0xaa, 0x7d, 0x71, 0x6a, 0x92, 0x9e, 0x17, 0x4a, 0x56, 0x7c, 0x04, - 0x99, 0x3d, 0x4a, 0xcf, 0x10, 0x82, 0x8c, 0x6b, 0xf5, 0x48, 0x51, 0x2b, 0x6b, 0x95, 0xa9, 0x06, - 0xff, 0x46, 0x4b, 0x30, 0x61, 0x5d, 0x84, 0x1d, 0xea, 0x17, 0xc7, 0xf8, 0xae, 0x5c, 0xa1, 0x45, - 0xc8, 0x86, 0x4e, 0xd8, 0x25, 0xc5, 0x71, 0xbe, 0x2d, 0x16, 0x8c, 0xc1, 0x27, 0xd6, 0x49, 0x31, - 0x53, 0xd6, 0x2a, 0xb9, 0x06, 0xff, 0xc6, 0xdb, 0x90, 0x6d, 0x76, 0x48, 0xf7, 0x34, 0x91, 0x9e, - 0xd1, 0x74, 0x48, 0x8f, 0x48, 0x76, 0xb1, 0xc0, 0x07, 0x80, 0x5e, 0xfa, 0xc4, 0x0a, 0x09, 0xbf, - 0xd8, 0x20, 0xe7, 0x17, 0x24, 0x08, 0xd1, 0xff, 0x90, 0x0d, 0xd8, 0x9a, 0x13, 0xe4, 0x77, 0xca, - 0xc6, 0x93, 0xc5, 0x30, 0xc4, 0x3d, 0x01, 0xc7, 0xeb, 0x30, 0xb7, 0x4f, 0xc2, 0x47, 0x54, 0x09, - 0x52, 0x70, 0x1d, 0xd0, 0x81, 0x13, 0x70, 0x5c, 0x9f, 0x04, 0x11, 0x72, 0x19, 0xa6, 0x3c, 0xcb, - 0x26, 0xad, 0xc0, 0xb9, 0x16, 0xf0, 0x6c, 0x23, 0xc7, 0x36, 0x9a, 0xce, 0x35, 0x41, 0x2b, 0x00, - 0xfc, 0x30, 0xa4, 0x67, 0xc4, 0x95, 0x29, 0x70, 0xf8, 0x3b, 0xb6, 0x81, 0xaf, 0x60, 0xe1, 0x11, - 0x63, 0xe0, 0x51, 0x37, 0x20, 0xa8, 0x06, 0x93, 0x81, 0xd8, 0x2a, 0x6a, 0xe5, 0xf1, 0x91, 0x32, - 0x89, 0x2e, 0xa0, 0x0d, 0x98, 0x73, 0xc9, 0x65, 0xd8, 0x1a, 0x0a, 0x3b, 0xc3, 0xb6, 0xeb, 0xf7, - 0xa1, 0x2b, 0x80, 0x5e, 0x91, 0x2e, 0x19, 0xa8, 0x60, 0x52, 0xda, 0x4d, 0x58, 0x38, 0x24, 0xbe, - 0x4d, 0x06, 0xf2, 0x4e, 0x6a, 0x56, 0x05, 0xe6, 0x69, 0xd8, 0x21, 0x7e, 0x8b, 0xd7, 0xb5, 0xc5, - 0xcf, 0x45, 0xf4, 0x59, 0xbe, 0xcf, 0x63, 0xbd, 0x61, 0xa4, 0x47, 0x50, 0x10, 0x0d, 0x64, 0x73, - 0xa5, 0xa2, 0xdc, 0x85, 0x4c, 0x9b, 0xd2, 0x33, 0x4e, 0x93, 0xdf, 0x59, 0x55, 0x14, 0x82, 0x33, - 0x71, 0x30, 0x5e, 0x83, 0xd9, 0x7d, 0x12, 0xa6, 0x50, 0xe3, 0x36, 0xcc, 0xb3, 0xea, 0x33, 0x98, - 0x32, 0xab, 0x47, 0x1d, 0x1e, 0x53, 0x76, 0x78, 0x7c, 0xb0, 0xc3, 0x3e, 0x14, 0x62, 0x31, 0x64, - 0x7f, 0xff, 0x83, 0x2c, 0x93, 0x19, 0x75, 0x37, 0x35, 0x29, 0x81, 0x1e, 0xb9, 0xb5, 0x47, 0x50, - 0x78, 0xef, 0x9d, 0xfc, 0xae, 0xda, 0x6e, 0x42, 0x41, 0x0c, 0x4e, 0x5a, 0x79, 0xdf, 0xc2, 0xdc, - 0x21, 0xed, 0xa7, 0x8a, 0x18, 0x79, 0x66, 0x76, 0xbe, 0xe5, 0x61, 0xf6, 0x40, 0x68, 0x6a, 0x12, - 0xbf, 0xef, 0x1c, 0x13, 0x74, 0x0d, 0xf9, 0x98, 0x0f, 0xa0, 0x7f, 0x15, 0x29, 0x0c, 0xfb, 0x85, - 0x9e, 0xfa, 0xac, 0xb0, 0xfe, 0xf9, 0xfb, 0x8f, 0xaf, 0x63, 0x8b, 0x38, 0xcf, 0x9c, 0x56, 0x3e, - 0xb1, 0x9a, 0x70, 0x0d, 0xd4, 0x87, 0x5c, 0xe4, 0x1a, 0xa8, 0xaa, 0x60, 0x1a, 0xb0, 0x96, 0x11, - 0xa2, 0x96, 0x78, 0xd4, 0x25, 0xb4, 0xc8, 0xa2, 0xde, 0xb0, 0x8a, 0x3c, 0x97, 0xb1, 0xcd, 0xea, - 0x47, 0xf4, 0x49, 0x83, 0x7c, 0xcc, 0x35, 0x94, 0x49, 0x0f, 0xfb, 0x95, 0x6e, 0x8c, 0x0a, 0x17, - 0xc3, 0x8a, 0x17, 0xb8, 0x98, 0x19, 0x14, 0x2f, 0x01, 0xf2, 0x21, 0x1f, 0x73, 0x0f, 0xa5, 0x84, - 0x61, 0x97, 0xd1, 0x97, 0x22, 0x78, 0xf4, 0x63, 0x63, 0xbc, 0x66, 0x3f, 0x36, 0x51, 0xde, 0xd5, - 0xe4, 0xbc, 0xef, 0x34, 0x98, 0x8e, 0x1b, 0x11, 0x52, 0x65, 0x92, 0xe0, 0x58, 0x23, 0x14, 0x7e, - 0x9d, 0x0b, 0x58, 0xc5, 0x7a, 0x92, 0x80, 0x5a, 0x8f, 0x71, 0xd6, 0xb4, 0x2a, 0xba, 0xd5, 0x00, - 0x1e, 0xdc, 0x0b, 0x6d, 0xa5, 0x4e, 0x5d, 0xec, 0x0d, 0xe8, 0x69, 0xcf, 0x0c, 0x57, 0xb8, 0x08, - 0x9c, 0x2c, 0xc2, 0xe4, 0x56, 0x50, 0xe3, 0x4f, 0x11, 0xdd, 0xc0, 0xa4, 0xb4, 0x39, 0xf4, 0xb7, - 0x7a, 0x00, 0x7f, 0x49, 0xc0, 0x1a, 0x17, 0xf0, 0x27, 0x2a, 0x25, 0x08, 0x10, 0xf1, 0x59, 0x3b, - 0xbe, 0x68, 0x30, 0x75, 0x6f, 0x6d, 0xe8, 0x9f, 0x94, 0xa9, 0x8a, 0x9b, 0xac, 0xbe, 0x35, 0x1a, - 0x58, 0x0e, 0x20, 0xe6, 0x72, 0x4a, 0x48, 0x51, 0x0f, 0x74, 0x09, 0xf0, 0x60, 0x4a, 0xca, 0x86, - 0x0c, 0x79, 0xd7, 0x93, 0xd3, 0x28, 0xcb, 0x50, 0x55, 0x97, 0xe1, 0x4e, 0x03, 0x78, 0x70, 0x5b, - 0x65, 0xe8, 0x21, 0x53, 0x4e, 0x6f, 0x45, 0x95, 0x6b, 0x58, 0xd3, 0x95, 0x1a, 0xe4, 0x34, 0xdc, - 0x6a, 0x90, 0x8b, 0x0c, 0x57, 0x69, 0x48, 0x03, 0xae, 0x9c, 0xae, 0x62, 0x8b, 0xab, 0xd8, 0xc0, - 0x7f, 0x29, 0x55, 0xf4, 0x68, 0x9f, 0xbd, 0x8e, 0xbd, 0x73, 0x58, 0x39, 0xa6, 0xbd, 0xa7, 0x39, - 0xf7, 0xa6, 0xa5, 0x89, 0xd7, 0x59, 0xbd, 0xeb, 0xda, 0x87, 0x17, 0x12, 0x6a, 0xd3, 0xae, 0xe5, - 0xda, 0x06, 0xf5, 0x6d, 0xd3, 0x26, 0x2e, 0xef, 0x86, 0x29, 0x8e, 0x2c, 0xcf, 0x09, 0x12, 0xfe, - 0xfb, 0x3e, 0x93, 0x9f, 0xed, 0x09, 0x0e, 0xde, 0xfd, 0x19, 0x00, 0x00, 0xff, 0xff, 0x2b, 0x13, - 0xc5, 0x7e, 0x27, 0x0b, 0x00, 0x00, + proto.RegisterFile("google/example/library/v1/library.proto", fileDescriptor_library_7c96cd28c8512754) +} + +var fileDescriptor_library_7c96cd28c8512754 = []byte{ + // 1002 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0xcf, 0x53, 0xdb, 0x56, + 0x10, 0x1e, 0x19, 0x3b, 0x81, 0x35, 0x81, 0xb0, 0x50, 0xe2, 0x28, 0x24, 0x10, 0x35, 0x93, 0x06, + 0x87, 0x4a, 0x0d, 0x29, 0x9d, 0x8e, 0x33, 0xe9, 0x54, 0x6e, 0x3a, 0xb9, 0x84, 0x0e, 0x35, 0xed, + 0xa5, 0x17, 0x8f, 0x0c, 0x8b, 0xad, 0x41, 0xd6, 0x73, 0x24, 0xe1, 0x81, 0x30, 0x1c, 0x9a, 0x53, + 0xaf, 0x6d, 0xce, 0x9d, 0xfe, 0x51, 0xbd, 0xf9, 0xc4, 0xa1, 0xa7, 0xfe, 0x09, 0x3d, 0x75, 0xde, + 0x0f, 0x81, 0xfc, 0x03, 0x49, 0xb4, 0x27, 0xa4, 0xf7, 0x76, 0xdf, 0xf7, 0xbd, 0xdd, 0x6f, 0x3f, + 0x19, 0xf8, 0xa4, 0xcd, 0x58, 0xdb, 0x23, 0x8b, 0x8e, 0x9d, 0x6e, 0xcf, 0x23, 0xcb, 0x73, 0x5b, + 0x81, 0x13, 0x9c, 0x58, 0xfd, 0x67, 0xf1, 0xa3, 0xd9, 0x0b, 0x58, 0xc4, 0xf0, 0xae, 0x0c, 0x34, + 0x55, 0xa0, 0x19, 0xef, 0xf6, 0x9f, 0xe9, 0x2b, 0xea, 0x0c, 0xa7, 0xe7, 0x5a, 0x8e, 0xef, 0xb3, + 0xc8, 0x89, 0x5c, 0xe6, 0x87, 0x32, 0x51, 0xbf, 0x93, 0xd8, 0xdd, 0xf3, 0x5c, 0xf2, 0x23, 0xb5, + 0xb1, 0x9a, 0xd8, 0x38, 0x70, 0xc9, 0xdb, 0x6f, 0xb6, 0xa8, 0xe3, 0xf4, 0x5d, 0x16, 0xa8, 0x80, + 0xbb, 0x89, 0x80, 0x80, 0x42, 0x76, 0x14, 0xec, 0x91, 0xda, 0xba, 0xa7, 0xb6, 0xc4, 0x5b, 0xeb, + 0xe8, 0xc0, 0xa2, 0x6e, 0x2f, 0x52, 0x54, 0x8d, 0x5f, 0x34, 0x28, 0xd6, 0x19, 0x3b, 0xc4, 0xaf, + 0xa0, 0xe8, 0x3b, 0x5d, 0xaa, 0x68, 0x6b, 0xda, 0x93, 0x99, 0x7a, 0xf5, 0xdc, 0x2e, 0xfc, 0x6d, + 0x3f, 0x02, 0x23, 0xec, 0x90, 0xd7, 0xa7, 0xd0, 0x3a, 0xe5, 0x0f, 0x07, 0x4d, 0x77, 0xff, 0xcc, + 0x6a, 0x31, 0x76, 0x18, 0x5a, 0xa7, 0xfc, 0x0f, 0x7f, 0x6f, 0x88, 0x3c, 0x5c, 0x86, 0x1b, 0xce, + 0x51, 0xd4, 0x61, 0x41, 0xa5, 0xc0, 0x4f, 0x68, 0xa8, 0x37, 0x5c, 0x82, 0x52, 0xe4, 0x46, 0x1e, + 0x55, 0xa6, 0xc4, 0xb2, 0x7c, 0x41, 0x84, 0x62, 0x40, 0xce, 0x7e, 0xa5, 0xb8, 0xa6, 0x3d, 0x99, + 0x6e, 0x88, 0x67, 0x63, 0x1b, 0x4a, 0xbb, 0x1c, 0x04, 0xcd, 0x21, 0x2a, 0xba, 0xa0, 0xb2, 0x04, + 0x38, 0x4e, 0x45, 0x41, 0x73, 0x88, 0x0e, 0x75, 0x49, 0x21, 0xcb, 0x17, 0xe3, 0x7b, 0xc0, 0x6f, + 0x02, 0x72, 0x22, 0x12, 0x87, 0x36, 0xe8, 0xed, 0x11, 0x85, 0x11, 0xbe, 0x80, 0x92, 0x48, 0x17, + 0x87, 0x97, 0x37, 0xd7, 0xcc, 0x2b, 0x5b, 0x65, 0x8a, 0xbc, 0xfa, 0xd4, 0xb9, 0x5d, 0x68, 0xc8, + 0x1c, 0x63, 0x13, 0xe6, 0x5f, 0x53, 0x34, 0x74, 0xde, 0xea, 0x10, 0xd7, 0xf2, 0xb9, 0x5d, 0xf8, + 0xc7, 0x96, 0xd7, 0x90, 0xe4, 0x8c, 0x1d, 0xc0, 0x37, 0x6e, 0x28, 0x92, 0xfa, 0x14, 0xc6, 0x69, + 0xf7, 0x60, 0xa6, 0xe7, 0xb4, 0xa9, 0x19, 0xba, 0xef, 0x64, 0x6e, 0xa9, 0x31, 0xcd, 0x17, 0x76, + 0xdd, 0x77, 0x84, 0xf7, 0x01, 0xc4, 0x66, 0xc4, 0x0e, 0xc9, 0x57, 0x97, 0x12, 0xe1, 0x3f, 0xf0, + 0x05, 0xe3, 0x04, 0x16, 0x87, 0x4e, 0x0c, 0x7b, 0xcc, 0x0f, 0x09, 0x6b, 0x70, 0x53, 0x55, 0xa8, + 0xa2, 0xad, 0x4d, 0xe5, 0xb9, 0x5b, 0x23, 0x4e, 0xc0, 0xc7, 0x30, 0xef, 0xd3, 0x71, 0xd4, 0x1c, + 0x83, 0xbd, 0xc5, 0x97, 0x77, 0x2e, 0xa0, 0xb7, 0x00, 0x5f, 0x91, 0x47, 0x23, 0x35, 0xcd, 0xac, + 0x41, 0x17, 0x16, 0xb7, 0x29, 0x68, 0xd3, 0x48, 0x11, 0xb2, 0xf2, 0x70, 0x0b, 0x6e, 0xb3, 0xa8, + 0x43, 0x41, 0x53, 0x76, 0x5c, 0x04, 0x17, 0xc6, 0x83, 0xe7, 0x44, 0x90, 0x78, 0xfe, 0x8e, 0xc3, + 0xf9, 0xb0, 0x20, 0x3b, 0xcf, 0x85, 0x9d, 0x1b, 0xec, 0x4b, 0x28, 0x72, 0x49, 0x0b, 0x80, 0xf2, + 0xe6, 0x6a, 0x4a, 0xf1, 0xf8, 0xb1, 0x52, 0x17, 0x22, 0xc3, 0xf8, 0x0c, 0xe6, 0x5e, 0x53, 0x94, + 0x04, 0x7b, 0x30, 0x04, 0x06, 0x02, 0x4c, 0x8c, 0x99, 0x2a, 0x08, 0x83, 0xdb, 0xbc, 0x85, 0x7c, + 0x25, 0x7f, 0x35, 0x86, 0x34, 0x53, 0x48, 0xd5, 0xcc, 0xd4, 0xa8, 0x66, 0x02, 0x58, 0x48, 0x00, + 0x2a, 0xc5, 0x6c, 0x41, 0x49, 0xcc, 0xb2, 0xd2, 0x4b, 0xd6, 0x95, 0x1b, 0x32, 0x3a, 0xb7, 0x58, + 0x0e, 0x60, 0xe1, 0xc7, 0xde, 0xfe, 0x48, 0x1b, 0xee, 0x0c, 0xdd, 0x52, 0x16, 0xf1, 0x7f, 0x96, + 0xff, 0x39, 0x2c, 0x48, 0x51, 0x5e, 0xa7, 0x03, 0x1d, 0x98, 0xdf, 0x66, 0xfd, 0xeb, 0xa4, 0xfc, + 0x47, 0x35, 0x6e, 0xfe, 0x36, 0x0b, 0x73, 0x6f, 0x24, 0xfb, 0x5d, 0x0a, 0xfa, 0xee, 0x1e, 0xe1, + 0x7b, 0x0d, 0xca, 0x09, 0x6f, 0xc2, 0x4f, 0x53, 0x6e, 0x3b, 0xee, 0x61, 0x7a, 0xe6, 0x60, 0x1b, + 0xc6, 0xc0, 0x96, 0x96, 0xf5, 0xfe, 0xcf, 0xbf, 0x3e, 0x14, 0x96, 0x8c, 0x32, 0xff, 0x46, 0xa9, + 0x61, 0xaf, 0xc9, 0x1d, 0x3c, 0x83, 0xe9, 0xd8, 0xcc, 0xb0, 0x9a, 0x72, 0xe2, 0x88, 0xe3, 0xe5, + 0x40, 0xff, 0x78, 0x60, 0x8b, 0x8a, 0x09, 0xf0, 0x65, 0x5c, 0xe2, 0xe0, 0xa7, 0x7c, 0xe1, 0x65, + 0x6c, 0xe1, 0xd5, 0x33, 0xfc, 0x59, 0x83, 0x72, 0xc2, 0xc6, 0x52, 0x6b, 0x30, 0x6e, 0xa0, 0xba, + 0x99, 0x37, 0x5c, 0x6a, 0xdd, 0x58, 0x14, 0x64, 0x6e, 0x61, 0xb2, 0x12, 0x78, 0x02, 0xe5, 0x84, + 0x9d, 0xa5, 0x52, 0x18, 0xb7, 0x3d, 0x7d, 0x39, 0x0e, 0x8f, 0x3f, 0xac, 0xe6, 0xb7, 0xfc, 0xc3, + 0x3a, 0x72, 0xfd, 0xea, 0xe4, 0xeb, 0xff, 0xa1, 0xc1, 0x6c, 0xd2, 0x13, 0x31, 0xed, 0x42, 0x13, + 0xcc, 0x33, 0x47, 0x1b, 0x5e, 0x0e, 0xec, 0x8f, 0x38, 0xec, 0xc6, 0xa8, 0x6a, 0x05, 0xb1, 0x55, + 0x43, 0x9f, 0x44, 0xac, 0xd6, 0xe5, 0x58, 0x35, 0xad, 0x8a, 0xbf, 0x6a, 0x00, 0x97, 0x36, 0x8a, + 0x1b, 0x99, 0x1a, 0x4d, 0xcc, 0x92, 0x9e, 0x35, 0xbf, 0xc6, 0xe7, 0x03, 0x7b, 0x46, 0x90, 0xe3, + 0x23, 0x2c, 0x08, 0x19, 0x93, 0x09, 0xc9, 0x9f, 0x1b, 0x35, 0x31, 0xea, 0x7c, 0x70, 0x6e, 0x2a, + 0xab, 0xc5, 0xf5, 0x74, 0xcd, 0x5e, 0x8b, 0xcd, 0xd3, 0x64, 0xcb, 0x1e, 0xe0, 0xca, 0x04, 0x22, + 0xea, 0x67, 0x4f, 0xf5, 0x8c, 0x17, 0x66, 0xe6, 0xc2, 0x4c, 0xf1, 0x69, 0x86, 0x10, 0x93, 0x1e, + 0xaf, 0x6f, 0xe4, 0x0b, 0x56, 0x9a, 0x5d, 0x4f, 0xb2, 0x5a, 0xc1, 0x94, 0xf2, 0xe0, 0x31, 0xc0, + 0xa5, 0x07, 0xa6, 0xf6, 0x6a, 0xcc, 0x2a, 0xaf, 0xd4, 0xf1, 0x23, 0x59, 0x8d, 0x6a, 0x7a, 0x35, + 0x3e, 0x68, 0x00, 0x97, 0x36, 0x9f, 0x0a, 0x3d, 0xf6, 0x35, 0xc8, 0x6e, 0xcc, 0x17, 0x03, 0xbb, + 0x78, 0xa1, 0x90, 0x75, 0xfd, 0xa1, 0xa0, 0xc2, 0x17, 0xcc, 0x2b, 0xf8, 0x28, 0xa1, 0xfc, 0xae, + 0xc1, 0x74, 0xec, 0xef, 0xa9, 0xee, 0x36, 0xf2, 0x11, 0xc8, 0x66, 0xf4, 0x2a, 0x75, 0xaa, 0x1e, + 0x1b, 0x0f, 0xd3, 0xaa, 0x55, 0xeb, 0xb2, 0x3e, 0x1f, 0xae, 0xfa, 0x5b, 0xb8, 0xbf, 0xc7, 0xba, + 0x57, 0x63, 0xd5, 0x67, 0xd5, 0x27, 0x63, 0x87, 0xf7, 0x64, 0x47, 0xfb, 0xe9, 0x6b, 0x15, 0xda, + 0x66, 0x9e, 0xe3, 0xb7, 0x4d, 0x16, 0xb4, 0xad, 0x36, 0xf9, 0xa2, 0x63, 0x96, 0xdc, 0x72, 0x7a, + 0x6e, 0x38, 0xe1, 0x5f, 0x93, 0x17, 0xea, 0xb1, 0x75, 0x43, 0x04, 0x3f, 0xff, 0x37, 0x00, 0x00, + 0xff, 0xff, 0xab, 0x6d, 0x0a, 0x95, 0xc6, 0x0c, 0x00, 0x00, } diff --git a/googleapis/monitoring/v3/dropped_labels.pb.go b/googleapis/monitoring/v3/dropped_labels.pb.go index fbebf0983d76e1f0bb31df6aecc74c2ddb82036d..9879e1de2d68ad524eda50f06530209f56069bba 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_c5acb2f32342b6c7, []int{0} + return fileDescriptor_dropped_labels_bd230525f7696d53, []int{0} } func (m *DroppedLabels) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DroppedLabels.Unmarshal(m, b) @@ -79,23 +79,24 @@ func init() { } func init() { - proto.RegisterFile("google/monitoring/v3/dropped_labels.proto", fileDescriptor_dropped_labels_c5acb2f32342b6c7) + proto.RegisterFile("google/monitoring/v3/dropped_labels.proto", fileDescriptor_dropped_labels_bd230525f7696d53) } -var fileDescriptor_dropped_labels_c5acb2f32342b6c7 = []byte{ - // 219 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x4c, 0xcf, 0xcf, 0x4f, - 0xcf, 0x49, 0xd5, 0xcf, 0xcd, 0xcf, 0xcb, 0x2c, 0xc9, 0x2f, 0xca, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, - 0xd6, 0x4f, 0x29, 0xca, 0x2f, 0x28, 0x48, 0x4d, 0x89, 0xcf, 0x49, 0x4c, 0x4a, 0xcd, 0x29, 0xd6, - 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x81, 0x28, 0xd5, 0x43, 0x28, 0xd5, 0x2b, 0x33, 0x96, - 0x92, 0x81, 0x1a, 0x90, 0x58, 0x90, 0xa9, 0x9f, 0x98, 0x97, 0x97, 0x5f, 0x92, 0x58, 0x92, 0x99, - 0x9f, 0x07, 0xd5, 0xa3, 0xd4, 0xcf, 0xc8, 0xc5, 0xeb, 0x02, 0x31, 0xcc, 0x07, 0x6c, 0x96, 0x90, - 0x0b, 0x17, 0x2b, 0xd8, 0x54, 0x09, 0x46, 0x05, 0x66, 0x0d, 0x6e, 0x23, 0x3d, 0x3d, 0x6c, 0xa6, - 0xea, 0xa1, 0xe8, 0xd1, 0x03, 0x53, 0xae, 0x79, 0x25, 0x45, 0x95, 0x41, 0x10, 0xcd, 0x52, 0x16, - 0x5c, 0x5c, 0x08, 0x41, 0x21, 0x01, 0x2e, 0xe6, 0xec, 0xd4, 0x4a, 0x09, 0x46, 0x05, 0x46, 0x0d, - 0xce, 0x20, 0x10, 0x53, 0x48, 0x84, 0x8b, 0xb5, 0x2c, 0x31, 0xa7, 0x34, 0x55, 0x82, 0x09, 0x2c, - 0x06, 0xe1, 0x58, 0x31, 0x59, 0x30, 0x3a, 0x39, 0x44, 0xd9, 0x41, 0x6d, 0x4c, 0xcf, 0xcf, 0x49, - 0xcc, 0x4b, 0xd7, 0xcb, 0x2f, 0x4a, 0xd7, 0x4f, 0x4f, 0xcd, 0x03, 0xbb, 0x57, 0x1f, 0x22, 0x95, - 0x58, 0x90, 0x59, 0x8c, 0x1a, 0x22, 0xd6, 0x08, 0x5e, 0x12, 0x1b, 0x58, 0xa9, 0x31, 0x20, 0x00, - 0x00, 0xff, 0xff, 0x7e, 0x29, 0xf8, 0x00, 0x3b, 0x01, 0x00, 0x00, +var fileDescriptor_dropped_labels_bd230525f7696d53 = []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, + 0x6f, 0x29, 0x0a, 0x0e, 0xa5, 0x6e, 0x0e, 0xa5, 0xa3, 0x8b, 0xa4, 0x36, 0x84, 0x60, 0x7a, 0x17, + 0xd2, 0xf8, 0xa0, 0x9f, 0xc2, 0xaf, 0x5c, 0x9a, 0x3c, 0x78, 0x3c, 0xe8, 0x94, 0xdc, 0xe5, 0xf7, + 0xff, 0x1d, 0x17, 0x78, 0x76, 0xcc, 0x2e, 0x58, 0x7d, 0x60, 0xf2, 0x99, 0x93, 0x27, 0xa7, 0xdb, + 0x46, 0xef, 0x13, 0xc7, 0x68, 0xf7, 0xdf, 0xc1, 0xec, 0x6c, 0x38, 0x62, 0x4c, 0x9c, 0x59, 0x4e, + 0x2b, 0x8a, 0x3d, 0x8a, 0x6d, 0x33, 0x7b, 0xec, 0x04, 0x26, 0x7a, 0x6d, 0x88, 0x38, 0x9b, 0xec, + 0x99, 0xba, 0xcc, 0xd3, 0xbf, 0x80, 0xfb, 0x75, 0x95, 0x7d, 0x16, 0x97, 0x5c, 0xc3, 0xa4, 0x58, + 0x95, 0x98, 0x8f, 0x17, 0x77, 0x2f, 0x88, 0xd7, 0xac, 0x38, 0xc8, 0x60, 0x39, 0x3e, 0x28, 0xa7, + 0xd3, 0xb6, 0x86, 0x67, 0x4b, 0x80, 0xbe, 0x29, 0x1f, 0x60, 0xfc, 0x6b, 0x4f, 0x4a, 0xcc, 0xc5, + 0xe2, 0x76, 0x7b, 0xb9, 0xca, 0x29, 0x4c, 0x5a, 0x13, 0xfe, 0xac, 0x1a, 0x95, 0x5e, 0x2d, 0x5e, + 0x47, 0x4b, 0xb1, 0x8a, 0xa0, 0x7e, 0xf8, 0x70, 0x75, 0xea, 0x4a, 0x0e, 0xc6, 0x6e, 0x2e, 0x1b, + 0x6c, 0xc4, 0xd7, 0x7b, 0xc7, 0x3a, 0x0e, 0x86, 0x1c, 0x72, 0x72, 0xda, 0x59, 0x2a, 0xfb, 0xe9, + 0xfa, 0x64, 0xa2, 0x3f, 0x0e, 0x7f, 0xf0, 0xad, 0xaf, 0x76, 0x37, 0x05, 0x6d, 0xce, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x41, 0xd0, 0x8d, 0xe9, 0x6b, 0x01, 0x00, 0x00, } diff --git a/googleapis/privacy/dlp/v2/dlp.pb.go b/googleapis/privacy/dlp/v2/dlp.pb.go index a003ad5fb549d705158031924108cc233d7bb243..d5507c3c26b309aa4e8d0444042621cd0c1596e0 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_9184f835f60c3220, []int{0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{1} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{2} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{3} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{4} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{5} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{5, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{27, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{44, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{49, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{53, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{63, 2, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{65, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{70, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{87, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{1} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{2} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{3} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{4} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{4, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{4, 0, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{5} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{6} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{7} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{7, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{8} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{9} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{10} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{11} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{12} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{13} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{14} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{15} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{16} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{17} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{18} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{18, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{19} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{20} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{21} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{22} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{23} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{24} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{25} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{26} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{27} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{28} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{29} + return fileDescriptor_dlp_cec7cd1afe315028, []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_9184f835f60c3220, []int{29, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{29, 0} } func (m *InspectDataSourceDetails_RequestedOptions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectDataSourceDetails_RequestedOptions.Unmarshal(m, b) @@ -3342,6 +3342,7 @@ func (m *InspectDataSourceDetails_RequestedOptions) GetJobConfig() *InspectJobCo return nil } +// All result fields mentioned below are updated while the job is processing. type InspectDataSourceDetails_Result struct { // Total size in bytes that were processed. ProcessedBytes int64 `protobuf:"varint,1,opt,name=processed_bytes,json=processedBytes,proto3" json:"processed_bytes,omitempty"` @@ -3359,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_9184f835f60c3220, []int{29, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{29, 1} } func (m *InspectDataSourceDetails_Result) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectDataSourceDetails_Result.Unmarshal(m, b) @@ -3420,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_9184f835f60c3220, []int{30} + return fileDescriptor_dlp_cec7cd1afe315028, []int{30} } func (m *InfoTypeDescription) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeDescription.Unmarshal(m, b) @@ -3486,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_9184f835f60c3220, []int{31} + return fileDescriptor_dlp_cec7cd1afe315028, []int{31} } func (m *ListInfoTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInfoTypesRequest.Unmarshal(m, b) @@ -3533,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_9184f835f60c3220, []int{32} + return fileDescriptor_dlp_cec7cd1afe315028, []int{32} } func (m *ListInfoTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInfoTypesResponse.Unmarshal(m, b) @@ -3579,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_9184f835f60c3220, []int{33} + return fileDescriptor_dlp_cec7cd1afe315028, []int{33} } func (m *RiskAnalysisJobConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RiskAnalysisJobConfig.Unmarshal(m, b) @@ -3642,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_9184f835f60c3220, []int{34} + return fileDescriptor_dlp_cec7cd1afe315028, []int{34} } func (m *QuasiId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuasiId.Unmarshal(m, b) @@ -3833,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_9184f835f60c3220, []int{35} + return fileDescriptor_dlp_cec7cd1afe315028, []int{35} } func (m *StatisticalTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticalTable.Unmarshal(m, b) @@ -3888,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_9184f835f60c3220, []int{35, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{35, 0} } func (m *StatisticalTable_QuasiIdentifierField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StatisticalTable_QuasiIdentifierField.Unmarshal(m, b) @@ -3941,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_9184f835f60c3220, []int{36} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36} } func (m *PrivacyMetric) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric.Unmarshal(m, b) @@ -4215,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_9184f835f60c3220, []int{36, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 0} } func (m *PrivacyMetric_NumericalStatsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_NumericalStatsConfig.Unmarshal(m, b) @@ -4259,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_9184f835f60c3220, []int{36, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 1} } func (m *PrivacyMetric_CategoricalStatsConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_CategoricalStatsConfig.Unmarshal(m, b) @@ -4314,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_9184f835f60c3220, []int{36, 2} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 2} } func (m *PrivacyMetric_KAnonymityConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KAnonymityConfig.Unmarshal(m, b) @@ -4365,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_9184f835f60c3220, []int{36, 3} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 3} } func (m *PrivacyMetric_LDiversityConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_LDiversityConfig.Unmarshal(m, b) @@ -4427,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_9184f835f60c3220, []int{36, 4} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4} } func (m *PrivacyMetric_KMapEstimationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig.Unmarshal(m, b) @@ -4493,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_9184f835f60c3220, []int{36, 4, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4, 0} } func (m *PrivacyMetric_KMapEstimationConfig_TaggedField) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig_TaggedField.Unmarshal(m, b) @@ -4691,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_9184f835f60c3220, []int{36, 4, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 4, 1} } func (m *PrivacyMetric_KMapEstimationConfig_AuxiliaryTable) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_KMapEstimationConfig_AuxiliaryTable.Unmarshal(m, b) @@ -4750,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_9184f835f60c3220, []int{36, 4, 1, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []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) @@ -4813,7 +4814,7 @@ func (m *PrivacyMetric_DeltaPresenceEstimationConfig) String() string { } func (*PrivacyMetric_DeltaPresenceEstimationConfig) ProtoMessage() {} func (*PrivacyMetric_DeltaPresenceEstimationConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{36, 5} + return fileDescriptor_dlp_cec7cd1afe315028, []int{36, 5} } func (m *PrivacyMetric_DeltaPresenceEstimationConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrivacyMetric_DeltaPresenceEstimationConfig.Unmarshal(m, b) @@ -4879,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_9184f835f60c3220, []int{37} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37} } func (m *AnalyzeDataSourceRiskDetails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails.Unmarshal(m, b) @@ -5175,7 +5176,7 @@ func (m *AnalyzeDataSourceRiskDetails_NumericalStatsResult) String() string { } func (*AnalyzeDataSourceRiskDetails_NumericalStatsResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_NumericalStatsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 0} } func (m *AnalyzeDataSourceRiskDetails_NumericalStatsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_NumericalStatsResult.Unmarshal(m, b) @@ -5233,7 +5234,7 @@ func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult) String() string { } func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 1} } func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_CategoricalStatsResult.Unmarshal(m, b) @@ -5286,7 +5287,7 @@ func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHis func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 1, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 1, 0} } func (m *AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_CategoricalStatsResult_CategoricalStatsHistogramBucket.Unmarshal(m, b) @@ -5358,7 +5359,7 @@ func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult) String() string { } func (*AnalyzeDataSourceRiskDetails_KAnonymityResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KAnonymityResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 2} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 2} } func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KAnonymityResult.Unmarshal(m, b) @@ -5407,7 +5408,7 @@ func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClas } func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 2, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 2, 0} } func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityEquivalenceClass.Unmarshal(m, b) @@ -5466,7 +5467,7 @@ func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket } func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 2, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 2, 1} } func (m *AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KAnonymityResult_KAnonymityHistogramBucket.Unmarshal(m, b) @@ -5538,7 +5539,7 @@ func (m *AnalyzeDataSourceRiskDetails_LDiversityResult) String() string { } func (*AnalyzeDataSourceRiskDetails_LDiversityResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_LDiversityResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 3} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 3} } func (m *AnalyzeDataSourceRiskDetails_LDiversityResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_LDiversityResult.Unmarshal(m, b) @@ -5589,7 +5590,7 @@ func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClas } func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 3, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 3, 0} } func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityEquivalenceClass.Unmarshal(m, b) @@ -5664,7 +5665,7 @@ func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket } func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 3, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 3, 1} } func (m *AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_LDiversityResult_LDiversityHistogramBucket.Unmarshal(m, b) @@ -5744,7 +5745,7 @@ func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult) String() string { } func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 4} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 4} } func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KMapEstimationResult.Unmarshal(m, b) @@ -5790,7 +5791,7 @@ func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiId } func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 4, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 4, 0} } func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationQuasiIdValues.Unmarshal(m, b) @@ -5858,7 +5859,7 @@ func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogr func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 4, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 4, 1} } func (m *AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_KMapEstimationResult_KMapEstimationHistogramBucket.Unmarshal(m, b) @@ -5938,7 +5939,7 @@ func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) String() st } func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) ProtoMessage() {} func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 5} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 5} } func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult.Unmarshal(m, b) @@ -5992,7 +5993,7 @@ func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenc func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 5, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 5, 0} } func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationQuasiIdValues.Unmarshal(m, b) @@ -6061,7 +6062,7 @@ func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenc func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket) ProtoMessage() { } func (*AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{37, 5, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{37, 5, 1} } func (m *AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_AnalyzeDataSourceRiskDetails_DeltaPresenceEstimationResult_DeltaPresenceEstimationHistogramBucket.Unmarshal(m, b) @@ -6131,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_9184f835f60c3220, []int{38} + return fileDescriptor_dlp_cec7cd1afe315028, []int{38} } func (m *ValueFrequency) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ValueFrequency.Unmarshal(m, b) @@ -6191,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_9184f835f60c3220, []int{39} + return fileDescriptor_dlp_cec7cd1afe315028, []int{39} } func (m *Value) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Value.Unmarshal(m, b) @@ -6510,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_9184f835f60c3220, []int{40} + return fileDescriptor_dlp_cec7cd1afe315028, []int{40} } func (m *QuoteInfo) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_QuoteInfo.Unmarshal(m, b) @@ -6627,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_9184f835f60c3220, []int{41} + return fileDescriptor_dlp_cec7cd1afe315028, []int{41} } func (m *DateTime) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateTime.Unmarshal(m, b) @@ -6688,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_9184f835f60c3220, []int{41, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{41, 0} } func (m *DateTime_TimeZone) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateTime_TimeZone.Unmarshal(m, b) @@ -6730,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_9184f835f60c3220, []int{42} + return fileDescriptor_dlp_cec7cd1afe315028, []int{42} } func (m *DeidentifyConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeidentifyConfig.Unmarshal(m, b) @@ -6874,6 +6875,7 @@ type PrimitiveTransformation struct { // *PrimitiveTransformation_TimePartConfig // *PrimitiveTransformation_CryptoHashConfig // *PrimitiveTransformation_DateShiftConfig + // *PrimitiveTransformation_CryptoDeterministicConfig Transformation isPrimitiveTransformation_Transformation `protobuf_oneof:"transformation"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -6884,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_9184f835f60c3220, []int{43} + return fileDescriptor_dlp_cec7cd1afe315028, []int{43} } func (m *PrimitiveTransformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_PrimitiveTransformation.Unmarshal(m, b) @@ -6948,6 +6950,10 @@ type PrimitiveTransformation_DateShiftConfig struct { DateShiftConfig *DateShiftConfig `protobuf:"bytes,11,opt,name=date_shift_config,json=dateShiftConfig,proto3,oneof"` } +type PrimitiveTransformation_CryptoDeterministicConfig struct { + CryptoDeterministicConfig *CryptoDeterministicConfig `protobuf:"bytes,12,opt,name=crypto_deterministic_config,json=cryptoDeterministicConfig,proto3,oneof"` +} + func (*PrimitiveTransformation_ReplaceConfig) isPrimitiveTransformation_Transformation() {} func (*PrimitiveTransformation_RedactConfig) isPrimitiveTransformation_Transformation() {} @@ -6968,6 +6974,8 @@ func (*PrimitiveTransformation_CryptoHashConfig) isPrimitiveTransformation_Trans func (*PrimitiveTransformation_DateShiftConfig) isPrimitiveTransformation_Transformation() {} +func (*PrimitiveTransformation_CryptoDeterministicConfig) isPrimitiveTransformation_Transformation() {} + func (m *PrimitiveTransformation) GetTransformation() isPrimitiveTransformation_Transformation { if m != nil { return m.Transformation @@ -7045,6 +7053,13 @@ func (m *PrimitiveTransformation) GetDateShiftConfig() *DateShiftConfig { return nil } +func (m *PrimitiveTransformation) GetCryptoDeterministicConfig() *CryptoDeterministicConfig { + if x, ok := m.GetTransformation().(*PrimitiveTransformation_CryptoDeterministicConfig); ok { + return x.CryptoDeterministicConfig + } + return nil +} + // XXX_OneofFuncs is for the internal use of the proto package. func (*PrimitiveTransformation) 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 _PrimitiveTransformation_OneofMarshaler, _PrimitiveTransformation_OneofUnmarshaler, _PrimitiveTransformation_OneofSizer, []interface{}{ @@ -7058,6 +7073,7 @@ func (*PrimitiveTransformation) XXX_OneofFuncs() (func(msg proto.Message, b *pro (*PrimitiveTransformation_TimePartConfig)(nil), (*PrimitiveTransformation_CryptoHashConfig)(nil), (*PrimitiveTransformation_DateShiftConfig)(nil), + (*PrimitiveTransformation_CryptoDeterministicConfig)(nil), } } @@ -7115,6 +7131,11 @@ func _PrimitiveTransformation_OneofMarshaler(msg proto.Message, b *proto.Buffer) if err := b.EncodeMessage(x.DateShiftConfig); err != nil { return err } + case *PrimitiveTransformation_CryptoDeterministicConfig: + b.EncodeVarint(12<<3 | proto.WireBytes) + if err := b.EncodeMessage(x.CryptoDeterministicConfig); err != nil { + return err + } case nil: default: return fmt.Errorf("PrimitiveTransformation.Transformation has unexpected type %T", x) @@ -7205,6 +7226,14 @@ func _PrimitiveTransformation_OneofUnmarshaler(msg proto.Message, tag, wire int, err := b.DecodeMessage(msg) m.Transformation = &PrimitiveTransformation_DateShiftConfig{msg} return true, err + case 12: // transformation.crypto_deterministic_config + if wire != proto.WireBytes { + return true, proto.ErrInternalBadWireType + } + msg := new(CryptoDeterministicConfig) + err := b.DecodeMessage(msg) + m.Transformation = &PrimitiveTransformation_CryptoDeterministicConfig{msg} + return true, err default: return false, nil } @@ -7264,6 +7293,11 @@ func _PrimitiveTransformation_OneofSizer(msg proto.Message) (n int) { n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s + case *PrimitiveTransformation_CryptoDeterministicConfig: + s := proto.Size(x.CryptoDeterministicConfig) + 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)) @@ -7284,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_9184f835f60c3220, []int{44} + return fileDescriptor_dlp_cec7cd1afe315028, []int{44} } func (m *TimePartConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TimePartConfig.Unmarshal(m, b) @@ -7330,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_9184f835f60c3220, []int{45} + return fileDescriptor_dlp_cec7cd1afe315028, []int{45} } func (m *CryptoHashConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoHashConfig.Unmarshal(m, b) @@ -7357,6 +7391,109 @@ func (m *CryptoHashConfig) GetCryptoKey() *CryptoKey { return nil } +// Pseudonymization method that generates deterministic encryption for the given +// input. Outputs a base64 encoded representation of the encrypted output. +// Uses AES-SIV based on the RFC https://tools.ietf.org/html/rfc5297. +type CryptoDeterministicConfig struct { + // The key used by the encryption function. + CryptoKey *CryptoKey `protobuf:"bytes,1,opt,name=crypto_key,json=cryptoKey,proto3" json:"crypto_key,omitempty"` + // The custom info type to annotate the surrogate with. + // This annotation will be applied to the surrogate by prefixing it with + // the name of the custom info type followed by the number of + // characters comprising the surrogate. The following scheme defines the + // format: <info type name>(<surrogate character count>):<surrogate> + // + // For example, if the name of custom info type is 'MY_TOKEN_INFO_TYPE' and + // the surrogate is 'abc', the full replacement value + // will be: 'MY_TOKEN_INFO_TYPE(3):abc' + // + // This annotation identifies the surrogate when inspecting content using the + // custom info type 'Surrogate'. This facilitates reversal of the + // surrogate when it occurs in free text. + // + // In order for inspection to work properly, the name of this info type must + // not occur naturally anywhere in your data; otherwise, inspection may either + // + // - reverse a surrogate that does not correspond to an actual identifier + // - be unable to parse the surrogate and result in an error + // + // Therefore, choose your custom info type name carefully after considering + // what your data looks like. One way to select a name that has a high chance + // of yielding reliable detection is to include one or more unicode characters + // that are highly improbable to exist in your data. + // For example, assuming your data is entered from a regular ASCII keyboard, + // the symbol with the hex code point 29DD might be used like so: + // â§MY_TOKEN_TYPE + SurrogateInfoType *InfoType `protobuf:"bytes,2,opt,name=surrogate_info_type,json=surrogateInfoType,proto3" json:"surrogate_info_type,omitempty"` + // Optional. A context may be used for higher security and maintaining + // referential integrity such that the same identifier in two different + // contexts will be given a distinct surrogate. The context is appended to + // plaintext value being encrypted. On decryption the provided context is + // validated against the value used during encryption. If a context was + // provided during encryption, same context must be provided during decryption + // as well. + // + // If the context is not set, plaintext would be used as is for encryption. + // If the context is set but: + // + // 1. there is no record present when transforming a given value or + // 2. the field is not present when transforming a given value, + // + // plaintext would be used as is for encryption. + // + // Note that case (1) is expected when an `InfoTypeTransformation` is + // applied to both structured and non-structured `ContentItem`s. + Context *FieldId `protobuf:"bytes,3,opt,name=context,proto3" json:"context,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CryptoDeterministicConfig) Reset() { *m = CryptoDeterministicConfig{} } +func (m *CryptoDeterministicConfig) String() string { return proto.CompactTextString(m) } +func (*CryptoDeterministicConfig) ProtoMessage() {} +func (*CryptoDeterministicConfig) Descriptor() ([]byte, []int) { + return fileDescriptor_dlp_cec7cd1afe315028, []int{46} +} +func (m *CryptoDeterministicConfig) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CryptoDeterministicConfig.Unmarshal(m, b) +} +func (m *CryptoDeterministicConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CryptoDeterministicConfig.Marshal(b, m, deterministic) +} +func (dst *CryptoDeterministicConfig) XXX_Merge(src proto.Message) { + xxx_messageInfo_CryptoDeterministicConfig.Merge(dst, src) +} +func (m *CryptoDeterministicConfig) XXX_Size() int { + return xxx_messageInfo_CryptoDeterministicConfig.Size(m) +} +func (m *CryptoDeterministicConfig) XXX_DiscardUnknown() { + xxx_messageInfo_CryptoDeterministicConfig.DiscardUnknown(m) +} + +var xxx_messageInfo_CryptoDeterministicConfig proto.InternalMessageInfo + +func (m *CryptoDeterministicConfig) GetCryptoKey() *CryptoKey { + if m != nil { + return m.CryptoKey + } + return nil +} + +func (m *CryptoDeterministicConfig) GetSurrogateInfoType() *InfoType { + if m != nil { + return m.SurrogateInfoType + } + return nil +} + +func (m *CryptoDeterministicConfig) GetContext() *FieldId { + if m != nil { + return m.Context + } + return nil +} + // Replace each input value with a given `Value`. type ReplaceValueConfig struct { // Value to replace it with. @@ -7370,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_9184f835f60c3220, []int{46} + return fileDescriptor_dlp_cec7cd1afe315028, []int{47} } func (m *ReplaceValueConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReplaceValueConfig.Unmarshal(m, b) @@ -7408,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_9184f835f60c3220, []int{47} + return fileDescriptor_dlp_cec7cd1afe315028, []int{48} } func (m *ReplaceWithInfoTypeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ReplaceWithInfoTypeConfig.Unmarshal(m, b) @@ -7441,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_9184f835f60c3220, []int{48} + return fileDescriptor_dlp_cec7cd1afe315028, []int{49} } func (m *RedactConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RedactConfig.Unmarshal(m, b) @@ -7477,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_9184f835f60c3220, []int{49} + return fileDescriptor_dlp_cec7cd1afe315028, []int{50} } func (m *CharsToIgnore) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CharsToIgnore.Unmarshal(m, b) @@ -7633,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_9184f835f60c3220, []int{50} + return fileDescriptor_dlp_cec7cd1afe315028, []int{51} } func (m *CharacterMaskConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CharacterMaskConfig.Unmarshal(m, b) @@ -7721,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_9184f835f60c3220, []int{51} + return fileDescriptor_dlp_cec7cd1afe315028, []int{52} } func (m *FixedSizeBucketingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FixedSizeBucketingConfig.Unmarshal(m, b) @@ -7783,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_9184f835f60c3220, []int{52} + return fileDescriptor_dlp_cec7cd1afe315028, []int{53} } func (m *BucketingConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BucketingConfig.Unmarshal(m, b) @@ -7829,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_9184f835f60c3220, []int{52, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{53, 0} } func (m *BucketingConfig_Bucket) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_BucketingConfig_Bucket.Unmarshal(m, b) @@ -7870,16 +8007,19 @@ func (m *BucketingConfig_Bucket) GetReplacementValue() *Value { return nil } -// Replaces an identifier with a surrogate using FPE with the FFX -// mode of operation; however when used in the `ReidentifyContent` API method, -// it serves the opposite function by reversing the surrogate back into -// the original identifier. -// The identifier must be encoded as ASCII. -// For a given crypto key and context, the same identifier will be -// replaced with the same surrogate. -// Identifiers must be at least two characters long. -// In the case that the identifier is the empty string, it will be skipped. -// See https://cloud.google.com/dlp/docs/pseudonymization to learn more. +// Replaces an identifier with a surrogate using Format Preserving Encryption +// (FPE) with the FFX mode of operation; however when used in the +// `ReidentifyContent` API method, it serves the opposite function by reversing +// the surrogate back into the original identifier. The identifier must be +// encoded as ASCII. For a given crypto key and context, the same identifier +// will be replaced with the same surrogate. Identifiers must be at least two +// characters long. In the case that the identifier is the empty string, it will +// be skipped. See https://cloud.google.com/dlp/docs/pseudonymization to learn +// more. +// +// Note: We recommend using CryptoDeterministicConfig for all use cases which +// do not require preserving the input alphabet space and size, plus warrant +// referential integrity. type CryptoReplaceFfxFpeConfig struct { // The key used by the encryption algorithm. [required] CryptoKey *CryptoKey `protobuf:"bytes,1,opt,name=crypto_key,json=cryptoKey,proto3" json:"crypto_key,omitempty"` @@ -7944,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_9184f835f60c3220, []int{53} + return fileDescriptor_dlp_cec7cd1afe315028, []int{54} } func (m *CryptoReplaceFfxFpeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoReplaceFfxFpeConfig.Unmarshal(m, b) @@ -8134,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_9184f835f60c3220, []int{54} + return fileDescriptor_dlp_cec7cd1afe315028, []int{55} } func (m *CryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CryptoKey.Unmarshal(m, b) @@ -8316,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_9184f835f60c3220, []int{55} + return fileDescriptor_dlp_cec7cd1afe315028, []int{56} } func (m *TransientCryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransientCryptoKey.Unmarshal(m, b) @@ -8346,7 +8486,7 @@ func (m *TransientCryptoKey) GetName() string { // Using raw keys is prone to security risks due to accidentally // leaking the key. Choose another type of key if possible. type UnwrappedCryptoKey struct { - // The AES 128/192/256 bit key. [required] + // A 128/192/256 bit key. [required] Key []byte `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` @@ -8357,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_9184f835f60c3220, []int{56} + return fileDescriptor_dlp_cec7cd1afe315028, []int{57} } func (m *UnwrappedCryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UnwrappedCryptoKey.Unmarshal(m, b) @@ -8385,6 +8525,7 @@ func (m *UnwrappedCryptoKey) GetKey() []byte { } // Include to use an existing data crypto key wrapped by KMS. +// The wrapped key must be a 128/192/256 bit key. // Authorization requires the following IAM permissions when sending a request // to perform a crypto transformation using a kms-wrapped crypto key: // dlp.kms.encrypt @@ -8402,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_9184f835f60c3220, []int{57} + return fileDescriptor_dlp_cec7cd1afe315028, []int{58} } func (m *KmsWrappedCryptoKey) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_KmsWrappedCryptoKey.Unmarshal(m, b) @@ -8469,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_9184f835f60c3220, []int{58} + return fileDescriptor_dlp_cec7cd1afe315028, []int{59} } func (m *DateShiftConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DateShiftConfig.Unmarshal(m, b) @@ -8606,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_9184f835f60c3220, []int{59} + return fileDescriptor_dlp_cec7cd1afe315028, []int{60} } func (m *InfoTypeTransformations) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeTransformations.Unmarshal(m, b) @@ -8655,7 +8796,7 @@ func (m *InfoTypeTransformations_InfoTypeTransformation) String() string { } func (*InfoTypeTransformations_InfoTypeTransformation) ProtoMessage() {} func (*InfoTypeTransformations_InfoTypeTransformation) Descriptor() ([]byte, []int) { - return fileDescriptor_dlp_9184f835f60c3220, []int{59, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{60, 0} } func (m *InfoTypeTransformations_InfoTypeTransformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InfoTypeTransformations_InfoTypeTransformation.Unmarshal(m, b) @@ -8718,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_9184f835f60c3220, []int{60} + return fileDescriptor_dlp_cec7cd1afe315028, []int{61} } func (m *FieldTransformation) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_FieldTransformation.Unmarshal(m, b) @@ -8880,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_9184f835f60c3220, []int{61} + return fileDescriptor_dlp_cec7cd1afe315028, []int{62} } func (m *RecordTransformations) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordTransformations.Unmarshal(m, b) @@ -8929,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_9184f835f60c3220, []int{62} + return fileDescriptor_dlp_cec7cd1afe315028, []int{63} } func (m *RecordSuppression) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordSuppression.Unmarshal(m, b) @@ -8970,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_9184f835f60c3220, []int{63} + return fileDescriptor_dlp_cec7cd1afe315028, []int{64} } func (m *RecordCondition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition.Unmarshal(m, b) @@ -9032,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_9184f835f60c3220, []int{63, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 0} } func (m *RecordCondition_Condition) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition_Condition.Unmarshal(m, b) @@ -9085,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_9184f835f60c3220, []int{63, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 1} } func (m *RecordCondition_Conditions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition_Conditions.Unmarshal(m, b) @@ -9129,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_9184f835f60c3220, []int{63, 2} + return fileDescriptor_dlp_cec7cd1afe315028, []int{64, 2} } func (m *RecordCondition_Expressions) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_RecordCondition_Expressions.Unmarshal(m, b) @@ -9250,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_9184f835f60c3220, []int{64} + return fileDescriptor_dlp_cec7cd1afe315028, []int{65} } func (m *TransformationOverview) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransformationOverview.Unmarshal(m, b) @@ -9284,7 +9425,7 @@ func (m *TransformationOverview) GetTransformationSummaries() []*TransformationS return nil } -// Summary of a single tranformation. +// Summary of a single transformation. // Only one of 'transformation', 'field_transformation', or 'record_suppress' // will be set. type TransformationSummary struct { @@ -9312,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_9184f835f60c3220, []int{65} + return fileDescriptor_dlp_cec7cd1afe315028, []int{66} } func (m *TransformationSummary) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransformationSummary.Unmarshal(m, b) @@ -9398,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_9184f835f60c3220, []int{65, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{66, 0} } func (m *TransformationSummary_SummaryResult) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_TransformationSummary_SummaryResult.Unmarshal(m, b) @@ -9453,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_9184f835f60c3220, []int{66} + return fileDescriptor_dlp_cec7cd1afe315028, []int{67} } func (m *Schedule) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Schedule.Unmarshal(m, b) @@ -9582,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_9184f835f60c3220, []int{67} + return fileDescriptor_dlp_cec7cd1afe315028, []int{68} } func (m *InspectTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectTemplate.Unmarshal(m, b) @@ -9672,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_9184f835f60c3220, []int{68} + return fileDescriptor_dlp_cec7cd1afe315028, []int{69} } func (m *DeidentifyTemplate) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeidentifyTemplate.Unmarshal(m, b) @@ -9750,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_9184f835f60c3220, []int{69} + return fileDescriptor_dlp_cec7cd1afe315028, []int{70} } func (m *Error) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Error.Unmarshal(m, b) @@ -9826,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_9184f835f60c3220, []int{70} + return fileDescriptor_dlp_cec7cd1afe315028, []int{71} } func (m *JobTrigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobTrigger.Unmarshal(m, b) @@ -10002,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_9184f835f60c3220, []int{70, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{71, 0} } func (m *JobTrigger_Trigger) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_JobTrigger_Trigger.Unmarshal(m, b) @@ -10119,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_9184f835f60c3220, []int{71} + return fileDescriptor_dlp_cec7cd1afe315028, []int{72} } func (m *Action) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action.Unmarshal(m, b) @@ -10329,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_9184f835f60c3220, []int{71, 0} + return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 0} } func (m *Action_SaveFindings) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_SaveFindings.Unmarshal(m, b) @@ -10373,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_9184f835f60c3220, []int{71, 1} + return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 1} } func (m *Action_PublishToPubSub) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_PublishToPubSub.Unmarshal(m, b) @@ -10420,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_9184f835f60c3220, []int{71, 2} + return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 2} } func (m *Action_PublishSummaryToCscc) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_PublishSummaryToCscc.Unmarshal(m, b) @@ -10452,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_9184f835f60c3220, []int{71, 3} + return fileDescriptor_dlp_cec7cd1afe315028, []int{72, 3} } func (m *Action_JobNotificationEmails) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_Action_JobNotificationEmails.Unmarshal(m, b) @@ -10481,7 +10622,7 @@ type CreateInspectTemplateRequest struct { InspectTemplate *InspectTemplate `protobuf:"bytes,2,opt,name=inspect_template,json=inspectTemplate,proto3" json:"inspect_template,omitempty"` // The template id can contain uppercase and lowercase letters, // numbers, and hyphens; that is, it must match the regular - // expression: `[a-zA-Z\\d-]+`. The maximum length is 100 + // expression: `[a-zA-Z\\d-_]+`. The maximum length is 100 // characters. Can be empty to allow the system to generate one. TemplateId string `protobuf:"bytes,3,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -10493,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_9184f835f60c3220, []int{72} + return fileDescriptor_dlp_cec7cd1afe315028, []int{73} } func (m *CreateInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateInspectTemplateRequest.Unmarshal(m, b) @@ -10553,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_9184f835f60c3220, []int{73} + return fileDescriptor_dlp_cec7cd1afe315028, []int{74} } func (m *UpdateInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateInspectTemplateRequest.Unmarshal(m, b) @@ -10609,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_9184f835f60c3220, []int{74} + return fileDescriptor_dlp_cec7cd1afe315028, []int{75} } func (m *GetInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetInspectTemplateRequest.Unmarshal(m, b) @@ -10670,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_9184f835f60c3220, []int{75} + return fileDescriptor_dlp_cec7cd1afe315028, []int{76} } func (m *ListInspectTemplatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInspectTemplatesRequest.Unmarshal(m, b) @@ -10734,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_9184f835f60c3220, []int{76} + return fileDescriptor_dlp_cec7cd1afe315028, []int{77} } func (m *ListInspectTemplatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListInspectTemplatesResponse.Unmarshal(m, b) @@ -10783,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_9184f835f60c3220, []int{77} + return fileDescriptor_dlp_cec7cd1afe315028, []int{78} } func (m *DeleteInspectTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteInspectTemplateRequest.Unmarshal(m, b) @@ -10818,7 +10959,7 @@ type CreateJobTriggerRequest struct { JobTrigger *JobTrigger `protobuf:"bytes,2,opt,name=job_trigger,json=jobTrigger,proto3" json:"job_trigger,omitempty"` // The trigger id can contain uppercase and lowercase letters, // numbers, and hyphens; that is, it must match the regular - // expression: `[a-zA-Z\\d-]+`. The maximum length is 100 + // expression: `[a-zA-Z\\d-_]+`. The maximum length is 100 // characters. Can be empty to allow the system to generate one. TriggerId string `protobuf:"bytes,3,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -10830,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_9184f835f60c3220, []int{78} + return fileDescriptor_dlp_cec7cd1afe315028, []int{79} } func (m *CreateJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateJobTriggerRequest.Unmarshal(m, b) @@ -10885,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_9184f835f60c3220, []int{79} + return fileDescriptor_dlp_cec7cd1afe315028, []int{80} } func (m *ActivateJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ActivateJobTriggerRequest.Unmarshal(m, b) @@ -10930,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_9184f835f60c3220, []int{80} + return fileDescriptor_dlp_cec7cd1afe315028, []int{81} } func (m *UpdateJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateJobTriggerRequest.Unmarshal(m, b) @@ -10985,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_9184f835f60c3220, []int{81} + return fileDescriptor_dlp_cec7cd1afe315028, []int{82} } func (m *GetJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetJobTriggerRequest.Unmarshal(m, b) @@ -11026,7 +11167,7 @@ type CreateDlpJobRequest struct { Job isCreateDlpJobRequest_Job `protobuf_oneof:"job"` // The job id can contain uppercase and lowercase letters, // numbers, and hyphens; that is, it must match the regular - // expression: `[a-zA-Z\\d-]+`. The maximum length is 100 + // expression: `[a-zA-Z\\d-_]+`. The maximum length is 100 // characters. Can be empty to allow the system to generate one. JobId string `protobuf:"bytes,4,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -11038,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_9184f835f60c3220, []int{82} + return fileDescriptor_dlp_cec7cd1afe315028, []int{83} } func (m *CreateDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDlpJobRequest.Unmarshal(m, b) @@ -11243,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_9184f835f60c3220, []int{83} + return fileDescriptor_dlp_cec7cd1afe315028, []int{84} } func (m *ListJobTriggersRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobTriggersRequest.Unmarshal(m, b) @@ -11314,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_9184f835f60c3220, []int{84} + return fileDescriptor_dlp_cec7cd1afe315028, []int{85} } func (m *ListJobTriggersResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListJobTriggersResponse.Unmarshal(m, b) @@ -11362,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_9184f835f60c3220, []int{85} + return fileDescriptor_dlp_cec7cd1afe315028, []int{86} } func (m *DeleteJobTriggerRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteJobTriggerRequest.Unmarshal(m, b) @@ -11410,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_9184f835f60c3220, []int{86} + return fileDescriptor_dlp_cec7cd1afe315028, []int{87} } func (m *InspectJobConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_InspectJobConfig.Unmarshal(m, b) @@ -11490,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_9184f835f60c3220, []int{87} + return fileDescriptor_dlp_cec7cd1afe315028, []int{88} } func (m *DlpJob) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DlpJob.Unmarshal(m, b) @@ -11690,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_9184f835f60c3220, []int{88} + return fileDescriptor_dlp_cec7cd1afe315028, []int{89} } func (m *GetDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDlpJobRequest.Unmarshal(m, b) @@ -11774,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_9184f835f60c3220, []int{89} + return fileDescriptor_dlp_cec7cd1afe315028, []int{90} } func (m *ListDlpJobsRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDlpJobsRequest.Unmarshal(m, b) @@ -11851,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_9184f835f60c3220, []int{90} + return fileDescriptor_dlp_cec7cd1afe315028, []int{91} } func (m *ListDlpJobsResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDlpJobsResponse.Unmarshal(m, b) @@ -11898,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_9184f835f60c3220, []int{91} + return fileDescriptor_dlp_cec7cd1afe315028, []int{92} } func (m *CancelDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CancelDlpJobRequest.Unmarshal(m, b) @@ -11938,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_9184f835f60c3220, []int{92} + return fileDescriptor_dlp_cec7cd1afe315028, []int{93} } func (m *DeleteDlpJobRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDlpJobRequest.Unmarshal(m, b) @@ -11974,7 +12115,7 @@ type CreateDeidentifyTemplateRequest struct { DeidentifyTemplate *DeidentifyTemplate `protobuf:"bytes,2,opt,name=deidentify_template,json=deidentifyTemplate,proto3" json:"deidentify_template,omitempty"` // The template id can contain uppercase and lowercase letters, // numbers, and hyphens; that is, it must match the regular - // expression: `[a-zA-Z\\d-]+`. The maximum length is 100 + // expression: `[a-zA-Z\\d-_]+`. The maximum length is 100 // characters. Can be empty to allow the system to generate one. TemplateId string `protobuf:"bytes,3,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -11986,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_9184f835f60c3220, []int{93} + return fileDescriptor_dlp_cec7cd1afe315028, []int{94} } func (m *CreateDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12046,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_9184f835f60c3220, []int{94} + return fileDescriptor_dlp_cec7cd1afe315028, []int{95} } func (m *UpdateDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12102,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_9184f835f60c3220, []int{95} + return fileDescriptor_dlp_cec7cd1afe315028, []int{96} } func (m *GetDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12163,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_9184f835f60c3220, []int{96} + return fileDescriptor_dlp_cec7cd1afe315028, []int{97} } func (m *ListDeidentifyTemplatesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeidentifyTemplatesRequest.Unmarshal(m, b) @@ -12228,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_9184f835f60c3220, []int{97} + return fileDescriptor_dlp_cec7cd1afe315028, []int{98} } func (m *ListDeidentifyTemplatesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListDeidentifyTemplatesResponse.Unmarshal(m, b) @@ -12277,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_9184f835f60c3220, []int{98} + return fileDescriptor_dlp_cec7cd1afe315028, []int{99} } func (m *DeleteDeidentifyTemplateRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteDeidentifyTemplateRequest.Unmarshal(m, b) @@ -12329,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_9184f835f60c3220, []int{99} + return fileDescriptor_dlp_cec7cd1afe315028, []int{100} } func (m *LargeCustomDictionaryConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_LargeCustomDictionaryConfig.Unmarshal(m, b) @@ -12485,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_9184f835f60c3220, []int{100} + return fileDescriptor_dlp_cec7cd1afe315028, []int{101} } func (m *StoredInfoTypeConfig) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredInfoTypeConfig.Unmarshal(m, b) @@ -12630,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_9184f835f60c3220, []int{101} + return fileDescriptor_dlp_cec7cd1afe315028, []int{102} } func (m *StoredInfoTypeVersion) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredInfoTypeVersion.Unmarshal(m, b) @@ -12697,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_9184f835f60c3220, []int{102} + return fileDescriptor_dlp_cec7cd1afe315028, []int{103} } func (m *StoredInfoType) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_StoredInfoType.Unmarshal(m, b) @@ -12747,7 +12888,7 @@ type CreateStoredInfoTypeRequest struct { Config *StoredInfoTypeConfig `protobuf:"bytes,2,opt,name=config,proto3" json:"config,omitempty"` // The storedInfoType ID can contain uppercase and lowercase letters, // numbers, and hyphens; that is, it must match the regular - // expression: `[a-zA-Z\\d-]+`. The maximum length is 100 + // expression: `[a-zA-Z\\d-_]+`. The maximum length is 100 // characters. Can be empty to allow the system to generate one. StoredInfoTypeId string `protobuf:"bytes,3,opt,name=stored_info_type_id,json=storedInfoTypeId,proto3" json:"stored_info_type_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -12759,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_9184f835f60c3220, []int{103} + return fileDescriptor_dlp_cec7cd1afe315028, []int{104} } func (m *CreateStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CreateStoredInfoTypeRequest.Unmarshal(m, b) @@ -12821,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_9184f835f60c3220, []int{104} + return fileDescriptor_dlp_cec7cd1afe315028, []int{105} } func (m *UpdateStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_UpdateStoredInfoTypeRequest.Unmarshal(m, b) @@ -12877,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_9184f835f60c3220, []int{105} + return fileDescriptor_dlp_cec7cd1afe315028, []int{106} } func (m *GetStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_GetStoredInfoTypeRequest.Unmarshal(m, b) @@ -12939,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_9184f835f60c3220, []int{106} + return fileDescriptor_dlp_cec7cd1afe315028, []int{107} } func (m *ListStoredInfoTypesRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListStoredInfoTypesRequest.Unmarshal(m, b) @@ -13003,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_9184f835f60c3220, []int{107} + return fileDescriptor_dlp_cec7cd1afe315028, []int{108} } func (m *ListStoredInfoTypesResponse) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_ListStoredInfoTypesResponse.Unmarshal(m, b) @@ -13052,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_9184f835f60c3220, []int{108} + return fileDescriptor_dlp_cec7cd1afe315028, []int{109} } func (m *DeleteStoredInfoTypeRequest) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_DeleteStoredInfoTypeRequest.Unmarshal(m, b) @@ -13158,6 +13299,7 @@ func init() { proto.RegisterType((*PrimitiveTransformation)(nil), "google.privacy.dlp.v2.PrimitiveTransformation") proto.RegisterType((*TimePartConfig)(nil), "google.privacy.dlp.v2.TimePartConfig") proto.RegisterType((*CryptoHashConfig)(nil), "google.privacy.dlp.v2.CryptoHashConfig") + proto.RegisterType((*CryptoDeterministicConfig)(nil), "google.privacy.dlp.v2.CryptoDeterministicConfig") proto.RegisterType((*ReplaceValueConfig)(nil), "google.privacy.dlp.v2.ReplaceValueConfig") proto.RegisterType((*ReplaceWithInfoTypeConfig)(nil), "google.privacy.dlp.v2.ReplaceWithInfoTypeConfig") proto.RegisterType((*RedactConfig)(nil), "google.privacy.dlp.v2.RedactConfig") @@ -14534,588 +14676,592 @@ var _DlpService_serviceDesc = grpc.ServiceDesc{ } func init() { - proto.RegisterFile("google/privacy/dlp/v2/dlp.proto", fileDescriptor_dlp_9184f835f60c3220) + proto.RegisterFile("google/privacy/dlp/v2/dlp.proto", fileDescriptor_dlp_cec7cd1afe315028) } -var fileDescriptor_dlp_9184f835f60c3220 = []byte{ - // 9262 bytes of a gzipped FileDescriptorProto +var fileDescriptor_dlp_cec7cd1afe315028 = []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, 0x26, 0x0f, 0x9b, 0x6c, 0xf6, 0xed, 0x87, 0x5a, 0x94, 0xb4, 0xd2, - 0x94, 0x66, 0x24, 0x4d, 0x4b, 0xea, 0x9e, 0xe9, 0x79, 0x3f, 0x76, 0x76, 0xd9, 0x24, 0x25, 0x52, - 0xd3, 0x2f, 0x15, 0xd9, 0xd2, 0x48, 0x1e, 0x4c, 0xa5, 0x9a, 0xbc, 0xcd, 0x2e, 0x35, 0xc9, 0xa2, - 0xaa, 0x8a, 0x52, 0xf7, 0xd8, 0x0e, 0xd6, 0x41, 0x12, 0xc3, 0x88, 0x07, 0xde, 0xc0, 0xd9, 0x6c, - 0x62, 0x3b, 0x1b, 0x27, 0x0e, 0x10, 0xc4, 0x80, 0x9d, 0x04, 0x8e, 0x1d, 0x24, 0xb1, 0xf3, 0x61, - 0x07, 0x36, 0x60, 0x38, 0xc1, 0x6e, 0x26, 0x1f, 0x09, 0x82, 0x05, 0x92, 0x4d, 0x9c, 0x18, 0x18, - 0xff, 0x04, 0xc8, 0x8f, 0x93, 0x9f, 0xe0, 0x3e, 0xea, 0xc9, 0x2a, 0xb2, 0xd8, 0xd2, 0x64, 0x8d, - 0xfd, 0x22, 0xef, 0xb9, 0xe7, 0x9c, 0x7b, 0xee, 0xb9, 0xe7, 0x9e, 0x7b, 0xee, 0xb3, 0xe0, 0x62, - 0x4b, 0xd3, 0x5a, 0x6d, 0xbc, 0xd6, 0xd3, 0xd5, 0x27, 0x4a, 0xe3, 0x64, 0xad, 0xd9, 0xee, 0xad, - 0x3d, 0x59, 0x27, 0x3f, 0xab, 0x3d, 0x5d, 0x33, 0x35, 0xb4, 0xc8, 0x10, 0x56, 0x39, 0xc2, 0x2a, - 0xc9, 0x79, 0xb2, 0x9e, 0x3f, 0xcf, 0xe9, 0x94, 0x9e, 0xba, 0xa6, 0x74, 0xbb, 0x9a, 0xa9, 0x98, - 0xaa, 0xd6, 0x35, 0x18, 0x51, 0xfe, 0x72, 0x30, 0x57, 0xc3, 0xd4, 0x74, 0xa5, 0x85, 0x39, 0xd2, - 0x57, 0x6c, 0x24, 0xcd, 0xd4, 0xf6, 0xfb, 0x07, 0x6b, 0xcd, 0xbe, 0x4e, 0xb9, 0xf0, 0xfc, 0x73, - 0xfe, 0x7c, 0xdc, 0xe9, 0x99, 0x27, 0x3c, 0xf3, 0x92, 0x3f, 0xf3, 0x40, 0xc5, 0xed, 0xa6, 0xdc, - 0x51, 0x8c, 0x23, 0x8e, 0x71, 0xd1, 0x8f, 0x61, 0xaa, 0x1d, 0x6c, 0x98, 0x4a, 0x87, 0xd7, 0x2c, - 0x7f, 0x86, 0x23, 0xe8, 0xbd, 0xc6, 0x9a, 0x61, 0x2a, 0x66, 0xdf, 0x92, 0x7e, 0x89, 0x67, 0x98, - 0x27, 0x3d, 0xbc, 0xd6, 0x54, 0x4c, 0xec, 0x13, 0x88, 0xc3, 0x4f, 0xb4, 0x83, 0xa7, 0x18, 0x1f, - 0x05, 0x65, 0x92, 0xa2, 0xb4, 0x83, 0xa6, 0xc2, 0xa5, 0x15, 0x25, 0xc8, 0x95, 0x8f, 0x1b, 0xed, - 0x7e, 0x13, 0x57, 0xbb, 0x07, 0x5a, 0xfd, 0xa4, 0x87, 0x0d, 0xf4, 0x01, 0x80, 0xda, 0x3d, 0xd0, - 0x64, 0x42, 0x60, 0x2c, 0x0b, 0x97, 0xe2, 0xd7, 0xd2, 0xeb, 0x17, 0x57, 0x03, 0xb5, 0xbd, 0x6a, - 0x51, 0x49, 0x29, 0xd5, 0xa2, 0x17, 0x3f, 0x8f, 0x41, 0x86, 0x32, 0x35, 0x54, 0xad, 0x2b, 0xf5, - 0xdb, 0x18, 0x49, 0x00, 0x4d, 0xb5, 0x41, 0x34, 0xa8, 0xe8, 0x27, 0xcb, 0xc2, 0x25, 0xe1, 0x5a, - 0x7a, 0xfd, 0x95, 0x10, 0x8e, 0xc5, 0xbe, 0x61, 0x6a, 0x1d, 0x8b, 0xef, 0x6a, 0xc9, 0xa6, 0xab, - 0x4c, 0x48, 0x2e, 0x2e, 0xa8, 0x08, 0x09, 0x1d, 0xb7, 0xf0, 0xf1, 0x72, 0x8c, 0xb2, 0xbb, 0x1e, - 0x8d, 0x9d, 0x44, 0x48, 0x2a, 0x13, 0x12, 0xa3, 0x45, 0xf7, 0x01, 0x61, 0x56, 0x7d, 0xd9, 0x55, - 0xe5, 0x38, 0xe5, 0x78, 0x35, 0x84, 0xa3, 0x5f, 0x5f, 0x95, 0x09, 0x29, 0x87, 0xfd, 0x3a, 0xac, - 0x40, 0xa6, 0xa3, 0x98, 0x8d, 0x43, 0xb5, 0xdb, 0xa2, 0x4c, 0x97, 0x27, 0x2f, 0x09, 0xd7, 0xb2, - 0xeb, 0x97, 0x43, 0x78, 0x6e, 0x71, 0x5c, 0xaa, 0xca, 0x99, 0x8e, 0x2b, 0xb5, 0x31, 0x05, 0x93, - 0x84, 0x81, 0xf8, 0x6f, 0x05, 0xc8, 0x56, 0xbb, 0x46, 0x0f, 0x53, 0x0d, 0x50, 0xb5, 0x36, 0x61, - 0xe6, 0x50, 0x33, 0x9f, 0x6a, 0x7a, 0x53, 0xd6, 0xfb, 0x6d, 0xcc, 0x15, 0xfb, 0xb5, 0x88, 0x8a, - 0xc5, 0xa6, 0xc3, 0x6a, 0xb5, 0xc2, 0xf8, 0x90, 0xff, 0x95, 0x09, 0x29, 0x7d, 0xe8, 0x24, 0xd1, - 0x16, 0x64, 0xb1, 0xd5, 0x9a, 0xac, 0x1c, 0xa6, 0xf1, 0x17, 0x87, 0xe9, 0xc7, 0x6a, 0xfa, 0xca, - 0x84, 0x94, 0xc1, 0x6e, 0x80, 0x5d, 0x9f, 0x6f, 0x0a, 0x30, 0xe7, 0xad, 0x4f, 0x0d, 0x9b, 0xcf, - 0x6a, 0x7b, 0xe8, 0x3d, 0x48, 0x10, 0x11, 0x8d, 0xe5, 0x18, 0x25, 0x7d, 0x29, 0x94, 0xd4, 0x5d, - 0xb0, 0xc4, 0x68, 0xc4, 0xcf, 0xa6, 0x21, 0xc3, 0x73, 0x8a, 0x5a, 0xf7, 0x40, 0x6d, 0x3d, 0xb3, - 0x38, 0x15, 0xc8, 0x76, 0xd4, 0xae, 0xdc, 0x56, 0x8f, 0x70, 0x5b, 0x3d, 0xd4, 0xb4, 0x26, 0xd5, - 0x5d, 0x76, 0xfd, 0x85, 0x10, 0x1e, 0x9b, 0x36, 0xa2, 0x94, 0xe9, 0xa8, 0x5d, 0x27, 0x89, 0xee, - 0xc0, 0x54, 0x5b, 0xed, 0xa8, 0xa6, 0x65, 0x9d, 0xeb, 0xc3, 0x6b, 0xc6, 0xe4, 0x5f, 0xbd, 0xa5, - 0x76, 0x9b, 0x6a, 0xb7, 0xb5, 0x49, 0x29, 0x25, 0xce, 0x01, 0x5d, 0x86, 0x8c, 0xda, 0x65, 0x56, - 0xff, 0xb8, 0xaf, 0x99, 0xcc, 0x38, 0x93, 0xd2, 0x0c, 0x07, 0xde, 0x25, 0x30, 0x74, 0x23, 0xb0, - 0x6b, 0x24, 0x28, 0xe6, 0xa0, 0xbd, 0xdf, 0x85, 0xb9, 0x06, 0xb5, 0x2f, 0x37, 0xf2, 0xd4, 0xd0, - 0x36, 0xf0, 0xda, 0xa3, 0x34, 0xdb, 0xf0, 0xa4, 0x0d, 0xb4, 0x05, 0xb3, 0x0d, 0xad, 0x6b, 0xe2, - 0xae, 0x29, 0x6b, 0x3d, 0xea, 0xc3, 0x97, 0x93, 0x97, 0xe2, 0xd7, 0xb2, 0xa1, 0x86, 0x57, 0x64, - 0xd8, 0x3b, 0x14, 0x59, 0xca, 0x36, 0xdc, 0x49, 0x03, 0x15, 0x21, 0x49, 0x5a, 0x59, 0x36, 0xb0, - 0xb9, 0x0c, 0x54, 0xb0, 0x6b, 0x91, 0x8c, 0xa3, 0x86, 0x4d, 0x69, 0x5a, 0x67, 0x7f, 0xf2, 0x5f, - 0xc4, 0x20, 0xe3, 0xd1, 0x29, 0x7a, 0x15, 0x16, 0x3b, 0xca, 0xb1, 0x7c, 0xc0, 0x80, 0x86, 0xdc, - 0xc3, 0xba, 0xac, 0x9a, 0xb8, 0x43, 0x3b, 0x63, 0x42, 0x42, 0x1d, 0xe5, 0x98, 0x13, 0x18, 0xbb, - 0x58, 0xaf, 0x9a, 0xb8, 0x83, 0xde, 0x82, 0xe5, 0x01, 0x12, 0x1d, 0x3f, 0xee, 0x63, 0xc3, 0xa4, - 0xe6, 0x91, 0x90, 0x16, 0xbd, 0x54, 0x12, 0xcb, 0x44, 0x3f, 0x01, 0xf9, 0xc1, 0xb2, 0x2c, 0x75, - 0x2f, 0xc7, 0x69, 0xa5, 0xbe, 0x3e, 0xbe, 0x5d, 0xd8, 0x96, 0x4b, 0x93, 0xd2, 0x92, 0x4f, 0x64, - 0x9e, 0x99, 0xef, 0x91, 0xce, 0xe1, 0x42, 0x44, 0xef, 0x43, 0xca, 0x29, 0x9d, 0xf9, 0x9e, 0x91, - 0x7d, 0x23, 0x69, 0xf5, 0x0d, 0xf4, 0x02, 0xcc, 0xb8, 0x2b, 0xc3, 0x6b, 0x9e, 0x76, 0x15, 0x2e, - 0x7e, 0x21, 0xc0, 0xec, 0xc6, 0x89, 0x89, 0x79, 0xc3, 0x52, 0xe5, 0x95, 0x98, 0xfb, 0xa0, 0xe5, - 0x65, 0x43, 0x07, 0x11, 0x1f, 0x15, 0x4d, 0x1b, 0x54, 0x00, 0x4a, 0x8d, 0x10, 0x4c, 0x36, 0x15, - 0x53, 0xa1, 0x85, 0xce, 0x48, 0xf4, 0xbf, 0xf8, 0x17, 0x21, 0x65, 0xa3, 0xa1, 0x3c, 0x2c, 0x6d, - 0x3c, 0xa8, 0x97, 0x6b, 0x72, 0xfd, 0xc1, 0x6e, 0x59, 0xde, 0xdb, 0xae, 0xed, 0x96, 0x8b, 0xd5, - 0x5b, 0xd5, 0x72, 0x29, 0x37, 0x81, 0x52, 0x90, 0xa8, 0x6e, 0x15, 0x6e, 0x97, 0x73, 0x53, 0x28, - 0x0b, 0x40, 0xff, 0xca, 0x77, 0x76, 0xcb, 0xb7, 0x73, 0x02, 0xca, 0x40, 0x8a, 0xa5, 0x37, 0xb6, - 0x76, 0x73, 0x31, 0x27, 0xb9, 0xbb, 0x7d, 0x3b, 0x17, 0x77, 0x92, 0xb5, 0x7b, 0xb7, 0x73, 0x93, - 0x24, 0x59, 0x2f, 0x7f, 0x54, 0x97, 0xf7, 0xea, 0xb7, 0xde, 0xce, 0x25, 0xc4, 0x7f, 0x2c, 0x40, - 0xda, 0x5d, 0xd3, 0x25, 0x48, 0x3c, 0x51, 0xda, 0x7d, 0x4c, 0x3b, 0x7c, 0x8a, 0x8c, 0x59, 0x34, - 0x89, 0x5e, 0x87, 0x84, 0xa9, 0xec, 0xb7, 0x59, 0xaf, 0x4d, 0xaf, 0x9f, 0x0f, 0x51, 0x41, 0x9d, - 0xe0, 0x10, 0x2a, 0x8a, 0x8c, 0xca, 0x90, 0xda, 0x3f, 0x31, 0x31, 0xb3, 0xcd, 0x04, 0xa5, 0xbc, - 0x12, 0x4d, 0x79, 0x95, 0x09, 0x29, 0x49, 0x48, 0xc9, 0xff, 0x8d, 0x34, 0xa4, 0x88, 0xb2, 0x28, - 0x1b, 0xf1, 0x9f, 0x09, 0x90, 0xa0, 0xc5, 0xa0, 0xb7, 0x61, 0xfa, 0x10, 0x2b, 0x4d, 0xac, 0x5b, - 0x4e, 0xf2, 0x2b, 0x21, 0xbc, 0x6f, 0x91, 0x60, 0xa8, 0xda, 0x94, 0x2c, 0x74, 0xf4, 0x3a, 0x4c, - 0xea, 0xda, 0x53, 0xcb, 0x5f, 0x5f, 0x1a, 0x56, 0x99, 0x55, 0x49, 0x7b, 0x2a, 0x51, 0xec, 0xfc, - 0x7b, 0x10, 0x97, 0xb4, 0xa7, 0xe8, 0x75, 0x98, 0xa2, 0x3a, 0xb1, 0x4a, 0x0d, 0xd3, 0xc5, 0x3d, - 0x82, 0x24, 0x71, 0x5c, 0xf1, 0x53, 0xdb, 0xcb, 0x4b, 0xd8, 0xe8, 0xb7, 0x4d, 0xf4, 0x2e, 0x24, - 0x6d, 0x33, 0x1c, 0x25, 0x3e, 0x45, 0x93, 0x6c, 0x7c, 0x74, 0x13, 0x90, 0xdd, 0x1f, 0x4d, 0xbd, - 0xdf, 0x6d, 0x28, 0x26, 0x66, 0x5e, 0x3e, 0x29, 0xcd, 0x59, 0x39, 0x75, 0x2b, 0x43, 0xfc, 0xcf, - 0x31, 0x98, 0xe6, 0x4c, 0xd0, 0x02, 0x24, 0x98, 0xfb, 0x25, 0xb6, 0x9c, 0x92, 0x58, 0xc2, 0xdb, - 0xab, 0x62, 0xe3, 0xf6, 0xaa, 0x02, 0x80, 0x6b, 0xb0, 0x89, 0x47, 0x1d, 0x6c, 0x5c, 0x44, 0xe8, - 0x3d, 0x48, 0xb6, 0xb5, 0x06, 0x8d, 0x77, 0xb9, 0x89, 0x85, 0x95, 0xbf, 0xc9, 0xd1, 0x24, 0x9b, - 0x00, 0xbd, 0x07, 0xe9, 0x86, 0x8e, 0x15, 0x13, 0xcb, 0x24, 0xd2, 0x5c, 0x9e, 0xa2, 0xf4, 0x79, - 0x87, 0x9e, 0x45, 0xbc, 0xab, 0x75, 0x2b, 0xe2, 0x95, 0x80, 0xa1, 0x13, 0x00, 0xfa, 0x1a, 0x00, - 0xd5, 0x01, 0x75, 0x6a, 0xcb, 0xd3, 0x94, 0x36, 0xcc, 0x22, 0xe8, 0x20, 0x45, 0x14, 0x20, 0xa5, - 0x1e, 0x5b, 0x7f, 0xc5, 0xff, 0x26, 0x40, 0x72, 0xd3, 0x11, 0x05, 0xa8, 0xc5, 0xeb, 0x4a, 0xb7, - 0x65, 0xf9, 0xa7, 0x30, 0x03, 0x91, 0x08, 0x8e, 0x44, 0x7b, 0x08, 0xfd, 0x8b, 0xca, 0x64, 0xf0, - 0x69, 0xe2, 0x9e, 0xa6, 0x76, 0x4d, 0xce, 0x21, 0x16, 0x81, 0x43, 0xd6, 0x26, 0x62, 0x6c, 0x6a, - 0x30, 0x67, 0x8d, 0x61, 0x96, 0x8a, 0x8c, 0xe5, 0x69, 0x6a, 0x62, 0x57, 0x86, 0x8f, 0x62, 0xb6, - 0x6e, 0x73, 0x0d, 0x2f, 0xc0, 0x10, 0xff, 0x79, 0x1c, 0x66, 0x7d, 0x58, 0xe8, 0x25, 0xa0, 0xe3, - 0x9d, 0xa2, 0x76, 0xb1, 0x2e, 0x77, 0x95, 0x8e, 0x65, 0x54, 0x19, 0x1b, 0xba, 0xad, 0x74, 0x30, - 0xda, 0x85, 0x59, 0x1d, 0x37, 0x48, 0xc0, 0x68, 0x37, 0x31, 0xab, 0x56, 0xd8, 0x20, 0x2d, 0x51, - 0x6c, 0xab, 0x98, 0xca, 0x84, 0x94, 0xd5, 0x3d, 0x10, 0x12, 0x1d, 0xaa, 0x1d, 0xa5, 0x85, 0x1d, - 0x86, 0xf1, 0xa1, 0xd1, 0x61, 0x95, 0x20, 0xbb, 0xf8, 0x65, 0x54, 0x37, 0x00, 0xdd, 0x83, 0xb9, - 0xa6, 0xd6, 0xe8, 0x77, 0xdc, 0x1a, 0xe3, 0xee, 0x2a, 0x2c, 0x1e, 0x2f, 0x71, 0x7c, 0x17, 0xd3, - 0x5c, 0xd3, 0x07, 0x43, 0x1f, 0xc2, 0xbc, 0xa3, 0x1f, 0x7b, 0xbe, 0x15, 0xc1, 0x3e, 0x91, 0x4d, - 0x66, 0xc3, 0xd0, 0x75, 0xd6, 0xaa, 0x8c, 0xd9, 0x13, 0xac, 0x93, 0xd8, 0x96, 0x9a, 0x6b, 0x8a, - 0xb5, 0x16, 0xcd, 0xb8, 0xc7, 0xe0, 0x1b, 0xe0, 0x74, 0x27, 0xf1, 0x35, 0xc8, 0xf9, 0xa5, 0x45, - 0x17, 0x21, 0x7d, 0xa0, 0xb6, 0xb1, 0xac, 0x1d, 0x1c, 0x90, 0xd0, 0x84, 0x34, 0x5b, 0x5c, 0x02, - 0x02, 0xda, 0xa1, 0x10, 0xf1, 0x3f, 0x09, 0x90, 0xf5, 0x36, 0x03, 0xe9, 0x28, 0xbc, 0x19, 0x8f, - 0xb0, 0x35, 0x9f, 0xba, 0x34, 0xb4, 0x05, 0x3f, 0xc4, 0x27, 0x52, 0x4a, 0xb7, 0xfe, 0xa2, 0x77, - 0x88, 0xc7, 0x23, 0xd3, 0x52, 0xb5, 0xc9, 0x0d, 0x60, 0xa4, 0xc3, 0x3e, 0x60, 0x7f, 0xd0, 0x87, - 0x90, 0xa5, 0x23, 0x4a, 0xd4, 0x06, 0xa7, 0xae, 0xdb, 0xb6, 0xe6, 0x8c, 0xe9, 0x4e, 0x8a, 0x37, - 0x20, 0xe3, 0xc9, 0x47, 0xe7, 0x20, 0xa5, 0x6b, 0x4f, 0x65, 0xb5, 0xdb, 0xc4, 0xc7, 0x5c, 0x17, - 0x49, 0x5d, 0x7b, 0x5a, 0x25, 0x69, 0x71, 0x0d, 0x12, 0xac, 0x5b, 0x2d, 0x40, 0xc2, 0x30, 0x15, - 0xdd, 0xd2, 0x16, 0x4b, 0xa0, 0x1c, 0xc4, 0x71, 0x97, 0xd5, 0x27, 0x2e, 0x91, 0xbf, 0xe2, 0x43, - 0xc8, 0x78, 0xec, 0x0d, 0x55, 0x21, 0xbb, 0xaf, 0xf5, 0xa9, 0xfb, 0x95, 0xf7, 0xb5, 0x63, 0x7b, - 0xe0, 0x10, 0xc3, 0x86, 0x42, 0x8e, 0xbc, 0xa1, 0x1d, 0x4b, 0x99, 0x7d, 0x27, 0x81, 0x0d, 0x51, - 0x81, 0xb4, 0x2b, 0x97, 0x14, 0x6e, 0x6a, 0x3d, 0x1e, 0xf5, 0x91, 0xbf, 0x24, 0xc6, 0x68, 0xe3, - 0x03, 0x2b, 0xa4, 0xa3, 0xff, 0x89, 0xe0, 0x4f, 0xd5, 0xa6, 0x79, 0x48, 0x75, 0x96, 0x90, 0x58, - 0x02, 0x2d, 0xc1, 0xd4, 0x21, 0x56, 0x5b, 0x87, 0x26, 0xf5, 0xb7, 0x09, 0x89, 0xa7, 0xc4, 0xdf, - 0x9c, 0x04, 0x24, 0xe1, 0xa6, 0xd2, 0x30, 0x69, 0x2d, 0xac, 0x30, 0x70, 0x09, 0xa6, 0x7a, 0x8a, - 0x8e, 0xbb, 0x26, 0xef, 0xe3, 0x3c, 0x45, 0x5a, 0x46, 0x65, 0xe3, 0x9a, 0xdc, 0xa0, 0x61, 0xde, - 0x88, 0x89, 0x9a, 0x27, 0x24, 0x94, 0x32, 0xaa, 0x67, 0xe6, 0xf3, 0x04, 0xce, 0xb0, 0x7e, 0xad, - 0x53, 0x01, 0xc8, 0xdc, 0x8f, 0x31, 0x25, 0x73, 0x00, 0xa2, 0xb2, 0x0f, 0x42, 0xed, 0xcd, 0x2f, - 0xf0, 0x2a, 0x4f, 0x70, 0x3e, 0xbc, 0xbc, 0x45, 0x35, 0x00, 0x6a, 0xa0, 0x97, 0x21, 0x67, 0xcd, - 0x4d, 0xec, 0x31, 0x79, 0x8a, 0x8e, 0xa6, 0xb3, 0x1c, 0x6e, 0x85, 0x87, 0xa8, 0xe8, 0x0e, 0x69, - 0xa6, 0xc7, 0x09, 0x69, 0x9c, 0x80, 0x26, 0xff, 0x3d, 0x01, 0x16, 0x82, 0xe4, 0x43, 0x1f, 0x8c, - 0x1f, 0xdd, 0x92, 0x48, 0xc9, 0x1e, 0x89, 0xaf, 0x11, 0x57, 0x4b, 0x58, 0xca, 0x4a, 0xbb, 0x2d, - 0x9b, 0xf8, 0x98, 0x59, 0x42, 0x92, 0xf8, 0x3c, 0x96, 0x51, 0x68, 0xb7, 0xeb, 0xf8, 0xd8, 0x24, - 0x63, 0x8d, 0x5b, 0xc9, 0x6d, 0x4d, 0xe7, 0x5d, 0xea, 0x7c, 0xe8, 0x10, 0xd1, 0xd6, 0x74, 0xe2, - 0x89, 0x6d, 0x89, 0xdb, 0x9a, 0xbe, 0x91, 0x84, 0x29, 0x53, 0xd1, 0x5b, 0xd8, 0x14, 0x8b, 0x90, - 0xa0, 0x20, 0x62, 0x94, 0x3a, 0x6e, 0x52, 0xe9, 0x63, 0x12, 0xf9, 0x4b, 0x0c, 0xb0, 0xa5, 0x63, - 0xcc, 0xdc, 0x7e, 0x4c, 0x62, 0x09, 0x62, 0xaa, 0xfb, 0x56, 0xa4, 0x19, 0x93, 0xe8, 0x7f, 0xf1, - 0x9f, 0x08, 0x30, 0xef, 0x69, 0x4b, 0xa3, 0xa7, 0x75, 0x0d, 0x4c, 0x46, 0x1a, 0x56, 0x30, 0x6e, - 0xca, 0xb4, 0x09, 0x29, 0xfb, 0x19, 0xab, 0x52, 0xb8, 0x49, 0xd1, 0x09, 0x1a, 0x3e, 0x36, 0x75, - 0x86, 0x67, 0xd7, 0x3e, 0x25, 0x65, 0x6c, 0x28, 0xad, 0xbb, 0xcb, 0x66, 0x75, 0x1a, 0x8c, 0x8d, - 0x1a, 0x3e, 0xdc, 0x81, 0x9b, 0x6d, 0xb3, 0x2c, 0x29, 0xfe, 0xdf, 0x18, 0x2c, 0x97, 0xb0, 0xda, - 0xc4, 0x5d, 0x53, 0x3d, 0x38, 0xe1, 0xed, 0x3d, 0xaa, 0xd7, 0xd4, 0x61, 0xae, 0x69, 0xd3, 0x78, - 0x3b, 0x4e, 0xe8, 0x88, 0xe3, 0x2e, 0x83, 0xd8, 0x72, 0xae, 0xe9, 0x83, 0x04, 0xf4, 0xc5, 0xf8, - 0xe9, 0xfb, 0xe2, 0x9b, 0x30, 0x49, 0x6d, 0x9c, 0x45, 0x63, 0xe2, 0xf0, 0xc0, 0x81, 0xda, 0x37, - 0xc5, 0x47, 0xeb, 0xb0, 0x68, 0x09, 0x61, 0xe2, 0x4e, 0xaf, 0x4d, 0xc2, 0x32, 0x1a, 0x1b, 0x24, - 0xa8, 0x06, 0xe6, 0x79, 0x66, 0x9d, 0xe7, 0xd1, 0x08, 0xe1, 0x6d, 0x58, 0x76, 0xa9, 0xc3, 0x4b, - 0x36, 0x45, 0xc9, 0x96, 0x9c, 0x7c, 0x37, 0xa5, 0xf8, 0x1d, 0x01, 0xce, 0x06, 0x68, 0x9f, 0x9b, - 0x8d, 0x55, 0x07, 0x61, 0xcc, 0x3a, 0x54, 0x21, 0xa9, 0x3d, 0xc1, 0xfa, 0x13, 0x15, 0x3f, 0xe5, - 0xad, 0x72, 0x33, 0x6c, 0xa0, 0xd1, 0x95, 0xae, 0x71, 0xa0, 0xe9, 0x1d, 0xea, 0xea, 0x77, 0x38, - 0x91, 0x64, 0x93, 0x53, 0xf3, 0x90, 0x4e, 0x61, 0x1e, 0xfa, 0x33, 0x9b, 0x87, 0xfe, 0xa3, 0x64, - 0x1e, 0xfa, 0x08, 0xf3, 0xd0, 0xc3, 0xcd, 0x43, 0xfa, 0xf3, 0x6c, 0x1e, 0x7f, 0x22, 0xc0, 0xa2, - 0xa3, 0xe7, 0x28, 0xb6, 0xf1, 0x5c, 0x07, 0x5c, 0x4b, 0x03, 0xf1, 0xe7, 0xd5, 0x8a, 0x93, 0xa1, - 0xad, 0x28, 0xde, 0x83, 0x25, 0x7f, 0x4d, 0x79, 0x3b, 0xbc, 0x0f, 0x53, 0xdc, 0x0f, 0x0b, 0x63, - 0xf8, 0x61, 0x4e, 0x23, 0xfe, 0x51, 0x0c, 0xe6, 0x77, 0xfa, 0x66, 0xaf, 0x6f, 0xd6, 0xd8, 0x86, - 0x0a, 0xaf, 0xdb, 0xfb, 0xd6, 0x92, 0xc5, 0x70, 0xa6, 0x1b, 0x6a, 0xeb, 0x6e, 0x1f, 0xeb, 0x27, - 0xbe, 0xa5, 0x8b, 0x8f, 0x21, 0xa3, 0x51, 0xa6, 0xb2, 0xd1, 0x38, 0xc4, 0x1d, 0x85, 0x4f, 0x6b, - 0xdf, 0x0a, 0xe1, 0x12, 0x20, 0x80, 0x05, 0xa3, 0xe4, 0xd2, 0x8c, 0xe6, 0x4a, 0x89, 0xdf, 0x14, - 0x60, 0xc6, 0x9d, 0x8d, 0x2e, 0xc0, 0xd9, 0x9d, 0xbd, 0xfa, 0xee, 0x5e, 0x5d, 0xae, 0x15, 0x2b, - 0xe5, 0xad, 0x82, 0x6f, 0xf5, 0x67, 0x0e, 0x32, 0x1b, 0x85, 0x5a, 0xb5, 0x28, 0x17, 0x77, 0x36, - 0xf7, 0xb6, 0xb6, 0x6b, 0x39, 0x01, 0xcd, 0x42, 0xfa, 0x76, 0xb1, 0x66, 0x03, 0x62, 0x68, 0x11, - 0xe6, 0x4a, 0x85, 0x7a, 0xa1, 0x56, 0xdf, 0x91, 0xca, 0x36, 0x38, 0x4e, 0xc0, 0x1b, 0xd5, 0xdb, - 0xf2, 0xdd, 0xbd, 0xb2, 0xf4, 0xc0, 0x06, 0x4f, 0x12, 0xf2, 0xc2, 0xe6, 0xa6, 0x0d, 0x48, 0xd8, - 0x4b, 0xe4, 0x0d, 0x67, 0xc5, 0xad, 0x66, 0x2a, 0xa6, 0xf1, 0x8c, 0x2b, 0x6e, 0x0b, 0x90, 0x68, - 0x68, 0xfd, 0xae, 0xc9, 0x23, 0x64, 0x96, 0x10, 0xbf, 0x3b, 0x09, 0xcb, 0xbc, 0x35, 0x4b, 0x8a, - 0xa9, 0xd4, 0xb4, 0xbe, 0xde, 0xc0, 0x25, 0x6c, 0x2a, 0x6a, 0xdb, 0x40, 0x1d, 0xe2, 0xfd, 0x68, - 0x27, 0xc0, 0x4d, 0x7b, 0x15, 0x96, 0x19, 0xf9, 0x88, 0x85, 0xc6, 0x01, 0x5e, 0xab, 0x92, 0xc5, - 0x88, 0xaf, 0xc8, 0x12, 0xb7, 0xe8, 0x85, 0xa0, 0x6d, 0xdb, 0xfa, 0x58, 0x2f, 0x78, 0x73, 0xfc, - 0x32, 0xdc, 0xf6, 0x98, 0xff, 0xd7, 0x02, 0xe4, 0xfc, 0xc5, 0xa2, 0x7d, 0x38, 0x6b, 0x74, 0x95, - 0x9e, 0x71, 0xa8, 0x99, 0xb2, 0xbf, 0xe7, 0x70, 0xa5, 0x5e, 0x19, 0x5e, 0xae, 0xd5, 0x97, 0xa4, - 0x33, 0x16, 0x23, 0x5f, 0x06, 0xba, 0x05, 0xf0, 0x48, 0xdb, 0xf7, 0xfa, 0xf6, 0xab, 0xc3, 0x99, - 0xde, 0xd1, 0xf6, 0xb9, 0x63, 0x48, 0x3d, 0xb2, 0xfe, 0xe6, 0x7f, 0x43, 0x80, 0x29, 0xbe, 0x48, - 0x75, 0x15, 0x66, 0x7b, 0xba, 0xd6, 0xc0, 0x86, 0x81, 0x9b, 0x32, 0x09, 0x5f, 0x0d, 0x3e, 0xfb, - 0xc9, 0xda, 0x60, 0xba, 0x7c, 0x49, 0x1c, 0x82, 0xa9, 0x99, 0x4a, 0x5b, 0xc6, 0x86, 0xa9, 0x76, - 0x14, 0xd3, 0x46, 0x67, 0xcd, 0x3e, 0x4f, 0x33, 0xcb, 0x56, 0x1e, 0xa3, 0xd9, 0x84, 0x59, 0xdb, - 0xb0, 0x64, 0x83, 0xd8, 0x1a, 0x5f, 0x4e, 0x7e, 0x71, 0x84, 0x79, 0x51, 0xbb, 0x24, 0xae, 0xcc, - 0x95, 0x14, 0x7f, 0x47, 0x80, 0x79, 0x0b, 0xa1, 0x84, 0x8d, 0x86, 0xae, 0x52, 0xd5, 0x93, 0x30, - 0xd3, 0xb5, 0x34, 0x41, 0xff, 0xa3, 0x17, 0x60, 0xa6, 0xa9, 0x1a, 0xbd, 0xb6, 0x72, 0xc2, 0xbc, - 0x16, 0x8b, 0x12, 0xd3, 0x1c, 0x46, 0xc7, 0x9c, 0x2d, 0x98, 0x31, 0xfa, 0xbd, 0x9e, 0xa6, 0xb3, - 0xaa, 0x50, 0xc9, 0xb2, 0xeb, 0x2b, 0xa3, 0x24, 0xb3, 0x48, 0x36, 0x4e, 0xa4, 0xb4, 0xe1, 0x24, - 0xd0, 0x25, 0x48, 0x37, 0x1d, 0xa1, 0xb8, 0x9b, 0x74, 0x83, 0xc4, 0x1a, 0x2c, 0x6c, 0xaa, 0x86, - 0x69, 0x6f, 0x45, 0x58, 0xe3, 0xc0, 0x65, 0xc8, 0xb4, 0x95, 0x6e, 0xab, 0x4f, 0xa6, 0x45, 0x0d, - 0xad, 0x69, 0x55, 0x64, 0xc6, 0x02, 0x16, 0xb5, 0x26, 0x26, 0x83, 0xc5, 0x81, 0xda, 0x36, 0xb1, - 0xce, 0xab, 0xc2, 0x53, 0xe2, 0x3e, 0x2c, 0xfa, 0x98, 0x72, 0x97, 0x5b, 0x0d, 0xd8, 0x63, 0x1a, - 0x55, 0x39, 0x97, 0x56, 0xdd, 0x3b, 0xaf, 0xff, 0x43, 0x80, 0x45, 0x49, 0x35, 0x8e, 0x0a, 0x5d, - 0xa5, 0x7d, 0x62, 0xa8, 0x86, 0x6d, 0x53, 0x64, 0xa8, 0xe2, 0xac, 0xe4, 0x0e, 0x36, 0x75, 0xb5, - 0x31, 0xc2, 0x15, 0xef, 0xb2, 0xe4, 0x16, 0xc5, 0x95, 0x32, 0x3d, 0x77, 0x12, 0xdd, 0x86, 0x19, - 0x83, 0x76, 0x3b, 0x99, 0x79, 0xf5, 0x58, 0x74, 0xaf, 0x2e, 0xa5, 0x19, 0x25, 0x5b, 0x36, 0x7e, - 0x0b, 0xa6, 0xd9, 0x0c, 0xc6, 0x32, 0xb7, 0x0b, 0x21, 0x3c, 0x0a, 0x6c, 0x3b, 0xc6, 0xc2, 0x16, - 0xbf, 0x2f, 0xc0, 0xf4, 0xdd, 0xbe, 0x62, 0xa8, 0xd5, 0x26, 0x7a, 0x1d, 0x12, 0x74, 0x6d, 0x82, - 0xd7, 0x68, 0xd4, 0x42, 0x06, 0x43, 0xf6, 0x4e, 0xef, 0x62, 0xe3, 0x4f, 0xef, 0x2e, 0x02, 0xf0, - 0x0d, 0x2f, 0x53, 0x69, 0xd9, 0x4b, 0xf4, 0x29, 0x06, 0xab, 0x2b, 0x2d, 0xf4, 0x3a, 0x10, 0x64, - 0xac, 0x93, 0x09, 0x18, 0x8b, 0xcc, 0x96, 0x06, 0x96, 0x99, 0xca, 0x9d, 0x9e, 0x79, 0xc2, 0xd9, - 0x52, 0xcc, 0x8d, 0x04, 0xc4, 0x4d, 0xa5, 0x25, 0xfe, 0x71, 0x0c, 0x72, 0xa4, 0x2f, 0xa9, 0x86, - 0xa9, 0x36, 0x94, 0x36, 0xd3, 0xd6, 0xbb, 0xd6, 0x28, 0x1a, 0x1f, 0x43, 0xdf, 0x7c, 0x0c, 0x7d, - 0x00, 0xa9, 0xc7, 0x44, 0x5f, 0xb2, 0xda, 0xb4, 0x6c, 0xec, 0xfd, 0x10, 0x7a, 0x7f, 0xb9, 0xab, - 0x5c, 0xd1, 0x34, 0x70, 0x53, 0xb1, 0x4e, 0x15, 0x29, 0x25, 0x1f, 0x33, 0xa8, 0x81, 0xb6, 0x00, - 0xe9, 0xb8, 0xad, 0x98, 0xea, 0x13, 0x2c, 0x1f, 0x50, 0x97, 0xde, 0x6d, 0x9c, 0x44, 0x5c, 0x55, - 0x9a, 0xb3, 0x28, 0x6f, 0x59, 0x84, 0xf9, 0x23, 0x58, 0x08, 0x2a, 0xf0, 0x94, 0xcd, 0x7c, 0xc1, - 0xd3, 0x4c, 0xac, 0x47, 0x3a, 0x8d, 0x24, 0xfe, 0xc9, 0x1c, 0x64, 0x3c, 0xa6, 0x8e, 0x1e, 0xc3, - 0x52, 0xb7, 0xdf, 0xc1, 0x3a, 0xa9, 0x3e, 0xf3, 0x84, 0x96, 0x17, 0x67, 0xe5, 0xbe, 0x13, 0xa5, - 0xc3, 0xac, 0x6e, 0x5b, 0x2c, 0xa8, 0x43, 0x64, 0x7d, 0xb0, 0x32, 0x21, 0x2d, 0x74, 0x03, 0xe0, - 0xe8, 0x29, 0x2c, 0x37, 0x14, 0x13, 0xb7, 0xb4, 0x80, 0x42, 0x99, 0x1a, 0xdf, 0x8b, 0x54, 0x68, - 0xd1, 0x61, 0xe2, 0x2d, 0x76, 0xa9, 0x11, 0x98, 0x83, 0x30, 0xa0, 0x23, 0x59, 0xe9, 0x6a, 0xdd, - 0x93, 0x8e, 0x6a, 0x9e, 0x78, 0x47, 0xab, 0x37, 0x22, 0x15, 0xf9, 0x61, 0xc1, 0xa2, 0xb6, 0x0b, - 0xcb, 0x1d, 0xf9, 0x60, 0xa4, 0x98, 0xb6, 0xdc, 0x54, 0xe9, 0x42, 0xa9, 0x53, 0xcc, 0xe4, 0x18, - 0xc5, 0x6c, 0x96, 0x2c, 0x6a, 0xa7, 0x98, 0xb6, 0x0f, 0x86, 0x74, 0x38, 0x73, 0x24, 0x77, 0x94, - 0x9e, 0x35, 0xee, 0x39, 0x4b, 0x56, 0x7c, 0x01, 0x39, 0x5a, 0xd3, 0x7d, 0xb8, 0xa5, 0xf4, 0xca, - 0x36, 0x07, 0xa7, 0xe9, 0x8e, 0x02, 0xe0, 0xe8, 0x33, 0x01, 0x2e, 0x35, 0x71, 0xdb, 0x54, 0xe4, - 0x9e, 0x8e, 0x0d, 0xdc, 0x6d, 0xe0, 0x80, 0xd2, 0xd9, 0x22, 0xf3, 0x46, 0xa4, 0xd2, 0x4b, 0x84, - 0xd9, 0x2e, 0xe7, 0x15, 0x20, 0xc6, 0x85, 0xe6, 0x30, 0x84, 0xfc, 0x26, 0x2c, 0x04, 0x99, 0xde, - 0xe9, 0x3a, 0x4f, 0x7e, 0x1b, 0x96, 0x82, 0x6d, 0xea, 0x94, 0xfc, 0x3e, 0x13, 0x20, 0xe7, 0xb7, - 0x18, 0xf4, 0xde, 0xa0, 0x67, 0x1a, 0xc5, 0xce, 0xf1, 0x3d, 0xef, 0x43, 0x8a, 0x78, 0x09, 0xf3, - 0xc4, 0x59, 0xc8, 0x0e, 0xf3, 0xe2, 0x65, 0x8a, 0x47, 0xa8, 0x31, 0xff, 0x97, 0xff, 0x65, 0x01, - 0x72, 0x7e, 0xd3, 0x7a, 0x36, 0x79, 0x76, 0x60, 0xde, 0xc0, 0x5d, 0x43, 0xa5, 0xce, 0x50, 0x31, - 0x4d, 0x5d, 0xdd, 0xef, 0x9b, 0x38, 0xa2, 0x33, 0x44, 0x36, 0x69, 0xc1, 0xa2, 0xcc, 0x7f, 0x31, - 0x05, 0x0b, 0x41, 0x16, 0x89, 0xf6, 0x07, 0xc5, 0x2c, 0x9f, 0xda, 0xbe, 0x57, 0xeb, 0x4a, 0xab, - 0x85, 0x9b, 0x7e, 0xcf, 0x7e, 0x11, 0xd2, 0x3a, 0x6e, 0x31, 0x4b, 0x6e, 0x5a, 0xa1, 0x19, 0x30, - 0x10, 0x8d, 0x75, 0x0c, 0xc8, 0x29, 0xfd, 0x63, 0xb5, 0xad, 0x2a, 0xfa, 0x09, 0x8b, 0x05, 0xac, - 0x81, 0xbc, 0x72, 0x7a, 0x59, 0x0a, 0x16, 0x47, 0x36, 0x80, 0xcd, 0x2a, 0x9e, 0xb4, 0x91, 0xff, - 0xaf, 0x02, 0xa4, 0x5d, 0xf2, 0xfe, 0x28, 0x8e, 0xff, 0xf9, 0xff, 0x1d, 0x83, 0xac, 0x57, 0x0f, - 0xcf, 0x34, 0xfa, 0xeb, 0x83, 0xc6, 0xb2, 0xf7, 0xbc, 0x1a, 0xc8, 0x0a, 0x0f, 0xbe, 0xe4, 0xb0, - 0xa0, 0x01, 0x33, 0xee, 0x82, 0xbe, 0x94, 0x70, 0x20, 0xff, 0x3d, 0x01, 0x2e, 0x0c, 0xf5, 0xc0, - 0xe3, 0x78, 0x07, 0x2e, 0xee, 0x38, 0xfd, 0x49, 0x0a, 0xed, 0x4f, 0x57, 0x23, 0x06, 0x6b, 0x03, - 0xdd, 0xc5, 0x5e, 0x4c, 0xf8, 0xf9, 0x2b, 0x70, 0x9e, 0xce, 0x0b, 0x3e, 0xc5, 0xce, 0xbc, 0x99, - 0x4c, 0x16, 0xac, 0xb9, 0xfe, 0x27, 0xb0, 0xec, 0xcc, 0xf5, 0x9f, 0x61, 0xb2, 0xb0, 0x64, 0x73, - 0xf1, 0x46, 0x56, 0x0f, 0xc1, 0xc9, 0x91, 0x4f, 0x3d, 0x7f, 0x58, 0xb0, 0x79, 0xd4, 0x5c, 0x13, - 0x89, 0x6f, 0x08, 0x83, 0x61, 0x9b, 0x67, 0x25, 0x21, 0xcc, 0x1f, 0x0d, 0xd3, 0x88, 0x2f, 0x8a, - 0x63, 0xf3, 0xf0, 0xc1, 0x28, 0x8e, 0xcf, 0xcf, 0xff, 0xaa, 0x10, 0x14, 0xc6, 0x71, 0x21, 0x98, - 0x03, 0xb8, 0x73, 0x1a, 0x21, 0xfc, 0x23, 0xb0, 0x2d, 0xc6, 0x40, 0x54, 0xc7, 0x05, 0x31, 0xbd, - 0x51, 0x1d, 0x97, 0x80, 0x85, 0x40, 0xa5, 0xd3, 0x48, 0xe0, 0x0c, 0xd9, 0x76, 0xd9, 0xae, 0x20, - 0xcf, 0x29, 0xd5, 0x1d, 0xe4, 0xf1, 0x52, 0xa7, 0x4e, 0x5f, 0xaa, 0x33, 0x30, 0x3b, 0xa5, 0xb6, - 0x7d, 0x30, 0xf4, 0x53, 0x42, 0x40, 0xd0, 0xc7, 0xcb, 0x9e, 0x3e, 0x7d, 0xc3, 0x7b, 0xdd, 0x9e, - 0xd3, 0xf0, 0x47, 0x01, 0x70, 0xf4, 0x4b, 0x43, 0x63, 0x40, 0x2e, 0x4c, 0x8a, 0x0a, 0x73, 0xf7, - 0x34, 0xc2, 0x84, 0x38, 0x24, 0x5b, 0xaa, 0xb0, 0x90, 0x90, 0x21, 0xe4, 0x3f, 0x17, 0xfc, 0x31, - 0x21, 0x97, 0xfb, 0x1d, 0x48, 0x75, 0xd4, 0xae, 0xcc, 0xce, 0x98, 0x0d, 0x3f, 0x1e, 0xc3, 0xce, - 0x4f, 0x25, 0x3b, 0x6a, 0x97, 0xfe, 0xa3, 0xa4, 0xca, 0x31, 0x27, 0x8d, 0x45, 0x22, 0x55, 0x8e, - 0x19, 0x69, 0x19, 0x66, 0x1f, 0xf7, 0x95, 0xae, 0xa9, 0xb6, 0xb1, 0xcc, 0xcf, 0x6e, 0x4d, 0x46, - 0x38, 0xbb, 0x95, 0xb5, 0x88, 0x68, 0xd2, 0xc8, 0x7f, 0x36, 0x39, 0x18, 0x9b, 0xf2, 0x7a, 0xfd, - 0xa6, 0x00, 0x2f, 0x50, 0xce, 0xce, 0xb0, 0x23, 0x1f, 0xaa, 0x86, 0xa9, 0xb5, 0x74, 0xa5, 0x23, - 0xef, 0xf7, 0x1b, 0x47, 0xd8, 0xb4, 0x36, 0xb1, 0x1f, 0x3d, 0xbf, 0x1e, 0x39, 0x00, 0xae, 0x58, - 0x65, 0x6e, 0xd0, 0x22, 0xa5, 0xaf, 0x50, 0xa1, 0xec, 0x11, 0xcd, 0x97, 0x6d, 0xe4, 0xff, 0x65, - 0x0c, 0x2e, 0x8e, 0xe0, 0x81, 0xbe, 0x0a, 0xe7, 0xfc, 0x55, 0x6b, 0x6b, 0x4f, 0xb1, 0x2e, 0xd3, - 0xb3, 0x09, 0x7c, 0x41, 0x70, 0xd9, 0x5b, 0xd0, 0x26, 0x41, 0xa0, 0x47, 0x15, 0x82, 0xc8, 0xfb, - 0xbd, 0x9e, 0x4d, 0x1e, 0x0b, 0x22, 0xdf, 0x23, 0x08, 0x8c, 0xfc, 0x22, 0xa4, 0x99, 0xfa, 0x64, - 0x43, 0xfd, 0x94, 0x05, 0x22, 0x71, 0x09, 0x18, 0xa8, 0xa6, 0x7e, 0x8a, 0xd1, 0x1d, 0xc8, 0x70, - 0x04, 0x4f, 0xd3, 0xbe, 0x34, 0xac, 0x69, 0xed, 0x82, 0xa4, 0x19, 0x46, 0xcb, 0x5a, 0x18, 0xdd, - 0x00, 0xe4, 0xe6, 0x25, 0xb3, 0xa5, 0xeb, 0x04, 0x2d, 0x33, 0xe7, 0xc2, 0x2c, 0x12, 0x78, 0xfe, - 0x8b, 0x84, 0x7b, 0x6a, 0xc1, 0x2d, 0xe1, 0xd7, 0x04, 0xb8, 0x8c, 0x1f, 0xf7, 0xd5, 0x27, 0x4a, - 0x9b, 0x76, 0xcb, 0x46, 0x5b, 0x31, 0x8c, 0x50, 0x5b, 0xf8, 0xe4, 0x79, 0xf8, 0x46, 0x17, 0xc0, - 0xdf, 0xfe, 0x97, 0x5c, 0xa2, 0x14, 0x89, 0x24, 0x03, 0x16, 0xf0, 0x0b, 0x02, 0xe4, 0x1d, 0xfa, - 0xb2, 0x0f, 0x1d, 0xdd, 0x82, 0x9c, 0x1d, 0x7b, 0xc8, 0x63, 0x9c, 0x7b, 0xcc, 0x5a, 0x01, 0x08, - 0xd7, 0xec, 0xeb, 0xb0, 0x34, 0xa8, 0x15, 0xda, 0xa2, 0xcc, 0x00, 0x16, 0xfc, 0x82, 0x92, 0xb6, - 0xcd, 0xff, 0x4c, 0x1c, 0xce, 0x86, 0x56, 0x0e, 0xdd, 0x01, 0x31, 0x98, 0x67, 0x80, 0x7d, 0x7e, - 0x25, 0x88, 0xbf, 0xcb, 0x4a, 0xc3, 0x79, 0x0d, 0x1a, 0x6b, 0x20, 0xaf, 0x71, 0x4c, 0xf6, 0x2f, - 0x0b, 0xc1, 0x36, 0x2b, 0x3f, 0x67, 0x6b, 0xf0, 0xb7, 0xe6, 0x33, 0x59, 0xfb, 0xdf, 0x9f, 0x76, - 0x4f, 0x5c, 0xb9, 0xb5, 0xff, 0xb6, 0x00, 0xd7, 0x9d, 0xc9, 0x67, 0x54, 0x0f, 0xf8, 0xc9, 0xf3, - 0x18, 0x9b, 0x5d, 0x00, 0xbf, 0xd5, 0x5f, 0xb5, 0x45, 0xba, 0x37, 0xdc, 0xfd, 0xfd, 0x56, 0x0c, - 0xf2, 0x0e, 0x9b, 0x3f, 0x5f, 0xc6, 0x8f, 0x0a, 0x70, 0xa1, 0xdb, 0xef, 0xc8, 0x4d, 0x12, 0x6a, - 0x77, 0x1b, 0xa6, 0xec, 0xd3, 0xb3, 0xc1, 0x0d, 0x2b, 0xdf, 0xed, 0x77, 0x4a, 0x1c, 0xa7, 0xe6, - 0xa9, 0xb7, 0x81, 0xee, 0xc3, 0x82, 0xa9, 0xf5, 0x06, 0x29, 0xc7, 0x72, 0x91, 0xc8, 0xd4, 0x7a, - 0x3e, 0xc6, 0xf9, 0x6f, 0xc5, 0xe1, 0x6c, 0xa8, 0xfe, 0xd1, 0x2e, 0xbc, 0x14, 0x6e, 0x14, 0x83, - 0x7d, 0xf3, 0x85, 0x90, 0xe6, 0x72, 0x75, 0xcf, 0xa1, 0x1c, 0x07, 0x7b, 0x68, 0x18, 0xc7, 0x1f, - 0x5a, 0x27, 0x1d, 0x62, 0xbc, 0xcf, 0xb5, 0x93, 0xfe, 0x52, 0xc2, 0xbf, 0x74, 0xc3, 0x3b, 0xea, - 0xaf, 0x08, 0x90, 0x1f, 0x08, 0x5a, 0xed, 0xfe, 0xc9, 0xad, 0xfa, 0xe0, 0x79, 0xc5, 0xad, 0x3e, - 0xa0, 0xbf, 0x7f, 0x9e, 0x39, 0x0a, 0xce, 0xce, 0xff, 0x4d, 0x01, 0xce, 0x79, 0x49, 0xf9, 0x84, - 0x96, 0x2b, 0xe3, 0x79, 0x75, 0xc8, 0x35, 0x98, 0x77, 0x36, 0x2a, 0xed, 0x69, 0x0b, 0x37, 0x1e, - 0x64, 0x67, 0xd9, 0x8e, 0x34, 0xff, 0x6f, 0x62, 0x70, 0x61, 0x68, 0x9d, 0xd0, 0x65, 0xc8, 0x90, - 0xc8, 0xd6, 0x61, 0xc6, 0x6c, 0x7b, 0xa6, 0xa3, 0x76, 0x6d, 0x36, 0x14, 0x49, 0x39, 0x1e, 0x28, - 0x71, 0xa6, 0xa3, 0x1c, 0x3b, 0x48, 0x3e, 0xcb, 0x4c, 0x0c, 0x58, 0xe6, 0xcf, 0x0c, 0x58, 0x26, - 0xbb, 0xf4, 0xd4, 0xfc, 0x92, 0x9a, 0xcf, 0xd3, 0x06, 0x91, 0xcc, 0x73, 0x3a, 0xc4, 0x3c, 0xff, - 0x2c, 0x11, 0xba, 0xd6, 0xc1, 0xed, 0xf4, 0x0f, 0x04, 0xb8, 0x1c, 0x3e, 0xb1, 0xf1, 0x1b, 0xec, - 0xf1, 0x73, 0x9f, 0xdb, 0x84, 0xe5, 0x0e, 0x04, 0x56, 0xcd, 0x11, 0x78, 0xf9, 0x5f, 0x11, 0xe0, - 0xc5, 0x10, 0x66, 0x5f, 0x8e, 0x51, 0xbf, 0x06, 0x8b, 0x8e, 0x51, 0xf7, 0x74, 0x6d, 0x5f, 0xd9, - 0x57, 0xdb, 0x96, 0x91, 0x09, 0xd2, 0x82, 0x9d, 0xb9, 0xeb, 0xe4, 0xe5, 0xff, 0x67, 0x0c, 0xae, - 0x44, 0xab, 0x32, 0xba, 0x0a, 0xb3, 0xc4, 0xc2, 0xdd, 0x9c, 0x05, 0xca, 0x39, 0xdb, 0x51, 0xbb, - 0x2e, 0x9e, 0x14, 0x51, 0x39, 0x0e, 0x10, 0x21, 0xdb, 0x51, 0x8e, 0xdd, 0x88, 0x23, 0x2d, 0xfd, - 0x17, 0x43, 0x2c, 0xfd, 0xc9, 0xff, 0xb7, 0x76, 0x7f, 0x6e, 0xb6, 0xbf, 0x91, 0xb4, 0xce, 0x99, - 0x88, 0x0f, 0x21, 0xeb, 0x1d, 0x96, 0xd0, 0xba, 0x75, 0xed, 0x2a, 0xca, 0x94, 0x98, 0x5f, 0xc9, - 0x0a, 0x3e, 0x59, 0xf3, 0x9d, 0x38, 0x24, 0xd8, 0xa4, 0xf7, 0x25, 0xc8, 0xa8, 0x5d, 0x13, 0xb7, - 0xb0, 0xee, 0x9a, 0x6e, 0xc7, 0x2b, 0x13, 0xd2, 0x0c, 0x07, 0x33, 0xb4, 0x17, 0x20, 0x7d, 0xd0, - 0xd6, 0x14, 0xd3, 0x35, 0xb1, 0x16, 0x2a, 0x13, 0x12, 0x50, 0x20, 0x43, 0xb9, 0x0c, 0x33, 0x86, - 0xa9, 0xab, 0xdd, 0x96, 0xec, 0xbd, 0x1b, 0x96, 0x66, 0x50, 0xbb, 0xb8, 0x7d, 0x4d, 0x6b, 0x63, - 0xc5, 0x9a, 0xdd, 0x4f, 0xf2, 0x83, 0xc7, 0x33, 0x1c, 0x6c, 0x4f, 0xc5, 0xed, 0x9b, 0x10, 0x1c, - 0x31, 0x31, 0xea, 0x3e, 0x44, 0x65, 0x42, 0xca, 0xda, 0x44, 0x8c, 0xcd, 0x5b, 0x00, 0x04, 0xc2, - 0x39, 0x4c, 0x79, 0x97, 0xba, 0xcd, 0x93, 0x1e, 0xa6, 0xd4, 0x3b, 0x07, 0x25, 0xe5, 0xa4, 0x32, - 0x21, 0xa5, 0x08, 0x2e, 0x23, 0x5c, 0x07, 0x68, 0x2a, 0xa6, 0x45, 0xc8, 0x96, 0x6b, 0xe6, 0x3c, - 0x84, 0x25, 0xc5, 0xc4, 0x84, 0x86, 0xa0, 0x31, 0x9a, 0x22, 0xcc, 0x35, 0x95, 0x13, 0x59, 0x3b, - 0x90, 0x9f, 0x62, 0x7c, 0xc4, 0x49, 0x93, 0xf4, 0x3c, 0xd8, 0x92, 0x8f, 0xf4, 0x64, 0xe7, 0xe0, - 0x3e, 0xc6, 0x47, 0x44, 0xe2, 0xa6, 0x95, 0xa0, 0x4c, 0xec, 0x25, 0xd1, 0x1f, 0x83, 0x94, 0x7d, - 0x8d, 0x08, 0x7d, 0x40, 0x6f, 0xb6, 0xf1, 0x7b, 0x4b, 0xc3, 0x37, 0x04, 0x4a, 0xfc, 0xc2, 0x52, - 0x65, 0x42, 0x4a, 0x36, 0xf9, 0xff, 0x8d, 0x2c, 0xcc, 0xf4, 0x14, 0xdd, 0xc0, 0x4d, 0x76, 0xa7, - 0x56, 0xfc, 0xb9, 0x18, 0x24, 0x2d, 0x44, 0xf4, 0x12, 0xbd, 0x6f, 0x68, 0xd9, 0xd4, 0x60, 0x25, - 0xe9, 0x15, 0x44, 0x8c, 0xde, 0x84, 0xb4, 0xab, 0x76, 0xfc, 0xae, 0x70, 0x48, 0xbd, 0x88, 0x56, - 0xf8, 0x5f, 0xb4, 0x02, 0x93, 0x54, 0xec, 0xf8, 0x30, 0xe5, 0x4b, 0x14, 0x07, 0x95, 0x81, 0x36, - 0x81, 0xfc, 0xa9, 0xd6, 0xb5, 0xae, 0x10, 0x5e, 0x1b, 0x51, 0x4f, 0xca, 0xe3, 0xa1, 0xd6, 0xc5, - 0x52, 0xd2, 0xe4, 0xff, 0xf2, 0xaf, 0x42, 0xd2, 0x82, 0xa2, 0x97, 0x20, 0xcb, 0x6e, 0xaf, 0xc8, - 0x1d, 0xb5, 0xdb, 0xb7, 0x4e, 0x26, 0x25, 0xa4, 0x0c, 0x83, 0x6e, 0x31, 0xa0, 0xf8, 0x67, 0x02, - 0xe4, 0xfc, 0x67, 0x63, 0x51, 0x1b, 0xce, 0x3a, 0x27, 0x8f, 0x4c, 0xcf, 0x19, 0x4d, 0x83, 0xab, - 0x6b, 0x75, 0xc4, 0xbe, 0x8c, 0xf7, 0x64, 0xa7, 0x51, 0x99, 0x90, 0xce, 0xa8, 0xc1, 0x59, 0x08, - 0xc3, 0x12, 0xbf, 0x38, 0xe3, 0x2f, 0x8a, 0xb5, 0xf8, 0x8d, 0xa1, 0x97, 0x68, 0x06, 0x0b, 0x5a, - 0xd4, 0x83, 0x32, 0x36, 0x72, 0x90, 0xf5, 0xf2, 0x17, 0x7f, 0x30, 0x0d, 0x67, 0x76, 0x75, 0xb5, - 0x43, 0x03, 0x61, 0x2f, 0x3a, 0x92, 0x20, 0xab, 0xe3, 0x5e, 0x5b, 0x21, 0xd3, 0x11, 0xf7, 0x51, - 0x83, 0x97, 0x43, 0x85, 0xa1, 0xc8, 0xdc, 0x9f, 0xf1, 0x8d, 0xe1, 0x0c, 0x67, 0xc1, 0xd5, 0x7a, - 0x07, 0xf8, 0x79, 0x7c, 0xef, 0x41, 0x82, 0xcb, 0x43, 0x2f, 0x6d, 0xd8, 0xcc, 0x66, 0x74, 0x57, - 0x1a, 0xfd, 0x05, 0x58, 0x6c, 0x1c, 0x2a, 0xf4, 0xd0, 0xbe, 0x4e, 0xdf, 0xb1, 0xf0, 0x9e, 0x14, - 0x08, 0x3b, 0xab, 0x54, 0xb4, 0x68, 0xb6, 0x14, 0xe3, 0xc8, 0x66, 0x3d, 0xdf, 0x18, 0x04, 0x23, - 0x13, 0x2e, 0x34, 0xf4, 0x93, 0x9e, 0xa9, 0xc9, 0x96, 0x22, 0x0e, 0x0e, 0x8e, 0xe5, 0x83, 0x1e, - 0xf6, 0x1e, 0x16, 0x08, 0x7d, 0x32, 0x82, 0xd2, 0x72, 0xb5, 0xdc, 0x3a, 0x38, 0xbe, 0xd5, 0x73, - 0xf4, 0x72, 0xb6, 0x11, 0x96, 0x89, 0x7a, 0x70, 0xee, 0x40, 0x3d, 0xc6, 0x4d, 0xb6, 0xb6, 0xc0, - 0x06, 0x09, 0xe2, 0x59, 0x3d, 0x87, 0x06, 0xd6, 0x42, 0x37, 0x96, 0x8e, 0x71, 0x93, 0x0c, 0x8c, - 0x1b, 0x16, 0x9d, 0x5d, 0xe4, 0xf2, 0x41, 0x48, 0x1e, 0xaa, 0x41, 0x6e, 0xa0, 0x98, 0xa9, 0xe1, - 0x17, 0x57, 0x06, 0xb8, 0xcf, 0xee, 0xfb, 0x98, 0x9a, 0x70, 0xc1, 0xd2, 0xda, 0x53, 0xd5, 0x3c, - 0x74, 0x6e, 0x84, 0x5b, 0x25, 0x4c, 0x0f, 0x55, 0x1e, 0xd7, 0xcc, 0x7d, 0xd5, 0x3c, 0xb4, 0x3a, - 0x94, 0xa3, 0x3c, 0x3d, 0x2c, 0x13, 0xdd, 0x85, 0x1c, 0x75, 0x23, 0x3d, 0x45, 0xb7, 0x6d, 0x2c, - 0x39, 0xf4, 0x2a, 0x21, 0x71, 0x17, 0xbb, 0x8a, 0xee, 0x58, 0x19, 0x1d, 0x48, 0x1c, 0x08, 0xba, - 0x0f, 0x88, 0x5b, 0xc1, 0xa1, 0x62, 0x1c, 0x5a, 0x4c, 0x53, 0x43, 0x0f, 0x4f, 0xb2, 0xa6, 0xaf, - 0x28, 0xc6, 0xa1, 0x73, 0x32, 0xa4, 0xe1, 0x83, 0xd1, 0x2b, 0x1e, 0xc4, 0xb5, 0x1b, 0x87, 0xea, - 0x81, 0x2d, 0x6c, 0x7a, 0xa8, 0xde, 0x89, 0xeb, 0xab, 0x11, 0x74, 0x47, 0xef, 0x4d, 0x2f, 0x28, - 0xa0, 0x93, 0x7f, 0x21, 0x40, 0xd6, 0x5b, 0x4b, 0x74, 0x0f, 0x66, 0xa9, 0x86, 0x4c, 0x4d, 0xe6, - 0x17, 0x5f, 0xf8, 0xcd, 0xf5, 0xd5, 0x48, 0x5a, 0xb2, 0x93, 0x52, 0x86, 0xb0, 0xa9, 0x6b, 0x65, - 0xc6, 0x44, 0xfc, 0x86, 0xc0, 0xfc, 0x2f, 0xc9, 0x43, 0x67, 0x61, 0xb1, 0x5e, 0xdd, 0x2a, 0xcb, - 0xbb, 0x05, 0xa9, 0xee, 0x3b, 0xad, 0x9c, 0x84, 0xc9, 0x07, 0xe5, 0x82, 0x94, 0x13, 0x50, 0x0a, - 0x12, 0x5b, 0x3b, 0xdb, 0xf5, 0x4a, 0x2e, 0x86, 0x72, 0x30, 0x53, 0x2a, 0x3c, 0x90, 0x77, 0x6e, - 0xc9, 0x0c, 0x12, 0x47, 0xb3, 0x90, 0xe6, 0x90, 0xfb, 0xe5, 0xf2, 0x87, 0xb9, 0x49, 0x82, 0x42, - 0xfe, 0x11, 0x08, 0xa5, 0x4f, 0x10, 0x94, 0xca, 0xce, 0x9e, 0x44, 0x20, 0xa5, 0xc2, 0x83, 0xdc, - 0x94, 0x58, 0x83, 0x9c, 0x5f, 0xfb, 0xe8, 0x6b, 0x00, 0xbc, 0x09, 0x47, 0x5f, 0x4c, 0x64, 0xc4, - 0xf4, 0x62, 0x62, 0xc3, 0xfa, 0x2b, 0xee, 0x00, 0x1a, 0x74, 0x6f, 0xe8, 0x1d, 0x48, 0x75, 0xf1, - 0xd3, 0x71, 0xb6, 0x2a, 0xba, 0xf8, 0x29, 0xfd, 0x27, 0x9e, 0x83, 0xb3, 0xa1, 0x16, 0x2e, 0x66, - 0x61, 0xc6, 0xed, 0xf9, 0xc4, 0x1f, 0xc4, 0x20, 0x43, 0xdc, 0x96, 0x51, 0xd7, 0xaa, 0xad, 0xae, - 0xa6, 0x63, 0xb4, 0x0a, 0xc8, 0x76, 0x58, 0x06, 0x69, 0x45, 0xe3, 0x48, 0x65, 0xb7, 0xfc, 0x52, - 0xd4, 0xd4, 0xec, 0xbc, 0xba, 0x56, 0x3b, 0x52, 0x7b, 0xe8, 0x04, 0xce, 0x35, 0xb4, 0x4e, 0x47, - 0xeb, 0xca, 0x5e, 0x32, 0x95, 0xb2, 0xe3, 0x23, 0xfa, 0xdb, 0x43, 0x3c, 0xa6, 0x5d, 0xf4, 0x6a, - 0x91, 0xf2, 0xf1, 0xc0, 0x88, 0x73, 0x69, 0xd8, 0x60, 0xab, 0x60, 0x96, 0x27, 0x7e, 0x5b, 0x80, - 0xf9, 0x00, 0x1a, 0x74, 0x05, 0xc4, 0xe2, 0xce, 0xd6, 0xd6, 0xce, 0xb6, 0x5c, 0xac, 0x14, 0xa4, - 0x9a, 0x5c, 0xdf, 0x91, 0xab, 0xb7, 0xb7, 0x77, 0x24, 0xff, 0xb3, 0x06, 0x69, 0x98, 0xde, 0xde, - 0xdb, 0x2a, 0x4b, 0xd5, 0x62, 0x4e, 0x40, 0x0b, 0x90, 0x2b, 0x6c, 0xee, 0x56, 0x0a, 0xf2, 0xde, - 0xee, 0x6e, 0x59, 0x92, 0x8b, 0x85, 0x5a, 0x39, 0x17, 0x73, 0xa0, 0x9b, 0x3b, 0xf7, 0x2d, 0x28, - 0x35, 0x9e, 0xdd, 0xbd, 0xed, 0x62, 0x7d, 0xaf, 0x50, 0xaf, 0xee, 0x6c, 0xe7, 0x26, 0x51, 0x16, - 0xe0, 0x7e, 0xa5, 0x5a, 0x2f, 0xd7, 0x76, 0x0b, 0xc5, 0x72, 0x2e, 0xb1, 0x31, 0x03, 0xe0, 0x68, - 0x43, 0xfc, 0x63, 0x22, 0x67, 0xc0, 0x20, 0x70, 0x1d, 0xe6, 0xc8, 0xe0, 0x42, 0x5d, 0xa3, 0x95, - 0xcd, 0x4f, 0xd8, 0xe6, 0x78, 0x86, 0x4d, 0x86, 0x5e, 0x84, 0x6c, 0xb7, 0xdf, 0xd9, 0xc7, 0x3a, - 0x51, 0x2e, 0xc9, 0xe5, 0xd7, 0x2c, 0x67, 0x18, 0xb4, 0xae, 0x11, 0xc6, 0x64, 0x8e, 0xaf, 0xe3, - 0x27, 0x58, 0x37, 0xb0, 0xac, 0xe9, 0x4d, 0xcc, 0xee, 0xd5, 0x25, 0xc9, 0xf0, 0x46, 0x81, 0x3b, - 0x04, 0x86, 0xee, 0xc1, 0x42, 0x60, 0x5b, 0x4d, 0x0e, 0x3d, 0x00, 0xed, 0xd1, 0xb1, 0x84, 0x1a, - 0x83, 0xed, 0xf1, 0x2f, 0x04, 0x58, 0x0e, 0x1b, 0x25, 0xd0, 0x57, 0x21, 0xed, 0x5f, 0x7c, 0x1b, - 0x65, 0xd3, 0xd0, 0x76, 0x6f, 0xe4, 0xa4, 0xfd, 0x2b, 0x6d, 0x23, 0xc9, 0xfb, 0x43, 0x17, 0xdc, - 0x04, 0xf7, 0x64, 0x4f, 0xfc, 0x66, 0x0c, 0x66, 0xfd, 0x22, 0xdf, 0x86, 0x69, 0x6b, 0xe9, 0x98, - 0x4d, 0x89, 0x6f, 0x46, 0x1b, 0xb3, 0x78, 0x5a, 0xb2, 0xa8, 0xe9, 0xa1, 0x76, 0x3e, 0x8f, 0x5d, - 0x85, 0x78, 0x47, 0xed, 0x46, 0xaa, 0x3e, 0x41, 0xa4, 0xf8, 0xca, 0x71, 0xa4, 0xfa, 0x12, 0x44, - 0x54, 0x85, 0x39, 0x3e, 0x84, 0xd1, 0x1b, 0xe5, 0xce, 0x9c, 0x69, 0x14, 0x75, 0xce, 0x45, 0xc6, - 0x1c, 0xc9, 0xef, 0x4e, 0xc2, 0xd9, 0xd0, 0x40, 0xe3, 0x99, 0x1d, 0x1f, 0x7a, 0x1b, 0xa6, 0xe9, - 0x45, 0x7f, 0x7e, 0x51, 0x32, 0xc2, 0x85, 0x6c, 0x8e, 0x8e, 0x0c, 0x98, 0xe5, 0x2e, 0x47, 0x69, - 0xf7, 0x0e, 0x95, 0x7d, 0x6c, 0xf2, 0xc7, 0xa6, 0x2a, 0xe3, 0x86, 0x4b, 0xab, 0xb7, 0x0e, 0x8e, - 0x99, 0x07, 0xd9, 0xa6, 0xa7, 0x6f, 0x0a, 0x9c, 0x1f, 0x19, 0xab, 0x59, 0x11, 0x16, 0x04, 0xbd, - 0x0c, 0xfc, 0xbd, 0x1e, 0xa7, 0xd0, 0x04, 0x77, 0x8a, 0x59, 0x96, 0x61, 0xa3, 0x2e, 0x41, 0x42, - 0x57, 0x9a, 0xea, 0x31, 0x8d, 0x74, 0x12, 0xf4, 0xed, 0x2d, 0x92, 0xa4, 0x67, 0xe5, 0xfa, 0xba, - 0xae, 0xb5, 0x14, 0xd3, 0xf5, 0xc4, 0x10, 0x0f, 0x22, 0x46, 0x5e, 0x6b, 0x99, 0xb3, 0x69, 0x2d, - 0x90, 0xf8, 0x37, 0x04, 0x38, 0x13, 0x52, 0x03, 0xb4, 0x02, 0x57, 0x6e, 0xdd, 0xfa, 0x48, 0xe6, - 0x8e, 0x70, 0xbb, 0x50, 0xaf, 0xde, 0x2b, 0xcb, 0xd4, 0x97, 0x6d, 0x94, 0xeb, 0xc3, 0x1c, 0x21, - 0x19, 0xf6, 0xca, 0x1f, 0x15, 0x4a, 0xe5, 0x62, 0x75, 0xab, 0xb0, 0x99, 0x8b, 0xa1, 0xf3, 0xb0, - 0xec, 0xf8, 0x44, 0xc6, 0x42, 0xb6, 0xd0, 0xe3, 0x68, 0x0e, 0x32, 0x5e, 0xd0, 0xe4, 0x06, 0x40, - 0xd2, 0xd2, 0x91, 0xf8, 0x7f, 0x04, 0x48, 0xd9, 0xcd, 0x8f, 0xaa, 0x90, 0xa2, 0x11, 0x84, 0x6a, - 0x5d, 0x2d, 0x0b, 0x8f, 0xf9, 0xeb, 0x16, 0x9e, 0x4d, 0x4d, 0xe7, 0xd2, 0x16, 0x94, 0xb0, 0xea, - 0x77, 0x9f, 0xea, 0x4a, 0xaf, 0x87, 0x2d, 0x77, 0x10, 0xc6, 0x6a, 0xcf, 0xc2, 0xf3, 0xb0, 0xb2, - 0xa9, 0xd1, 0x16, 0xa4, 0x8f, 0x3a, 0x86, 0x6c, 0x31, 0x1b, 0x1e, 0xe4, 0x7f, 0xd8, 0x31, 0xee, - 0x0f, 0x72, 0x83, 0x23, 0x1b, 0xbc, 0x91, 0x84, 0x29, 0x76, 0xd8, 0x47, 0xbc, 0x06, 0x68, 0xb0, - 0x1a, 0x41, 0x97, 0x42, 0xc4, 0x2b, 0x80, 0x06, 0xa5, 0x44, 0x39, 0x88, 0x5b, 0x9d, 0x6b, 0x46, - 0x22, 0x7f, 0xc5, 0x4f, 0x60, 0x3e, 0x40, 0x00, 0xe2, 0xde, 0x38, 0xb1, 0xec, 0x10, 0x00, 0x07, - 0x11, 0x84, 0x2b, 0x30, 0xeb, 0xf4, 0x56, 0xf7, 0xbd, 0x93, 0x8c, 0xdd, 0x21, 0xe9, 0x3d, 0xb9, - 0x3f, 0x15, 0x60, 0xd6, 0x17, 0x09, 0xa2, 0x6b, 0x90, 0x73, 0xb9, 0x5e, 0xb9, 0xa9, 0x9c, 0x58, - 0xd3, 0xdd, 0xac, 0xe3, 0x61, 0x4b, 0xca, 0x89, 0x41, 0x30, 0x5d, 0x3e, 0x9e, 0x61, 0xb2, 0x51, - 0x2a, 0xeb, 0xb8, 0x72, 0x8a, 0xe9, 0xea, 0xfc, 0xf1, 0xf1, 0x3a, 0x7f, 0xc1, 0xe3, 0x77, 0x26, - 0xa3, 0xf9, 0x1d, 0x7a, 0x50, 0xd1, 0x4a, 0x90, 0x06, 0xea, 0x60, 0xf3, 0x50, 0x6b, 0x8a, 0xdf, - 0x8d, 0xc1, 0x99, 0x90, 0x49, 0x35, 0xd2, 0x60, 0x76, 0x70, 0x76, 0x3e, 0xec, 0xd4, 0x69, 0x08, - 0xa3, 0x10, 0xb8, 0xe4, 0xe7, 0x9e, 0xff, 0x3d, 0x01, 0x96, 0x82, 0x71, 0x9f, 0xf9, 0x55, 0x36, - 0x15, 0x96, 0x7b, 0xd6, 0x5c, 0xdc, 0xb7, 0x10, 0xc0, 0xfb, 0xce, 0x6a, 0xf8, 0x49, 0xb7, 0xa0, - 0x29, 0xbc, 0x74, 0xa6, 0x17, 0x9c, 0x21, 0x7e, 0x23, 0x0e, 0xf3, 0xb4, 0xd1, 0x7c, 0x55, 0x78, - 0x13, 0xa6, 0xe8, 0x89, 0xc4, 0xa8, 0x47, 0x8c, 0x39, 0x36, 0x2a, 0x41, 0xaa, 0xa1, 0x75, 0x9b, - 0xaa, 0xeb, 0xe1, 0x8d, 0x2b, 0x43, 0xd7, 0x2c, 0x8a, 0x16, 0xb6, 0xe4, 0x10, 0xa2, 0xa3, 0x21, - 0x0a, 0x98, 0x3c, 0x8d, 0x02, 0x2a, 0x13, 0xa1, 0x2a, 0x18, 0xbe, 0xc2, 0x93, 0x78, 0xce, 0x2b, - 0x3c, 0x01, 0xb3, 0xb2, 0xcf, 0x05, 0x58, 0x0c, 0x5c, 0xbf, 0x41, 0x32, 0x2c, 0xb2, 0x57, 0x50, - 0x82, 0x2d, 0x7b, 0x65, 0x58, 0x9b, 0xf8, 0x0c, 0x60, 0xe1, 0x60, 0x10, 0x68, 0xa0, 0x07, 0x30, - 0xcf, 0x97, 0x9b, 0x8c, 0x7e, 0xaf, 0xa7, 0x63, 0xc3, 0xe0, 0x6b, 0x4d, 0xc3, 0x9e, 0x9f, 0x63, - 0xb2, 0xd6, 0x1c, 0x02, 0x09, 0xe9, 0x7e, 0x90, 0x21, 0x3e, 0x80, 0xb9, 0x01, 0x44, 0xaf, 0x75, - 0x08, 0xa7, 0xb4, 0x0e, 0xf1, 0x97, 0x13, 0x30, 0xeb, 0xcb, 0x46, 0x75, 0x48, 0xe3, 0x63, 0xa7, - 0x06, 0xc3, 0xdf, 0x20, 0xf4, 0x11, 0xaf, 0x96, 0x1d, 0x4a, 0xc9, 0xcd, 0x26, 0xff, 0xdb, 0x64, - 0x38, 0xb4, 0xcb, 0x38, 0xdd, 0x91, 0xde, 0x32, 0x24, 0xb5, 0x1e, 0xd6, 0x15, 0x93, 0x3f, 0x9b, - 0x91, 0x1d, 0xb2, 0x6e, 0xd6, 0xa6, 0xed, 0xa2, 0xb4, 0x77, 0x38, 0x81, 0x64, 0x93, 0x3a, 0xcb, - 0xfe, 0x93, 0x91, 0x97, 0xfd, 0xf3, 0x9f, 0x00, 0xd8, 0xd2, 0x1b, 0x68, 0x17, 0xc0, 0xd6, 0xa1, - 0x65, 0x42, 0xaf, 0x44, 0xd4, 0x90, 0xd3, 0x0e, 0x2e, 0x1e, 0xf9, 0x6f, 0xc7, 0x20, 0xed, 0xd2, - 0x1d, 0xea, 0x90, 0x01, 0xa5, 0x45, 0x4f, 0x97, 0xda, 0x55, 0x66, 0xab, 0x09, 0x1b, 0xe3, 0xb7, - 0xc4, 0xea, 0x26, 0x63, 0x65, 0xeb, 0x62, 0xb6, 0xed, 0x05, 0xa0, 0x9a, 0xa7, 0x42, 0xac, 0xc9, - 0x5f, 0x1d, 0xb7, 0x42, 0xa4, 0xb3, 0xba, 0xd8, 0x88, 0xef, 0xc3, 0xac, 0xaf, 0x60, 0x74, 0x09, - 0xce, 0x6f, 0xee, 0xdc, 0xae, 0x16, 0x0b, 0x9b, 0xf2, 0xce, 0x6e, 0x59, 0x2a, 0xd4, 0x77, 0x24, - 0x5f, 0x44, 0x36, 0x0d, 0xf1, 0xc2, 0x76, 0x29, 0x27, 0xd8, 0x2b, 0xf7, 0xbf, 0x2e, 0xc0, 0x52, - 0xf0, 0x85, 0x7e, 0x32, 0x8d, 0xb4, 0xbb, 0xb3, 0xef, 0xea, 0x6b, 0xce, 0x95, 0xc1, 0xee, 0xbd, - 0xb6, 0x60, 0xd9, 0xdb, 0xf7, 0x65, 0xa3, 0xdf, 0xe9, 0x28, 0xba, 0x6a, 0x1f, 0xbc, 0xbe, 0x11, - 0xe9, 0x39, 0x81, 0x1a, 0xa5, 0x3a, 0x91, 0xce, 0x98, 0x01, 0x60, 0x15, 0x1b, 0xe2, 0xb7, 0xa7, - 0x60, 0x31, 0x90, 0xe4, 0x19, 0xef, 0x74, 0xdb, 0x7d, 0x26, 0x36, 0x4e, 0x9f, 0xb9, 0xe7, 0x77, - 0x92, 0xbc, 0x75, 0xc7, 0x1d, 0xf6, 0x7c, 0x5c, 0xc2, 0x1d, 0x6a, 0xe2, 0x39, 0x39, 0xd4, 0xbb, - 0xf6, 0xfb, 0x65, 0x96, 0x43, 0xe5, 0xeb, 0xa7, 0xd1, 0x9d, 0x69, 0xd6, 0xeb, 0x4c, 0x51, 0x1d, - 0xa6, 0xd9, 0x5e, 0xa0, 0x75, 0xa8, 0xe4, 0xdd, 0x71, 0x5a, 0x7c, 0xd5, 0x6a, 0x79, 0x76, 0xf1, - 0xdc, 0x62, 0x15, 0x6c, 0x85, 0xd3, 0xc1, 0x56, 0x98, 0xff, 0x05, 0x01, 0x32, 0x1e, 0x3e, 0xce, - 0x86, 0xa2, 0xe0, 0xda, 0x50, 0x44, 0x0f, 0x60, 0xd2, 0xbe, 0x38, 0x90, 0x0d, 0x0d, 0xbc, 0x82, - 0xe5, 0xf4, 0xa9, 0x97, 0x16, 0x53, 0xd4, 0x9a, 0x58, 0xa2, 0x2c, 0xd1, 0x32, 0x4c, 0x37, 0xd9, - 0xde, 0x2c, 0xdb, 0x52, 0x94, 0xac, 0xa4, 0xf8, 0x09, 0x2c, 0x87, 0xd1, 0x92, 0x59, 0x55, 0x5d, - 0x2a, 0x6c, 0xd7, 0x6e, 0xed, 0x48, 0x5b, 0x74, 0xf1, 0x47, 0x96, 0xca, 0xb5, 0xbd, 0xcd, 0xba, - 0x5c, 0xdc, 0x29, 0x05, 0x2c, 0x2f, 0xd5, 0xf6, 0x8a, 0xc5, 0x72, 0xad, 0xc6, 0x16, 0x23, 0xcb, - 0x92, 0xb4, 0x23, 0xe5, 0x62, 0xa2, 0x06, 0xc9, 0x5a, 0xe3, 0x10, 0x37, 0xfb, 0xf4, 0x96, 0x6a, - 0x5e, 0xc7, 0x8d, 0xbe, 0xae, 0xd3, 0xc3, 0x06, 0x3d, 0xac, 0xab, 0x5a, 0x53, 0xb6, 0x1e, 0xdf, - 0xe6, 0x9d, 0xe3, 0xec, 0xc0, 0xe6, 0x64, 0x89, 0x23, 0x54, 0x26, 0xa4, 0x65, 0x87, 0x7c, 0x97, - 0x52, 0x5b, 0x79, 0x24, 0xca, 0x65, 0xef, 0x17, 0x88, 0xff, 0x34, 0x06, 0xb3, 0xfe, 0xfb, 0xfa, - 0xa7, 0xbc, 0x99, 0xee, 0xbb, 0x4a, 0x1e, 0x1f, 0xb8, 0x4a, 0xee, 0x7f, 0x0f, 0x71, 0x72, 0xac, - 0xf7, 0x10, 0xdf, 0x83, 0x74, 0xbf, 0xe7, 0x6c, 0x4a, 0x26, 0x46, 0x13, 0x33, 0x74, 0x4a, 0x3c, - 0xf8, 0x38, 0xc9, 0xd4, 0xa9, 0x1f, 0x27, 0x11, 0x7f, 0x27, 0x06, 0xa8, 0x34, 0xf0, 0xae, 0xcb, - 0x8f, 0xa2, 0xda, 0x02, 0x9f, 0x83, 0x9a, 0x7a, 0xc6, 0xe7, 0xa0, 0xc4, 0xc7, 0x90, 0x28, 0xeb, - 0xba, 0xa6, 0xa3, 0x1b, 0x4e, 0x3f, 0x63, 0xe6, 0x8c, 0x2c, 0xa6, 0x7a, 0xaf, 0x41, 0x6f, 0xf3, - 0xf4, 0x0d, 0xbb, 0xef, 0xa1, 0x77, 0xd9, 0xd6, 0x3a, 0x95, 0xd2, 0x0a, 0x1b, 0x87, 0x56, 0xc4, - 0xc1, 0x16, 0xbf, 0x9b, 0x00, 0xb8, 0xa3, 0xed, 0xd7, 0x75, 0xb5, 0xd5, 0xc2, 0xfa, 0x97, 0xd7, - 0x54, 0x77, 0x20, 0x6d, 0xd9, 0xd9, 0x23, 0x6d, 0x9f, 0x37, 0x55, 0xd4, 0xb7, 0x2e, 0x48, 0x70, - 0xa0, 0xda, 0x30, 0x12, 0xcb, 0x99, 0x4c, 0x5e, 0x6b, 0xc8, 0x08, 0x8b, 0xe5, 0x9c, 0x9a, 0xad, - 0xf2, 0x5f, 0xc9, 0x26, 0x45, 0xaf, 0xc3, 0x14, 0x26, 0xda, 0xb6, 0x8e, 0xa8, 0x84, 0x05, 0x73, - 0xb4, 0x49, 0x24, 0x8e, 0xeb, 0xb7, 0xb9, 0xe9, 0x67, 0xb1, 0xb9, 0xe4, 0x58, 0x36, 0xf7, 0x01, - 0x64, 0xda, 0x8a, 0x61, 0xca, 0x7a, 0xbf, 0xcb, 0xc8, 0x53, 0x23, 0xc9, 0xd3, 0x84, 0x40, 0xea, - 0x77, 0x29, 0xfd, 0xd7, 0x61, 0x8a, 0x7d, 0x26, 0x60, 0x19, 0xe8, 0xc8, 0x70, 0x6d, 0xb4, 0xd2, - 0xb8, 0xa5, 0x71, 0xba, 0x7c, 0x0d, 0xa6, 0x2d, 0x43, 0xf9, 0x2a, 0x24, 0x0d, 0xee, 0x8f, 0x47, - 0x84, 0x23, 0x96, 0xdb, 0xae, 0x4c, 0x48, 0x36, 0xc9, 0x46, 0x0a, 0xa6, 0x79, 0x3b, 0x88, 0x15, - 0x98, 0x62, 0xc5, 0xa0, 0x25, 0x40, 0xb5, 0x7a, 0xa1, 0xbe, 0x57, 0x1b, 0x1c, 0x13, 0x2a, 0xe5, - 0xc2, 0x66, 0xbd, 0xf2, 0x20, 0x27, 0x20, 0x80, 0xa9, 0xdd, 0xc2, 0x5e, 0xad, 0x5c, 0x62, 0x0f, - 0x27, 0x17, 0x0b, 0xdb, 0xc5, 0xf2, 0xe6, 0x66, 0xb9, 0x94, 0x8b, 0x6f, 0x24, 0x20, 0xfe, 0x48, - 0xdb, 0x17, 0x7f, 0x7f, 0x12, 0xa6, 0xd8, 0x4b, 0x10, 0xe8, 0x2e, 0x64, 0x0c, 0xe5, 0x89, 0xeb, - 0x8d, 0x40, 0x61, 0xe8, 0x32, 0x15, 0xa3, 0x5a, 0xad, 0x29, 0x4f, 0xec, 0xe7, 0x03, 0x2b, 0x13, - 0xd2, 0x8c, 0xe1, 0x4a, 0xa3, 0x0a, 0x4c, 0xf7, 0xfa, 0xfb, 0xb2, 0xd1, 0xdf, 0x1f, 0xf1, 0x92, - 0x14, 0x67, 0xb6, 0xdb, 0xdf, 0x6f, 0xab, 0xc6, 0x61, 0x5d, 0xdb, 0xed, 0xef, 0xd7, 0xfa, 0xfb, - 0x95, 0x09, 0x69, 0xaa, 0x47, 0xff, 0xa1, 0x23, 0x38, 0xd3, 0x63, 0x99, 0x3c, 0x9c, 0x3c, 0x91, - 0x4d, 0x4d, 0x6e, 0x18, 0x8d, 0xc6, 0x88, 0x89, 0x93, 0x97, 0x33, 0x1f, 0xba, 0xeb, 0x5a, 0xd1, - 0x68, 0x34, 0x2a, 0x13, 0xd2, 0x42, 0x2f, 0x00, 0x8e, 0x3a, 0x70, 0xe6, 0x91, 0xb6, 0x2f, 0x77, - 0x35, 0x53, 0x3d, 0x50, 0xd9, 0x33, 0x97, 0x32, 0xee, 0x50, 0x0f, 0xc3, 0xac, 0xf0, 0xb5, 0xe1, - 0x85, 0xdd, 0xd1, 0xf6, 0xb7, 0x5d, 0xb4, 0x65, 0x4a, 0x5a, 0x99, 0x90, 0x16, 0x1f, 0x05, 0x65, - 0xe4, 0x65, 0x98, 0x71, 0x6b, 0x11, 0xed, 0xd8, 0x8f, 0x33, 0x79, 0xce, 0x2e, 0xac, 0x44, 0x7f, - 0x9c, 0xc9, 0x7a, 0x8f, 0x89, 0x5f, 0x61, 0xbf, 0x0a, 0xb3, 0x3e, 0xcd, 0x92, 0x68, 0xc8, 0xd4, - 0x7a, 0xfc, 0x1a, 0x62, 0x4a, 0x62, 0x89, 0xfc, 0x12, 0x2c, 0x04, 0x29, 0x2a, 0x7f, 0x06, 0x16, - 0x03, 0xeb, 0x44, 0x42, 0x00, 0xf6, 0x7e, 0x88, 0xf8, 0xab, 0x02, 0x9c, 0x2f, 0xd2, 0xce, 0xeb, - 0x7f, 0xd1, 0x67, 0xc4, 0x8b, 0x5f, 0x77, 0x21, 0x37, 0xf0, 0x64, 0x50, 0x6c, 0xac, 0x27, 0x83, - 0x66, 0x7d, 0xef, 0x71, 0xa1, 0x8b, 0x90, 0xb6, 0xdf, 0xed, 0x52, 0x9b, 0xdc, 0xc3, 0x82, 0x05, - 0xaa, 0x36, 0xc5, 0xdf, 0x15, 0xe0, 0xfc, 0x1e, 0x75, 0x16, 0x21, 0xc2, 0x06, 0xb9, 0xf6, 0x2f, - 0x41, 0x50, 0xc7, 0xc5, 0xd1, 0xfd, 0xb6, 0x78, 0x88, 0x8f, 0xa2, 0xc1, 0xfc, 0x96, 0x62, 0x1c, - 0x59, 0x2e, 0x8e, 0xfc, 0x17, 0xd7, 0xe0, 0xec, 0x6d, 0x6c, 0x46, 0xaf, 0x80, 0xf8, 0xb3, 0x02, - 0x9c, 0x63, 0xef, 0xe5, 0x78, 0x48, 0x8c, 0x51, 0x2d, 0x74, 0x01, 0xa0, 0xa7, 0xb4, 0xb0, 0x6c, - 0x6a, 0x47, 0xfc, 0x95, 0xcb, 0x94, 0x94, 0x22, 0x90, 0x3a, 0x01, 0xa0, 0x73, 0x40, 0x13, 0xce, - 0xbe, 0x57, 0x42, 0x4a, 0x12, 0x00, 0x3d, 0xe2, 0x78, 0x16, 0x92, 0x74, 0x9b, 0x50, 0xde, 0x3f, - 0xe1, 0xcf, 0x02, 0x4d, 0xd3, 0xf4, 0xc6, 0x89, 0xf8, 0x8b, 0x02, 0x9c, 0x0f, 0x16, 0x87, 0xbf, - 0xe2, 0x53, 0x83, 0x39, 0xbf, 0xc2, 0xad, 0x45, 0x80, 0xa8, 0x1a, 0xcf, 0xf9, 0x34, 0x6e, 0xa0, - 0x2b, 0x30, 0xdb, 0xc5, 0xc7, 0xa6, 0x3c, 0x50, 0xa3, 0x0c, 0x01, 0xef, 0x5a, 0xb5, 0x12, 0xd7, - 0xe1, 0x7c, 0x09, 0xb7, 0xf1, 0x38, 0x16, 0x42, 0x77, 0x4b, 0x58, 0x1f, 0x70, 0x86, 0x85, 0x51, - 0xca, 0xdd, 0x80, 0x34, 0xf1, 0x35, 0xdc, 0xc1, 0x73, 0x83, 0x7a, 0x61, 0xe4, 0x68, 0x23, 0xc1, - 0x23, 0x27, 0x10, 0xb9, 0x00, 0xc0, 0xe9, 0x1d, 0x73, 0x4f, 0x71, 0x48, 0xb5, 0x49, 0x0c, 0x85, - 0x38, 0xa6, 0x27, 0x81, 0x72, 0x05, 0xd5, 0xe3, 0xd7, 0x05, 0x38, 0xc3, 0xba, 0x47, 0x24, 0xfc, - 0xe7, 0x52, 0x87, 0x67, 0xea, 0x0a, 0x2b, 0xb0, 0x70, 0x1b, 0x9b, 0xd1, 0x2a, 0xf7, 0x03, 0x01, - 0xe6, 0x59, 0x23, 0x95, 0xda, 0xbd, 0x3b, 0xda, 0xfe, 0xa8, 0x06, 0xf2, 0x05, 0x63, 0xb1, 0x67, - 0x09, 0xc6, 0xaa, 0x90, 0xd4, 0x55, 0xe3, 0x88, 0x32, 0x8a, 0x0f, 0x3f, 0x1d, 0x17, 0xf4, 0xe4, - 0x54, 0x65, 0x42, 0x9a, 0x26, 0xf4, 0x84, 0xd5, 0x22, 0x4c, 0x11, 0x9d, 0xab, 0x4d, 0xde, 0xad, - 0x12, 0x8f, 0xb4, 0xfd, 0x6a, 0xd3, 0x1a, 0xd6, 0xff, 0xae, 0x00, 0x4b, 0xa4, 0x6f, 0x39, 0x2a, - 0xf9, 0x21, 0xf5, 0x72, 0xd7, 0xdb, 0x5d, 0x09, 0xcf, 0xdb, 0x5d, 0x3f, 0x2d, 0xc0, 0x99, 0x01, - 0x09, 0x79, 0xc7, 0x2f, 0xc1, 0x8c, 0xcb, 0x9e, 0xac, 0x3e, 0x1f, 0xc1, 0xa0, 0xd2, 0x8e, 0x41, - 0x45, 0xef, 0xe9, 0x37, 0xe1, 0x0c, 0xeb, 0xe9, 0xd1, 0xec, 0xe7, 0x6f, 0xc7, 0x20, 0xe7, 0x6f, - 0x66, 0x32, 0x33, 0xe4, 0xdf, 0xbb, 0xf2, 0x8e, 0xd9, 0x2f, 0x86, 0xbe, 0x31, 0xe0, 0x1e, 0xad, - 0x33, 0x86, 0xe7, 0x69, 0xc7, 0xe7, 0xfa, 0x06, 0x66, 0xe8, 0x5b, 0x96, 0xf1, 0xf0, 0x17, 0x49, - 0x5d, 0x6f, 0x88, 0x4d, 0x8e, 0xf5, 0x86, 0xd8, 0xef, 0x27, 0x60, 0x8a, 0xf5, 0xaa, 0x40, 0x3f, - 0xf1, 0x06, 0xff, 0xd0, 0xc8, 0xf0, 0x0f, 0xf6, 0x30, 0x06, 0xae, 0x2f, 0x8b, 0xbc, 0x4f, 0x9f, - 0x26, 0x37, 0x31, 0x5f, 0x8b, 0xbe, 0x32, 0x94, 0x8e, 0x98, 0x03, 0x09, 0x91, 0xb1, 0xc4, 0x88, - 0xd0, 0x47, 0x30, 0x43, 0xfb, 0x9c, 0x35, 0x47, 0x9c, 0x1c, 0x1e, 0xc1, 0x0d, 0x39, 0x62, 0x5f, - 0x99, 0x90, 0xd2, 0xba, 0xeb, 0x75, 0x87, 0x87, 0x60, 0x0d, 0xe8, 0x36, 0xf3, 0xe1, 0x07, 0x1c, - 0xc3, 0xde, 0x58, 0xac, 0x4c, 0x48, 0x56, 0x8b, 0x5b, 0xbc, 0x9f, 0xe9, 0xa3, 0x0f, 0xef, 0x00, - 0xd0, 0xe7, 0xdb, 0xa3, 0xce, 0xba, 0x52, 0x14, 0x9b, 0x92, 0xbe, 0x01, 0x49, 0xdc, 0x6d, 0x46, - 0x9d, 0x71, 0x4d, 0xe3, 0x6e, 0x93, 0x92, 0x5d, 0x83, 0x9c, 0xab, 0xc7, 0x32, 0x03, 0x03, 0xda, - 0xf2, 0x59, 0xa7, 0x4b, 0x52, 0xdb, 0x72, 0x26, 0x92, 0xe9, 0xe8, 0x13, 0x49, 0xb1, 0x01, 0x49, - 0xab, 0x5d, 0xd1, 0x59, 0x58, 0xbc, 0xb3, 0xb3, 0x21, 0x93, 0xd9, 0x4f, 0xc0, 0x82, 0xd8, 0x6e, - 0x79, 0xbb, 0x54, 0xdd, 0xbe, 0x9d, 0x13, 0x48, 0x42, 0xda, 0xdb, 0xde, 0x26, 0x89, 0x18, 0x4a, - 0xc2, 0x64, 0x69, 0x67, 0xbb, 0x9c, 0x8b, 0xa3, 0x19, 0x48, 0xb2, 0x79, 0x50, 0xb9, 0x94, 0x9b, - 0x24, 0x33, 0xa4, 0x5b, 0x85, 0x2a, 0xf9, 0x9f, 0x20, 0xf3, 0x2c, 0x6b, 0x85, 0xee, 0x0a, 0xe4, - 0x6e, 0x63, 0xd3, 0x3b, 0x40, 0x04, 0x39, 0x83, 0x7f, 0x2f, 0x00, 0x22, 0x5e, 0x8c, 0x61, 0x06, - 0xf8, 0xd8, 0x49, 0x8f, 0x8f, 0x75, 0x9c, 0xa1, 0xe0, 0x76, 0x86, 0x5e, 0xe7, 0x1a, 0xf3, 0x39, - 0x57, 0xaf, 0x63, 0x8e, 0xfb, 0x1d, 0xb3, 0xd5, 0xa9, 0x12, 0xe3, 0x75, 0x2a, 0xb7, 0xcb, 0x9e, - 0xf2, 0x06, 0x66, 0x3d, 0x98, 0xf7, 0xd4, 0x89, 0x7b, 0xe5, 0x57, 0x61, 0xf2, 0x91, 0xb6, 0x6f, - 0x79, 0xe3, 0x0b, 0x43, 0x0b, 0x92, 0x28, 0x6a, 0x64, 0x17, 0xfc, 0x32, 0xcc, 0x17, 0x95, 0x6e, - 0x03, 0xb7, 0x47, 0x6b, 0xfc, 0x65, 0x98, 0x67, 0xde, 0x7a, 0x34, 0xea, 0x6f, 0x09, 0x70, 0x91, - 0x8f, 0xf4, 0x03, 0xeb, 0x6c, 0xa3, 0x46, 0xc3, 0x87, 0x30, 0x1f, 0xf0, 0x66, 0xf7, 0x88, 0x63, - 0x20, 0x01, 0xc5, 0xa0, 0xc1, 0x97, 0xbd, 0x47, 0x4f, 0x4f, 0xfe, 0x9d, 0x00, 0x17, 0x59, 0xfc, - 0x15, 0x2e, 0x78, 0x90, 0x7f, 0xfd, 0x32, 0x85, 0x7e, 0xa6, 0xf8, 0x6c, 0x1d, 0xce, 0x93, 0xee, - 0x34, 0x4e, 0x65, 0xc4, 0x9f, 0x13, 0xe0, 0x2b, 0xd4, 0x0c, 0x07, 0xa8, 0x7e, 0x58, 0x13, 0x96, - 0x7f, 0x28, 0xc0, 0xc5, 0x50, 0x89, 0x78, 0x27, 0xf9, 0x18, 0x16, 0x02, 0x9a, 0xc0, 0xea, 0x34, - 0x63, 0xb4, 0xc1, 0xfc, 0x60, 0x1b, 0x44, 0xef, 0x4f, 0x6f, 0xc0, 0x45, 0xde, 0x49, 0xc6, 0x52, - 0xf9, 0x3f, 0x88, 0xc1, 0xb9, 0x4d, 0x45, 0x6f, 0x61, 0xf6, 0x1d, 0x39, 0xe7, 0x3b, 0x91, 0x3c, - 0x96, 0xa8, 0x40, 0x9a, 0x2f, 0x4c, 0xf4, 0x14, 0xf3, 0x90, 0x87, 0x38, 0xa1, 0xc7, 0xc8, 0xdb, - 0x5a, 0xbf, 0xc9, 0xe3, 0x9c, 0x5d, 0xc5, 0x3c, 0x94, 0x80, 0xd1, 0x92, 0xff, 0x48, 0x81, 0xa5, - 0x06, 0xc9, 0x97, 0xad, 0xa8, 0x89, 0x7e, 0xaf, 0xc5, 0xc0, 0xd6, 0x49, 0xbd, 0x95, 0x08, 0x4c, - 0x6f, 0xa9, 0xf4, 0x03, 0x72, 0xf4, 0x02, 0xc4, 0x20, 0x18, 0x6d, 0xc3, 0xec, 0xbe, 0xda, 0x92, - 0x1f, 0xf7, 0xb1, 0x7e, 0x22, 0xb3, 0x0d, 0xbd, 0x68, 0xcf, 0x7c, 0x51, 0x13, 0xae, 0x4c, 0x48, - 0x99, 0x7d, 0x37, 0xc0, 0x75, 0xe8, 0xea, 0x7b, 0x02, 0x2c, 0x90, 0xc2, 0x70, 0xd3, 0x77, 0x80, - 0xdf, 0xbf, 0xf8, 0x2b, 0x8c, 0x5c, 0xfc, 0x8d, 0x0d, 0x2e, 0xfe, 0xb6, 0xe1, 0x4c, 0x9b, 0xb4, - 0x81, 0xcc, 0x0f, 0x03, 0xba, 0xbe, 0xf2, 0x39, 0x7c, 0xa5, 0x6b, 0x48, 0xcb, 0x55, 0x26, 0xa4, - 0xc5, 0x76, 0x50, 0xb6, 0xbd, 0xfb, 0xfb, 0xd7, 0x63, 0xb0, 0xe8, 0xad, 0x13, 0xff, 0xd8, 0x0e, - 0x2a, 0xc2, 0x94, 0x27, 0xa4, 0xbd, 0x3e, 0x24, 0xa4, 0xf5, 0x6b, 0x44, 0xe2, 0xa4, 0xfe, 0x70, - 0x26, 0x36, 0x56, 0x38, 0xf3, 0x75, 0x6f, 0xfc, 0xb7, 0x12, 0x49, 0x00, 0x4f, 0x0c, 0xe8, 0x04, - 0x1d, 0x93, 0x63, 0x04, 0x1d, 0xff, 0x41, 0x80, 0xac, 0x97, 0x69, 0xa0, 0xd7, 0xdd, 0x83, 0x59, - 0xb6, 0x41, 0x66, 0xda, 0x1f, 0x2e, 0x1a, 0x7e, 0xf3, 0x29, 0x50, 0xcf, 0x52, 0x96, 0x33, 0xb1, - 0xf4, 0x7e, 0x1f, 0x72, 0x3d, 0xcc, 0x3e, 0xab, 0xc3, 0xd9, 0x8e, 0xda, 0x3f, 0x0f, 0xe6, 0x3b, - 0xcb, 0xb9, 0xf0, 0xb4, 0x21, 0xfe, 0x23, 0x01, 0xce, 0xb1, 0x61, 0xd1, 0x4b, 0x30, 0xca, 0xab, - 0x3a, 0x86, 0x10, 0x3b, 0xbd, 0x21, 0xdc, 0x84, 0x79, 0x83, 0xe6, 0xbb, 0xee, 0xd4, 0xd8, 0x63, - 0x60, 0xce, 0xf0, 0x90, 0x56, 0x9b, 0xe2, 0x6f, 0x08, 0x70, 0x8e, 0x8d, 0x84, 0xc1, 0xb2, 0x06, - 0xb5, 0xc7, 0x73, 0x91, 0xf3, 0x99, 0x86, 0xbb, 0x55, 0x58, 0xbe, 0x8d, 0xcd, 0xc8, 0x12, 0x8b, - 0x7f, 0x4d, 0x80, 0x3c, 0x19, 0x58, 0xbc, 0x14, 0x3f, 0xac, 0x61, 0xee, 0x6f, 0xf1, 0x65, 0xc2, - 0x01, 0x69, 0xf8, 0x10, 0x77, 0x17, 0xe6, 0xfc, 0x4d, 0x68, 0x8d, 0x6f, 0x2f, 0x45, 0x52, 0xb5, - 0x34, 0xeb, 0x6d, 0xe7, 0xe8, 0xe3, 0xda, 0xab, 0x70, 0x8e, 0x8d, 0x6b, 0x91, 0x75, 0xbb, 0xb2, - 0x05, 0x19, 0xcf, 0x47, 0x4c, 0xd1, 0x19, 0x98, 0x2f, 0xee, 0x6c, 0xd7, 0xcb, 0xdb, 0xfe, 0x33, - 0xca, 0x39, 0x98, 0xb1, 0x32, 0xea, 0xe5, 0x8f, 0xea, 0x39, 0x01, 0xcd, 0x41, 0xc6, 0x82, 0xb0, - 0xaf, 0x53, 0xc6, 0x56, 0x3e, 0x13, 0x60, 0xc6, 0xfd, 0x65, 0x61, 0x74, 0x01, 0xce, 0x6e, 0x15, - 0xea, 0xc5, 0x4a, 0x75, 0xfb, 0x76, 0xd0, 0x87, 0x2d, 0xcf, 0xc3, 0xb2, 0x37, 0xfb, 0xd6, 0xde, - 0xe6, 0xa6, 0x4c, 0x41, 0x39, 0x01, 0x5d, 0x84, 0x73, 0xde, 0xdc, 0xdd, 0x82, 0x54, 0xaf, 0x16, - 0x2c, 0x84, 0xd8, 0x20, 0x42, 0x75, 0xfb, 0x5e, 0x59, 0xaa, 0x95, 0x39, 0x42, 0x7c, 0x65, 0xd7, - 0x79, 0x16, 0xde, 0xf5, 0x3a, 0x3b, 0x99, 0x23, 0x95, 0xb7, 0xf7, 0xb6, 0x82, 0x24, 0x4a, 0xc3, - 0x74, 0x95, 0x02, 0x78, 0x0d, 0xa5, 0x6a, 0xed, 0x43, 0xb9, 0xb0, 0x5d, 0xd8, 0x7c, 0x50, 0xab, - 0xd6, 0x72, 0xb1, 0x95, 0x7f, 0x25, 0x00, 0x1a, 0x3c, 0xd6, 0x85, 0x2e, 0xc3, 0x45, 0xa9, 0xbc, - 0x49, 0x4f, 0x24, 0x84, 0x1f, 0x2a, 0x9a, 0x81, 0x64, 0xf9, 0xee, 0x5e, 0x61, 0x53, 0xae, 0xef, - 0xe4, 0x04, 0xa2, 0xd0, 0xed, 0x9d, 0xba, 0x6c, 0x43, 0xe8, 0x2d, 0xa9, 0xdb, 0x52, 0xb9, 0x50, - 0x2f, 0x4b, 0x72, 0xbd, 0x52, 0xd8, 0x66, 0xdf, 0xef, 0xdc, 0x2c, 0xd7, 0x6a, 0x2c, 0x39, 0x89, - 0xf2, 0xb0, 0xe4, 0x46, 0x90, 0x77, 0x24, 0x46, 0x5e, 0xcb, 0x25, 0x48, 0xc3, 0xd9, 0xa8, 0xae, - 0x8c, 0x29, 0x32, 0x87, 0x2b, 0x7f, 0x54, 0xad, 0xd5, 0x6b, 0xb9, 0xe9, 0x15, 0x09, 0xc0, 0x99, - 0xea, 0x10, 0xed, 0x97, 0x36, 0x77, 0x65, 0x32, 0x5d, 0x0c, 0xd0, 0xc4, 0x2c, 0xa4, 0xb9, 0x26, - 0x08, 0x46, 0x4e, 0x40, 0x8b, 0x30, 0xe7, 0xd1, 0x06, 0x05, 0xc7, 0x56, 0xba, 0x30, 0x1f, 0x30, - 0xb6, 0xa0, 0x2b, 0x20, 0xd2, 0xaf, 0x51, 0x94, 0xe4, 0xea, 0xf6, 0xad, 0x1d, 0x56, 0xc0, 0xc8, - 0x49, 0x69, 0x0a, 0x12, 0x52, 0xb9, 0x50, 0x7a, 0x90, 0x8b, 0xb9, 0xa6, 0x9e, 0x71, 0xd6, 0x28, - 0xf7, 0x0a, 0x9b, 0xd5, 0x52, 0x6e, 0x72, 0xfd, 0x0f, 0x6f, 0xd0, 0x4a, 0xd4, 0xb0, 0xfe, 0x44, - 0x6d, 0x60, 0xf4, 0xf7, 0x9c, 0xaf, 0x54, 0x73, 0x4b, 0x46, 0x37, 0x46, 0xae, 0x04, 0xb9, 0xbe, - 0xb5, 0x92, 0xbf, 0x19, 0x11, 0x9b, 0xf5, 0x6f, 0x71, 0xfd, 0x2f, 0x7d, 0xfe, 0xdf, 0x7f, 0x3e, - 0x76, 0x43, 0xbc, 0xba, 0xf6, 0x64, 0x7d, 0xed, 0xc7, 0x99, 0xaf, 0xf9, 0x6a, 0x4f, 0xd7, 0x1e, - 0xe1, 0x86, 0x69, 0xac, 0xad, 0xfc, 0xe4, 0x1a, 0xff, 0x7a, 0xe2, 0xbb, 0x7c, 0xc9, 0xe2, 0x5d, - 0x61, 0x05, 0x7d, 0x4b, 0x80, 0xb4, 0xeb, 0xcb, 0x56, 0xe8, 0xe5, 0xc8, 0x5f, 0x32, 0xcb, 0xaf, - 0x44, 0x41, 0xe5, 0xa2, 0xad, 0x51, 0xd1, 0x5e, 0x16, 0x5f, 0x0c, 0x13, 0x8d, 0x7e, 0x3d, 0xeb, - 0x5d, 0x76, 0xd5, 0x96, 0xc8, 0xf5, 0x6b, 0x02, 0xcc, 0x0d, 0x7c, 0x40, 0x09, 0xad, 0x45, 0x39, - 0x75, 0xe0, 0xd6, 0xe0, 0x2b, 0xd1, 0x09, 0xb8, 0xa4, 0x6f, 0x50, 0x49, 0xd7, 0xc4, 0x95, 0x51, - 0x4a, 0x74, 0xc2, 0x7c, 0x4b, 0x5e, 0x29, 0xb2, 0xbc, 0xd2, 0xb8, 0xf2, 0x4a, 0xcf, 0x2e, 0xaf, - 0xee, 0x91, 0xf7, 0xa7, 0x04, 0xc8, 0x78, 0x3e, 0xc1, 0x80, 0xae, 0x87, 0x7e, 0x19, 0x75, 0xf0, - 0xeb, 0x0f, 0xf9, 0x1b, 0xd1, 0x90, 0xb9, 0x8c, 0x8b, 0x54, 0xc6, 0x59, 0x94, 0x21, 0x32, 0x3a, - 0x47, 0xcf, 0xbf, 0x2f, 0xc0, 0x62, 0xe0, 0xce, 0x23, 0x7a, 0x2d, 0xf4, 0xd4, 0x7e, 0xf8, 0x3e, - 0x65, 0x3e, 0xe2, 0xd6, 0x92, 0xd8, 0xa2, 0xd2, 0x28, 0xe2, 0x4d, 0xb7, 0xc6, 0x34, 0xbd, 0xa5, - 0x74, 0xd5, 0x4f, 0xd9, 0xd1, 0x3a, 0x6a, 0x90, 0xbe, 0xfd, 0xa7, 0x77, 0x85, 0x95, 0x87, 0x37, - 0xc5, 0x6b, 0xa1, 0xf6, 0x3b, 0x88, 0x4e, 0xeb, 0x17, 0xb8, 0x59, 0x19, 0x5a, 0xbf, 0x61, 0x5b, - 0x9b, 0xe3, 0xd6, 0x6f, 0x9d, 0xd5, 0x8f, 0x8c, 0xa5, 0xfe, 0xda, 0x0d, 0x48, 0xbb, 0xb6, 0xf2, - 0x93, 0xb4, 0x7e, 0xeb, 0xd7, 0x1c, 0x1a, 0xa7, 0x76, 0x21, 0xe8, 0xe8, 0x7b, 0x02, 0xa0, 0xc1, - 0x8d, 0x4c, 0x14, 0x66, 0xc3, 0xa1, 0x7b, 0x9e, 0x91, 0x6b, 0xa6, 0xd0, 0x9a, 0xfd, 0x18, 0x1a, - 0xaf, 0x66, 0x0f, 0x57, 0x50, 0xe4, 0x6a, 0xa1, 0x1f, 0x08, 0xd6, 0xf7, 0x4e, 0x7c, 0xdb, 0x8f, - 0xeb, 0x43, 0x2d, 0x3e, 0x70, 0x5f, 0x36, 0xff, 0xda, 0x58, 0x34, 0xbc, 0xb3, 0x78, 0x2b, 0x19, - 0xd5, 0x3c, 0xed, 0x4a, 0x46, 0xb0, 0x4d, 0xf4, 0x07, 0x02, 0x2c, 0x06, 0xee, 0x91, 0x86, 0x1a, - 0xe6, 0xb0, 0x1d, 0xd5, 0x7c, 0xc8, 0x5b, 0xde, 0x56, 0x4d, 0x56, 0xc6, 0x6d, 0xae, 0x95, 0xe8, - 0xcd, 0xf5, 0xa7, 0x02, 0x2c, 0x87, 0xad, 0x14, 0xa2, 0x37, 0x87, 0x7a, 0x91, 0xd0, 0x15, 0x96, - 0x7c, 0xf4, 0xc5, 0x1e, 0xb1, 0x43, 0xab, 0xd8, 0x12, 0x5f, 0x19, 0xda, 0x58, 0x01, 0x2b, 0x42, - 0xa4, 0xbb, 0xbd, 0x22, 0x5e, 0x0f, 0x6b, 0xb2, 0x60, 0x0a, 0x5a, 0xdd, 0xb0, 0xf5, 0xc5, 0xd0, - 0xea, 0x8e, 0x58, 0x90, 0x3c, 0x45, 0x75, 0xd7, 0x5f, 0x09, 0x6f, 0xd1, 0x00, 0xc9, 0xb9, 0x77, - 0x79, 0x65, 0xfd, 0x7a, 0x60, 0xbb, 0x86, 0x52, 0xa0, 0xff, 0x22, 0xc0, 0x62, 0xe0, 0xf2, 0x63, - 0xa8, 0x9d, 0x0e, 0x5b, 0xac, 0x1c, 0xa7, 0xa2, 0xdc, 0x87, 0xa2, 0xb1, 0x2b, 0xfa, 0xf0, 0x26, - 0x1a, 0xa7, 0x96, 0xe8, 0x7f, 0xf1, 0xdd, 0xd4, 0x80, 0xa5, 0x49, 0xf4, 0xc6, 0x10, 0xf7, 0x11, - 0xbe, 0xb8, 0x9a, 0x7f, 0x73, 0x5c, 0x32, 0xee, 0x78, 0xbc, 0x75, 0x1e, 0xc3, 0x96, 0xed, 0x3a, - 0x47, 0x33, 0x64, 0xf4, 0xb9, 0x00, 0xcb, 0x61, 0xab, 0x9c, 0xa1, 0x56, 0x3c, 0x62, 0x59, 0x34, - 0xd4, 0x09, 0xf1, 0x5a, 0xad, 0x9c, 0xa2, 0x25, 0x57, 0xc6, 0x6a, 0xc9, 0x6f, 0x09, 0x90, 0xf3, - 0x9f, 0x21, 0x41, 0xab, 0x43, 0x5d, 0xd0, 0xc0, 0xbe, 0x75, 0x7e, 0xf4, 0x56, 0xb9, 0xb8, 0x4a, - 0x2b, 0x74, 0x4d, 0xbc, 0x1c, 0xa6, 0x72, 0xd7, 0x56, 0x3a, 0x8f, 0xf0, 0x73, 0xfe, 0x33, 0x21, - 0xa1, 0x72, 0x85, 0x1c, 0x1e, 0x19, 0x43, 0xae, 0xf5, 0xcb, 0x81, 0x4a, 0x73, 0x09, 0xc5, 0x3b, - 0xf7, 0xcf, 0x0a, 0x90, 0xf1, 0x9c, 0xfd, 0x08, 0x8d, 0x40, 0x83, 0x4e, 0x88, 0x44, 0x91, 0xe8, - 0x3a, 0x95, 0xe8, 0x25, 0x14, 0x45, 0x22, 0xf4, 0x77, 0x04, 0x98, 0xf5, 0x1d, 0x6b, 0x40, 0x37, - 0x87, 0xf4, 0xa4, 0xc1, 0x03, 0x1a, 0xf9, 0xd5, 0xa8, 0xe8, 0xbc, 0xc3, 0x79, 0xe5, 0x1b, 0xde, - 0x92, 0xe8, 0xa7, 0xe9, 0x83, 0x51, 0xde, 0xd3, 0x0e, 0xa1, 0xcd, 0x18, 0x72, 0x2c, 0x22, 0xb4, - 0x93, 0x70, 0x49, 0x56, 0x22, 0x69, 0xea, 0x3b, 0x02, 0xa0, 0xc1, 0x63, 0x49, 0xa1, 0x61, 0x5f, - 0xe8, 0x09, 0xa6, 0xfc, 0xf0, 0x9d, 0x48, 0xf1, 0x2d, 0x2a, 0xd4, 0xab, 0xe2, 0x8d, 0x28, 0x06, - 0xa5, 0xf0, 0x52, 0x88, 0x65, 0xfd, 0x15, 0x01, 0x66, 0xdc, 0x07, 0x85, 0xd0, 0xca, 0xf0, 0x40, - 0xc0, 0xbd, 0x1f, 0x39, 0x4a, 0xa8, 0x15, 0x2a, 0xd4, 0x8b, 0xe2, 0xc5, 0x50, 0x87, 0xc7, 0x36, - 0x5f, 0x89, 0x1c, 0x9f, 0x09, 0x90, 0x76, 0xed, 0xc7, 0x86, 0xce, 0xad, 0x07, 0xf7, 0xa1, 0x43, - 0xe7, 0xd6, 0x01, 0xdb, 0xbb, 0xe2, 0x55, 0x2a, 0xd2, 0x0b, 0x68, 0x94, 0x48, 0xe8, 0x27, 0x20, - 0x65, 0xef, 0x8d, 0xa3, 0xab, 0x43, 0x46, 0xd0, 0x71, 0x14, 0xe2, 0x2d, 0x7d, 0xc0, 0x57, 0xb2, - 0xa2, 0x89, 0xd9, 0xfc, 0x38, 0xcc, 0xb8, 0xf7, 0x7f, 0x43, 0x1b, 0x25, 0x60, 0x93, 0x38, 0xd4, - 0x6e, 0x79, 0xe1, 0x2b, 0x23, 0x0b, 0xa7, 0x26, 0xe1, 0xda, 0xa8, 0x0e, 0x37, 0x89, 0xc1, 0xdd, - 0xec, 0xd0, 0xd2, 0x5f, 0xa5, 0xa5, 0x5f, 0x17, 0xaf, 0x8c, 0x28, 0xfd, 0xdd, 0x06, 0x65, 0x4a, - 0x4c, 0xe2, 0x3f, 0x0a, 0xb0, 0x10, 0xb4, 0x84, 0x1f, 0x3a, 0xbd, 0x18, 0xb2, 0xde, 0x9f, 0x8f, - 0xb6, 0x68, 0x2b, 0x62, 0x2a, 0xa6, 0xcc, 0xfb, 0x51, 0xd8, 0xb8, 0xee, 0x5b, 0xd9, 0x25, 0x01, - 0xdb, 0x90, 0x95, 0xa4, 0x41, 0x6c, 0x5a, 0xb5, 0xa0, 0x15, 0xff, 0xd0, 0xaa, 0x0d, 0xd9, 0x1e, - 0x18, 0xb3, 0x6a, 0xeb, 0x37, 0xc2, 0x07, 0x77, 0x9f, 0xa4, 0x3c, 0x16, 0xbd, 0xb1, 0x7e, 0x35, - 0xb0, 0xd1, 0x02, 0xb1, 0xd1, 0x1f, 0x09, 0x30, 0x37, 0xb0, 0x2f, 0x10, 0xba, 0xb8, 0x13, 0xb6, - 0x83, 0x10, 0xb5, 0x52, 0x32, 0xad, 0xd4, 0x03, 0x34, 0x56, 0xa5, 0x1e, 0xbe, 0x8c, 0xa2, 0xd6, - 0x08, 0x7d, 0x5f, 0x60, 0xe7, 0x44, 0x7c, 0xfb, 0x04, 0xe8, 0xd5, 0x21, 0x4e, 0x27, 0x78, 0x87, - 0x23, 0xbf, 0x3e, 0x0e, 0x09, 0xf7, 0x57, 0xde, 0xfa, 0x45, 0xb4, 0x47, 0xbb, 0x7e, 0xa3, 0x8d, - 0x11, 0xfd, 0x9e, 0x00, 0x0b, 0x41, 0xbb, 0x0d, 0xa1, 0x96, 0x38, 0x64, 0x6b, 0x22, 0xb4, 0xf3, - 0xf3, 0x5a, 0xac, 0x8c, 0xd9, 0x4a, 0x2b, 0x51, 0x5b, 0x69, 0xe3, 0x33, 0x01, 0xce, 0x36, 0xb4, - 0x4e, 0xb0, 0xc8, 0x1b, 0xc9, 0x52, 0xbb, 0xb7, 0x4b, 0x24, 0xda, 0x15, 0x1e, 0xbe, 0xcd, 0x51, - 0x5a, 0x5a, 0x5b, 0xe9, 0xb6, 0x56, 0x35, 0xbd, 0xb5, 0xd6, 0xc2, 0x5d, 0x2a, 0xef, 0x1a, 0xcb, - 0x52, 0x7a, 0xaa, 0xb1, 0xc6, 0x39, 0x10, 0xc7, 0xb4, 0xf6, 0x64, 0xfd, 0xbd, 0x66, 0xbb, 0xf7, - 0xab, 0xb1, 0xf9, 0xdb, 0x8c, 0x94, 0x6e, 0xcf, 0x13, 0x97, 0xbe, 0x7a, 0x6f, 0xfd, 0x0f, 0x2d, - 0xe8, 0xc7, 0x14, 0xfa, 0x71, 0xa9, 0xdd, 0xfb, 0xf8, 0xde, 0xfa, 0xfe, 0x14, 0x65, 0xf8, 0xda, - 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xd4, 0xe5, 0x13, 0xb2, 0x8c, 0x94, 0x00, 0x00, + 0x76, 0x58, 0x17, 0xd9, 0xec, 0x66, 0x1f, 0x36, 0xd9, 0xec, 0xdb, 0x4f, 0x51, 0xd2, 0x4a, 0x53, + 0x9a, 0x91, 0x34, 0x2d, 0xa9, 0x7b, 0xa6, 0xe7, 0xfd, 0xd8, 0xf1, 0xb2, 0x49, 0x4a, 0xa4, 0xa6, + 0x5f, 0x2a, 0xb2, 0xa5, 0x91, 0x3c, 0x98, 0x4a, 0x35, 0x79, 0x9b, 0x5d, 0x6a, 0x92, 0x45, 0x55, + 0x15, 0xa5, 0xee, 0xb1, 0x1d, 0xac, 0x83, 0x24, 0x86, 0x11, 0x0f, 0xbc, 0x81, 0xb3, 0xd9, 0xc4, + 0x76, 0x36, 0x4e, 0x1c, 0x20, 0x88, 0x01, 0x3b, 0x09, 0x1c, 0x3b, 0x48, 0x62, 0xe7, 0xc3, 0x0e, + 0x6c, 0xc0, 0x70, 0x82, 0xdd, 0x4c, 0x10, 0x24, 0x08, 0x16, 0x48, 0x36, 0x71, 0x6c, 0x60, 0xfc, + 0x13, 0x20, 0x3f, 0x4e, 0x7e, 0x82, 0xfb, 0xa8, 0x27, 0xab, 0xc8, 0x62, 0xb7, 0x26, 0x6b, 0xec, + 0x17, 0x79, 0xef, 0x3d, 0xe7, 0xdc, 0x73, 0xcf, 0x39, 0xf7, 0xdc, 0x73, 0x9f, 0x05, 0x97, 0x9a, + 0x9a, 0xd6, 0x6c, 0xe1, 0xb5, 0xae, 0xae, 0x3e, 0x55, 0xea, 0x27, 0x6b, 0x8d, 0x56, 0x77, 0xed, + 0xe9, 0x3a, 0xf9, 0x59, 0xed, 0xea, 0x9a, 0xa9, 0xa1, 0x05, 0x06, 0xb0, 0xca, 0x01, 0x56, 0x49, + 0xc9, 0xd3, 0xf5, 0xdc, 0x05, 0x8e, 0xa7, 0x74, 0xd5, 0x35, 0xa5, 0xd3, 0xd1, 0x4c, 0xc5, 0x54, + 0xb5, 0x8e, 0xc1, 0x90, 0x72, 0xe7, 0x5c, 0xa5, 0x3a, 0x36, 0xb4, 0x9e, 0x5e, 0xc7, 0xbc, 0xe8, + 0x4a, 0x70, 0x85, 0x86, 0xa9, 0xe9, 0x4a, 0xd3, 0x02, 0xfa, 0x8a, 0x0d, 0xa4, 0x99, 0xda, 0x7e, + 0xef, 0x60, 0xad, 0xd1, 0xd3, 0x69, 0x05, 0xbc, 0xfc, 0xbc, 0xbf, 0x1c, 0xb7, 0xbb, 0xe6, 0x09, + 0x2f, 0xbc, 0xec, 0x2f, 0x3c, 0x50, 0x71, 0xab, 0x21, 0xb7, 0x15, 0xe3, 0x88, 0x43, 0x5c, 0xf2, + 0x43, 0x98, 0x6a, 0x1b, 0x1b, 0xa6, 0xd2, 0xe6, 0x8d, 0xce, 0x2d, 0x71, 0x00, 0xbd, 0x5b, 0x5f, + 0x33, 0x4c, 0xc5, 0xec, 0x59, 0x0d, 0x5b, 0xe4, 0x05, 0xe6, 0x49, 0x17, 0xaf, 0x35, 0x14, 0x13, + 0xfb, 0x18, 0xe2, 0xf9, 0x27, 0xda, 0xc1, 0x33, 0x8c, 0x8f, 0x82, 0x0a, 0x49, 0x55, 0xda, 0x41, + 0x43, 0xe1, 0xdc, 0x8a, 0x12, 0x64, 0x4b, 0xc7, 0xf5, 0x56, 0xaf, 0x81, 0x2b, 0x9d, 0x03, 0xad, + 0x76, 0xd2, 0xc5, 0x06, 0xfa, 0x00, 0x40, 0xed, 0x1c, 0x68, 0x32, 0x41, 0x30, 0x96, 0x85, 0xcb, + 0xf1, 0xeb, 0xa9, 0xf5, 0x4b, 0xab, 0x81, 0x8a, 0x58, 0xb5, 0xb0, 0xa4, 0x29, 0xd5, 0xc2, 0x17, + 0x3f, 0x8f, 0x41, 0x9a, 0x12, 0x35, 0x54, 0xad, 0x23, 0xf5, 0x5a, 0x18, 0x49, 0x00, 0x0d, 0xb5, + 0x4e, 0x24, 0xa8, 0xe8, 0x27, 0xcb, 0xc2, 0x65, 0xe1, 0x7a, 0x6a, 0xfd, 0x95, 0x10, 0x8a, 0x85, + 0x9e, 0x61, 0x6a, 0x6d, 0x8b, 0xee, 0x6a, 0xd1, 0xc6, 0x2b, 0x8f, 0x49, 0x2e, 0x2a, 0xa8, 0x00, + 0x09, 0x1d, 0x37, 0xf1, 0xf1, 0x72, 0x8c, 0x92, 0xbb, 0x11, 0x8d, 0x9c, 0x44, 0x50, 0xca, 0x63, + 0x12, 0xc3, 0x45, 0x0f, 0x00, 0x61, 0xd6, 0x7c, 0xd9, 0xd5, 0xe4, 0x38, 0xa5, 0x78, 0x2d, 0x84, + 0xa2, 0x5f, 0x5e, 0xe5, 0x31, 0x29, 0x8b, 0xfd, 0x32, 0x2c, 0x43, 0xba, 0xad, 0x98, 0xf5, 0x43, + 0xb5, 0xd3, 0xa4, 0x44, 0x97, 0xc7, 0x2f, 0x0b, 0xd7, 0x33, 0xeb, 0x57, 0x42, 0x68, 0x6e, 0x71, + 0x58, 0x2a, 0xca, 0xe9, 0xb6, 0x2b, 0xb5, 0x31, 0x01, 0xe3, 0x84, 0x80, 0xf8, 0x6f, 0x05, 0xc8, + 0x54, 0x3a, 0x46, 0x17, 0x53, 0x09, 0x50, 0xb1, 0x36, 0x60, 0xfa, 0x50, 0x33, 0x9f, 0x69, 0x7a, + 0x43, 0xd6, 0x7b, 0x2d, 0xcc, 0x05, 0xfb, 0x23, 0x11, 0x05, 0x8b, 0x4d, 0x87, 0xd4, 0x6a, 0x99, + 0xd1, 0x21, 0xff, 0xcb, 0x63, 0x52, 0xea, 0xd0, 0x49, 0xa2, 0x2d, 0xc8, 0x60, 0x4b, 0x9b, 0xac, + 0x1e, 0x26, 0xf1, 0x17, 0x07, 0xc9, 0xc7, 0x52, 0x7d, 0x79, 0x4c, 0x4a, 0x63, 0x77, 0x86, 0xdd, + 0x9e, 0x6f, 0x08, 0x30, 0xeb, 0x6d, 0x4f, 0x15, 0x9b, 0x67, 0xb5, 0x3d, 0xf4, 0x1e, 0x24, 0x08, + 0x8b, 0xc6, 0x72, 0x8c, 0xa2, 0xbe, 0x14, 0x8a, 0xea, 0xae, 0x58, 0x62, 0x38, 0xe2, 0x67, 0x93, + 0x90, 0xe6, 0x25, 0x05, 0xad, 0x73, 0xa0, 0x36, 0xcf, 0xcc, 0x4e, 0x19, 0x32, 0x6d, 0xb5, 0x23, + 0xb7, 0xd4, 0x23, 0xdc, 0x52, 0x0f, 0x35, 0xad, 0x41, 0x65, 0x97, 0x59, 0x7f, 0x21, 0x84, 0xc6, + 0xa6, 0x0d, 0x28, 0xa5, 0xdb, 0x6a, 0xc7, 0x49, 0xa2, 0xbb, 0x30, 0xd1, 0x52, 0xdb, 0xaa, 0x69, + 0x59, 0xe7, 0xfa, 0xe0, 0x96, 0x31, 0xfe, 0x57, 0x6f, 0xab, 0x9d, 0x86, 0xda, 0x69, 0x6e, 0x52, + 0x4c, 0x89, 0x53, 0x40, 0x57, 0x20, 0xad, 0x76, 0x98, 0xd5, 0x3f, 0xe9, 0x69, 0x26, 0x33, 0xce, + 0xa4, 0x34, 0xcd, 0x33, 0xef, 0x91, 0x3c, 0x74, 0x33, 0xb0, 0x6b, 0x24, 0x28, 0x64, 0xbf, 0xbd, + 0xdf, 0x83, 0xd9, 0x3a, 0xb5, 0x2f, 0x37, 0xf0, 0xc4, 0x40, 0x1d, 0x78, 0xed, 0x51, 0x9a, 0xa9, + 0x7b, 0xd2, 0x06, 0xda, 0x82, 0x99, 0xba, 0xd6, 0x31, 0x71, 0xc7, 0x94, 0xb5, 0x2e, 0x75, 0xef, + 0xcb, 0xc9, 0xcb, 0xf1, 0xeb, 0x99, 0x50, 0xc3, 0x2b, 0x30, 0xe8, 0x1d, 0x0a, 0x2c, 0x65, 0xea, + 0xee, 0xa4, 0x81, 0x0a, 0x90, 0x24, 0x5a, 0x96, 0x0d, 0x6c, 0x2e, 0x03, 0x65, 0xec, 0x7a, 0x24, + 0xe3, 0xa8, 0x62, 0x53, 0x9a, 0xd4, 0xd9, 0x9f, 0xdc, 0x17, 0x31, 0x48, 0x7b, 0x64, 0x8a, 0x5e, + 0x85, 0x85, 0xb6, 0x72, 0x2c, 0x1f, 0xb0, 0x4c, 0x43, 0xee, 0x62, 0x5d, 0x56, 0x4d, 0xdc, 0xa6, + 0x9d, 0x31, 0x21, 0xa1, 0xb6, 0x72, 0xcc, 0x11, 0x8c, 0x5d, 0xac, 0x57, 0x4c, 0xdc, 0x46, 0x6f, + 0xc1, 0x72, 0x1f, 0x8a, 0x8e, 0x9f, 0xf4, 0xb0, 0x61, 0x52, 0xf3, 0x48, 0x48, 0x0b, 0x5e, 0x2c, + 0x89, 0x15, 0xa2, 0x1f, 0x87, 0x5c, 0x7f, 0x5d, 0x96, 0xb8, 0x97, 0xe3, 0xb4, 0x51, 0x5f, 0x1b, + 0xdd, 0x2e, 0x6c, 0xcb, 0xa5, 0x49, 0x69, 0xd1, 0xc7, 0x32, 0x2f, 0xcc, 0x75, 0x49, 0xe7, 0x70, + 0x01, 0xa2, 0xf7, 0x61, 0xca, 0xa9, 0x9d, 0xf9, 0x9e, 0xa1, 0x7d, 0x23, 0x69, 0xf5, 0x0d, 0xf4, + 0x02, 0x4c, 0xbb, 0x1b, 0xc3, 0x5b, 0x9e, 0x72, 0x55, 0x2e, 0x7e, 0x21, 0xc0, 0xcc, 0xc6, 0x89, + 0x89, 0xb9, 0x62, 0xa9, 0xf0, 0x8a, 0xcc, 0x7d, 0xd0, 0xfa, 0x32, 0xa1, 0x83, 0x88, 0x0f, 0x8b, + 0xa6, 0x0d, 0xca, 0x00, 0xc5, 0x46, 0x08, 0xc6, 0x1b, 0x8a, 0xa9, 0xd0, 0x4a, 0xa7, 0x25, 0xfa, + 0x5f, 0xfc, 0x8b, 0x30, 0x65, 0x83, 0xa1, 0x1c, 0x2c, 0x6e, 0x3c, 0xac, 0x95, 0xaa, 0x72, 0xed, + 0xe1, 0x6e, 0x49, 0xde, 0xdb, 0xae, 0xee, 0x96, 0x0a, 0x95, 0xdb, 0x95, 0x52, 0x31, 0x3b, 0x86, + 0xa6, 0x20, 0x51, 0xd9, 0xca, 0xdf, 0x29, 0x65, 0x27, 0x50, 0x06, 0x80, 0xfe, 0x95, 0xef, 0xee, + 0x96, 0xee, 0x64, 0x05, 0x94, 0x86, 0x29, 0x96, 0xde, 0xd8, 0xda, 0xcd, 0xc6, 0x9c, 0xe4, 0xee, + 0xf6, 0x9d, 0x6c, 0xdc, 0x49, 0x56, 0xef, 0xdf, 0xc9, 0x8e, 0x93, 0x64, 0xad, 0xf4, 0x51, 0x4d, + 0xde, 0xab, 0xdd, 0x7e, 0x3b, 0x9b, 0x10, 0xff, 0xb1, 0x00, 0x29, 0x77, 0x4b, 0x17, 0x21, 0xf1, + 0x54, 0x69, 0xf5, 0x30, 0xed, 0xf0, 0x53, 0x64, 0xcc, 0xa2, 0x49, 0xf4, 0x3a, 0x24, 0x4c, 0x65, + 0xbf, 0xc5, 0x7a, 0x6d, 0x6a, 0xfd, 0x42, 0x88, 0x08, 0x6a, 0x04, 0x86, 0x60, 0x51, 0x60, 0x54, + 0x82, 0xa9, 0xfd, 0x13, 0x13, 0x33, 0xdb, 0x4c, 0x50, 0xcc, 0xab, 0xd1, 0x84, 0x57, 0x1e, 0x93, + 0x92, 0x04, 0x95, 0xfc, 0xdf, 0x48, 0xc1, 0x14, 0x11, 0x16, 0x25, 0x23, 0xfe, 0x33, 0x01, 0x12, + 0xb4, 0x1a, 0xf4, 0x36, 0x4c, 0x1e, 0x62, 0xa5, 0x81, 0x75, 0xcb, 0x49, 0x7e, 0x25, 0x84, 0xf6, + 0x6d, 0x12, 0x0c, 0x55, 0x1a, 0x92, 0x05, 0x8e, 0x5e, 0x87, 0x71, 0x5d, 0x7b, 0x66, 0xf9, 0xeb, + 0xcb, 0x83, 0x1a, 0xb3, 0x2a, 0x69, 0xcf, 0x24, 0x0a, 0x9d, 0x7b, 0x0f, 0xe2, 0x92, 0xf6, 0x0c, + 0xbd, 0x0e, 0x13, 0x54, 0x26, 0x56, 0xad, 0x61, 0xb2, 0xb8, 0x4f, 0x80, 0x24, 0x0e, 0x2b, 0x7e, + 0x6a, 0x7b, 0x79, 0x09, 0x1b, 0xbd, 0x96, 0x89, 0xde, 0x85, 0xa4, 0x6d, 0x86, 0xc3, 0xd8, 0xa7, + 0x60, 0x92, 0x0d, 0x8f, 0x6e, 0x01, 0xb2, 0xfb, 0xa3, 0xa9, 0xf7, 0x3a, 0x75, 0xc5, 0xc4, 0xcc, + 0xcb, 0x27, 0xa5, 0x59, 0xab, 0xa4, 0x66, 0x15, 0x88, 0xff, 0x25, 0x06, 0x93, 0x9c, 0x08, 0x9a, + 0x87, 0x04, 0x73, 0xbf, 0xc4, 0x96, 0xa7, 0x24, 0x96, 0xf0, 0xf6, 0xaa, 0xd8, 0xa8, 0xbd, 0x2a, + 0x0f, 0xe0, 0x1a, 0x6c, 0xe2, 0x51, 0x07, 0x1b, 0x17, 0x12, 0x7a, 0x0f, 0x92, 0x2d, 0xad, 0x4e, + 0xe3, 0x5d, 0x6e, 0x62, 0x61, 0xf5, 0x6f, 0x72, 0x30, 0xc9, 0x46, 0x40, 0xef, 0x41, 0xaa, 0xae, + 0x63, 0xc5, 0xc4, 0x32, 0x89, 0x34, 0x97, 0x27, 0x28, 0x7e, 0xce, 0xc1, 0x67, 0x11, 0xef, 0x6a, + 0xcd, 0x8a, 0x78, 0x25, 0x60, 0xe0, 0x24, 0x03, 0xfd, 0x08, 0x00, 0x95, 0x01, 0x75, 0x6a, 0xcb, + 0x93, 0x14, 0x37, 0xcc, 0x22, 0xe8, 0x20, 0x45, 0x04, 0x20, 0x4d, 0x3d, 0xb1, 0xfe, 0x8a, 0xff, + 0x5d, 0x80, 0xe4, 0xa6, 0xc3, 0x0a, 0x50, 0x8b, 0xd7, 0x95, 0x4e, 0xd3, 0xf2, 0x4f, 0x61, 0x06, + 0x22, 0x11, 0x18, 0x89, 0xf6, 0x10, 0xfa, 0x17, 0x95, 0xc8, 0xe0, 0xd3, 0xc0, 0x5d, 0x4d, 0xed, + 0x98, 0x9c, 0x42, 0x2c, 0x02, 0x85, 0x8c, 0x8d, 0xc4, 0xc8, 0x54, 0x61, 0xd6, 0x1a, 0xc3, 0x2c, + 0x11, 0x19, 0xcb, 0x93, 0xd4, 0xc4, 0xae, 0x0e, 0x1e, 0xc5, 0x6c, 0xd9, 0x66, 0xeb, 0xde, 0x0c, + 0x43, 0xfc, 0xe7, 0x71, 0x98, 0xf1, 0x41, 0xa1, 0x97, 0x80, 0x8e, 0x77, 0x8a, 0xda, 0xc1, 0xba, + 0xdc, 0x51, 0xda, 0x96, 0x51, 0xa5, 0xed, 0xdc, 0x6d, 0xa5, 0x8d, 0xd1, 0x2e, 0xcc, 0xe8, 0xb8, + 0x4e, 0x02, 0x46, 0x5b, 0xc5, 0xac, 0x59, 0x61, 0x83, 0xb4, 0x44, 0xa1, 0xad, 0x6a, 0xca, 0x63, + 0x52, 0x46, 0xf7, 0xe4, 0x90, 0xe8, 0x50, 0x6d, 0x2b, 0x4d, 0xec, 0x10, 0x8c, 0x0f, 0x8c, 0x0e, + 0x2b, 0x04, 0xd8, 0x45, 0x2f, 0xad, 0xba, 0x33, 0xd0, 0x7d, 0x98, 0x6d, 0x68, 0xf5, 0x5e, 0xdb, + 0x2d, 0x31, 0xee, 0xae, 0xc2, 0xe2, 0xf1, 0x22, 0x87, 0x77, 0x11, 0xcd, 0x36, 0x7c, 0x79, 0xe8, + 0x43, 0x98, 0x73, 0xe4, 0x63, 0xcf, 0xb7, 0x22, 0xd8, 0x27, 0xb2, 0xd1, 0xec, 0x3c, 0x74, 0x83, + 0x69, 0x95, 0x11, 0x7b, 0x8a, 0x75, 0x12, 0xdb, 0x52, 0x73, 0x9d, 0x62, 0xda, 0xa2, 0x05, 0xf7, + 0x59, 0xfe, 0x06, 0x38, 0xdd, 0x49, 0x7c, 0x0d, 0xb2, 0x7e, 0x6e, 0xd1, 0x25, 0x48, 0x1d, 0xa8, + 0x2d, 0x2c, 0x6b, 0x07, 0x07, 0x24, 0x34, 0x21, 0x6a, 0x8b, 0x4b, 0x40, 0xb2, 0x76, 0x68, 0x8e, + 0xf8, 0x9f, 0x05, 0xc8, 0x78, 0xd5, 0x40, 0x3a, 0x0a, 0x57, 0xe3, 0x11, 0xb6, 0xe6, 0x53, 0x97, + 0x07, 0x6a, 0xf0, 0x43, 0x7c, 0x22, 0x4d, 0xe9, 0xd6, 0x5f, 0xf4, 0x0e, 0xf1, 0x78, 0x64, 0x5a, + 0xaa, 0x36, 0xb8, 0x01, 0x0c, 0x75, 0xd8, 0x07, 0xec, 0x0f, 0xfa, 0x10, 0x32, 0x74, 0x44, 0x89, + 0xaa, 0x70, 0xea, 0xba, 0x6d, 0x6b, 0x4e, 0x9b, 0xee, 0xa4, 0x78, 0x13, 0xd2, 0x9e, 0x72, 0x74, + 0x1e, 0xa6, 0x74, 0xed, 0x99, 0xac, 0x76, 0x1a, 0xf8, 0x98, 0xcb, 0x22, 0xa9, 0x6b, 0xcf, 0x2a, + 0x24, 0x2d, 0xae, 0x41, 0x82, 0x75, 0xab, 0x79, 0x48, 0x18, 0xa6, 0xa2, 0x5b, 0xd2, 0x62, 0x09, + 0x94, 0x85, 0x38, 0xee, 0xb0, 0xf6, 0xc4, 0x25, 0xf2, 0x57, 0x7c, 0x04, 0x69, 0x8f, 0xbd, 0xa1, + 0x0a, 0x64, 0xf6, 0xb5, 0x1e, 0x75, 0xbf, 0xf2, 0xbe, 0x76, 0x6c, 0x0f, 0x1c, 0x62, 0xd8, 0x50, + 0xc8, 0x81, 0x37, 0xb4, 0x63, 0x29, 0xbd, 0xef, 0x24, 0xb0, 0x21, 0x2a, 0x90, 0x72, 0x95, 0x92, + 0xca, 0x4d, 0xad, 0xcb, 0xa3, 0x3e, 0xf2, 0x97, 0xc4, 0x18, 0x2d, 0x7c, 0x60, 0x85, 0x74, 0xf4, + 0x3f, 0x61, 0xfc, 0x99, 0xda, 0x30, 0x0f, 0xa9, 0xcc, 0x12, 0x12, 0x4b, 0xa0, 0x45, 0x98, 0x38, + 0xc4, 0x6a, 0xf3, 0xd0, 0xa4, 0xfe, 0x36, 0x21, 0xf1, 0x94, 0xf8, 0x1b, 0xe3, 0x80, 0x24, 0xdc, + 0x50, 0xea, 0x26, 0x6d, 0x85, 0x15, 0x06, 0x2e, 0xc2, 0x44, 0x57, 0xd1, 0x71, 0xc7, 0xe4, 0x7d, + 0x9c, 0xa7, 0x88, 0x66, 0x54, 0x36, 0xae, 0xc9, 0x75, 0x1a, 0xe6, 0x0d, 0x99, 0xa8, 0x79, 0x42, + 0x42, 0x29, 0xad, 0x7a, 0x66, 0x3e, 0x4f, 0x61, 0x89, 0xf5, 0x6b, 0x9d, 0x32, 0x40, 0xe6, 0x7e, + 0x8c, 0x28, 0x99, 0x03, 0x10, 0x91, 0x7d, 0x10, 0x6a, 0x6f, 0x7e, 0x86, 0x57, 0x79, 0x82, 0xd3, + 0xe1, 0xf5, 0x2d, 0xa8, 0x01, 0xb9, 0x06, 0x7a, 0x19, 0xb2, 0xd6, 0xdc, 0xc4, 0x1e, 0x93, 0x27, + 0xe8, 0x68, 0x3a, 0xc3, 0xf3, 0xad, 0xf0, 0x10, 0x15, 0xdc, 0x21, 0xcd, 0xe4, 0x28, 0x21, 0x8d, + 0x13, 0xd0, 0xe4, 0xbe, 0x2b, 0xc0, 0x7c, 0x10, 0x7f, 0xe8, 0x83, 0xd1, 0xa3, 0x5b, 0x12, 0x29, + 0xd9, 0x23, 0xf1, 0x75, 0xe2, 0x6a, 0x09, 0x49, 0x59, 0x69, 0xb5, 0x64, 0x13, 0x1f, 0x33, 0x4b, + 0x48, 0x12, 0x9f, 0xc7, 0x0a, 0xf2, 0xad, 0x56, 0x0d, 0x1f, 0x9b, 0x64, 0xac, 0x71, 0x0b, 0xb9, + 0xa5, 0xe9, 0xbc, 0x4b, 0x5d, 0x08, 0x1d, 0x22, 0x5a, 0x9a, 0x4e, 0x3c, 0xb1, 0xcd, 0x71, 0x4b, + 0xd3, 0x37, 0x92, 0x30, 0x61, 0x2a, 0x7a, 0x13, 0x9b, 0x62, 0x01, 0x12, 0x34, 0x8b, 0x18, 0xa5, + 0x8e, 0x1b, 0x94, 0xfb, 0x98, 0x44, 0xfe, 0x12, 0x03, 0x6c, 0xea, 0x18, 0x33, 0xb7, 0x1f, 0x93, + 0x58, 0x82, 0x98, 0xea, 0xbe, 0x15, 0x69, 0xc6, 0x24, 0xfa, 0x5f, 0xfc, 0x27, 0x02, 0xcc, 0x79, + 0x74, 0x69, 0x74, 0xb5, 0x8e, 0x81, 0xc9, 0x48, 0xc3, 0x2a, 0xc6, 0x0d, 0x99, 0xaa, 0x90, 0x92, + 0x9f, 0xb6, 0x1a, 0x85, 0x1b, 0x14, 0x9c, 0x80, 0xe1, 0x63, 0x53, 0x67, 0x70, 0x76, 0xeb, 0xa7, + 0xa4, 0xb4, 0x9d, 0x4b, 0xdb, 0xee, 0xb2, 0x59, 0x9d, 0x06, 0x63, 0xc3, 0x86, 0x0f, 0x77, 0xe0, + 0x66, 0xdb, 0x2c, 0x4b, 0x8a, 0xff, 0x37, 0x06, 0xcb, 0x45, 0xac, 0x36, 0x70, 0xc7, 0x54, 0x0f, + 0x4e, 0xb8, 0xbe, 0x87, 0xf5, 0x9a, 0x1a, 0xcc, 0x36, 0x6c, 0x1c, 0x6f, 0xc7, 0x09, 0x1d, 0x71, + 0xdc, 0x75, 0x10, 0x5b, 0xce, 0x36, 0x7c, 0x39, 0x01, 0x7d, 0x31, 0x7e, 0xfa, 0xbe, 0xf8, 0x26, + 0x8c, 0x53, 0x1b, 0x67, 0xd1, 0x98, 0x38, 0x38, 0x70, 0xa0, 0xf6, 0x4d, 0xe1, 0xd1, 0x3a, 0x2c, + 0x58, 0x4c, 0x98, 0xb8, 0xdd, 0x6d, 0x91, 0xb0, 0x8c, 0xc6, 0x06, 0x09, 0x2a, 0x81, 0x39, 0x5e, + 0x58, 0xe3, 0x65, 0x34, 0x42, 0x78, 0x1b, 0x96, 0x5d, 0xe2, 0xf0, 0xa2, 0x4d, 0x50, 0xb4, 0x45, + 0xa7, 0xdc, 0x8d, 0x29, 0x7e, 0x5b, 0x80, 0x73, 0x01, 0xd2, 0xe7, 0x66, 0x63, 0xb5, 0x41, 0x18, + 0xb1, 0x0d, 0x15, 0x48, 0x6a, 0x4f, 0xb1, 0xfe, 0x54, 0xc5, 0xcf, 0xb8, 0x56, 0x6e, 0x85, 0x0d, + 0x34, 0xba, 0xd2, 0x31, 0x0e, 0x34, 0xbd, 0x4d, 0x5d, 0xfd, 0x0e, 0x47, 0x92, 0x6c, 0x74, 0x6a, + 0x1e, 0xd2, 0x29, 0xcc, 0x43, 0x3f, 0xb3, 0x79, 0xe8, 0x3f, 0x4c, 0xe6, 0xa1, 0x0f, 0x31, 0x0f, + 0x3d, 0xdc, 0x3c, 0xa4, 0x3f, 0xcf, 0xe6, 0xf1, 0x27, 0x02, 0x2c, 0x38, 0x72, 0x8e, 0x62, 0x1b, + 0xcf, 0x75, 0xc0, 0xb5, 0x24, 0x10, 0x7f, 0x5e, 0x5a, 0x1c, 0x0f, 0xd5, 0xa2, 0x78, 0x1f, 0x16, + 0xfd, 0x2d, 0xe5, 0x7a, 0x78, 0x1f, 0x26, 0xb8, 0x1f, 0x16, 0x46, 0xf0, 0xc3, 0x1c, 0x47, 0xfc, + 0xc3, 0x18, 0xcc, 0xed, 0xf4, 0xcc, 0x6e, 0xcf, 0xac, 0xb2, 0x0d, 0x15, 0xde, 0xb6, 0xf7, 0xad, + 0x25, 0x8b, 0xc1, 0x44, 0x37, 0xd4, 0xe6, 0xbd, 0x1e, 0xd6, 0x4f, 0x7c, 0x4b, 0x17, 0x1f, 0x43, + 0x5a, 0xa3, 0x44, 0x65, 0xa3, 0x7e, 0x88, 0xdb, 0x0a, 0x9f, 0xd6, 0xbe, 0x15, 0x42, 0x25, 0x80, + 0x01, 0x2b, 0x8f, 0xa2, 0x4b, 0xd3, 0x9a, 0x2b, 0x25, 0x7e, 0x43, 0x80, 0x69, 0x77, 0x31, 0xba, + 0x08, 0xe7, 0x76, 0xf6, 0x6a, 0xbb, 0x7b, 0x35, 0xb9, 0x5a, 0x28, 0x97, 0xb6, 0xf2, 0xbe, 0xd5, + 0x9f, 0x59, 0x48, 0x6f, 0xe4, 0xab, 0x95, 0x82, 0x5c, 0xd8, 0xd9, 0xdc, 0xdb, 0xda, 0xae, 0x66, + 0x05, 0x34, 0x03, 0xa9, 0x3b, 0x85, 0xaa, 0x9d, 0x11, 0x43, 0x0b, 0x30, 0x5b, 0xcc, 0xd7, 0xf2, + 0xd5, 0xda, 0x8e, 0x54, 0xb2, 0xb3, 0xe3, 0x24, 0x7b, 0xa3, 0x72, 0x47, 0xbe, 0xb7, 0x57, 0x92, + 0x1e, 0xda, 0xd9, 0xe3, 0x04, 0x3d, 0xbf, 0xb9, 0x69, 0x67, 0x24, 0xec, 0x25, 0xf2, 0xba, 0xb3, + 0xe2, 0x56, 0x35, 0x15, 0xd3, 0x38, 0xe3, 0x8a, 0xdb, 0x3c, 0x24, 0xea, 0x5a, 0xaf, 0x63, 0xf2, + 0x08, 0x99, 0x25, 0xc4, 0xef, 0x8c, 0xc3, 0x32, 0xd7, 0x66, 0x51, 0x31, 0x95, 0x2a, 0xdd, 0x2d, + 0x2b, 0x62, 0x53, 0x51, 0x5b, 0x06, 0x6a, 0x13, 0xef, 0x47, 0x3b, 0x01, 0x6e, 0xd8, 0xab, 0xb0, + 0xcc, 0xc8, 0x87, 0x2c, 0x34, 0xf6, 0xd1, 0x5a, 0x95, 0x2c, 0x42, 0x7c, 0x45, 0x96, 0xb8, 0x45, + 0x6f, 0x0e, 0xda, 0xb6, 0xad, 0x8f, 0xf5, 0x82, 0x37, 0x47, 0xaf, 0xc3, 0x6d, 0x8f, 0xb9, 0x7f, + 0x2d, 0x40, 0xd6, 0x5f, 0x2d, 0xda, 0x87, 0x73, 0x46, 0x47, 0xe9, 0x1a, 0x87, 0x9a, 0x29, 0xfb, + 0x7b, 0x0e, 0x17, 0xea, 0xd5, 0xc1, 0xf5, 0x5a, 0x7d, 0x49, 0x5a, 0xb2, 0x08, 0xf9, 0x0a, 0xd0, + 0x6d, 0x80, 0xc7, 0xda, 0xbe, 0xd7, 0xb7, 0x5f, 0x1b, 0x4c, 0xf4, 0xae, 0xb6, 0xcf, 0x1d, 0xc3, + 0xd4, 0x63, 0xeb, 0x6f, 0xee, 0xd7, 0x05, 0x98, 0xe0, 0x8b, 0x54, 0xd7, 0x60, 0xa6, 0xab, 0x6b, + 0x75, 0x6c, 0x18, 0xb8, 0x21, 0x93, 0xf0, 0xd5, 0xe0, 0xb3, 0x9f, 0x8c, 0x9d, 0x4d, 0x97, 0x2f, + 0x89, 0x43, 0x30, 0x35, 0x53, 0x69, 0xc9, 0xd8, 0x30, 0xd5, 0xb6, 0x62, 0xda, 0xe0, 0x4c, 0xed, + 0x73, 0xb4, 0xb0, 0x64, 0x95, 0x31, 0x9c, 0x4d, 0x98, 0xb1, 0x0d, 0x4b, 0x36, 0x88, 0xad, 0xf1, + 0xe5, 0xe4, 0x17, 0x87, 0x98, 0x17, 0xb5, 0x4b, 0xe2, 0xca, 0x5c, 0x49, 0xf1, 0xb7, 0x05, 0x98, + 0xb3, 0x00, 0x8a, 0xd8, 0xa8, 0xeb, 0x2a, 0x15, 0x3d, 0x09, 0x33, 0x5d, 0x4b, 0x13, 0xf4, 0x3f, + 0x7a, 0x01, 0xa6, 0x1b, 0xaa, 0xd1, 0x6d, 0x29, 0x27, 0xcc, 0x6b, 0xb1, 0x28, 0x31, 0xc5, 0xf3, + 0xe8, 0x98, 0xb3, 0x05, 0xd3, 0x46, 0xaf, 0xdb, 0xd5, 0x74, 0xd6, 0x14, 0xca, 0x59, 0x66, 0x7d, + 0x65, 0x18, 0x67, 0x16, 0xca, 0xc6, 0x89, 0x94, 0x32, 0x9c, 0x04, 0xba, 0x0c, 0xa9, 0x86, 0xc3, + 0x14, 0x77, 0x93, 0xee, 0x2c, 0xb1, 0x0a, 0xf3, 0x9b, 0xaa, 0x61, 0xda, 0x5b, 0x11, 0xd6, 0x38, + 0x70, 0x05, 0xd2, 0x2d, 0xa5, 0xd3, 0xec, 0x91, 0x69, 0x51, 0x5d, 0x6b, 0x58, 0x0d, 0x99, 0xb6, + 0x32, 0x0b, 0x5a, 0x03, 0x93, 0xc1, 0xe2, 0x40, 0x6d, 0x99, 0x58, 0xe7, 0x4d, 0xe1, 0x29, 0x71, + 0x1f, 0x16, 0x7c, 0x44, 0xb9, 0xcb, 0xad, 0x04, 0xec, 0x31, 0x0d, 0x6b, 0x9c, 0x4b, 0xaa, 0xee, + 0x9d, 0xd7, 0xff, 0x29, 0xc0, 0x82, 0xa4, 0x1a, 0x47, 0xf9, 0x8e, 0xd2, 0x3a, 0x31, 0x54, 0xc3, + 0xb6, 0x29, 0x32, 0x54, 0x71, 0x52, 0x72, 0x1b, 0x9b, 0xba, 0x5a, 0x1f, 0xe2, 0x8a, 0x77, 0x59, + 0x72, 0x8b, 0xc2, 0x4a, 0xe9, 0xae, 0x3b, 0x89, 0xee, 0xc0, 0x34, 0xdb, 0x54, 0x97, 0x99, 0x57, + 0x8f, 0x45, 0xf7, 0xea, 0x52, 0x8a, 0x61, 0xb2, 0x65, 0xe3, 0xb7, 0x60, 0x92, 0xcd, 0x60, 0x2c, + 0x73, 0xbb, 0x18, 0x42, 0x23, 0xcf, 0xb6, 0x63, 0x2c, 0x68, 0xf1, 0x7b, 0x02, 0x4c, 0xde, 0xeb, + 0x29, 0x86, 0x5a, 0x69, 0xa0, 0xd7, 0x21, 0x41, 0xd7, 0x26, 0x78, 0x8b, 0x86, 0x2d, 0x64, 0x30, + 0x60, 0xef, 0xf4, 0x2e, 0x36, 0xfa, 0xf4, 0xee, 0x12, 0x00, 0xdf, 0xf0, 0x32, 0x95, 0xa6, 0xbd, + 0x44, 0x3f, 0xc5, 0xf2, 0x6a, 0x4a, 0x13, 0xbd, 0x0e, 0x04, 0x18, 0xeb, 0x64, 0x02, 0xc6, 0x22, + 0xb3, 0xc5, 0xbe, 0x65, 0xa6, 0x52, 0xbb, 0x6b, 0x9e, 0x70, 0xb2, 0x14, 0x72, 0x23, 0x01, 0x71, + 0x53, 0x69, 0x8a, 0x7f, 0x14, 0x83, 0x2c, 0xe9, 0x4b, 0xaa, 0x61, 0xaa, 0x75, 0xa5, 0xc5, 0xa4, + 0xf5, 0xae, 0x35, 0x8a, 0xc6, 0x47, 0x90, 0x37, 0x1f, 0x43, 0x1f, 0xc2, 0xd4, 0x13, 0x22, 0x2f, + 0x59, 0x6d, 0x58, 0x36, 0xf6, 0x7e, 0x08, 0xbe, 0xbf, 0xde, 0x55, 0x2e, 0x68, 0x1a, 0xb8, 0xa9, + 0x58, 0xa7, 0x82, 0x94, 0x92, 0x4f, 0x58, 0xae, 0x81, 0xb6, 0x00, 0xe9, 0xb8, 0xa5, 0x98, 0xea, + 0x53, 0x2c, 0x1f, 0x50, 0x97, 0xde, 0xa9, 0x9f, 0x44, 0x5c, 0x55, 0x9a, 0xb5, 0x30, 0x6f, 0x5b, + 0x88, 0xb9, 0x23, 0x98, 0x0f, 0xaa, 0xf0, 0x94, 0x6a, 0xbe, 0xe8, 0x51, 0x13, 0xeb, 0x91, 0x8e, + 0x92, 0xc4, 0x3f, 0x99, 0x85, 0xb4, 0xc7, 0xd4, 0xd1, 0x13, 0x58, 0xec, 0xf4, 0xda, 0x58, 0x27, + 0xcd, 0x67, 0x9e, 0xd0, 0xf2, 0xe2, 0xac, 0xde, 0x77, 0xa2, 0x74, 0x98, 0xd5, 0x6d, 0x8b, 0x04, + 0x75, 0x88, 0xac, 0x0f, 0x96, 0xc7, 0xa4, 0xf9, 0x4e, 0x40, 0x3e, 0x7a, 0x06, 0xcb, 0x75, 0xc5, + 0xc4, 0x4d, 0x2d, 0xa0, 0x52, 0x26, 0xc6, 0xf7, 0x22, 0x55, 0x5a, 0x70, 0x88, 0x78, 0xab, 0x5d, + 0xac, 0x07, 0x96, 0x20, 0x0c, 0xe8, 0x48, 0x56, 0x3a, 0x5a, 0xe7, 0xa4, 0xad, 0x9a, 0x27, 0xde, + 0xd1, 0xea, 0x8d, 0x48, 0x55, 0x7e, 0x98, 0xb7, 0xb0, 0xed, 0xca, 0xb2, 0x47, 0xbe, 0x3c, 0x52, + 0x4d, 0x4b, 0x6e, 0xa8, 0x74, 0xa1, 0xd4, 0xa9, 0x66, 0x7c, 0x84, 0x6a, 0x36, 0x8b, 0x16, 0xb6, + 0x53, 0x4d, 0xcb, 0x97, 0x87, 0x74, 0x58, 0x3a, 0x92, 0xdb, 0x4a, 0xd7, 0x1a, 0xf7, 0x9c, 0x25, + 0x2b, 0xbe, 0x80, 0x1c, 0x4d, 0x75, 0x1f, 0x6e, 0x29, 0xdd, 0x92, 0x4d, 0xc1, 0x51, 0xdd, 0x51, + 0x40, 0x3e, 0xfa, 0x4c, 0x80, 0xcb, 0x0d, 0xdc, 0x32, 0x15, 0xb9, 0xab, 0x63, 0x03, 0x77, 0xea, + 0x38, 0xa0, 0x76, 0xb6, 0xc8, 0xbc, 0x11, 0xa9, 0xf6, 0x22, 0x21, 0xb6, 0xcb, 0x69, 0x05, 0xb0, + 0x71, 0xb1, 0x31, 0x08, 0x20, 0xb7, 0x09, 0xf3, 0x41, 0xa6, 0x77, 0xba, 0xce, 0x93, 0xdb, 0x86, + 0xc5, 0x60, 0x9b, 0x3a, 0x25, 0xbd, 0xcf, 0x04, 0xc8, 0xfa, 0x2d, 0x06, 0xbd, 0xd7, 0xef, 0x99, + 0x86, 0x91, 0x73, 0x7c, 0xcf, 0xfb, 0x30, 0x45, 0xbc, 0x84, 0x79, 0xe2, 0x2c, 0x64, 0x87, 0x79, + 0xf1, 0x12, 0x85, 0x23, 0xd8, 0x98, 0xff, 0xcb, 0xfd, 0x92, 0x00, 0x59, 0xbf, 0x69, 0x9d, 0x8d, + 0x9f, 0x1d, 0x98, 0x33, 0x70, 0xc7, 0x50, 0xa9, 0x33, 0x54, 0x4c, 0x53, 0x57, 0xf7, 0x7b, 0x26, + 0x8e, 0xe8, 0x0c, 0x91, 0x8d, 0x9a, 0xb7, 0x30, 0x73, 0x5f, 0x4c, 0xc0, 0x7c, 0x90, 0x45, 0xa2, + 0xfd, 0x7e, 0x36, 0x4b, 0xa7, 0xb6, 0xef, 0xd5, 0x9a, 0xd2, 0x6c, 0xe2, 0x86, 0xdf, 0xb3, 0x5f, + 0x82, 0x94, 0x8e, 0x9b, 0xcc, 0x92, 0x1b, 0x56, 0x68, 0x06, 0x2c, 0x8b, 0xc6, 0x3a, 0x06, 0x64, + 0x95, 0xde, 0xb1, 0xda, 0x52, 0x15, 0xfd, 0x84, 0xc5, 0x02, 0xd6, 0x40, 0x5e, 0x3e, 0x3d, 0x2f, + 0x79, 0x8b, 0x22, 0x1b, 0xc0, 0x66, 0x14, 0x4f, 0xda, 0xc8, 0xfd, 0x37, 0x01, 0x52, 0x2e, 0x7e, + 0x7f, 0x18, 0xc7, 0xff, 0xdc, 0xff, 0x8e, 0x41, 0xc6, 0x2b, 0x87, 0x33, 0x8d, 0xfe, 0x7a, 0xbf, + 0xb1, 0xec, 0x3d, 0x2f, 0x05, 0x59, 0xe1, 0xc1, 0x97, 0x1c, 0x16, 0xd4, 0x61, 0xda, 0x5d, 0xd1, + 0x97, 0x12, 0x0e, 0xe4, 0xbe, 0x2b, 0xc0, 0xc5, 0x81, 0x1e, 0x78, 0x14, 0xef, 0xc0, 0xd9, 0x1d, + 0xa5, 0x3f, 0x49, 0xa1, 0xfd, 0xe9, 0x5a, 0xc4, 0x60, 0xad, 0xaf, 0xbb, 0xd8, 0x8b, 0x09, 0x3f, + 0x77, 0x15, 0x2e, 0xd0, 0x79, 0xc1, 0xa7, 0xd8, 0x99, 0x37, 0x93, 0xc9, 0x82, 0x35, 0xd7, 0xff, + 0x04, 0x96, 0x9d, 0xb9, 0xfe, 0x19, 0x26, 0x0b, 0x8b, 0x36, 0x15, 0x6f, 0x64, 0xf5, 0x08, 0x9c, + 0x12, 0xf9, 0xd4, 0xf3, 0x87, 0x79, 0x9b, 0x46, 0xd5, 0x35, 0x91, 0xf8, 0xba, 0xd0, 0x1f, 0xb6, + 0x79, 0x56, 0x12, 0xc2, 0xfc, 0xd1, 0x20, 0x89, 0xf8, 0xa2, 0x38, 0x36, 0x0f, 0xef, 0x8f, 0xe2, + 0xf8, 0xfc, 0xfc, 0xaf, 0x0a, 0x41, 0x61, 0x1c, 0x67, 0x82, 0x39, 0x80, 0xbb, 0xa7, 0x61, 0xc2, + 0x3f, 0x02, 0xdb, 0x6c, 0xf4, 0x45, 0x75, 0x9c, 0x11, 0xd3, 0x1b, 0xd5, 0x71, 0x0e, 0x58, 0x08, + 0x54, 0x3c, 0x0d, 0x07, 0xce, 0x90, 0x6d, 0xd7, 0xed, 0x0a, 0xf2, 0x9c, 0x5a, 0xdd, 0x41, 0x1e, + 0xaf, 0x75, 0xe2, 0xf4, 0xb5, 0x3a, 0x03, 0xb3, 0x53, 0x6b, 0xcb, 0x97, 0x87, 0x7e, 0x52, 0x08, + 0x08, 0xfa, 0x78, 0xdd, 0x93, 0xa7, 0x57, 0xbc, 0xd7, 0xed, 0x39, 0x8a, 0x3f, 0x0a, 0xc8, 0x47, + 0xbf, 0x38, 0x30, 0x06, 0xe4, 0xcc, 0x4c, 0x51, 0x66, 0xee, 0x9d, 0x86, 0x99, 0x10, 0x87, 0x64, + 0x73, 0x15, 0x16, 0x12, 0x32, 0x80, 0xdc, 0xe7, 0x82, 0x3f, 0x26, 0xe4, 0x7c, 0xbf, 0x03, 0x53, + 0x6d, 0xb5, 0x23, 0xb3, 0x33, 0x66, 0x83, 0x8f, 0xc7, 0xb0, 0xf3, 0x53, 0xc9, 0xb6, 0xda, 0xa1, + 0xff, 0x28, 0xaa, 0x72, 0xcc, 0x51, 0x63, 0x91, 0x50, 0x95, 0x63, 0x86, 0x5a, 0x82, 0x99, 0x27, + 0x3d, 0xa5, 0x63, 0xaa, 0x2d, 0x2c, 0xf3, 0xb3, 0x5b, 0xe3, 0x11, 0xce, 0x6e, 0x65, 0x2c, 0x24, + 0x9a, 0x34, 0x72, 0x9f, 0x8d, 0xf7, 0xc7, 0xa6, 0xbc, 0x5d, 0xbf, 0x21, 0xc0, 0x0b, 0x94, 0xb2, + 0x33, 0xec, 0xc8, 0x87, 0xaa, 0x61, 0x6a, 0x4d, 0x5d, 0x69, 0xcb, 0xfb, 0xbd, 0xfa, 0x11, 0x36, + 0xad, 0x4d, 0xec, 0xc7, 0xcf, 0xaf, 0x47, 0xf6, 0x65, 0x97, 0xad, 0x3a, 0x37, 0x68, 0x95, 0xd2, + 0x57, 0x28, 0x53, 0xf6, 0x88, 0xe6, 0x2b, 0x36, 0x72, 0xff, 0x32, 0x06, 0x97, 0x86, 0xd0, 0x40, + 0x5f, 0x85, 0xf3, 0xfe, 0xa6, 0xb5, 0xb4, 0x67, 0x58, 0x97, 0xe9, 0xd9, 0x04, 0xbe, 0x20, 0xb8, + 0xec, 0xad, 0x68, 0x93, 0x00, 0xd0, 0xa3, 0x0a, 0x41, 0xe8, 0xbd, 0x6e, 0xd7, 0x46, 0x8f, 0x05, + 0xa1, 0xef, 0x11, 0x00, 0x86, 0x7e, 0x09, 0x52, 0x4c, 0x7c, 0xb2, 0xa1, 0x7e, 0xca, 0x02, 0x91, + 0xb8, 0x04, 0x2c, 0xab, 0xaa, 0x7e, 0x8a, 0xd1, 0x5d, 0x48, 0x73, 0x00, 0x8f, 0x6a, 0x5f, 0x1a, + 0xa4, 0x5a, 0xbb, 0x22, 0x69, 0x9a, 0xe1, 0x32, 0x0d, 0xa3, 0x9b, 0x80, 0xdc, 0xb4, 0x64, 0xb6, + 0x74, 0x9d, 0xa0, 0x75, 0x66, 0x5d, 0x90, 0x05, 0x92, 0x9f, 0xfb, 0x22, 0xe1, 0x9e, 0x5a, 0x70, + 0x4b, 0xf8, 0x55, 0x01, 0xae, 0xe0, 0x27, 0x3d, 0xf5, 0xa9, 0xd2, 0xa2, 0xdd, 0xb2, 0xde, 0x52, + 0x0c, 0x23, 0xd4, 0x16, 0x3e, 0x79, 0x1e, 0xbe, 0xd1, 0x95, 0xe1, 0xd7, 0xff, 0x65, 0x17, 0x2b, + 0x05, 0xc2, 0x49, 0x9f, 0x05, 0xfc, 0xbc, 0x00, 0x39, 0x07, 0xbf, 0xe4, 0x03, 0x47, 0xb7, 0x21, + 0x6b, 0xc7, 0x1e, 0xf2, 0x08, 0xe7, 0x1e, 0x33, 0x56, 0x00, 0xc2, 0x25, 0xfb, 0x3a, 0x2c, 0xf6, + 0x4b, 0x85, 0x6a, 0x94, 0x19, 0xc0, 0xbc, 0x9f, 0x51, 0xa2, 0xdb, 0xdc, 0x4f, 0xc7, 0xe1, 0x5c, + 0x68, 0xe3, 0xd0, 0x5d, 0x10, 0x83, 0x69, 0x06, 0xd8, 0xe7, 0x57, 0x82, 0xe8, 0xbb, 0xac, 0x34, + 0x9c, 0x56, 0xbf, 0xb1, 0x06, 0xd2, 0x1a, 0xc5, 0x64, 0xff, 0xb2, 0x10, 0x6c, 0xb3, 0xf2, 0x73, + 0xb6, 0x06, 0xbf, 0x36, 0xcf, 0x64, 0xed, 0x7f, 0x7f, 0xd2, 0x3d, 0x71, 0xe5, 0xd6, 0xfe, 0x5b, + 0x02, 0xdc, 0x70, 0x26, 0x9f, 0x51, 0x3d, 0xe0, 0x27, 0xcf, 0x63, 0x6c, 0x76, 0x65, 0xf8, 0xad, + 0xfe, 0x9a, 0xcd, 0xd2, 0xfd, 0xc1, 0xee, 0xef, 0x37, 0x63, 0x90, 0x73, 0xc8, 0xfc, 0xf9, 0x32, + 0x7e, 0x94, 0x87, 0x8b, 0x9d, 0x5e, 0x5b, 0x6e, 0x90, 0x50, 0xbb, 0x53, 0x37, 0x65, 0x9f, 0x9c, + 0x0d, 0x6e, 0x58, 0xb9, 0x4e, 0xaf, 0x5d, 0xe4, 0x30, 0x55, 0x4f, 0xbb, 0x0d, 0xf4, 0x00, 0xe6, + 0x4d, 0xad, 0xdb, 0x8f, 0x39, 0x92, 0x8b, 0x44, 0xa6, 0xd6, 0xf5, 0x11, 0xce, 0x7d, 0x33, 0x0e, + 0xe7, 0x42, 0xe5, 0x8f, 0x76, 0xe1, 0xa5, 0x70, 0xa3, 0xe8, 0xef, 0x9b, 0x2f, 0x84, 0xa8, 0xcb, + 0xd5, 0x3d, 0x07, 0x52, 0xec, 0xef, 0xa1, 0x61, 0x14, 0x7f, 0x60, 0x9d, 0x74, 0x80, 0xf1, 0x3e, + 0xd7, 0x4e, 0xfa, 0x8b, 0x09, 0xff, 0xd2, 0x0d, 0xef, 0xa8, 0xbf, 0x2c, 0x40, 0xae, 0x2f, 0x68, + 0xb5, 0xfb, 0x27, 0xb7, 0xea, 0x83, 0xe7, 0x15, 0xb7, 0xfa, 0x32, 0xfd, 0xfd, 0x73, 0xe9, 0x28, + 0xb8, 0x38, 0xf7, 0x37, 0x05, 0x38, 0xef, 0x45, 0xe5, 0x13, 0x5a, 0x2e, 0x8c, 0xe7, 0xd5, 0x21, + 0xd7, 0x60, 0xce, 0xd9, 0xa8, 0xb4, 0xa7, 0x2d, 0xdc, 0x78, 0x90, 0x5d, 0x64, 0x3b, 0xd2, 0xdc, + 0xbf, 0x89, 0xc1, 0xc5, 0x81, 0x6d, 0x42, 0x57, 0x20, 0x4d, 0x22, 0x5b, 0x87, 0x18, 0xb3, 0xed, + 0xe9, 0xb6, 0xda, 0xb1, 0xc9, 0x50, 0x20, 0xe5, 0xb8, 0xaf, 0xc6, 0xe9, 0xb6, 0x72, 0xec, 0x00, + 0xf9, 0x2c, 0x33, 0xd1, 0x67, 0x99, 0x3f, 0xdd, 0x67, 0x99, 0xec, 0xd2, 0x53, 0xe3, 0x4b, 0x52, + 0x9f, 0x47, 0x07, 0x91, 0xcc, 0x73, 0x32, 0xc4, 0x3c, 0xff, 0x2c, 0x11, 0xba, 0xd6, 0xc1, 0xed, + 0xf4, 0xf7, 0x05, 0xb8, 0x12, 0x3e, 0xb1, 0xf1, 0x1b, 0xec, 0xf1, 0x73, 0x9f, 0xdb, 0x84, 0x95, + 0xf6, 0x05, 0x56, 0x8d, 0x21, 0x70, 0xb9, 0x5f, 0x16, 0xe0, 0xc5, 0x10, 0x62, 0x5f, 0x8e, 0x51, + 0xbf, 0x06, 0x0b, 0x8e, 0x51, 0x77, 0x75, 0x6d, 0x5f, 0xd9, 0x57, 0x5b, 0x96, 0x91, 0x09, 0xd2, + 0xbc, 0x5d, 0xb8, 0xeb, 0x94, 0xe5, 0xfe, 0x38, 0x06, 0x57, 0xa3, 0x35, 0x19, 0x5d, 0x83, 0x19, + 0x62, 0xe1, 0x6e, 0xca, 0x02, 0xa5, 0x9c, 0x69, 0xab, 0x1d, 0x17, 0x4d, 0x0a, 0xa8, 0x1c, 0x07, + 0xb0, 0x90, 0x69, 0x2b, 0xc7, 0x6e, 0xc0, 0xa1, 0x96, 0xfe, 0x0b, 0x21, 0x96, 0xfe, 0xf4, 0xff, + 0x9b, 0xde, 0x9f, 0x9b, 0xed, 0x6f, 0x24, 0xad, 0x73, 0x26, 0xe2, 0x23, 0xc8, 0x78, 0x87, 0x25, + 0xb4, 0x6e, 0x5d, 0xbb, 0x8a, 0x32, 0x25, 0xe6, 0x57, 0xb2, 0x82, 0x4f, 0xd6, 0x7c, 0x3b, 0x0e, + 0x09, 0x36, 0xe9, 0x7d, 0x09, 0xd2, 0x6a, 0xc7, 0xc4, 0x4d, 0xac, 0xbb, 0xa6, 0xdb, 0xf1, 0xf2, + 0x98, 0x34, 0xcd, 0xb3, 0x19, 0xd8, 0x0b, 0x90, 0x3a, 0x68, 0x69, 0x8a, 0xe9, 0x9a, 0x58, 0x0b, + 0xe5, 0x31, 0x09, 0x68, 0x26, 0x03, 0xb9, 0x02, 0xd3, 0x86, 0xa9, 0xab, 0x9d, 0xa6, 0xec, 0xbd, + 0x1b, 0x96, 0x62, 0xb9, 0x76, 0x75, 0xfb, 0x9a, 0xd6, 0xc2, 0x8a, 0x35, 0xbb, 0x1f, 0xe7, 0x07, + 0x8f, 0xa7, 0x79, 0xb6, 0x3d, 0x15, 0xb7, 0x6f, 0x42, 0x70, 0xc0, 0xc4, 0xb0, 0xfb, 0x10, 0xe5, + 0x31, 0x29, 0x63, 0x23, 0x31, 0x32, 0x6f, 0x01, 0x90, 0x1c, 0x4e, 0x61, 0xc2, 0xbb, 0xd4, 0x6d, + 0x9e, 0x74, 0x31, 0xc5, 0xde, 0x39, 0x28, 0x2a, 0x27, 0xe5, 0x31, 0x69, 0x8a, 0xc0, 0x32, 0xc4, + 0x75, 0x80, 0x86, 0x62, 0x5a, 0x88, 0x6c, 0xb9, 0x66, 0xd6, 0x83, 0x58, 0x54, 0x4c, 0x4c, 0x70, + 0x08, 0x18, 0xc3, 0x29, 0xc0, 0x6c, 0x43, 0x39, 0x91, 0xb5, 0x03, 0xf9, 0x19, 0xc6, 0x47, 0x1c, + 0x35, 0x49, 0xcf, 0x83, 0x2d, 0xfa, 0x50, 0x4f, 0x76, 0x0e, 0x1e, 0x60, 0x7c, 0x44, 0x38, 0x6e, + 0x58, 0x09, 0x4a, 0xc4, 0x5e, 0x12, 0xfd, 0x51, 0x98, 0xb2, 0xaf, 0x11, 0xa1, 0x0f, 0xe8, 0xcd, + 0x36, 0x7e, 0x6f, 0x69, 0xf0, 0x86, 0x40, 0x91, 0x5f, 0x58, 0x2a, 0x8f, 0x49, 0xc9, 0x06, 0xff, + 0xbf, 0x91, 0x81, 0xe9, 0xae, 0xa2, 0x1b, 0xb8, 0xc1, 0xee, 0xd4, 0x8a, 0x3f, 0x1b, 0x83, 0xa4, + 0x05, 0x88, 0x5e, 0xa2, 0xf7, 0x0d, 0x2d, 0x9b, 0xea, 0x6f, 0x24, 0xbd, 0x82, 0x88, 0xd1, 0x9b, + 0x90, 0x72, 0xb5, 0x8e, 0xdf, 0x15, 0x0e, 0x69, 0x17, 0x91, 0x0a, 0xff, 0x8b, 0x56, 0x60, 0x9c, + 0xb2, 0x1d, 0x1f, 0x24, 0x7c, 0x89, 0xc2, 0xa0, 0x12, 0x50, 0x15, 0xc8, 0x9f, 0x6a, 0x1d, 0xeb, + 0x0a, 0xe1, 0xf5, 0x21, 0xed, 0xa4, 0x34, 0x1e, 0x69, 0x1d, 0x2c, 0x25, 0x4d, 0xfe, 0x2f, 0xf7, + 0x2a, 0x24, 0xad, 0x5c, 0xf4, 0x12, 0x64, 0xd8, 0xed, 0x15, 0xb9, 0xad, 0x76, 0x7a, 0xd6, 0xc9, + 0xa4, 0x84, 0x94, 0x66, 0xb9, 0x5b, 0x2c, 0x53, 0xfc, 0x33, 0x01, 0xb2, 0xfe, 0xb3, 0xb1, 0xa8, + 0x05, 0xe7, 0x9c, 0x93, 0x47, 0xa6, 0xe7, 0x8c, 0xa6, 0xc1, 0xc5, 0xb5, 0x3a, 0x64, 0x5f, 0xc6, + 0x7b, 0xb2, 0xd3, 0x28, 0x8f, 0x49, 0x4b, 0x6a, 0x70, 0x11, 0xc2, 0xb0, 0xc8, 0x2f, 0xce, 0xf8, + 0xab, 0x62, 0x1a, 0xbf, 0x39, 0xf0, 0x12, 0x4d, 0x7f, 0x45, 0x0b, 0x7a, 0x50, 0xc1, 0x46, 0x16, + 0x32, 0x5e, 0xfa, 0xe2, 0x7f, 0x4c, 0xc2, 0xd2, 0xae, 0xae, 0xb6, 0x69, 0x20, 0xec, 0x05, 0x47, + 0x12, 0x64, 0x74, 0xdc, 0x6d, 0x29, 0x64, 0x3a, 0xe2, 0x3e, 0x6a, 0xf0, 0x72, 0x28, 0x33, 0x14, + 0x98, 0xfb, 0x33, 0xbe, 0x31, 0x9c, 0xe6, 0x24, 0xb8, 0x58, 0xef, 0x02, 0x3f, 0x8f, 0xef, 0x3d, + 0x48, 0x70, 0x65, 0xe0, 0xa5, 0x0d, 0x9b, 0xd8, 0xb4, 0xee, 0x4a, 0xa3, 0xbf, 0x00, 0x0b, 0xf5, + 0x43, 0x85, 0x1e, 0xda, 0xd7, 0xe9, 0x3b, 0x16, 0xde, 0x93, 0x02, 0x61, 0x67, 0x95, 0x0a, 0x16, + 0xce, 0x96, 0x62, 0x1c, 0xd9, 0xa4, 0xe7, 0xea, 0xfd, 0xd9, 0xc8, 0x84, 0x8b, 0x75, 0xfd, 0xa4, + 0x6b, 0x6a, 0xb2, 0x25, 0x88, 0x83, 0x83, 0x63, 0xf9, 0xa0, 0x8b, 0xbd, 0x87, 0x05, 0x42, 0x9f, + 0x8c, 0xa0, 0xb8, 0x5c, 0x2c, 0xb7, 0x0f, 0x8e, 0x6f, 0x77, 0x1d, 0xb9, 0x9c, 0xab, 0x87, 0x15, + 0xa2, 0x2e, 0x9c, 0x3f, 0x50, 0x8f, 0x71, 0x83, 0xad, 0x2d, 0xb0, 0x41, 0x82, 0x78, 0x56, 0xcf, + 0xa1, 0x81, 0xb5, 0xd0, 0x8d, 0xa5, 0x63, 0xdc, 0x20, 0x03, 0xe3, 0x86, 0x85, 0x67, 0x57, 0xb9, + 0x7c, 0x10, 0x52, 0x86, 0xaa, 0x90, 0xed, 0xab, 0x66, 0x62, 0xf0, 0xc5, 0x95, 0x3e, 0xea, 0x33, + 0xfb, 0x3e, 0xa2, 0x26, 0x5c, 0xb4, 0xa4, 0xf6, 0x4c, 0x35, 0x0f, 0x9d, 0x1b, 0xe1, 0x56, 0x0d, + 0x93, 0x03, 0x85, 0xc7, 0x25, 0xf3, 0x40, 0x35, 0x0f, 0xad, 0x0e, 0xe5, 0x08, 0x4f, 0x0f, 0x2b, + 0x44, 0xf7, 0x20, 0x4b, 0xdd, 0x48, 0x57, 0xd1, 0x6d, 0x1b, 0x4b, 0x0e, 0xbc, 0x4a, 0x48, 0xdc, + 0xc5, 0xae, 0xa2, 0x3b, 0x56, 0x46, 0x07, 0x12, 0x27, 0x07, 0x3d, 0x00, 0xc4, 0xad, 0xe0, 0x50, + 0x31, 0x0e, 0x2d, 0xa2, 0x53, 0x03, 0x0f, 0x4f, 0x32, 0xd5, 0x97, 0x15, 0xe3, 0xd0, 0x39, 0x19, + 0x52, 0xf7, 0xe5, 0xd1, 0x2b, 0x1e, 0xc4, 0xb5, 0x1b, 0x87, 0xea, 0x81, 0xcd, 0x6c, 0x6a, 0xa0, + 0xdc, 0x89, 0xeb, 0xab, 0x12, 0x70, 0x47, 0xee, 0x0d, 0x6f, 0x16, 0xd2, 0xe1, 0x3c, 0x67, 0xb7, + 0x81, 0x4d, 0xac, 0xb7, 0xd5, 0x0e, 0xdd, 0x88, 0xb3, 0xe8, 0x4f, 0x47, 0x30, 0xd9, 0xa2, 0x1b, + 0xd1, 0x6f, 0xb2, 0x01, 0x85, 0x01, 0x8e, 0xe5, 0x0b, 0x01, 0x32, 0x5e, 0xc9, 0xa2, 0xfb, 0x30, + 0x43, 0xb5, 0x62, 0x6a, 0x32, 0xbf, 0x6c, 0xc3, 0x6f, 0xcb, 0xaf, 0x46, 0xd2, 0x8c, 0x9d, 0x94, + 0xd2, 0x84, 0x4c, 0x4d, 0x2b, 0x31, 0x22, 0xe2, 0xd7, 0x05, 0xe6, 0xf3, 0x49, 0x19, 0x3a, 0x07, + 0x0b, 0xb5, 0xca, 0x56, 0x49, 0xde, 0xcd, 0x4b, 0x35, 0xdf, 0x09, 0xe9, 0x24, 0x8c, 0x3f, 0x2c, + 0xe5, 0xa5, 0xac, 0x80, 0xa6, 0x20, 0xb1, 0xb5, 0xb3, 0x5d, 0x2b, 0x67, 0x63, 0x28, 0x0b, 0xd3, + 0xc5, 0xfc, 0x43, 0x79, 0xe7, 0xb6, 0xcc, 0x72, 0xe2, 0x68, 0x06, 0x52, 0x3c, 0xe7, 0x41, 0xa9, + 0xf4, 0x61, 0x76, 0x9c, 0x80, 0x90, 0x7f, 0x24, 0x87, 0xe2, 0x27, 0x08, 0x48, 0x79, 0x67, 0x4f, + 0x22, 0x39, 0xc5, 0xfc, 0xc3, 0xec, 0x84, 0x58, 0x85, 0xac, 0x5f, 0xe3, 0xe8, 0x47, 0x00, 0xb8, + 0x1e, 0x86, 0x5f, 0x86, 0x64, 0xc8, 0xf4, 0x32, 0x64, 0xdd, 0xfa, 0x2b, 0xfe, 0xb1, 0x00, 0xe7, + 0x42, 0xf5, 0x71, 0x66, 0xf2, 0xf4, 0x4c, 0x48, 0x4f, 0xd7, 0xb5, 0xa6, 0x62, 0xba, 0x9e, 0xd2, + 0x88, 0x7a, 0xb5, 0x7b, 0xd6, 0xc6, 0xb5, 0xb2, 0xd0, 0xdb, 0x30, 0x49, 0xef, 0x04, 0x1f, 0x5b, + 0x9b, 0x9b, 0x43, 0xef, 0x6e, 0x72, 0x70, 0x71, 0x07, 0x50, 0xff, 0xe0, 0x81, 0xde, 0x81, 0xa9, + 0x0e, 0x7e, 0x36, 0xca, 0x46, 0x50, 0x07, 0x3f, 0xa3, 0xff, 0xc4, 0xf3, 0x70, 0x2e, 0xd4, 0x7f, + 0x88, 0x19, 0x98, 0x76, 0x8f, 0x2b, 0xe2, 0xf7, 0x63, 0x90, 0x26, 0x83, 0x82, 0x51, 0xd3, 0x2a, + 0xcd, 0x8e, 0xa6, 0x63, 0xb4, 0x0a, 0xc8, 0x1e, 0x0e, 0x0c, 0x62, 0xaf, 0xc6, 0x91, 0xca, 0xee, + 0x50, 0x4e, 0xd1, 0x8e, 0x6c, 0x97, 0xd5, 0xb4, 0xea, 0x91, 0xda, 0x45, 0x27, 0x70, 0xbe, 0xae, + 0xb5, 0xdb, 0x5a, 0x47, 0xf6, 0xa2, 0xa9, 0x94, 0x1c, 0x8f, 0x97, 0xde, 0x1e, 0x30, 0x1e, 0xd9, + 0x55, 0xaf, 0x16, 0x28, 0x1d, 0x4f, 0x1e, 0x71, 0xdd, 0x75, 0x3b, 0xdb, 0xaa, 0x98, 0x95, 0x89, + 0xdf, 0x12, 0x60, 0x2e, 0x00, 0x07, 0x5d, 0x05, 0xb1, 0xb0, 0xb3, 0xb5, 0xb5, 0xb3, 0x2d, 0x17, + 0xca, 0x79, 0xa9, 0x2a, 0xd7, 0x76, 0xe4, 0xca, 0x9d, 0xed, 0x1d, 0xc9, 0xff, 0x68, 0x44, 0x0a, + 0x26, 0xb7, 0xf7, 0xb6, 0x4a, 0x52, 0xa5, 0x90, 0x15, 0xd0, 0x3c, 0x64, 0xf3, 0x9b, 0xbb, 0xe5, + 0xbc, 0xbc, 0xb7, 0xbb, 0x5b, 0x92, 0xe4, 0x42, 0xbe, 0x5a, 0xca, 0xc6, 0x9c, 0xdc, 0xcd, 0x9d, + 0x07, 0x56, 0x2e, 0xed, 0x26, 0xbb, 0x7b, 0xdb, 0x85, 0xda, 0x5e, 0xbe, 0x56, 0xd9, 0xd9, 0xce, + 0x8e, 0xa3, 0x0c, 0xc0, 0x83, 0x72, 0xa5, 0x56, 0xaa, 0xee, 0xe6, 0x0b, 0xa5, 0x6c, 0x62, 0x63, + 0x1a, 0xc0, 0x91, 0x86, 0xf8, 0x47, 0x84, 0xcf, 0x80, 0x21, 0xf6, 0x06, 0xcc, 0x92, 0xa1, 0x9b, + 0x0e, 0x3c, 0x56, 0x31, 0x3f, 0xbf, 0x9c, 0xe5, 0x05, 0x36, 0x1a, 0x7a, 0x11, 0x32, 0x9d, 0x5e, + 0x7b, 0x1f, 0xeb, 0x44, 0xb8, 0xa4, 0x94, 0x5f, 0x62, 0x9d, 0x66, 0xb9, 0x35, 0x8d, 0x10, 0x46, + 0x57, 0x48, 0x8c, 0xf1, 0x14, 0xeb, 0x06, 0x96, 0x35, 0xbd, 0x81, 0xd9, 0xad, 0xc5, 0x24, 0x09, + 0x1e, 0x68, 0xe6, 0x0e, 0xc9, 0x43, 0xf7, 0x61, 0x3e, 0x50, 0x57, 0xe3, 0x03, 0x8f, 0x97, 0x7b, + 0x64, 0x2c, 0xa1, 0x7a, 0xbf, 0x3e, 0xfe, 0x85, 0x00, 0xcb, 0x61, 0x63, 0x30, 0xfa, 0x2a, 0xa4, + 0xfc, 0x4b, 0x9b, 0xc3, 0x6c, 0x1a, 0x5a, 0xee, 0x6d, 0xb2, 0x94, 0x7f, 0x1d, 0x73, 0x28, 0x7a, + 0x6f, 0xe0, 0x72, 0xa6, 0xe0, 0x9e, 0x4a, 0x8b, 0xdf, 0x88, 0xc1, 0x8c, 0x9f, 0xe5, 0x3b, 0x30, + 0x69, 0x2d, 0xcc, 0xb3, 0x05, 0x87, 0x5b, 0xd1, 0x22, 0x02, 0x9e, 0x96, 0x2c, 0x6c, 0x7a, 0x65, + 0x80, 0xaf, 0x12, 0xac, 0x42, 0xbc, 0xad, 0x76, 0x22, 0x35, 0x9f, 0x00, 0x52, 0x78, 0xe5, 0x38, + 0x52, 0x7b, 0x09, 0x20, 0xaa, 0xc0, 0x2c, 0x0f, 0x10, 0xe8, 0x7d, 0x7d, 0x67, 0x46, 0x3a, 0x0c, + 0x3b, 0xeb, 0x42, 0x63, 0x8e, 0xe4, 0x77, 0xc6, 0x2d, 0x1f, 0x1c, 0x14, 0xa9, 0x9d, 0xd9, 0x07, + 0xbb, 0x5c, 0x66, 0x6c, 0x24, 0x97, 0x89, 0x0c, 0x98, 0xe1, 0x2e, 0x47, 0x69, 0x75, 0x0f, 0x95, + 0x7d, 0x6c, 0xf2, 0xa7, 0xbc, 0xca, 0xa3, 0x06, 0xa3, 0xab, 0xb7, 0x0f, 0x8e, 0x99, 0x07, 0xd9, + 0xa6, 0x67, 0x9b, 0xf2, 0x9c, 0x1e, 0x89, 0x84, 0x58, 0x15, 0x56, 0x0e, 0x7a, 0x19, 0xf8, 0x6b, + 0x48, 0x4e, 0xa5, 0x09, 0xee, 0x14, 0x33, 0xac, 0xc0, 0x06, 0x5d, 0x84, 0x84, 0xae, 0x34, 0xd4, + 0x63, 0x1a, 0x47, 0x26, 0xe8, 0xcb, 0x66, 0x24, 0x19, 0x36, 0xea, 0x24, 0x4f, 0x3b, 0xea, 0x88, + 0x7f, 0x43, 0x80, 0xa5, 0x90, 0x16, 0xa0, 0x15, 0xb8, 0x7a, 0xfb, 0xf6, 0x47, 0x32, 0x77, 0x84, + 0xdb, 0xf9, 0x5a, 0xe5, 0x7e, 0x49, 0xa6, 0xbe, 0x6c, 0xa3, 0x54, 0x1b, 0xe4, 0x08, 0xc9, 0x00, + 0x5f, 0xfa, 0x28, 0x5f, 0x2c, 0x15, 0x2a, 0x5b, 0xf9, 0xcd, 0x6c, 0x0c, 0x5d, 0x80, 0x65, 0xc7, + 0x27, 0x32, 0x12, 0xb2, 0x05, 0x1e, 0x47, 0xb3, 0x90, 0xf6, 0x66, 0x8d, 0x6f, 0x00, 0x24, 0x2d, + 0x19, 0x89, 0xff, 0x47, 0x80, 0x29, 0x5b, 0xfd, 0xa8, 0x02, 0x53, 0x34, 0x56, 0x52, 0xad, 0x8b, + 0x7b, 0xe1, 0x33, 0xaa, 0x9a, 0x05, 0x67, 0x63, 0xd3, 0x95, 0x0a, 0x2b, 0x97, 0x90, 0xea, 0x75, + 0x9e, 0xe9, 0x4a, 0xb7, 0x8b, 0x2d, 0x77, 0x10, 0x46, 0x6a, 0xcf, 0x82, 0xf3, 0x90, 0xb2, 0xb1, + 0xd1, 0x16, 0xa4, 0x8e, 0xda, 0x86, 0x6c, 0x11, 0x1b, 0x3c, 0x85, 0xfa, 0xb0, 0x6d, 0x3c, 0xe8, + 0xa7, 0x06, 0x47, 0x76, 0xf6, 0x46, 0x12, 0x26, 0xd8, 0x51, 0x2a, 0xf1, 0x3a, 0xa0, 0xfe, 0x66, + 0x04, 0x5d, 0xb9, 0x11, 0xaf, 0x02, 0xea, 0xe7, 0x12, 0x65, 0x21, 0x6e, 0x75, 0xae, 0x69, 0x89, + 0xfc, 0x15, 0x3f, 0x81, 0xb9, 0x00, 0x06, 0x88, 0x7b, 0xe3, 0xc8, 0xb2, 0x83, 0x00, 0x3c, 0x8b, + 0x00, 0x5c, 0x85, 0x19, 0xa7, 0xb7, 0xba, 0x6f, 0xf5, 0xa4, 0xed, 0x0e, 0x49, 0x6f, 0x21, 0xfe, + 0xa9, 0x00, 0x33, 0xbe, 0x38, 0x1b, 0x5d, 0x87, 0xac, 0xcb, 0xf5, 0xca, 0x0d, 0xe5, 0xc4, 0x5a, + 0x4c, 0xc8, 0x38, 0x1e, 0xb6, 0xa8, 0x9c, 0x18, 0x04, 0xd2, 0xe5, 0xe3, 0x19, 0x24, 0x1b, 0xa5, + 0x32, 0x8e, 0x2b, 0xa7, 0x90, 0xa7, 0x8e, 0x97, 0x50, 0xde, 0xe3, 0x77, 0xc6, 0xa3, 0xf9, 0x1d, + 0x7a, 0x0c, 0xd4, 0x4a, 0x10, 0x05, 0xb5, 0xb1, 0x79, 0xa8, 0x35, 0xc4, 0xef, 0xc4, 0x60, 0x29, + 0x64, 0xc9, 0x02, 0x69, 0x30, 0xd3, 0xbf, 0xf6, 0x31, 0xe8, 0x4c, 0x6f, 0x08, 0xa1, 0x90, 0x7c, + 0xc9, 0x4f, 0x3d, 0xf7, 0xbb, 0x02, 0x2c, 0x06, 0xc3, 0x9e, 0xf9, 0xcd, 0x3b, 0x15, 0x96, 0xbb, + 0xd6, 0x4a, 0x87, 0x6f, 0x99, 0x85, 0xf7, 0x9d, 0xd5, 0xf0, 0x73, 0x84, 0x41, 0x0b, 0x24, 0xd2, + 0x52, 0x37, 0xb8, 0x40, 0xfc, 0x7a, 0x1c, 0xe6, 0xa8, 0xd2, 0x7c, 0x4d, 0x78, 0x13, 0x26, 0xe8, + 0x79, 0xcf, 0xa8, 0x07, 0xb8, 0x39, 0x34, 0x2a, 0xc2, 0x54, 0x5d, 0xeb, 0x34, 0x54, 0xd7, 0xb3, + 0x26, 0x57, 0x07, 0xae, 0x08, 0x15, 0x2c, 0x68, 0xc9, 0x41, 0x44, 0x47, 0x03, 0x04, 0x30, 0x7e, + 0x1a, 0x01, 0x94, 0xc7, 0x42, 0x45, 0x30, 0x78, 0xfd, 0x2c, 0xf1, 0x9c, 0xd7, 0xcf, 0x02, 0xe6, + 0x9f, 0x9f, 0x0b, 0xb0, 0x10, 0xb8, 0x3a, 0x86, 0x64, 0x58, 0x60, 0x6f, 0xcc, 0x04, 0x5b, 0xf6, + 0xca, 0x20, 0x9d, 0xf8, 0x0c, 0x60, 0xfe, 0xa0, 0x3f, 0xd3, 0x40, 0x0f, 0x61, 0x8e, 0x2f, 0xe6, + 0x19, 0xbd, 0x6e, 0x57, 0xc7, 0x86, 0xc1, 0x57, 0xf2, 0x06, 0x3d, 0xee, 0xc7, 0x78, 0xad, 0x3a, + 0x08, 0x12, 0xd2, 0xfd, 0x59, 0x86, 0xf8, 0x10, 0x66, 0xfb, 0x00, 0xbd, 0xd6, 0x21, 0x9c, 0xd2, + 0x3a, 0xc4, 0x5f, 0x4a, 0xc0, 0x8c, 0xaf, 0x18, 0xd5, 0x20, 0x85, 0x8f, 0x9d, 0x16, 0x0c, 0x7e, + 0xe1, 0xd1, 0x87, 0xbc, 0x5a, 0x72, 0x30, 0x25, 0x37, 0x99, 0xdc, 0x6f, 0x91, 0xe1, 0xd0, 0xae, + 0xe3, 0x74, 0x07, 0xa6, 0x4b, 0x90, 0xd4, 0xba, 0x58, 0x57, 0x4c, 0xfe, 0x28, 0x49, 0x66, 0xc0, + 0xaa, 0x64, 0x8b, 0xea, 0x45, 0x69, 0xed, 0x70, 0x04, 0xc9, 0x46, 0x75, 0x36, 0x55, 0xc6, 0x23, + 0x6f, 0xaa, 0xe4, 0x3e, 0x01, 0xb0, 0xb9, 0x37, 0xd0, 0x2e, 0x80, 0x2d, 0x43, 0xcb, 0x84, 0x5e, + 0x89, 0x28, 0x21, 0x47, 0x0f, 0x2e, 0x1a, 0xb9, 0x6f, 0xc5, 0x20, 0xe5, 0x92, 0x1d, 0x6a, 0x93, + 0x01, 0xa5, 0x49, 0xcf, 0xee, 0xda, 0x4d, 0x66, 0xeb, 0x26, 0x1b, 0xa3, 0x6b, 0x62, 0x75, 0x93, + 0x91, 0xb2, 0x65, 0x31, 0xd3, 0xf2, 0x66, 0xa0, 0xaa, 0xa7, 0x41, 0x4c, 0xe5, 0xaf, 0x8e, 0xda, + 0x20, 0xd2, 0x59, 0x5d, 0x64, 0xc4, 0xf7, 0x61, 0xc6, 0x57, 0x31, 0xba, 0x0c, 0x17, 0x36, 0x77, + 0xee, 0x54, 0x0a, 0xf9, 0x4d, 0x79, 0x67, 0xb7, 0x24, 0xe5, 0x6b, 0x3b, 0x92, 0x2f, 0x22, 0x9b, + 0x84, 0x78, 0x7e, 0xbb, 0x98, 0x15, 0xec, 0x7d, 0x91, 0x5f, 0x13, 0x60, 0x31, 0xf8, 0xb9, 0x04, + 0x32, 0x8d, 0xb4, 0xbb, 0xb3, 0xef, 0x62, 0x71, 0xd6, 0x55, 0xc0, 0x6e, 0x15, 0x37, 0x61, 0xd9, + 0xdb, 0xf7, 0x65, 0xa3, 0xd7, 0x6e, 0x2b, 0xba, 0x6a, 0x1f, 0x6b, 0xbf, 0x19, 0xe9, 0xb1, 0x86, + 0x2a, 0xc5, 0x3a, 0x91, 0x96, 0xcc, 0x80, 0x6c, 0x15, 0x1b, 0xe2, 0xb7, 0x26, 0x60, 0x21, 0x10, + 0xe5, 0x8c, 0x37, 0xe6, 0xed, 0x3e, 0x13, 0x1b, 0xa5, 0xcf, 0xdc, 0xf7, 0x3b, 0x49, 0xae, 0xdd, + 0x51, 0x87, 0x3d, 0x1f, 0x95, 0x70, 0x87, 0x9a, 0x78, 0x4e, 0x0e, 0xf5, 0x9e, 0xfd, 0x3a, 0x9c, + 0xe5, 0x50, 0xf9, 0xea, 0x74, 0x74, 0x67, 0x9a, 0xf1, 0x3a, 0x53, 0x54, 0x83, 0x49, 0xb6, 0xd3, + 0x6a, 0x1d, 0xd9, 0x79, 0x77, 0x14, 0x8d, 0xaf, 0x5a, 0x9a, 0x67, 0xd7, 0xfa, 0x2d, 0x52, 0xc1, + 0x56, 0x38, 0x19, 0x6c, 0x85, 0xb9, 0x9f, 0x17, 0x20, 0xed, 0xa1, 0xe3, 0x6c, 0xd7, 0x0a, 0xae, + 0xed, 0x5a, 0xf4, 0x10, 0xc6, 0xed, 0x6b, 0x19, 0x99, 0xd0, 0xc0, 0x2b, 0x98, 0x4f, 0x9f, 0x78, + 0x69, 0x35, 0x05, 0xad, 0x81, 0x25, 0x4a, 0x12, 0x2d, 0xc3, 0x64, 0x83, 0xed, 0x7c, 0xb3, 0x0d, + 0x5b, 0xc9, 0x4a, 0x8a, 0x9f, 0xc0, 0x72, 0x18, 0x2e, 0x99, 0x55, 0xd5, 0xa4, 0xfc, 0x76, 0xf5, + 0xf6, 0x8e, 0xb4, 0x45, 0x17, 0x7f, 0x64, 0xa9, 0x54, 0xdd, 0xdb, 0xac, 0xc9, 0x85, 0x9d, 0x62, + 0xc0, 0xf2, 0x52, 0x75, 0xaf, 0x50, 0x28, 0x55, 0xab, 0x6c, 0xd9, 0xb5, 0x24, 0x49, 0x3b, 0x52, + 0x36, 0x26, 0x6a, 0x90, 0xac, 0xd6, 0x0f, 0x71, 0xa3, 0x47, 0xef, 0x00, 0xe7, 0x74, 0x5c, 0xef, + 0xe9, 0x3a, 0x3d, 0xca, 0xd1, 0xc5, 0xba, 0xaa, 0x35, 0x64, 0xeb, 0x69, 0x73, 0xde, 0x39, 0xce, + 0xf5, 0x6d, 0xfd, 0x16, 0x39, 0x40, 0x79, 0x4c, 0x5a, 0x76, 0xd0, 0x77, 0x29, 0xb6, 0x55, 0x46, + 0xa2, 0x5c, 0xf6, 0x3a, 0x84, 0xf8, 0x4f, 0x63, 0x30, 0xe3, 0x7f, 0x0d, 0xe1, 0x94, 0xf7, 0xfe, + 0x7d, 0x17, 0xf5, 0xe3, 0x7d, 0x17, 0xf5, 0xfd, 0xaf, 0x4d, 0x8e, 0x8f, 0xf4, 0xda, 0xe4, 0x7b, + 0x90, 0xea, 0x75, 0x9d, 0x2d, 0xdf, 0xc4, 0x70, 0x64, 0x06, 0x4e, 0x91, 0xfb, 0x9f, 0x7e, 0x99, + 0x38, 0xf5, 0xd3, 0x2f, 0xe2, 0x6f, 0xc7, 0x00, 0x15, 0xfb, 0x5e, 0xcd, 0xf9, 0x61, 0x14, 0x5b, + 0xe0, 0x63, 0x5b, 0x13, 0x67, 0x7c, 0x6c, 0x4b, 0x7c, 0x02, 0x89, 0x92, 0xae, 0x6b, 0x3a, 0xba, + 0xe9, 0xf4, 0x33, 0x66, 0xce, 0xc8, 0x22, 0xaa, 0x77, 0xeb, 0xf4, 0xae, 0x54, 0xcf, 0xb0, 0xfb, + 0x1e, 0x7a, 0x97, 0x1d, 0x5c, 0xa0, 0x5c, 0x5a, 0x61, 0xe3, 0xc0, 0x86, 0x38, 0xd0, 0xe2, 0x77, + 0x12, 0x00, 0x77, 0xb5, 0xfd, 0x9a, 0xae, 0x36, 0x9b, 0x58, 0xff, 0xf2, 0x54, 0x75, 0x17, 0x52, + 0x96, 0x9d, 0x3d, 0xd6, 0xf6, 0xb9, 0xaa, 0xa2, 0xbe, 0x24, 0x42, 0x82, 0x03, 0xd5, 0xce, 0x23, + 0xb1, 0x9c, 0xc9, 0xf8, 0xb5, 0x86, 0x8c, 0xb0, 0x58, 0xce, 0x69, 0xd9, 0x2a, 0xff, 0x95, 0x6c, + 0x54, 0xf4, 0x3a, 0x4c, 0x60, 0x22, 0x6d, 0xeb, 0x00, 0x50, 0x58, 0x30, 0x47, 0x55, 0x22, 0x71, + 0x58, 0xbf, 0xcd, 0x4d, 0x9e, 0xc5, 0xe6, 0x92, 0x23, 0xd9, 0xdc, 0x07, 0x90, 0x6e, 0x29, 0x86, + 0x29, 0xeb, 0xbd, 0x0e, 0x43, 0x9f, 0x1a, 0x8a, 0x9e, 0x22, 0x08, 0x52, 0xaf, 0x43, 0xf1, 0xbf, + 0x06, 0x13, 0xec, 0x23, 0x0c, 0xcb, 0x40, 0x47, 0x86, 0xeb, 0xc3, 0x85, 0xc6, 0x2d, 0x8d, 0xe3, + 0xe5, 0xaa, 0x30, 0x69, 0x19, 0xca, 0x57, 0x21, 0x69, 0x70, 0x7f, 0x3c, 0x24, 0x1c, 0xb1, 0xdc, + 0x76, 0x79, 0x4c, 0xb2, 0x51, 0x36, 0xa6, 0x60, 0x92, 0xeb, 0x41, 0x2c, 0xc3, 0x04, 0xab, 0x06, + 0x2d, 0x02, 0xaa, 0xd6, 0xf2, 0xb5, 0xbd, 0x6a, 0xff, 0x98, 0x50, 0x2e, 0xe5, 0x37, 0x6b, 0xe5, + 0x87, 0x59, 0x01, 0x01, 0x4c, 0xec, 0xe6, 0xf7, 0xaa, 0xa5, 0x22, 0x7b, 0x96, 0xba, 0x90, 0xdf, + 0x2e, 0x94, 0x36, 0x37, 0x4b, 0xc5, 0x6c, 0x7c, 0x23, 0x01, 0xf1, 0xc7, 0xda, 0xbe, 0xf8, 0x7b, + 0xe3, 0x30, 0xc1, 0xde, 0xd9, 0x40, 0xf7, 0x20, 0x6d, 0x28, 0x4f, 0x5d, 0x2f, 0x30, 0x0a, 0x03, + 0x97, 0xa9, 0x18, 0xd6, 0x6a, 0x55, 0x79, 0x6a, 0x3f, 0xce, 0x58, 0x1e, 0x93, 0xa6, 0x0d, 0x57, + 0x1a, 0x95, 0x61, 0xb2, 0xdb, 0xdb, 0x97, 0x8d, 0xde, 0xfe, 0x90, 0x77, 0xba, 0x38, 0xb1, 0xdd, + 0xde, 0x7e, 0x4b, 0x35, 0x0e, 0x6b, 0xda, 0x6e, 0x6f, 0xbf, 0xda, 0xdb, 0x2f, 0x8f, 0x49, 0x13, + 0x5d, 0xfa, 0x0f, 0x1d, 0xc1, 0x52, 0x97, 0x15, 0xf2, 0x70, 0xf2, 0x44, 0x36, 0x35, 0xb9, 0x6e, + 0xd4, 0xeb, 0x43, 0x26, 0x4e, 0x5e, 0xca, 0x7c, 0xe8, 0xae, 0x69, 0x05, 0xa3, 0x5e, 0x2f, 0x8f, + 0x49, 0xf3, 0xdd, 0x80, 0x7c, 0xd4, 0x86, 0xa5, 0xc7, 0xda, 0xbe, 0xdc, 0xd1, 0x4c, 0xf5, 0x40, + 0x65, 0x8f, 0x88, 0xca, 0xb8, 0x4d, 0x3d, 0x0c, 0xb3, 0xc2, 0xd7, 0x06, 0x57, 0x76, 0x57, 0xdb, + 0xdf, 0x76, 0xe1, 0x96, 0x28, 0x6a, 0x79, 0x4c, 0x5a, 0x78, 0x1c, 0x54, 0x90, 0x93, 0x61, 0xda, + 0x2d, 0x45, 0xb4, 0x63, 0x3f, 0x7d, 0xe5, 0x39, 0x19, 0xb2, 0x12, 0xfd, 0xe9, 0x2b, 0xeb, 0xb5, + 0x2b, 0xfe, 0x40, 0xc0, 0x35, 0x98, 0xf1, 0x49, 0x96, 0x44, 0x43, 0xa6, 0xd6, 0xe5, 0x97, 0x3c, + 0xa7, 0x24, 0x96, 0xc8, 0x2d, 0xc2, 0x7c, 0x90, 0xa0, 0x72, 0x4b, 0xb0, 0x10, 0xd8, 0x26, 0x12, + 0x02, 0xb0, 0xd7, 0x59, 0xc4, 0x5f, 0x11, 0xe0, 0x42, 0x81, 0x76, 0x5e, 0xff, 0x7b, 0x49, 0x43, + 0xde, 0x53, 0xbb, 0x07, 0xd9, 0xbe, 0x07, 0x99, 0x62, 0x23, 0x3d, 0xc8, 0x34, 0xe3, 0x7b, 0xed, + 0x0c, 0x5d, 0x82, 0x94, 0xfd, 0x2a, 0x9a, 0xda, 0xe0, 0x1e, 0x16, 0xac, 0xac, 0x4a, 0x43, 0xfc, + 0x1d, 0x01, 0x2e, 0xec, 0x51, 0x67, 0x11, 0xc2, 0x6c, 0x90, 0x6b, 0xff, 0x12, 0x18, 0x75, 0x5c, + 0x1c, 0xdd, 0x6f, 0x8b, 0x87, 0xf8, 0x28, 0x1a, 0xcc, 0x6f, 0x29, 0xc6, 0x91, 0xe5, 0xe2, 0xc8, + 0x7f, 0x71, 0x0d, 0xce, 0xdd, 0xc1, 0x66, 0xf4, 0x06, 0x88, 0x3f, 0x23, 0xc0, 0x79, 0xf6, 0x1a, + 0x91, 0x07, 0xc5, 0x18, 0xa6, 0xa1, 0x8b, 0x00, 0x5d, 0xa5, 0x89, 0x65, 0x53, 0x3b, 0xe2, 0x6f, + 0x88, 0x4e, 0x49, 0x53, 0x24, 0xa7, 0x46, 0x32, 0xd0, 0x79, 0xa0, 0x09, 0x67, 0xdf, 0x2b, 0x21, + 0x25, 0x49, 0x06, 0x3d, 0x40, 0x7a, 0x0e, 0x92, 0x74, 0x9b, 0x50, 0xde, 0x3f, 0xe1, 0x8f, 0x2e, + 0x4d, 0xd2, 0xf4, 0xc6, 0x89, 0xf8, 0x0b, 0x02, 0x5c, 0x08, 0x66, 0x87, 0xbf, 0x91, 0x54, 0x85, + 0x59, 0xbf, 0xc0, 0xad, 0x45, 0x80, 0xa8, 0x12, 0xcf, 0xfa, 0x24, 0x6e, 0xa0, 0xab, 0x30, 0xd3, + 0xc1, 0xc7, 0xa6, 0xdc, 0xd7, 0xa2, 0x34, 0xc9, 0xde, 0xb5, 0x5a, 0x25, 0xae, 0xc3, 0x85, 0x22, + 0x6e, 0xe1, 0x51, 0x2c, 0x84, 0xee, 0x96, 0xb0, 0x3e, 0xe0, 0x0c, 0x0b, 0xc3, 0x84, 0xbb, 0x01, + 0x29, 0xe2, 0x6b, 0xb8, 0x83, 0xe7, 0x06, 0xf5, 0xc2, 0xd0, 0xd1, 0x46, 0x82, 0xc7, 0x4e, 0x20, + 0x72, 0x11, 0x80, 0xe3, 0x3b, 0xe6, 0x3e, 0xc5, 0x73, 0x2a, 0x0d, 0x62, 0x28, 0xc4, 0x31, 0x3d, + 0x0d, 0xe4, 0x2b, 0xa8, 0x1d, 0xbf, 0x26, 0xc0, 0x12, 0xeb, 0x1e, 0x91, 0xe0, 0x9f, 0x4b, 0x1b, + 0xce, 0xd4, 0x15, 0x56, 0x60, 0xfe, 0x0e, 0x36, 0xa3, 0x35, 0xee, 0xfb, 0x02, 0xcc, 0x31, 0x25, + 0x15, 0x5b, 0xdd, 0xbb, 0xda, 0xfe, 0x30, 0x05, 0xf9, 0x82, 0xb1, 0xd8, 0x59, 0x82, 0xb1, 0x0a, + 0x24, 0x75, 0xd5, 0x38, 0xa2, 0x84, 0xe2, 0x83, 0xcf, 0x1e, 0x06, 0x3d, 0xe8, 0x55, 0x1e, 0x93, + 0x26, 0x09, 0x3e, 0x21, 0xb5, 0x00, 0x13, 0x44, 0xe6, 0x6a, 0x83, 0x77, 0xab, 0xc4, 0x63, 0x6d, + 0xbf, 0xd2, 0xb0, 0x86, 0xf5, 0xbf, 0x2b, 0xc0, 0x22, 0xe9, 0x5b, 0x8e, 0x48, 0x7e, 0x40, 0xbd, + 0xdc, 0xf5, 0x32, 0x5a, 0xc2, 0xf3, 0x32, 0xda, 0x4f, 0x09, 0xb0, 0xd4, 0xc7, 0x21, 0xef, 0xf8, + 0x45, 0x98, 0x76, 0xd9, 0x93, 0xd5, 0xe7, 0x23, 0x18, 0x54, 0xca, 0x31, 0xa8, 0xe8, 0x3d, 0xfd, + 0x16, 0x2c, 0xb1, 0x9e, 0x1e, 0xcd, 0x7e, 0xfe, 0x76, 0x0c, 0xb2, 0x7e, 0x35, 0x93, 0x99, 0x21, + 0xff, 0x9a, 0x98, 0x77, 0xcc, 0x7e, 0x31, 0xf4, 0x05, 0x07, 0xf7, 0x68, 0x9d, 0x36, 0x3c, 0x0f, + 0x67, 0x3e, 0xd7, 0x17, 0x46, 0x43, 0x5f, 0x0a, 0x8d, 0x87, 0xbf, 0xf7, 0xea, 0x7a, 0xa1, 0x6d, + 0x7c, 0xa4, 0x17, 0xda, 0x7e, 0x2f, 0x01, 0x13, 0xac, 0x57, 0x05, 0xfa, 0x89, 0x37, 0xf8, 0x67, + 0x5c, 0x06, 0x7f, 0x0e, 0x89, 0x11, 0x70, 0x7d, 0xb7, 0xe5, 0x7d, 0xfa, 0xf0, 0xbb, 0x89, 0xf9, + 0x5a, 0xf4, 0xd5, 0x81, 0x78, 0xc4, 0x1c, 0x48, 0x88, 0x8c, 0x25, 0x86, 0x84, 0x3e, 0x82, 0x69, + 0xda, 0xe7, 0xac, 0x39, 0xe2, 0xf8, 0xe0, 0x08, 0x6e, 0xc0, 0x05, 0x86, 0xf2, 0x98, 0x94, 0xd2, + 0x5d, 0x6f, 0x67, 0x3c, 0x02, 0x6b, 0x40, 0xb7, 0x89, 0x0f, 0x3e, 0x3e, 0x1a, 0xf6, 0x82, 0x65, + 0x79, 0x4c, 0xb2, 0x34, 0x6e, 0xd1, 0x3e, 0xd3, 0x27, 0x35, 0xde, 0x01, 0xa0, 0x8f, 0xe3, 0x47, + 0x9d, 0x75, 0x4d, 0x51, 0x68, 0x8a, 0xfa, 0x06, 0x24, 0x71, 0xa7, 0x11, 0x75, 0xc6, 0x35, 0x89, + 0x3b, 0x0d, 0x8a, 0x76, 0x1d, 0xb2, 0xae, 0x1e, 0xcb, 0x0c, 0x0c, 0xa8, 0xe6, 0x33, 0x4e, 0x97, + 0xa4, 0xb6, 0xe5, 0x4c, 0x24, 0x53, 0xd1, 0x27, 0x92, 0x62, 0x1d, 0x92, 0x96, 0x5e, 0xd1, 0x39, + 0x58, 0xb8, 0xbb, 0xb3, 0x21, 0x93, 0xd9, 0x4f, 0xc0, 0x82, 0xd8, 0x6e, 0x69, 0xbb, 0x58, 0xd9, + 0xbe, 0x93, 0x15, 0x48, 0x42, 0xda, 0xdb, 0xde, 0x26, 0x89, 0x18, 0x4a, 0xc2, 0x78, 0x71, 0x67, + 0xbb, 0x94, 0x8d, 0xa3, 0x69, 0x48, 0xb2, 0x79, 0x50, 0xa9, 0x98, 0x1d, 0x27, 0x33, 0xa4, 0xdb, + 0xf9, 0x0a, 0xf9, 0x9f, 0x20, 0xf3, 0x2c, 0x6b, 0x85, 0xee, 0x2a, 0x64, 0xef, 0x60, 0xd3, 0x3b, + 0x40, 0x04, 0x39, 0x83, 0x7f, 0x2f, 0x00, 0x22, 0x5e, 0x8c, 0x41, 0x06, 0xf8, 0xd8, 0x71, 0x8f, + 0x8f, 0x75, 0x9c, 0xa1, 0xe0, 0x76, 0x86, 0x5e, 0xe7, 0x1a, 0xf3, 0x39, 0x57, 0xaf, 0x63, 0x8e, + 0xfb, 0x1d, 0xb3, 0xd5, 0xa9, 0x12, 0xa3, 0x75, 0x2a, 0xb7, 0xcb, 0x9e, 0xf0, 0x06, 0x66, 0x5d, + 0x98, 0xf3, 0xb4, 0x89, 0x7b, 0xe5, 0x57, 0x61, 0xfc, 0xb1, 0xb6, 0x6f, 0x79, 0xe3, 0x8b, 0x03, + 0x2b, 0x92, 0x28, 0x68, 0x64, 0x17, 0xfc, 0x32, 0xcc, 0x15, 0x94, 0x4e, 0x1d, 0xb7, 0x86, 0x4b, + 0xfc, 0x65, 0x98, 0x63, 0xde, 0x7a, 0x38, 0xe8, 0x6f, 0x0a, 0x70, 0x89, 0x8f, 0xf4, 0x7d, 0xeb, + 0x6c, 0xc3, 0x46, 0xc3, 0x47, 0x30, 0x17, 0xf0, 0x22, 0xfa, 0x90, 0x63, 0x20, 0x01, 0xd5, 0xa0, + 0xfe, 0x77, 0xd3, 0x87, 0x4f, 0x4f, 0xfe, 0x9d, 0x00, 0x97, 0x58, 0xfc, 0x15, 0xce, 0x78, 0x90, + 0x7f, 0xfd, 0x32, 0x99, 0x3e, 0x53, 0x7c, 0xb6, 0x0e, 0x17, 0x48, 0x77, 0x1a, 0xa5, 0x31, 0xe2, + 0xcf, 0x0a, 0xf0, 0x15, 0x6a, 0x86, 0x7d, 0x58, 0x3f, 0xa8, 0x09, 0xcb, 0x3f, 0x14, 0xe0, 0x52, + 0x28, 0x47, 0xbc, 0x93, 0x7c, 0x0c, 0xf3, 0x01, 0x2a, 0xb0, 0x3a, 0xcd, 0x08, 0x3a, 0x98, 0xeb, + 0xd7, 0x41, 0xf4, 0xfe, 0xf4, 0x06, 0x5c, 0xe2, 0x9d, 0x64, 0x24, 0x91, 0xff, 0x83, 0x18, 0x9c, + 0xdf, 0x54, 0xf4, 0x26, 0x66, 0x5f, 0xe9, 0x73, 0xbe, 0xc2, 0xc9, 0x63, 0x89, 0x32, 0xa4, 0xf8, + 0xc2, 0x44, 0x57, 0x31, 0x0f, 0x79, 0x88, 0x13, 0x7a, 0x48, 0xbf, 0xa5, 0xf5, 0x1a, 0x3c, 0xce, + 0xd9, 0x55, 0xcc, 0x43, 0x09, 0x18, 0x2e, 0xf9, 0x8f, 0x14, 0x58, 0xac, 0x93, 0x72, 0xd9, 0x8a, + 0x9a, 0xe8, 0xd7, 0x70, 0x0c, 0x6c, 0x9d, 0xd4, 0x5b, 0x89, 0x40, 0xf4, 0xb6, 0x4a, 0x3f, 0xcf, + 0x47, 0xaf, 0x97, 0xf4, 0x67, 0xa3, 0x6d, 0x98, 0xd9, 0x57, 0x9b, 0xf2, 0x93, 0x1e, 0xd6, 0x4f, + 0x64, 0xb6, 0xa1, 0x17, 0xed, 0x11, 0x35, 0x6a, 0xc2, 0xe5, 0x31, 0x29, 0xbd, 0xef, 0xce, 0x70, + 0x1d, 0xba, 0xfa, 0xae, 0x00, 0xf3, 0xa4, 0x32, 0xdc, 0xf0, 0x5d, 0x8f, 0xf0, 0x2f, 0xfe, 0x0a, + 0x43, 0x17, 0x7f, 0x63, 0xfd, 0x8b, 0xbf, 0x2d, 0x58, 0x6a, 0x11, 0x1d, 0xc8, 0xfc, 0x30, 0xa0, + 0xeb, 0x1b, 0xaa, 0x83, 0x57, 0xba, 0x06, 0x68, 0xae, 0x3c, 0x26, 0x2d, 0xb4, 0x82, 0x8a, 0xed, + 0xdd, 0xdf, 0xbf, 0x1e, 0x83, 0x05, 0x6f, 0x9b, 0xf8, 0xa7, 0x8c, 0x50, 0x01, 0x26, 0x3c, 0x21, + 0xed, 0x8d, 0x01, 0x21, 0xad, 0x5f, 0x22, 0x12, 0x47, 0xf5, 0x87, 0x33, 0xb1, 0x91, 0xc2, 0x99, + 0xaf, 0x79, 0xe3, 0xbf, 0x95, 0x48, 0x0c, 0x78, 0x62, 0x40, 0x27, 0xe8, 0x18, 0x1f, 0x21, 0xe8, + 0xf8, 0x0f, 0x02, 0x64, 0xbc, 0x44, 0x03, 0xbd, 0xee, 0x1e, 0xcc, 0xb0, 0x0d, 0x32, 0xd3, 0xfe, + 0x2c, 0xd4, 0xe0, 0x7b, 0x65, 0x81, 0x72, 0x96, 0x32, 0x9c, 0x88, 0x25, 0xf7, 0x07, 0x90, 0xed, + 0x62, 0xf6, 0xd1, 0x22, 0x4e, 0x76, 0xd8, 0xfe, 0x79, 0x30, 0xdd, 0x19, 0x4e, 0x85, 0xa7, 0x0d, + 0xf1, 0x1f, 0x09, 0x70, 0x9e, 0x0d, 0x8b, 0x5e, 0x84, 0x61, 0x5e, 0xd5, 0x31, 0x84, 0xd8, 0xe9, + 0x0d, 0xe1, 0x16, 0xcc, 0x19, 0xb4, 0xdc, 0x75, 0x63, 0xc9, 0x1e, 0x03, 0xb3, 0x86, 0x07, 0xb5, + 0xd2, 0x10, 0x7f, 0x5d, 0x80, 0xf3, 0x6c, 0x24, 0x0c, 0xe6, 0x35, 0x48, 0x1f, 0xcf, 0x85, 0xcf, + 0x33, 0x0d, 0x77, 0xab, 0xb0, 0x7c, 0x07, 0x9b, 0x91, 0x39, 0x16, 0xff, 0x9a, 0x00, 0x39, 0x32, + 0xb0, 0x78, 0x31, 0x7e, 0x50, 0xc3, 0xdc, 0xdf, 0xe2, 0xcb, 0x84, 0x7d, 0xdc, 0xf0, 0x21, 0xee, + 0x1e, 0xcc, 0xfa, 0x55, 0x68, 0x8d, 0x6f, 0x2f, 0x45, 0x12, 0xb5, 0x34, 0xe3, 0xd5, 0x73, 0xf4, + 0x71, 0xed, 0x55, 0x38, 0xcf, 0xc6, 0xb5, 0xc8, 0xb2, 0x5d, 0xd9, 0x82, 0xb4, 0xe7, 0x13, 0xb1, + 0x68, 0x09, 0xe6, 0x0a, 0x3b, 0xdb, 0xb5, 0xd2, 0xb6, 0xff, 0x8c, 0x72, 0x16, 0xa6, 0xad, 0x82, + 0x5a, 0xe9, 0xa3, 0x5a, 0x56, 0x40, 0xb3, 0x90, 0xb6, 0x72, 0xd8, 0xb7, 0x3f, 0x63, 0x2b, 0x9f, + 0x09, 0x30, 0xed, 0xfe, 0x6e, 0x33, 0xba, 0x08, 0xe7, 0xb6, 0xf2, 0xb5, 0x42, 0xb9, 0xb2, 0x7d, + 0x27, 0xe8, 0xb3, 0xa1, 0x17, 0x60, 0xd9, 0x5b, 0x7c, 0x7b, 0x6f, 0x73, 0x53, 0xa6, 0x59, 0x59, + 0x01, 0x5d, 0x82, 0xf3, 0xde, 0xd2, 0xdd, 0xbc, 0x54, 0xab, 0xe4, 0x2d, 0x80, 0x58, 0x3f, 0x40, + 0x65, 0xfb, 0x7e, 0x49, 0xaa, 0x96, 0x38, 0x40, 0x7c, 0x65, 0xd7, 0x79, 0x74, 0xdf, 0xf5, 0xf6, + 0x3d, 0x99, 0x23, 0x95, 0xb6, 0xf7, 0xb6, 0x82, 0x38, 0x4a, 0xc1, 0x64, 0x85, 0x66, 0xf0, 0x16, + 0x4a, 0x95, 0xea, 0x87, 0x72, 0x7e, 0x3b, 0xbf, 0xf9, 0xb0, 0x5a, 0xa9, 0x66, 0x63, 0x2b, 0xff, + 0x4a, 0x00, 0xd4, 0x7f, 0xac, 0x0b, 0x5d, 0x81, 0x4b, 0x52, 0x69, 0x93, 0x9e, 0x48, 0x08, 0x3f, + 0x54, 0x34, 0x0d, 0xc9, 0xd2, 0xbd, 0xbd, 0xfc, 0xa6, 0x5c, 0xdb, 0xc9, 0x0a, 0x44, 0xa0, 0xdb, + 0x3b, 0x35, 0xd9, 0xce, 0xa1, 0xf7, 0xc1, 0xee, 0x48, 0xa5, 0x7c, 0xad, 0x24, 0xc9, 0xb5, 0x72, + 0x7e, 0x9b, 0x7d, 0x1d, 0x75, 0xb3, 0x54, 0xad, 0xb2, 0xe4, 0x38, 0xca, 0xc1, 0xa2, 0x1b, 0x40, + 0xde, 0x91, 0x18, 0x7a, 0x35, 0x9b, 0x20, 0x8a, 0xb3, 0x41, 0x5d, 0x05, 0x13, 0x64, 0x0e, 0x57, + 0xfa, 0xa8, 0x52, 0xad, 0x55, 0xb3, 0x93, 0x2b, 0x12, 0x80, 0x33, 0xd5, 0x21, 0xd2, 0x2f, 0x6e, + 0xee, 0xca, 0x64, 0xba, 0x18, 0x20, 0x89, 0x19, 0x48, 0x71, 0x49, 0x10, 0x88, 0xac, 0x80, 0x16, + 0x60, 0xd6, 0x23, 0x0d, 0x9a, 0x1d, 0x5b, 0xe9, 0xc0, 0x5c, 0xc0, 0xd8, 0x82, 0xae, 0x82, 0x48, + 0xbf, 0xf5, 0x51, 0x94, 0x2b, 0xdb, 0xb7, 0x77, 0x58, 0x05, 0x43, 0x27, 0xa5, 0x53, 0x90, 0x90, + 0x4a, 0xf9, 0xe2, 0xc3, 0x6c, 0xcc, 0x35, 0xf5, 0x8c, 0x33, 0xa5, 0xdc, 0xcf, 0x6f, 0x56, 0x8a, + 0xd9, 0xf1, 0xf5, 0x3f, 0xb8, 0x49, 0x1b, 0x51, 0xc5, 0xfa, 0x53, 0xb5, 0x8e, 0xd1, 0xdf, 0x73, + 0xbe, 0x01, 0xce, 0x2d, 0x19, 0xdd, 0x1c, 0xba, 0x12, 0xe4, 0xfa, 0x92, 0x4d, 0xee, 0x56, 0x44, + 0x68, 0xd6, 0xbf, 0xc5, 0xf5, 0xbf, 0xf4, 0xf9, 0xff, 0xf8, 0xb9, 0xd8, 0x4d, 0xf1, 0xda, 0xda, + 0xd3, 0xf5, 0xb5, 0x1f, 0x63, 0xbe, 0xe6, 0xab, 0x5d, 0x5d, 0x7b, 0x8c, 0xeb, 0xa6, 0xb1, 0xb6, + 0xf2, 0x13, 0x6b, 0xfc, 0xdb, 0x94, 0xef, 0xf2, 0x25, 0x8b, 0x77, 0x85, 0x15, 0xf4, 0x4d, 0x01, + 0x52, 0xae, 0xef, 0x86, 0xa1, 0x97, 0x23, 0x7f, 0x27, 0x2e, 0xb7, 0x12, 0x05, 0x94, 0xb3, 0xb6, + 0x46, 0x59, 0x7b, 0x59, 0x7c, 0x31, 0x8c, 0x35, 0xfa, 0x6d, 0xb2, 0x77, 0xd9, 0x45, 0x66, 0xc2, + 0xd7, 0xaf, 0x0a, 0x30, 0xdb, 0xf7, 0x79, 0x2a, 0xb4, 0x16, 0xe5, 0xd4, 0x81, 0x5b, 0x82, 0xaf, + 0x44, 0x47, 0xe0, 0x9c, 0xbe, 0x41, 0x39, 0x5d, 0x13, 0x57, 0x86, 0x09, 0xd1, 0x09, 0xf3, 0x2d, + 0x7e, 0xa5, 0xc8, 0xfc, 0x4a, 0xa3, 0xf2, 0x2b, 0x9d, 0x9d, 0x5f, 0xdd, 0xc3, 0xef, 0x4f, 0x0a, + 0x90, 0xf6, 0x7c, 0xe0, 0x02, 0xdd, 0x08, 0xfd, 0xee, 0x6c, 0xff, 0xb7, 0x35, 0x72, 0x37, 0xa3, + 0x01, 0x73, 0x1e, 0x17, 0x28, 0x8f, 0x33, 0x28, 0x4d, 0x78, 0x74, 0x8e, 0x9e, 0x7f, 0x4f, 0x80, + 0x85, 0xc0, 0x9d, 0x47, 0xf4, 0x5a, 0xe8, 0xa9, 0xfd, 0xf0, 0x7d, 0xca, 0x5c, 0xc4, 0xad, 0x25, + 0xb1, 0x49, 0xb9, 0x51, 0xc4, 0x5b, 0x6e, 0x89, 0x69, 0x7a, 0x53, 0xe9, 0xa8, 0x9f, 0xb2, 0xa3, + 0x75, 0xd4, 0x20, 0x7d, 0xfb, 0x4f, 0xef, 0x0a, 0x2b, 0x8f, 0x6e, 0x89, 0xd7, 0x43, 0xed, 0xb7, + 0x1f, 0x9c, 0xb6, 0x2f, 0x70, 0xb3, 0x32, 0xb4, 0x7d, 0x83, 0xb6, 0x36, 0x47, 0x6d, 0xdf, 0x3a, + 0x6b, 0x1f, 0x19, 0x4b, 0xfd, 0xad, 0xeb, 0xe3, 0x76, 0x6d, 0xe5, 0x27, 0x68, 0xfb, 0xd6, 0xaf, + 0x3b, 0x38, 0x4e, 0xeb, 0x42, 0xc0, 0xd1, 0x77, 0x05, 0x40, 0xfd, 0x1b, 0x99, 0x28, 0xcc, 0x86, + 0x43, 0xf7, 0x3c, 0x23, 0xb7, 0x4c, 0xa1, 0x2d, 0xfb, 0x51, 0x34, 0x5a, 0xcb, 0x1e, 0xad, 0xa0, + 0xc8, 0xcd, 0x42, 0xdf, 0x17, 0xac, 0xaf, 0xc9, 0xf8, 0xb6, 0x1f, 0xd7, 0x07, 0x5a, 0x7c, 0xe0, + 0xbe, 0x6c, 0xee, 0xb5, 0x91, 0x70, 0x78, 0x67, 0xf1, 0x36, 0x32, 0xaa, 0x79, 0xda, 0x8d, 0x8c, + 0x60, 0x9b, 0xe8, 0xf7, 0x05, 0x58, 0x08, 0xdc, 0x23, 0x0d, 0x35, 0xcc, 0x41, 0x3b, 0xaa, 0xb9, + 0x90, 0x97, 0xd2, 0xad, 0x96, 0xac, 0x8c, 0xaa, 0xae, 0x95, 0xe8, 0xea, 0xfa, 0x53, 0x01, 0x96, + 0xc3, 0x56, 0x0a, 0xd1, 0x9b, 0x03, 0xbd, 0x48, 0xe8, 0x0a, 0x4b, 0x2e, 0xfa, 0x62, 0x8f, 0xd8, + 0xa6, 0x4d, 0x6c, 0x8a, 0xaf, 0x0c, 0x54, 0x56, 0xc0, 0x8a, 0x10, 0xe9, 0x6e, 0xaf, 0x88, 0x37, + 0xc2, 0x54, 0x16, 0x8c, 0x41, 0x9b, 0x1b, 0xb6, 0xbe, 0x18, 0xda, 0xdc, 0x21, 0x0b, 0x92, 0xa7, + 0x68, 0xee, 0xfa, 0x2b, 0xe1, 0x1a, 0x0d, 0xe0, 0x9c, 0x7b, 0x97, 0x57, 0xd6, 0x6f, 0x04, 0xea, + 0x35, 0x14, 0x03, 0xfd, 0x57, 0x01, 0x16, 0x02, 0x97, 0x1f, 0x43, 0xed, 0x74, 0xd0, 0x62, 0xe5, + 0x28, 0x0d, 0xe5, 0x3e, 0x14, 0x8d, 0xdc, 0xd0, 0x47, 0xb7, 0xd0, 0x28, 0xad, 0x44, 0xff, 0x8b, + 0xef, 0xa6, 0x06, 0x2c, 0x4d, 0xa2, 0x37, 0x06, 0xb8, 0x8f, 0xf0, 0xc5, 0xd5, 0xdc, 0x9b, 0xa3, + 0xa2, 0x71, 0xc7, 0xe3, 0x6d, 0xf3, 0x08, 0xb6, 0x6c, 0xb7, 0x39, 0x9a, 0x21, 0xa3, 0xcf, 0x05, + 0x58, 0x0e, 0x5b, 0xe5, 0x0c, 0xb5, 0xe2, 0x21, 0xcb, 0xa2, 0xa1, 0x4e, 0x88, 0xb7, 0x6a, 0xe5, + 0x14, 0x9a, 0x5c, 0x19, 0x49, 0x93, 0xdf, 0x14, 0x20, 0xeb, 0x3f, 0x43, 0x82, 0x56, 0x07, 0xba, + 0xa0, 0xbe, 0x7d, 0xeb, 0xdc, 0xf0, 0xad, 0x72, 0x71, 0x95, 0x36, 0xe8, 0xba, 0x78, 0x25, 0x4c, + 0xe4, 0xae, 0xad, 0x74, 0x1e, 0xe1, 0x67, 0xfd, 0x67, 0x42, 0x42, 0xf9, 0x0a, 0x39, 0x3c, 0x32, + 0x02, 0x5f, 0xeb, 0x57, 0x02, 0x85, 0xe6, 0x62, 0x8a, 0x77, 0xee, 0x9f, 0x11, 0x20, 0xed, 0x39, + 0xfb, 0x11, 0x1a, 0x81, 0x06, 0x9d, 0x10, 0x89, 0xc2, 0xd1, 0x0d, 0xca, 0xd1, 0x4b, 0x28, 0x0a, + 0x47, 0xe8, 0xef, 0x08, 0x30, 0xe3, 0x3b, 0xd6, 0x80, 0x6e, 0x0d, 0xe8, 0x49, 0xfd, 0x07, 0x34, + 0x72, 0xab, 0x51, 0xc1, 0x79, 0x87, 0xf3, 0xf2, 0x37, 0x58, 0x93, 0xe8, 0xa7, 0xe8, 0x73, 0x5c, + 0xde, 0xd3, 0x0e, 0xa1, 0x6a, 0x0c, 0x39, 0x16, 0x11, 0xda, 0x49, 0x38, 0x27, 0x2b, 0x91, 0x24, + 0xf5, 0x6d, 0x01, 0x50, 0xff, 0xb1, 0xa4, 0xd0, 0xb0, 0x2f, 0xf4, 0x04, 0x53, 0x6e, 0xf0, 0x4e, + 0xa4, 0xf8, 0x16, 0x65, 0xea, 0x55, 0xf1, 0x66, 0x14, 0x83, 0x52, 0x78, 0x2d, 0xc4, 0xb2, 0xfe, + 0x8a, 0x00, 0xd3, 0xee, 0x83, 0x42, 0x68, 0x65, 0x70, 0x20, 0xe0, 0xde, 0x8f, 0x1c, 0xc6, 0xd4, + 0x0a, 0x65, 0xea, 0x45, 0xf1, 0x52, 0xa8, 0xc3, 0x63, 0x9b, 0xaf, 0x84, 0x8f, 0xcf, 0x04, 0x48, + 0xb9, 0xf6, 0x63, 0x43, 0xe7, 0xd6, 0xfd, 0xfb, 0xd0, 0xa1, 0x73, 0xeb, 0x80, 0xed, 0x5d, 0xf1, + 0x1a, 0x65, 0xe9, 0x05, 0x34, 0x8c, 0x25, 0xf4, 0xe3, 0x30, 0x65, 0xef, 0x8d, 0xa3, 0x6b, 0x03, + 0x46, 0xd0, 0x51, 0x04, 0xe2, 0xad, 0xbd, 0xcf, 0x57, 0xb2, 0xaa, 0x89, 0xd9, 0xfc, 0x18, 0x4c, + 0xbb, 0xf7, 0x7f, 0x43, 0x95, 0x12, 0xb0, 0x49, 0x1c, 0x6a, 0xb7, 0xbc, 0xf2, 0x95, 0xa1, 0x95, + 0x53, 0x93, 0x70, 0x6d, 0x54, 0x87, 0x9b, 0x44, 0xff, 0x6e, 0x76, 0x68, 0xed, 0xaf, 0xd2, 0xda, + 0x6f, 0x88, 0x57, 0x87, 0xd4, 0xfe, 0x6e, 0x9d, 0x12, 0x25, 0x26, 0xf1, 0x9f, 0x04, 0x98, 0x0f, + 0x5a, 0xc2, 0x0f, 0x9d, 0x5e, 0x0c, 0x58, 0xef, 0xcf, 0x45, 0x5b, 0xb4, 0x15, 0x31, 0x65, 0x53, + 0xe6, 0xfd, 0x28, 0x6c, 0x5c, 0xf7, 0xad, 0xec, 0x92, 0x80, 0x6d, 0xc0, 0x4a, 0x52, 0x3f, 0x34, + 0x6d, 0x5a, 0xd0, 0x8a, 0x7f, 0x68, 0xd3, 0x06, 0x6c, 0x0f, 0x8c, 0xd8, 0xb4, 0xf5, 0x9b, 0xe1, + 0x83, 0xbb, 0x8f, 0x53, 0x1e, 0x8b, 0xde, 0x5c, 0xbf, 0x16, 0xa8, 0xb4, 0x40, 0x68, 0xf4, 0x87, + 0x02, 0xcc, 0xf6, 0xed, 0x0b, 0x84, 0x2e, 0xee, 0x84, 0xed, 0x20, 0x44, 0x6d, 0x94, 0x4c, 0x1b, + 0xf5, 0x10, 0x8d, 0xd4, 0xa8, 0x47, 0x2f, 0xa3, 0xa8, 0x2d, 0x42, 0xdf, 0x13, 0xd8, 0x39, 0x11, + 0xdf, 0x3e, 0x01, 0x7a, 0x75, 0x80, 0xd3, 0x09, 0xde, 0xe1, 0xc8, 0xad, 0x8f, 0x82, 0xc2, 0xfd, + 0x95, 0xb7, 0x7d, 0x11, 0xed, 0xd1, 0x6e, 0xdf, 0x70, 0x63, 0x44, 0xbf, 0x2b, 0xc0, 0x7c, 0xd0, + 0x6e, 0x43, 0xa8, 0x25, 0x0e, 0xd8, 0x9a, 0x08, 0xed, 0xfc, 0xbc, 0x15, 0x2b, 0x23, 0x6a, 0x69, + 0x25, 0xaa, 0x96, 0x36, 0x3e, 0x13, 0xe0, 0x5c, 0x5d, 0x6b, 0x07, 0xb3, 0xbc, 0x91, 0x2c, 0xb6, + 0xba, 0xbb, 0x84, 0xa3, 0x5d, 0xe1, 0xd1, 0xdb, 0x1c, 0xa4, 0xa9, 0xb5, 0x94, 0x4e, 0x73, 0x55, + 0xd3, 0x9b, 0x6b, 0x4d, 0xdc, 0xa1, 0xfc, 0xae, 0xb1, 0x22, 0xa5, 0xab, 0x1a, 0x6b, 0x9c, 0x02, + 0x71, 0x4c, 0x6b, 0x4f, 0xd7, 0xdf, 0x6b, 0xb4, 0xba, 0xbf, 0x12, 0x9b, 0xbb, 0xc3, 0x50, 0xe9, + 0xf6, 0x3c, 0x71, 0xe9, 0xab, 0xf7, 0xd7, 0xff, 0xc0, 0xca, 0xfd, 0x98, 0xe6, 0x7e, 0x5c, 0x6c, + 0x75, 0x3f, 0xbe, 0xbf, 0xbe, 0x3f, 0x41, 0x09, 0xbe, 0xf6, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, + 0x8e, 0x7f, 0xf9, 0x3f, 0x05, 0x96, 0x00, 0x00, } diff --git a/googleapis/privacy/dlp/v2/storage.pb.go b/googleapis/privacy/dlp/v2/storage.pb.go index 6cb594f4f73d55a1e1a4eb85ce323ce4503f462a..6e29ec1b97e330c9ca26ea10302960178a4f85c1 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_52cecd7bd8b89c9a, []int{0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{1} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{8, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{11, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{1} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 0, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 1} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 2} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 3} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 3, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 3, 1} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{2, 3, 2} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{3} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{4} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{5} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{6} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{7} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{8} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{8, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{9} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{10} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{11} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{12} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{12, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{13} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{14} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{15} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{15, 0} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{16} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{17} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{18} + return fileDescriptor_storage_513335f5d0386b58, []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_52cecd7bd8b89c9a, []int{19} + return fileDescriptor_storage_513335f5d0386b58, []int{19} } func (m *EntityId) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_EntityId.Unmarshal(m, b) @@ -2765,139 +2765,139 @@ func init() { } func init() { - proto.RegisterFile("google/privacy/dlp/v2/storage.proto", fileDescriptor_storage_52cecd7bd8b89c9a) + proto.RegisterFile("google/privacy/dlp/v2/storage.proto", fileDescriptor_storage_513335f5d0386b58) } -var fileDescriptor_storage_52cecd7bd8b89c9a = []byte{ - // 2067 bytes of a gzipped FileDescriptorProto +var fileDescriptor_storage_513335f5d0386b58 = []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, 0x38, 0x5b, 0x8a, 0xfe, 0x9b, 0xc4, 0x2b, + 0xf5, 0xd7, 0x48, 0x96, 0x2d, 0x1d, 0x7d, 0x58, 0xee, 0x24, 0x5b, 0xb2, 0xfe, 0x9b, 0xc4, 0x2b, 0xe7, 0x9f, 0x35, 0x81, 0x92, 0xc0, 0x0b, 0x05, 0xd9, 0x85, 0x05, 0xcb, 0x92, 0xa3, 0xc1, 0x5f, 0xa2, 0xa5, 0x38, 0xc9, 0x62, 0x6a, 0x18, 0x69, 0x5a, 0xf2, 0x6c, 0x46, 0x33, 0xc3, 0x4c, 0x8f, 0x6d, 0x15, 0xc5, 0x05, 0x17, 0x5c, 0x73, 0xc3, 0x23, 0x50, 0x45, 0x15, 0xc5, 0x13, 0xc0, 0x3d, 0x17, 0x3c, 0x04, 0x55, 0x7b, 0x49, 0xf1, 0x12, 0x54, 0x7f, 0xcc, 0x68, 0xa4, 0x58, 0x89, 0x9c, 0xca, 0xdd, 0xf4, 0xe9, 0xf3, 0x3b, 0xdd, 0xe7, 0x9c, 0x5f, 0x9f, 0x3e, 0x3d, 0xb0, 0x3d, 0x72, 0x9c, 0x91, 0x45, 0xea, 0xae, 0x67, 0x5e, 0xea, 0x83, 0x49, 0xdd, 0xb0, 0xdc, 0xfa, 0xe5, 0x6e, - 0xdd, 0xa7, 0x8e, 0xa7, 0x8f, 0x48, 0xcd, 0xf5, 0x1c, 0xea, 0xa0, 0xbb, 0x42, 0xa9, 0x26, 0x95, + 0xdd, 0xa7, 0x8e, 0xa7, 0x8f, 0x48, 0xcd, 0xf5, 0x1c, 0xea, 0xa0, 0x7b, 0x42, 0xa9, 0x26, 0x95, 0x6a, 0x86, 0xe5, 0xd6, 0x2e, 0x77, 0x2b, 0x1f, 0x4b, 0xac, 0xee, 0x9a, 0x75, 0xdd, 0xb6, 0x1d, - 0xaa, 0x53, 0xd3, 0xb1, 0x7d, 0x01, 0xaa, 0x3c, 0x8c, 0x2c, 0x3b, 0xd4, 0xe9, 0x07, 0xc3, 0x3a, - 0x35, 0xc7, 0xc4, 0xa7, 0xfa, 0xd8, 0x15, 0x0a, 0xd5, 0x07, 0x90, 0x51, 0xed, 0xa1, 0xd3, 0x9b, - 0xb8, 0x04, 0x21, 0x58, 0xb1, 0xf5, 0x31, 0x29, 0x2b, 0x5b, 0xca, 0x4e, 0x16, 0xf3, 0xef, 0xea, - 0xaf, 0x00, 0xba, 0xd4, 0xf1, 0x88, 0xb1, 0x48, 0x03, 0x7d, 0x01, 0xb9, 0x81, 0x47, 0x74, 0x4a, - 0x34, 0x66, 0xbb, 0x9c, 0xdc, 0x52, 0x76, 0x72, 0xbb, 0x95, 0x5a, 0xb4, 0x5b, 0xb1, 0x70, 0xad, - 0x17, 0x2e, 0x8c, 0x41, 0xa8, 0x33, 0x41, 0xf5, 0x9b, 0x02, 0x14, 0xf7, 0x03, 0x9f, 0x3a, 0xe3, - 0x68, 0x17, 0x3f, 0x86, 0xac, 0x69, 0x0f, 0x1d, 0x8d, 0x4e, 0x5c, 0xb1, 0x50, 0x6e, 0xf7, 0x61, - 0xed, 0x46, 0xdf, 0x6b, 0x21, 0x06, 0x67, 0xcc, 0x10, 0xbd, 0x07, 0x60, 0x99, 0xaf, 0x89, 0x65, - 0x5e, 0x38, 0x8e, 0x51, 0x5e, 0xdd, 0x52, 0x76, 0x8a, 0xbb, 0x9f, 0x2c, 0x80, 0x1f, 0x45, 0x8a, - 0x38, 0x06, 0x42, 0x18, 0xc0, 0x30, 0x07, 0x2c, 0x8a, 0xba, 0x37, 0x91, 0xfe, 0x7c, 0x77, 0x81, - 0x89, 0xd9, 0xbd, 0xd7, 0x9a, 0x11, 0xae, 0x9d, 0xc0, 0x31, 0x2b, 0x68, 0x1f, 0xd2, 0x1e, 0x19, - 0x91, 0xeb, 0x72, 0x8a, 0x9b, 0xfb, 0xf6, 0x72, 0xe6, 0x30, 0x83, 0xb4, 0x13, 0x58, 0x60, 0xd1, - 0x39, 0x14, 0xfd, 0xc0, 0xf3, 0x9c, 0x11, 0x0f, 0x36, 0x0b, 0xcf, 0x0a, 0xb7, 0xf6, 0xd9, 0x72, - 0xd6, 0xba, 0x21, 0x96, 0x8d, 0xda, 0x09, 0x5c, 0xf0, 0xe3, 0x02, 0xd4, 0x84, 0x9c, 0xcf, 0x33, - 0x2d, 0x4c, 0xa7, 0xb9, 0xe9, 0x45, 0xa1, 0x9b, 0x72, 0x82, 0x39, 0xea, 0x4f, 0x19, 0x72, 0x0e, - 0xeb, 0x06, 0xa1, 0x84, 0x3b, 0xae, 0x79, 0x81, 0x45, 0xfc, 0xf2, 0xda, 0x56, 0x6a, 0xf9, 0x4d, - 0x36, 0x43, 0x30, 0x0e, 0x2c, 0x82, 0x8b, 0x46, 0x7c, 0xe8, 0xa3, 0xaf, 0xa0, 0x48, 0xae, 0x07, - 0x56, 0xe0, 0x33, 0xeb, 0x7c, 0x9b, 0x19, 0x9e, 0xe1, 0x25, 0x8d, 0xb7, 0x42, 0x2c, 0x27, 0x4d, - 0x81, 0xc4, 0x87, 0x95, 0xff, 0x2a, 0x00, 0xd3, 0xfc, 0xa1, 0x97, 0x90, 0xbd, 0x72, 0x3c, 0x43, - 0xb3, 0x4c, 0x9f, 0x4a, 0x1a, 0x3e, 0xbd, 0x2d, 0x09, 0x6a, 0x2f, 0x1c, 0xcf, 0x38, 0x32, 0x7d, - 0xda, 0x4e, 0xe0, 0xcc, 0x95, 0xfc, 0x46, 0x2f, 0x00, 0x0d, 0x2c, 0x27, 0x30, 0x34, 0x79, 0xbe, - 0x35, 0x57, 0xa7, 0x17, 0x92, 0x18, 0x9f, 0x2e, 0x5a, 0x82, 0x01, 0xba, 0x42, 0xbf, 0xa3, 0xd3, - 0x8b, 0x76, 0x02, 0x97, 0x06, 0x73, 0xb2, 0xca, 0x16, 0x64, 0xc2, 0x05, 0xd1, 0x26, 0xa4, 0xd9, - 0x82, 0x7e, 0x59, 0xd9, 0x4a, 0xed, 0x64, 0xb1, 0x18, 0x34, 0x32, 0xb0, 0xea, 0x3b, 0x81, 0x37, - 0x20, 0x95, 0x03, 0x48, 0x73, 0x76, 0xa1, 0x32, 0xac, 0xb9, 0x3a, 0xa5, 0xc4, 0xb3, 0xe5, 0xa9, - 0x0e, 0x87, 0x68, 0x1b, 0x0a, 0x23, 0xcf, 0x09, 0x5c, 0xcd, 0xb4, 0x0d, 0x72, 0x4d, 0xfc, 0x72, - 0x72, 0x2b, 0xb5, 0x93, 0xc6, 0x79, 0x2e, 0x54, 0x85, 0xac, 0xb2, 0x0e, 0x85, 0x19, 0x5e, 0x55, - 0xfe, 0x9e, 0x86, 0xc2, 0x4c, 0x12, 0x91, 0x01, 0xf9, 0x0b, 0x87, 0xf2, 0x60, 0x32, 0x42, 0xc8, - 0x60, 0xfe, 0xf4, 0x3d, 0xf8, 0x50, 0x6b, 0x0b, 0x3b, 0xec, 0xbb, 0x9d, 0xc0, 0xb9, 0x8b, 0xe9, - 0xb0, 0xd2, 0x85, 0x6c, 0xc7, 0x73, 0xae, 0xcd, 0xb1, 0x49, 0x27, 0x6c, 0xeb, 0x57, 0xa6, 0x6d, - 0x38, 0x57, 0x5a, 0x9f, 0x0c, 0x1d, 0x4f, 0xac, 0x99, 0xc6, 0x79, 0x21, 0x6c, 0x70, 0x19, 0xfa, - 0x04, 0xe4, 0x58, 0xd3, 0x87, 0x94, 0x78, 0xfc, 0xa4, 0xa7, 0x71, 0x4e, 0xc8, 0xf6, 0x98, 0xa8, - 0xf2, 0x17, 0x05, 0x36, 0xa7, 0x55, 0x62, 0xcf, 0xf8, 0x3a, 0xf0, 0xe9, 0x98, 0xd8, 0x14, 0x9d, - 0x40, 0x69, 0x68, 0x5e, 0x13, 0x46, 0x8f, 0xa8, 0xd8, 0x28, 0x4b, 0x16, 0x9b, 0x76, 0x02, 0xaf, - 0x73, 0xf0, 0x54, 0x84, 0xbe, 0x07, 0x77, 0x3c, 0x62, 0xe9, 0xd4, 0xbc, 0x24, 0x71, 0x93, 0x7c, - 0x4b, 0xed, 0x04, 0x46, 0xe1, 0xe4, 0x14, 0xd2, 0xc8, 0x03, 0xe8, 0xd1, 0x86, 0x2a, 0xff, 0x48, - 0x42, 0x2e, 0x16, 0x1d, 0xd4, 0x81, 0x42, 0x14, 0x74, 0x5e, 0x78, 0x94, 0x5b, 0x17, 0x1e, 0x1c, - 0xa6, 0x4d, 0x10, 0xe5, 0x97, 0x90, 0x75, 0xc3, 0x00, 0xcb, 0xaa, 0xf8, 0x93, 0xf7, 0xc9, 0x61, - 0x94, 0x25, 0x3c, 0xb5, 0x87, 0x7e, 0x07, 0x77, 0xa7, 0x6e, 0x6b, 0x53, 0xbf, 0xe4, 0xb1, 0x68, - 0xbf, 0xcf, 0x42, 0x37, 0x25, 0x0e, 0x6f, 0x5a, 0x37, 0x48, 0x1b, 0xab, 0xb0, 0xc2, 0xaa, 0x49, - 0xf5, 0x10, 0x0a, 0x33, 0x35, 0x02, 0x3d, 0x80, 0x4a, 0xeb, 0xe5, 0xfe, 0xd1, 0xf3, 0xae, 0x7a, - 0x7a, 0xa2, 0xf5, 0x5e, 0x75, 0x5a, 0xda, 0xf3, 0x93, 0x6e, 0xa7, 0xb5, 0xaf, 0x1e, 0xa8, 0xad, - 0x66, 0x29, 0x81, 0x2a, 0xf0, 0xd1, 0xdc, 0x3c, 0x1f, 0x36, 0x5b, 0x25, 0x25, 0x32, 0x7a, 0x1f, - 0xd6, 0x0e, 0x4c, 0x62, 0x19, 0xaa, 0x71, 0xe3, 0x0d, 0x7b, 0x0a, 0xb9, 0x8e, 0xee, 0x51, 0x93, - 0xed, 0x5b, 0x35, 0xd0, 0x7d, 0x00, 0xd7, 0x73, 0xbe, 0x26, 0x03, 0xaa, 0x99, 0x82, 0x00, 0x59, - 0x1e, 0x28, 0x26, 0x51, 0x0d, 0x46, 0x5a, 0x86, 0xf2, 0x5d, 0x7d, 0x40, 0x98, 0xc2, 0x0a, 0x57, - 0xc8, 0x45, 0x32, 0xd5, 0xa8, 0x3e, 0x82, 0xe2, 0xa1, 0x69, 0x1b, 0xad, 0x6b, 0xd7, 0x23, 0x3e, - 0xf3, 0xe4, 0xc6, 0x65, 0xff, 0xa4, 0x40, 0xa9, 0xa9, 0x53, 0x9d, 0xd7, 0xee, 0x53, 0x97, 0x37, - 0x0d, 0xa8, 0x05, 0x79, 0x37, 0xdc, 0x0b, 0xb3, 0x2e, 0x48, 0x53, 0x5d, 0x10, 0xfd, 0xd8, 0xb6, - 0x71, 0xce, 0x8d, 0xf9, 0xf0, 0x14, 0x56, 0x5e, 0x9b, 0xb6, 0x21, 0x59, 0xf2, 0xff, 0x0b, 0xe0, - 0xb3, 0x9b, 0xc4, 0x1c, 0x52, 0xfd, 0x83, 0x02, 0xe5, 0x78, 0xb1, 0xe3, 0xdc, 0x3b, 0x30, 0x2d, - 0xd2, 0x25, 0x14, 0x3d, 0x84, 0x5c, 0x3f, 0x18, 0xbc, 0x26, 0x54, 0x8b, 0xb9, 0x03, 0x42, 0x74, - 0xc2, 0x7a, 0x91, 0x6d, 0x28, 0x98, 0xf6, 0xc0, 0x0a, 0x0c, 0x22, 0x59, 0x9f, 0xe4, 0xd5, 0x2f, - 0x2f, 0x85, 0x82, 0xc8, 0xdb, 0x20, 0x2a, 0x7f, 0xa4, 0x94, 0x12, 0x4a, 0x52, 0xc8, 0x95, 0xaa, - 0xdf, 0xac, 0xc0, 0x9d, 0xf8, 0x3e, 0xc2, 0x08, 0x1d, 0x43, 0x66, 0x68, 0x5a, 0x44, 0xf3, 0x49, - 0x78, 0x2b, 0xec, 0x2e, 0x51, 0xb2, 0x25, 0xba, 0x26, 0x1d, 0xc1, 0x6b, 0x43, 0xe9, 0x51, 0x1d, - 0x36, 0xfb, 0x13, 0x4a, 0x7c, 0xcd, 0x62, 0xe7, 0x40, 0x73, 0x89, 0xa7, 0xb1, 0x29, 0x9e, 0xd6, - 0x14, 0xde, 0xe0, 0x73, 0x47, 0x6c, 0xaa, 0x43, 0x3c, 0x06, 0x46, 0x5f, 0xc2, 0xc7, 0x37, 0x01, - 0xd8, 0xc7, 0x80, 0x9d, 0x97, 0x0c, 0x2f, 0x62, 0xe5, 0x37, 0x80, 0x1d, 0x31, 0x8f, 0xbe, 0x04, - 0xe0, 0xfa, 0x8c, 0x99, 0x7e, 0x39, 0xbd, 0x95, 0xda, 0x29, 0x2e, 0x6c, 0xaf, 0x18, 0x8e, 0xdf, - 0x94, 0xd9, 0xa1, 0xfc, 0xf2, 0xd1, 0x39, 0x14, 0x7c, 0x7d, 0xec, 0x5a, 0x44, 0x1b, 0x13, 0x7a, - 0x11, 0xb5, 0x58, 0x3f, 0xbc, 0x45, 0x10, 0xba, 0x1c, 0x7f, 0xcc, 0xe1, 0x38, 0xef, 0xc7, 0x46, - 0xa8, 0x06, 0x77, 0xd8, 0x52, 0x31, 0xef, 0xb8, 0x53, 0x6b, 0xdc, 0xa9, 0x0d, 0x3e, 0x15, 0x3a, - 0xc5, 0x26, 0x2a, 0x1e, 0x3b, 0x5a, 0x22, 0x92, 0x25, 0x48, 0x05, 0x9e, 0x25, 0x39, 0xc1, 0x3e, - 0xd1, 0x73, 0x28, 0xf2, 0xfc, 0x6a, 0x51, 0xc2, 0x04, 0x1f, 0xeb, 0x4b, 0xec, 0x35, 0x4e, 0x3b, - 0x9c, 0xf7, 0x62, 0xa3, 0x6a, 0x1b, 0xf2, 0x71, 0x0f, 0xd0, 0x7d, 0xb8, 0xd7, 0xdd, 0x3b, 0xee, - 0x1c, 0xb5, 0xb4, 0xe3, 0x56, 0xaf, 0x7d, 0xda, 0x9c, 0xab, 0x10, 0x6b, 0x90, 0xea, 0x9d, 0x76, - 0x4a, 0x0a, 0x2a, 0x41, 0x1e, 0xef, 0x9d, 0x34, 0x4f, 0x8f, 0xb5, 0x6e, 0x6f, 0x0f, 0xf7, 0x4a, - 0xc9, 0xea, 0xa7, 0xb3, 0x14, 0x5b, 0xe8, 0x49, 0xf5, 0x31, 0x94, 0xe6, 0x1b, 0x00, 0x76, 0xa6, - 0x79, 0xdf, 0x20, 0xcf, 0x34, 0xfb, 0xae, 0xfe, 0x27, 0x05, 0xeb, 0x0d, 0x73, 0xf4, 0x8b, 0x80, - 0x78, 0x93, 0x29, 0x61, 0xd7, 0xa9, 0xde, 0xb7, 0x18, 0xd7, 0x87, 0xc4, 0x23, 0xf6, 0x20, 0xbc, - 0x80, 0x1f, 0x2d, 0x08, 0x43, 0x68, 0xa0, 0xc7, 0x50, 0xb8, 0xc8, 0xc1, 0x38, 0xc4, 0xa2, 0x63, - 0x40, 0xa6, 0x41, 0x6c, 0x6a, 0x0e, 0x27, 0xa6, 0x3d, 0xd2, 0x86, 0xac, 0xb0, 0x89, 0xce, 0x20, - 0xb7, 0xfb, 0x60, 0x21, 0x8f, 0x78, 0xf5, 0xc3, 0x1b, 0x31, 0x24, 0x97, 0xf9, 0xac, 0xda, 0x79, - 0xce, 0x95, 0xcc, 0x37, 0x2f, 0xf6, 0x29, 0x9c, 0x65, 0x12, 0x9e, 0x66, 0xf4, 0x1d, 0x40, 0xd3, - 0xe9, 0x88, 0x0e, 0xab, 0x9c, 0x0e, 0xa5, 0x48, 0x2d, 0xe4, 0xf6, 0xcb, 0x79, 0x6e, 0xae, 0xbc, - 0xb5, 0x39, 0x9c, 0x8b, 0xd4, 0xdb, 0x78, 0xf9, 0x0c, 0xd6, 0x65, 0x75, 0x30, 0x42, 0x97, 0xd3, - 0x4b, 0xb9, 0x5c, 0x0c, 0x61, 0xc2, 0xdf, 0x0f, 0x48, 0x9e, 0xbf, 0xa5, 0xa1, 0x20, 0xf9, 0xb0, - 0xef, 0xd8, 0x43, 0x73, 0x84, 0xce, 0x60, 0xc3, 0x08, 0x0b, 0xba, 0xe6, 0x08, 0xa7, 0x24, 0xe5, - 0x17, 0xb5, 0x95, 0xf3, 0x17, 0x00, 0x6b, 0x2b, 0x8d, 0xf9, 0x4b, 0xe1, 0xd7, 0x70, 0x77, 0xb6, - 0x5f, 0x0d, 0x6d, 0x8b, 0xbb, 0xf9, 0xc9, 0xf2, 0x47, 0xbf, 0x9d, 0xc0, 0x77, 0x06, 0x37, 0x14, - 0xd5, 0x1e, 0x6c, 0xf4, 0xcd, 0x91, 0xf6, 0x1b, 0x96, 0x8d, 0xc8, 0xba, 0x78, 0xdb, 0x3c, 0x5e, - 0x2e, 0x79, 0xac, 0xa7, 0xea, 0xcf, 0x31, 0xff, 0x1c, 0xd6, 0xf9, 0x6b, 0xd7, 0xd5, 0x6d, 0x6d, - 0xc0, 0x43, 0xc4, 0x99, 0xb3, 0xf8, 0x29, 0x32, 0x13, 0x4e, 0xf1, 0x60, 0x75, 0x75, 0x5b, 0x0c, - 0x71, 0x91, 0xce, 0x8c, 0x2b, 0x7f, 0x4e, 0x42, 0x71, 0x56, 0x05, 0x3d, 0x05, 0xf0, 0xa9, 0xee, - 0x51, 0xf1, 0x10, 0x56, 0xde, 0xf9, 0x10, 0xce, 0x72, 0x6d, 0x36, 0x46, 0x3f, 0x80, 0x0c, 0xb1, - 0x8d, 0x65, 0x5f, 0xd0, 0x6b, 0xc4, 0x36, 0x38, 0xec, 0x99, 0x74, 0x91, 0x49, 0x05, 0x31, 0x65, - 0x52, 0xde, 0xc9, 0xcb, 0x08, 0xc6, 0x25, 0xe8, 0x05, 0x7c, 0x8b, 0xd8, 0xbc, 0x4c, 0xe8, 0x01, - 0x75, 0x34, 0xd7, 0x71, 0x03, 0x8b, 0xff, 0x48, 0xd0, 0x9c, 0xa1, 0x36, 0x1f, 0x45, 0x96, 0x99, - 0x0c, 0x7e, 0x24, 0x00, 0x7b, 0x01, 0x75, 0x3a, 0x91, 0xfa, 0xe9, 0x70, 0x36, 0x26, 0x51, 0x13, - 0xf4, 0x5b, 0xc8, 0x85, 0x29, 0x3b, 0x24, 0x93, 0x0f, 0x5d, 0x95, 0x44, 0x19, 0xd1, 0xec, 0x60, - 0xdc, 0x97, 0x8d, 0xbc, 0x28, 0x23, 0x27, 0x5c, 0x50, 0x55, 0x21, 0x1f, 0x31, 0x9d, 0xad, 0xfe, - 0x14, 0x80, 0x15, 0x22, 0x3a, 0xd1, 0x5e, 0x93, 0xc9, 0x9b, 0x89, 0x9a, 0xed, 0x52, 0xc8, 0x04, - 0x67, 0x85, 0xf6, 0x21, 0x99, 0x54, 0xff, 0xad, 0x40, 0x8a, 0x99, 0xf8, 0x40, 0x9d, 0xd2, 0xe7, - 0xb2, 0x8a, 0x8b, 0x02, 0xfa, 0x78, 0xf1, 0x1e, 0x6a, 0xac, 0xe8, 0xb7, 0x2c, 0xc2, 0x9b, 0x58, - 0x8e, 0xa9, 0xf4, 0x58, 0xe3, 0x18, 0x09, 0xd9, 0x85, 0xc0, 0x9b, 0x2e, 0x79, 0x21, 0xb0, 0x6f, - 0x54, 0x82, 0xa4, 0x6c, 0x22, 0x53, 0xed, 0x04, 0x4e, 0x9a, 0x06, 0xda, 0x94, 0xad, 0x20, 0xa3, - 0x49, 0xb6, 0x9d, 0x10, 0xcd, 0x60, 0x23, 0x0b, 0x6b, 0xa6, 0x78, 0xf7, 0x57, 0xff, 0xa9, 0x40, - 0x16, 0x93, 0x81, 0xe3, 0x19, 0xcc, 0xcd, 0x9f, 0x43, 0x61, 0x5a, 0x53, 0x58, 0xb0, 0x04, 0x39, - 0xb7, 0xdf, 0x55, 0x4f, 0x0e, 0xc9, 0xa4, 0x9d, 0xc0, 0x79, 0x23, 0x1e, 0xf5, 0x36, 0x14, 0xa6, - 0xa7, 0x9c, 0xd9, 0x4a, 0xbd, 0x35, 0x66, 0x31, 0xba, 0xb0, 0xb7, 0x5e, 0x3f, 0xc6, 0x9e, 0xff, - 0x83, 0xac, 0x69, 0x68, 0x97, 0xba, 0x15, 0xc8, 0x1e, 0x26, 0x8b, 0x33, 0xa6, 0x71, 0xc6, 0xc7, - 0x11, 0xe3, 0x2e, 0xa0, 0x30, 0x43, 0x9a, 0xb9, 0xce, 0x5a, 0x99, 0xef, 0xac, 0xef, 0x03, 0xf0, - 0xed, 0x92, 0x78, 0xe3, 0x2d, 0x25, 0xaa, 0x81, 0xee, 0x41, 0x46, 0x30, 0xd6, 0x14, 0x67, 0x2c, - 0x8b, 0xd7, 0xf8, 0x58, 0x35, 0xaa, 0xbf, 0x57, 0xa6, 0x4b, 0x89, 0xe3, 0xf4, 0x39, 0xa4, 0xf9, - 0xe4, 0xad, 0x48, 0x2d, 0x20, 0xe8, 0xfb, 0x90, 0x16, 0x27, 0x39, 0xb9, 0xd4, 0x49, 0x16, 0xca, - 0xd5, 0x9f, 0x41, 0xa6, 0xc5, 0x49, 0xaa, 0x1a, 0x53, 0x0b, 0xca, 0x2d, 0x2c, 0x3c, 0xa1, 0x00, - 0xb1, 0x07, 0x69, 0x05, 0x3e, 0x3a, 0x52, 0x0f, 0x5b, 0x47, 0x6a, 0xfb, 0xf4, 0x8d, 0x5b, 0x69, - 0x03, 0x0a, 0x67, 0x2d, 0xfc, 0x4a, 0x7b, 0x7e, 0xc2, 0x55, 0x5e, 0x95, 0x14, 0x94, 0x87, 0x4c, - 0x34, 0x4a, 0xb2, 0x51, 0xe7, 0xb4, 0xdb, 0x55, 0x1b, 0x47, 0xad, 0x52, 0x0a, 0x01, 0xac, 0xca, - 0x99, 0x15, 0xb4, 0x0e, 0x39, 0x0e, 0x95, 0x82, 0xf4, 0x93, 0x0e, 0x64, 0xc2, 0x36, 0x13, 0xdd, - 0x83, 0xbb, 0x07, 0xea, 0x51, 0xeb, 0xa6, 0x77, 0xd6, 0x3a, 0xe4, 0x1a, 0xea, 0xc9, 0x1e, 0x7e, - 0xa5, 0x31, 0x8d, 0x92, 0x82, 0x0a, 0x90, 0xed, 0xb5, 0x5e, 0xf6, 0xc4, 0x30, 0x89, 0xb2, 0x90, - 0x56, 0x8f, 0xf7, 0x9e, 0xb5, 0x4a, 0xa9, 0xc6, 0x1f, 0x15, 0xb8, 0x37, 0x70, 0xc6, 0x37, 0x3b, - 0xdd, 0x80, 0xa6, 0xe5, 0x86, 0x6d, 0x94, 0xf2, 0xd5, 0x8f, 0xa4, 0xd2, 0xc8, 0xb1, 0x74, 0x7b, - 0x54, 0x73, 0xbc, 0x51, 0x7d, 0x44, 0x6c, 0x5e, 0x71, 0xeb, 0x62, 0x4a, 0x77, 0x4d, 0x7f, 0xee, - 0xbf, 0xec, 0x17, 0x86, 0xe5, 0xfe, 0x35, 0x79, 0xe7, 0x99, 0x80, 0xf2, 0x6b, 0xae, 0xd6, 0xb4, - 0xdc, 0xda, 0xd9, 0xee, 0xbf, 0x42, 0xe9, 0x39, 0x97, 0x9e, 0x37, 0x2d, 0xf7, 0xfc, 0x6c, 0xb7, - 0xbf, 0xca, 0x0d, 0x7e, 0xf6, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x11, 0x6c, 0xb6, 0xca, 0xe7, - 0x15, 0x00, 0x00, + 0xaa, 0x53, 0xd3, 0xb1, 0x7d, 0x01, 0xaa, 0x6c, 0xc6, 0x66, 0x3d, 0xe2, 0x3b, 0x81, 0x37, 0x90, + 0xf6, 0x2a, 0x0f, 0xa3, 0x45, 0x1d, 0xea, 0xf4, 0x83, 0x61, 0x9d, 0x9a, 0x63, 0xe2, 0x53, 0x7d, + 0xec, 0x0a, 0x85, 0xea, 0x03, 0xc8, 0xa8, 0xf6, 0xd0, 0xe9, 0x4d, 0x5c, 0x82, 0x10, 0xac, 0xd8, + 0xfa, 0x98, 0x94, 0x95, 0x2d, 0x65, 0x27, 0x8b, 0xf9, 0x77, 0xf5, 0x57, 0x00, 0x5d, 0xea, 0x78, + 0xc4, 0x58, 0xa4, 0x81, 0xbe, 0x80, 0xdc, 0xc0, 0x23, 0x3a, 0x25, 0x1a, 0xb3, 0x5d, 0x4e, 0x6e, + 0x29, 0x3b, 0xb9, 0xdd, 0x4a, 0x2d, 0x72, 0x44, 0x2c, 0x5c, 0xeb, 0x85, 0x0b, 0x63, 0x10, 0xea, + 0x4c, 0x50, 0xfd, 0xa6, 0x00, 0xc5, 0xfd, 0xc0, 0xa7, 0xce, 0x38, 0xda, 0xc5, 0x8f, 0x21, 0x6b, + 0xda, 0x43, 0x47, 0xa3, 0x13, 0x57, 0x2c, 0x94, 0xdb, 0x7d, 0x58, 0xbb, 0x31, 0x2c, 0xb5, 0x10, + 0x83, 0x33, 0x66, 0x88, 0xde, 0x03, 0xb0, 0xcc, 0xd7, 0xc4, 0x32, 0x2f, 0x1c, 0xc7, 0x28, 0xaf, + 0x6e, 0x29, 0x3b, 0xc5, 0xdd, 0x4f, 0x16, 0xc0, 0x8f, 0x22, 0x45, 0x1c, 0x03, 0x21, 0x0c, 0x60, + 0x98, 0x03, 0x16, 0x60, 0xdd, 0x9b, 0x48, 0x7f, 0xbe, 0xbb, 0xc0, 0xc4, 0xec, 0xde, 0x6b, 0xcd, + 0x08, 0xd7, 0x4e, 0xe0, 0x98, 0x15, 0xb4, 0x0f, 0x69, 0x8f, 0x8c, 0xc8, 0x75, 0x39, 0xc5, 0xcd, + 0x7d, 0x7b, 0x39, 0x73, 0x98, 0x41, 0xda, 0x09, 0x2c, 0xb0, 0xe8, 0x1c, 0x8a, 0x7e, 0xe0, 0x79, + 0xce, 0x88, 0x07, 0x9b, 0x85, 0x67, 0x85, 0x5b, 0xfb, 0x6c, 0x39, 0x6b, 0xdd, 0x10, 0xcb, 0x46, + 0xed, 0x04, 0x2e, 0xf8, 0x71, 0x01, 0x6a, 0x42, 0xce, 0xe7, 0x99, 0x16, 0xa6, 0xd3, 0xdc, 0xf4, + 0xa2, 0xd0, 0x4d, 0x39, 0xc1, 0x1c, 0xf5, 0xa7, 0x0c, 0x39, 0x87, 0x75, 0x83, 0x50, 0xc2, 0x1d, + 0xd7, 0xbc, 0xc0, 0x22, 0x7e, 0x79, 0x6d, 0x2b, 0xb5, 0xfc, 0x26, 0x9b, 0x21, 0x18, 0x07, 0x16, + 0xc1, 0x45, 0x23, 0x3e, 0xf4, 0xd1, 0x57, 0x50, 0x24, 0xd7, 0x03, 0x2b, 0xf0, 0x99, 0x75, 0xbe, + 0xcd, 0x0c, 0xcf, 0xf0, 0x92, 0xc6, 0x5b, 0x21, 0x96, 0x93, 0xa6, 0x40, 0xe2, 0xc3, 0xca, 0x7f, + 0x15, 0x80, 0x69, 0xfe, 0xd0, 0x4b, 0xc8, 0x5e, 0x39, 0x9e, 0xa1, 0x59, 0xa6, 0x4f, 0x25, 0x0d, + 0x9f, 0xde, 0x96, 0x04, 0xb5, 0x17, 0x8e, 0x67, 0x1c, 0x99, 0x3e, 0x6d, 0x27, 0x70, 0xe6, 0x4a, + 0x7e, 0xa3, 0x17, 0x80, 0x06, 0x96, 0x13, 0x18, 0x9a, 0x3c, 0xfa, 0x9a, 0xab, 0xd3, 0x0b, 0x49, + 0x8c, 0x4f, 0x17, 0x2d, 0xc1, 0x00, 0x5d, 0xa1, 0xdf, 0xd1, 0xe9, 0x45, 0x3b, 0x81, 0x4b, 0x83, + 0x39, 0x59, 0x65, 0x0b, 0x32, 0xe1, 0x82, 0xe8, 0x2e, 0xa4, 0xd9, 0x82, 0x7e, 0x59, 0xd9, 0x4a, + 0xed, 0x64, 0xb1, 0x18, 0x34, 0x32, 0xb0, 0x2a, 0xca, 0x43, 0xe5, 0x00, 0xd2, 0x9c, 0x5d, 0xa8, + 0x0c, 0x6b, 0xae, 0x4e, 0x29, 0xf1, 0x6c, 0x79, 0xaa, 0xc3, 0x21, 0xda, 0x86, 0xc2, 0xc8, 0x73, + 0x02, 0x57, 0x33, 0x6d, 0x83, 0x5c, 0x13, 0xbf, 0x9c, 0xdc, 0x4a, 0xed, 0xa4, 0x71, 0x9e, 0x0b, + 0x55, 0x21, 0xab, 0xac, 0x43, 0x61, 0x86, 0x57, 0x95, 0xbf, 0xa7, 0xa1, 0x30, 0x93, 0x44, 0x64, + 0x40, 0xfe, 0xc2, 0xa1, 0x3c, 0x98, 0x8c, 0x10, 0x32, 0x98, 0x3f, 0x7d, 0x0f, 0x3e, 0xd4, 0xda, + 0xc2, 0x0e, 0xfb, 0x6e, 0x27, 0x70, 0xee, 0x62, 0x3a, 0xac, 0x74, 0x21, 0xdb, 0xf1, 0x9c, 0x6b, + 0x73, 0x6c, 0xd2, 0x09, 0xdb, 0xfa, 0x95, 0x69, 0x1b, 0xce, 0x95, 0xd6, 0x27, 0x43, 0xc7, 0x13, + 0x6b, 0xa6, 0x71, 0x5e, 0x08, 0x1b, 0x5c, 0x86, 0x3e, 0x01, 0x39, 0xd6, 0xf4, 0x21, 0x25, 0x1e, + 0x3f, 0xe9, 0x69, 0x9c, 0x13, 0xb2, 0x3d, 0x26, 0xaa, 0xfc, 0x45, 0x81, 0xbb, 0xd3, 0x2a, 0xb1, + 0x67, 0x7c, 0x1d, 0xf8, 0x74, 0x4c, 0x6c, 0x8a, 0x4e, 0xa0, 0x34, 0x34, 0xaf, 0x09, 0xa3, 0x47, + 0x54, 0x6c, 0x94, 0x25, 0x8b, 0x4d, 0x3b, 0x81, 0xd7, 0x39, 0x78, 0x2a, 0x42, 0xdf, 0x83, 0x3b, + 0x1e, 0xb1, 0x74, 0x6a, 0x5e, 0x92, 0xb8, 0x49, 0xbe, 0xa5, 0x76, 0x02, 0xa3, 0x70, 0x72, 0x0a, + 0x69, 0xe4, 0x01, 0xf4, 0x68, 0x43, 0x95, 0x7f, 0x24, 0x21, 0x17, 0x8b, 0x0e, 0xea, 0x40, 0x21, + 0x0a, 0x3a, 0x2f, 0x3c, 0xca, 0xad, 0x0b, 0x0f, 0x0e, 0xd3, 0x26, 0x88, 0xf2, 0x4b, 0xc8, 0xba, + 0x61, 0x80, 0x65, 0x55, 0xfc, 0xc9, 0xfb, 0xe4, 0x30, 0xca, 0x12, 0x9e, 0xda, 0x43, 0xbf, 0x83, + 0x7b, 0x53, 0xb7, 0xb5, 0xa9, 0x5f, 0xf2, 0x58, 0xb4, 0xdf, 0x67, 0xa1, 0x9b, 0x12, 0x87, 0xef, + 0x5a, 0x37, 0x48, 0x1b, 0xab, 0xb0, 0xc2, 0xaa, 0x49, 0xf5, 0x10, 0x0a, 0x33, 0x35, 0x02, 0x3d, + 0x80, 0x4a, 0xeb, 0xe5, 0xfe, 0xd1, 0xf3, 0xae, 0x7a, 0x7a, 0xa2, 0xf5, 0x5e, 0x75, 0x5a, 0xda, + 0xf3, 0x93, 0x6e, 0xa7, 0xb5, 0xaf, 0x1e, 0xa8, 0xad, 0x66, 0x29, 0x81, 0x2a, 0xf0, 0xd1, 0xdc, + 0x3c, 0x1f, 0x36, 0x5b, 0x25, 0x25, 0x32, 0x7a, 0x1f, 0xd6, 0x0e, 0x4c, 0x62, 0x19, 0xaa, 0x71, + 0xe3, 0x0d, 0x7b, 0x0a, 0xb9, 0x8e, 0xee, 0x51, 0x93, 0xed, 0x5b, 0x35, 0xd0, 0x7d, 0x00, 0xd7, + 0x73, 0xbe, 0x26, 0x03, 0xaa, 0x99, 0x82, 0x00, 0x59, 0x1e, 0x28, 0x26, 0x51, 0x0d, 0x46, 0x5a, + 0x86, 0xf2, 0x5d, 0x7d, 0x40, 0x98, 0xc2, 0x0a, 0x57, 0xc8, 0x45, 0x32, 0xd5, 0xa8, 0x3e, 0x82, + 0xe2, 0xa1, 0x69, 0x1b, 0xad, 0x6b, 0xd7, 0x23, 0x3e, 0xf3, 0xe4, 0xc6, 0x65, 0xff, 0xa4, 0x40, + 0xa9, 0xa9, 0x53, 0x9d, 0xd7, 0xee, 0x53, 0x97, 0xf7, 0x13, 0xa8, 0x05, 0x79, 0x37, 0xdc, 0x0b, + 0xb3, 0x2e, 0x48, 0x53, 0x5d, 0x10, 0xfd, 0xd8, 0xb6, 0x71, 0xce, 0x8d, 0xf9, 0xf0, 0x14, 0x56, + 0x5e, 0x9b, 0xb6, 0x21, 0x59, 0xf2, 0xff, 0x0b, 0xe0, 0xb3, 0x9b, 0xc4, 0x1c, 0x52, 0xfd, 0x83, + 0x02, 0xe5, 0x78, 0xb1, 0xe3, 0xdc, 0x3b, 0x30, 0x2d, 0xd2, 0x25, 0x14, 0x3d, 0x84, 0x5c, 0x3f, + 0x18, 0xbc, 0x26, 0x54, 0x8b, 0xb9, 0x03, 0x42, 0x74, 0xc2, 0x7a, 0x91, 0x6d, 0x28, 0x98, 0xf6, + 0xc0, 0x0a, 0x0c, 0x22, 0x59, 0x9f, 0xe4, 0xd5, 0x2f, 0x2f, 0x85, 0x82, 0xc8, 0xdb, 0x20, 0x2a, + 0x7f, 0xa4, 0x94, 0x12, 0x4a, 0x52, 0xc8, 0x95, 0xaa, 0xdf, 0xac, 0xc0, 0x9d, 0xf8, 0x3e, 0xc2, + 0x08, 0x1d, 0x43, 0x66, 0x68, 0x5a, 0x44, 0xf3, 0x49, 0x78, 0x2b, 0xec, 0x2e, 0x51, 0xb2, 0x25, + 0xba, 0x26, 0x1d, 0xc1, 0x6b, 0x43, 0xe9, 0x51, 0x1d, 0xee, 0xf6, 0x27, 0x94, 0xf8, 0x9a, 0xc5, + 0xce, 0x81, 0xe6, 0x12, 0x4f, 0x63, 0x53, 0x3c, 0xad, 0x29, 0xbc, 0xc1, 0xe7, 0x8e, 0xd8, 0x54, + 0x87, 0x78, 0x0c, 0x8c, 0xbe, 0x84, 0x8f, 0x6f, 0x02, 0xb0, 0x8f, 0x01, 0x3b, 0x2f, 0x19, 0x5e, + 0xc4, 0xca, 0x6f, 0x00, 0x3b, 0x62, 0x1e, 0x7d, 0x09, 0xc0, 0xf5, 0x19, 0x33, 0xfd, 0x72, 0x7a, + 0x2b, 0xb5, 0x53, 0x5c, 0xd8, 0x5e, 0x31, 0x1c, 0xbf, 0x29, 0xb3, 0x43, 0xf9, 0xe5, 0xa3, 0x73, + 0x28, 0xf8, 0xfa, 0xd8, 0xb5, 0x88, 0x36, 0x26, 0xf4, 0x22, 0x6a, 0xb1, 0x7e, 0x78, 0x8b, 0x20, + 0x74, 0x39, 0xfe, 0x98, 0xc3, 0x71, 0xde, 0x8f, 0x8d, 0x50, 0x0d, 0xee, 0xb0, 0xa5, 0x62, 0xde, + 0x71, 0xa7, 0xd6, 0xb8, 0x53, 0x1b, 0x7c, 0x2a, 0x74, 0x8a, 0x4d, 0x54, 0x3c, 0x76, 0xb4, 0x44, + 0x24, 0x4b, 0x90, 0x0a, 0x3c, 0x4b, 0x72, 0x82, 0x7d, 0xa2, 0xe7, 0x50, 0xe4, 0xf9, 0xd5, 0xa2, + 0x84, 0x09, 0x3e, 0xd6, 0x97, 0xd8, 0x6b, 0x9c, 0x76, 0x38, 0xef, 0xc5, 0x46, 0xd5, 0x36, 0xe4, + 0xe3, 0x1e, 0xa0, 0xfb, 0xb0, 0xd9, 0xdd, 0x3b, 0xee, 0x1c, 0xb5, 0xb4, 0xe3, 0x56, 0xaf, 0x7d, + 0xda, 0x9c, 0xab, 0x10, 0x6b, 0x90, 0xea, 0x9d, 0x76, 0x4a, 0x0a, 0x2a, 0x41, 0x1e, 0xef, 0x9d, + 0x34, 0x4f, 0x8f, 0xb5, 0x6e, 0x6f, 0x0f, 0xf7, 0x4a, 0xc9, 0xea, 0xa7, 0xb3, 0x14, 0x5b, 0xe8, + 0x49, 0xf5, 0x31, 0x94, 0xe6, 0x1b, 0x00, 0x76, 0xa6, 0x79, 0xdf, 0x20, 0xcf, 0x34, 0xfb, 0xae, + 0xfe, 0x27, 0x05, 0xeb, 0x0d, 0x73, 0xf4, 0x8b, 0x80, 0x78, 0x93, 0x29, 0x61, 0xd7, 0xa9, 0xde, + 0xb7, 0x18, 0xd7, 0x87, 0xc4, 0x23, 0xf6, 0x20, 0xbc, 0x80, 0x1f, 0x2d, 0x08, 0x43, 0x68, 0xa0, + 0xc7, 0x50, 0xb8, 0xc8, 0xc1, 0x38, 0xc4, 0xa2, 0x63, 0x40, 0xa6, 0x41, 0x6c, 0x6a, 0x0e, 0x27, + 0xa6, 0x3d, 0xd2, 0x86, 0xac, 0xb0, 0x89, 0xce, 0x20, 0xb7, 0xfb, 0x60, 0x21, 0x8f, 0x78, 0xf5, + 0xc3, 0x1b, 0x31, 0x24, 0x97, 0xf9, 0xac, 0xda, 0x79, 0xce, 0x95, 0xcc, 0x37, 0x2f, 0xf6, 0x29, + 0x9c, 0x65, 0x12, 0x9e, 0x66, 0xf4, 0x1d, 0x40, 0xd3, 0xe9, 0x88, 0x0e, 0xab, 0x9c, 0x0e, 0xa5, + 0x48, 0x2d, 0xe4, 0xf6, 0xcb, 0x79, 0x6e, 0xae, 0xbc, 0xb5, 0x39, 0x9c, 0x8b, 0xd4, 0xdb, 0x78, + 0xf9, 0x0c, 0xd6, 0x65, 0x75, 0x30, 0x42, 0x97, 0xd3, 0x4b, 0xb9, 0x5c, 0x0c, 0x61, 0xc2, 0xdf, + 0x0f, 0x48, 0x9e, 0xbf, 0xa5, 0xa1, 0x20, 0xf9, 0xb0, 0xef, 0xd8, 0x43, 0x73, 0x84, 0xce, 0x60, + 0xc3, 0x08, 0x0b, 0xba, 0xe6, 0x08, 0xa7, 0x24, 0xe5, 0x17, 0xb5, 0x95, 0xf3, 0x17, 0x00, 0x6b, + 0x2b, 0x8d, 0xf9, 0x4b, 0xe1, 0xd7, 0x70, 0x6f, 0xb6, 0x5f, 0x0d, 0x6d, 0x8b, 0xbb, 0xf9, 0xc9, + 0xf2, 0x47, 0xbf, 0x9d, 0xc0, 0x77, 0x06, 0x37, 0x14, 0xd5, 0x1e, 0x6c, 0xf4, 0xcd, 0x91, 0xf6, + 0x1b, 0x96, 0x8d, 0xc8, 0xba, 0x78, 0xdb, 0x3c, 0x5e, 0x2e, 0x79, 0xac, 0xa7, 0xea, 0xcf, 0x31, + 0xff, 0x1c, 0xd6, 0xf9, 0x6b, 0xd7, 0xd5, 0x6d, 0x6d, 0xc0, 0x43, 0xc4, 0x99, 0xb3, 0xf8, 0x29, + 0x32, 0x13, 0x4e, 0xf1, 0x60, 0x75, 0x75, 0x5b, 0x0c, 0x71, 0x91, 0xce, 0x8c, 0x2b, 0x7f, 0x4e, + 0x42, 0x71, 0x56, 0x05, 0x3d, 0x05, 0xf0, 0xa9, 0xee, 0x51, 0xf1, 0x10, 0x56, 0xde, 0xf9, 0x10, + 0xce, 0x72, 0x6d, 0x36, 0x46, 0x3f, 0x80, 0x0c, 0xb1, 0x8d, 0x65, 0x5f, 0xd0, 0x6b, 0xc4, 0x36, + 0x38, 0xec, 0x99, 0x74, 0x91, 0x49, 0x05, 0x31, 0x65, 0x52, 0xde, 0xc9, 0xcb, 0x08, 0xc6, 0x25, + 0xe8, 0x05, 0x7c, 0x8b, 0xd8, 0xbc, 0x4c, 0xe8, 0x01, 0x75, 0x34, 0xd7, 0x71, 0x03, 0x8b, 0xff, + 0x63, 0xd0, 0x9c, 0xa1, 0x36, 0x1f, 0x45, 0x96, 0x99, 0x0c, 0x7e, 0x24, 0x00, 0x7b, 0x01, 0x75, + 0x3a, 0x91, 0xfa, 0xe9, 0x70, 0x36, 0x26, 0x51, 0x13, 0xf4, 0x5b, 0xc8, 0x85, 0x29, 0x3b, 0x24, + 0x93, 0x0f, 0x5d, 0x95, 0x44, 0x19, 0xd1, 0xec, 0x60, 0xdc, 0x97, 0x8d, 0xbc, 0x28, 0x23, 0x27, + 0x5c, 0x50, 0x55, 0x21, 0x1f, 0x31, 0x9d, 0xad, 0xfe, 0x14, 0x80, 0x15, 0x22, 0x3a, 0xd1, 0x5e, + 0x93, 0xc9, 0x9b, 0x89, 0x9a, 0xed, 0x52, 0xc8, 0x04, 0x67, 0x85, 0xf6, 0x21, 0x99, 0x54, 0xff, + 0xad, 0x40, 0x8a, 0x99, 0xf8, 0x40, 0x9d, 0xd2, 0xe7, 0xb2, 0x8a, 0x8b, 0x02, 0xfa, 0x78, 0xf1, + 0x1e, 0x6a, 0xac, 0xe8, 0xb7, 0x2c, 0xc2, 0x9b, 0x58, 0x8e, 0xa9, 0xf4, 0x58, 0xe3, 0x18, 0x09, + 0xd9, 0x85, 0xc0, 0x9b, 0x2e, 0x79, 0x21, 0xb0, 0x6f, 0x54, 0x82, 0xa4, 0x6c, 0x22, 0x53, 0xed, + 0x04, 0x4e, 0x9a, 0x06, 0xba, 0x2b, 0x5b, 0x41, 0x46, 0x93, 0x6c, 0x3b, 0x21, 0x9a, 0xc1, 0x46, + 0x16, 0xd6, 0x4c, 0xf1, 0xee, 0xaf, 0xfe, 0x53, 0x81, 0x2c, 0x26, 0x03, 0xc7, 0x33, 0x98, 0x9b, + 0x3f, 0x87, 0xc2, 0xb4, 0xa6, 0xb0, 0x60, 0x09, 0x72, 0x6e, 0xbf, 0xab, 0x9e, 0x1c, 0x92, 0x49, + 0x3b, 0x81, 0xf3, 0x46, 0x3c, 0xea, 0x6d, 0x28, 0x4c, 0x4f, 0x39, 0xb3, 0x95, 0x7a, 0x6b, 0xcc, + 0x62, 0x74, 0x61, 0x6f, 0xbd, 0x7e, 0x8c, 0x3d, 0xff, 0x07, 0x59, 0xd3, 0xd0, 0x2e, 0x75, 0x2b, + 0x90, 0x3d, 0x4c, 0x16, 0x67, 0x4c, 0xe3, 0x8c, 0x8f, 0x23, 0xc6, 0x5d, 0x40, 0x61, 0x86, 0x34, + 0x73, 0x9d, 0xb5, 0x32, 0xdf, 0x59, 0xdf, 0x07, 0xe0, 0xdb, 0x25, 0xf1, 0xc6, 0x5b, 0x4a, 0x54, + 0x03, 0x6d, 0x42, 0x46, 0x30, 0xd6, 0x14, 0x67, 0x2c, 0x8b, 0xd7, 0xf8, 0x58, 0x35, 0xaa, 0xbf, + 0x57, 0xa6, 0x4b, 0x89, 0xe3, 0xf4, 0x39, 0xa4, 0xf9, 0xe4, 0xad, 0x48, 0x2d, 0x20, 0xe8, 0xfb, + 0x90, 0x16, 0x27, 0x39, 0xb9, 0xd4, 0x49, 0x16, 0xca, 0xd5, 0x9f, 0x41, 0xa6, 0xc5, 0x49, 0xaa, + 0x1a, 0x53, 0x0b, 0xca, 0x2d, 0x2c, 0x3c, 0xa1, 0x00, 0xb1, 0x07, 0x69, 0x05, 0x3e, 0x3a, 0x52, + 0x0f, 0x5b, 0x47, 0x6a, 0xfb, 0xf4, 0x8d, 0x5b, 0x69, 0x03, 0x0a, 0x67, 0x2d, 0xfc, 0x4a, 0x7b, + 0x7e, 0xc2, 0x55, 0x5e, 0x95, 0x14, 0x94, 0x87, 0x4c, 0x34, 0x4a, 0xb2, 0x51, 0xe7, 0xb4, 0xdb, + 0x55, 0x1b, 0x47, 0xad, 0x52, 0x0a, 0x01, 0xac, 0xca, 0x99, 0x15, 0xb4, 0x0e, 0x39, 0x0e, 0x95, + 0x82, 0xf4, 0x93, 0x0e, 0x64, 0xc2, 0x36, 0x13, 0x6d, 0xc2, 0xbd, 0x03, 0xf5, 0xa8, 0x75, 0xd3, + 0x3b, 0x6b, 0x1d, 0x72, 0x0d, 0xf5, 0x64, 0x0f, 0xbf, 0xd2, 0x98, 0x46, 0x49, 0x41, 0x05, 0xc8, + 0xf6, 0x5a, 0x2f, 0x7b, 0x62, 0x98, 0x44, 0x59, 0x48, 0xab, 0xc7, 0x7b, 0xcf, 0x5a, 0xa5, 0x54, + 0xe3, 0x8f, 0x0a, 0x6c, 0x0e, 0x9c, 0xf1, 0xcd, 0x4e, 0x37, 0xa0, 0x69, 0xb9, 0x61, 0x1b, 0xa5, + 0x7c, 0xf5, 0x23, 0xa9, 0x34, 0x72, 0x2c, 0xdd, 0x1e, 0xd5, 0x1c, 0x6f, 0x54, 0x1f, 0x11, 0x9b, + 0x57, 0xdc, 0xba, 0x98, 0xd2, 0x5d, 0xd3, 0x9f, 0xfb, 0x65, 0xfb, 0x85, 0x61, 0xb9, 0x7f, 0x4d, + 0xde, 0x79, 0x26, 0xa0, 0xfc, 0x9a, 0xab, 0x35, 0x2d, 0xb7, 0x76, 0xb6, 0xfb, 0xaf, 0x50, 0x7a, + 0xce, 0xa5, 0xe7, 0x4d, 0xcb, 0x3d, 0x3f, 0xdb, 0xed, 0xaf, 0x72, 0x83, 0x9f, 0xfd, 0x2f, 0x00, + 0x00, 0xff, 0xff, 0xdc, 0x22, 0xe3, 0x78, 0x02, 0x16, 0x00, 0x00, }