cz.proto.access.GrantPrivilegeOrBuilder 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 GrantPrivilegeOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.access.GrantPrivilege)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.access.PrivilegeContent content = 1;
* @return Whether the content field is set.
*/
boolean hasContent();
/**
* .cz.proto.access.PrivilegeContent content = 1;
* @return The content.
*/
cz.proto.access.PrivilegeContent getContent();
/**
* .cz.proto.access.PrivilegeContent content = 1;
*/
cz.proto.access.PrivilegeContentOrBuilder getContentOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy