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

cz.proto.access.GrantRoleOrBuilder 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 GrantRoleOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.access.GrantRole)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .cz.proto.ObjectIdentifier identifier = 1;
   * @return Whether the identifier field is set.
   */
  boolean hasIdentifier();
  /**
   * .cz.proto.ObjectIdentifier identifier = 1;
   * @return The identifier.
   */
  cz.proto.ObjectIdentifier getIdentifier();
  /**
   * .cz.proto.ObjectIdentifier identifier = 1;
   */
  cz.proto.ObjectIdentifierOrBuilder getIdentifierOrBuilder();

  /**
   * int64 authorization_time_ms = 2;
   * @return The authorizationTimeMs.
   */
  long getAuthorizationTimeMs();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy