com.google.ads.googleads.v10.common.TextAssetOrBuilder 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/asset_types.proto
package com.google.ads.googleads.v10.common;
public interface TextAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.TextAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Text content of the text asset.
*
*
* optional string text = 2;
* @return Whether the text field is set.
*/
boolean hasText();
/**
*
* Text content of the text asset.
*
*
* optional string text = 2;
* @return The text.
*/
java.lang.String getText();
/**
*
* Text content of the text asset.
*
*
* optional string text = 2;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy