java.io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequestOrBuilder 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 WrappedAuthenticationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*
* The type of the protobuf the auth payload protobuf.
*
*
* string type = 4;
* @return The type.
*/
java.lang.String getType();
/**
*
*
* The type of the protobuf the auth payload protobuf.
*
*
* string type = 4;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
*
*
* The serialized payload of the protobuf instance.
*
*
* bytes payload = 5;
* @return The payload.
*/
com.google.protobuf.ByteString getPayload();
}