blob: 264ecd4fc44f07f359507cb3c405bc80a85b364b [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v2/resources/ad_group_criterion_simulation.proto
package resources
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
wrappers "github.com/golang/protobuf/ptypes/wrappers"
common "google.golang.org/genproto/googleapis/ads/googleads/v2/common"
enums "google.golang.org/genproto/googleapis/ads/googleads/v2/enums"
_ "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.ProtoPackageIsVersion3 // please upgrade the proto package
// An ad group criterion simulation. Supported combinations of advertising
// channel type, criterion type, simulation type, and simulation modification
// method are detailed below respectively.
//
// 1. DISPLAY - KEYWORD - CPC_BID - UNIFORM
// 2. SEARCH - KEYWORD - CPC_BID - UNIFORM
// 3. SHOPPING - LISTING_GROUP - CPC_BID - UNIFORM
type AdGroupCriterionSimulation struct {
// Output only. The resource name of the ad group criterion simulation.
// Ad group criterion simulation resource names have the form:
//
// `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_id}~{type}~{modification_method}~{start_date}~{end_date}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// Output only. AdGroup ID of the simulation.
AdGroupId *wrappers.Int64Value `protobuf:"bytes,2,opt,name=ad_group_id,json=adGroupId,proto3" json:"ad_group_id,omitempty"`
// Output only. Criterion ID of the simulation.
CriterionId *wrappers.Int64Value `protobuf:"bytes,3,opt,name=criterion_id,json=criterionId,proto3" json:"criterion_id,omitempty"`
// Output only. The field that the simulation modifies.
Type enums.SimulationTypeEnum_SimulationType `protobuf:"varint,4,opt,name=type,proto3,enum=google.ads.googleads.v2.enums.SimulationTypeEnum_SimulationType" json:"type,omitempty"`
// Output only. How the simulation modifies the field.
ModificationMethod enums.SimulationModificationMethodEnum_SimulationModificationMethod `protobuf:"varint,5,opt,name=modification_method,json=modificationMethod,proto3,enum=google.ads.googleads.v2.enums.SimulationModificationMethodEnum_SimulationModificationMethod" json:"modification_method,omitempty"`
// Output only. First day on which the simulation is based, in YYYY-MM-DD format.
StartDate *wrappers.StringValue `protobuf:"bytes,6,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
// Output only. Last day on which the simulation is based, in YYYY-MM-DD format.
EndDate *wrappers.StringValue `protobuf:"bytes,7,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
// List of simulation points.
//
// Types that are valid to be assigned to PointList:
// *AdGroupCriterionSimulation_CpcBidPointList
PointList isAdGroupCriterionSimulation_PointList `protobuf_oneof:"point_list"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *AdGroupCriterionSimulation) Reset() { *m = AdGroupCriterionSimulation{} }
func (m *AdGroupCriterionSimulation) String() string { return proto.CompactTextString(m) }
func (*AdGroupCriterionSimulation) ProtoMessage() {}
func (*AdGroupCriterionSimulation) Descriptor() ([]byte, []int) {
return fileDescriptor_b92456ddc38bf208, []int{0}
}
func (m *AdGroupCriterionSimulation) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_AdGroupCriterionSimulation.Unmarshal(m, b)
}
func (m *AdGroupCriterionSimulation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_AdGroupCriterionSimulation.Marshal(b, m, deterministic)
}
func (m *AdGroupCriterionSimulation) XXX_Merge(src proto.Message) {
xxx_messageInfo_AdGroupCriterionSimulation.Merge(m, src)
}
func (m *AdGroupCriterionSimulation) XXX_Size() int {
return xxx_messageInfo_AdGroupCriterionSimulation.Size(m)
}
func (m *AdGroupCriterionSimulation) XXX_DiscardUnknown() {
xxx_messageInfo_AdGroupCriterionSimulation.DiscardUnknown(m)
}
var xxx_messageInfo_AdGroupCriterionSimulation proto.InternalMessageInfo
func (m *AdGroupCriterionSimulation) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *AdGroupCriterionSimulation) GetAdGroupId() *wrappers.Int64Value {
if m != nil {
return m.AdGroupId
}
return nil
}
func (m *AdGroupCriterionSimulation) GetCriterionId() *wrappers.Int64Value {
if m != nil {
return m.CriterionId
}
return nil
}
func (m *AdGroupCriterionSimulation) GetType() enums.SimulationTypeEnum_SimulationType {
if m != nil {
return m.Type
}
return enums.SimulationTypeEnum_UNSPECIFIED
}
func (m *AdGroupCriterionSimulation) GetModificationMethod() enums.SimulationModificationMethodEnum_SimulationModificationMethod {
if m != nil {
return m.ModificationMethod
}
return enums.SimulationModificationMethodEnum_UNSPECIFIED
}
func (m *AdGroupCriterionSimulation) GetStartDate() *wrappers.StringValue {
if m != nil {
return m.StartDate
}
return nil
}
func (m *AdGroupCriterionSimulation) GetEndDate() *wrappers.StringValue {
if m != nil {
return m.EndDate
}
return nil
}
type isAdGroupCriterionSimulation_PointList interface {
isAdGroupCriterionSimulation_PointList()
}
type AdGroupCriterionSimulation_CpcBidPointList struct {
CpcBidPointList *common.CpcBidSimulationPointList `protobuf:"bytes,8,opt,name=cpc_bid_point_list,json=cpcBidPointList,proto3,oneof"`
}
func (*AdGroupCriterionSimulation_CpcBidPointList) isAdGroupCriterionSimulation_PointList() {}
func (m *AdGroupCriterionSimulation) GetPointList() isAdGroupCriterionSimulation_PointList {
if m != nil {
return m.PointList
}
return nil
}
func (m *AdGroupCriterionSimulation) GetCpcBidPointList() *common.CpcBidSimulationPointList {
if x, ok := m.GetPointList().(*AdGroupCriterionSimulation_CpcBidPointList); ok {
return x.CpcBidPointList
}
return nil
}
// XXX_OneofWrappers is for the internal use of the proto package.
func (*AdGroupCriterionSimulation) XXX_OneofWrappers() []interface{} {
return []interface{}{
(*AdGroupCriterionSimulation_CpcBidPointList)(nil),
}
}
func init() {
proto.RegisterType((*AdGroupCriterionSimulation)(nil), "google.ads.googleads.v2.resources.AdGroupCriterionSimulation")
}
func init() {
proto.RegisterFile("google/ads/googleads/v2/resources/ad_group_criterion_simulation.proto", fileDescriptor_b92456ddc38bf208)
}
var fileDescriptor_b92456ddc38bf208 = []byte{
// 646 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4d, 0x6b, 0x14, 0x3d,
0x1c, 0x7f, 0x66, 0xb7, 0x4f, 0x5f, 0xd2, 0x3e, 0x8f, 0x30, 0x5e, 0xc6, 0x5a, 0x6c, 0x2b, 0x14,
0x7a, 0x4a, 0x60, 0xaa, 0x82, 0x53, 0x0f, 0x9d, 0xa9, 0xa5, 0x56, 0xac, 0x2c, 0x5b, 0x59, 0x50,
0x16, 0xc6, 0xec, 0x24, 0x9d, 0x06, 0x36, 0xc9, 0x90, 0x64, 0x2a, 0xa5, 0x14, 0xbc, 0x79, 0xd0,
0x93, 0x1f, 0xc1, 0xa3, 0x1f, 0xc5, 0x4f, 0xd1, 0x73, 0x3f, 0x82, 0x27, 0xd9, 0xcc, 0xcb, 0x2e,
0xad, 0x53, 0x17, 0x6f, 0xff, 0xc9, 0xff, 0xf7, 0x92, 0xff, 0x2f, 0x99, 0x80, 0xbd, 0x54, 0xca,
0x74, 0x48, 0x11, 0x26, 0x1a, 0x15, 0xe5, 0xa8, 0x3a, 0xf5, 0x91, 0xa2, 0x5a, 0xe6, 0x2a, 0xa1,
0x1a, 0x61, 0x12, 0xa7, 0x4a, 0xe6, 0x59, 0x9c, 0x28, 0x66, 0xa8, 0x62, 0x52, 0xc4, 0x9a, 0xf1,
0x7c, 0x88, 0x0d, 0x93, 0x02, 0x66, 0x4a, 0x1a, 0xe9, 0xae, 0x17, 0x5c, 0x88, 0x89, 0x86, 0xb5,
0x0c, 0x3c, 0xf5, 0x61, 0x2d, 0xb3, 0x8c, 0x9a, 0x9c, 0x12, 0xc9, 0xb9, 0x14, 0xe8, 0xba, 0xe6,
0x72, 0xd4, 0x44, 0xa0, 0x22, 0xe7, 0x7a, 0x02, 0x1f, 0x73, 0x49, 0xd8, 0x31, 0x4b, 0xca, 0x0f,
0x6a, 0x4e, 0x24, 0x29, 0x35, 0xb6, 0xa6, 0xd6, 0x30, 0x67, 0x19, 0x2d, 0x49, 0xab, 0x15, 0x29,
0x63, 0xe8, 0x98, 0xd1, 0x21, 0x89, 0x07, 0xf4, 0x04, 0x9f, 0x32, 0xa9, 0x4a, 0xc0, 0xbd, 0x09,
0x40, 0x35, 0x60, 0xd9, 0x7a, 0x50, 0xb6, 0xec, 0xd7, 0x20, 0x3f, 0x46, 0x1f, 0x14, 0xce, 0x32,
0xaa, 0x74, 0xd9, 0x5f, 0x99, 0xa0, 0x62, 0x21, 0xa4, 0xb1, 0xee, 0x65, 0xf7, 0xe1, 0xc7, 0x39,
0xb0, 0x1c, 0x92, 0xfd, 0x51, 0xda, 0xbb, 0x55, 0xd8, 0x47, 0xf5, 0x1e, 0xdd, 0xf7, 0xe0, 0xbf,
0xca, 0x2e, 0x16, 0x98, 0x53, 0xcf, 0x59, 0x73, 0x36, 0x17, 0xa2, 0xed, 0xcb, 0xb0, 0xfd, 0x33,
0x7c, 0x0c, 0xb6, 0xc6, 0xc9, 0x97, 0x55, 0xc6, 0x34, 0x4c, 0x24, 0x47, 0xcd, 0x9a, 0xdd, 0xa5,
0x4a, 0xf1, 0x35, 0xe6, 0xd4, 0xdd, 0x01, 0x8b, 0xf5, 0x71, 0x33, 0xe2, 0xb5, 0xd6, 0x9c, 0xcd,
0x45, 0xff, 0x7e, 0x29, 0x07, 0xab, 0xa1, 0xe0, 0x81, 0x30, 0x4f, 0x1e, 0xf5, 0xf0, 0x30, 0xa7,
0x51, 0xfb, 0x32, 0x6c, 0x77, 0x17, 0x70, 0x61, 0x70, 0x40, 0xdc, 0x5d, 0xb0, 0x34, 0xbe, 0x27,
0x8c, 0x78, 0xed, 0x29, 0x25, 0x16, 0x6b, 0xd6, 0x01, 0x71, 0xdf, 0x82, 0x99, 0xd1, 0x79, 0x78,
0x33, 0x6b, 0xce, 0xe6, 0xff, 0xfe, 0x0e, 0x6c, 0xba, 0x5d, 0xf6, 0x14, 0xe1, 0x78, 0x9a, 0x37,
0x67, 0x19, 0xdd, 0x13, 0x39, 0xbf, 0xb6, 0x54, 0x38, 0x58, 0x49, 0xf7, 0xab, 0x03, 0xee, 0xfe,
0xe6, 0xbe, 0x78, 0xff, 0x5a, 0xab, 0xfe, 0xd4, 0x56, 0x87, 0x13, 0x1a, 0x87, 0x56, 0xe2, 0x9a,
0xf1, 0x4d, 0x40, 0xb1, 0x0d, 0x97, 0xdf, 0x68, 0xb8, 0x3b, 0x00, 0x68, 0x83, 0x95, 0x89, 0x09,
0x36, 0xd4, 0x9b, 0xb5, 0x91, 0xad, 0xdc, 0x88, 0xec, 0xc8, 0x28, 0x26, 0xd2, 0xc9, 0xd8, 0x2d,
0xe9, 0x39, 0x36, 0xd4, 0x7d, 0x06, 0xe6, 0xa9, 0x20, 0x05, 0x7f, 0x6e, 0x5a, 0xfe, 0x1c, 0x15,
0xc4, 0xb2, 0x39, 0x70, 0x93, 0x2c, 0x89, 0x07, 0x8c, 0xc4, 0x99, 0x64, 0xc2, 0xc4, 0x43, 0xa6,
0x8d, 0x37, 0x6f, 0x75, 0x9e, 0x36, 0x46, 0x52, 0xfc, 0xb8, 0x70, 0x37, 0x4b, 0x22, 0x46, 0xc6,
0x83, 0x77, 0x46, 0x0a, 0xaf, 0x98, 0x36, 0xd6, 0xe4, 0xc5, 0x3f, 0xdd, 0x3b, 0x89, 0x45, 0xd4,
0xeb, 0xc1, 0x67, 0xe7, 0x2a, 0xfc, 0xe4, 0xfc, 0xd5, 0x7d, 0x75, 0x3b, 0x49, 0xae, 0x8d, 0xe4,
0x54, 0x69, 0x74, 0x5e, 0x95, 0x17, 0x08, 0x37, 0x12, 0x34, 0x3a, 0xbf, 0xf5, 0x01, 0xbb, 0x88,
0x96, 0x00, 0x18, 0x0f, 0x1d, 0x7d, 0x69, 0x81, 0x8d, 0x44, 0x72, 0xf8, 0xc7, 0x07, 0x2d, 0x5a,
0x6d, 0xde, 0x65, 0x67, 0x14, 0x79, 0xc7, 0x79, 0xf7, 0xb2, 0x54, 0x49, 0xe5, 0x10, 0x8b, 0x14,
0x4a, 0x95, 0xa2, 0x94, 0x0a, 0x7b, 0x20, 0x68, 0x3c, 0xf2, 0x2d, 0x8f, 0xef, 0x76, 0x5d, 0x7d,
0x6b, 0xb5, 0xf7, 0xc3, 0xf0, 0x7b, 0x6b, 0x7d, 0xbf, 0x90, 0x0c, 0x89, 0x86, 0x45, 0x39, 0xaa,
0x7a, 0x3e, 0xec, 0x56, 0xc8, 0x1f, 0x15, 0xa6, 0x1f, 0x12, 0xdd, 0xaf, 0x31, 0xfd, 0x9e, 0xdf,
0xaf, 0x31, 0x57, 0xad, 0x8d, 0xa2, 0x11, 0x04, 0x21, 0xd1, 0x41, 0x50, 0xa3, 0x82, 0xa0, 0xe7,
0x07, 0x41, 0x8d, 0x1b, 0xcc, 0xda, 0xcd, 0x6e, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x45, 0xbd,
0xff, 0x6b, 0x28, 0x06, 0x00, 0x00,
}