Interface ExportedTableUpdateMessageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.grpc.Ticket export_id = 1;
    .io.deephaven.proto.backplane.grpc.Ticket export_id = 1;
    long
    sint64 size = 2 [jstype = JS_STRING];
    string update_failure_message = 3;
    com.google.protobuf.ByteString
    string update_failure_message = 3;
    boolean
    .io.deephaven.proto.backplane.grpc.Ticket export_id = 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

    • hasExportId

      boolean hasExportId()
      .io.deephaven.proto.backplane.grpc.Ticket export_id = 1;
      Returns:
      Whether the exportId field is set.
    • getExportId

      Ticket getExportId()
      .io.deephaven.proto.backplane.grpc.Ticket export_id = 1;
      Returns:
      The exportId.
    • getExportIdOrBuilder

      TicketOrBuilder getExportIdOrBuilder()
      .io.deephaven.proto.backplane.grpc.Ticket export_id = 1;
    • getSize

      long getSize()
      sint64 size = 2 [jstype = JS_STRING];
      Returns:
      The size.
    • getUpdateFailureMessage

      String getUpdateFailureMessage()
      string update_failure_message = 3;
      Returns:
      The updateFailureMessage.
    • getUpdateFailureMessageBytes

      com.google.protobuf.ByteString getUpdateFailureMessageBytes()
      string update_failure_message = 3;
      Returns:
      The bytes for updateFailureMessage.