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

com.byteplus.service.vod.model.business.VodCommitUploadInfoResponseDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_upload.proto

package com.byteplus.service.vod.model.business;

public interface VodCommitUploadInfoResponseDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodCommitUploadInfoResponseData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 视频的 id 
   * 
* * string Vid = 1; * @return The vid. */ java.lang.String getVid(); /** *
   * 视频的 id 
   * 
* * string Vid = 1; * @return The bytes for vid. */ com.google.protobuf.ByteString getVidBytes(); /** *
   * 视频的元信息 
   * 
* * .Byteplus.Vod.Models.Business.VodSourceInfo SourceInfo = 2; * @return Whether the sourceInfo field is set. */ boolean hasSourceInfo(); /** *
   * 视频的元信息 
   * 
* * .Byteplus.Vod.Models.Business.VodSourceInfo SourceInfo = 2; * @return The sourceInfo. */ com.byteplus.service.vod.model.business.VodSourceInfo getSourceInfo(); /** *
   * 视频的元信息 
   * 
* * .Byteplus.Vod.Models.Business.VodSourceInfo SourceInfo = 2; */ com.byteplus.service.vod.model.business.VodSourceInfoOrBuilder getSourceInfoOrBuilder(); /** *
   * 视频的封面图 URI 
   * 
* * string PosterUri = 3; * @return The posterUri. */ java.lang.String getPosterUri(); /** *
   * 视频的封面图 URI 
   * 
* * string PosterUri = 3; * @return The bytes for posterUri. */ com.google.protobuf.ByteString getPosterUriBytes(); /** *
   * 视频透传业务的参数 
   * 
* * string CallbackArgs = 4; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   * 视频透传业务的参数 
   * 
* * string CallbackArgs = 4; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); /** *
   * 素材 id 
   * 
* * string Mid = 5; * @return The mid. */ java.lang.String getMid(); /** *
   * 素材 id 
   * 
* * string Mid = 5; * @return The bytes for mid. */ com.google.protobuf.ByteString getMidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy