Interface GeneratedTextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GeneratedText,GeneratedText.Builder
public interface GeneratedTextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe type of asset this text is intended to be used as.intThe type of asset this text is intended to be used as.getText()A string of text that was generated.com.google.protobuf.ByteStringA string of text that was generated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getText
String getText()A string of text that was generated.
string text = 1;- Returns:
- The text.
-
getTextBytes
com.google.protobuf.ByteString getTextBytes()A string of text that was generated.
string text = 1;- Returns:
- The bytes for text.
-
getAssetFieldTypeValue
int getAssetFieldTypeValue()The type of asset this text is intended to be used as.
.google.ads.googleads.v22.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;- Returns:
- The enum numeric value on the wire for assetFieldType.
-
getAssetFieldType
AssetFieldTypeEnum.AssetFieldType getAssetFieldType()The type of asset this text is intended to be used as.
.google.ads.googleads.v22.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;- Returns:
- The assetFieldType.
-