io.helidon.config.etcd.internal.client.proto.AuthRoleGetResponseOrBuilder 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: rpc.proto
// Protobuf Java Version: 4.27.3
package io.helidon.config.etcd.internal.client.proto;
public interface AuthRoleGetResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.AuthRoleGetResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .etcdserverpb.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
* .etcdserverpb.ResponseHeader header = 1;
* @return The header.
*/
io.helidon.config.etcd.internal.client.proto.ResponseHeader getHeader();
/**
* .etcdserverpb.ResponseHeader header = 1;
*/
io.helidon.config.etcd.internal.client.proto.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
* repeated .authpb.Permission perm = 2;
*/
java.util.List
getPermList();
/**
* repeated .authpb.Permission perm = 2;
*/
io.helidon.config.etcd.internal.client.proto.Permission getPerm(int index);
/**
* repeated .authpb.Permission perm = 2;
*/
int getPermCount();
/**
* repeated .authpb.Permission perm = 2;
*/
java.util.List extends io.helidon.config.etcd.internal.client.proto.PermissionOrBuilder>
getPermOrBuilderList();
/**
* repeated .authpb.Permission perm = 2;
*/
io.helidon.config.etcd.internal.client.proto.PermissionOrBuilder getPermOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy