com.google.ads.googleads.v17.resources.MediaBundleOrBuilder 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 MediaBundleOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.MediaBundle)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. Raw zipped data.
*
*
* optional bytes data = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the data field is set.
*/
boolean hasData();
/**
*
* Immutable. Raw zipped data.
*
*
* optional bytes data = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return The data.
*/
com.google.protobuf.ByteString getData();
/**
*
* Output only. The url to access the uploaded zipped data.
* For example, https://tpc.googlesyndication.com/simgad/123
* This field is read-only.
*
*
* optional string url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the url field is set.
*/
boolean hasUrl();
/**
*
* Output only. The url to access the uploaded zipped data.
* For example, https://tpc.googlesyndication.com/simgad/123
* This field is read-only.
*
*
* optional string url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The url.
*/
java.lang.String getUrl();
/**
*
* Output only. The url to access the uploaded zipped data.
* For example, https://tpc.googlesyndication.com/simgad/123
* This field is read-only.
*
*
* optional string url = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy