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

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

  /**
   * .cz.proto.UserIdentifier principal = 1;
   * @return Whether the principal field is set.
   */
  boolean hasPrincipal();
  /**
   * .cz.proto.UserIdentifier principal = 1;
   * @return The principal.
   */
  cz.proto.AccountOuterClass.UserIdentifier getPrincipal();
  /**
   * .cz.proto.UserIdentifier principal = 1;
   */
  cz.proto.AccountOuterClass.UserIdentifierOrBuilder getPrincipalOrBuilder();

  /**
   * string access_token = 2;
   * @return The accessToken.
   */
  java.lang.String getAccessToken();
  /**
   * string access_token = 2;
   * @return The bytes for accessToken.
   */
  com.google.protobuf.ByteString
      getAccessTokenBytes();

  /**
   * repeated .cz.proto.access.CheckPrivileges.Content content = 4;
   */
  java.util.List 
      getContentList();
  /**
   * repeated .cz.proto.access.CheckPrivileges.Content content = 4;
   */
  cz.proto.access.CheckPrivileges.Content getContent(int index);
  /**
   * repeated .cz.proto.access.CheckPrivileges.Content content = 4;
   */
  int getContentCount();
  /**
   * repeated .cz.proto.access.CheckPrivileges.Content content = 4;
   */
  java.util.List 
      getContentOrBuilderList();
  /**
   * repeated .cz.proto.access.CheckPrivileges.Content content = 4;
   */
  cz.proto.access.CheckPrivileges.ContentOrBuilder getContentOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy