Skip to content
Snippets Groups Projects
Unverified Commit 73d5040b authored by Jean de Klerk's avatar Jean de Klerk Committed by GitHub
Browse files

all: regen (#119)

parent bd91e49a
No related branches found
No related tags found
No related merge requests found
Showing
with 8400 additions and 0 deletions
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v0/common/criterion_category_availability.proto
package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import wrappers "github.com/golang/protobuf/ptypes/wrappers"
import enums "google.golang.org/genproto/googleapis/ads/googleads/v0/enums"
// 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
// Information of category availability, per advertising channel.
type CriterionCategoryAvailability struct {
// Channel types and subtypes that are available to the category.
Channel *CriterionCategoryChannelAvailability `protobuf:"bytes,1,opt,name=channel,proto3" json:"channel,omitempty"`
// Locales that are available to the category for the channel.
Locale []*CriterionCategoryLocaleAvailability `protobuf:"bytes,2,rep,name=locale,proto3" json:"locale,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CriterionCategoryAvailability) Reset() { *m = CriterionCategoryAvailability{} }
func (m *CriterionCategoryAvailability) String() string { return proto.CompactTextString(m) }
func (*CriterionCategoryAvailability) ProtoMessage() {}
func (*CriterionCategoryAvailability) Descriptor() ([]byte, []int) {
return fileDescriptor_criterion_category_availability_529df28267b0fcc5, []int{0}
}
func (m *CriterionCategoryAvailability) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CriterionCategoryAvailability.Unmarshal(m, b)
}
func (m *CriterionCategoryAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CriterionCategoryAvailability.Marshal(b, m, deterministic)
}
func (dst *CriterionCategoryAvailability) XXX_Merge(src proto.Message) {
xxx_messageInfo_CriterionCategoryAvailability.Merge(dst, src)
}
func (m *CriterionCategoryAvailability) XXX_Size() int {
return xxx_messageInfo_CriterionCategoryAvailability.Size(m)
}
func (m *CriterionCategoryAvailability) XXX_DiscardUnknown() {
xxx_messageInfo_CriterionCategoryAvailability.DiscardUnknown(m)
}
var xxx_messageInfo_CriterionCategoryAvailability proto.InternalMessageInfo
func (m *CriterionCategoryAvailability) GetChannel() *CriterionCategoryChannelAvailability {
if m != nil {
return m.Channel
}
return nil
}
func (m *CriterionCategoryAvailability) GetLocale() []*CriterionCategoryLocaleAvailability {
if m != nil {
return m.Locale
}
return nil
}
// Information of advertising channel type and subtypes a category is available
// in.
type CriterionCategoryChannelAvailability struct {
// Format of the channel availability. Can be ALL_CHANNELS (the rest of the
// fields will not be set), CHANNEL_TYPE (only advertising_channel_type type
// will be set, the category is available to all sub types under it) or
// CHANNEL_TYPE_AND_SUBTYPES (advertising_channel_type,
// advertising_channel_sub_type, and include_default_channel_sub_type will all
// be set).
AvailabilityMode enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode `protobuf:"varint,1,opt,name=availability_mode,json=availabilityMode,proto3,enum=google.ads.googleads.v0.enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode" json:"availability_mode,omitempty"`
// Channel type the category is available to.
AdvertisingChannelType enums.AdvertisingChannelTypeEnum_AdvertisingChannelType `protobuf:"varint,2,opt,name=advertising_channel_type,json=advertisingChannelType,proto3,enum=google.ads.googleads.v0.enums.AdvertisingChannelTypeEnum_AdvertisingChannelType" json:"advertising_channel_type,omitempty"`
// Channel subtypes under the channel type the category is available to.
AdvertisingChannelSubType []enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType `protobuf:"varint,3,rep,packed,name=advertising_channel_sub_type,json=advertisingChannelSubType,proto3,enum=google.ads.googleads.v0.enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType" json:"advertising_channel_sub_type,omitempty"`
// Whether default channel sub type is included. For example,
// advertising_channel_type being DISPLAY and include_default_channel_sub_type
// being false means that the default display campaign where channel sub type
// is not set is not included in this availability configuration.
IncludeDefaultChannelSubType *wrappers.BoolValue `protobuf:"bytes,4,opt,name=include_default_channel_sub_type,json=includeDefaultChannelSubType,proto3" json:"include_default_channel_sub_type,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CriterionCategoryChannelAvailability) Reset() { *m = CriterionCategoryChannelAvailability{} }
func (m *CriterionCategoryChannelAvailability) String() string { return proto.CompactTextString(m) }
func (*CriterionCategoryChannelAvailability) ProtoMessage() {}
func (*CriterionCategoryChannelAvailability) Descriptor() ([]byte, []int) {
return fileDescriptor_criterion_category_availability_529df28267b0fcc5, []int{1}
}
func (m *CriterionCategoryChannelAvailability) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CriterionCategoryChannelAvailability.Unmarshal(m, b)
}
func (m *CriterionCategoryChannelAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CriterionCategoryChannelAvailability.Marshal(b, m, deterministic)
}
func (dst *CriterionCategoryChannelAvailability) XXX_Merge(src proto.Message) {
xxx_messageInfo_CriterionCategoryChannelAvailability.Merge(dst, src)
}
func (m *CriterionCategoryChannelAvailability) XXX_Size() int {
return xxx_messageInfo_CriterionCategoryChannelAvailability.Size(m)
}
func (m *CriterionCategoryChannelAvailability) XXX_DiscardUnknown() {
xxx_messageInfo_CriterionCategoryChannelAvailability.DiscardUnknown(m)
}
var xxx_messageInfo_CriterionCategoryChannelAvailability proto.InternalMessageInfo
func (m *CriterionCategoryChannelAvailability) GetAvailabilityMode() enums.CriterionCategoryChannelAvailabilityModeEnum_CriterionCategoryChannelAvailabilityMode {
if m != nil {
return m.AvailabilityMode
}
return enums.CriterionCategoryChannelAvailabilityModeEnum_UNSPECIFIED
}
func (m *CriterionCategoryChannelAvailability) GetAdvertisingChannelType() enums.AdvertisingChannelTypeEnum_AdvertisingChannelType {
if m != nil {
return m.AdvertisingChannelType
}
return enums.AdvertisingChannelTypeEnum_UNSPECIFIED
}
func (m *CriterionCategoryChannelAvailability) GetAdvertisingChannelSubType() []enums.AdvertisingChannelSubTypeEnum_AdvertisingChannelSubType {
if m != nil {
return m.AdvertisingChannelSubType
}
return nil
}
func (m *CriterionCategoryChannelAvailability) GetIncludeDefaultChannelSubType() *wrappers.BoolValue {
if m != nil {
return m.IncludeDefaultChannelSubType
}
return nil
}
// Information about which locales a category is available in.
type CriterionCategoryLocaleAvailability struct {
// Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and
// language will be empty), COUNTRY (only country will be set), LANGUAGE (only
// language wil be set), COUNTRY_AND_LANGUAGE (both country and language will
// be set).
AvailabilityMode enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode `protobuf:"varint,1,opt,name=availability_mode,json=availabilityMode,proto3,enum=google.ads.googleads.v0.enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode" json:"availability_mode,omitempty"`
// Code of the country.
CountryCode *wrappers.StringValue `protobuf:"bytes,2,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
// Code of the language.
LanguageCode *wrappers.StringValue `protobuf:"bytes,3,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CriterionCategoryLocaleAvailability) Reset() { *m = CriterionCategoryLocaleAvailability{} }
func (m *CriterionCategoryLocaleAvailability) String() string { return proto.CompactTextString(m) }
func (*CriterionCategoryLocaleAvailability) ProtoMessage() {}
func (*CriterionCategoryLocaleAvailability) Descriptor() ([]byte, []int) {
return fileDescriptor_criterion_category_availability_529df28267b0fcc5, []int{2}
}
func (m *CriterionCategoryLocaleAvailability) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CriterionCategoryLocaleAvailability.Unmarshal(m, b)
}
func (m *CriterionCategoryLocaleAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CriterionCategoryLocaleAvailability.Marshal(b, m, deterministic)
}
func (dst *CriterionCategoryLocaleAvailability) XXX_Merge(src proto.Message) {
xxx_messageInfo_CriterionCategoryLocaleAvailability.Merge(dst, src)
}
func (m *CriterionCategoryLocaleAvailability) XXX_Size() int {
return xxx_messageInfo_CriterionCategoryLocaleAvailability.Size(m)
}
func (m *CriterionCategoryLocaleAvailability) XXX_DiscardUnknown() {
xxx_messageInfo_CriterionCategoryLocaleAvailability.DiscardUnknown(m)
}
var xxx_messageInfo_CriterionCategoryLocaleAvailability proto.InternalMessageInfo
func (m *CriterionCategoryLocaleAvailability) GetAvailabilityMode() enums.CriterionCategoryLocaleAvailabilityModeEnum_CriterionCategoryLocaleAvailabilityMode {
if m != nil {
return m.AvailabilityMode
}
return enums.CriterionCategoryLocaleAvailabilityModeEnum_UNSPECIFIED
}
func (m *CriterionCategoryLocaleAvailability) GetCountryCode() *wrappers.StringValue {
if m != nil {
return m.CountryCode
}
return nil
}
func (m *CriterionCategoryLocaleAvailability) GetLanguageCode() *wrappers.StringValue {
if m != nil {
return m.LanguageCode
}
return nil
}
func init() {
proto.RegisterType((*CriterionCategoryAvailability)(nil), "google.ads.googleads.v0.common.CriterionCategoryAvailability")
proto.RegisterType((*CriterionCategoryChannelAvailability)(nil), "google.ads.googleads.v0.common.CriterionCategoryChannelAvailability")
proto.RegisterType((*CriterionCategoryLocaleAvailability)(nil), "google.ads.googleads.v0.common.CriterionCategoryLocaleAvailability")
}
func init() {
proto.RegisterFile("google/ads/googleads/v0/common/criterion_category_availability.proto", fileDescriptor_criterion_category_availability_529df28267b0fcc5)
}
var fileDescriptor_criterion_category_availability_529df28267b0fcc5 = []byte{
// 574 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0xc1, 0x8e, 0xd3, 0x30,
0x10, 0x86, 0x95, 0x74, 0xb5, 0x48, 0xee, 0xb2, 0x82, 0x1c, 0x50, 0xa9, 0xca, 0xaa, 0x2a, 0x1c,
0x7a, 0x72, 0xaa, 0x72, 0x04, 0x09, 0xd2, 0x14, 0xed, 0x05, 0x44, 0xd5, 0x45, 0x3d, 0x40, 0x45,
0xe4, 0x24, 0xde, 0x60, 0xc9, 0xb1, 0x23, 0xc7, 0x2e, 0xea, 0x2b, 0xf0, 0x02, 0x1c, 0x11, 0x1c,
0x79, 0x14, 0x38, 0x23, 0x71, 0xe0, 0x61, 0x50, 0xec, 0x64, 0xe9, 0xd2, 0x26, 0xdb, 0x9e, 0xea,
0xc6, 0xf3, 0x7f, 0xf3, 0xcf, 0x64, 0xec, 0x80, 0x69, 0xc2, 0x79, 0x42, 0xb1, 0x8b, 0xe2, 0xdc,
0x35, 0xcb, 0x62, 0xb5, 0x1a, 0xb9, 0x11, 0x4f, 0x53, 0xce, 0xdc, 0x48, 0x10, 0x89, 0x05, 0xe1,
0x2c, 0x88, 0x90, 0xc4, 0x09, 0x17, 0xeb, 0x00, 0xad, 0x10, 0xa1, 0x28, 0x24, 0x94, 0xc8, 0x35,
0xcc, 0x04, 0x97, 0xdc, 0x39, 0x33, 0x52, 0x88, 0xe2, 0x1c, 0x5e, 0x51, 0xe0, 0x6a, 0x04, 0x0d,
0xa5, 0xfb, 0xbc, 0x2e, 0x0b, 0x66, 0x2a, 0xcd, 0x5d, 0x14, 0xaf, 0xb0, 0x90, 0x24, 0x27, 0x2c,
0x09, 0xa2, 0x0f, 0x88, 0x31, 0x4c, 0x83, 0x5c, 0x85, 0x81, 0x5c, 0x67, 0xd8, 0x64, 0xe8, 0x3e,
0x3d, 0x9c, 0xb0, 0xa1, 0x9e, 0x35, 0xab, 0x77, 0x14, 0x59, 0x41, 0x36, 0x8b, 0x0d, 0x52, 0x1e,
0x57, 0xc4, 0xd7, 0x07, 0x13, 0x29, 0x8f, 0x10, 0xc5, 0xb5, 0xc0, 0xb2, 0x85, 0xae, 0xfe, 0x17,
0xaa, 0x4b, 0xf7, 0xa3, 0x40, 0x59, 0x86, 0x45, 0x6e, 0xf6, 0x07, 0x7f, 0x2c, 0xf0, 0xc0, 0xaf,
0xa8, 0x7e, 0x09, 0xf5, 0x36, 0x60, 0xce, 0x7b, 0x70, 0xab, 0x74, 0xdd, 0xb1, 0xfa, 0xd6, 0xb0,
0x3d, 0x9e, 0xc2, 0xe6, 0xd7, 0x02, 0xb7, 0x78, 0xbe, 0xd1, 0x6f, 0x62, 0xe7, 0x15, 0xd4, 0x79,
0x07, 0x8e, 0x4d, 0x0d, 0x1d, 0xbb, 0xdf, 0x1a, 0xb6, 0xc7, 0xfe, 0xc1, 0xf8, 0x97, 0x5a, 0x7e,
0x8d, 0x5e, 0x22, 0x07, 0xbf, 0x8e, 0xc0, 0xa3, 0x7d, 0xec, 0x38, 0x5f, 0x2d, 0x70, 0x77, 0xab,
0x87, 0xba, 0xe0, 0xd3, 0xb1, 0xac, 0x75, 0xa4, 0xdf, 0xca, 0x5e, 0xf5, 0xbe, 0xe2, 0x31, 0x7e,
0xc1, 0x54, 0xba, 0x77, 0xf0, 0xfc, 0x0e, 0xfa, 0xef, 0x89, 0xf3, 0xc9, 0x02, 0x9d, 0xba, 0x89,
0xec, 0xd8, 0xda, 0xea, 0xec, 0x06, 0xab, 0xde, 0x3f, 0x79, 0x99, 0xf7, 0xcd, 0x3a, 0x33, 0xc6,
0x76, 0x6f, 0xcd, 0xef, 0xa1, 0x9d, 0xcf, 0x9d, 0xcf, 0x16, 0xe8, 0x35, 0x1d, 0xb0, 0x4e, 0xab,
0xdf, 0x1a, 0x9e, 0x8e, 0x17, 0x07, 0x1b, 0xba, 0x50, 0x61, 0x83, 0xa7, 0x72, 0x77, 0x7e, 0x1f,
0xd5, 0x6d, 0x39, 0x21, 0xe8, 0x13, 0x16, 0x51, 0x15, 0xe3, 0x20, 0xc6, 0x97, 0x48, 0x51, 0xb9,
0x6d, 0xee, 0x48, 0x4f, 0x72, 0xb7, 0x32, 0x57, 0x9d, 0x0e, 0x38, 0xe1, 0x9c, 0x2e, 0x10, 0x55,
0x78, 0xde, 0x2b, 0x19, 0x53, 0x83, 0xb8, 0x9e, 0x63, 0xf0, 0xd3, 0x06, 0x0f, 0xf7, 0x98, 0x43,
0xe7, 0x4b, 0xc3, 0x58, 0x89, 0x43, 0xc7, 0x6a, 0x9b, 0x5f, 0x3f, 0x55, 0xbb, 0x63, 0x77, 0x0c,
0xd5, 0x33, 0x70, 0x12, 0x71, 0xc5, 0x64, 0x71, 0x39, 0x15, 0xde, 0x6c, 0xdd, 0x99, 0xde, 0x56,
0x67, 0x2e, 0xa4, 0x20, 0x2c, 0x31, 0xbd, 0x69, 0x97, 0x0a, 0xbf, 0x00, 0x78, 0xe0, 0x36, 0x45,
0x2c, 0x51, 0x28, 0xc1, 0x86, 0xd0, 0xda, 0x83, 0x70, 0x52, 0x49, 0x0a, 0xc4, 0xe4, 0xb7, 0x05,
0x06, 0x11, 0x4f, 0x6f, 0x38, 0xf8, 0x93, 0x41, 0xe3, 0x45, 0x35, 0x2b, 0xf2, 0xcc, 0xac, 0xb7,
0xe5, 0xa7, 0x07, 0x26, 0xbc, 0xc8, 0x01, 0xb9, 0x48, 0xdc, 0x04, 0x33, 0xed, 0xa2, 0xba, 0x52,
0x33, 0x92, 0xd7, 0x7d, 0x99, 0x9e, 0x98, 0x9f, 0x6f, 0x76, 0xeb, 0xdc, 0xf3, 0xbe, 0xdb, 0x67,
0xe7, 0x06, 0xe6, 0xc5, 0x39, 0x34, 0xcb, 0x62, 0xb5, 0x18, 0x41, 0x5f, 0x87, 0xfd, 0xa8, 0x02,
0x96, 0x5e, 0x9c, 0x2f, 0xaf, 0x02, 0x96, 0x8b, 0xd1, 0xd2, 0x04, 0x84, 0xc7, 0x3a, 0xf1, 0xe3,
0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x29, 0xe2, 0xf4, 0x0c, 0x11, 0x07, 0x00, 0x00,
}
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v0/common/custom_parameter.proto
package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import wrappers "github.com/golang/protobuf/ptypes/wrappers"
// 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
// A mapping that can be used by custom parameter tags in a
// `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
type CustomParameter struct {
// The key matching the parameter tag name.
Key *wrappers.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
// The value to be substituted.
Value *wrappers.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *CustomParameter) Reset() { *m = CustomParameter{} }
func (m *CustomParameter) String() string { return proto.CompactTextString(m) }
func (*CustomParameter) ProtoMessage() {}
func (*CustomParameter) Descriptor() ([]byte, []int) {
return fileDescriptor_custom_parameter_7e46384f1a98f62b, []int{0}
}
func (m *CustomParameter) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_CustomParameter.Unmarshal(m, b)
}
func (m *CustomParameter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_CustomParameter.Marshal(b, m, deterministic)
}
func (dst *CustomParameter) XXX_Merge(src proto.Message) {
xxx_messageInfo_CustomParameter.Merge(dst, src)
}
func (m *CustomParameter) XXX_Size() int {
return xxx_messageInfo_CustomParameter.Size(m)
}
func (m *CustomParameter) XXX_DiscardUnknown() {
xxx_messageInfo_CustomParameter.DiscardUnknown(m)
}
var xxx_messageInfo_CustomParameter proto.InternalMessageInfo
func (m *CustomParameter) GetKey() *wrappers.StringValue {
if m != nil {
return m.Key
}
return nil
}
func (m *CustomParameter) GetValue() *wrappers.StringValue {
if m != nil {
return m.Value
}
return nil
}
func init() {
proto.RegisterType((*CustomParameter)(nil), "google.ads.googleads.v0.common.CustomParameter")
}
func init() {
proto.RegisterFile("google/ads/googleads/v0/common/custom_parameter.proto", fileDescriptor_custom_parameter_7e46384f1a98f62b)
}
var fileDescriptor_custom_parameter_7e46384f1a98f62b = []byte{
// 265 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0xb1, 0x4a, 0xc4, 0x40,
0x10, 0x86, 0x49, 0x0e, 0x2d, 0xd6, 0x42, 0x08, 0x16, 0x87, 0xc8, 0x21, 0x57, 0x59, 0xcd, 0x86,
0x13, 0x2b, 0xab, 0xdc, 0x09, 0xd7, 0x06, 0x85, 0x14, 0x12, 0x90, 0xbd, 0x64, 0x5d, 0x0e, 0xb3,
0x99, 0x65, 0x37, 0x89, 0xf8, 0x3a, 0x96, 0x3e, 0xca, 0x3d, 0x95, 0xec, 0x4e, 0x72, 0x85, 0xa0,
0x58, 0xe5, 0x0f, 0xfb, 0xfd, 0xdf, 0x0c, 0xc3, 0xee, 0x14, 0xa2, 0x6a, 0x24, 0x17, 0xb5, 0xe3,
0x14, 0x7d, 0x1a, 0x52, 0x5e, 0xa1, 0xd6, 0xd8, 0xf2, 0xaa, 0x77, 0x1d, 0xea, 0x17, 0x23, 0xac,
0xd0, 0xb2, 0x93, 0x16, 0x8c, 0xc5, 0x0e, 0x93, 0x05, 0xb1, 0x20, 0x6a, 0x07, 0xc7, 0x1a, 0x0c,
0x29, 0x50, 0xed, 0x72, 0x7c, 0xe7, 0x81, 0xde, 0xf5, 0xaf, 0xfc, 0xdd, 0x0a, 0x63, 0xa4, 0x75,
0xd4, 0x5f, 0xf6, 0xec, 0x7c, 0x13, 0xcc, 0xf9, 0x24, 0x4e, 0x80, 0xcd, 0xde, 0xe4, 0xc7, 0x3c,
0xba, 0x8e, 0x6e, 0xce, 0x56, 0x57, 0xa3, 0x15, 0x26, 0x01, 0x3c, 0x75, 0x76, 0xdf, 0xaa, 0x42,
0x34, 0xbd, 0x7c, 0xf4, 0x60, 0xb2, 0x62, 0x27, 0x83, 0xff, 0x9b, 0xc7, 0xff, 0x68, 0x10, 0xba,
0x3e, 0x44, 0x6c, 0x59, 0xa1, 0x86, 0xbf, 0xb7, 0x5f, 0x5f, 0xfc, 0xd8, 0x2d, 0xf7, 0xca, 0x3c,
0x7a, 0x7e, 0x18, 0x7b, 0x0a, 0x1b, 0xd1, 0x2a, 0x40, 0xab, 0xb8, 0x92, 0x6d, 0x18, 0x38, 0x1d,
0xcf, 0xec, 0xdd, 0x6f, 0xb7, 0xbc, 0xa7, 0xcf, 0x67, 0x3c, 0xdb, 0x66, 0xd9, 0x57, 0xbc, 0xd8,
0x92, 0x2c, 0xab, 0x1d, 0x50, 0xf4, 0xa9, 0x48, 0x61, 0x13, 0xb0, 0xc3, 0x04, 0x94, 0x59, 0xed,
0xca, 0x23, 0x50, 0x16, 0x69, 0x49, 0xc0, 0xee, 0x34, 0x0c, 0xbe, 0xfd, 0x0e, 0x00, 0x00, 0xff,
0xff, 0xc3, 0x33, 0x4d, 0xc8, 0xc3, 0x01, 0x00, 0x00,
}
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v0/common/dates.proto
package common // import "google.golang.org/genproto/googleapis/ads/googleads/v0/common"
import proto "github.com/golang/protobuf/proto"
import fmt "fmt"
import math "math"
import wrappers "github.com/golang/protobuf/ptypes/wrappers"
// 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
// A date range.
type DateRange struct {
// The start date, in yyyy-mm-dd format.
StartDate *wrappers.StringValue `protobuf:"bytes,1,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
// The end date, in yyyy-mm-dd format.
EndDate *wrappers.StringValue `protobuf:"bytes,2,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *DateRange) Reset() { *m = DateRange{} }
func (m *DateRange) String() string { return proto.CompactTextString(m) }
func (*DateRange) ProtoMessage() {}
func (*DateRange) Descriptor() ([]byte, []int) {
return fileDescriptor_dates_68fc4d867dec9fcb, []int{0}
}
func (m *DateRange) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_DateRange.Unmarshal(m, b)
}
func (m *DateRange) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_DateRange.Marshal(b, m, deterministic)
}
func (dst *DateRange) XXX_Merge(src proto.Message) {
xxx_messageInfo_DateRange.Merge(dst, src)
}
func (m *DateRange) XXX_Size() int {
return xxx_messageInfo_DateRange.Size(m)
}
func (m *DateRange) XXX_DiscardUnknown() {
xxx_messageInfo_DateRange.DiscardUnknown(m)
}
var xxx_messageInfo_DateRange proto.InternalMessageInfo
func (m *DateRange) GetStartDate() *wrappers.StringValue {
if m != nil {
return m.StartDate
}
return nil
}
func (m *DateRange) GetEndDate() *wrappers.StringValue {
if m != nil {
return m.EndDate
}
return nil
}
func init() {
proto.RegisterType((*DateRange)(nil), "google.ads.googleads.v0.common.DateRange")
}
func init() {
proto.RegisterFile("google/ads/googleads/v0/common/dates.proto", fileDescriptor_dates_68fc4d867dec9fcb)
}
var fileDescriptor_dates_68fc4d867dec9fcb = []byte{
// 268 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x90, 0x31, 0x4b, 0x03, 0x31,
0x18, 0x86, 0xc9, 0x09, 0x6a, 0xe3, 0x76, 0x93, 0x88, 0x14, 0xe9, 0x24, 0x0e, 0x5f, 0x0e, 0x1d,
0x1c, 0x3a, 0x5d, 0x2d, 0x74, 0x2d, 0x15, 0x6e, 0x90, 0x03, 0x49, 0x9b, 0xcf, 0x50, 0xb8, 0xcb,
0x77, 0x24, 0x69, 0x9d, 0xfd, 0x2b, 0x8e, 0xfe, 0x0a, 0x67, 0x7f, 0x95, 0x24, 0xb9, 0xeb, 0xa6,
0x74, 0xba, 0x17, 0xee, 0x79, 0x9f, 0x97, 0x7c, 0xfc, 0x4e, 0x13, 0xe9, 0x06, 0x85, 0x54, 0x4e,
0xa4, 0x18, 0xd2, 0xbe, 0x10, 0x1b, 0x6a, 0x5b, 0x32, 0x42, 0x49, 0x8f, 0x0e, 0x3a, 0x4b, 0x9e,
0xf2, 0x71, 0x02, 0x40, 0x2a, 0x07, 0x07, 0x16, 0xf6, 0x05, 0x24, 0xf6, 0xaa, 0xff, 0x2f, 0x22,
0xbd, 0xde, 0xbd, 0x89, 0x77, 0x2b, 0xbb, 0x0e, 0x6d, 0xdf, 0x9f, 0x7c, 0x30, 0x3e, 0x9a, 0x4b,
0x8f, 0x2b, 0x69, 0x34, 0xe6, 0x53, 0xce, 0x9d, 0x97, 0xd6, 0xbf, 0x86, 0x89, 0x4b, 0x76, 0xc3,
0x6e, 0x2f, 0xee, 0xaf, 0x7b, 0x2f, 0x0c, 0x0a, 0x78, 0xf6, 0x76, 0x6b, 0x74, 0x25, 0x9b, 0x1d,
0xae, 0x46, 0x91, 0x0f, 0x86, 0xfc, 0x91, 0x9f, 0xa3, 0x51, 0xa9, 0x9a, 0x1d, 0x51, 0x3d, 0x43,
0xa3, 0x42, 0x71, 0xf6, 0xcd, 0xf8, 0x64, 0x43, 0x2d, 0xfc, 0xff, 0x94, 0x19, 0x0f, 0xb0, 0x5b,
0x06, 0xd5, 0x92, 0xbd, 0xcc, 0x7b, 0x5a, 0x53, 0x23, 0x8d, 0x06, 0xb2, 0x5a, 0x68, 0x34, 0x71,
0x68, 0x38, 0x5a, 0xb7, 0x75, 0x7f, 0xdd, 0x70, 0x9a, 0x3e, 0x9f, 0xd9, 0xc9, 0xa2, 0x2c, 0xbf,
0xb2, 0xf1, 0x22, 0xc9, 0x4a, 0xe5, 0x20, 0xc5, 0x90, 0xaa, 0x02, 0x9e, 0x22, 0xf6, 0x33, 0x00,
0x75, 0xa9, 0x5c, 0x7d, 0x00, 0xea, 0xaa, 0xa8, 0x13, 0xb0, 0x3e, 0x8d, 0xc3, 0x0f, 0xbf, 0x01,
0x00, 0x00, 0xff, 0xff, 0x29, 0x33, 0x41, 0x4f, 0xbb, 0x01, 0x00, 0x00,
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment