1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v3/resources/customer_client_link.proto
package resources
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
wrappers "github.com/golang/protobuf/ptypes/wrappers"
enums "google.golang.org/genproto/googleapis/ads/googleads/v3/enums"
_ "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.ProtoPackageIsVersion3 // please upgrade the proto package
// Represents customer client link relationship.
type CustomerClientLink struct {
// Immutable. Name of the resource.
// CustomerClientLink resource names have the form:
// `customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// Immutable. The client customer linked to this customer.
ClientCustomer *wrappers.StringValue `protobuf:"bytes,3,opt,name=client_customer,json=clientCustomer,proto3" json:"client_customer,omitempty"`
// Output only. This is uniquely identifies a customer client link. Read only.
ManagerLinkId *wrappers.Int64Value `protobuf:"bytes,4,opt,name=manager_link_id,json=managerLinkId,proto3" json:"manager_link_id,omitempty"`
// This is the status of the link between client and manager.
Status enums.ManagerLinkStatusEnum_ManagerLinkStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v3.enums.ManagerLinkStatusEnum_ManagerLinkStatus" json:"status,omitempty"`
// The visibility of the link. Users can choose whether or not to see hidden
// links in the AdWords UI.
// Default value is false
Hidden *wrappers.BoolValue `protobuf:"bytes,6,opt,name=hidden,proto3" json:"hidden,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomerClientLink) Reset() { *m = CustomerClientLink{} }
func (m *CustomerClientLink) String() string { return proto.CompactTextString(m) }
func (*CustomerClientLink) ProtoMessage() {}
func (*CustomerClientLink) Descriptor() ([]byte, []int) {
return fileDescriptor_19b00c28e6d68d63, []int{0}
}
func (m *CustomerClientLink) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CustomerClientLink.Unmarshal(m, b)
}
func (m *CustomerClientLink) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CustomerClientLink.Marshal(b, m, deterministic)
}
func (m *CustomerClientLink) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomerClientLink.Merge(m, src)
}
func (m *CustomerClientLink) XXX_Size() int {
return xxx_messageInfo_CustomerClientLink.Size(m)
}
func (m *CustomerClientLink) XXX_DiscardUnknown() {
xxx_messageInfo_CustomerClientLink.DiscardUnknown(m)
}
var xxx_messageInfo_CustomerClientLink proto.InternalMessageInfo
func (m *CustomerClientLink) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *CustomerClientLink) GetClientCustomer() *wrappers.StringValue {
if m != nil {
return m.ClientCustomer
}
return nil
}
func (m *CustomerClientLink) GetManagerLinkId() *wrappers.Int64Value {
if m != nil {
return m.ManagerLinkId
}
return nil
}
func (m *CustomerClientLink) GetStatus() enums.ManagerLinkStatusEnum_ManagerLinkStatus {
if m != nil {
return m.Status
}
return enums.ManagerLinkStatusEnum_UNSPECIFIED
}
func (m *CustomerClientLink) GetHidden() *wrappers.BoolValue {
if m != nil {
return m.Hidden
}
return nil
}
func init() {
proto.RegisterType((*CustomerClientLink)(nil), "google.ads.googleads.v3.resources.CustomerClientLink")
}
func init() {
proto.RegisterFile("google/ads/googleads/v3/resources/customer_client_link.proto", fileDescriptor_19b00c28e6d68d63)
}
var fileDescriptor_19b00c28e6d68d63 = []byte{
// 517 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xd1, 0x6a, 0xd4, 0x40,
0x14, 0x65, 0x77, 0xbb, 0x0b, 0x46, 0xdb, 0x42, 0x5e, 0x8c, 0x6b, 0xd1, 0xad, 0x50, 0x58, 0x10,
0x67, 0x60, 0x23, 0x0a, 0x51, 0x90, 0xa4, 0x68, 0x6d, 0x51, 0x29, 0x29, 0x2c, 0x22, 0x8b, 0x61,
0x36, 0x33, 0x4d, 0x87, 0x26, 0x33, 0x71, 0x26, 0x59, 0x1f, 0xa4, 0x6f, 0xbe, 0xf9, 0x17, 0x3e,
0xfa, 0x29, 0x7e, 0x45, 0x9f, 0xfb, 0x09, 0x3e, 0xc9, 0x4e, 0x66, 0x66, 0x57, 0x42, 0x15, 0xdf,
0xce, 0xee, 0x3d, 0xe7, 0xdc, 0x7b, 0xcf, 0xdc, 0x38, 0xcf, 0x33, 0xce, 0xb3, 0x9c, 0x40, 0x84,
0x25, 0x6c, 0xe0, 0x12, 0x2d, 0x7c, 0x28, 0x88, 0xe4, 0xb5, 0x48, 0x89, 0x84, 0x69, 0x2d, 0x2b,
0x5e, 0x10, 0x91, 0xa4, 0x39, 0x25, 0xac, 0x4a, 0x72, 0xca, 0xce, 0x41, 0x29, 0x78, 0xc5, 0xdd,
0xdd, 0x46, 0x02, 0x10, 0x96, 0xc0, 0xaa, 0xc1, 0xc2, 0x07, 0x56, 0x3d, 0x7c, 0x7a, 0x5d, 0x03,
0xc2, 0xea, 0x42, 0xc2, 0x02, 0x31, 0x94, 0x11, 0xa1, 0x4c, 0x13, 0x59, 0xa1, 0xaa, 0x96, 0x8d,
0xf7, 0xf0, 0xbe, 0x11, 0x96, 0x14, 0x9e, 0x52, 0x92, 0xe3, 0x64, 0x4e, 0xce, 0xd0, 0x82, 0x72,
0xa1, 0x09, 0x77, 0xd6, 0x08, 0xa6, 0x9f, 0x2e, 0xdd, 0xd3, 0x25, 0xf5, 0x6b, 0x5e, 0x9f, 0xc2,
0xcf, 0x02, 0x95, 0x25, 0x11, 0xc6, 0x7b, 0x67, 0x4d, 0x8a, 0x18, 0xe3, 0x15, 0xaa, 0x28, 0x67,
0xba, 0xfa, 0xe0, 0xdb, 0x86, 0xe3, 0xee, 0xeb, 0xa5, 0xf7, 0xd5, 0xce, 0x6f, 0x28, 0x3b, 0x77,
0xdf, 0x3b, 0x9b, 0xa6, 0x4d, 0xc2, 0x50, 0x41, 0xbc, 0xce, 0xa8, 0x33, 0xbe, 0x11, 0xf9, 0x97,
0x61, 0xff, 0x57, 0xf8, 0xc8, 0x79, 0xb8, 0x0a, 0x40, 0xa3, 0x92, 0x4a, 0x90, 0xf2, 0x02, 0xb6,
0xbd, 0xe2, 0x5b, 0xc6, 0xe9, 0x1d, 0x2a, 0x88, 0x7b, 0xe4, 0x6c, 0xeb, 0x6c, 0x4d, 0xd6, 0x5e,
0x6f, 0xd4, 0x19, 0xdf, 0x9c, 0xec, 0x68, 0x2b, 0x60, 0x16, 0x01, 0x27, 0x95, 0xa0, 0x2c, 0x9b,
0xa2, 0xbc, 0x26, 0x51, 0xef, 0x32, 0xec, 0xc7, 0x5b, 0x8d, 0xd2, 0xf4, 0x70, 0x5f, 0x3b, 0xdb,
0x7f, 0x64, 0x4a, 0xb1, 0xb7, 0xa1, 0xbc, 0xee, 0xb6, 0xbc, 0x0e, 0x59, 0xf5, 0xe4, 0xb1, 0xb5,
0xea, 0xc5, 0x9b, 0x5a, 0xb8, 0x9c, 0xf0, 0x10, 0xbb, 0x1f, 0x9d, 0x41, 0xf3, 0x20, 0x5e, 0x7f,
0xd4, 0x19, 0x6f, 0x4d, 0x5e, 0x81, 0xeb, 0x5e, 0x5b, 0x3d, 0x25, 0x78, 0xbb, 0x52, 0x9f, 0x28,
0xdd, 0x4b, 0x56, 0x17, 0xed, 0x7f, 0x63, 0xed, 0xea, 0x4e, 0x9c, 0xc1, 0x19, 0xc5, 0x98, 0x30,
0x6f, 0xa0, 0x06, 0x1c, 0xb6, 0x06, 0x8c, 0x38, 0xcf, 0xd5, 0x7c, 0xb1, 0x66, 0x06, 0x9f, 0xae,
0x42, 0xf6, 0x5f, 0x49, 0xbb, 0x2f, 0x4c, 0xa4, 0x12, 0x7e, 0x31, 0xf0, 0xc2, 0xde, 0xf4, 0x8a,
0xb8, 0x56, 0x5e, 0x3f, 0xf4, 0x8b, 0xe8, 0x6b, 0xd7, 0xd9, 0x4b, 0x79, 0x01, 0xfe, 0x79, 0xea,
0xd1, 0xed, 0x76, 0xfb, 0xe3, 0xe5, 0x2a, 0xc7, 0x9d, 0x0f, 0x47, 0x5a, 0x9d, 0xf1, 0x1c, 0xb1,
0x0c, 0x70, 0x91, 0xc1, 0x8c, 0x30, 0xb5, 0x28, 0x5c, 0xed, 0xf0, 0x97, 0xaf, 0xf0, 0x99, 0x45,
0xdf, 0xbb, 0xbd, 0x83, 0x30, 0xfc, 0xd1, 0xdd, 0x3d, 0x68, 0x2c, 0x43, 0x2c, 0x41, 0x03, 0x97,
0x68, 0xea, 0x83, 0xd8, 0x30, 0x7f, 0x1a, 0xce, 0x2c, 0xc4, 0x72, 0x66, 0x39, 0xb3, 0xa9, 0x3f,
0xb3, 0x9c, 0xab, 0xee, 0x5e, 0x53, 0x08, 0x82, 0x10, 0xcb, 0x20, 0xb0, 0xac, 0x20, 0x98, 0xfa,
0x41, 0x60, 0x79, 0xf3, 0x81, 0x1a, 0xd6, 0xff, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x0b, 0xfd,
0x2a, 0x31, 0x04, 0x00, 0x00,
}
|