1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/ads/googleads/v1/resources/group_placement_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/v1/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 group placement view.
type GroupPlacementView struct {
// Output only. The resource name of the group placement view.
// Group placement view resource names have the form:
//
// `customers/{customer_id}/groupPlacementViews/{ad_group_id}~{base64_placement}`
ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
// Output only. The automatic placement string at group level, e. g. web domain, mobile
// app ID, or a YouTube channel ID.
Placement *wrappers.StringValue `protobuf:"bytes,2,opt,name=placement,proto3" json:"placement,omitempty"`
// Output only. Domain name for websites and YouTube channel name for YouTube channels.
DisplayName *wrappers.StringValue `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
// Output only. URL of the group placement, e.g. domain, link to the mobile application in
// app store, or a YouTube channel URL.
TargetUrl *wrappers.StringValue `protobuf:"bytes,4,opt,name=target_url,json=targetUrl,proto3" json:"target_url,omitempty"`
// Output only. Type of the placement, e.g. Website, YouTube Channel, Mobile Application.
PlacementType enums.PlacementTypeEnum_PlacementType `protobuf:"varint,5,opt,name=placement_type,json=placementType,proto3,enum=google.ads.googleads.v1.enums.PlacementTypeEnum_PlacementType" json:"placement_type,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *GroupPlacementView) Reset() { *m = GroupPlacementView{} }
func (m *GroupPlacementView) String() string { return proto.CompactTextString(m) }
func (*GroupPlacementView) ProtoMessage() {}
func (*GroupPlacementView) Descriptor() ([]byte, []int) {
return fileDescriptor_40a38bfc66391954, []int{0}
}
func (m *GroupPlacementView) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_GroupPlacementView.Unmarshal(m, b)
}
func (m *GroupPlacementView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_GroupPlacementView.Marshal(b, m, deterministic)
}
func (m *GroupPlacementView) XXX_Merge(src proto.Message) {
xxx_messageInfo_GroupPlacementView.Merge(m, src)
}
func (m *GroupPlacementView) XXX_Size() int {
return xxx_messageInfo_GroupPlacementView.Size(m)
}
func (m *GroupPlacementView) XXX_DiscardUnknown() {
xxx_messageInfo_GroupPlacementView.DiscardUnknown(m)
}
var xxx_messageInfo_GroupPlacementView proto.InternalMessageInfo
func (m *GroupPlacementView) GetResourceName() string {
if m != nil {
return m.ResourceName
}
return ""
}
func (m *GroupPlacementView) GetPlacement() *wrappers.StringValue {
if m != nil {
return m.Placement
}
return nil
}
func (m *GroupPlacementView) GetDisplayName() *wrappers.StringValue {
if m != nil {
return m.DisplayName
}
return nil
}
func (m *GroupPlacementView) GetTargetUrl() *wrappers.StringValue {
if m != nil {
return m.TargetUrl
}
return nil
}
func (m *GroupPlacementView) GetPlacementType() enums.PlacementTypeEnum_PlacementType {
if m != nil {
return m.PlacementType
}
return enums.PlacementTypeEnum_UNSPECIFIED
}
func init() {
proto.RegisterType((*GroupPlacementView)(nil), "google.ads.googleads.v1.resources.GroupPlacementView")
}
func init() {
proto.RegisterFile("google/ads/googleads/v1/resources/group_placement_view.proto", fileDescriptor_40a38bfc66391954)
}
var fileDescriptor_40a38bfc66391954 = []byte{
// 500 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xdd, 0x8a, 0xd3, 0x40,
0x18, 0x25, 0xc9, 0x2a, 0xec, 0xec, 0xcf, 0x45, 0x6e, 0xac, 0xcb, 0xa2, 0x5d, 0x61, 0xa1, 0x20,
0xce, 0x90, 0xee, 0x5d, 0x14, 0xd7, 0x14, 0xa5, 0xe0, 0x85, 0x94, 0xaa, 0x41, 0xa4, 0x10, 0xa6,
0xc9, 0xb7, 0x31, 0x92, 0xcc, 0x8c, 0x33, 0x49, 0x4b, 0x59, 0xf6, 0xce, 0x67, 0xf0, 0x01, 0xbc,
0xf4, 0x51, 0x7c, 0x8a, 0xbd, 0xde, 0x47, 0xf0, 0x4a, 0x9a, 0x49, 0xa6, 0x2d, 0xeb, 0xea, 0x7a,
0x77, 0x3a, 0xdf, 0x39, 0xe7, 0xfb, 0xe9, 0x09, 0x7a, 0x96, 0x72, 0x9e, 0xe6, 0x40, 0x68, 0xa2,
0x88, 0x86, 0x4b, 0x34, 0xf3, 0x88, 0x04, 0xc5, 0x2b, 0x19, 0x83, 0x22, 0xa9, 0xe4, 0x95, 0x88,
0x44, 0x4e, 0x63, 0x28, 0x80, 0x95, 0xd1, 0x2c, 0x83, 0x39, 0x16, 0x92, 0x97, 0xdc, 0x3d, 0xd2,
0x12, 0x4c, 0x13, 0x85, 0x8d, 0x1a, 0xcf, 0x3c, 0x6c, 0xd4, 0x07, 0xfd, 0x9b, 0x1a, 0x00, 0xab,
0x0a, 0x45, 0x56, 0xb6, 0xe5, 0x42, 0x80, 0xb6, 0x3d, 0x78, 0xd8, 0x6a, 0x44, 0x46, 0xce, 0x32,
0xc8, 0x93, 0x68, 0x0a, 0x9f, 0xe8, 0x2c, 0xe3, 0xb2, 0x21, 0xdc, 0x5f, 0x23, 0xb4, 0xad, 0x9a,
0xd2, 0x83, 0xa6, 0x54, 0xff, 0x9a, 0x56, 0x67, 0x64, 0x2e, 0xa9, 0x10, 0x20, 0x55, 0x53, 0x3f,
0x5c, 0x93, 0x52, 0xc6, 0x78, 0x49, 0xcb, 0x8c, 0xb3, 0xa6, 0xfa, 0xe8, 0xdb, 0x16, 0x72, 0x87,
0xcb, 0x7d, 0x47, 0xed, 0x5c, 0x61, 0x06, 0x73, 0xf7, 0x03, 0xda, 0x6b, 0xdb, 0x44, 0x8c, 0x16,
0xd0, 0xb1, 0xba, 0x56, 0x6f, 0x7b, 0x70, 0x72, 0x19, 0x38, 0xbf, 0x82, 0x27, 0xe8, 0xf1, 0x6a,
0xf7, 0x06, 0x89, 0x4c, 0xe1, 0x98, 0x17, 0xe4, 0xba, 0xd7, 0x78, 0xb7, 0x75, 0x7a, 0x43, 0x0b,
0x70, 0x4f, 0xd1, 0xb6, 0x39, 0x41, 0xc7, 0xee, 0x5a, 0xbd, 0x9d, 0xfe, 0x61, 0x63, 0x82, 0xdb,
0x15, 0xf0, 0xdb, 0x52, 0x66, 0x2c, 0x0d, 0x69, 0x5e, 0xc1, 0xc0, 0xb9, 0x0c, 0x9c, 0xf1, 0x4a,
0xe3, 0xbe, 0x44, 0xbb, 0x49, 0xa6, 0x44, 0x4e, 0x17, 0x7a, 0x32, 0xe7, 0xb6, 0x1e, 0x3b, 0x8d,
0xac, 0x1e, 0xe3, 0x05, 0x42, 0x25, 0x95, 0x29, 0x94, 0x51, 0x25, 0xf3, 0xce, 0xd6, 0xad, 0xe7,
0xd0, 0xa2, 0xf7, 0x32, 0x77, 0x3f, 0xa3, 0xfd, 0xcd, 0xff, 0xb2, 0x73, 0xa7, 0x6b, 0xf5, 0xf6,
0xfb, 0xcf, 0xf1, 0x4d, 0x19, 0xa9, 0x03, 0x80, 0xcd, 0x71, 0xde, 0x2d, 0x04, 0xbc, 0x62, 0x55,
0xb1, 0xf9, 0xa2, 0xfb, 0xec, 0x89, 0xf5, 0x37, 0xff, 0xcb, 0x55, 0xc0, 0xfe, 0xeb, 0xe8, 0xee,
0x69, 0x5c, 0xa9, 0x92, 0x17, 0x20, 0x15, 0x39, 0x6f, 0xe1, 0x85, 0x4e, 0xf6, 0x06, 0x51, 0x91,
0xf3, 0x3f, 0xc5, 0xfd, 0x62, 0xf0, 0xd5, 0x46, 0xc7, 0x31, 0x2f, 0xf0, 0x3f, 0x03, 0x3f, 0xb8,
0x77, 0xbd, 0xfd, 0x68, 0x79, 0xc0, 0x91, 0xf5, 0xf1, 0x75, 0xa3, 0x4e, 0x79, 0x4e, 0x59, 0x8a,
0xb9, 0x4c, 0x49, 0x0a, 0xac, 0x3e, 0x2f, 0x59, 0xed, 0xf0, 0x97, 0x6f, 0xf1, 0xa9, 0x41, 0xdf,
0x6d, 0x67, 0x18, 0x04, 0x3f, 0xec, 0xa3, 0xa1, 0xb6, 0x0c, 0x12, 0x85, 0x35, 0x5c, 0xa2, 0xd0,
0xc3, 0xe3, 0x96, 0xf9, 0xb3, 0xe5, 0x4c, 0x82, 0x44, 0x4d, 0x0c, 0x67, 0x12, 0x7a, 0x13, 0xc3,
0xb9, 0xb2, 0x8f, 0x75, 0xc1, 0xf7, 0x83, 0x44, 0xf9, 0xbe, 0x61, 0xf9, 0x7e, 0xe8, 0xf9, 0xbe,
0xe1, 0x4d, 0xef, 0xd6, 0xc3, 0x9e, 0xfc, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xab, 0xef, 0x0b, 0x0d,
0x37, 0x04, 0x00, 0x00,
}
|