Interface AdAppDeepLinkAssetOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The Asset resource name of this app deep link asset.
    com.google.protobuf.ByteString
    The Asset resource name of this app deep link asset.
    boolean
    The Asset resource name of this app deep link 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

    • hasAsset

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

      String getAsset()
       The Asset resource name of this app deep link asset.
       
      optional string asset = 1;
      Returns:
      The asset.
    • getAssetBytes

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