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

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

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

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

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.helidon.config.etcd.internal.client.proto.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.helidon.config.etcd.internal.client.proto.PermissionOrBuilder getKeyPermissionOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy