cz.proto.access.SubjectOrBuilder 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 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