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

com.ibm.etcd.api.AuthRoleRevokePermissionRequestOrBuilder Maven / Gradle / Ivy

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

package com.ibm.etcd.api;

public interface AuthRoleRevokePermissionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.AuthRoleRevokePermissionRequest)
    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();

  /**
   * bytes key = 2;
   * @return The key.
   */
  com.google.protobuf.ByteString getKey();

  /**
   * bytes range_end = 3;
   * @return The rangeEnd.
   */
  com.google.protobuf.ByteString getRangeEnd();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy