Interface GeneratedImageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GeneratedImage, GeneratedImage.Builder

public interface GeneratedImageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The intended field type for this generated image.
    int
    The intended field type for this generated image.
    A temporary URL for the generated image.
    com.google.protobuf.ByteString
    A temporary URL for the generated image.

    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

    • getImageTemporaryUrl

      String getImageTemporaryUrl()
       A temporary URL for the generated image.
       
      string image_temporary_url = 1;
      Returns:
      The imageTemporaryUrl.
    • getImageTemporaryUrlBytes

      com.google.protobuf.ByteString getImageTemporaryUrlBytes()
       A temporary URL for the generated image.
       
      string image_temporary_url = 1;
      Returns:
      The bytes for imageTemporaryUrl.
    • getAssetFieldTypeValue

      int getAssetFieldTypeValue()
       The intended field type for this generated image.
       
      .google.ads.googleads.v22.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;
      Returns:
      The enum numeric value on the wire for assetFieldType.
    • getAssetFieldType

       The intended field type for this generated image.
       
      .google.ads.googleads.v22.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 2;
      Returns:
      The assetFieldType.