Interface MxaccessGateway.MxValueOrBuilder

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

public static interface MxaccessGateway.MxValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getDataTypeValue

      int getDataTypeValue()
      .mxaccess_gateway.v1.MxDataType data_type = 1;
      Returns:
      The enum numeric value on the wire for dataType.
    • getDataType

      .mxaccess_gateway.v1.MxDataType data_type = 1;
      Returns:
      The dataType.
    • getVariantType

      String getVariantType()
      string variant_type = 2;
      Returns:
      The variantType.
    • getVariantTypeBytes

      com.google.protobuf.ByteString getVariantTypeBytes()
      string variant_type = 2;
      Returns:
      The bytes for variantType.
    • getIsNull

      boolean getIsNull()
      bool is_null = 3;
      Returns:
      The isNull.
    • getRawDiagnostic

      String getRawDiagnostic()
      string raw_diagnostic = 4;
      Returns:
      The rawDiagnostic.
    • getRawDiagnosticBytes

      com.google.protobuf.ByteString getRawDiagnosticBytes()
      string raw_diagnostic = 4;
      Returns:
      The bytes for rawDiagnostic.
    • getRawDataType

      int getRawDataType()
      int32 raw_data_type = 5;
      Returns:
      The rawDataType.
    • hasBoolValue

      boolean hasBoolValue()
      bool bool_value = 10;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
      bool bool_value = 10;
      Returns:
      The boolValue.
    • hasInt32Value

      boolean hasInt32Value()
      int32 int32_value = 11;
      Returns:
      Whether the int32Value field is set.
    • getInt32Value

      int getInt32Value()
      int32 int32_value = 11;
      Returns:
      The int32Value.
    • hasInt64Value

      boolean hasInt64Value()
      int64 int64_value = 12;
      Returns:
      Whether the int64Value field is set.
    • getInt64Value

      long getInt64Value()
      int64 int64_value = 12;
      Returns:
      The int64Value.
    • hasFloatValue

      boolean hasFloatValue()
      float float_value = 13;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      float getFloatValue()
      float float_value = 13;
      Returns:
      The floatValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      double double_value = 14;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      double double_value = 14;
      Returns:
      The doubleValue.
    • hasStringValue

      boolean hasStringValue()
      string string_value = 15;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

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

      com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 15;
      Returns:
      The bytes for stringValue.
    • hasTimestampValue

      boolean hasTimestampValue()
      .google.protobuf.Timestamp timestamp_value = 16;
      Returns:
      Whether the timestampValue field is set.
    • getTimestampValue

      com.google.protobuf.Timestamp getTimestampValue()
      .google.protobuf.Timestamp timestamp_value = 16;
      Returns:
      The timestampValue.
    • getTimestampValueOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimestampValueOrBuilder()
      .google.protobuf.Timestamp timestamp_value = 16;
    • hasArrayValue

      boolean hasArrayValue()
      .mxaccess_gateway.v1.MxArray array_value = 17;
      Returns:
      Whether the arrayValue field is set.
    • getArrayValue

      MxaccessGateway.MxArray getArrayValue()
      .mxaccess_gateway.v1.MxArray array_value = 17;
      Returns:
      The arrayValue.
    • getArrayValueOrBuilder

      MxaccessGateway.MxArrayOrBuilder getArrayValueOrBuilder()
      .mxaccess_gateway.v1.MxArray array_value = 17;
    • hasRawValue

      boolean hasRawValue()
      bytes raw_value = 18;
      Returns:
      Whether the rawValue field is set.
    • getRawValue

      com.google.protobuf.ByteString getRawValue()
      bytes raw_value = 18;
      Returns:
      The rawValue.
    • getKindCase