Package mxaccess_gateway.v1
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 Summary
Modifier and TypeMethodDescription.mxaccess_gateway.v1.MxArray array_value = 17;.mxaccess_gateway.v1.MxArray array_value = 17;booleanbool bool_value = 10;.mxaccess_gateway.v1.MxDataType data_type = 1;int.mxaccess_gateway.v1.MxDataType data_type = 1;doubledouble double_value = 14;floatfloat float_value = 13;intint32 int32_value = 11;longint64 int64_value = 12;booleanbool is_null = 3;intint32 raw_data_type = 5;string raw_diagnostic = 4;com.google.protobuf.ByteStringstring raw_diagnostic = 4;com.google.protobuf.ByteStringbytes raw_value = 18;.mxaccess_gateway.v1.MxSparseArray sparse_array_value = 19;.mxaccess_gateway.v1.MxSparseArray sparse_array_value = 19;string string_value = 15;com.google.protobuf.ByteStringstring string_value = 15;com.google.protobuf.Timestamp.google.protobuf.Timestamp timestamp_value = 16;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp timestamp_value = 16;string variant_type = 2;com.google.protobuf.ByteStringstring variant_type = 2;boolean.mxaccess_gateway.v1.MxArray array_value = 17;booleanbool bool_value = 10;booleandouble double_value = 14;booleanfloat float_value = 13;booleanint32 int32_value = 11;booleanint64 int64_value = 12;booleanbytes raw_value = 18;boolean.mxaccess_gateway.v1.MxSparseArray sparse_array_value = 19;booleanstring string_value = 15;boolean.google.protobuf.Timestamp timestamp_value = 16;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDataTypeValue
int getDataTypeValue().mxaccess_gateway.v1.MxDataType data_type = 1;- Returns:
- The enum numeric value on the wire for dataType.
-
getDataType
MxaccessGateway.MxDataType 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.
-
hasSparseArrayValue
boolean hasSparseArrayValue().mxaccess_gateway.v1.MxSparseArray sparse_array_value = 19;- Returns:
- Whether the sparseArrayValue field is set.
-
getSparseArrayValue
MxaccessGateway.MxSparseArray getSparseArrayValue().mxaccess_gateway.v1.MxSparseArray sparse_array_value = 19;- Returns:
- The sparseArrayValue.
-
getSparseArrayValueOrBuilder
MxaccessGateway.MxSparseArrayOrBuilder getSparseArrayValueOrBuilder().mxaccess_gateway.v1.MxSparseArray sparse_array_value = 19; -
getKindCase
MxaccessGateway.MxValue.KindCase getKindCase()
-