Interface Intent.Message.LinkOutSuggestionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDestinationName()
      Required.
      com.google.protobuf.ByteString getDestinationNameBytes()
      Required.
      String getUri()
      Required.
      com.google.protobuf.ByteString getUriBytes()
      Required.
      • 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

      • getDestinationName

        String getDestinationName()
         Required. The name of the app or site this chip is linking to.
         
        string destination_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The destinationName.
      • getDestinationNameBytes

        com.google.protobuf.ByteString getDestinationNameBytes()
         Required. The name of the app or site this chip is linking to.
         
        string destination_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for destinationName.
      • getUri

        String getUri()
         Required. The URI of the app or site to open when the user taps the
         suggestion chip.
         
        string uri = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
         Required. The URI of the app or site to open when the user taps the
         suggestion chip.
         
        string uri = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for uri.