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

    Modifier and Type
    Method
    Description
    boolean
    bool boolValue = 2;
    double
    double doubleValue = 3;
    string stringValue = 4;
    com.google.protobuf.ByteString
    string stringValue = 4;
    .CustomDataType type = 1;
    int
    .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 Details

    • getTypeValue

      int getTypeValue()
      .CustomDataType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      CustomDataType getType()
      .CustomDataType type = 1;
      Returns:
      The type.
    • getBoolValue

      boolean getBoolValue()
      bool boolValue = 2;
      Returns:
      The boolValue.
    • getDoubleValue

      double getDoubleValue()
      double doubleValue = 3;
      Returns:
      The doubleValue.
    • getStringValue

      String getStringValue()
      string stringValue = 4;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string stringValue = 4;
      Returns:
      The bytes for stringValue.