cz.proto.ObjectIdentifierListOrBuilder 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: object_identifier.proto
package cz.proto;
public interface ObjectIdentifierListOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.ObjectIdentifierList)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .cz.proto.ObjectIdentifier identifiers = 1;
*/
java.util.List
getIdentifiersList();
/**
* repeated .cz.proto.ObjectIdentifier identifiers = 1;
*/
cz.proto.ObjectIdentifier getIdentifiers(int index);
/**
* repeated .cz.proto.ObjectIdentifier identifiers = 1;
*/
int getIdentifiersCount();
/**
* repeated .cz.proto.ObjectIdentifier identifiers = 1;
*/
java.util.List extends cz.proto.ObjectIdentifierOrBuilder>
getIdentifiersOrBuilderList();
/**
* repeated .cz.proto.ObjectIdentifier identifiers = 1;
*/
cz.proto.ObjectIdentifierOrBuilder getIdentifiersOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy