public interface ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanType()
bool boolean_type = 4; |
double |
getDoubleType()
double double_type = 2; |
long |
getLongType()
int64 long_type = 1; |
String |
getStringType()
string string_type = 3; |
com.google.protobuf.ByteString |
getStringTypeBytes()
string string_type = 3; |
Value.ValueCase |
getValueCase() |
boolean |
hasBooleanType()
bool boolean_type = 4; |
boolean |
hasDoubleType()
double double_type = 2; |
boolean |
hasLongType()
int64 long_type = 1; |
boolean |
hasStringType()
string string_type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLongType()
int64 long_type = 1;
long getLongType()
int64 long_type = 1;
boolean hasDoubleType()
double double_type = 2;
double getDoubleType()
double double_type = 2;
boolean hasStringType()
string string_type = 3;
String getStringType()
string string_type = 3;
com.google.protobuf.ByteString getStringTypeBytes()
string string_type = 3;
boolean hasBooleanType()
bool boolean_type = 4;
boolean getBooleanType()
bool boolean_type = 4;
Value.ValueCase getValueCase()
Copyright © 2023. All Rights Reserved.