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.
 
 
 

154 lines
7.3 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/resources/keyword_plan_keyword.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 Keyword Plan ad group keyword.
  20. // Max number of keyword plan keywords per plan: 2500.
  21. type KeywordPlanKeyword struct {
  22. // The resource name of the Keyword Plan ad group keyword.
  23. // KeywordPlanKeyword resource names have the form:
  24. //
  25. // `customers/{customer_id}/keywordPlanKeywords/{kp_ad_group_keyword_id}`
  26. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  27. // The Keyword Plan ad group to which this keyword belongs.
  28. KeywordPlanAdGroup *wrappers.StringValue `protobuf:"bytes,2,opt,name=keyword_plan_ad_group,json=keywordPlanAdGroup,proto3" json:"keyword_plan_ad_group,omitempty"`
  29. // The ID of the Keyword Plan keyword.
  30. Id *wrappers.Int64Value `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
  31. // The keyword text.
  32. Text *wrappers.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
  33. // The keyword match type.
  34. MatchType enums.KeywordMatchTypeEnum_KeywordMatchType `protobuf:"varint,5,opt,name=match_type,json=matchType,proto3,enum=google.ads.googleads.v1.enums.KeywordMatchTypeEnum_KeywordMatchType" json:"match_type,omitempty"`
  35. // A keyword level max cpc bid in micros, in the account currency, that
  36. // overrides the keyword plan ad group cpc bid.
  37. CpcBidMicros *wrappers.Int64Value `protobuf:"bytes,6,opt,name=cpc_bid_micros,json=cpcBidMicros,proto3" json:"cpc_bid_micros,omitempty"`
  38. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  39. XXX_unrecognized []byte `json:"-"`
  40. XXX_sizecache int32 `json:"-"`
  41. }
  42. func (m *KeywordPlanKeyword) Reset() { *m = KeywordPlanKeyword{} }
  43. func (m *KeywordPlanKeyword) String() string { return proto.CompactTextString(m) }
  44. func (*KeywordPlanKeyword) ProtoMessage() {}
  45. func (*KeywordPlanKeyword) Descriptor() ([]byte, []int) {
  46. return fileDescriptor_keyword_plan_keyword_ec7a80cff9f91635, []int{0}
  47. }
  48. func (m *KeywordPlanKeyword) XXX_Unmarshal(b []byte) error {
  49. return xxx_messageInfo_KeywordPlanKeyword.Unmarshal(m, b)
  50. }
  51. func (m *KeywordPlanKeyword) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  52. return xxx_messageInfo_KeywordPlanKeyword.Marshal(b, m, deterministic)
  53. }
  54. func (dst *KeywordPlanKeyword) XXX_Merge(src proto.Message) {
  55. xxx_messageInfo_KeywordPlanKeyword.Merge(dst, src)
  56. }
  57. func (m *KeywordPlanKeyword) XXX_Size() int {
  58. return xxx_messageInfo_KeywordPlanKeyword.Size(m)
  59. }
  60. func (m *KeywordPlanKeyword) XXX_DiscardUnknown() {
  61. xxx_messageInfo_KeywordPlanKeyword.DiscardUnknown(m)
  62. }
  63. var xxx_messageInfo_KeywordPlanKeyword proto.InternalMessageInfo
  64. func (m *KeywordPlanKeyword) GetResourceName() string {
  65. if m != nil {
  66. return m.ResourceName
  67. }
  68. return ""
  69. }
  70. func (m *KeywordPlanKeyword) GetKeywordPlanAdGroup() *wrappers.StringValue {
  71. if m != nil {
  72. return m.KeywordPlanAdGroup
  73. }
  74. return nil
  75. }
  76. func (m *KeywordPlanKeyword) GetId() *wrappers.Int64Value {
  77. if m != nil {
  78. return m.Id
  79. }
  80. return nil
  81. }
  82. func (m *KeywordPlanKeyword) GetText() *wrappers.StringValue {
  83. if m != nil {
  84. return m.Text
  85. }
  86. return nil
  87. }
  88. func (m *KeywordPlanKeyword) GetMatchType() enums.KeywordMatchTypeEnum_KeywordMatchType {
  89. if m != nil {
  90. return m.MatchType
  91. }
  92. return enums.KeywordMatchTypeEnum_UNSPECIFIED
  93. }
  94. func (m *KeywordPlanKeyword) GetCpcBidMicros() *wrappers.Int64Value {
  95. if m != nil {
  96. return m.CpcBidMicros
  97. }
  98. return nil
  99. }
  100. func init() {
  101. proto.RegisterType((*KeywordPlanKeyword)(nil), "google.ads.googleads.v1.resources.KeywordPlanKeyword")
  102. }
  103. func init() {
  104. proto.RegisterFile("google/ads/googleads/v1/resources/keyword_plan_keyword.proto", fileDescriptor_keyword_plan_keyword_ec7a80cff9f91635)
  105. }
  106. var fileDescriptor_keyword_plan_keyword_ec7a80cff9f91635 = []byte{
  107. // 453 bytes of a gzipped FileDescriptorProto
  108. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6a, 0x14, 0x31,
  109. 0x18, 0xc7, 0x99, 0xd9, 0x5a, 0x68, 0xac, 0x3d, 0x04, 0xc4, 0xa1, 0x16, 0xd9, 0x2a, 0x85, 0x05,
  110. 0x21, 0xe3, 0x54, 0xe9, 0x61, 0xf4, 0x32, 0x8b, 0xb2, 0xa8, 0x54, 0x97, 0x55, 0xf6, 0x20, 0x03,
  111. 0x43, 0x36, 0x89, 0x63, 0xe8, 0x4c, 0x12, 0x92, 0x4c, 0xeb, 0xde, 0x7d, 0x01, 0x5f, 0xc1, 0xa3,
  112. 0x8f, 0xe2, 0xa3, 0xf8, 0x14, 0x32, 0x33, 0xc9, 0x2c, 0xb2, 0xd4, 0x7a, 0xfb, 0x27, 0xf9, 0xff,
  113. 0xfe, 0x5f, 0xf2, 0xe5, 0x03, 0x2f, 0x4a, 0x29, 0xcb, 0x8a, 0xc5, 0x98, 0x9a, 0xb8, 0x97, 0xad,
  114. 0xba, 0x4c, 0x62, 0xcd, 0x8c, 0x6c, 0x34, 0x61, 0x26, 0xbe, 0x60, 0xeb, 0x2b, 0xa9, 0x69, 0xa1,
  115. 0x2a, 0x2c, 0x0a, 0xb7, 0x40, 0x4a, 0x4b, 0x2b, 0xe1, 0x71, 0x8f, 0x20, 0x4c, 0x0d, 0x1a, 0x68,
  116. 0x74, 0x99, 0xa0, 0x81, 0x3e, 0x3c, 0xbb, 0xae, 0x00, 0x13, 0x4d, 0xbd, 0x09, 0xaf, 0xb1, 0x25,
  117. 0x5f, 0x0a, 0xbb, 0x56, 0xac, 0x8f, 0x3e, 0x7c, 0xe0, 0xb8, 0x6e, 0xb5, 0x6a, 0x3e, 0xc7, 0x57,
  118. 0x1a, 0x2b, 0xc5, 0xb4, 0x71, 0xe7, 0x47, 0x3e, 0x57, 0xf1, 0x18, 0x0b, 0x21, 0x2d, 0xb6, 0x5c,
  119. 0x0a, 0x77, 0xfa, 0xf0, 0xfb, 0x08, 0xc0, 0xb7, 0x7d, 0xf4, 0xbc, 0xc2, 0xc2, 0x49, 0xf8, 0x08,
  120. 0xdc, 0xf1, 0x37, 0x2b, 0x04, 0xae, 0x59, 0x14, 0x8c, 0x83, 0xc9, 0xde, 0x62, 0xdf, 0x6f, 0xbe,
  121. 0xc3, 0x35, 0x83, 0xef, 0xc1, 0xdd, 0xbf, 0x9e, 0x8c, 0x69, 0x51, 0x6a, 0xd9, 0xa8, 0x28, 0x1c,
  122. 0x07, 0x93, 0xdb, 0xa7, 0x47, 0xee, 0xa5, 0xc8, 0xdf, 0x0c, 0x7d, 0xb0, 0x9a, 0x8b, 0x72, 0x89,
  123. 0xab, 0x86, 0x2d, 0xe0, 0xc5, 0xa6, 0x6a, 0x46, 0x67, 0x2d, 0x07, 0x1f, 0x83, 0x90, 0xd3, 0x68,
  124. 0xd4, 0xd1, 0xf7, 0xb7, 0xe8, 0xd7, 0xc2, 0x9e, 0x3d, 0xeb, 0xe1, 0x90, 0x53, 0xf8, 0x04, 0xec,
  125. 0x58, 0xf6, 0xd5, 0x46, 0x3b, 0xff, 0x51, 0xac, 0x73, 0x42, 0x02, 0xc0, 0xa6, 0x7b, 0xd1, 0xad,
  126. 0x71, 0x30, 0x39, 0x38, 0x7d, 0x89, 0xae, 0xfb, 0x99, 0xae, 0xed, 0xc8, 0x35, 0xe4, 0xbc, 0xe5,
  127. 0x3e, 0xae, 0x15, 0x7b, 0x25, 0x9a, 0x7a, 0x6b, 0x73, 0xb1, 0x57, 0x7b, 0x09, 0x33, 0x70, 0x40,
  128. 0x14, 0x29, 0x56, 0x9c, 0x16, 0x35, 0x27, 0x5a, 0x9a, 0x68, 0xf7, 0xe6, 0xf7, 0xec, 0x13, 0x45,
  129. 0xa6, 0x9c, 0x9e, 0x77, 0xc0, 0xf4, 0x5b, 0x08, 0x4e, 0x88, 0xac, 0xd1, 0x8d, 0x33, 0x33, 0xbd,
  130. 0xb7, 0xfd, 0x75, 0xf3, 0x36, 0x7e, 0x1e, 0x7c, 0x7a, 0xe3, 0xe8, 0x52, 0x56, 0x58, 0x94, 0x48,
  131. 0xea, 0x32, 0x2e, 0x99, 0xe8, 0x8a, 0xfb, 0xf1, 0x52, 0xdc, 0xfc, 0x63, 0x9c, 0x9f, 0x0f, 0xea,
  132. 0x47, 0x38, 0x9a, 0x65, 0xd9, 0xcf, 0xf0, 0x78, 0xd6, 0x47, 0x66, 0xd4, 0xa0, 0x5e, 0xb6, 0x6a,
  133. 0x99, 0xa0, 0x85, 0x77, 0xfe, 0xf2, 0x9e, 0x3c, 0xa3, 0x26, 0x1f, 0x3c, 0xf9, 0x32, 0xc9, 0x07,
  134. 0xcf, 0xef, 0xf0, 0xa4, 0x3f, 0x48, 0xd3, 0x8c, 0x9a, 0x34, 0x1d, 0x5c, 0x69, 0xba, 0x4c, 0xd2,
  135. 0x74, 0xf0, 0xad, 0x76, 0xbb, 0xcb, 0x3e, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x77, 0x12, 0xa5,
  136. 0xa6, 0x7a, 0x03, 0x00, 0x00,
  137. }