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

com.google.ads.googleads.v10.common.AdVideoAssetOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_asset.proto

package com.google.ads.googleads.v10.common;

public interface AdVideoAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.AdVideoAsset)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The Asset resource name of this video.
   * 
* * optional string asset = 2; * @return Whether the asset field is set. */ boolean hasAsset(); /** *
   * The Asset resource name of this video.
   * 
* * optional string asset = 2; * @return The asset. */ java.lang.String getAsset(); /** *
   * The Asset resource name of this video.
   * 
* * optional string asset = 2; * @return The bytes for asset. */ com.google.protobuf.ByteString getAssetBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy