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.
 
 
 

144 lines
7.0 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/resources/group_placement_view.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 group placement view.
  20. type GroupPlacementView struct {
  21. // The resource name of the group placement view.
  22. // Group placement view resource names have the form:
  23. //
  24. //
  25. // `customers/{customer_id}/groupPlacementViews/{ad_group_id}~{base64_placement}`
  26. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  27. // The automatic placement string at group level, e. g. web domain, mobile
  28. // app ID, or a YouTube channel ID.
  29. Placement *wrappers.StringValue `protobuf:"bytes,2,opt,name=placement,proto3" json:"placement,omitempty"`
  30. // Domain name for websites and YouTube channel name for YouTube channels.
  31. DisplayName *wrappers.StringValue `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
  32. // URL of the group placement, e.g. domain, link to the mobile application in
  33. // app store, or a YouTube channel URL.
  34. TargetUrl *wrappers.StringValue `protobuf:"bytes,4,opt,name=target_url,json=targetUrl,proto3" json:"target_url,omitempty"`
  35. // Type of the placement, e.g. Website, YouTube Channel, Mobile Application.
  36. PlacementType enums.PlacementTypeEnum_PlacementType `protobuf:"varint,5,opt,name=placement_type,json=placementType,proto3,enum=google.ads.googleads.v1.enums.PlacementTypeEnum_PlacementType" json:"placement_type,omitempty"`
  37. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  38. XXX_unrecognized []byte `json:"-"`
  39. XXX_sizecache int32 `json:"-"`
  40. }
  41. func (m *GroupPlacementView) Reset() { *m = GroupPlacementView{} }
  42. func (m *GroupPlacementView) String() string { return proto.CompactTextString(m) }
  43. func (*GroupPlacementView) ProtoMessage() {}
  44. func (*GroupPlacementView) Descriptor() ([]byte, []int) {
  45. return fileDescriptor_group_placement_view_fce0480d82e34db7, []int{0}
  46. }
  47. func (m *GroupPlacementView) XXX_Unmarshal(b []byte) error {
  48. return xxx_messageInfo_GroupPlacementView.Unmarshal(m, b)
  49. }
  50. func (m *GroupPlacementView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  51. return xxx_messageInfo_GroupPlacementView.Marshal(b, m, deterministic)
  52. }
  53. func (dst *GroupPlacementView) XXX_Merge(src proto.Message) {
  54. xxx_messageInfo_GroupPlacementView.Merge(dst, src)
  55. }
  56. func (m *GroupPlacementView) XXX_Size() int {
  57. return xxx_messageInfo_GroupPlacementView.Size(m)
  58. }
  59. func (m *GroupPlacementView) XXX_DiscardUnknown() {
  60. xxx_messageInfo_GroupPlacementView.DiscardUnknown(m)
  61. }
  62. var xxx_messageInfo_GroupPlacementView proto.InternalMessageInfo
  63. func (m *GroupPlacementView) GetResourceName() string {
  64. if m != nil {
  65. return m.ResourceName
  66. }
  67. return ""
  68. }
  69. func (m *GroupPlacementView) GetPlacement() *wrappers.StringValue {
  70. if m != nil {
  71. return m.Placement
  72. }
  73. return nil
  74. }
  75. func (m *GroupPlacementView) GetDisplayName() *wrappers.StringValue {
  76. if m != nil {
  77. return m.DisplayName
  78. }
  79. return nil
  80. }
  81. func (m *GroupPlacementView) GetTargetUrl() *wrappers.StringValue {
  82. if m != nil {
  83. return m.TargetUrl
  84. }
  85. return nil
  86. }
  87. func (m *GroupPlacementView) GetPlacementType() enums.PlacementTypeEnum_PlacementType {
  88. if m != nil {
  89. return m.PlacementType
  90. }
  91. return enums.PlacementTypeEnum_UNSPECIFIED
  92. }
  93. func init() {
  94. proto.RegisterType((*GroupPlacementView)(nil), "google.ads.googleads.v1.resources.GroupPlacementView")
  95. }
  96. func init() {
  97. proto.RegisterFile("google/ads/googleads/v1/resources/group_placement_view.proto", fileDescriptor_group_placement_view_fce0480d82e34db7)
  98. }
  99. var fileDescriptor_group_placement_view_fce0480d82e34db7 = []byte{
  100. // 420 bytes of a gzipped FileDescriptorProto
  101. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcb, 0x6a, 0x1b, 0x31,
  102. 0x14, 0x65, 0x26, 0x6d, 0x21, 0xca, 0x63, 0x31, 0x9b, 0x9a, 0x10, 0x8a, 0xd3, 0x07, 0x78, 0x25,
  103. 0x31, 0xee, 0x4e, 0x29, 0x2d, 0x13, 0x28, 0x86, 0x2e, 0x8a, 0x71, 0xda, 0x59, 0x14, 0x83, 0x51,
  104. 0x3c, 0xb7, 0x42, 0x30, 0x23, 0x09, 0x49, 0x63, 0xe3, 0x75, 0xff, 0xa4, 0xcb, 0x7e, 0x4a, 0x3f,
  105. 0xa1, 0x9f, 0xd0, 0xaf, 0x28, 0x33, 0x1a, 0x29, 0x0d, 0x25, 0x8d, 0x77, 0x47, 0xba, 0xe7, 0x9c,
  106. 0x7b, 0xae, 0xae, 0xd0, 0x1b, 0xae, 0x14, 0xaf, 0x81, 0xb0, 0xca, 0x12, 0x0f, 0x3b, 0xb4, 0xc9,
  107. 0x89, 0x01, 0xab, 0x5a, 0xb3, 0x06, 0x4b, 0xb8, 0x51, 0xad, 0x5e, 0xe9, 0x9a, 0xad, 0xa1, 0x01,
  108. 0xe9, 0x56, 0x1b, 0x01, 0x5b, 0xac, 0x8d, 0x72, 0x2a, 0xbb, 0xf0, 0x12, 0xcc, 0x2a, 0x8b, 0xa3,
  109. 0x1a, 0x6f, 0x72, 0x1c, 0xd5, 0x67, 0xd3, 0xfb, 0x1a, 0x80, 0x6c, 0x1b, 0x4b, 0x6e, 0x6d, 0xdd,
  110. 0x4e, 0x83, 0xb7, 0x3d, 0x7b, 0x36, 0x68, 0xfa, 0xd3, 0x4d, 0xfb, 0x95, 0x6c, 0x0d, 0xd3, 0x1a,
  111. 0x8c, 0x1d, 0xea, 0xe7, 0xc1, 0x53, 0x0b, 0xc2, 0xa4, 0x54, 0x8e, 0x39, 0xa1, 0xe4, 0x50, 0x7d,
  112. 0xfe, 0x2b, 0x45, 0xd9, 0xac, 0xcb, 0x3c, 0x0f, 0xde, 0xa5, 0x80, 0x6d, 0xf6, 0x02, 0x9d, 0x84,
  113. 0x54, 0x2b, 0xc9, 0x1a, 0x18, 0x25, 0xe3, 0x64, 0x72, 0xb8, 0x38, 0x0e, 0x97, 0x1f, 0x59, 0x03,
  114. 0x19, 0x45, 0x87, 0x31, 0xd1, 0x28, 0x1d, 0x27, 0x93, 0xa3, 0xe9, 0xf9, 0x30, 0x19, 0x0e, 0x69,
  115. 0xf0, 0xb5, 0x33, 0x42, 0xf2, 0x92, 0xd5, 0x2d, 0x2c, 0x6e, 0xe9, 0xd9, 0x3b, 0x74, 0x5c, 0x09,
  116. 0xab, 0x6b, 0xb6, 0xf3, 0xfe, 0x07, 0x7b, 0xc8, 0x8f, 0x06, 0x45, 0xdf, 0xfc, 0x12, 0x21, 0xc7,
  117. 0x0c, 0x07, 0xb7, 0x6a, 0x4d, 0x3d, 0x7a, 0xb4, 0x4f, 0x77, 0xcf, 0xff, 0x6c, 0xea, 0x0c, 0xd0,
  118. 0xe9, 0xdd, 0xb7, 0x1c, 0x3d, 0x1e, 0x27, 0x93, 0xd3, 0xe9, 0x5b, 0x7c, 0xdf, 0x8e, 0xfa, 0x05,
  119. 0xe0, 0xf8, 0x48, 0x9f, 0x76, 0x1a, 0xde, 0xcb, 0xb6, 0xb9, 0x7b, 0xb3, 0x38, 0xd1, 0x7f, 0x1f,
  120. 0xaf, 0xbe, 0xa5, 0xe8, 0xd5, 0x5a, 0x35, 0xf8, 0xc1, 0xc5, 0x5f, 0x3d, 0xfd, 0x77, 0x07, 0xf3,
  121. 0x6e, 0x86, 0x79, 0xf2, 0xe5, 0xc3, 0xa0, 0xe6, 0xaa, 0x66, 0x92, 0x63, 0x65, 0x38, 0xe1, 0x20,
  122. 0xfb, 0x09, 0xc3, 0x1f, 0xd1, 0xc2, 0xfe, 0xe7, 0x4f, 0x5e, 0x46, 0xf4, 0x3d, 0x3d, 0x98, 0x15,
  123. 0xc5, 0x8f, 0xf4, 0x62, 0xe6, 0x2d, 0x8b, 0xca, 0x62, 0x0f, 0x3b, 0x54, 0xe6, 0x78, 0x11, 0x98,
  124. 0x3f, 0x03, 0x67, 0x59, 0x54, 0x76, 0x19, 0x39, 0xcb, 0x32, 0x5f, 0x46, 0xce, 0xef, 0xf4, 0xa5,
  125. 0x2f, 0x50, 0x5a, 0x54, 0x96, 0xd2, 0xc8, 0xa2, 0xb4, 0xcc, 0x29, 0xbd, 0x06, 0xb3, 0x11, 0x6b,
  126. 0xb0, 0x37, 0x4f, 0xfa, 0xac, 0xaf, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd5, 0x28, 0x57, 0xae,
  127. 0x3e, 0x03, 0x00, 0x00,
  128. }