All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cz.proto.TableFormatInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_meta.proto

package cz.proto;

public interface TableFormatInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.TableFormatInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * common fields
   * 
* * int64 snapshot_id = 1; * @return The snapshotId. */ long getSnapshotId(); /** * .cz.proto.TableFormatInfo.Iceberg iceberg = 10; * @return Whether the iceberg field is set. */ boolean hasIceberg(); /** * .cz.proto.TableFormatInfo.Iceberg iceberg = 10; * @return The iceberg. */ cz.proto.TableFormatInfo.Iceberg getIceberg(); /** * .cz.proto.TableFormatInfo.Iceberg iceberg = 10; */ cz.proto.TableFormatInfo.IcebergOrBuilder getIcebergOrBuilder(); public cz.proto.TableFormatInfo.FormatCase getFormatCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy