cz.proto.JobHistoryOrBuilder 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: job_meta.proto
package cz.proto;
public interface JobHistoryOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.JobHistory)
com.google.protobuf.MessageOrBuilder {
/**
* string coordinator_host = 1;
* @return The coordinatorHost.
*/
java.lang.String getCoordinatorHost();
/**
* string coordinator_host = 1;
* @return The bytes for coordinatorHost.
*/
com.google.protobuf.ByteString
getCoordinatorHostBytes();
/**
* uint64 coordinator_version = 2;
* @return The coordinatorVersion.
*/
long getCoordinatorVersion();
/**
* uint64 start_time_ms = 3;
* @return The startTimeMs.
*/
long getStartTimeMs();
/**
* string release_version = 4;
* @return The releaseVersion.
*/
java.lang.String getReleaseVersion();
/**
* string release_version = 4;
* @return The bytes for releaseVersion.
*/
com.google.protobuf.ByteString
getReleaseVersionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy