Class Table.Row.ColumnInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
org.yamcs.protobuf.Table.Row.ColumnInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Table.Row.ColumnInfoOrBuilder
Enclosing class:
Table.Row.ColumnInfo

public static final class Table.Row.ColumnInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder> implements Table.Row.ColumnInfoOrBuilder
Protobuf type yamcs.protobuf.table.Row.ColumnInfo
  • Method Details

    • 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.Builder<Table.Row.ColumnInfo.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • getDefaultInstanceForType

      public Table.Row.ColumnInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Table.Row.ColumnInfo build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Table.Row.ColumnInfo buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • setField

      public Table.Row.ColumnInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • clearField

      public Table.Row.ColumnInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • clearOneof

      public Table.Row.ColumnInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • setRepeatedField

      public Table.Row.ColumnInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • addRepeatedField

      public Table.Row.ColumnInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • mergeFrom

      public Table.Row.ColumnInfo.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Table.Row.ColumnInfo.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • mergeFrom

      public Table.Row.ColumnInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Table.Row.ColumnInfo.Builder>
      Throws:
      IOException
    • hasId

      public boolean hasId()
      optional uint32 id = 1;
      Specified by:
      hasId in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public int getId()
      optional uint32 id = 1;
      Specified by:
      getId in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The id.
    • setId

      public Table.Row.ColumnInfo.Builder setId(int value)
      optional uint32 id = 1;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public Table.Row.ColumnInfo.Builder clearId()
      optional uint32 id = 1;
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
      optional string name = 2;
      Specified by:
      hasName in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
      optional string name = 2;
      Specified by:
      getName in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      Specified by:
      getNameBytes in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Table.Row.ColumnInfo.Builder setName(String value)
      optional string name = 2;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Table.Row.ColumnInfo.Builder clearName()
      optional string name = 2;
      Returns:
      This builder for chaining.
    • setNameBytes

      public Table.Row.ColumnInfo.Builder setNameBytes(com.google.protobuf.ByteString value)
      optional string name = 2;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasType

      public boolean hasType()
      optional string type = 3;
      Specified by:
      hasType in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      public String getType()
      optional string type = 3;
      Specified by:
      getType in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
      optional string type = 3;
      Specified by:
      getTypeBytes in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The bytes for type.
    • setType

      public Table.Row.ColumnInfo.Builder setType(String value)
      optional string type = 3;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public Table.Row.ColumnInfo.Builder clearType()
      optional string type = 3;
      Returns:
      This builder for chaining.
    • setTypeBytes

      public Table.Row.ColumnInfo.Builder setTypeBytes(com.google.protobuf.ByteString value)
      optional string type = 3;
      Parameters:
      value - The bytes for type to set.
      Returns:
      This builder for chaining.
    • hasProtoClass

      public boolean hasProtoClass()
       The name of the class implementing the proto object if dataType is PROTOBUF
       
      optional string protoClass = 4;
      Specified by:
      hasProtoClass in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      Whether the protoClass field is set.
    • getProtoClass

      public String getProtoClass()
       The name of the class implementing the proto object if dataType is PROTOBUF
       
      optional string protoClass = 4;
      Specified by:
      getProtoClass in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The protoClass.
    • getProtoClassBytes

      public com.google.protobuf.ByteString getProtoClassBytes()
       The name of the class implementing the proto object if dataType is PROTOBUF
       
      optional string protoClass = 4;
      Specified by:
      getProtoClassBytes in interface Table.Row.ColumnInfoOrBuilder
      Returns:
      The bytes for protoClass.
    • setProtoClass

      public Table.Row.ColumnInfo.Builder setProtoClass(String value)
       The name of the class implementing the proto object if dataType is PROTOBUF
       
      optional string protoClass = 4;
      Parameters:
      value - The protoClass to set.
      Returns:
      This builder for chaining.
    • clearProtoClass

      public Table.Row.ColumnInfo.Builder clearProtoClass()
       The name of the class implementing the proto object if dataType is PROTOBUF
       
      optional string protoClass = 4;
      Returns:
      This builder for chaining.
    • setProtoClassBytes

      public Table.Row.ColumnInfo.Builder setProtoClassBytes(com.google.protobuf.ByteString value)
       The name of the class implementing the proto object if dataType is PROTOBUF
       
      optional string protoClass = 4;
      Parameters:
      value - The bytes for protoClass to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Table.Row.ColumnInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>
    • mergeUnknownFields

      public final Table.Row.ColumnInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Table.Row.ColumnInfo.Builder>