io.helidon.config.etcd.internal.client.proto.PermissionOrBuilder 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 PermissionOrBuilder extends
// @@protoc_insertion_point(interface_extends:authpb.Permission)
com.google.protobuf.MessageOrBuilder {
/**
* .authpb.Permission.Type permType = 1;
* @return The enum numeric value on the wire for permType.
*/
int getPermTypeValue();
/**
* .authpb.Permission.Type permType = 1;
* @return The permType.
*/
io.helidon.config.etcd.internal.client.proto.Permission.Type getPermType();
/**
* bytes key = 2;
* @return The key.
*/
com.google.protobuf.ByteString getKey();
/**
* bytes range_end = 3;
* @return The rangeEnd.
*/
com.google.protobuf.ByteString getRangeEnd();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy