Interface TextThingOrBuilder

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

public interface TextThingOrBuilder extends MessageOrBuilder
  • Method Details

    • getPropertiesCount

      int getPropertiesCount()
      map<string, string> properties = 1;
    • containsProperties

      boolean containsProperties(String key)
      map<string, string> properties = 1;
    • getProperties

      @Deprecated Map<String,String> getProperties()
      Deprecated.
      Use getPropertiesMap() instead.
    • getPropertiesMap

      Map<String,String> getPropertiesMap()
      map<string, string> properties = 1;
    • getPropertiesOrDefault

      String getPropertiesOrDefault(String key, String defaultValue)
      map<string, string> properties = 1;
    • getPropertiesOrThrow

      String getPropertiesOrThrow(String key)
      map<string, string> properties = 1;