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.
 
 
 

208 regels
9.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/resources/ad_group_ad.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. // An ad group ad.
  20. type AdGroupAd struct {
  21. // The resource name of the ad.
  22. // Ad group ad resource names have the form:
  23. //
  24. // `customers/{customer_id}/adGroupAds/{ad_group_id}_{ad_id}`
  25. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  26. // The status of the ad.
  27. Status enums.AdGroupAdStatusEnum_AdGroupAdStatus `protobuf:"varint,3,opt,name=status,proto3,enum=google.ads.googleads.v0.enums.AdGroupAdStatusEnum_AdGroupAdStatus" json:"status,omitempty"`
  28. // The ad group to which the ad belongs.
  29. AdGroup *wrappers.StringValue `protobuf:"bytes,4,opt,name=ad_group,json=adGroup,proto3" json:"ad_group,omitempty"`
  30. // The ad.
  31. Ad *Ad `protobuf:"bytes,5,opt,name=ad,proto3" json:"ad,omitempty"`
  32. // Policy information for the ad.
  33. PolicySummary *AdGroupAdPolicySummary `protobuf:"bytes,6,opt,name=policy_summary,json=policySummary,proto3" json:"policy_summary,omitempty"`
  34. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  35. XXX_unrecognized []byte `json:"-"`
  36. XXX_sizecache int32 `json:"-"`
  37. }
  38. func (m *AdGroupAd) Reset() { *m = AdGroupAd{} }
  39. func (m *AdGroupAd) String() string { return proto.CompactTextString(m) }
  40. func (*AdGroupAd) ProtoMessage() {}
  41. func (*AdGroupAd) Descriptor() ([]byte, []int) {
  42. return fileDescriptor_ad_group_ad_e51a2210f608e674, []int{0}
  43. }
  44. func (m *AdGroupAd) XXX_Unmarshal(b []byte) error {
  45. return xxx_messageInfo_AdGroupAd.Unmarshal(m, b)
  46. }
  47. func (m *AdGroupAd) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  48. return xxx_messageInfo_AdGroupAd.Marshal(b, m, deterministic)
  49. }
  50. func (dst *AdGroupAd) XXX_Merge(src proto.Message) {
  51. xxx_messageInfo_AdGroupAd.Merge(dst, src)
  52. }
  53. func (m *AdGroupAd) XXX_Size() int {
  54. return xxx_messageInfo_AdGroupAd.Size(m)
  55. }
  56. func (m *AdGroupAd) XXX_DiscardUnknown() {
  57. xxx_messageInfo_AdGroupAd.DiscardUnknown(m)
  58. }
  59. var xxx_messageInfo_AdGroupAd proto.InternalMessageInfo
  60. func (m *AdGroupAd) GetResourceName() string {
  61. if m != nil {
  62. return m.ResourceName
  63. }
  64. return ""
  65. }
  66. func (m *AdGroupAd) GetStatus() enums.AdGroupAdStatusEnum_AdGroupAdStatus {
  67. if m != nil {
  68. return m.Status
  69. }
  70. return enums.AdGroupAdStatusEnum_UNSPECIFIED
  71. }
  72. func (m *AdGroupAd) GetAdGroup() *wrappers.StringValue {
  73. if m != nil {
  74. return m.AdGroup
  75. }
  76. return nil
  77. }
  78. func (m *AdGroupAd) GetAd() *Ad {
  79. if m != nil {
  80. return m.Ad
  81. }
  82. return nil
  83. }
  84. func (m *AdGroupAd) GetPolicySummary() *AdGroupAdPolicySummary {
  85. if m != nil {
  86. return m.PolicySummary
  87. }
  88. return nil
  89. }
  90. // Contains policy information for an ad.
  91. type AdGroupAdPolicySummary struct {
  92. // The list of policy findings for this ad.
  93. PolicyTopicEntries []*common.PolicyTopicEntry `protobuf:"bytes,1,rep,name=policy_topic_entries,json=policyTopicEntries,proto3" json:"policy_topic_entries,omitempty"`
  94. // Where in the review process this ad is.
  95. ReviewStatus enums.PolicyReviewStatusEnum_PolicyReviewStatus `protobuf:"varint,2,opt,name=review_status,json=reviewStatus,proto3,enum=google.ads.googleads.v0.enums.PolicyReviewStatusEnum_PolicyReviewStatus" json:"review_status,omitempty"`
  96. // The overall approval status of this ad, calculated based on the status of
  97. // its individual policy topic entries.
  98. ApprovalStatus enums.PolicyApprovalStatusEnum_PolicyApprovalStatus `protobuf:"varint,3,opt,name=approval_status,json=approvalStatus,proto3,enum=google.ads.googleads.v0.enums.PolicyApprovalStatusEnum_PolicyApprovalStatus" json:"approval_status,omitempty"`
  99. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  100. XXX_unrecognized []byte `json:"-"`
  101. XXX_sizecache int32 `json:"-"`
  102. }
  103. func (m *AdGroupAdPolicySummary) Reset() { *m = AdGroupAdPolicySummary{} }
  104. func (m *AdGroupAdPolicySummary) String() string { return proto.CompactTextString(m) }
  105. func (*AdGroupAdPolicySummary) ProtoMessage() {}
  106. func (*AdGroupAdPolicySummary) Descriptor() ([]byte, []int) {
  107. return fileDescriptor_ad_group_ad_e51a2210f608e674, []int{1}
  108. }
  109. func (m *AdGroupAdPolicySummary) XXX_Unmarshal(b []byte) error {
  110. return xxx_messageInfo_AdGroupAdPolicySummary.Unmarshal(m, b)
  111. }
  112. func (m *AdGroupAdPolicySummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  113. return xxx_messageInfo_AdGroupAdPolicySummary.Marshal(b, m, deterministic)
  114. }
  115. func (dst *AdGroupAdPolicySummary) XXX_Merge(src proto.Message) {
  116. xxx_messageInfo_AdGroupAdPolicySummary.Merge(dst, src)
  117. }
  118. func (m *AdGroupAdPolicySummary) XXX_Size() int {
  119. return xxx_messageInfo_AdGroupAdPolicySummary.Size(m)
  120. }
  121. func (m *AdGroupAdPolicySummary) XXX_DiscardUnknown() {
  122. xxx_messageInfo_AdGroupAdPolicySummary.DiscardUnknown(m)
  123. }
  124. var xxx_messageInfo_AdGroupAdPolicySummary proto.InternalMessageInfo
  125. func (m *AdGroupAdPolicySummary) GetPolicyTopicEntries() []*common.PolicyTopicEntry {
  126. if m != nil {
  127. return m.PolicyTopicEntries
  128. }
  129. return nil
  130. }
  131. func (m *AdGroupAdPolicySummary) GetReviewStatus() enums.PolicyReviewStatusEnum_PolicyReviewStatus {
  132. if m != nil {
  133. return m.ReviewStatus
  134. }
  135. return enums.PolicyReviewStatusEnum_UNSPECIFIED
  136. }
  137. func (m *AdGroupAdPolicySummary) GetApprovalStatus() enums.PolicyApprovalStatusEnum_PolicyApprovalStatus {
  138. if m != nil {
  139. return m.ApprovalStatus
  140. }
  141. return enums.PolicyApprovalStatusEnum_UNSPECIFIED
  142. }
  143. func init() {
  144. proto.RegisterType((*AdGroupAd)(nil), "google.ads.googleads.v0.resources.AdGroupAd")
  145. proto.RegisterType((*AdGroupAdPolicySummary)(nil), "google.ads.googleads.v0.resources.AdGroupAdPolicySummary")
  146. }
  147. func init() {
  148. proto.RegisterFile("google/ads/googleads/v0/resources/ad_group_ad.proto", fileDescriptor_ad_group_ad_e51a2210f608e674)
  149. }
  150. var fileDescriptor_ad_group_ad_e51a2210f608e674 = []byte{
  151. // 544 bytes of a gzipped FileDescriptorProto
  152. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xdf, 0x8a, 0xd3, 0x4e,
  153. 0x14, 0x26, 0xe9, 0xef, 0x57, 0xdd, 0x59, 0xb7, 0x42, 0x10, 0x09, 0x8b, 0x48, 0x77, 0xa5, 0x50,
  154. 0x14, 0x26, 0xa1, 0x8b, 0xff, 0xe2, 0x55, 0x0a, 0x4b, 0x45, 0x44, 0x96, 0x54, 0x7a, 0xb1, 0x14,
  155. 0xe2, 0xb4, 0x33, 0x86, 0x40, 0x26, 0x33, 0xcc, 0x24, 0x5d, 0xfa, 0x3a, 0x5e, 0xfa, 0x28, 0x3e,
  156. 0x84, 0x17, 0x5e, 0xfa, 0x0a, 0xde, 0x48, 0x66, 0x26, 0xd9, 0x66, 0xd7, 0x6e, 0x7b, 0x77, 0xce,
  157. 0xc9, 0xf7, 0x7d, 0xe7, 0x9c, 0x39, 0x5f, 0xc0, 0x59, 0xc2, 0x58, 0x92, 0x11, 0x0f, 0x61, 0xe9,
  158. 0xe9, 0xb0, 0x8a, 0x56, 0xbe, 0x27, 0x88, 0x64, 0xa5, 0x58, 0x12, 0xe9, 0x21, 0x1c, 0x27, 0x82,
  159. 0x95, 0x3c, 0x46, 0x18, 0x72, 0xc1, 0x0a, 0xe6, 0x9c, 0x68, 0x24, 0x44, 0x58, 0xc2, 0x86, 0x04,
  160. 0x57, 0x3e, 0x6c, 0x48, 0xc7, 0x2f, 0xb6, 0xe9, 0x2e, 0x19, 0xa5, 0x2c, 0xf7, 0x38, 0xcb, 0xd2,
  161. 0xe5, 0x5a, 0xeb, 0x1d, 0xbf, 0xda, 0x06, 0x26, 0x79, 0x49, 0x5b, 0x03, 0xc4, 0xb2, 0x40, 0x45,
  162. 0x29, 0x0d, 0x2f, 0xb8, 0x9b, 0xa7, 0x7b, 0xc4, 0x88, 0x73, 0xc1, 0x56, 0x28, 0x6b, 0x73, 0xdf,
  163. 0xec, 0xc5, 0x15, 0x64, 0x95, 0x92, 0xab, 0x36, 0xf3, 0xf9, 0x3e, 0x4f, 0x66, 0xb0, 0x4f, 0x0d,
  164. 0x56, 0x65, 0x8b, 0xf2, 0xab, 0x77, 0x25, 0x10, 0xe7, 0x44, 0x18, 0xad, 0xd3, 0x9f, 0x36, 0x38,
  165. 0x08, 0xf1, 0xa4, 0xda, 0x2e, 0xc4, 0xce, 0x33, 0x70, 0x54, 0x6b, 0xc4, 0x39, 0xa2, 0xc4, 0xb5,
  166. 0xfa, 0xd6, 0xf0, 0x20, 0x7a, 0x50, 0x17, 0x3f, 0x21, 0x4a, 0x9c, 0x4b, 0xd0, 0xd5, 0xe3, 0xb8,
  167. 0x9d, 0xbe, 0x35, 0xec, 0x8d, 0xc6, 0x70, 0xdb, 0x35, 0xd4, 0x26, 0xb0, 0x91, 0x9f, 0x2a, 0xd6,
  168. 0x79, 0x5e, 0xd2, 0x9b, 0xb5, 0xc8, 0x28, 0x3a, 0xaf, 0xc1, 0xfd, 0xfa, 0xb1, 0xdd, 0xff, 0xfa,
  169. 0xd6, 0xf0, 0x70, 0xf4, 0xa4, 0x56, 0xaf, 0x37, 0x80, 0xd3, 0x42, 0xa4, 0x79, 0x32, 0x43, 0x59,
  170. 0x49, 0xa2, 0x7b, 0x48, 0x0b, 0x39, 0x2f, 0x81, 0x8d, 0xb0, 0xfb, 0xbf, 0xa2, 0x0c, 0xe0, 0x4e,
  171. 0x7b, 0xc0, 0x10, 0x47, 0x36, 0xc2, 0xce, 0x17, 0xd0, 0x33, 0x0f, 0x2d, 0x4b, 0x4a, 0x91, 0x58,
  172. 0xbb, 0x5d, 0x25, 0xf1, 0x76, 0x2f, 0x09, 0xb3, 0xc3, 0x85, 0x52, 0x98, 0x6a, 0x81, 0xe8, 0x88,
  173. 0x6f, 0xa6, 0xa7, 0xbf, 0x6c, 0xf0, 0xf8, 0xdf, 0x48, 0x67, 0x01, 0x1e, 0x99, 0xe6, 0x05, 0xe3,
  174. 0xe9, 0x32, 0x26, 0x79, 0x21, 0x52, 0x22, 0x5d, 0xab, 0xdf, 0x19, 0x1e, 0x8e, 0xfc, 0xad, 0x23,
  175. 0x68, 0x07, 0x43, 0x2d, 0xf6, 0xb9, 0xa2, 0x9e, 0xe7, 0x85, 0x58, 0x47, 0x0e, 0x6f, 0x57, 0x52,
  176. 0x22, 0x1d, 0x5a, 0x5d, 0x74, 0xc3, 0x42, 0xae, 0xad, 0x6e, 0xf6, 0x7e, 0xc7, 0xcd, 0xb4, 0x76,
  177. 0xa4, 0x98, 0x1b, 0x67, 0xbb, 0x5d, 0xae, 0xbc, 0x71, 0x9d, 0x39, 0x25, 0x78, 0x78, 0xc3, 0xed,
  178. 0xc6, 0x24, 0x1f, 0xf7, 0x6a, 0x18, 0x1a, 0xee, 0xad, 0x96, 0xed, 0x0f, 0x51, 0x0f, 0xb5, 0xf2,
  179. 0xf1, 0x1f, 0x0b, 0x0c, 0x96, 0x8c, 0xee, 0x3e, 0xda, 0xb8, 0x77, 0x7d, 0x8b, 0xca, 0x4f, 0x17,
  180. 0xd6, 0xe5, 0x07, 0x43, 0x4a, 0x58, 0x86, 0xf2, 0x04, 0x32, 0x91, 0x78, 0x09, 0xc9, 0x95, 0xdb,
  181. 0xea, 0xbf, 0x8b, 0xa7, 0xf2, 0x8e, 0x9f, 0xed, 0x5d, 0x13, 0x7d, 0xb3, 0x3b, 0x93, 0x30, 0xfc,
  182. 0x6e, 0x9f, 0x4c, 0xb4, 0x64, 0x88, 0x25, 0xd4, 0x61, 0x15, 0xcd, 0x7c, 0x18, 0xd5, 0xc8, 0x1f,
  183. 0x35, 0x66, 0x1e, 0x62, 0x39, 0x6f, 0x30, 0xf3, 0x99, 0x3f, 0x6f, 0x30, 0xbf, 0xed, 0x81, 0xfe,
  184. 0x10, 0x04, 0x21, 0x96, 0x41, 0xd0, 0xa0, 0x82, 0x60, 0xe6, 0x07, 0x41, 0x83, 0x5b, 0x74, 0xd5,
  185. 0xb0, 0x67, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x16, 0x68, 0x0e, 0xf9, 0x4b, 0x05, 0x00, 0x00,
  186. }