cz.proto.JobSummaryLocationOrBuilder 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 JobSummaryLocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:cz.proto.JobSummaryLocation)
com.google.protobuf.MessageOrBuilder {
/**
* string summary_location = 1;
* @return The summaryLocation.
*/
java.lang.String getSummaryLocation();
/**
* string summary_location = 1;
* @return The bytes for summaryLocation.
*/
com.google.protobuf.ByteString
getSummaryLocationBytes();
/**
* string plan_location = 2;
* @return The planLocation.
*/
java.lang.String getPlanLocation();
/**
* string plan_location = 2;
* @return The bytes for planLocation.
*/
com.google.protobuf.ByteString
getPlanLocationBytes();
/**
* string stats_location = 3;
* @return The statsLocation.
*/
java.lang.String getStatsLocation();
/**
* string stats_location = 3;
* @return The bytes for statsLocation.
*/
com.google.protobuf.ByteString
getStatsLocationBytes();
/**
* string progress_location = 4;
* @return The progressLocation.
*/
java.lang.String getProgressLocation();
/**
* string progress_location = 4;
* @return The bytes for progressLocation.
*/
com.google.protobuf.ByteString
getProgressLocationBytes();
/**
* string result_location = 5;
* @return The resultLocation.
*/
java.lang.String getResultLocation();
/**
* string result_location = 5;
* @return The bytes for resultLocation.
*/
com.google.protobuf.ByteString
getResultLocationBytes();
/**
* string base_location = 10;
* @return The baseLocation.
*/
java.lang.String getBaseLocation();
/**
* string base_location = 10;
* @return The bytes for baseLocation.
*/
com.google.protobuf.ByteString
getBaseLocationBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy