java.io.deephaven.proto.backplane.grpc.ExportNotificationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-proto-backplane-grpc Show documentation
Show all versions of deephaven-proto-backplane-grpc Show documentation
The Deephaven proto-backplane-grpc
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: deephaven/proto/session.proto
// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;
public interface ExportNotificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ExportNotification)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
* @return Whether the ticket field is set.
*/
boolean hasTicket();
/**
* .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
* @return The ticket.
*/
io.deephaven.proto.backplane.grpc.Ticket getTicket();
/**
* .io.deephaven.proto.backplane.grpc.Ticket ticket = 1;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getTicketOrBuilder();
/**
* .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
* @return The enum numeric value on the wire for exportState.
*/
int getExportStateValue();
/**
* .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2;
* @return The exportState.
*/
io.deephaven.proto.backplane.grpc.ExportNotification.State getExportState();
/**
*
*
* any errors will include an id that can be used to find details of the error in the logs
*
*
* string context = 3;
* @return The context.
*/
java.lang.String getContext();
/**
*
*
* any errors will include an id that can be used to find details of the error in the logs
*
*
* string context = 3;
* @return The bytes for context.
*/
com.google.protobuf.ByteString
getContextBytes();
/**
*
*
* will be set to an identifier of the dependency that cascaded the error if applicable
*
*
* string dependent_handle = 4;
* @return The dependentHandle.
*/
java.lang.String getDependentHandle();
/**
*
*
* will be set to an identifier of the dependency that cascaded the error if applicable
*
*
* string dependent_handle = 4;
* @return The bytes for dependentHandle.
*/
com.google.protobuf.ByteString
getDependentHandleBytes();
}