a.clickzetta-java.1.3.15.source-code.role_meta.proto 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
syntax = "proto3";
package cz.proto;
enum RoleType {
RT_SYSTEM = 0;
RT_CUSTOMIZE = 1;
}
enum RoleLevel {
RL_SYSTEM = 0;
RL_WORKSPACE = 1;
}
message Role {
string alias = 1;
RoleType type = 2;
RoleLevel level = 3;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy