All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.MediaBundleOrBuilder Maven / Gradle / Ivy

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