Interface AssetUsageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Resource name of the asset.
    com.google.protobuf.ByteString
    Resource name of the asset.
    The served field type of the asset.
    int
    The served field type of the asset.

    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

    • getAsset

      String getAsset()
       Resource name of the asset.
       
      string asset = 1;
      Returns:
      The asset.
    • getAssetBytes

      com.google.protobuf.ByteString getAssetBytes()
       Resource name of the asset.
       
      string asset = 1;
      Returns:
      The bytes for asset.
    • getServedAssetFieldTypeValue

      int getServedAssetFieldTypeValue()
       The served field type of the asset.
       
      .google.ads.googleads.v18.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType served_asset_field_type = 2;
      Returns:
      The enum numeric value on the wire for servedAssetFieldType.
    • getServedAssetFieldType

       The served field type of the asset.
       
      .google.ads.googleads.v18.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType served_asset_field_type = 2;
      Returns:
      The servedAssetFieldType.