cz.proto.ViewOrBuilder 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 ViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.View)
com.google.protobuf.MessageOrBuilder {
/**
* string view_expanded_text = 1;
* @return The viewExpandedText.
*/
java.lang.String getViewExpandedText();
/**
* string view_expanded_text = 1;
* @return The bytes for viewExpandedText.
*/
com.google.protobuf.ByteString
getViewExpandedTextBytes();
/**
* string view_original_text = 2;
* @return The viewOriginalText.
*/
java.lang.String getViewOriginalText();
/**
* string view_original_text = 2;
* @return The bytes for viewOriginalText.
*/
com.google.protobuf.ByteString
getViewOriginalTextBytes();
/**
* .cz.proto.MVExtension mv_extension = 5;
* @return Whether the mvExtension field is set.
*/
boolean hasMvExtension();
/**
* .cz.proto.MVExtension mv_extension = 5;
* @return The mvExtension.
*/
cz.proto.MVExtension getMvExtension();
/**
* .cz.proto.MVExtension mv_extension = 5;
*/
cz.proto.MVExtensionOrBuilder getMvExtensionOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy