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

protobuf.java.io.helidon.config.etcd.internal.client.proto.AuthRoleDeleteRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

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

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

  /**
   * string role = 1;
   * @return The role.
   */
  java.lang.String getRole();
  /**
   * string role = 1;
   * @return The bytes for role.
   */
  com.google.protobuf.ByteString
      getRoleBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy