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.
 
 
 

150 lines
7.7 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/resources/campaign_extension_setting.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 enums "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
  9. import _ "google.golang.org/genproto/googleapis/api/annotations"
  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 campaign extension setting.
  20. type CampaignExtensionSetting struct {
  21. // The resource name of the campaign extension setting.
  22. // CampaignExtensionSetting resource names have the form:
  23. //
  24. //
  25. // `customers/{customer_id}/campaignExtensionSettings/{campaign_id}~{extension_type}`
  26. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  27. // The extension type of the customer extension setting.
  28. ExtensionType enums.ExtensionTypeEnum_ExtensionType `protobuf:"varint,2,opt,name=extension_type,json=extensionType,proto3,enum=google.ads.googleads.v1.enums.ExtensionTypeEnum_ExtensionType" json:"extension_type,omitempty"`
  29. // The resource name of the campaign. The linked extension feed items will
  30. // serve under this campaign.
  31. // Campaign resource names have the form:
  32. //
  33. // `customers/{customer_id}/campaigns/{campaign_id}`
  34. Campaign *wrappers.StringValue `protobuf:"bytes,3,opt,name=campaign,proto3" json:"campaign,omitempty"`
  35. // The resource names of the extension feed items to serve under the campaign.
  36. // ExtensionFeedItem resource names have the form:
  37. //
  38. // `customers/{customer_id}/extensionFeedItems/{feed_item_id}`
  39. ExtensionFeedItems []*wrappers.StringValue `protobuf:"bytes,4,rep,name=extension_feed_items,json=extensionFeedItems,proto3" json:"extension_feed_items,omitempty"`
  40. // The device for which the extensions will serve. Optional.
  41. Device enums.ExtensionSettingDeviceEnum_ExtensionSettingDevice `protobuf:"varint,5,opt,name=device,proto3,enum=google.ads.googleads.v1.enums.ExtensionSettingDeviceEnum_ExtensionSettingDevice" json:"device,omitempty"`
  42. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  43. XXX_unrecognized []byte `json:"-"`
  44. XXX_sizecache int32 `json:"-"`
  45. }
  46. func (m *CampaignExtensionSetting) Reset() { *m = CampaignExtensionSetting{} }
  47. func (m *CampaignExtensionSetting) String() string { return proto.CompactTextString(m) }
  48. func (*CampaignExtensionSetting) ProtoMessage() {}
  49. func (*CampaignExtensionSetting) Descriptor() ([]byte, []int) {
  50. return fileDescriptor_campaign_extension_setting_5f118322e01de01a, []int{0}
  51. }
  52. func (m *CampaignExtensionSetting) XXX_Unmarshal(b []byte) error {
  53. return xxx_messageInfo_CampaignExtensionSetting.Unmarshal(m, b)
  54. }
  55. func (m *CampaignExtensionSetting) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  56. return xxx_messageInfo_CampaignExtensionSetting.Marshal(b, m, deterministic)
  57. }
  58. func (dst *CampaignExtensionSetting) XXX_Merge(src proto.Message) {
  59. xxx_messageInfo_CampaignExtensionSetting.Merge(dst, src)
  60. }
  61. func (m *CampaignExtensionSetting) XXX_Size() int {
  62. return xxx_messageInfo_CampaignExtensionSetting.Size(m)
  63. }
  64. func (m *CampaignExtensionSetting) XXX_DiscardUnknown() {
  65. xxx_messageInfo_CampaignExtensionSetting.DiscardUnknown(m)
  66. }
  67. var xxx_messageInfo_CampaignExtensionSetting proto.InternalMessageInfo
  68. func (m *CampaignExtensionSetting) GetResourceName() string {
  69. if m != nil {
  70. return m.ResourceName
  71. }
  72. return ""
  73. }
  74. func (m *CampaignExtensionSetting) GetExtensionType() enums.ExtensionTypeEnum_ExtensionType {
  75. if m != nil {
  76. return m.ExtensionType
  77. }
  78. return enums.ExtensionTypeEnum_UNSPECIFIED
  79. }
  80. func (m *CampaignExtensionSetting) GetCampaign() *wrappers.StringValue {
  81. if m != nil {
  82. return m.Campaign
  83. }
  84. return nil
  85. }
  86. func (m *CampaignExtensionSetting) GetExtensionFeedItems() []*wrappers.StringValue {
  87. if m != nil {
  88. return m.ExtensionFeedItems
  89. }
  90. return nil
  91. }
  92. func (m *CampaignExtensionSetting) GetDevice() enums.ExtensionSettingDeviceEnum_ExtensionSettingDevice {
  93. if m != nil {
  94. return m.Device
  95. }
  96. return enums.ExtensionSettingDeviceEnum_UNSPECIFIED
  97. }
  98. func init() {
  99. proto.RegisterType((*CampaignExtensionSetting)(nil), "google.ads.googleads.v1.resources.CampaignExtensionSetting")
  100. }
  101. func init() {
  102. proto.RegisterFile("google/ads/googleads/v1/resources/campaign_extension_setting.proto", fileDescriptor_campaign_extension_setting_5f118322e01de01a)
  103. }
  104. var fileDescriptor_campaign_extension_setting_5f118322e01de01a = []byte{
  105. // 445 bytes of a gzipped FileDescriptorProto
  106. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xd1, 0x6e, 0xd3, 0x30,
  107. 0x14, 0x55, 0x52, 0x98, 0x20, 0xb0, 0x3d, 0x44, 0x3c, 0x44, 0xd3, 0x40, 0x1d, 0x68, 0x52, 0x9f,
  108. 0x6c, 0xa5, 0xbc, 0x20, 0x83, 0x90, 0x52, 0x18, 0x13, 0x3c, 0x4c, 0x55, 0x86, 0xfa, 0x80, 0x2a,
  109. 0x45, 0x5e, 0x7d, 0x67, 0x2c, 0x35, 0xb6, 0x15, 0x3b, 0x85, 0xfd, 0x02, 0x9f, 0xc0, 0x23, 0x8f,
  110. 0x7c, 0x0a, 0x9f, 0xc2, 0x57, 0xa0, 0xc6, 0xb1, 0xa1, 0x42, 0xdd, 0xfa, 0x76, 0xe2, 0x7b, 0xce,
  111. 0xb9, 0xf7, 0xf8, 0x3a, 0xc9, 0x84, 0x2b, 0xc5, 0x97, 0x80, 0x29, 0x33, 0xd8, 0xc1, 0x35, 0x5a,
  112. 0xe5, 0xb8, 0x01, 0xa3, 0xda, 0x66, 0x01, 0x06, 0x2f, 0x68, 0xad, 0xa9, 0xe0, 0xb2, 0x82, 0xaf,
  113. 0x16, 0xa4, 0x11, 0x4a, 0x56, 0x06, 0xac, 0x15, 0x92, 0x23, 0xdd, 0x28, 0xab, 0xd2, 0x63, 0x27,
  114. 0x44, 0x94, 0x19, 0x14, 0x3c, 0xd0, 0x2a, 0x47, 0xc1, 0xe3, 0xf0, 0xd5, 0xb6, 0x36, 0x20, 0xdb,
  115. 0xda, 0xe0, 0xff, 0x9c, 0x2b, 0x06, 0x2b, 0xb1, 0x00, 0xd7, 0xe0, 0x70, 0xbc, 0xab, 0xda, 0x5e,
  116. 0x6b, 0xaf, 0x79, 0xd2, 0x6b, 0xba, 0xaf, 0xcb, 0xf6, 0x0a, 0x7f, 0x69, 0xa8, 0xd6, 0xd0, 0x98,
  117. 0xbe, 0x7e, 0xe4, 0x3d, 0xb5, 0xc0, 0x54, 0x4a, 0x65, 0xa9, 0x15, 0x4a, 0xf6, 0xd5, 0xa7, 0xdf,
  118. 0x07, 0x49, 0xf6, 0xa6, 0xcf, 0x7d, 0xea, 0xed, 0x2f, 0xdc, 0x6c, 0xe9, 0xb3, 0x64, 0xdf, 0x27,
  119. 0xab, 0x24, 0xad, 0x21, 0x8b, 0x86, 0xd1, 0xe8, 0x7e, 0xf9, 0xd0, 0x1f, 0x9e, 0xd3, 0x1a, 0x52,
  120. 0x48, 0x0e, 0x36, 0xe7, 0xca, 0xe2, 0x61, 0x34, 0x3a, 0x18, 0xbf, 0x46, 0xdb, 0x6e, 0xab, 0x0b,
  121. 0x83, 0x42, 0xb7, 0x8f, 0xd7, 0x1a, 0x4e, 0x65, 0x5b, 0x6f, 0x9e, 0x94, 0xfb, 0xf0, 0xef, 0x67,
  122. 0xfa, 0x22, 0xb9, 0xe7, 0xf7, 0x93, 0x0d, 0x86, 0xd1, 0xe8, 0xc1, 0xf8, 0xc8, 0x37, 0xf0, 0xc9,
  123. 0xd1, 0x85, 0x6d, 0x84, 0xe4, 0x33, 0xba, 0x6c, 0xa1, 0x0c, 0xec, 0xf4, 0x3c, 0x79, 0xf4, 0x77,
  124. 0xc0, 0x2b, 0x00, 0x56, 0x09, 0x0b, 0xb5, 0xc9, 0xee, 0x0c, 0x07, 0xb7, 0xba, 0xa4, 0x41, 0xf9,
  125. 0x0e, 0x80, 0xbd, 0x5f, 0xeb, 0xd2, 0xcf, 0xc9, 0x9e, 0x5b, 0x5a, 0x76, 0xb7, 0x0b, 0x3a, 0xdd,
  126. 0x35, 0x68, 0x7f, 0xad, 0x6f, 0x3b, 0xf1, 0x66, 0xe2, 0x8d, 0x52, 0xd9, 0xfb, 0x4f, 0xbe, 0xc5,
  127. 0xc9, 0xc9, 0x42, 0xd5, 0xe8, 0xd6, 0x67, 0x37, 0x79, 0xbc, 0x6d, 0x87, 0xd3, 0x75, 0xaa, 0x69,
  128. 0xf4, 0xe9, 0x43, 0xef, 0xc1, 0xd5, 0x92, 0x4a, 0x8e, 0x54, 0xc3, 0x31, 0x07, 0xd9, 0x65, 0xf6,
  129. 0x2f, 0x4d, 0x0b, 0x73, 0xc3, 0xdf, 0xf1, 0x32, 0xa0, 0x1f, 0xf1, 0xe0, 0xac, 0x28, 0x7e, 0xc6,
  130. 0xc7, 0x67, 0xce, 0xb2, 0x60, 0x06, 0x39, 0xb8, 0x46, 0xb3, 0x1c, 0x95, 0x9e, 0xf9, 0xcb, 0x73,
  131. 0xe6, 0x05, 0x33, 0xf3, 0xc0, 0x99, 0xcf, 0xf2, 0x79, 0xe0, 0xfc, 0x8e, 0x4f, 0x5c, 0x81, 0x90,
  132. 0x82, 0x19, 0x42, 0x02, 0x8b, 0x90, 0x59, 0x4e, 0x48, 0xe0, 0x5d, 0xee, 0x75, 0xc3, 0x3e, 0xff,
  133. 0x13, 0x00, 0x00, 0xff, 0xff, 0x40, 0x38, 0xd0, 0xe6, 0xc9, 0x03, 0x00, 0x00,
  134. }