Package xyz.block.ftl.v1.schema
Class Value
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.schema.ValueOrBuilder
public final class Value extends GeneratedMessageV3 implements ValueOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.Value
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumValue.ValueCasepublic final classValue.BuilderProtobuf type
xyz.block.ftl.v1.schema.Value
-
Field Summary
Fields Modifier and Type Field Description public final static intINT_VALUE_FIELD_NUMBERpublic final static intSTRING_VALUE_FIELD_NUMBERpublic final static intTYPE_VALUE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()Value.ValueCasegetValueCase()booleanhasIntValue().xyz.block.ftl.v1.schema.IntValue int_value = 2;IntValuegetIntValue().xyz.block.ftl.v1.schema.IntValue int_value = 2;IntValueOrBuildergetIntValueOrBuilder().xyz.block.ftl.v1.schema.IntValue int_value = 2;booleanhasStringValue().xyz.block.ftl.v1.schema.StringValue string_value = 1;StringValuegetStringValue().xyz.block.ftl.v1.schema.StringValue string_value = 1;StringValueOrBuildergetStringValueOrBuilder().xyz.block.ftl.v1.schema.StringValue string_value = 1;booleanhasTypeValue().xyz.block.ftl.v1.schema.TypeValue type_value = 3;TypeValuegetTypeValue().xyz.block.ftl.v1.schema.TypeValue type_value = 3;TypeValueOrBuildergetTypeValueOrBuilder().xyz.block.ftl.v1.schema.TypeValue type_value = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static ValueparseFrom(ByteBuffer data)static ValueparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ValueparseFrom(ByteString data)static ValueparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ValueparseFrom(Array<byte> data)static ValueparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ValueparseFrom(InputStream input)static ValueparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ValueparseDelimitedFrom(InputStream input)static ValueparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ValueparseFrom(CodedInputStream input)static ValueparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Value.BuildernewBuilderForType()static Value.BuildernewBuilder()static Value.BuildernewBuilder(Value prototype)Value.BuildertoBuilder()static ValuegetDefaultInstance()static Parser<Value>parser()Parser<Value>getParserForType()ValuegetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getValueCase
Value.ValueCase getValueCase()
-
hasIntValue
boolean hasIntValue()
.xyz.block.ftl.v1.schema.IntValue int_value = 2;- Returns:
Whether the intValue field is set.
-
getIntValue
IntValue getIntValue()
.xyz.block.ftl.v1.schema.IntValue int_value = 2;- Returns:
The intValue.
-
getIntValueOrBuilder
IntValueOrBuilder getIntValueOrBuilder()
.xyz.block.ftl.v1.schema.IntValue int_value = 2;
-
hasStringValue
boolean hasStringValue()
.xyz.block.ftl.v1.schema.StringValue string_value = 1;- Returns:
Whether the stringValue field is set.
-
getStringValue
StringValue getStringValue()
.xyz.block.ftl.v1.schema.StringValue string_value = 1;- Returns:
The stringValue.
-
getStringValueOrBuilder
StringValueOrBuilder getStringValueOrBuilder()
.xyz.block.ftl.v1.schema.StringValue string_value = 1;
-
hasTypeValue
boolean hasTypeValue()
.xyz.block.ftl.v1.schema.TypeValue type_value = 3;- Returns:
Whether the typeValue field is set.
-
getTypeValue
TypeValue getTypeValue()
.xyz.block.ftl.v1.schema.TypeValue type_value = 3;- Returns:
The typeValue.
-
getTypeValueOrBuilder
TypeValueOrBuilder getTypeValueOrBuilder()
.xyz.block.ftl.v1.schema.TypeValue type_value = 3;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Value parseFrom(ByteBuffer data)
-
parseFrom
static Value parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Value parseFrom(InputStream input)
-
parseFrom
static Value parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Value parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Value parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Value.Builder newBuilderForType()
-
newBuilder
static Value.Builder newBuilder()
-
newBuilder
static Value.Builder newBuilder(Value prototype)
-
toBuilder
Value.Builder toBuilder()
-
getDefaultInstance
static Value getDefaultInstance()
-
getParserForType
Parser<Value> getParserForType()
-
getDefaultInstanceForType
Value getDefaultInstanceForType()
-
-
-
-