Interface CustomDataValueOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getBoolValue()
      optional bool boolValue = 2;
      double getDoubleValue()
      optional double doubleValue = 3;
      java.lang.String getStringValue()
      optional string stringValue = 4;
      com.google.protobuf.ByteString getStringValueBytes()
      optional string stringValue = 4;
      CustomDataType getType()
      optional .CustomDataType type = 1;
      int getTypeValue()
      optional .CustomDataType type = 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

      • getTypeValue

        int getTypeValue()
        optional .CustomDataType type = 1;
      • getType

        CustomDataType getType()
        optional .CustomDataType type = 1;
      • getBoolValue

        boolean getBoolValue()
        optional bool boolValue = 2;
      • getDoubleValue

        double getDoubleValue()
        optional double doubleValue = 3;
      • getStringValue

        java.lang.String getStringValue()
        optional string stringValue = 4;
      • getStringValueBytes

        com.google.protobuf.ByteString getStringValueBytes()
        optional string stringValue = 4;