public static interface Intent.Message.LinkOutSuggestionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationName()
Required.
|
com.google.protobuf.ByteString |
getDestinationNameBytes()
Required.
|
String |
getUri()
Required.
|
com.google.protobuf.ByteString |
getUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;com.google.protobuf.ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;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;Copyright © 2019 Google LLC. All rights reserved.