io.helidon.config.etcd.internal.client.proto.AuthRoleRevokePermissionRequestOrBuilder 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 AuthRoleRevokePermissionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.AuthRoleRevokePermissionRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string role = 1;
* @return The role.
*/
java.lang.String getRole();
/**
* string role = 1;
* @return The bytes for role.
*/
com.google.protobuf.ByteString
getRoleBytes();
/**
* string key = 2;
* @return The key.
*/
java.lang.String getKey();
/**
* string key = 2;
* @return The bytes for key.
*/
com.google.protobuf.ByteString
getKeyBytes();
/**
* string range_end = 3;
* @return The rangeEnd.
*/
java.lang.String getRangeEnd();
/**
* string range_end = 3;
* @return The bytes for rangeEnd.
*/
com.google.protobuf.ByteString
getRangeEndBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy