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

alluxio.grpc.SaslMessageOrBuilder Maven / Gradle / Ivy

There is a newer version: 313
Show newest version
// Generated by the protocol buffer alluxio.shaded.client.com.iler.  DO NOT EDIT!
// source: grpc/sasl_server.proto

package alluxio.grpc;

public interface SaslMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:alluxio.grpc.sasl.SaslMessage)
    alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {

  /**
   * optional .alluxio.grpc.sasl.SaslMessageType messageType = 1;
   * @return Whether the messageType field is set.
   */
  boolean hasMessageType();
  /**
   * optional .alluxio.grpc.sasl.SaslMessageType messageType = 1;
   * @return The messageType.
   */
  alluxio.grpc.SaslMessageType getMessageType();

  /**
   * optional bytes message = 2;
   * @return Whether the message field is set.
   */
  boolean hasMessage();
  /**
   * optional bytes message = 2;
   * @return The message.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString getMessage();

  /**
   * optional string clientId = 3;
   * @return Whether the clientId field is set.
   */
  boolean hasClientId();
  /**
   * optional string clientId = 3;
   * @return The clientId.
   */
  java.lang.String getClientId();
  /**
   * optional string clientId = 3;
   * @return The bytes for clientId.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getClientIdBytes();

  /**
   * optional .alluxio.grpc.sasl.ChannelAuthenticationScheme authenticationScheme = 4;
   * @return Whether the authenticationScheme field is set.
   */
  boolean hasAuthenticationScheme();
  /**
   * optional .alluxio.grpc.sasl.ChannelAuthenticationScheme authenticationScheme = 4;
   * @return The authenticationScheme.
   */
  alluxio.grpc.ChannelAuthenticationScheme getAuthenticationScheme();

  /**
   * optional string channelRef = 5;
   * @return Whether the channelRef field is set.
   */
  boolean hasChannelRef();
  /**
   * optional string channelRef = 5;
   * @return The channelRef.
   */
  java.lang.String getChannelRef();
  /**
   * optional string channelRef = 5;
   * @return The bytes for channelRef.
   */
  alluxio.shaded.client.com.google.protobuf.ByteString
      getChannelRefBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy