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

cz.proto.access.RevokePrivilegeOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: privilege.proto

package cz.proto.access;

public interface RevokePrivilegeOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.access.RevokePrivilege)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.access.PrivilegeContent content = 1;
   * @return Whether the content field is set.
   */
  boolean hasContent();
  /**
   * .cz.proto.access.PrivilegeContent content = 1;
   * @return The content.
   */
  cz.proto.access.PrivilegeContent getContent();
  /**
   * .cz.proto.access.PrivilegeContent content = 1;
   */
  cz.proto.access.PrivilegeContentOrBuilder getContentOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy