java.io.deephaven.proto.backplane.grpc.ReleaseRequestOrBuilder 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
The newest version!
// 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 ReleaseRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.ReleaseRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .io.deephaven.proto.backplane.grpc.Ticket id = 1;
* @return Whether the id field is set.
*/
boolean hasId();
/**
* .io.deephaven.proto.backplane.grpc.Ticket id = 1;
* @return The id.
*/
io.deephaven.proto.backplane.grpc.Ticket getId();
/**
* .io.deephaven.proto.backplane.grpc.Ticket id = 1;
*/
io.deephaven.proto.backplane.grpc.TicketOrBuilder getIdOrBuilder();
}