com.google.ads.googleads.v10.common.ImageDimensionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/asset_types.proto
package com.google.ads.googleads.v10.common;
public interface ImageDimensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ImageDimension)
com.google.protobuf.MessageOrBuilder {
/**
*
* Height of the image.
*
*
* optional int64 height_pixels = 4;
* @return Whether the heightPixels field is set.
*/
boolean hasHeightPixels();
/**
*
* Height of the image.
*
*
* optional int64 height_pixels = 4;
* @return The heightPixels.
*/
long getHeightPixels();
/**
*
* Width of the image.
*
*
* optional int64 width_pixels = 5;
* @return Whether the widthPixels field is set.
*/
boolean hasWidthPixels();
/**
*
* Width of the image.
*
*
* optional int64 width_pixels = 5;
* @return The widthPixels.
*/
long getWidthPixels();
/**
*
* A URL that returns the image with this height and width.
*
*
* optional string url = 6;
* @return Whether the url field is set.
*/
boolean hasUrl();
/**
*
* A URL that returns the image with this height and width.
*
*
* optional string url = 6;
* @return The url.
*/
java.lang.String getUrl();
/**
*
* A URL that returns the image with this height and width.
*
*
* optional string url = 6;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy