1// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: google/ads/googleads/v3/resources/campaign_label.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	_ "google.golang.org/genproto/googleapis/api/annotations"
13)
14
15// Reference imports to suppress errors if they are not otherwise used.
16var _ = proto.Marshal
17var _ = fmt.Errorf
18var _ = math.Inf
19
20// This is a compile-time assertion to ensure that this generated file
21// is compatible with the proto package it is being compiled against.
22// A compilation error at this line likely means your copy of the
23// proto package needs to be updated.
24const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
25
26// Represents a relationship between a campaign and a label.
27type CampaignLabel struct {
28	// Immutable. Name of the resource.
29	// Campaign label resource names have the form:
30	// `customers/{customer_id}/campaignLabels/{campaign_id}~{label_id}`
31	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
32	// Immutable. The campaign to which the label is attached.
33	Campaign *wrappers.StringValue `protobuf:"bytes,2,opt,name=campaign,proto3" json:"campaign,omitempty"`
34	// Immutable. The label assigned to the campaign.
35	Label                *wrappers.StringValue `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
36	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
37	XXX_unrecognized     []byte                `json:"-"`
38	XXX_sizecache        int32                 `json:"-"`
39}
40
41func (m *CampaignLabel) Reset()         { *m = CampaignLabel{} }
42func (m *CampaignLabel) String() string { return proto.CompactTextString(m) }
43func (*CampaignLabel) ProtoMessage()    {}
44func (*CampaignLabel) Descriptor() ([]byte, []int) {
45	return fileDescriptor_b50dc695bdd1c347, []int{0}
46}
47
48func (m *CampaignLabel) XXX_Unmarshal(b []byte) error {
49	return xxx_messageInfo_CampaignLabel.Unmarshal(m, b)
50}
51func (m *CampaignLabel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
52	return xxx_messageInfo_CampaignLabel.Marshal(b, m, deterministic)
53}
54func (m *CampaignLabel) XXX_Merge(src proto.Message) {
55	xxx_messageInfo_CampaignLabel.Merge(m, src)
56}
57func (m *CampaignLabel) XXX_Size() int {
58	return xxx_messageInfo_CampaignLabel.Size(m)
59}
60func (m *CampaignLabel) XXX_DiscardUnknown() {
61	xxx_messageInfo_CampaignLabel.DiscardUnknown(m)
62}
63
64var xxx_messageInfo_CampaignLabel proto.InternalMessageInfo
65
66func (m *CampaignLabel) GetResourceName() string {
67	if m != nil {
68		return m.ResourceName
69	}
70	return ""
71}
72
73func (m *CampaignLabel) GetCampaign() *wrappers.StringValue {
74	if m != nil {
75		return m.Campaign
76	}
77	return nil
78}
79
80func (m *CampaignLabel) GetLabel() *wrappers.StringValue {
81	if m != nil {
82		return m.Label
83	}
84	return nil
85}
86
87func init() {
88	proto.RegisterType((*CampaignLabel)(nil), "google.ads.googleads.v3.resources.CampaignLabel")
89}
90
91func init() {
92	proto.RegisterFile("google/ads/googleads/v3/resources/campaign_label.proto", fileDescriptor_b50dc695bdd1c347)
93}
94
95var fileDescriptor_b50dc695bdd1c347 = []byte{
96	// 421 bytes of a gzipped FileDescriptorProto
97	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcf, 0x8a, 0xd4, 0x30,
98	0x18, 0xa7, 0x1d, 0x56, 0x34, 0xba, 0x97, 0x9e, 0xc6, 0x65, 0x59, 0x67, 0x94, 0x5d, 0xc6, 0x4b,
99	0x02, 0x56, 0x3c, 0xc4, 0x53, 0xea, 0x61, 0x41, 0x44, 0x96, 0x59, 0xe8, 0x61, 0x29, 0x0e, 0x69,
100	0x9b, 0x8d, 0x85, 0x36, 0x29, 0x49, 0x3b, 0x1e, 0x64, 0xef, 0x3e, 0x87, 0x47, 0x1f, 0xc5, 0xa7,
101	0xf0, 0xbc, 0x8f, 0xe0, 0x45, 0x69, 0xf3, 0x67, 0x66, 0x0e, 0x3a, 0x73, 0xfb, 0x85, 0xdf, 0xbf,
102	0xef, 0x0b, 0x1f, 0x78, 0xc3, 0xa5, 0xe4, 0x35, 0x43, 0xb4, 0xd4, 0xc8, 0xc0, 0x01, 0xad, 0x63,
103	0xa4, 0x98, 0x96, 0xbd, 0x2a, 0x98, 0x46, 0x05, 0x6d, 0x5a, 0x5a, 0x71, 0xb1, 0xaa, 0x69, 0xce,
104	0x6a, 0xd8, 0x2a, 0xd9, 0xc9, 0x68, 0x6e, 0xc4, 0x90, 0x96, 0x1a, 0x7a, 0x1f, 0x5c, 0xc7, 0xd0,
105	0xfb, 0x4e, 0x9e, 0xb9, 0xe8, 0xb6, 0x42, 0xb7, 0x15, 0xab, 0xcb, 0x55, 0xce, 0x3e, 0xd3, 0x75,
106	0x25, 0x95, 0xc9, 0x38, 0x79, 0xba, 0x25, 0x70, 0x36, 0x4b, 0x9d, 0x59, 0x6a, 0x7c, 0xe5, 0xfd,
107	0x2d, 0xfa, 0xa2, 0x68, 0xdb, 0x32, 0xa5, 0x2d, 0x7f, 0xba, 0x65, 0xa5, 0x42, 0xc8, 0x8e, 0x76,
108	0x95, 0x14, 0x96, 0x7d, 0xfe, 0x6d, 0x02, 0x8e, 0xdf, 0xd9, 0xa9, 0x3f, 0x0c, 0x43, 0x47, 0xd7,
109	0xe0, 0xd8, 0x35, 0xac, 0x04, 0x6d, 0xd8, 0x34, 0x98, 0x05, 0x8b, 0x47, 0x09, 0xfc, 0x45, 0x8e,
110	0x7e, 0x93, 0x05, 0xb8, 0xd8, 0xac, 0x60, 0x51, 0x5b, 0x69, 0x58, 0xc8, 0x06, 0xed, 0xc4, 0x2c,
111	0x9f, 0xb8, 0x90, 0x8f, 0xb4, 0x61, 0x51, 0x01, 0x1e, 0xba, 0xbf, 0x99, 0x86, 0xb3, 0x60, 0xf1,
112	0xf8, 0xd5, 0xa9, 0xb5, 0x43, 0x37, 0x37, 0xbc, 0xee, 0x54, 0x25, 0x78, 0x4a, 0xeb, 0x9e, 0x25,
113	0x2f, 0xc7, 0xb6, 0x17, 0x60, 0xbe, 0xb7, 0x6d, 0xe9, 0x83, 0xa3, 0x1b, 0x70, 0x34, 0xfe, 0xfb,
114	0x74, 0x72, 0x40, 0xc3, 0xc5, 0xd8, 0x30, 0x03, 0x67, 0xff, 0x6c, 0x30, 0x7b, 0x98, 0x48, 0x4c,
115	0xef, 0xc9, 0xa7, 0x43, 0x77, 0x8f, 0x5e, 0x17, 0xbd, 0xee, 0x64, 0xc3, 0x94, 0x46, 0x5f, 0x1d,
116	0xbc, 0xf3, 0xc7, 0x31, 0x6a, 0x06, 0x66, 0xe7, 0x58, 0xee, 0x92, 0x3f, 0x01, 0x38, 0x2f, 0x64,
117	0x03, 0xf7, 0x9e, 0x4b, 0x12, 0xed, 0xd4, 0x5d, 0x0d, 0xeb, 0x5d, 0x05, 0x37, 0xef, 0xad, 0x91,
118	0xcb, 0x9a, 0x0a, 0x0e, 0xa5, 0xe2, 0x88, 0x33, 0x31, 0x2e, 0x8f, 0x36, 0xe3, 0xfe, 0xe7, 0x7c,
119	0xdf, 0x7a, 0xf4, 0x3d, 0x9c, 0x5c, 0x12, 0xf2, 0x23, 0x9c, 0x5f, 0x9a, 0x48, 0x52, 0x6a, 0x68,
120	0xe0, 0x80, 0xd2, 0x18, 0x2e, 0x9d, 0xf2, 0xa7, 0xd3, 0x64, 0xa4, 0xd4, 0x99, 0xd7, 0x64, 0x69,
121	0x9c, 0x79, 0xcd, 0x7d, 0x78, 0x6e, 0x08, 0x8c, 0x49, 0xa9, 0x31, 0xf6, 0x2a, 0x8c, 0xd3, 0x18,
122	0x63, 0xaf, 0xcb, 0x1f, 0x8c, 0xc3, 0xc6, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x96, 0xb5,
123	0xe4, 0x6a, 0x03, 0x00, 0x00,
124}
125