Interface UpdatePropertiesRequestOrBuilder

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

public interface UpdatePropertiesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDefaultCount

      int getDefaultCount()
       Event default properties.
       
      map<string, string> default = 1;
    • containsDefault

      boolean containsDefault(String key)
       Event default properties.
       
      map<string, string> default = 1;
    • getDefault

      @Deprecated Map<String,String> getDefault()
      Deprecated.
      Use getDefaultMap() instead.
    • getDefaultMap

      Map<String,String> getDefaultMap()
       Event default properties.
       
      map<string, string> default = 1;
    • getDefaultOrDefault

      String getDefaultOrDefault(String key, String defaultValue)
       Event default properties.
       
      map<string, string> default = 1;
    • getDefaultOrThrow

      String getDefaultOrThrow(String key)
       Event default properties.
       
      map<string, string> default = 1;
    • getCustomCount

      int getCustomCount()
       Event custom properties.
       
      map<string, string> custom = 2;
    • containsCustom

      boolean containsCustom(String key)
       Event custom properties.
       
      map<string, string> custom = 2;
    • getCustom

      Deprecated.
      Use getCustomMap() instead.
    • getCustomMap

      Map<String,String> getCustomMap()
       Event custom properties.
       
      map<string, string> custom = 2;
    • getCustomOrDefault

      String getCustomOrDefault(String key, String defaultValue)
       Event custom properties.
       
      map<string, string> custom = 2;
    • getCustomOrThrow

      String getCustomOrThrow(String key)
       Event custom properties.
       
      map<string, string> custom = 2;