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

com.volcengine.service.vod.model.business.FileNameTaskInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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