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.
 
 
 

159 lines
7.6 KiB

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