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 Type
    Method
    Description
    The type of asset this text is intended to be used as.
    int
    The type of asset this text is intended to be used as.
    A string of text that was generated.
    com.google.protobuf.ByteString
    A string of text that was generated.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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.