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.
 
 
 

162 lines
7.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/resources/geo_target_constant.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 geo target constant.
  20. type GeoTargetConstant struct {
  21. // The resource name of the geo target constant.
  22. // Geo target constant resource names have the form:
  23. //
  24. // `geoTargetConstants/{geo_target_constant_id}`
  25. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  26. // The ID of the geo target constant.
  27. Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
  28. // Geo target constant English name.
  29. Name *wrappers.StringValue `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
  30. // The ISO-3166-1 alpha-2 country code that is associated with the target.
  31. CountryCode *wrappers.StringValue `protobuf:"bytes,5,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
  32. // Geo target constant target type.
  33. TargetType *wrappers.StringValue `protobuf:"bytes,6,opt,name=target_type,json=targetType,proto3" json:"target_type,omitempty"`
  34. // Geo target constant status.
  35. Status enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus `protobuf:"varint,7,opt,name=status,proto3,enum=google.ads.googleads.v1.enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus" json:"status,omitempty"`
  36. // The fully qualified English name, consisting of the target's name and that
  37. // of its parent and country.
  38. CanonicalName *wrappers.StringValue `protobuf:"bytes,8,opt,name=canonical_name,json=canonicalName,proto3" json:"canonical_name,omitempty"`
  39. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  40. XXX_unrecognized []byte `json:"-"`
  41. XXX_sizecache int32 `json:"-"`
  42. }
  43. func (m *GeoTargetConstant) Reset() { *m = GeoTargetConstant{} }
  44. func (m *GeoTargetConstant) String() string { return proto.CompactTextString(m) }
  45. func (*GeoTargetConstant) ProtoMessage() {}
  46. func (*GeoTargetConstant) Descriptor() ([]byte, []int) {
  47. return fileDescriptor_geo_target_constant_780657e8e79df84d, []int{0}
  48. }
  49. func (m *GeoTargetConstant) XXX_Unmarshal(b []byte) error {
  50. return xxx_messageInfo_GeoTargetConstant.Unmarshal(m, b)
  51. }
  52. func (m *GeoTargetConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  53. return xxx_messageInfo_GeoTargetConstant.Marshal(b, m, deterministic)
  54. }
  55. func (dst *GeoTargetConstant) XXX_Merge(src proto.Message) {
  56. xxx_messageInfo_GeoTargetConstant.Merge(dst, src)
  57. }
  58. func (m *GeoTargetConstant) XXX_Size() int {
  59. return xxx_messageInfo_GeoTargetConstant.Size(m)
  60. }
  61. func (m *GeoTargetConstant) XXX_DiscardUnknown() {
  62. xxx_messageInfo_GeoTargetConstant.DiscardUnknown(m)
  63. }
  64. var xxx_messageInfo_GeoTargetConstant proto.InternalMessageInfo
  65. func (m *GeoTargetConstant) GetResourceName() string {
  66. if m != nil {
  67. return m.ResourceName
  68. }
  69. return ""
  70. }
  71. func (m *GeoTargetConstant) GetId() *wrappers.Int64Value {
  72. if m != nil {
  73. return m.Id
  74. }
  75. return nil
  76. }
  77. func (m *GeoTargetConstant) GetName() *wrappers.StringValue {
  78. if m != nil {
  79. return m.Name
  80. }
  81. return nil
  82. }
  83. func (m *GeoTargetConstant) GetCountryCode() *wrappers.StringValue {
  84. if m != nil {
  85. return m.CountryCode
  86. }
  87. return nil
  88. }
  89. func (m *GeoTargetConstant) GetTargetType() *wrappers.StringValue {
  90. if m != nil {
  91. return m.TargetType
  92. }
  93. return nil
  94. }
  95. func (m *GeoTargetConstant) GetStatus() enums.GeoTargetConstantStatusEnum_GeoTargetConstantStatus {
  96. if m != nil {
  97. return m.Status
  98. }
  99. return enums.GeoTargetConstantStatusEnum_UNSPECIFIED
  100. }
  101. func (m *GeoTargetConstant) GetCanonicalName() *wrappers.StringValue {
  102. if m != nil {
  103. return m.CanonicalName
  104. }
  105. return nil
  106. }
  107. func init() {
  108. proto.RegisterType((*GeoTargetConstant)(nil), "google.ads.googleads.v1.resources.GeoTargetConstant")
  109. }
  110. func init() {
  111. proto.RegisterFile("google/ads/googleads/v1/resources/geo_target_constant.proto", fileDescriptor_geo_target_constant_780657e8e79df84d)
  112. }
  113. var fileDescriptor_geo_target_constant_780657e8e79df84d = []byte{
  114. // 456 bytes of a gzipped FileDescriptorProto
  115. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6b, 0xd4, 0x40,
  116. 0x14, 0xc7, 0x49, 0xb6, 0xae, 0x3a, 0xdb, 0x16, 0xcc, 0x41, 0x42, 0x2d, 0xb2, 0x55, 0x0a, 0x0b,
  117. 0xc2, 0xc4, 0x54, 0xf1, 0x90, 0xa2, 0x92, 0x2e, 0xb2, 0xe8, 0x41, 0x4a, 0x5a, 0xf6, 0x20, 0x0b,
  118. 0x61, 0x9a, 0x79, 0x0e, 0x91, 0xcd, 0xbc, 0x30, 0x33, 0xa9, 0xec, 0xd9, 0x6f, 0xe2, 0xd1, 0x4f,
  119. 0x22, 0x7e, 0x14, 0x3f, 0x85, 0xec, 0x4c, 0x92, 0xcb, 0xba, 0xba, 0xb7, 0x97, 0xbc, 0xff, 0xef,
  120. 0xff, 0xfe, 0x79, 0x33, 0x21, 0xe7, 0x02, 0x51, 0x2c, 0x21, 0x62, 0x5c, 0x47, 0xae, 0x5c, 0x57,
  121. 0xb7, 0x71, 0xa4, 0x40, 0x63, 0xa3, 0x0a, 0xd0, 0x91, 0x00, 0xcc, 0x0d, 0x53, 0x02, 0x4c, 0x5e,
  122. 0xa0, 0xd4, 0x86, 0x49, 0x43, 0x6b, 0x85, 0x06, 0x83, 0x13, 0x47, 0x50, 0xc6, 0x35, 0xed, 0x61,
  123. 0x7a, 0x1b, 0xd3, 0x1e, 0x3e, 0x7a, 0xb3, 0xcd, 0x1f, 0x64, 0x53, 0xfd, 0xd5, 0x3b, 0xd7, 0x86,
  124. 0x99, 0x46, 0xbb, 0x11, 0x47, 0x8f, 0x5b, 0xde, 0x3e, 0xdd, 0x34, 0x9f, 0xa3, 0xaf, 0x8a, 0xd5,
  125. 0x35, 0xa8, 0xae, 0x7f, 0xdc, 0xf9, 0xd7, 0x65, 0xc4, 0xa4, 0x44, 0xc3, 0x4c, 0x89, 0xb2, 0xed,
  126. 0x3e, 0xf9, 0x39, 0x20, 0x0f, 0x66, 0x80, 0xd7, 0x76, 0xc2, 0xb4, 0x1d, 0x10, 0x3c, 0x25, 0x07,
  127. 0x5d, 0xc0, 0x5c, 0xb2, 0x0a, 0x42, 0x6f, 0xec, 0x4d, 0xee, 0x67, 0xfb, 0xdd, 0xcb, 0x8f, 0xac,
  128. 0x82, 0xe0, 0x19, 0xf1, 0x4b, 0x1e, 0x0e, 0xc6, 0xde, 0x64, 0x74, 0xf6, 0xa8, 0xfd, 0x3a, 0xda,
  129. 0xa5, 0xa0, 0xef, 0xa5, 0x79, 0xf5, 0x72, 0xce, 0x96, 0x0d, 0x64, 0x7e, 0xc9, 0x83, 0xe7, 0x64,
  130. 0xcf, 0x1a, 0xed, 0x59, 0xf9, 0xf1, 0x86, 0xfc, 0xca, 0xa8, 0x52, 0x0a, 0xa7, 0xb7, 0xca, 0xe0,
  131. 0x2d, 0xd9, 0x2f, 0xb0, 0x91, 0x46, 0xad, 0xf2, 0x02, 0x39, 0x84, 0x77, 0x76, 0x20, 0x47, 0x2d,
  132. 0x31, 0x45, 0x0e, 0xc1, 0x6b, 0x32, 0x6a, 0x17, 0x67, 0x56, 0x35, 0x84, 0xc3, 0x1d, 0x78, 0xe2,
  133. 0x80, 0xeb, 0x55, 0x0d, 0xc1, 0x17, 0x32, 0x74, 0x7b, 0x0e, 0xef, 0x8e, 0xbd, 0xc9, 0xe1, 0x59,
  134. 0x46, 0xb7, 0x9d, 0xa5, 0x3d, 0x28, 0xba, 0xb1, 0xc5, 0x2b, 0x4b, 0xbf, 0x93, 0x4d, 0xb5, 0xad,
  135. 0x97, 0xb5, 0x13, 0x82, 0x29, 0x39, 0x2c, 0x98, 0x44, 0x59, 0x16, 0x6c, 0xe9, 0x16, 0x7e, 0x6f,
  136. 0x87, 0xb4, 0x07, 0x3d, 0xb3, 0x3e, 0x8f, 0x8b, 0x6f, 0x3e, 0x39, 0x2d, 0xb0, 0xa2, 0xff, 0xbd,
  137. 0x72, 0x17, 0x0f, 0x37, 0xf2, 0x5c, 0xae, 0xfd, 0x2f, 0xbd, 0x4f, 0x1f, 0x5a, 0x58, 0xe0, 0x92,
  138. 0x49, 0x41, 0x51, 0x89, 0x48, 0x80, 0xb4, 0xd3, 0xbb, 0xcb, 0x59, 0x97, 0xfa, 0x1f, 0xff, 0xc2,
  139. 0x79, 0x5f, 0x7d, 0xf7, 0x07, 0xb3, 0x34, 0xfd, 0xe1, 0x9f, 0xcc, 0x9c, 0x65, 0xca, 0x35, 0x75,
  140. 0xe5, 0xba, 0x9a, 0xc7, 0x34, 0xeb, 0x94, 0xbf, 0x3a, 0xcd, 0x22, 0xe5, 0x7a, 0xd1, 0x6b, 0x16,
  141. 0xf3, 0x78, 0xd1, 0x6b, 0x7e, 0xfb, 0xa7, 0xae, 0x91, 0x24, 0x29, 0xd7, 0x49, 0xd2, 0xab, 0x92,
  142. 0x64, 0x1e, 0x27, 0x49, 0xaf, 0xbb, 0x19, 0xda, 0xb0, 0x2f, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff,
  143. 0xb9, 0x7f, 0x9c, 0x83, 0xb7, 0x03, 0x00, 0x00,
  144. }