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

io.etcd.jetcd.api.RoleOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: auth.proto

// Protobuf Java Version: 3.25.1
package io.etcd.jetcd.api;

public interface RoleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:authpb.Role)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bytes name = 1;
   * @return The name.
   */
  com.google.protobuf.ByteString getName();

  /**
   * repeated .authpb.Permission keyPermission = 2;
   */
  java.util.List 
      getKeyPermissionList();
  /**
   * repeated .authpb.Permission keyPermission = 2;
   */
  io.etcd.jetcd.api.Permission getKeyPermission(int index);
  /**
   * repeated .authpb.Permission keyPermission = 2;
   */
  int getKeyPermissionCount();
  /**
   * repeated .authpb.Permission keyPermission = 2;
   */
  java.util.List 
      getKeyPermissionOrBuilderList();
  /**
   * repeated .authpb.Permission keyPermission = 2;
   */
  io.etcd.jetcd.api.PermissionOrBuilder getKeyPermissionOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy