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.
 
 
 

151 lines
7.2 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/resources/mobile_device_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 mobile device constant.
  20. type MobileDeviceConstant struct {
  21. // The resource name of the mobile device constant.
  22. // Mobile device constant resource names have the form:
  23. //
  24. // `mobileDeviceConstants/{criterion_id}`
  25. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  26. // The ID of the mobile device constant.
  27. Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
  28. // The name of the mobile device.
  29. Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
  30. // The manufacturer of the mobile device.
  31. ManufacturerName *wrappers.StringValue `protobuf:"bytes,4,opt,name=manufacturer_name,json=manufacturerName,proto3" json:"manufacturer_name,omitempty"`
  32. // The operating system of the mobile device.
  33. OperatingSystemName *wrappers.StringValue `protobuf:"bytes,5,opt,name=operating_system_name,json=operatingSystemName,proto3" json:"operating_system_name,omitempty"`
  34. // The type of mobile device.
  35. Type enums.MobileDeviceTypeEnum_MobileDeviceType `protobuf:"varint,6,opt,name=type,proto3,enum=google.ads.googleads.v1.enums.MobileDeviceTypeEnum_MobileDeviceType" json:"type,omitempty"`
  36. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  37. XXX_unrecognized []byte `json:"-"`
  38. XXX_sizecache int32 `json:"-"`
  39. }
  40. func (m *MobileDeviceConstant) Reset() { *m = MobileDeviceConstant{} }
  41. func (m *MobileDeviceConstant) String() string { return proto.CompactTextString(m) }
  42. func (*MobileDeviceConstant) ProtoMessage() {}
  43. func (*MobileDeviceConstant) Descriptor() ([]byte, []int) {
  44. return fileDescriptor_mobile_device_constant_bb8f0eee204a71a8, []int{0}
  45. }
  46. func (m *MobileDeviceConstant) XXX_Unmarshal(b []byte) error {
  47. return xxx_messageInfo_MobileDeviceConstant.Unmarshal(m, b)
  48. }
  49. func (m *MobileDeviceConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  50. return xxx_messageInfo_MobileDeviceConstant.Marshal(b, m, deterministic)
  51. }
  52. func (dst *MobileDeviceConstant) XXX_Merge(src proto.Message) {
  53. xxx_messageInfo_MobileDeviceConstant.Merge(dst, src)
  54. }
  55. func (m *MobileDeviceConstant) XXX_Size() int {
  56. return xxx_messageInfo_MobileDeviceConstant.Size(m)
  57. }
  58. func (m *MobileDeviceConstant) XXX_DiscardUnknown() {
  59. xxx_messageInfo_MobileDeviceConstant.DiscardUnknown(m)
  60. }
  61. var xxx_messageInfo_MobileDeviceConstant proto.InternalMessageInfo
  62. func (m *MobileDeviceConstant) GetResourceName() string {
  63. if m != nil {
  64. return m.ResourceName
  65. }
  66. return ""
  67. }
  68. func (m *MobileDeviceConstant) GetId() *wrappers.Int64Value {
  69. if m != nil {
  70. return m.Id
  71. }
  72. return nil
  73. }
  74. func (m *MobileDeviceConstant) GetName() *wrappers.StringValue {
  75. if m != nil {
  76. return m.Name
  77. }
  78. return nil
  79. }
  80. func (m *MobileDeviceConstant) GetManufacturerName() *wrappers.StringValue {
  81. if m != nil {
  82. return m.ManufacturerName
  83. }
  84. return nil
  85. }
  86. func (m *MobileDeviceConstant) GetOperatingSystemName() *wrappers.StringValue {
  87. if m != nil {
  88. return m.OperatingSystemName
  89. }
  90. return nil
  91. }
  92. func (m *MobileDeviceConstant) GetType() enums.MobileDeviceTypeEnum_MobileDeviceType {
  93. if m != nil {
  94. return m.Type
  95. }
  96. return enums.MobileDeviceTypeEnum_UNSPECIFIED
  97. }
  98. func init() {
  99. proto.RegisterType((*MobileDeviceConstant)(nil), "google.ads.googleads.v1.resources.MobileDeviceConstant")
  100. }
  101. func init() {
  102. proto.RegisterFile("google/ads/googleads/v1/resources/mobile_device_constant.proto", fileDescriptor_mobile_device_constant_bb8f0eee204a71a8)
  103. }
  104. var fileDescriptor_mobile_device_constant_bb8f0eee204a71a8 = []byte{
  105. // 448 bytes of a gzipped FileDescriptorProto
  106. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xdf, 0x6a, 0x13, 0x41,
  107. 0x14, 0xc6, 0xd9, 0x4d, 0x2c, 0x38, 0xfe, 0x41, 0x57, 0x85, 0x58, 0x8b, 0xa4, 0x4a, 0x21, 0x20,
  108. 0xcc, 0xba, 0x55, 0x7a, 0xb1, 0x82, 0xb0, 0xb5, 0x52, 0x2a, 0x28, 0x21, 0x95, 0x20, 0x12, 0x08,
  109. 0x93, 0x9d, 0xd3, 0x61, 0x20, 0xf3, 0x87, 0x99, 0xd9, 0x48, 0x5e, 0xc0, 0x7b, 0x5f, 0xc1, 0x4b,
  110. 0x1f, 0xc5, 0x47, 0xf1, 0x29, 0x24, 0x33, 0xbb, 0x43, 0xb1, 0x56, 0x7b, 0x77, 0x32, 0xe7, 0xfb,
  111. 0x7e, 0xf9, 0xce, 0x9e, 0x83, 0x5e, 0x33, 0xa5, 0xd8, 0x12, 0x72, 0x42, 0x6d, 0x1e, 0xca, 0x4d,
  112. 0xb5, 0x2a, 0x72, 0x03, 0x56, 0x35, 0xa6, 0x06, 0x9b, 0x0b, 0xb5, 0xe0, 0x4b, 0x98, 0x53, 0x58,
  113. 0xf1, 0x1a, 0xe6, 0xb5, 0x92, 0xd6, 0x11, 0xe9, 0xb0, 0x36, 0xca, 0xa9, 0x6c, 0x37, 0x98, 0x30,
  114. 0xa1, 0x16, 0x47, 0x3f, 0x5e, 0x15, 0x38, 0xfa, 0xb7, 0x0f, 0x2e, 0xfb, 0x0b, 0x90, 0x8d, 0xf8,
  115. 0x13, 0xef, 0xd6, 0x1a, 0x02, 0x7a, 0xfb, 0x71, 0xeb, 0xf3, 0xbf, 0x16, 0xcd, 0x59, 0xfe, 0xc5,
  116. 0x10, 0xad, 0xc1, 0xd8, 0xb6, 0xbf, 0xd3, 0x71, 0x35, 0xcf, 0x89, 0x94, 0xca, 0x11, 0xc7, 0x95,
  117. 0x6c, 0xbb, 0x4f, 0xbe, 0xf5, 0xd0, 0xfd, 0xf7, 0x1e, 0x7d, 0xe4, 0xc9, 0x6f, 0xda, 0xdc, 0xd9,
  118. 0x53, 0x74, 0xab, 0xcb, 0x36, 0x97, 0x44, 0xc0, 0x20, 0x19, 0x26, 0xa3, 0xeb, 0x93, 0x9b, 0xdd,
  119. 0xe3, 0x07, 0x22, 0x20, 0x7b, 0x86, 0x52, 0x4e, 0x07, 0xe9, 0x30, 0x19, 0xdd, 0xd8, 0x7f, 0xd4,
  120. 0x0e, 0x86, 0xbb, 0x20, 0xf8, 0x44, 0xba, 0x83, 0x97, 0x53, 0xb2, 0x6c, 0x60, 0x92, 0x72, 0x9a,
  121. 0x3d, 0x47, 0x7d, 0x0f, 0xea, 0x79, 0xf9, 0xce, 0x05, 0xf9, 0xa9, 0x33, 0x5c, 0xb2, 0xa0, 0xf7,
  122. 0xca, 0xec, 0x04, 0xdd, 0x15, 0x44, 0x36, 0x67, 0xa4, 0x76, 0x8d, 0x01, 0x13, 0x72, 0xf4, 0xaf,
  123. 0x60, 0xbf, 0x73, 0xde, 0xe6, 0x93, 0x8e, 0xd1, 0x03, 0xa5, 0xc1, 0x10, 0xc7, 0x25, 0x9b, 0xdb,
  124. 0xb5, 0x75, 0x20, 0x02, 0xee, 0xda, 0x15, 0x70, 0xf7, 0xa2, 0xf5, 0xd4, 0x3b, 0x3d, 0xf1, 0x13,
  125. 0xea, 0x6f, 0xb6, 0x30, 0xd8, 0x1a, 0x26, 0xa3, 0xdb, 0xfb, 0x47, 0xf8, 0xb2, 0x0d, 0xfb, 0xf5,
  126. 0xe1, 0xf3, 0xdf, 0xf8, 0xe3, 0x5a, 0xc3, 0x5b, 0xd9, 0x88, 0x0b, 0x8f, 0x13, 0x4f, 0x3c, 0xfc,
  127. 0x9a, 0xa2, 0xbd, 0x5a, 0x09, 0xfc, 0xdf, 0x9b, 0x39, 0x7c, 0xf8, 0xb7, 0xd5, 0x8d, 0x37, 0x23,
  128. 0x8c, 0x93, 0xcf, 0xef, 0x5a, 0x3f, 0x53, 0x4b, 0x22, 0x19, 0x56, 0x86, 0xe5, 0x0c, 0xa4, 0x1f,
  129. 0xb0, 0x3b, 0x30, 0xcd, 0xed, 0x3f, 0x4e, 0xfa, 0x55, 0xac, 0xbe, 0xa7, 0xbd, 0xe3, 0xaa, 0xfa,
  130. 0x91, 0xee, 0x1e, 0x07, 0x64, 0x45, 0x2d, 0x0e, 0xe5, 0xa6, 0x9a, 0x16, 0x78, 0xd2, 0x29, 0x7f,
  131. 0x76, 0x9a, 0x59, 0x45, 0xed, 0x2c, 0x6a, 0x66, 0xd3, 0x62, 0x16, 0x35, 0xbf, 0xd2, 0xbd, 0xd0,
  132. 0x28, 0xcb, 0x8a, 0xda, 0xb2, 0x8c, 0xaa, 0xb2, 0x9c, 0x16, 0x65, 0x19, 0x75, 0x8b, 0x2d, 0x1f,
  133. 0xf6, 0xc5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6c, 0x4e, 0xe7, 0xc5, 0x7e, 0x03, 0x00, 0x00,
  134. }