Class ExprProtos.FieldNames.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExprProtos.FieldNames.Builder>
dev.vortex.proto.ExprProtos.FieldNames.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ExprProtos.FieldNamesOrBuilder, Cloneable
Enclosing class:
ExprProtos.FieldNames

public static final class ExprProtos.FieldNames.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExprProtos.FieldNames.Builder> implements ExprProtos.FieldNamesOrBuilder
Protobuf type vortex.expr.FieldNames
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExprProtos.FieldNames.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.GeneratedMessage.Builder<ExprProtos.FieldNames.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.GeneratedMessage.Builder<ExprProtos.FieldNames.Builder>
    • getDefaultInstanceForType

      public ExprProtos.FieldNames getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ExprProtos.FieldNames build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ExprProtos.FieldNames buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ExprProtos.FieldNames.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<ExprProtos.FieldNames.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExprProtos.FieldNames.Builder>
    • mergeFrom

      public ExprProtos.FieldNames.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<ExprProtos.FieldNames.Builder>
      Throws:
      IOException
    • getNamesList

      public com.google.protobuf.ProtocolStringList getNamesList()
      repeated string names = 1;
      Specified by:
      getNamesList in interface ExprProtos.FieldNamesOrBuilder
      Returns:
      A list containing the names.
    • getNamesCount

      public int getNamesCount()
      repeated string names = 1;
      Specified by:
      getNamesCount in interface ExprProtos.FieldNamesOrBuilder
      Returns:
      The count of names.
    • getNames

      public String getNames(int index)
      repeated string names = 1;
      Specified by:
      getNames in interface ExprProtos.FieldNamesOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The names at the given index.
    • getNamesBytes

      public com.google.protobuf.ByteString getNamesBytes(int index)
      repeated string names = 1;
      Specified by:
      getNamesBytes in interface ExprProtos.FieldNamesOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the names at the given index.
    • setNames

      public ExprProtos.FieldNames.Builder setNames(int index, String value)
      repeated string names = 1;
      Parameters:
      index - The index to set the value at.
      value - The names to set.
      Returns:
      This builder for chaining.
    • addNames

      public ExprProtos.FieldNames.Builder addNames(String value)
      repeated string names = 1;
      Parameters:
      value - The names to add.
      Returns:
      This builder for chaining.
    • addAllNames

      public ExprProtos.FieldNames.Builder addAllNames(Iterable<String> values)
      repeated string names = 1;
      Parameters:
      values - The names to add.
      Returns:
      This builder for chaining.
    • clearNames

      public ExprProtos.FieldNames.Builder clearNames()
      repeated string names = 1;
      Returns:
      This builder for chaining.
    • addNamesBytes

      public ExprProtos.FieldNames.Builder addNamesBytes(com.google.protobuf.ByteString value)
      repeated string names = 1;
      Parameters:
      value - The bytes of the names to add.
      Returns:
      This builder for chaining.