You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

147 lines
7.1 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/resources/customer_feed.proto
  3. package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v0/resources"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import wrappers "github.com/golang/protobuf/ptypes/wrappers"
  8. import common "google.golang.org/genproto/googleapis/ads/googleads/v0/common"
  9. import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums"
  10. // Reference imports to suppress errors if they are not otherwise used.
  11. var _ = proto.Marshal
  12. var _ = fmt.Errorf
  13. var _ = math.Inf
  14. // This is a compile-time assertion to ensure that this generated file
  15. // is compatible with the proto package it is being compiled against.
  16. // A compilation error at this line likely means your copy of the
  17. // proto package needs to be updated.
  18. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  19. // A customer feed.
  20. type CustomerFeed struct {
  21. // The resource name of the customer feed.
  22. // Customer feed resource names have the form:
  23. //
  24. // `customers/{customer_id}/customerFeeds/{feed_id}`
  25. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  26. // The feed being linked to the customer.
  27. Feed *wrappers.StringValue `protobuf:"bytes,2,opt,name=feed,proto3" json:"feed,omitempty"`
  28. // Indicates which placeholder types the feed may populate under the connected
  29. // customer. Required.
  30. PlaceholderTypes []enums.PlaceholderTypeEnum_PlaceholderType `protobuf:"varint,3,rep,packed,name=placeholder_types,json=placeholderTypes,proto3,enum=google.ads.googleads.v0.enums.PlaceholderTypeEnum_PlaceholderType" json:"placeholder_types,omitempty"`
  31. // Matching function associated with the CustomerFeed.
  32. // The matching function is used to filter the set of feed items selected.
  33. // Required.
  34. MatchingFunction *common.MatchingFunction `protobuf:"bytes,4,opt,name=matching_function,json=matchingFunction,proto3" json:"matching_function,omitempty"`
  35. // Status of the customer feed.
  36. // This field is read-only.
  37. Status enums.FeedLinkStatusEnum_FeedLinkStatus `protobuf:"varint,5,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.FeedLinkStatusEnum_FeedLinkStatus" json:"status,omitempty"`
  38. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  39. XXX_unrecognized []byte `json:"-"`
  40. XXX_sizecache int32 `json:"-"`
  41. }
  42. func (m *CustomerFeed) Reset() { *m = CustomerFeed{} }
  43. func (m *CustomerFeed) String() string { return proto.CompactTextString(m) }
  44. func (*CustomerFeed) ProtoMessage() {}
  45. func (*CustomerFeed) Descriptor() ([]byte, []int) {
  46. return fileDescriptor_customer_feed_679e6d16646b6dfc, []int{0}
  47. }
  48. func (m *CustomerFeed) XXX_Unmarshal(b []byte) error {
  49. return xxx_messageInfo_CustomerFeed.Unmarshal(m, b)
  50. }
  51. func (m *CustomerFeed) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  52. return xxx_messageInfo_CustomerFeed.Marshal(b, m, deterministic)
  53. }
  54. func (dst *CustomerFeed) XXX_Merge(src proto.Message) {
  55. xxx_messageInfo_CustomerFeed.Merge(dst, src)
  56. }
  57. func (m *CustomerFeed) XXX_Size() int {
  58. return xxx_messageInfo_CustomerFeed.Size(m)
  59. }
  60. func (m *CustomerFeed) XXX_DiscardUnknown() {
  61. xxx_messageInfo_CustomerFeed.DiscardUnknown(m)
  62. }
  63. var xxx_messageInfo_CustomerFeed proto.InternalMessageInfo
  64. func (m *CustomerFeed) GetResourceName() string {
  65. if m != nil {
  66. return m.ResourceName
  67. }
  68. return ""
  69. }
  70. func (m *CustomerFeed) GetFeed() *wrappers.StringValue {
  71. if m != nil {
  72. return m.Feed
  73. }
  74. return nil
  75. }
  76. func (m *CustomerFeed) GetPlaceholderTypes() []enums.PlaceholderTypeEnum_PlaceholderType {
  77. if m != nil {
  78. return m.PlaceholderTypes
  79. }
  80. return nil
  81. }
  82. func (m *CustomerFeed) GetMatchingFunction() *common.MatchingFunction {
  83. if m != nil {
  84. return m.MatchingFunction
  85. }
  86. return nil
  87. }
  88. func (m *CustomerFeed) GetStatus() enums.FeedLinkStatusEnum_FeedLinkStatus {
  89. if m != nil {
  90. return m.Status
  91. }
  92. return enums.FeedLinkStatusEnum_UNSPECIFIED
  93. }
  94. func init() {
  95. proto.RegisterType((*CustomerFeed)(nil), "google.ads.googleads.v0.resources.CustomerFeed")
  96. }
  97. func init() {
  98. proto.RegisterFile("google/ads/googleads/v0/resources/customer_feed.proto", fileDescriptor_customer_feed_679e6d16646b6dfc)
  99. }
  100. var fileDescriptor_customer_feed_679e6d16646b6dfc = []byte{
  101. // 460 bytes of a gzipped FileDescriptorProto
  102. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40,
  103. 0x14, 0xc7, 0xc9, 0x6e, 0x2d, 0x18, 0x6b, 0xe9, 0xe6, 0x2a, 0x14, 0x91, 0xad, 0x52, 0xd8, 0xab,
  104. 0x49, 0x58, 0x3f, 0x2e, 0xe2, 0x8d, 0x59, 0xb1, 0x05, 0x51, 0x59, 0x52, 0x59, 0x44, 0x56, 0xc2,
  105. 0x34, 0x39, 0x9b, 0x86, 0x66, 0x3e, 0x98, 0x8f, 0x4a, 0x9f, 0xc2, 0x77, 0xf0, 0xd2, 0x47, 0xf1,
  106. 0x51, 0x7c, 0x08, 0x91, 0xcc, 0x4c, 0xa2, 0x5d, 0x59, 0xb7, 0x77, 0x27, 0x27, 0xff, 0xdf, 0x99,
  107. 0x73, 0xfe, 0x67, 0xc6, 0x7f, 0x56, 0x31, 0x56, 0x35, 0x10, 0xe1, 0x52, 0x46, 0x36, 0x6c, 0xa3,
  108. 0xab, 0x38, 0x12, 0x20, 0x99, 0x16, 0x05, 0xc8, 0xa8, 0xd0, 0x52, 0x31, 0x02, 0x22, 0x5f, 0x01,
  109. 0x94, 0x88, 0x0b, 0xa6, 0x58, 0x70, 0x64, 0xb5, 0x08, 0x97, 0x12, 0xf5, 0x18, 0xba, 0x8a, 0x51,
  110. 0x8f, 0x1d, 0x3e, 0xdf, 0x54, 0xb9, 0x60, 0x84, 0x30, 0x1a, 0x11, 0xac, 0x8a, 0x8b, 0x9a, 0x56,
  111. 0xf9, 0x4a, 0xd3, 0x42, 0xd5, 0x8c, 0xda, 0xd2, 0x87, 0x4f, 0x37, 0x71, 0x40, 0x35, 0x91, 0x51,
  112. 0xdb, 0x44, 0xde, 0xd4, 0xf4, 0x32, 0x97, 0x0a, 0x2b, 0x2d, 0x6f, 0x47, 0xf1, 0x06, 0x17, 0x70,
  113. 0xc1, 0x9a, 0x12, 0x44, 0xae, 0xae, 0x39, 0x38, 0xea, 0xa1, 0xa3, 0xcc, 0xd7, 0xb9, 0x5e, 0x45,
  114. 0x5f, 0x04, 0xe6, 0x1c, 0x84, 0xab, 0xfa, 0xe8, 0xeb, 0xd0, 0xdf, 0x7b, 0xe5, 0xc6, 0x3f, 0x01,
  115. 0x28, 0x83, 0xc7, 0xfe, 0xfd, 0x6e, 0xc2, 0x9c, 0x62, 0x02, 0xa1, 0x37, 0xf6, 0x26, 0x77, 0xb3,
  116. 0xbd, 0x2e, 0xf9, 0x1e, 0x13, 0x08, 0x62, 0x7f, 0xa7, 0xed, 0x32, 0x1c, 0x8c, 0xbd, 0xc9, 0xbd,
  117. 0xe9, 0x03, 0x67, 0x10, 0xea, 0x0e, 0x41, 0x67, 0x4a, 0xd4, 0xb4, 0x5a, 0xe0, 0x46, 0x43, 0x66,
  118. 0x94, 0x01, 0xf3, 0x47, 0xeb, 0x1d, 0xca, 0x70, 0x38, 0x1e, 0x4e, 0xf6, 0xa7, 0x33, 0xb4, 0xc9,
  119. 0x6a, 0x33, 0x19, 0x9a, 0xff, 0xe1, 0x3e, 0x5c, 0x73, 0x78, 0x4d, 0x35, 0x59, 0xcf, 0x65, 0x07,
  120. 0xfc, 0x66, 0x42, 0x06, 0x9f, 0xfd, 0xd1, 0x3f, 0xfe, 0x87, 0x3b, 0xa6, 0xdf, 0x78, 0xe3, 0x81,
  121. 0x76, 0x71, 0xe8, 0x9d, 0x03, 0x4f, 0x1c, 0x97, 0x1d, 0x90, 0xb5, 0x4c, 0xf0, 0xd1, 0xdf, 0xb5,
  122. 0xdb, 0x09, 0xef, 0x8c, 0xbd, 0xc9, 0xfe, 0xf4, 0xe5, 0x96, 0x21, 0x5a, 0x6f, 0xdf, 0xd6, 0xf4,
  123. 0xf2, 0xcc, 0x40, 0x66, 0x86, 0x9b, 0xa9, 0xcc, 0xd5, 0x9b, 0xfd, 0xf2, 0xfc, 0xe3, 0x82, 0x11,
  124. 0xb4, 0xf5, 0xfe, 0xcd, 0x46, 0x7f, 0x2f, 0x6e, 0xde, 0x7a, 0x3f, 0xf7, 0x3e, 0xbd, 0x71, 0x5c,
  125. 0xc5, 0x1a, 0x4c, 0x2b, 0xc4, 0x44, 0x15, 0x55, 0x40, 0xcd, 0x66, 0xba, 0x6b, 0xc3, 0x6b, 0xf9,
  126. 0x9f, 0xd7, 0xf0, 0xa2, 0x8f, 0xbe, 0x0d, 0x86, 0xa7, 0x69, 0xfa, 0x7d, 0x70, 0x74, 0x6a, 0x4b,
  127. 0xa6, 0xa5, 0x44, 0x36, 0x6c, 0xa3, 0x45, 0x8c, 0xb2, 0x4e, 0xf9, 0xa3, 0xd3, 0x2c, 0xd3, 0x52,
  128. 0x2e, 0x7b, 0xcd, 0x72, 0x11, 0x2f, 0x7b, 0xcd, 0xcf, 0xc1, 0xb1, 0xfd, 0x91, 0x24, 0x69, 0x29,
  129. 0x93, 0xa4, 0x57, 0x25, 0xc9, 0x22, 0x4e, 0x92, 0x5e, 0x77, 0xbe, 0x6b, 0x9a, 0x7d, 0xf2, 0x3b,
  130. 0x00, 0x00, 0xff, 0xff, 0x9d, 0x3c, 0x75, 0x8c, 0xb9, 0x03, 0x00, 0x00,
  131. }