java.io.deephaven.proto.backplane.grpc.HandshakeResponseOrBuilder 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 HandshakeResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.HandshakeResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
* The metadata header to identify the session. This value is static and defined via configuration.
*
*
* bytes metadata_header = 1 [deprecated = true];
* @deprecated io.deephaven.proto.backplane.grpc.HandshakeResponse.metadata_header is deprecated.
* See deephaven/proto/session.proto;l=138
* @return The metadataHeader.
*/
@java.lang.Deprecated com.google.protobuf.ByteString getMetadataHeader();
/**
*
*
* Arbitrary session_token to assign to the value to the provided metadata header.
*
*
* bytes session_token = 2 [deprecated = true];
* @deprecated io.deephaven.proto.backplane.grpc.HandshakeResponse.session_token is deprecated.
* See deephaven/proto/session.proto;l=143
* @return The sessionToken.
*/
@java.lang.Deprecated com.google.protobuf.ByteString getSessionToken();
/**
*
*
* When this session_token will be considered invalid by the server.
*
*
* sint64 token_deadline_time_millis = 3 [deprecated = true, jstype = JS_STRING];
* @deprecated io.deephaven.proto.backplane.grpc.HandshakeResponse.token_deadline_time_millis is deprecated.
* See deephaven/proto/session.proto;l=148
* @return The tokenDeadlineTimeMillis.
*/
@java.lang.Deprecated long getTokenDeadlineTimeMillis();
/**
*
*
* The length of time that this token was intended to live. Note that `refreshSessionToken` may return the
* existing token to reduce overhead and to prevent denial-of-service caused by refreshing too frequently.
*
*
* sint64 token_expiration_delay_millis = 4 [deprecated = true, jstype = JS_STRING];
* @deprecated io.deephaven.proto.backplane.grpc.HandshakeResponse.token_expiration_delay_millis is deprecated.
* See deephaven/proto/session.proto;l=154
* @return The tokenExpirationDelayMillis.
*/
@java.lang.Deprecated long getTokenExpirationDelayMillis();
}