Package xyz.block.ftl.v1.schema
Interface ValueOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ValueOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasIntValue().xyz.block.ftl.v1.schema.IntValue intValue = 2;abstract IntValuegetIntValue().xyz.block.ftl.v1.schema.IntValue intValue = 2;abstract IntValueOrBuildergetIntValueOrBuilder().xyz.block.ftl.v1.schema.IntValue intValue = 2;abstract booleanhasStringValue().xyz.block.ftl.v1.schema.StringValue stringValue = 1;abstract StringValuegetStringValue().xyz.block.ftl.v1.schema.StringValue stringValue = 1;abstract StringValueOrBuildergetStringValueOrBuilder().xyz.block.ftl.v1.schema.StringValue stringValue = 1;abstract booleanhasTypeValue().xyz.block.ftl.v1.schema.TypeValue typeValue = 3;abstract TypeValuegetTypeValue().xyz.block.ftl.v1.schema.TypeValue typeValue = 3;abstract TypeValueOrBuildergetTypeValueOrBuilder().xyz.block.ftl.v1.schema.TypeValue typeValue = 3;abstract Value.ValueCasegetValueCase()-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
hasIntValue
abstract boolean hasIntValue()
.xyz.block.ftl.v1.schema.IntValue intValue = 2;- Returns:
Whether the intValue field is set.
-
getIntValue
abstract IntValue getIntValue()
.xyz.block.ftl.v1.schema.IntValue intValue = 2;- Returns:
The intValue.
-
getIntValueOrBuilder
abstract IntValueOrBuilder getIntValueOrBuilder()
.xyz.block.ftl.v1.schema.IntValue intValue = 2;
-
hasStringValue
abstract boolean hasStringValue()
.xyz.block.ftl.v1.schema.StringValue stringValue = 1;- Returns:
Whether the stringValue field is set.
-
getStringValue
abstract StringValue getStringValue()
.xyz.block.ftl.v1.schema.StringValue stringValue = 1;- Returns:
The stringValue.
-
getStringValueOrBuilder
abstract StringValueOrBuilder getStringValueOrBuilder()
.xyz.block.ftl.v1.schema.StringValue stringValue = 1;
-
hasTypeValue
abstract boolean hasTypeValue()
.xyz.block.ftl.v1.schema.TypeValue typeValue = 3;- Returns:
Whether the typeValue field is set.
-
getTypeValue
abstract TypeValue getTypeValue()
.xyz.block.ftl.v1.schema.TypeValue typeValue = 3;- Returns:
The typeValue.
-
getTypeValueOrBuilder
abstract TypeValueOrBuilder getTypeValueOrBuilder()
.xyz.block.ftl.v1.schema.TypeValue typeValue = 3;
-
getValueCase
abstract Value.ValueCase getValueCase()
-
-
-
-