Interface AppDeepLinkAssetOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The uri for the app deep link, The uri can be either a custom scheme uri (e.g.
    com.google.protobuf.ByteString
    The uri for the app deep link, The uri can be either a custom scheme uri (e.g.

    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

    • getAppDeepLinkUri

      String getAppDeepLinkUri()
       The uri for the app deep link, The uri can be either a
       custom scheme uri (e.g. mystore://shoes) or universal uri (e.g.
       http://www.mystore.com/shoes).
       
      string app_deep_link_uri = 1;
      Returns:
      The appDeepLinkUri.
    • getAppDeepLinkUriBytes

      com.google.protobuf.ByteString getAppDeepLinkUriBytes()
       The uri for the app deep link, The uri can be either a
       custom scheme uri (e.g. mystore://shoes) or universal uri (e.g.
       http://www.mystore.com/shoes).
       
      string app_deep_link_uri = 1;
      Returns:
      The bytes for appDeepLinkUri.