cz.proto.access.GrantEntityOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickzetta-java Show documentation
Show all versions of clickzetta-java Show documentation
The java SDK for clickzetta's Lakehouse
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: privilege.proto
package cz.proto.access;
public interface GrantEntityOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.access.GrantEntity)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.access.Subject subject = 1;
* @return Whether the subject field is set.
*/
boolean hasSubject();
/**
* .cz.proto.access.Subject subject = 1;
* @return The subject.
*/
cz.proto.access.Subject getSubject();
/**
* .cz.proto.access.Subject subject = 1;
*/
cz.proto.access.SubjectOrBuilder getSubjectOrBuilder();
/**
* .cz.proto.access.GrantRole role = 10;
* @return Whether the role field is set.
*/
boolean hasRole();
/**
* .cz.proto.access.GrantRole role = 10;
* @return The role.
*/
cz.proto.access.GrantRole getRole();
/**
* .cz.proto.access.GrantRole role = 10;
*/
cz.proto.access.GrantRoleOrBuilder getRoleOrBuilder();
/**
* .cz.proto.access.GrantPrivilege privilege = 11;
* @return Whether the privilege field is set.
*/
boolean hasPrivilege();
/**
* .cz.proto.access.GrantPrivilege privilege = 11;
* @return The privilege.
*/
cz.proto.access.GrantPrivilege getPrivilege();
/**
* .cz.proto.access.GrantPrivilege privilege = 11;
*/
cz.proto.access.GrantPrivilegeOrBuilder getPrivilegeOrBuilder();
public cz.proto.access.GrantEntity.DerivedCase getDerivedCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy