// Code generated by protoc-gen-go. DO NOT EDIT. // source: google/ads/googleads/v1/resources/campaign_bid_modifier.proto package resources // import "google.golang.org/genproto/googleapis/ads/googleads/v1/resources" import proto "github.com/golang/protobuf/proto" import fmt "fmt" import math "math" import wrappers "github.com/golang/protobuf/ptypes/wrappers" import common "google.golang.org/genproto/googleapis/ads/googleads/v1/common" import _ "google.golang.org/genproto/googleapis/api/annotations" // Reference imports to suppress errors if they are not otherwise used. var _ = proto.Marshal var _ = fmt.Errorf var _ = math.Inf // This is a compile-time assertion to ensure that this generated file // is compatible with the proto package it is being compiled against. // A compilation error at this line likely means your copy of the // proto package needs to be updated. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package // Represents a bid-modifiable only criterion at the campaign level. type CampaignBidModifier struct { // The resource name of the campaign bid modifier. // Campaign bid modifier resource names have the form: // // `customers/{customer_id}/campaignBidModifiers/{campaign_id}~{criterion_id}` ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // The campaign to which this criterion belongs. Campaign *wrappers.StringValue `protobuf:"bytes,2,opt,name=campaign,proto3" json:"campaign,omitempty"` // The ID of the criterion to bid modify. // // This field is ignored for mutates. CriterionId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"` // The modifier for the bid when the criterion matches. BidModifier *wrappers.DoubleValue `protobuf:"bytes,4,opt,name=bid_modifier,json=bidModifier,proto3" json:"bid_modifier,omitempty"` // The criterion of this campaign bid modifier. // // Types that are valid to be assigned to Criterion: // *CampaignBidModifier_InteractionType Criterion isCampaignBidModifier_Criterion `protobuf_oneof:"criterion"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` } func (m *CampaignBidModifier) Reset() { *m = CampaignBidModifier{} } func (m *CampaignBidModifier) String() string { return proto.CompactTextString(m) } func (*CampaignBidModifier) ProtoMessage() {} func (*CampaignBidModifier) Descriptor() ([]byte, []int) { return fileDescriptor_campaign_bid_modifier_84a465f8617851ab, []int{0} } func (m *CampaignBidModifier) XXX_Unmarshal(b []byte) error { return xxx_messageInfo_CampaignBidModifier.Unmarshal(m, b) } func (m *CampaignBidModifier) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return xxx_messageInfo_CampaignBidModifier.Marshal(b, m, deterministic) } func (dst *CampaignBidModifier) XXX_Merge(src proto.Message) { xxx_messageInfo_CampaignBidModifier.Merge(dst, src) } func (m *CampaignBidModifier) XXX_Size() int { return xxx_messageInfo_CampaignBidModifier.Size(m) } func (m *CampaignBidModifier) XXX_DiscardUnknown() { xxx_messageInfo_CampaignBidModifier.DiscardUnknown(m) } var xxx_messageInfo_CampaignBidModifier proto.InternalMessageInfo func (m *CampaignBidModifier) GetResourceName() string { if m != nil { return m.ResourceName } return "" } func (m *CampaignBidModifier) GetCampaign() *wrappers.StringValue { if m != nil { return m.Campaign } return nil } func (m *CampaignBidModifier) GetCriterionId() *wrappers.Int64Value { if m != nil { return m.CriterionId } return nil } func (m *CampaignBidModifier) GetBidModifier() *wrappers.DoubleValue { if m != nil { return m.BidModifier } return nil } type isCampaignBidModifier_Criterion interface { isCampaignBidModifier_Criterion() } type CampaignBidModifier_InteractionType struct { InteractionType *common.InteractionTypeInfo `protobuf:"bytes,5,opt,name=interaction_type,json=interactionType,proto3,oneof"` } func (*CampaignBidModifier_InteractionType) isCampaignBidModifier_Criterion() {} func (m *CampaignBidModifier) GetCriterion() isCampaignBidModifier_Criterion { if m != nil { return m.Criterion } return nil } func (m *CampaignBidModifier) GetInteractionType() *common.InteractionTypeInfo { if x, ok := m.GetCriterion().(*CampaignBidModifier_InteractionType); ok { return x.InteractionType } return nil } // XXX_OneofFuncs is for the internal use of the proto package. func (*CampaignBidModifier) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) { return _CampaignBidModifier_OneofMarshaler, _CampaignBidModifier_OneofUnmarshaler, _CampaignBidModifier_OneofSizer, []interface{}{ (*CampaignBidModifier_InteractionType)(nil), } } func _CampaignBidModifier_OneofMarshaler(msg proto.Message, b *proto.Buffer) error { m := msg.(*CampaignBidModifier) // criterion switch x := m.Criterion.(type) { case *CampaignBidModifier_InteractionType: b.EncodeVarint(5<<3 | proto.WireBytes) if err := b.EncodeMessage(x.InteractionType); err != nil { return err } case nil: default: return fmt.Errorf("CampaignBidModifier.Criterion has unexpected type %T", x) } return nil } func _CampaignBidModifier_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) { m := msg.(*CampaignBidModifier) switch tag { case 5: // criterion.interaction_type if wire != proto.WireBytes { return true, proto.ErrInternalBadWireType } msg := new(common.InteractionTypeInfo) err := b.DecodeMessage(msg) m.Criterion = &CampaignBidModifier_InteractionType{msg} return true, err default: return false, nil } } func _CampaignBidModifier_OneofSizer(msg proto.Message) (n int) { m := msg.(*CampaignBidModifier) // criterion switch x := m.Criterion.(type) { case *CampaignBidModifier_InteractionType: s := proto.Size(x.InteractionType) n += 1 // tag and wire n += proto.SizeVarint(uint64(s)) n += s case nil: default: panic(fmt.Sprintf("proto: unexpected type %T in oneof", x)) } return n } func init() { proto.RegisterType((*CampaignBidModifier)(nil), "google.ads.googleads.v1.resources.CampaignBidModifier") } func init() { proto.RegisterFile("google/ads/googleads/v1/resources/campaign_bid_modifier.proto", fileDescriptor_campaign_bid_modifier_84a465f8617851ab) } var fileDescriptor_campaign_bid_modifier_84a465f8617851ab = []byte{ // 440 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xdd, 0x8a, 0xd4, 0x30, 0x14, 0x76, 0xba, 0x2a, 0x6e, 0x66, 0x44, 0xa9, 0x37, 0x65, 0x5d, 0x64, 0x57, 0x59, 0xd8, 0x1b, 0x53, 0xea, 0x8a, 0x48, 0x45, 0xa5, 0xa3, 0xb0, 0x8e, 0xa0, 0x2c, 0xa3, 0xcc, 0x85, 0x0c, 0xd4, 0xb4, 0xc9, 0x94, 0xc0, 0x34, 0x27, 0x24, 0xe9, 0xca, 0x3e, 0x80, 0x2f, 0xe2, 0xa5, 0x8f, 0xe2, 0x73, 0x78, 0xe5, 0x53, 0x48, 0x9b, 0x1f, 0x46, 0x74, 0xdc, 0xbb, 0x93, 0x9c, 0xef, 0xfb, 0xf2, 0x7d, 0xe7, 0x04, 0x3d, 0x6f, 0x00, 0x9a, 0x35, 0x4b, 0x09, 0xd5, 0xa9, 0x2d, 0xfb, 0xea, 0x3c, 0x4b, 0x15, 0xd3, 0xd0, 0xa9, 0x9a, 0xe9, 0xb4, 0x26, 0xad, 0x24, 0xbc, 0x11, 0x65, 0xc5, 0x69, 0xd9, 0x02, 0xe5, 0x2b, 0xce, 0x14, 0x96, 0x0a, 0x0c, 0xc4, 0x87, 0x96, 0x83, 0x09, 0xd5, 0x38, 0xd0, 0xf1, 0x79, 0x86, 0x03, 0x7d, 0xef, 0xe1, 0xb6, 0x17, 0x6a, 0x68, 0x5b, 0x10, 0x69, 0xad, 0xb8, 0x61, 0x8a, 0x13, 0xab, 0xb8, 0x77, 0xcf, 0xc1, 0x87, 0x53, 0xd5, 0xad, 0xd2, 0x2f, 0x8a, 0x48, 0xc9, 0x94, 0x76, 0xfd, 0x7d, 0x2f, 0x27, 0x79, 0x4a, 0x84, 0x00, 0x43, 0x0c, 0x07, 0xe1, 0xba, 0xf7, 0x7f, 0x46, 0xe8, 0xce, 0x2b, 0xe7, 0x77, 0xca, 0xe9, 0x3b, 0xe7, 0x36, 0x7e, 0x80, 0x6e, 0x7a, 0x47, 0xa5, 0x20, 0x2d, 0x4b, 0x46, 0x07, 0xa3, 0xe3, 0xdd, 0xf9, 0xc4, 0x5f, 0xbe, 0x27, 0x2d, 0x8b, 0x9f, 0xa2, 0x1b, 0x3e, 0x6b, 0x12, 0x1d, 0x8c, 0x8e, 0xc7, 0x8f, 0xf6, 0x5d, 0x28, 0xec, 0xdd, 0xe0, 0x0f, 0x46, 0x71, 0xd1, 0x2c, 0xc8, 0xba, 0x63, 0xf3, 0x80, 0x8e, 0x5f, 0xa0, 0x89, 0x8b, 0x01, 0xa2, 0xe4, 0x34, 0xd9, 0x19, 0xd8, 0x77, 0xff, 0x62, 0xcf, 0x84, 0x79, 0xf2, 0xd8, 0x92, 0xc7, 0x81, 0x30, 0xa3, 0xf1, 0x4b, 0x34, 0xd9, 0x1c, 0x6e, 0x72, 0x75, 0xcb, 0xeb, 0xaf, 0xa1, 0xab, 0xd6, 0xcc, 0x09, 0x54, 0x1b, 0xf9, 0x3e, 0xa3, 0xdb, 0x5c, 0x18, 0xa6, 0x48, 0xdd, 0x4f, 0xa3, 0x34, 0x17, 0x92, 0x25, 0xd7, 0x06, 0x91, 0x13, 0xbc, 0x6d, 0x45, 0x76, 0xfe, 0xbd, 0x27, 0xcf, 0xfb, 0x78, 0x21, 0xd9, 0x4c, 0xac, 0xe0, 0xcd, 0x95, 0xf9, 0x2d, 0xfe, 0xe7, 0xf5, 0x74, 0x8c, 0x76, 0x83, 0xe3, 0xe9, 0xd7, 0x08, 0x1d, 0xd5, 0xd0, 0xe2, 0x4b, 0xb7, 0x3f, 0x4d, 0xfe, 0xb1, 0x8d, 0xb3, 0x3e, 0xce, 0xd9, 0xe8, 0xd3, 0x5b, 0x47, 0x6f, 0x60, 0x4d, 0x44, 0x83, 0x41, 0x35, 0x69, 0xc3, 0xc4, 0x10, 0xd6, 0xff, 0x14, 0xc9, 0xf5, 0x7f, 0xbe, 0xe6, 0xb3, 0x50, 0x7d, 0x8b, 0x76, 0x4e, 0x8b, 0xe2, 0x7b, 0x74, 0x78, 0x6a, 0x25, 0x0b, 0xaa, 0xb1, 0x2d, 0xfb, 0x6a, 0x91, 0xe1, 0xb9, 0x47, 0xfe, 0xf0, 0x98, 0x65, 0x41, 0xf5, 0x32, 0x60, 0x96, 0x8b, 0x6c, 0x19, 0x30, 0xbf, 0xa2, 0x23, 0xdb, 0xc8, 0xf3, 0x82, 0xea, 0x3c, 0x0f, 0xa8, 0x3c, 0x5f, 0x64, 0x79, 0x1e, 0x70, 0xd5, 0xf5, 0xc1, 0xec, 0xc9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x89, 0xc2, 0xf4, 0x46, 0x03, 0x00, 0x00, }