Interface AdDiscoveryCarouselCardAssetOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAsset()
      The Asset resource name of this discovery carousel card.
      com.google.protobuf.ByteString getAssetBytes()
      The Asset resource name of this discovery carousel card.
      boolean hasAsset()
      The Asset resource name of this discovery carousel card.
      • 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

      • hasAsset

        boolean hasAsset()
         The Asset resource name of this discovery carousel card.
         
        optional string asset = 1;
        Returns:
        Whether the asset field is set.
      • getAsset

        java.lang.String getAsset()
         The Asset resource name of this discovery carousel card.
         
        optional string asset = 1;
        Returns:
        The asset.
      • getAssetBytes

        com.google.protobuf.ByteString getAssetBytes()
         The Asset resource name of this discovery carousel card.
         
        optional string asset = 1;
        Returns:
        The bytes for asset.