1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: google/ads/googleads/v1/resources/customer_extension_setting.proto
3
4package resources
5
6import (
7	fmt "fmt"
8	math "math"
9
10	proto "github.com/golang/protobuf/proto"
11	wrappers "github.com/golang/protobuf/ptypes/wrappers"
12	enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
13	_ "google.golang.org/genproto/googleapis/api/annotations"
14)
15
16// Reference imports to suppress errors if they are not otherwise used.
17var _ = proto.Marshal
18var _ = fmt.Errorf
19var _ = math.Inf
20
21// This is a compile-time assertion to ensure that this generated file
22// is compatible with the proto package it is being compiled against.
23// A compilation error at this line likely means your copy of the
24// proto package needs to be updated.
25const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
26
27// A customer extension setting.
28type CustomerExtensionSetting struct {
29	// The resource name of the customer extension setting.
30	// CustomerExtensionSetting resource names have the form:
31	//
32	// `customers/{customer_id}/customerExtensionSettings/{extension_type}`
33	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
34	// The extension type of the customer extension setting.
35	ExtensionType enums.ExtensionTypeEnum_ExtensionType `protobuf:"varint,2,opt,name=extension_type,json=extensionType,proto3,enum=google.ads.googleads.v1.enums.ExtensionTypeEnum_ExtensionType" json:"extension_type,omitempty"`
36	// The resource names of the extension feed items to serve under the customer.
37	// ExtensionFeedItem resource names have the form:
38	//
39	// `customers/{customer_id}/extensionFeedItems/{feed_item_id}`
40	ExtensionFeedItems []*wrappers.StringValue `protobuf:"bytes,3,rep,name=extension_feed_items,json=extensionFeedItems,proto3" json:"extension_feed_items,omitempty"`
41	// The device for which the extensions will serve. Optional.
42	Device               enums.ExtensionSettingDeviceEnum_ExtensionSettingDevice `protobuf:"varint,4,opt,name=device,proto3,enum=google.ads.googleads.v1.enums.ExtensionSettingDeviceEnum_ExtensionSettingDevice" json:"device,omitempty"`
43	XXX_NoUnkeyedLiteral struct{}                                                `json:"-"`
44	XXX_unrecognized     []byte                                                  `json:"-"`
45	XXX_sizecache        int32                                                   `json:"-"`
46}
47
48func (m *CustomerExtensionSetting) Reset()         { *m = CustomerExtensionSetting{} }
49func (m *CustomerExtensionSetting) String() string { return proto.CompactTextString(m) }
50func (*CustomerExtensionSetting) ProtoMessage()    {}
51func (*CustomerExtensionSetting) Descriptor() ([]byte, []int) {
52	return fileDescriptor_125a90dbdb0cdd71, []int{0}
53}
54
55func (m *CustomerExtensionSetting) XXX_Unmarshal(b []byte) error {
56	return xxx_messageInfo_CustomerExtensionSetting.Unmarshal(m, b)
57}
58func (m *CustomerExtensionSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
59	return xxx_messageInfo_CustomerExtensionSetting.Marshal(b, m, deterministic)
60}
61func (m *CustomerExtensionSetting) XXX_Merge(src proto.Message) {
62	xxx_messageInfo_CustomerExtensionSetting.Merge(m, src)
63}
64func (m *CustomerExtensionSetting) XXX_Size() int {
65	return xxx_messageInfo_CustomerExtensionSetting.Size(m)
66}
67func (m *CustomerExtensionSetting) XXX_DiscardUnknown() {
68	xxx_messageInfo_CustomerExtensionSetting.DiscardUnknown(m)
69}
70
71var xxx_messageInfo_CustomerExtensionSetting proto.InternalMessageInfo
72
73func (m *CustomerExtensionSetting) GetResourceName() string {
74	if m != nil {
75		return m.ResourceName
76	}
77	return ""
78}
79
80func (m *CustomerExtensionSetting) GetExtensionType() enums.ExtensionTypeEnum_ExtensionType {
81	if m != nil {
82		return m.ExtensionType
83	}
84	return enums.ExtensionTypeEnum_UNSPECIFIED
85}
86
87func (m *CustomerExtensionSetting) GetExtensionFeedItems() []*wrappers.StringValue {
88	if m != nil {
89		return m.ExtensionFeedItems
90	}
91	return nil
92}
93
94func (m *CustomerExtensionSetting) GetDevice() enums.ExtensionSettingDeviceEnum_ExtensionSettingDevice {
95	if m != nil {
96		return m.Device
97	}
98	return enums.ExtensionSettingDeviceEnum_UNSPECIFIED
99}
100
101func init() {
102	proto.RegisterType((*CustomerExtensionSetting)(nil), "google.ads.googleads.v1.resources.CustomerExtensionSetting")
103}
104
105func init() {
106	proto.RegisterFile("google/ads/googleads/v1/resources/customer_extension_setting.proto", fileDescriptor_125a90dbdb0cdd71)
107}
108
109var fileDescriptor_125a90dbdb0cdd71 = []byte{
110	// 431 bytes of a gzipped FileDescriptorProto
111	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xc1, 0x6e, 0xd4, 0x30,
112	0x10, 0xd5, 0x66, 0x51, 0x25, 0x02, 0xed, 0x21, 0xe2, 0x10, 0x55, 0x05, 0x6d, 0x41, 0x95, 0xf6,
113	0x64, 0x2b, 0xcb, 0xcd, 0x20, 0xa4, 0x2c, 0x94, 0x0a, 0x0e, 0xd5, 0x2a, 0x45, 0x7b, 0x40, 0x2b,
114	0x45, 0xee, 0x7a, 0x6a, 0x2c, 0x6d, 0xec, 0xc8, 0x76, 0x16, 0xfa, 0x0b, 0x7c, 0x06, 0x47, 0x3e,
115	0x85, 0xaf, 0xe0, 0xcc, 0x57, 0xa0, 0xc4, 0xb1, 0x21, 0x42, 0x4b, 0xf7, 0x36, 0xf1, 0xbc, 0xf7,
116	0xe6, 0xbd, 0xc9, 0xc4, 0x73, 0xae, 0x14, 0xdf, 0x00, 0xa6, 0xcc, 0x60, 0x57, 0xb6, 0xd5, 0x36,
117	0xc3, 0x1a, 0x8c, 0x6a, 0xf4, 0x1a, 0x0c, 0x5e, 0x37, 0xc6, 0xaa, 0x0a, 0x74, 0x09, 0x5f, 0x2c,
118	0x48, 0x23, 0x94, 0x2c, 0x0d, 0x58, 0x2b, 0x24, 0x47, 0xb5, 0x56, 0x56, 0x25, 0xa7, 0x8e, 0x88,
119	0x28, 0x33, 0x28, 0x68, 0xa0, 0x6d, 0x86, 0x82, 0xc6, 0xf1, 0xcb, 0x5d, 0x63, 0x40, 0x36, 0x95,
120	0xc1, 0xff, 0x28, 0x97, 0x0c, 0xb6, 0x62, 0x0d, 0x6e, 0xc0, 0xf1, 0x6c, 0x5f, 0xb6, 0xbd, 0xad,
121	0x3d, 0xe7, 0xc4, 0x73, 0x6a, 0x81, 0xa9, 0x94, 0xca, 0x52, 0x2b, 0x94, 0x34, 0x7d, 0xf7, 0x49,
122	0xdf, 0xed, 0xbe, 0xae, 0x9b, 0x1b, 0xfc, 0x59, 0xd3, 0xba, 0x06, 0xdd, 0xf7, 0x9f, 0xfe, 0x8c,
123	0xe2, 0xf4, 0x75, 0x9f, 0xfb, 0xdc, 0xcb, 0x5f, 0x39, 0x6f, 0xc9, 0xb3, 0xf8, 0xd0, 0x27, 0x2b,
124	0x25, 0xad, 0x20, 0x1d, 0x4d, 0x46, 0xd3, 0xfb, 0xc5, 0x43, 0xff, 0x78, 0x49, 0x2b, 0x48, 0x20,
125	0x3e, 0x1a, 0xfa, 0x4a, 0xa3, 0xc9, 0x68, 0x7a, 0x34, 0x7b, 0x85, 0x76, 0x6d, 0xab, 0x0b, 0x83,
126	0xc2, 0xb4, 0x0f, 0xb7, 0x35, 0x9c, 0xcb, 0xa6, 0x1a, 0xbe, 0x14, 0x87, 0xf0, 0xf7, 0x67, 0x72,
127	0x19, 0x3f, 0xfa, 0x33, 0xe6, 0x06, 0x80, 0x95, 0xc2, 0x42, 0x65, 0xd2, 0xf1, 0x64, 0x3c, 0x7d,
128	0x30, 0x3b, 0xf1, 0xc3, 0x7c, 0x4e, 0x74, 0x65, 0xb5, 0x90, 0x7c, 0x49, 0x37, 0x0d, 0x14, 0x49,
129	0x60, 0xbe, 0x05, 0x60, 0xef, 0x5a, 0x5e, 0xf2, 0x29, 0x3e, 0x70, 0xab, 0x4f, 0xef, 0x75, 0x76,
130	0x17, 0xfb, 0xda, 0xed, 0x97, 0xf3, 0xa6, 0x23, 0x0f, 0x7d, 0x0f, 0x5a, 0x45, 0xaf, 0x3f, 0xff,
131	0x1a, 0xc5, 0x67, 0x6b, 0x55, 0xa1, 0x3b, 0x8f, 0x67, 0xfe, 0x78, 0xd7, 0x9f, 0x58, 0xb4, 0xa9,
132	0x16, 0xa3, 0x8f, 0xef, 0x7b, 0x0d, 0xae, 0x36, 0x54, 0x72, 0xa4, 0x34, 0xc7, 0x1c, 0x64, 0x97,
133	0xd9, 0xdf, 0x4b, 0x2d, 0xcc, 0x7f, 0x6e, 0xfc, 0x45, 0xa8, 0xbe, 0x45, 0xe3, 0x8b, 0x3c, 0xff,
134	0x1e, 0x9d, 0x5e, 0x38, 0xc9, 0x9c, 0x19, 0xe4, 0xca, 0xb6, 0x5a, 0x66, 0xa8, 0xf0, 0xc8, 0x1f,
135	0x1e, 0xb3, 0xca, 0x99, 0x59, 0x05, 0xcc, 0x6a, 0x99, 0xad, 0x02, 0xe6, 0x57, 0x74, 0xe6, 0x1a,
136	0x84, 0xe4, 0xcc, 0x10, 0x12, 0x50, 0x84, 0x2c, 0x33, 0x42, 0x02, 0xee, 0xfa, 0xa0, 0x33, 0xfb,
137	0xfc, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x3e, 0xd3, 0xa1, 0x8f, 0x03, 0x00, 0x00,
138}
139