Interface TypeOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface TypeOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasAny() .xyz.block.ftl.schema.v1.Any any = 9;
      abstract Any getAny() .xyz.block.ftl.schema.v1.Any any = 9;
      abstract AnyOrBuilder getAnyOrBuilder() .xyz.block.ftl.schema.v1.Any any = 9;
      abstract boolean hasArray() .xyz.block.ftl.schema.v1.Array array = 7;
      abstract Array getArray() .xyz.block.ftl.schema.v1.Array array = 7;
      abstract ArrayOrBuilder getArrayOrBuilder() .xyz.block.ftl.schema.v1.Array array = 7;
      abstract boolean hasBool() .xyz.block.ftl.schema.v1.Bool bool = 5;
      abstract Bool getBool() .xyz.block.ftl.schema.v1.Bool bool = 5;
      abstract BoolOrBuilder getBoolOrBuilder() .xyz.block.ftl.schema.v1.Bool bool = 5;
      abstract boolean hasBytes() .xyz.block.ftl.schema.v1.Bytes bytes = 4;
      abstract Bytes getBytes() .xyz.block.ftl.schema.v1.Bytes bytes = 4;
      abstract BytesOrBuilder getBytesOrBuilder() .xyz.block.ftl.schema.v1.Bytes bytes = 4;
      abstract boolean hasData() .xyz.block.ftl.schema.v1.Data data = 13;
      abstract Data getData() .xyz.block.ftl.schema.v1.Data data = 13;
      abstract DataOrBuilder getDataOrBuilder() .xyz.block.ftl.schema.v1.Data data = 13;
      abstract boolean hasEnum() .xyz.block.ftl.schema.v1.Enum enum = 14;
      abstract Enum getEnum() .xyz.block.ftl.schema.v1.Enum enum = 14;
      abstract EnumOrBuilder getEnumOrBuilder() .xyz.block.ftl.schema.v1.Enum enum = 14;
      abstract boolean hasFloat() .xyz.block.ftl.schema.v1.Float float = 2;
      abstract Float getFloat() .xyz.block.ftl.schema.v1.Float float = 2;
      abstract FloatOrBuilder getFloatOrBuilder() .xyz.block.ftl.schema.v1.Float float = 2;
      abstract boolean hasInt() .xyz.block.ftl.schema.v1.Int int = 1;
      abstract Int getInt() .xyz.block.ftl.schema.v1.Int int = 1;
      abstract IntOrBuilder getIntOrBuilder() .xyz.block.ftl.schema.v1.Int int = 1;
      abstract boolean hasMap() .xyz.block.ftl.schema.v1.Map map = 8;
      abstract Map getMap() .xyz.block.ftl.schema.v1.Map map = 8;
      abstract MapOrBuilder getMapOrBuilder() .xyz.block.ftl.schema.v1.Map map = 8;
      abstract boolean hasOptional() .xyz.block.ftl.schema.v1.Optional optional = 12;
      abstract Optional getOptional() .xyz.block.ftl.schema.v1.Optional optional = 12;
      abstract OptionalOrBuilder getOptionalOrBuilder() .xyz.block.ftl.schema.v1.Optional optional = 12;
      abstract boolean hasRef() .xyz.block.ftl.schema.v1.Ref ref = 11;
      abstract Ref getRef() .xyz.block.ftl.schema.v1.Ref ref = 11;
      abstract RefOrBuilder getRefOrBuilder() .xyz.block.ftl.schema.v1.Ref ref = 11;
      abstract boolean hasString() .xyz.block.ftl.schema.v1.String string = 3;
      abstract String getString() .xyz.block.ftl.schema.v1.String string = 3;
      abstract StringOrBuilder getStringOrBuilder() .xyz.block.ftl.schema.v1.String string = 3;
      abstract boolean hasTime() .xyz.block.ftl.schema.v1.Time time = 6;
      abstract Time getTime() .xyz.block.ftl.schema.v1.Time time = 6;
      abstract TimeOrBuilder getTimeOrBuilder() .xyz.block.ftl.schema.v1.Time time = 6;
      abstract boolean hasTypeAlias() .xyz.block.ftl.schema.v1.TypeAlias type_alias = 16;
      abstract TypeAlias getTypeAlias() .xyz.block.ftl.schema.v1.TypeAlias type_alias = 16;
      abstract TypeAliasOrBuilder getTypeAliasOrBuilder() .xyz.block.ftl.schema.v1.TypeAlias type_alias = 16;
      abstract boolean hasUnit() .xyz.block.ftl.schema.v1.Unit unit = 10;
      abstract Unit getUnit() .xyz.block.ftl.schema.v1.Unit unit = 10;
      abstract UnitOrBuilder getUnitOrBuilder() .xyz.block.ftl.schema.v1.Unit unit = 10;
      abstract Type.ValueCase getValueCase()
      • 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
    • Constructor Detail

    • Method Detail

      • hasAny

         abstract boolean hasAny()

        .xyz.block.ftl.schema.v1.Any any = 9;

        Returns:

        Whether the any field is set.

      • getAny

         abstract Any getAny()

        .xyz.block.ftl.schema.v1.Any any = 9;

        Returns:

        The any.

      • hasArray

         abstract boolean hasArray()

        .xyz.block.ftl.schema.v1.Array array = 7;

        Returns:

        Whether the array field is set.

      • getArray

         abstract Array getArray()

        .xyz.block.ftl.schema.v1.Array array = 7;

        Returns:

        The array.

      • hasBool

         abstract boolean hasBool()

        .xyz.block.ftl.schema.v1.Bool bool = 5;

        Returns:

        Whether the bool field is set.

      • getBool

         abstract Bool getBool()

        .xyz.block.ftl.schema.v1.Bool bool = 5;

        Returns:

        The bool.

      • hasBytes

         abstract boolean hasBytes()

        .xyz.block.ftl.schema.v1.Bytes bytes = 4;

        Returns:

        Whether the bytes field is set.

      • getBytes

         abstract Bytes getBytes()

        .xyz.block.ftl.schema.v1.Bytes bytes = 4;

        Returns:

        The bytes.

      • hasData

         abstract boolean hasData()

        .xyz.block.ftl.schema.v1.Data data = 13;

        Returns:

        Whether the data field is set.

      • getData

         abstract Data getData()

        .xyz.block.ftl.schema.v1.Data data = 13;

        Returns:

        The data.

      • hasEnum

         abstract boolean hasEnum()

        .xyz.block.ftl.schema.v1.Enum enum = 14;

        Returns:

        Whether the enum field is set.

      • getEnum

         abstract Enum getEnum()

        .xyz.block.ftl.schema.v1.Enum enum = 14;

        Returns:

        The enum.

      • hasFloat

         abstract boolean hasFloat()

        .xyz.block.ftl.schema.v1.Float float = 2;

        Returns:

        Whether the float field is set.

      • getFloat

         abstract Float getFloat()

        .xyz.block.ftl.schema.v1.Float float = 2;

        Returns:

        The float.

      • hasInt

         abstract boolean hasInt()

        .xyz.block.ftl.schema.v1.Int int = 1;

        Returns:

        Whether the int field is set.

      • getInt

         abstract Int getInt()

        .xyz.block.ftl.schema.v1.Int int = 1;

        Returns:

        The int.

      • hasMap

         abstract boolean hasMap()

        .xyz.block.ftl.schema.v1.Map map = 8;

        Returns:

        Whether the map field is set.

      • getMap

         abstract Map getMap()

        .xyz.block.ftl.schema.v1.Map map = 8;

        Returns:

        The map.

      • hasOptional

         abstract boolean hasOptional()

        .xyz.block.ftl.schema.v1.Optional optional = 12;

        Returns:

        Whether the optional field is set.

      • getOptional

         abstract Optional getOptional()

        .xyz.block.ftl.schema.v1.Optional optional = 12;

        Returns:

        The optional.

      • hasRef

         abstract boolean hasRef()

        .xyz.block.ftl.schema.v1.Ref ref = 11;

        Returns:

        Whether the ref field is set.

      • getRef

         abstract Ref getRef()

        .xyz.block.ftl.schema.v1.Ref ref = 11;

        Returns:

        The ref.

      • hasString

         abstract boolean hasString()

        .xyz.block.ftl.schema.v1.String string = 3;

        Returns:

        Whether the string field is set.

      • getString

         abstract String getString()

        .xyz.block.ftl.schema.v1.String string = 3;

        Returns:

        The string.

      • hasTime

         abstract boolean hasTime()

        .xyz.block.ftl.schema.v1.Time time = 6;

        Returns:

        Whether the time field is set.

      • getTime

         abstract Time getTime()

        .xyz.block.ftl.schema.v1.Time time = 6;

        Returns:

        The time.

      • hasTypeAlias

         abstract boolean hasTypeAlias()

        .xyz.block.ftl.schema.v1.TypeAlias type_alias = 16;

        Returns:

        Whether the typeAlias field is set.

      • getTypeAlias

         abstract TypeAlias getTypeAlias()

        .xyz.block.ftl.schema.v1.TypeAlias type_alias = 16;

        Returns:

        The typeAlias.

      • hasUnit

         abstract boolean hasUnit()

        .xyz.block.ftl.schema.v1.Unit unit = 10;

        Returns:

        Whether the unit field is set.

      • getUnit

         abstract Unit getUnit()

        .xyz.block.ftl.schema.v1.Unit unit = 10;

        Returns:

        The unit.