com.google.ads.googleads.v17.common.YouTubeVideoInfoOrBuilder 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/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