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

cz.proto.access.SubjectOrBuilder 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 SubjectOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.access.Subject)
    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 user_id = 10;
   * @return Whether the userId field is set.
   */
  boolean hasUserId();
  /**
   * int64 user_id = 10;
   * @return The userId.
   */
  long getUserId();

  public cz.proto.access.Subject.ExtendedCase getExtendedCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy