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

com.clickzetta.jobcache.proto.JobResultCacheMetaOrBuilder Maven / Gradle / Ivy

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

package com.clickzetta.jobcache.proto;

public interface JobResultCacheMetaOrBuilder extends
    // @@protoc_insertion_point(interface_extends:com.clickzetta.jobcache.JobResultCacheMeta)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional uint64 instance_id = 1;
   * @return Whether the instanceId field is set.
   */
  boolean hasInstanceId();
  /**
   * optional uint64 instance_id = 1;
   * @return The instanceId.
   */
  long getInstanceId();

  /**
   * optional uint64 workspace_id = 2;
   * @return Whether the workspaceId field is set.
   */
  boolean hasWorkspaceId();
  /**
   * optional uint64 workspace_id = 2;
   * @return The workspaceId.
   */
  long getWorkspaceId();

  /**
   * optional string job_signature = 3;
   * @return Whether the jobSignature field is set.
   */
  boolean hasJobSignature();
  /**
   * optional string job_signature = 3;
   * @return The jobSignature.
   */
  java.lang.String getJobSignature();
  /**
   * optional string job_signature = 3;
   * @return The bytes for jobSignature.
   */
  com.google.protobuf.ByteString
      getJobSignatureBytes();

  /**
   * optional string preprocessed_plan = 4;
   * @return Whether the preprocessedPlan field is set.
   */
  boolean hasPreprocessedPlan();
  /**
   * optional string preprocessed_plan = 4;
   * @return The preprocessedPlan.
   */
  java.lang.String getPreprocessedPlan();
  /**
   * optional string preprocessed_plan = 4;
   * @return The bytes for preprocessedPlan.
   */
  com.google.protobuf.ByteString
      getPreprocessedPlanBytes();

  /**
   * optional string result_files = 5;
   * @return Whether the resultFiles field is set.
   */
  boolean hasResultFiles();
  /**
   * optional string result_files = 5;
   * @return The resultFiles.
   */
  java.lang.String getResultFiles();
  /**
   * optional string result_files = 5;
   * @return The bytes for resultFiles.
   */
  com.google.protobuf.ByteString
      getResultFilesBytes();

  /**
   * optional uint64 start_time_ms = 6;
   * @return Whether the startTimeMs field is set.
   */
  boolean hasStartTimeMs();
  /**
   * optional uint64 start_time_ms = 6;
   * @return The startTimeMs.
   */
  long getStartTimeMs();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy