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

com.google.ads.googleads.v17.common.YoutubeVideoAssetOrBuilder Maven / Gradle / Ivy

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 YoutubeVideoAssetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.YoutubeVideoAsset)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * YouTube video id. This is the 11 character string value used in the
   * YouTube video URL.
   * 
* * optional string youtube_video_id = 2; * @return Whether the youtubeVideoId field is set. */ boolean hasYoutubeVideoId(); /** *
   * YouTube video id. This is the 11 character string value used in the
   * YouTube video URL.
   * 
* * optional string youtube_video_id = 2; * @return The youtubeVideoId. */ java.lang.String getYoutubeVideoId(); /** *
   * YouTube video id. This is the 11 character string value used in the
   * YouTube video URL.
   * 
* * optional string youtube_video_id = 2; * @return The bytes for youtubeVideoId. */ com.google.protobuf.ByteString getYoutubeVideoIdBytes(); /** *
   * YouTube video title.
   * 
* * string youtube_video_title = 3; * @return The youtubeVideoTitle. */ java.lang.String getYoutubeVideoTitle(); /** *
   * YouTube video title.
   * 
* * string youtube_video_title = 3; * @return The bytes for youtubeVideoTitle. */ com.google.protobuf.ByteString getYoutubeVideoTitleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy