com.google.ads.googleads.v17.common.MediaBundleAssetOrBuilder 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/common/asset_types.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface MediaBundleAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.MediaBundleAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Media bundle (ZIP file) asset data. The format of the uploaded ZIP file
* depends on the ad field where it will be used. For more information on the
* format, see the documentation of the ad field where you plan on using the
* MediaBundleAsset. This field is mutate only.
*
*
* optional bytes data = 2;
* @return Whether the data field is set.
*/
boolean hasData();
/**
*
* Media bundle (ZIP file) asset data. The format of the uploaded ZIP file
* depends on the ad field where it will be used. For more information on the
* format, see the documentation of the ad field where you plan on using the
* MediaBundleAsset. This field is mutate only.
*
*
* optional bytes data = 2;
* @return The data.
*/
com.google.protobuf.ByteString getData();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy