cz.proto.IndexOrBuilder 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: table_common.proto
package cz.proto;
public interface IndexOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.Index)
com.google.protobuf.MessageOrBuilder {
/**
* .cz.proto.IndexType type = 1;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .cz.proto.IndexType type = 1;
* @return The type.
*/
cz.proto.IndexType getType();
/**
* .cz.proto.IndexKey key = 2;
* @return Whether the key field is set.
*/
boolean hasKey();
/**
* .cz.proto.IndexKey key = 2;
* @return The key.
*/
cz.proto.IndexKey getKey();
/**
* .cz.proto.IndexKey key = 2;
*/
cz.proto.IndexKeyOrBuilder getKeyOrBuilder();
/**
* .cz.proto.ObjectIdentifier table = 3;
* @return Whether the table field is set.
*/
boolean hasTable();
/**
* .cz.proto.ObjectIdentifier table = 3;
* @return The table.
*/
cz.proto.ObjectIdentifier getTable();
/**
* .cz.proto.ObjectIdentifier table = 3;
*/
cz.proto.ObjectIdentifierOrBuilder getTableOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy