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

com.volcengine.service.imp.model.business.JobOutputOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: imp/business/imp_common.proto

package com.volcengine.service.imp.model.business;

public interface JobOutputOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Business.JobOutput)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 任务模板id
   * 
* * string TemplateId = 1; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 任务模板id
   * 
* * string TemplateId = 1; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 任务输出info
   * 
* * string Properties = 2; * @return The properties. */ java.lang.String getProperties(); /** *
   * 任务输出info
   * 
* * string Properties = 2; * @return The bytes for properties. */ com.google.protobuf.ByteString getPropertiesBytes(); /** * string Code = 3; * @return The code. */ java.lang.String getCode(); /** * string Code = 3; * @return The bytes for code. */ com.google.protobuf.ByteString getCodeBytes(); /** * string FileMessageId = 4; * @return The fileMessageId. */ java.lang.String getFileMessageId(); /** * string FileMessageId = 4; * @return The bytes for fileMessageId. */ com.google.protobuf.ByteString getFileMessageIdBytes(); /** *
   * 任务类型
   * 
* * string TaskType = 5; * @return The taskType. */ java.lang.String getTaskType(); /** *
   * 任务类型
   * 
* * string TaskType = 5; * @return The bytes for taskType. */ com.google.protobuf.ByteString getTaskTypeBytes(); /** *
   * 任务状态
   * 
* * string Status = 6; * @return The status. */ java.lang.String getStatus(); /** *
   * 任务状态
   * 
* * string Status = 6; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** * string ActivityId = 7; * @return The activityId. */ java.lang.String getActivityId(); /** * string ActivityId = 7; * @return The bytes for activityId. */ com.google.protobuf.ByteString getActivityIdBytes(); /** * string StartTime = 8; * @return The startTime. */ java.lang.String getStartTime(); /** * string StartTime = 8; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** * string EndTime = 9; * @return The endTime. */ java.lang.String getEndTime(); /** * string EndTime = 9; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** * string TemplateName = 10; * @return The templateName. */ java.lang.String getTemplateName(); /** * string TemplateName = 10; * @return The bytes for templateName. */ com.google.protobuf.ByteString getTemplateNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy