public interface MetaDataValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanValue()
The boolean value of the Meta Data entry.
|
SerializedObject |
getBytesValue()
The binary value of the Meta Data entry.
|
SerializedObjectOrBuilder |
getBytesValueOrBuilder()
The binary value of the Meta Data entry.
|
MetaDataValue.DataCase |
getDataCase() |
double |
getDoubleValue()
The floating point value of the Meta Data entry.
|
long |
getNumberValue()
The numeric value of the Meta Data entry.
|
String |
getTextValue()
The text value of the Meta Data entry.
|
com.google.protobuf.ByteString |
getTextValueBytes()
The text value of the Meta Data entry.
|
boolean |
hasBytesValue()
The binary value of the Meta Data entry.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getTextValue()
The text value of the Meta Data entry.
string text_value = 1;
com.google.protobuf.ByteString getTextValueBytes()
The text value of the Meta Data entry.
string text_value = 1;
long getNumberValue()
The numeric value of the Meta Data entry.
sint64 number_value = 2;
boolean getBooleanValue()
The boolean value of the Meta Data entry.
bool boolean_value = 3;
double getDoubleValue()
The floating point value of the Meta Data entry.
double double_value = 4;
boolean hasBytesValue()
The binary value of the Meta Data entry.
.io.axoniq.axonserver.grpc.SerializedObject bytes_value = 5;
SerializedObject getBytesValue()
The binary value of the Meta Data entry.
.io.axoniq.axonserver.grpc.SerializedObject bytes_value = 5;
SerializedObjectOrBuilder getBytesValueOrBuilder()
The binary value of the Meta Data entry.
.io.axoniq.axonserver.grpc.SerializedObject bytes_value = 5;
MetaDataValue.DataCase getDataCase()
Copyright © 2010–2020. All rights reserved.