Interface NullableCustomDataOrBuilder

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

    public interface NullableCustomDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsValue​(java.lang.String key)
      map<string, .CustomDataValue> value = 1;
      boolean getIsNull()
      optional bool isNull = 2;
      java.util.Map<java.lang.String,​CustomDataValue> getValue()
      Deprecated.
      int getValueCount()
      map<string, .CustomDataValue> value = 1;
      java.util.Map<java.lang.String,​CustomDataValue> getValueMap()
      map<string, .CustomDataValue> value = 1;
      CustomDataValue getValueOrDefault​(java.lang.String key, CustomDataValue defaultValue)
      map<string, .CustomDataValue> value = 1;
      CustomDataValue getValueOrThrow​(java.lang.String key)
      map<string, .CustomDataValue> value = 1;
      • 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

      • getValueCount

        int getValueCount()
        map<string, .CustomDataValue> value = 1;
      • containsValue

        boolean containsValue​(java.lang.String key)
        map<string, .CustomDataValue> value = 1;
      • getValueMap

        java.util.Map<java.lang.String,​CustomDataValue> getValueMap()
        map<string, .CustomDataValue> value = 1;
      • getValueOrDefault

        CustomDataValue getValueOrDefault​(java.lang.String key,
                                          CustomDataValue defaultValue)
        map<string, .CustomDataValue> value = 1;
      • getValueOrThrow

        CustomDataValue getValueOrThrow​(java.lang.String key)
        map<string, .CustomDataValue> value = 1;
      • getIsNull

        boolean getIsNull()
        optional bool isNull = 2;