com.google.ads.googleads.v17.resources.MediaImageOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/media_file.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface MediaImageOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.MediaImage)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. Raw image data.
*
*
* optional bytes data = 4 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the data field is set.
*/
boolean hasData();
/**
*
* Immutable. Raw image data.
*
*
* optional bytes data = 4 [(.google.api.field_behavior) = IMMUTABLE];
* @return The data.
*/
com.google.protobuf.ByteString getData();
/**
*
* Output only. The url to the full size version of the image.
*
*
* optional string full_size_image_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the fullSizeImageUrl field is set.
*/
boolean hasFullSizeImageUrl();
/**
*
* Output only. The url to the full size version of the image.
*
*
* optional string full_size_image_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fullSizeImageUrl.
*/
java.lang.String getFullSizeImageUrl();
/**
*
* Output only. The url to the full size version of the image.
*
*
* optional string full_size_image_url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for fullSizeImageUrl.
*/
com.google.protobuf.ByteString
getFullSizeImageUrlBytes();
/**
*
* Output only. The url to the preview size version of the image.
*
*
* optional string preview_size_image_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the previewSizeImageUrl field is set.
*/
boolean hasPreviewSizeImageUrl();
/**
*
* Output only. The url to the preview size version of the image.
*
*
* optional string preview_size_image_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The previewSizeImageUrl.
*/
java.lang.String getPreviewSizeImageUrl();
/**
*
* Output only. The url to the preview size version of the image.
*
*
* optional string preview_size_image_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for previewSizeImageUrl.
*/
com.google.protobuf.ByteString
getPreviewSizeImageUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy