Lines Matching defs:ImageAdInfo

983 type ImageAdInfo struct {  struct
984 state protoimpl.MessageState
985 sizeCache protoimpl.SizeCache
986 unknownFields protoimpl.UnknownFields
989 …Value `protobuf:"bytes,4,opt,name=pixel_width,json=pixelWidth,proto3" json:"pixel_width,omitempty"`
991 …ue `protobuf:"bytes,5,opt,name=pixel_height,json=pixelHeight,proto3" json:"pixel_height,omitempty"`
993 …StringValue `protobuf:"bytes,6,opt,name=image_url,json=imageUrl,proto3" json:"image_url,omitempty"`
995 …7,opt,name=preview_pixel_width,json=previewPixelWidth,proto3" json:"preview_pixel_width,omitempty"`
997 …pt,name=preview_pixel_height,json=previewPixelHeight,proto3" json:"preview_pixel_height,omitempty"`
999 …bytes,9,opt,name=preview_image_url,json=previewImageUrl,proto3" json:"preview_image_url,omitempty"`
1001 …meType,proto3,enum=google.ads.googleads.v2.enums.MimeTypeEnum_MimeType" json:"mime_type,omitempty"`
1004 Name *wrappers.StringValue `protobuf:"bytes,11,opt,name=name,proto3" json:"name,omitempty"`
1014 Image isImageAdInfo_Image `protobuf_oneof:"image"`
1017 func (x *ImageAdInfo) Reset() {
1026 func (x *ImageAdInfo) String() string {
1030 func (*ImageAdInfo) ProtoMessage() {}
1032 func (x *ImageAdInfo) ProtoReflect() protoreflect.Message {
1045 func (*ImageAdInfo) Descriptor() ([]byte, []int) {
1049 func (x *ImageAdInfo) GetPixelWidth() *wrappers.Int64Value {
1056 func (x *ImageAdInfo) GetPixelHeight() *wrappers.Int64Value {
1063 func (x *ImageAdInfo) GetImageUrl() *wrappers.StringValue {
1070 func (x *ImageAdInfo) GetPreviewPixelWidth() *wrappers.Int64Value {
1077 func (x *ImageAdInfo) GetPreviewPixelHeight() *wrappers.Int64Value {
1084 func (x *ImageAdInfo) GetPreviewImageUrl() *wrappers.StringValue {
1091 func (x *ImageAdInfo) GetMimeType() enums.MimeTypeEnum_MimeType {
1098 func (x *ImageAdInfo) GetName() *wrappers.StringValue {
1105 func (m *ImageAdInfo) GetImage() isImageAdInfo_Image {
1112 func (x *ImageAdInfo) GetMediaFile() *wrappers.StringValue {
1119 func (x *ImageAdInfo) GetData() *wrappers.BytesValue {
1126 func (x *ImageAdInfo) GetAdIdToCopyImageFrom() *wrappers.Int64Value {