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

com.byteplus.service.vod.model.request.VodUpdateMediaStorageClassRequestOrBuilder 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/request/request_vod.proto

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

public interface VodUpdateMediaStorageClassRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUpdateMediaStorageClassRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *视频ID列表,多个用英文逗号分隔,最多支持20个
   * 
* * string Vids = 1; * @return The vids. */ java.lang.String getVids(); /** *
   *视频ID列表,多个用英文逗号分隔,最多支持20个
   * 
* * string Vids = 1; * @return The bytes for vids. */ com.google.protobuf.ByteString getVidsBytes(); /** *
   *文件存储类型,STANDARD-标准存储,ARCHIVE-归档存储
   * 
* * string StorageClass = 2; * @return The storageClass. */ java.lang.String getStorageClass(); /** *
   *文件存储类型,STANDARD-标准存储,ARCHIVE-归档存储
   * 
* * string StorageClass = 2; * @return The bytes for storageClass. */ com.google.protobuf.ByteString getStorageClassBytes(); /** *
   *回调回传参数
   * 
* * string CallbackArgs = 3; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   *回调回传参数
   * 
* * string CallbackArgs = 3; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); /** *
   *转码视频ID列表,多个用英文逗号分隔,最多支持20个,传入该参数时,Vids只允许传一个视频ID
   * 
* * string FileIds = 4; * @return The fileIds. */ java.lang.String getFileIds(); /** *
   *转码视频ID列表,多个用英文逗号分隔,最多支持20个,传入该参数时,Vids只允许传一个视频ID
   * 
* * string FileIds = 4; * @return The bytes for fileIds. */ com.google.protobuf.ByteString getFileIdsBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy