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

com.byteplus.service.vod.model.business.VodDeleteTranscodesDataOrBuilder 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_media.proto

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

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

  /**
   * 
   *不存在的转码FileID列表
   * 
* * repeated string NotExistFileIds = 1; * @return A list containing the notExistFileIds. */ java.util.List getNotExistFileIdsList(); /** *
   *不存在的转码FileID列表
   * 
* * repeated string NotExistFileIds = 1; * @return The count of notExistFileIds. */ int getNotExistFileIdsCount(); /** *
   *不存在的转码FileID列表
   * 
* * repeated string NotExistFileIds = 1; * @param index The index of the element to return. * @return The notExistFileIds at the given index. */ java.lang.String getNotExistFileIds(int index); /** *
   *不存在的转码FileID列表
   * 
* * repeated string NotExistFileIds = 1; * @param index The index of the value to return. * @return The bytes of the notExistFileIds at the given index. */ com.google.protobuf.ByteString getNotExistFileIdsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy