cz.proto.access.CheckPrivilegesOrBuilder 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 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 extends cz.proto.access.CheckPrivileges.ContentOrBuilder>
getContentOrBuilderList();
/**
* repeated .cz.proto.access.CheckPrivileges.Content content = 4;
*/
cz.proto.access.CheckPrivileges.ContentOrBuilder getContentOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy