com.volcengine.service.vod.model.business.VodUpdateSubtitleStatusDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_media.proto
package com.volcengine.service.vod.model.business;
public interface VodUpdateSubtitleStatusDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodUpdateSubtitleStatusData)
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