Class ExportNotification.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ExportNotification.Builder>
io.deephaven.proto.backplane.grpc.ExportNotification.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ExportNotificationOrBuilder, Cloneable
Enclosing class:
ExportNotification

public static final class ExportNotification.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExportNotification.Builder> implements ExportNotificationOrBuilder
Protobuf type io.deephaven.proto.backplane.grpc.ExportNotification
  • 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<ExportNotification.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<ExportNotification.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<ExportNotification.Builder>
    • getDefaultInstanceForType

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

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

      public ExportNotification 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<ExportNotification.Builder>
    • setField

      public ExportNotification.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<ExportNotification.Builder>
    • clearField

      public ExportNotification.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<ExportNotification.Builder>
    • clearOneof

      public ExportNotification.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<ExportNotification.Builder>
    • setRepeatedField

      public ExportNotification.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<ExportNotification.Builder>
    • addRepeatedField

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

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

      public ExportNotification.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<ExportNotification.Builder>
      Throws:
      IOException
    • hasTicket

      public boolean hasTicket()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
      Specified by:
      hasTicket in interface ExportNotificationOrBuilder
      Returns:
      Whether the ticket field is set.
    • getTicket

      public Ticket getTicket()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
      Specified by:
      getTicket in interface ExportNotificationOrBuilder
      Returns:
      The ticket.
    • setTicket

      public ExportNotification.Builder setTicket(Ticket value)
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • setTicket

      public ExportNotification.Builder setTicket(Ticket.Builder builderForValue)
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • mergeTicket

      public ExportNotification.Builder mergeTicket(Ticket value)
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • clearTicket

      public ExportNotification.Builder clearTicket()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • getTicketBuilder

      public Ticket.Builder getTicketBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • getTicketOrBuilder

      public TicketOrBuilder getTicketOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
      Specified by:
      getTicketOrBuilder in interface ExportNotificationOrBuilder
    • getExportStateValue

      public int getExportStateValue()
      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Specified by:
      getExportStateValue in interface ExportNotificationOrBuilder
      Returns:
      The enum numeric value on the wire for exportState.
    • setExportStateValue

      public ExportNotification.Builder setExportStateValue(int value)
      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Parameters:
      value - The enum numeric value on the wire for exportState to set.
      Returns:
      This builder for chaining.
    • getExportState

      public ExportNotification.State getExportState()
      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Specified by:
      getExportState in interface ExportNotificationOrBuilder
      Returns:
      The exportState.
    • setExportState

      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Parameters:
      value - The exportState to set.
      Returns:
      This builder for chaining.
    • clearExportState

      public ExportNotification.Builder clearExportState()
      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Returns:
      This builder for chaining.
    • getContext

      public String getContext()
       any errors will include an id that can be used to find details of the error in the logs
       
      string context = 3;
      Specified by:
      getContext in interface ExportNotificationOrBuilder
      Returns:
      The context.
    • getContextBytes

      public com.google.protobuf.ByteString getContextBytes()
       any errors will include an id that can be used to find details of the error in the logs
       
      string context = 3;
      Specified by:
      getContextBytes in interface ExportNotificationOrBuilder
      Returns:
      The bytes for context.
    • setContext

      public ExportNotification.Builder setContext(String value)
       any errors will include an id that can be used to find details of the error in the logs
       
      string context = 3;
      Parameters:
      value - The context to set.
      Returns:
      This builder for chaining.
    • clearContext

      public ExportNotification.Builder clearContext()
       any errors will include an id that can be used to find details of the error in the logs
       
      string context = 3;
      Returns:
      This builder for chaining.
    • setContextBytes

      public ExportNotification.Builder setContextBytes(com.google.protobuf.ByteString value)
       any errors will include an id that can be used to find details of the error in the logs
       
      string context = 3;
      Parameters:
      value - The bytes for context to set.
      Returns:
      This builder for chaining.
    • getDependentHandle

      public String getDependentHandle()
       will be set to an identifier of the dependency that cascaded the error if applicable
       
      string dependent_handle = 4;
      Specified by:
      getDependentHandle in interface ExportNotificationOrBuilder
      Returns:
      The dependentHandle.
    • getDependentHandleBytes

      public com.google.protobuf.ByteString getDependentHandleBytes()
       will be set to an identifier of the dependency that cascaded the error if applicable
       
      string dependent_handle = 4;
      Specified by:
      getDependentHandleBytes in interface ExportNotificationOrBuilder
      Returns:
      The bytes for dependentHandle.
    • setDependentHandle

      public ExportNotification.Builder setDependentHandle(String value)
       will be set to an identifier of the dependency that cascaded the error if applicable
       
      string dependent_handle = 4;
      Parameters:
      value - The dependentHandle to set.
      Returns:
      This builder for chaining.
    • clearDependentHandle

      public ExportNotification.Builder clearDependentHandle()
       will be set to an identifier of the dependency that cascaded the error if applicable
       
      string dependent_handle = 4;
      Returns:
      This builder for chaining.
    • setDependentHandleBytes

      public ExportNotification.Builder setDependentHandleBytes(com.google.protobuf.ByteString value)
       will be set to an identifier of the dependency that cascaded the error if applicable
       
      string dependent_handle = 4;
      Parameters:
      value - The bytes for dependentHandle to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ExportNotification.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<ExportNotification.Builder>
    • mergeUnknownFields

      public final ExportNotification.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<ExportNotification.Builder>