com.google.ads.googleads.v10.common.VideoOutstreamAdInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto
package com.google.ads.googleads.v10.common;
public interface VideoOutstreamAdInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.VideoOutstreamAdInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The headline of the ad.
*
*
* string headline = 3;
* @return The headline.
*/
java.lang.String getHeadline();
/**
*
* The headline of the ad.
*
*
* string headline = 3;
* @return The bytes for headline.
*/
com.google.protobuf.ByteString
getHeadlineBytes();
/**
*
* The description line.
*
*
* string description = 4;
* @return The description.
*/
java.lang.String getDescription();
/**
*
* The description line.
*
*
* string description = 4;
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy