com.volcengine.service.imp.model.request.ImpKillJobRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// 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