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

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

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface YouTubeVideoInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.YouTubeVideoInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * YouTube video id as it appears on the YouTube watch page.
   * 
* * optional string video_id = 2; * @return Whether the videoId field is set. */ boolean hasVideoId(); /** *
   * YouTube video id as it appears on the YouTube watch page.
   * 
* * optional string video_id = 2; * @return The videoId. */ java.lang.String getVideoId(); /** *
   * YouTube video id as it appears on the YouTube watch page.
   * 
* * optional string video_id = 2; * @return The bytes for videoId. */ com.google.protobuf.ByteString getVideoIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy