com.volcengine.service.vod.model.request.VodQueryUploadTaskInfoRequestOrBuilder 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: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodQueryUploadTaskInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodQueryUploadTaskInfoRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 任务ID列表,通过任务ID可以查询任务的状态
*
*
* string JobIds = 1;
* @return The jobIds.
*/
java.lang.String getJobIds();
/**
*
* 任务ID列表,通过任务ID可以查询任务的状态
*
*
* string JobIds = 1;
* @return The bytes for jobIds.
*/
com.google.protobuf.ByteString
getJobIdsBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy