Interface Intent.Message.SuggestionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTitle()
      Required.
      com.google.protobuf.ByteString getTitleBytes()
      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

      • getTitle

        String getTitle()
         Required. The text shown the in the suggestion chip.
         
        string title = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         Required. The text shown the in the suggestion chip.
         
        string title = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for title.