Class ExprProtos.PackOpts.Builder

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

public static final class ExprProtos.PackOpts.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExprProtos.PackOpts.Builder> implements ExprProtos.PackOptsOrBuilder
 Options for `vortex.pack`
 
Protobuf type vortex.expr.PackOpts
  • 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.PackOpts.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.PackOpts.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.PackOpts.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

      public com.google.protobuf.ProtocolStringList getPathsList()
      repeated string paths = 1;
      Specified by:
      getPathsList in interface ExprProtos.PackOptsOrBuilder
      Returns:
      A list containing the paths.
    • getPathsCount

      public int getPathsCount()
      repeated string paths = 1;
      Specified by:
      getPathsCount in interface ExprProtos.PackOptsOrBuilder
      Returns:
      The count of paths.
    • getPaths

      public String getPaths(int index)
      repeated string paths = 1;
      Specified by:
      getPaths in interface ExprProtos.PackOptsOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The paths at the given index.
    • getPathsBytes

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

      public ExprProtos.PackOpts.Builder setPaths(int index, String value)
      repeated string paths = 1;
      Parameters:
      index - The index to set the value at.
      value - The paths to set.
      Returns:
      This builder for chaining.
    • addPaths

      public ExprProtos.PackOpts.Builder addPaths(String value)
      repeated string paths = 1;
      Parameters:
      value - The paths to add.
      Returns:
      This builder for chaining.
    • addAllPaths

      public ExprProtos.PackOpts.Builder addAllPaths(Iterable<String> values)
      repeated string paths = 1;
      Parameters:
      values - The paths to add.
      Returns:
      This builder for chaining.
    • clearPaths

      public ExprProtos.PackOpts.Builder clearPaths()
      repeated string paths = 1;
      Returns:
      This builder for chaining.
    • addPathsBytes

      public ExprProtos.PackOpts.Builder addPathsBytes(com.google.protobuf.ByteString value)
      repeated string paths = 1;
      Parameters:
      value - The bytes of the paths to add.
      Returns:
      This builder for chaining.
    • getNullable

      public boolean getNullable()
      bool nullable = 2;
      Specified by:
      getNullable in interface ExprProtos.PackOptsOrBuilder
      Returns:
      The nullable.
    • setNullable

      public ExprProtos.PackOpts.Builder setNullable(boolean value)
      bool nullable = 2;
      Parameters:
      value - The nullable to set.
      Returns:
      This builder for chaining.
    • clearNullable

      public ExprProtos.PackOpts.Builder clearNullable()
      bool nullable = 2;
      Returns:
      This builder for chaining.