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

com.volcengine.service.vod.model.business.VodUploadTemplateOrBuilder 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_upload.proto

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

public interface VodUploadTemplateOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodUploadTemplate)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 工作流模板id 
   * 
* * repeated string TemplateIds = 1; * @return A list containing the templateIds. */ java.util.List getTemplateIdsList(); /** *
   * 工作流模板id 
   * 
* * repeated string TemplateIds = 1; * @return The count of templateIds. */ int getTemplateIdsCount(); /** *
   * 工作流模板id 
   * 
* * repeated string TemplateIds = 1; * @param index The index of the element to return. * @return The templateIds at the given index. */ java.lang.String getTemplateIds(int index); /** *
   * 工作流模板id 
   * 
* * repeated string TemplateIds = 1; * @param index The index of the value to return. * @return The bytes of the templateIds at the given index. */ com.google.protobuf.ByteString getTemplateIdsBytes(int index); /** *
   * 工作流模板类型,imp: 智能处理,transcode: 点播转码 
   * 
* * string TemplateType = 2; * @return The templateType. */ java.lang.String getTemplateType(); /** *
   * 工作流模板类型,imp: 智能处理,transcode: 点播转码 
   * 
* * string TemplateType = 2; * @return The bytes for templateType. */ com.google.protobuf.ByteString getTemplateTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy