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.
 
 
 

156 lines
8.0 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/resources/operating_system_version_constant.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 enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  18. // A mobile operating system version or a range of versions, depending on
  19. // 'operator_type'. The complete list of available mobile platforms is available
  20. // <a
  21. //
  22. // href="https://developers.google.com/adwords/api/docs/appendix/codes-formats#mobile-platforms>
  23. // here</a>.
  24. type OperatingSystemVersionConstant struct {
  25. // The resource name of the operating system version constant.
  26. // Operating system version constant resource names have the form:
  27. //
  28. // `operatingSystemVersionConstants/{criterion_id}`
  29. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  30. // The ID of the operating system version.
  31. Id *wrappers.Int64Value `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
  32. // Name of the operating system.
  33. Name *wrappers.StringValue `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
  34. // The OS Major Version number.
  35. OsMajorVersion *wrappers.Int32Value `protobuf:"bytes,4,opt,name=os_major_version,json=osMajorVersion,proto3" json:"os_major_version,omitempty"`
  36. // The OS Minor Version number.
  37. OsMinorVersion *wrappers.Int32Value `protobuf:"bytes,5,opt,name=os_minor_version,json=osMinorVersion,proto3" json:"os_minor_version,omitempty"`
  38. // Determines whether this constant represents a single version or a range of
  39. // versions.
  40. OperatorType enums.OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType `protobuf:"varint,6,opt,name=operator_type,json=operatorType,proto3,enum=google.ads.googleads.v0.enums.OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType" json:"operator_type,omitempty"`
  41. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  42. XXX_unrecognized []byte `json:"-"`
  43. XXX_sizecache int32 `json:"-"`
  44. }
  45. func (m *OperatingSystemVersionConstant) Reset() { *m = OperatingSystemVersionConstant{} }
  46. func (m *OperatingSystemVersionConstant) String() string { return proto.CompactTextString(m) }
  47. func (*OperatingSystemVersionConstant) ProtoMessage() {}
  48. func (*OperatingSystemVersionConstant) Descriptor() ([]byte, []int) {
  49. return fileDescriptor_operating_system_version_constant_6e3331dcbb4876e5, []int{0}
  50. }
  51. func (m *OperatingSystemVersionConstant) XXX_Unmarshal(b []byte) error {
  52. return xxx_messageInfo_OperatingSystemVersionConstant.Unmarshal(m, b)
  53. }
  54. func (m *OperatingSystemVersionConstant) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  55. return xxx_messageInfo_OperatingSystemVersionConstant.Marshal(b, m, deterministic)
  56. }
  57. func (dst *OperatingSystemVersionConstant) XXX_Merge(src proto.Message) {
  58. xxx_messageInfo_OperatingSystemVersionConstant.Merge(dst, src)
  59. }
  60. func (m *OperatingSystemVersionConstant) XXX_Size() int {
  61. return xxx_messageInfo_OperatingSystemVersionConstant.Size(m)
  62. }
  63. func (m *OperatingSystemVersionConstant) XXX_DiscardUnknown() {
  64. xxx_messageInfo_OperatingSystemVersionConstant.DiscardUnknown(m)
  65. }
  66. var xxx_messageInfo_OperatingSystemVersionConstant proto.InternalMessageInfo
  67. func (m *OperatingSystemVersionConstant) GetResourceName() string {
  68. if m != nil {
  69. return m.ResourceName
  70. }
  71. return ""
  72. }
  73. func (m *OperatingSystemVersionConstant) GetId() *wrappers.Int64Value {
  74. if m != nil {
  75. return m.Id
  76. }
  77. return nil
  78. }
  79. func (m *OperatingSystemVersionConstant) GetName() *wrappers.StringValue {
  80. if m != nil {
  81. return m.Name
  82. }
  83. return nil
  84. }
  85. func (m *OperatingSystemVersionConstant) GetOsMajorVersion() *wrappers.Int32Value {
  86. if m != nil {
  87. return m.OsMajorVersion
  88. }
  89. return nil
  90. }
  91. func (m *OperatingSystemVersionConstant) GetOsMinorVersion() *wrappers.Int32Value {
  92. if m != nil {
  93. return m.OsMinorVersion
  94. }
  95. return nil
  96. }
  97. func (m *OperatingSystemVersionConstant) GetOperatorType() enums.OperatingSystemVersionOperatorTypeEnum_OperatingSystemVersionOperatorType {
  98. if m != nil {
  99. return m.OperatorType
  100. }
  101. return enums.OperatingSystemVersionOperatorTypeEnum_UNSPECIFIED
  102. }
  103. func init() {
  104. proto.RegisterType((*OperatingSystemVersionConstant)(nil), "google.ads.googleads.v0.resources.OperatingSystemVersionConstant")
  105. }
  106. func init() {
  107. proto.RegisterFile("google/ads/googleads/v0/resources/operating_system_version_constant.proto", fileDescriptor_operating_system_version_constant_6e3331dcbb4876e5)
  108. }
  109. var fileDescriptor_operating_system_version_constant_6e3331dcbb4876e5 = []byte{
  110. // 443 bytes of a gzipped FileDescriptorProto
  111. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xdd, 0x6a, 0xd4, 0x40,
  112. 0x14, 0xc7, 0x49, 0xb6, 0x16, 0x1c, 0xdb, 0x22, 0xb9, 0x0a, 0x55, 0xca, 0xd6, 0x52, 0x58, 0x10,
  113. 0x26, 0x61, 0x2b, 0x5e, 0x8c, 0x57, 0xa9, 0x94, 0x52, 0x41, 0x5b, 0x52, 0xc9, 0x85, 0x04, 0xc2,
  114. 0x74, 0x33, 0x8e, 0x91, 0xcd, 0x9c, 0x30, 0x33, 0x59, 0xd9, 0x87, 0x10, 0x7c, 0x06, 0x2f, 0x7d,
  115. 0x0c, 0x2f, 0x7d, 0x14, 0x9f, 0x42, 0x32, 0x93, 0x09, 0x2b, 0xba, 0xdb, 0xbd, 0x3b, 0x93, 0xf3,
  116. 0x3f, 0xbf, 0xf3, 0x19, 0x74, 0xc5, 0x01, 0xf8, 0x9c, 0x45, 0xb4, 0x54, 0x91, 0x35, 0x3b, 0x6b,
  117. 0x11, 0x47, 0x92, 0x29, 0x68, 0xe5, 0x8c, 0xa9, 0x08, 0x1a, 0x26, 0xa9, 0xae, 0x04, 0x2f, 0xd4,
  118. 0x52, 0x69, 0x56, 0x17, 0x0b, 0x26, 0x55, 0x05, 0xa2, 0x98, 0x81, 0x50, 0x9a, 0x0a, 0x8d, 0x1b,
  119. 0x09, 0x1a, 0x82, 0x63, 0x1b, 0x8f, 0x69, 0xa9, 0xf0, 0x80, 0xc2, 0x8b, 0x18, 0x0f, 0xa8, 0xc3,
  120. 0x37, 0xeb, 0xb2, 0x31, 0xd1, 0xd6, 0x1b, 0x32, 0x59, 0x07, 0xc8, 0x42, 0x2f, 0x1b, 0x66, 0xd3,
  121. 0x1d, 0x1e, 0xf5, 0x2c, 0xf3, 0xba, 0x6b, 0x3f, 0x46, 0x5f, 0x24, 0x6d, 0x1a, 0x26, 0x95, 0xf5,
  122. 0x3f, 0xfb, 0x39, 0x42, 0x47, 0xd7, 0x0e, 0x78, 0x6b, 0x78, 0x99, 0xc5, 0xbd, 0xee, 0xeb, 0x0e,
  123. 0x4e, 0xd0, 0xbe, 0xab, 0xad, 0x10, 0xb4, 0x66, 0xa1, 0x37, 0xf6, 0x26, 0x0f, 0xd3, 0x3d, 0xf7,
  124. 0xf1, 0x1d, 0xad, 0x59, 0xf0, 0x1c, 0xf9, 0x55, 0x19, 0xfa, 0x63, 0x6f, 0xf2, 0x68, 0xfa, 0xa4,
  125. 0x6f, 0x0c, 0xbb, 0xa4, 0xf8, 0x4a, 0xe8, 0x97, 0x2f, 0x32, 0x3a, 0x6f, 0x59, 0xea, 0x57, 0x65,
  126. 0x10, 0xa3, 0x1d, 0x03, 0x1a, 0x19, 0xf9, 0xd3, 0x7f, 0xe4, 0xb7, 0x5a, 0x56, 0x82, 0x5b, 0xbd,
  127. 0x51, 0x06, 0x17, 0xe8, 0x31, 0xa8, 0xa2, 0xa6, 0x9f, 0x41, 0xba, 0x76, 0xc3, 0x9d, 0xf5, 0xc9,
  128. 0xce, 0xa6, 0x36, 0xf8, 0x00, 0xd4, 0xdb, 0x2e, 0xa6, 0x6f, 0xc9, 0x61, 0x2a, 0xb1, 0x82, 0x79,
  129. 0xb0, 0x1d, 0xa6, 0x8b, 0x71, 0x98, 0xaf, 0x1e, 0xda, 0xff, 0x6b, 0xd8, 0xe1, 0xee, 0xd8, 0x9b,
  130. 0x1c, 0x4c, 0x3f, 0xe1, 0x75, 0xcb, 0x35, 0x9b, 0xc3, 0xff, 0x1f, 0xf4, 0x75, 0x4f, 0x7a, 0xbf,
  131. 0x6c, 0xd8, 0x85, 0x68, 0xeb, 0x2d, 0x64, 0xe9, 0x1e, 0xac, 0xbc, 0xce, 0xbf, 0xf9, 0xe8, 0x74,
  132. 0x06, 0x35, 0xbe, 0xf7, 0xb4, 0xce, 0x4f, 0x36, 0xef, 0xfa, 0xa6, 0x6b, 0xfe, 0xc6, 0xfb, 0xd0,
  133. 0x5f, 0x20, 0xe6, 0x30, 0xa7, 0x82, 0x63, 0x90, 0x3c, 0xe2, 0x4c, 0x98, 0xd1, 0xb8, 0x8b, 0x6c,
  134. 0x2a, 0xb5, 0xe1, 0x77, 0x78, 0x35, 0x58, 0xdf, 0xfd, 0xd1, 0x65, 0x92, 0xfc, 0xf0, 0x8f, 0x2f,
  135. 0x2d, 0x32, 0x29, 0x15, 0xb6, 0x66, 0x67, 0x65, 0x31, 0x4e, 0x9d, 0xf2, 0x97, 0xd3, 0xe4, 0x49,
  136. 0xa9, 0xf2, 0x41, 0x93, 0x67, 0x71, 0x3e, 0x68, 0x7e, 0xfb, 0xa7, 0xd6, 0x41, 0x48, 0x52, 0x2a,
  137. 0x42, 0x06, 0x15, 0x21, 0x59, 0x4c, 0xc8, 0xa0, 0xbb, 0xdb, 0x35, 0xc5, 0x9e, 0xfd, 0x09, 0x00,
  138. 0x00, 0xff, 0xff, 0xd4, 0x8d, 0x3c, 0x70, 0xba, 0x03, 0x00, 0x00,
  139. }