cz.proto.access.RevokeRoleOrBuilder 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 RevokeRoleOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.access.RevokeRole)
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 authorization_time_ms = 2;
* @return The authorizationTimeMs.
*/
long getAuthorizationTimeMs();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy