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

io.helidon.config.etcd.internal.client.proto.PermissionOrBuilder 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 PermissionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:authpb.Permission)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .authpb.Permission.Type permType = 1;
   */
  int getPermTypeValue();
  /**
   * .authpb.Permission.Type permType = 1;
   */
  io.helidon.config.etcd.internal.client.proto.Permission.Type getPermType();

  /**
   * bytes key = 2;
   */
  com.google.protobuf.ByteString getKey();

  /**
   * bytes range_end = 3;
   */
  com.google.protobuf.ByteString getRangeEnd();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy