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

io.helidon.config.etcd.internal.client.proto.AuthenticateRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

package io.helidon.config.etcd.internal.client.proto;

public interface AuthenticateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.AuthenticateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string password = 2;
   * @return The password.
   */
  java.lang.String getPassword();
  /**
   * string password = 2;
   * @return The bytes for password.
   */
  com.google.protobuf.ByteString
      getPasswordBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy