Class ExprProtos.CastOpts.Builder

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

public static final class ExprProtos.CastOpts.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExprProtos.CastOpts.Builder> implements ExprProtos.CastOptsOrBuilder
Protobuf type vortex.expr.CastOpts
  • 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.CastOpts.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.CastOpts.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.CastOpts.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

      public boolean hasTarget()
      .vortex.dtype.DType target = 1;
      Specified by:
      hasTarget in interface ExprProtos.CastOptsOrBuilder
      Returns:
      Whether the target field is set.
    • getTarget

      public DTypeProtos.DType getTarget()
      .vortex.dtype.DType target = 1;
      Specified by:
      getTarget in interface ExprProtos.CastOptsOrBuilder
      Returns:
      The target.
    • setTarget

      .vortex.dtype.DType target = 1;
    • setTarget

      public ExprProtos.CastOpts.Builder setTarget(DTypeProtos.DType.Builder builderForValue)
      .vortex.dtype.DType target = 1;
    • mergeTarget

      public ExprProtos.CastOpts.Builder mergeTarget(DTypeProtos.DType value)
      .vortex.dtype.DType target = 1;
    • clearTarget

      public ExprProtos.CastOpts.Builder clearTarget()
      .vortex.dtype.DType target = 1;
    • getTargetBuilder

      public DTypeProtos.DType.Builder getTargetBuilder()
      .vortex.dtype.DType target = 1;
    • getTargetOrBuilder

      public DTypeProtos.DTypeOrBuilder getTargetOrBuilder()
      .vortex.dtype.DType target = 1;
      Specified by:
      getTargetOrBuilder in interface ExprProtos.CastOptsOrBuilder