Interface MediaBundleAssetOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      Media bundle (ZIP file) asset data.
      boolean hasData()
      Media bundle (ZIP file) asset data.
      • 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 Detail

      • hasData

        boolean hasData()
         Media bundle (ZIP file) asset data. The format of the uploaded ZIP file
         depends on the ad field where it will be used. For more information on the
         format, see the documentation of the ad field where you plan on using the
         MediaBundleAsset. This field is mutate only.
         
        optional bytes data = 2;
        Returns:
        Whether the data field is set.
      • getData

        com.google.protobuf.ByteString getData()
         Media bundle (ZIP file) asset data. The format of the uploaded ZIP file
         depends on the ad field where it will be used. For more information on the
         format, see the documentation of the ad field where you plan on using the
         MediaBundleAsset. This field is mutate only.
         
        optional bytes data = 2;
        Returns:
        The data.