Class Type

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.substrait.proto.Type
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, TypeOrBuilder, Serializable

public final class Type extends com.google.protobuf.GeneratedMessageV3 implements TypeOrBuilder
Protobuf type substrait.Type
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getKindCase

      public Type.KindCase getKindCase()
      Specified by:
      getKindCase in interface TypeOrBuilder
    • hasBool

      public boolean hasBool()
      .substrait.Type.Boolean bool = 1;
      Specified by:
      hasBool in interface TypeOrBuilder
      Returns:
      Whether the bool field is set.
    • getBool

      public Type.Boolean getBool()
      .substrait.Type.Boolean bool = 1;
      Specified by:
      getBool in interface TypeOrBuilder
      Returns:
      The bool.
    • getBoolOrBuilder

      public Type.BooleanOrBuilder getBoolOrBuilder()
      .substrait.Type.Boolean bool = 1;
      Specified by:
      getBoolOrBuilder in interface TypeOrBuilder
    • hasI8

      public boolean hasI8()
      .substrait.Type.I8 i8 = 2;
      Specified by:
      hasI8 in interface TypeOrBuilder
      Returns:
      Whether the i8 field is set.
    • getI8

      public Type.I8 getI8()
      .substrait.Type.I8 i8 = 2;
      Specified by:
      getI8 in interface TypeOrBuilder
      Returns:
      The i8.
    • getI8OrBuilder

      public Type.I8OrBuilder getI8OrBuilder()
      .substrait.Type.I8 i8 = 2;
      Specified by:
      getI8OrBuilder in interface TypeOrBuilder
    • hasI16

      public boolean hasI16()
      .substrait.Type.I16 i16 = 3;
      Specified by:
      hasI16 in interface TypeOrBuilder
      Returns:
      Whether the i16 field is set.
    • getI16

      public Type.I16 getI16()
      .substrait.Type.I16 i16 = 3;
      Specified by:
      getI16 in interface TypeOrBuilder
      Returns:
      The i16.
    • getI16OrBuilder

      public Type.I16OrBuilder getI16OrBuilder()
      .substrait.Type.I16 i16 = 3;
      Specified by:
      getI16OrBuilder in interface TypeOrBuilder
    • hasI32

      public boolean hasI32()
      .substrait.Type.I32 i32 = 5;
      Specified by:
      hasI32 in interface TypeOrBuilder
      Returns:
      Whether the i32 field is set.
    • getI32

      public Type.I32 getI32()
      .substrait.Type.I32 i32 = 5;
      Specified by:
      getI32 in interface TypeOrBuilder
      Returns:
      The i32.
    • getI32OrBuilder

      public Type.I32OrBuilder getI32OrBuilder()
      .substrait.Type.I32 i32 = 5;
      Specified by:
      getI32OrBuilder in interface TypeOrBuilder
    • hasI64

      public boolean hasI64()
      .substrait.Type.I64 i64 = 7;
      Specified by:
      hasI64 in interface TypeOrBuilder
      Returns:
      Whether the i64 field is set.
    • getI64

      public Type.I64 getI64()
      .substrait.Type.I64 i64 = 7;
      Specified by:
      getI64 in interface TypeOrBuilder
      Returns:
      The i64.
    • getI64OrBuilder

      public Type.I64OrBuilder getI64OrBuilder()
      .substrait.Type.I64 i64 = 7;
      Specified by:
      getI64OrBuilder in interface TypeOrBuilder
    • hasFp32

      public boolean hasFp32()
      .substrait.Type.FP32 fp32 = 10;
      Specified by:
      hasFp32 in interface TypeOrBuilder
      Returns:
      Whether the fp32 field is set.
    • getFp32

      public Type.FP32 getFp32()
      .substrait.Type.FP32 fp32 = 10;
      Specified by:
      getFp32 in interface TypeOrBuilder
      Returns:
      The fp32.
    • getFp32OrBuilder

      public Type.FP32OrBuilder getFp32OrBuilder()
      .substrait.Type.FP32 fp32 = 10;
      Specified by:
      getFp32OrBuilder in interface TypeOrBuilder
    • hasFp64

      public boolean hasFp64()
      .substrait.Type.FP64 fp64 = 11;
      Specified by:
      hasFp64 in interface TypeOrBuilder
      Returns:
      Whether the fp64 field is set.
    • getFp64

      public Type.FP64 getFp64()
      .substrait.Type.FP64 fp64 = 11;
      Specified by:
      getFp64 in interface TypeOrBuilder
      Returns:
      The fp64.
    • getFp64OrBuilder

      public Type.FP64OrBuilder getFp64OrBuilder()
      .substrait.Type.FP64 fp64 = 11;
      Specified by:
      getFp64OrBuilder in interface TypeOrBuilder
    • hasString

      public boolean hasString()
      .substrait.Type.String string = 12;
      Specified by:
      hasString in interface TypeOrBuilder
      Returns:
      Whether the string field is set.
    • getString

      public Type.String getString()
      .substrait.Type.String string = 12;
      Specified by:
      getString in interface TypeOrBuilder
      Returns:
      The string.
    • getStringOrBuilder

      public Type.StringOrBuilder getStringOrBuilder()
      .substrait.Type.String string = 12;
      Specified by:
      getStringOrBuilder in interface TypeOrBuilder
    • hasBinary

      public boolean hasBinary()
      .substrait.Type.Binary binary = 13;
      Specified by:
      hasBinary in interface TypeOrBuilder
      Returns:
      Whether the binary field is set.
    • getBinary

      public Type.Binary getBinary()
      .substrait.Type.Binary binary = 13;
      Specified by:
      getBinary in interface TypeOrBuilder
      Returns:
      The binary.
    • getBinaryOrBuilder

      public Type.BinaryOrBuilder getBinaryOrBuilder()
      .substrait.Type.Binary binary = 13;
      Specified by:
      getBinaryOrBuilder in interface TypeOrBuilder
    • hasTimestamp

      @Deprecated public boolean hasTimestamp()
      Deprecated.
      substrait.Type.timestamp is deprecated. See substrait/type.proto;l=24
       Deprecated in favor of `PrecisionTimestamp precision_timestamp`
       
      .substrait.Type.Timestamp timestamp = 14 [deprecated = true];
      Specified by:
      hasTimestamp in interface TypeOrBuilder
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      @Deprecated public Type.Timestamp getTimestamp()
      Deprecated.
      substrait.Type.timestamp is deprecated. See substrait/type.proto;l=24
       Deprecated in favor of `PrecisionTimestamp precision_timestamp`
       
      .substrait.Type.Timestamp timestamp = 14 [deprecated = true];
      Specified by:
      getTimestamp in interface TypeOrBuilder
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      @Deprecated public Type.TimestampOrBuilder getTimestampOrBuilder()
      Deprecated.
       Deprecated in favor of `PrecisionTimestamp precision_timestamp`
       
      .substrait.Type.Timestamp timestamp = 14 [deprecated = true];
      Specified by:
      getTimestampOrBuilder in interface TypeOrBuilder
    • hasDate

      public boolean hasDate()
      .substrait.Type.Date date = 16;
      Specified by:
      hasDate in interface TypeOrBuilder
      Returns:
      Whether the date field is set.
    • getDate

      public Type.Date getDate()
      .substrait.Type.Date date = 16;
      Specified by:
      getDate in interface TypeOrBuilder
      Returns:
      The date.
    • getDateOrBuilder

      public Type.DateOrBuilder getDateOrBuilder()
      .substrait.Type.Date date = 16;
      Specified by:
      getDateOrBuilder in interface TypeOrBuilder
    • hasTime

      public boolean hasTime()
       Deprecated in favor of `PrecisionTime precision_time`
       
      .substrait.Type.Time time = 17;
      Specified by:
      hasTime in interface TypeOrBuilder
      Returns:
      Whether the time field is set.
    • getTime

      public Type.Time getTime()
       Deprecated in favor of `PrecisionTime precision_time`
       
      .substrait.Type.Time time = 17;
      Specified by:
      getTime in interface TypeOrBuilder
      Returns:
      The time.
    • getTimeOrBuilder

      public Type.TimeOrBuilder getTimeOrBuilder()
       Deprecated in favor of `PrecisionTime precision_time`
       
      .substrait.Type.Time time = 17;
      Specified by:
      getTimeOrBuilder in interface TypeOrBuilder
    • hasIntervalYear

      public boolean hasIntervalYear()
      .substrait.Type.IntervalYear interval_year = 19;
      Specified by:
      hasIntervalYear in interface TypeOrBuilder
      Returns:
      Whether the intervalYear field is set.
    • getIntervalYear

      public Type.IntervalYear getIntervalYear()
      .substrait.Type.IntervalYear interval_year = 19;
      Specified by:
      getIntervalYear in interface TypeOrBuilder
      Returns:
      The intervalYear.
    • getIntervalYearOrBuilder

      public Type.IntervalYearOrBuilder getIntervalYearOrBuilder()
      .substrait.Type.IntervalYear interval_year = 19;
      Specified by:
      getIntervalYearOrBuilder in interface TypeOrBuilder
    • hasIntervalDay

      public boolean hasIntervalDay()
      .substrait.Type.IntervalDay interval_day = 20;
      Specified by:
      hasIntervalDay in interface TypeOrBuilder
      Returns:
      Whether the intervalDay field is set.
    • getIntervalDay

      public Type.IntervalDay getIntervalDay()
      .substrait.Type.IntervalDay interval_day = 20;
      Specified by:
      getIntervalDay in interface TypeOrBuilder
      Returns:
      The intervalDay.
    • getIntervalDayOrBuilder

      public Type.IntervalDayOrBuilder getIntervalDayOrBuilder()
      .substrait.Type.IntervalDay interval_day = 20;
      Specified by:
      getIntervalDayOrBuilder in interface TypeOrBuilder
    • hasIntervalCompound

      public boolean hasIntervalCompound()
      .substrait.Type.IntervalCompound interval_compound = 35;
      Specified by:
      hasIntervalCompound in interface TypeOrBuilder
      Returns:
      Whether the intervalCompound field is set.
    • getIntervalCompound

      public Type.IntervalCompound getIntervalCompound()
      .substrait.Type.IntervalCompound interval_compound = 35;
      Specified by:
      getIntervalCompound in interface TypeOrBuilder
      Returns:
      The intervalCompound.
    • getIntervalCompoundOrBuilder

      public Type.IntervalCompoundOrBuilder getIntervalCompoundOrBuilder()
      .substrait.Type.IntervalCompound interval_compound = 35;
      Specified by:
      getIntervalCompoundOrBuilder in interface TypeOrBuilder
    • hasTimestampTz

      @Deprecated public boolean hasTimestampTz()
      Deprecated.
      substrait.Type.timestamp_tz is deprecated. See substrait/type.proto;l=32
       Deprecated in favor of `PrecisionTimestampTZ precision_timestamp_tz`
       
      .substrait.Type.TimestampTZ timestamp_tz = 29 [deprecated = true];
      Specified by:
      hasTimestampTz in interface TypeOrBuilder
      Returns:
      Whether the timestampTz field is set.
    • getTimestampTz

      @Deprecated public Type.TimestampTZ getTimestampTz()
      Deprecated.
      substrait.Type.timestamp_tz is deprecated. See substrait/type.proto;l=32
       Deprecated in favor of `PrecisionTimestampTZ precision_timestamp_tz`
       
      .substrait.Type.TimestampTZ timestamp_tz = 29 [deprecated = true];
      Specified by:
      getTimestampTz in interface TypeOrBuilder
      Returns:
      The timestampTz.
    • getTimestampTzOrBuilder

      @Deprecated public Type.TimestampTZOrBuilder getTimestampTzOrBuilder()
      Deprecated.
       Deprecated in favor of `PrecisionTimestampTZ precision_timestamp_tz`
       
      .substrait.Type.TimestampTZ timestamp_tz = 29 [deprecated = true];
      Specified by:
      getTimestampTzOrBuilder in interface TypeOrBuilder
    • hasUuid

      public boolean hasUuid()
      .substrait.Type.UUID uuid = 32;
      Specified by:
      hasUuid in interface TypeOrBuilder
      Returns:
      Whether the uuid field is set.
    • getUuid

      public Type.UUID getUuid()
      .substrait.Type.UUID uuid = 32;
      Specified by:
      getUuid in interface TypeOrBuilder
      Returns:
      The uuid.
    • getUuidOrBuilder

      public Type.UUIDOrBuilder getUuidOrBuilder()
      .substrait.Type.UUID uuid = 32;
      Specified by:
      getUuidOrBuilder in interface TypeOrBuilder
    • hasFixedChar

      public boolean hasFixedChar()
      .substrait.Type.FixedChar fixed_char = 21;
      Specified by:
      hasFixedChar in interface TypeOrBuilder
      Returns:
      Whether the fixedChar field is set.
    • getFixedChar

      public Type.FixedChar getFixedChar()
      .substrait.Type.FixedChar fixed_char = 21;
      Specified by:
      getFixedChar in interface TypeOrBuilder
      Returns:
      The fixedChar.
    • getFixedCharOrBuilder

      public Type.FixedCharOrBuilder getFixedCharOrBuilder()
      .substrait.Type.FixedChar fixed_char = 21;
      Specified by:
      getFixedCharOrBuilder in interface TypeOrBuilder
    • hasVarchar

      public boolean hasVarchar()
      .substrait.Type.VarChar varchar = 22;
      Specified by:
      hasVarchar in interface TypeOrBuilder
      Returns:
      Whether the varchar field is set.
    • getVarchar

      public Type.VarChar getVarchar()
      .substrait.Type.VarChar varchar = 22;
      Specified by:
      getVarchar in interface TypeOrBuilder
      Returns:
      The varchar.
    • getVarcharOrBuilder

      public Type.VarCharOrBuilder getVarcharOrBuilder()
      .substrait.Type.VarChar varchar = 22;
      Specified by:
      getVarcharOrBuilder in interface TypeOrBuilder
    • hasFixedBinary

      public boolean hasFixedBinary()
      .substrait.Type.FixedBinary fixed_binary = 23;
      Specified by:
      hasFixedBinary in interface TypeOrBuilder
      Returns:
      Whether the fixedBinary field is set.
    • getFixedBinary

      public Type.FixedBinary getFixedBinary()
      .substrait.Type.FixedBinary fixed_binary = 23;
      Specified by:
      getFixedBinary in interface TypeOrBuilder
      Returns:
      The fixedBinary.
    • getFixedBinaryOrBuilder

      public Type.FixedBinaryOrBuilder getFixedBinaryOrBuilder()
      .substrait.Type.FixedBinary fixed_binary = 23;
      Specified by:
      getFixedBinaryOrBuilder in interface TypeOrBuilder
    • hasDecimal

      public boolean hasDecimal()
      .substrait.Type.Decimal decimal = 24;
      Specified by:
      hasDecimal in interface TypeOrBuilder
      Returns:
      Whether the decimal field is set.
    • getDecimal

      public Type.Decimal getDecimal()
      .substrait.Type.Decimal decimal = 24;
      Specified by:
      getDecimal in interface TypeOrBuilder
      Returns:
      The decimal.
    • getDecimalOrBuilder

      public Type.DecimalOrBuilder getDecimalOrBuilder()
      .substrait.Type.Decimal decimal = 24;
      Specified by:
      getDecimalOrBuilder in interface TypeOrBuilder
    • hasPrecisionTime

      public boolean hasPrecisionTime()
      .substrait.Type.PrecisionTime precision_time = 36;
      Specified by:
      hasPrecisionTime in interface TypeOrBuilder
      Returns:
      Whether the precisionTime field is set.
    • getPrecisionTime

      public Type.PrecisionTime getPrecisionTime()
      .substrait.Type.PrecisionTime precision_time = 36;
      Specified by:
      getPrecisionTime in interface TypeOrBuilder
      Returns:
      The precisionTime.
    • getPrecisionTimeOrBuilder

      public Type.PrecisionTimeOrBuilder getPrecisionTimeOrBuilder()
      .substrait.Type.PrecisionTime precision_time = 36;
      Specified by:
      getPrecisionTimeOrBuilder in interface TypeOrBuilder
    • hasPrecisionTimestamp

      public boolean hasPrecisionTimestamp()
      .substrait.Type.PrecisionTimestamp precision_timestamp = 33;
      Specified by:
      hasPrecisionTimestamp in interface TypeOrBuilder
      Returns:
      Whether the precisionTimestamp field is set.
    • getPrecisionTimestamp

      public Type.PrecisionTimestamp getPrecisionTimestamp()
      .substrait.Type.PrecisionTimestamp precision_timestamp = 33;
      Specified by:
      getPrecisionTimestamp in interface TypeOrBuilder
      Returns:
      The precisionTimestamp.
    • getPrecisionTimestampOrBuilder

      public Type.PrecisionTimestampOrBuilder getPrecisionTimestampOrBuilder()
      .substrait.Type.PrecisionTimestamp precision_timestamp = 33;
      Specified by:
      getPrecisionTimestampOrBuilder in interface TypeOrBuilder
    • hasPrecisionTimestampTz

      public boolean hasPrecisionTimestampTz()
       value is since UNIX epoch in UTC
       
      .substrait.Type.PrecisionTimestampTZ precision_timestamp_tz = 34;
      Specified by:
      hasPrecisionTimestampTz in interface TypeOrBuilder
      Returns:
      Whether the precisionTimestampTz field is set.
    • getPrecisionTimestampTz

      public Type.PrecisionTimestampTZ getPrecisionTimestampTz()
       value is since UNIX epoch in UTC
       
      .substrait.Type.PrecisionTimestampTZ precision_timestamp_tz = 34;
      Specified by:
      getPrecisionTimestampTz in interface TypeOrBuilder
      Returns:
      The precisionTimestampTz.
    • getPrecisionTimestampTzOrBuilder

      public Type.PrecisionTimestampTZOrBuilder getPrecisionTimestampTzOrBuilder()
       value is since UNIX epoch in UTC
       
      .substrait.Type.PrecisionTimestampTZ precision_timestamp_tz = 34;
      Specified by:
      getPrecisionTimestampTzOrBuilder in interface TypeOrBuilder
    • hasStruct

      public boolean hasStruct()
      .substrait.Type.Struct struct = 25;
      Specified by:
      hasStruct in interface TypeOrBuilder
      Returns:
      Whether the struct field is set.
    • getStruct

      public Type.Struct getStruct()
      .substrait.Type.Struct struct = 25;
      Specified by:
      getStruct in interface TypeOrBuilder
      Returns:
      The struct.
    • getStructOrBuilder

      public Type.StructOrBuilder getStructOrBuilder()
      .substrait.Type.Struct struct = 25;
      Specified by:
      getStructOrBuilder in interface TypeOrBuilder
    • hasList

      public boolean hasList()
      .substrait.Type.List list = 27;
      Specified by:
      hasList in interface TypeOrBuilder
      Returns:
      Whether the list field is set.
    • getList

      public Type.List getList()
      .substrait.Type.List list = 27;
      Specified by:
      getList in interface TypeOrBuilder
      Returns:
      The list.
    • getListOrBuilder

      public Type.ListOrBuilder getListOrBuilder()
      .substrait.Type.List list = 27;
      Specified by:
      getListOrBuilder in interface TypeOrBuilder
    • hasMap

      public boolean hasMap()
      .substrait.Type.Map map = 28;
      Specified by:
      hasMap in interface TypeOrBuilder
      Returns:
      Whether the map field is set.
    • getMap

      public Type.Map getMap()
      .substrait.Type.Map map = 28;
      Specified by:
      getMap in interface TypeOrBuilder
      Returns:
      The map.
    • getMapOrBuilder

      public Type.MapOrBuilder getMapOrBuilder()
      .substrait.Type.Map map = 28;
      Specified by:
      getMapOrBuilder in interface TypeOrBuilder
    • hasUserDefined

      public boolean hasUserDefined()
      .substrait.Type.UserDefined user_defined = 30;
      Specified by:
      hasUserDefined in interface TypeOrBuilder
      Returns:
      Whether the userDefined field is set.
    • getUserDefined

      public Type.UserDefined getUserDefined()
      .substrait.Type.UserDefined user_defined = 30;
      Specified by:
      getUserDefined in interface TypeOrBuilder
      Returns:
      The userDefined.
    • getUserDefinedOrBuilder

      public Type.UserDefinedOrBuilder getUserDefinedOrBuilder()
      .substrait.Type.UserDefined user_defined = 30;
      Specified by:
      getUserDefinedOrBuilder in interface TypeOrBuilder
    • hasUserDefinedTypeReference

      @Deprecated public boolean hasUserDefinedTypeReference()
      Deprecated.
      substrait.Type.user_defined_type_reference is deprecated. See substrait/type.proto;l=53
       Deprecated in favor of user_defined, which allows nullability and
       variations to be specified. If user_defined_type_reference is
       encountered, treat it as being non-nullable and having the default
       variation.
       
      uint32 user_defined_type_reference = 31 [deprecated = true];
      Specified by:
      hasUserDefinedTypeReference in interface TypeOrBuilder
      Returns:
      Whether the userDefinedTypeReference field is set.
    • getUserDefinedTypeReference

      @Deprecated public int getUserDefinedTypeReference()
      Deprecated.
      substrait.Type.user_defined_type_reference is deprecated. See substrait/type.proto;l=53
       Deprecated in favor of user_defined, which allows nullability and
       variations to be specified. If user_defined_type_reference is
       encountered, treat it as being non-nullable and having the default
       variation.
       
      uint32 user_defined_type_reference = 31 [deprecated = true];
      Specified by:
      getUserDefinedTypeReference in interface TypeOrBuilder
      Returns:
      The userDefinedTypeReference.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Type parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Type parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Type parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Type parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Type parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Type parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Type.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Type.Builder newBuilder()
    • newBuilder

      public static Type.Builder newBuilder(Type prototype)
    • toBuilder

      public Type.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Type.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Type getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Type> parser()
    • getParserForType

      public com.google.protobuf.Parser<Type> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Type getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder