com.volcengine.service.vod.model.business.FileNameTaskInfoOrBuilder 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/business/vod_object.proto
package com.volcengine.service.vod.model.business;
public interface FileNameTaskInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.FileNameTaskInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*对应的FileName
*
*
* string FileName = 1;
* @return The fileName.
*/
java.lang.String getFileName();
/**
*
*对应的FileName
*
*
* string FileName = 1;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
/**
*
*失败信息 成功时为""
*
*
* string Message = 2;
* @return The message.
*/
java.lang.String getMessage();
/**
*
*失败信息 成功时为""
*
*
* string Message = 2;
* @return The bytes for message.
*/
com.google.protobuf.ByteString
getMessageBytes();
/**
*
*成功的任务Id 失败时为""
*
*
* string TaskId = 3;
* @return The taskId.
*/
java.lang.String getTaskId();
/**
*
*成功的任务Id 失败时为""
*
*
* string TaskId = 3;
* @return The bytes for taskId.
*/
com.google.protobuf.ByteString
getTaskIdBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy