Interface ExportNotificationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExportNotification, ExportNotification.Builder

public interface ExportNotificationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    any errors will include an id that can be used to find details of the error in the logs
    com.google.protobuf.ByteString
    any errors will include an id that can be used to find details of the error in the logs
    will be set to an identifier of the dependency that cascaded the error if applicable
    com.google.protobuf.ByteString
    will be set to an identifier of the dependency that cascaded the error if applicable
    .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
    int
    .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
    .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasTicket

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

      Ticket getTicket()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
      Returns:
      The ticket.
    • getTicketOrBuilder

      TicketOrBuilder getTicketOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
    • getExportStateValue

      int getExportStateValue()
      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Returns:
      The enum numeric value on the wire for exportState.
    • getExportState

      ExportNotification.State getExportState()
      .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
      Returns:
      The exportState.
    • getContext

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

      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;
      Returns:
      The bytes for context.
    • getDependentHandle

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

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