Interface OpenLogReplicatorProtocol.ValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OpenLogReplicatorProtocol.Value, OpenLogReplicatorProtocol.Value.Builder
Enclosing class:
OpenLogReplicatorProtocol

public static interface OpenLogReplicatorProtocol.ValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    com.google.protobuf.ByteString
    bytes value_bytes = 6;
    double
    double value_double = 4;
    float
    float value_float = 3;
    long
    int64 value_int = 2;
    string value_string = 5;
    com.google.protobuf.ByteString
    string value_string = 5;
    boolean
    bytes value_bytes = 6;
    boolean
    double value_double = 4;
    boolean
    float value_float = 3;
    boolean
    int64 value_int = 2;
    boolean
    string value_string = 5;

    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

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • hasValueInt

      boolean hasValueInt()
      int64 value_int = 2;
      Returns:
      Whether the valueInt field is set.
    • getValueInt

      long getValueInt()
      int64 value_int = 2;
      Returns:
      The valueInt.
    • hasValueFloat

      boolean hasValueFloat()
      float value_float = 3;
      Returns:
      Whether the valueFloat field is set.
    • getValueFloat

      float getValueFloat()
      float value_float = 3;
      Returns:
      The valueFloat.
    • hasValueDouble

      boolean hasValueDouble()
      double value_double = 4;
      Returns:
      Whether the valueDouble field is set.
    • getValueDouble

      double getValueDouble()
      double value_double = 4;
      Returns:
      The valueDouble.
    • hasValueString

      boolean hasValueString()
      string value_string = 5;
      Returns:
      Whether the valueString field is set.
    • getValueString

      String getValueString()
      string value_string = 5;
      Returns:
      The valueString.
    • getValueStringBytes

      com.google.protobuf.ByteString getValueStringBytes()
      string value_string = 5;
      Returns:
      The bytes for valueString.
    • hasValueBytes

      boolean hasValueBytes()
      bytes value_bytes = 6;
      Returns:
      Whether the valueBytes field is set.
    • getValueBytes

      com.google.protobuf.ByteString getValueBytes()
      bytes value_bytes = 6;
      Returns:
      The valueBytes.
    • getDatumCase