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

com.byteplus.service.vod.model.request.VodSubmitBlockTasksRequestOrBuilder 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 VodSubmitBlockTasksRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodSubmitBlockTasksRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *媒体Url列表:
   *指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。多个内容 URL
   *用\n分隔。 每次最多可提交 100 条。
   * 
* * string FileUrls = 1; * @return The fileUrls. */ java.lang.String getFileUrls(); /** *
   *媒体Url列表:
   *指定一个或多个内容 URL,内容 URL 以 http:// 或 https:// 开头。多个内容 URL
   *用\n分隔。 每次最多可提交 100 条。
   * 
* * string FileUrls = 1; * @return The bytes for fileUrls. */ com.google.protobuf.ByteString getFileUrlsBytes(); /** *
   * forbid:禁播,recover:解禁。
   * 
* * string Operation = 2; * @return The operation. */ java.lang.String getOperation(); /** *
   * forbid:禁播,recover:解禁。
   * 
* * string Operation = 2; * @return The bytes for operation. */ com.google.protobuf.ByteString getOperationBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy