blob: 9080be622845d9a4fdac12e0be2a095b45ef7759 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v2/resources/distance_view.proto
package resources
import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
wrappers "github.com/golang/protobuf/ptypes/wrappers"
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
// A distance view with metrics aggregated by the user's distance from an
// advertiser's location extensions. Each DistanceBucket includes all
// impressions that fall within its distance and a single impression will
// contribute to the metrics for all DistanceBuckets that include the user's
// distance.
type DistanceView struct {
// Output only. The resource name of the distance view.
// Distance view resource names have the form:
//
// `customers/{customer_id}/distanceViews/1~{distance_bucket}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// Output only. Grouping of user distance from location extensions.
DistanceBucket enums.DistanceBucketEnum_DistanceBucket `protobuf:"varint,2,opt,name=distance_bucket,json=distanceBucket,proto3,enum=google.ads.googleads.v2.enums.DistanceBucketEnum_DistanceBucket" json:"distance_bucket,omitempty"`
// Output only. True if the DistanceBucket is using the metric system, false otherwise.
MetricSystem *wrappers.BoolValue `protobuf:"bytes,3,opt,name=metric_system,json=metricSystem,proto3" json:"metric_system,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DistanceView) Reset() { *m = DistanceView{} }
func (m *DistanceView) String() string { return proto.CompactTextString(m) }
func (*DistanceView) ProtoMessage() {}
func (*DistanceView) Descriptor() ([]byte, []int) {
return fileDescriptor_3430a19803c9c189, []int{0}
}
func (m *DistanceView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DistanceView.Unmarshal(m, b)
}
func (m *DistanceView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DistanceView.Marshal(b, m, deterministic)
}
func (m *DistanceView) XXX_Merge(src proto.Message) {
xxx_messageInfo_DistanceView.Merge(m, src)
}
func (m *DistanceView) XXX_Size() int {
return xxx_messageInfo_DistanceView.Size(m)
}
func (m *DistanceView) XXX_DiscardUnknown() {
xxx_messageInfo_DistanceView.DiscardUnknown(m)
}
var xxx_messageInfo_DistanceView proto.InternalMessageInfo
func (m *DistanceView) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *DistanceView) GetDistanceBucket() enums.DistanceBucketEnum_DistanceBucket {
if m != nil {
return m.DistanceBucket
}
return enums.DistanceBucketEnum_UNSPECIFIED
}
func (m *DistanceView) GetMetricSystem() *wrappers.BoolValue {
if m != nil {
return m.MetricSystem
}
return nil
}
func init() {
proto.RegisterType((*DistanceView)(nil), "google.ads.googleads.v2.resources.DistanceView")
}
func init() {
proto.RegisterFile("google/ads/googleads/v2/resources/distance_view.proto", fileDescriptor_3430a19803c9c189)
}
var fileDescriptor_3430a19803c9c189 = []byte{
// 454 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0xcf, 0x6a, 0xd4, 0x40,
0x18, 0x27, 0x09, 0x08, 0xc6, 0x6d, 0xc5, 0x9c, 0xd6, 0x45, 0x74, 0x2b, 0x2c, 0xee, 0xc5, 0x19,
0x48, 0xf1, 0x32, 0x5e, 0x9c, 0x50, 0x29, 0x78, 0x90, 0xb2, 0x42, 0x0e, 0xba, 0xb8, 0xcc, 0x26,
0x5f, 0xe3, 0x60, 0x66, 0x26, 0xcc, 0x24, 0xbb, 0x48, 0xe9, 0xcb, 0x78, 0xf4, 0x51, 0x7c, 0x8a,
0x9e, 0xfb, 0x04, 0xe2, 0x41, 0x64, 0x93, 0xcc, 0x34, 0x2d, 0x54, 0x7b, 0xfb, 0x65, 0x7e, 0x7f,
0xbe, 0x3f, 0xf9, 0xc2, 0x57, 0x85, 0x52, 0x45, 0x09, 0x98, 0xe5, 0x06, 0x77, 0x70, 0x87, 0x36,
0x31, 0xd6, 0x60, 0x54, 0xa3, 0x33, 0x30, 0x38, 0xe7, 0xa6, 0x66, 0x32, 0x83, 0xd5, 0x86, 0xc3,
0x16, 0x55, 0x5a, 0xd5, 0x2a, 0x3a, 0xe8, 0xb4, 0x88, 0xe5, 0x06, 0x39, 0x1b, 0xda, 0xc4, 0xc8,
0xd9, 0x26, 0x87, 0xb7, 0x25, 0x83, 0x6c, 0xc4, 0x20, 0x75, 0xdd, 0x64, 0x5f, 0xa1, 0xee, 0x72,
0x27, 0xcf, 0xac, 0xa9, 0xe2, 0xf8, 0x94, 0x43, 0x99, 0xaf, 0xd6, 0xf0, 0x85, 0x6d, 0xb8, 0xd2,
0xbd, 0xe0, 0xf1, 0x40, 0x60, 0x6b, 0xf5, 0xd4, 0xd3, 0x9e, 0x6a, 0xbf, 0xd6, 0xcd, 0x29, 0xde,
0x6a, 0x56, 0x55, 0xa0, 0x4d, 0xcf, 0x3f, 0x19, 0x58, 0x99, 0x94, 0xaa, 0x66, 0x35, 0x57, 0xb2,
0x67, 0x9f, 0xff, 0xf2, 0xc3, 0xd1, 0x51, 0xdf, 0x53, 0xca, 0x61, 0x1b, 0x2d, 0xc2, 0x3d, 0x5b,
0x60, 0x25, 0x99, 0x80, 0xb1, 0x37, 0xf5, 0xe6, 0xf7, 0x93, 0x97, 0x17, 0x34, 0xf8, 0x4d, 0x5f,
0x84, 0xb3, 0xab, 0xb1, 0x7b, 0x54, 0x71, 0x83, 0x32, 0x25, 0xf0, 0x30, 0x65, 0x31, 0xb2, 0x19,
0xef, 0x99, 0x80, 0x48, 0x86, 0x0f, 0x6f, 0xcc, 0x3d, 0xf6, 0xa7, 0xde, 0x7c, 0x3f, 0x7e, 0x83,
0x6e, 0x5b, 0x68, 0xbb, 0x2d, 0x64, 0x33, 0x93, 0xd6, 0xf4, 0x56, 0x36, 0xe2, 0xc6, 0x53, 0x12,
0x5c, 0xd0, 0x60, 0xb1, 0x9f, 0x5f, 0x7b, 0x8c, 0x8e, 0xc2, 0x3d, 0x01, 0xb5, 0xe6, 0xd9, 0xca,
0x7c, 0x33, 0x35, 0x88, 0x71, 0x30, 0xf5, 0xe6, 0x0f, 0xe2, 0x89, 0xad, 0x66, 0x57, 0x85, 0x12,
0xa5, 0xca, 0x94, 0x95, 0x0d, 0x74, 0x39, 0xa3, 0xce, 0xf5, 0xa1, 0x35, 0x91, 0xcf, 0x97, 0xf4,
0xd3, 0x1d, 0xe7, 0x8d, 0xe2, 0xac, 0x31, 0xb5, 0x12, 0xa0, 0x0d, 0x3e, 0xb3, 0xf0, 0xdc, 0xfd,
0xec, 0x9d, 0xc4, 0xe0, 0xb3, 0x6b, 0x17, 0x75, 0x9e, 0xfc, 0xf1, 0xc2, 0x59, 0xa6, 0x04, 0xfa,
0xef, 0x4d, 0x25, 0x8f, 0x86, 0xb5, 0x4e, 0x76, 0xcd, 0x9f, 0x78, 0x1f, 0xdf, 0xf5, 0xbe, 0x42,
0x95, 0x4c, 0x16, 0x48, 0xe9, 0x02, 0x17, 0x20, 0xdb, 0xd1, 0xf0, 0x55, 0xab, 0xff, 0xb8, 0xf0,
0xd7, 0x0e, 0x7d, 0xf7, 0x83, 0x63, 0x4a, 0x7f, 0xf8, 0x07, 0xc7, 0x5d, 0x24, 0xcd, 0x0d, 0xea,
0xe0, 0x0e, 0xa5, 0x31, 0x5a, 0x58, 0xe5, 0x4f, 0xab, 0x59, 0xd2, 0xdc, 0x2c, 0x9d, 0x66, 0x99,
0xc6, 0x4b, 0xa7, 0xb9, 0xf4, 0x67, 0x1d, 0x41, 0x08, 0xcd, 0x0d, 0x21, 0x4e, 0x45, 0x48, 0x1a,
0x13, 0xe2, 0x74, 0xeb, 0x7b, 0x6d, 0xb3, 0x87, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x02, 0x13,
0xc6, 0xea, 0x8d, 0x03, 0x00, 0x00,
}