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

com.volcengine.service.imp.model.request.ImpKillJobRequestOrBuilder 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/request/request_imp.proto

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

public interface ImpKillJobRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Imp.Models.Request.ImpKillJobRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 工作流执行id
   * 
* * string JobId = 1; * @return The jobId. */ java.lang.String getJobId(); /** *
   * 工作流执行id
   * 
* * string JobId = 1; * @return The bytes for jobId. */ com.google.protobuf.ByteString getJobIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy