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

com.byteplus.service.vod.model.business.VodUrlUploadURLSetOrBuilder 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 VodUrlUploadURLSetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodUrlUploadURLSet)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 视频的URL 
   * 
* * string SourceUrl = 1; * @return The sourceUrl. */ java.lang.String getSourceUrl(); /** *
   * 视频的URL 
   * 
* * string SourceUrl = 1; * @return The bytes for sourceUrl. */ com.google.protobuf.ByteString getSourceUrlBytes(); /** *
   * 透传的业务信息 
   * 
* * string CallbackArgs = 2; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   * 透传的业务信息 
   * 
* * string CallbackArgs = 2; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); /** *
   * 视频的MD5 
   * 
* * string Md5 = 3; * @return The md5. */ java.lang.String getMd5(); /** *
   * 视频的MD5 
   * 
* * string Md5 = 3; * @return The bytes for md5. */ com.google.protobuf.ByteString getMd5Bytes(); /** *
   * 模板Id 
   * 
* * string TemplateId = 4; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 模板Id 
   * 
* * string TemplateId = 4; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 标题 
   * 
* * string Title = 5; * @return The title. */ java.lang.String getTitle(); /** *
   * 标题 
   * 
* * string Title = 5; * @return The bytes for title. */ com.google.protobuf.ByteString getTitleBytes(); /** *
   * 描述信息 
   * 
* * string Description = 6; * @return The description. */ java.lang.String getDescription(); /** *
   * 描述信息 
   * 
* * string Description = 6; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * 标签 
   * 
* * string Tags = 7; * @return The tags. */ java.lang.String getTags(); /** *
   * 标签 
   * 
* * string Tags = 7; * @return The bytes for tags. */ com.google.protobuf.ByteString getTagsBytes(); /** *
   * 分类 
   * 
* * string Category = 8; * @return The category. */ java.lang.String getCategory(); /** *
   * 分类 
   * 
* * string Category = 8; * @return The bytes for category. */ com.google.protobuf.ByteString getCategoryBytes(); /** *
   * 设置文件名 
   * 
* * string FileName = 9; * @return The fileName. */ java.lang.String getFileName(); /** *
   * 设置文件名 
   * 
* * string FileName = 9; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
   * 设置分类Id 
   * 
* * int64 ClassificationId = 10; * @return The classificationId. */ long getClassificationId(); /** *
   * 设置存储类型 
   * 
* * int32 StorageClass = 11; * @return The storageClass. */ int getStorageClass(); /** *
   * 设置文件后缀 
   * 
* * string FileExtension = 12; * @return The fileExtension. */ java.lang.String getFileExtension(); /** *
   * 设置文件后缀 
   * 
* * string FileExtension = 12; * @return The bytes for fileExtension. */ com.google.protobuf.ByteString getFileExtensionBytes(); /** *
   * URL加密算法 
   * 
* * string UrlEncryptionAlgorithm = 13; * @return The urlEncryptionAlgorithm. */ java.lang.String getUrlEncryptionAlgorithm(); /** *
   * URL加密算法 
   * 
* * string UrlEncryptionAlgorithm = 13; * @return The bytes for urlEncryptionAlgorithm. */ com.google.protobuf.ByteString getUrlEncryptionAlgorithmBytes(); /** *
   * 是否闲时转码 
   * 
* * bool EnableLowPriority = 14; * @return The enableLowPriority. */ boolean getEnableLowPriority(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy