io.helidon.config.etcd.internal.client.proto.RoleOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helidon-config-etcd Show documentation
Show all versions of helidon-config-etcd Show documentation
etcd config source implementation.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: auth.proto
// Protobuf Java Version: 4.27.3
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 extends io.helidon.config.etcd.internal.client.proto.PermissionOrBuilder>
getKeyPermissionOrBuilderList();
/**
* repeated .authpb.Permission keyPermission = 2;
*/
io.helidon.config.etcd.internal.client.proto.PermissionOrBuilder getKeyPermissionOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy