All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show 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 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy