a.clickzetta-java.1.3.15.source-code.share_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;
import 'object_identifier.proto';
message Share {
ObjectIdentifier provider_workspace = 1;
enum Kind {
INBOUND = 0;
OUTBOUND = 1;
}
// Kind is only for show shares
Kind kind = 2;
enum Scope {
PRIVATE = 0;
PUBLIC = 1;
}
Scope scope = 3;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy