com.volcengine.service.vod.model.business.VodSubmitUnblockMediaTaskResultOrBuilder 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 VodSubmitUnblockMediaTaskResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodSubmitUnblockMediaTaskResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* 不存在的Vid列表
*
*
* repeated string NotExistVids = 1;
* @return A list containing the notExistVids.
*/
java.util.List
getNotExistVidsList();
/**
*
* 不存在的Vid列表
*
*
* repeated string NotExistVids = 1;
* @return The count of notExistVids.
*/
int getNotExistVidsCount();
/**
*
* 不存在的Vid列表
*
*
* repeated string NotExistVids = 1;
* @param index The index of the element to return.
* @return The notExistVids at the given index.
*/
java.lang.String getNotExistVids(int index);
/**
*
* 不存在的Vid列表
*
*
* repeated string NotExistVids = 1;
* @param index The index of the value to return.
* @return The bytes of the notExistVids at the given index.
*/
com.google.protobuf.ByteString
getNotExistVidsBytes(int index);
/**
*
* 已封禁的Vid列表
*
*
* repeated string UnblockedVids = 2;
* @return A list containing the unblockedVids.
*/
java.util.List
getUnblockedVidsList();
/**
*
* 已封禁的Vid列表
*
*
* repeated string UnblockedVids = 2;
* @return The count of unblockedVids.
*/
int getUnblockedVidsCount();
/**
*
* 已封禁的Vid列表
*
*
* repeated string UnblockedVids = 2;
* @param index The index of the element to return.
* @return The unblockedVids at the given index.
*/
java.lang.String getUnblockedVids(int index);
/**
*
* 已封禁的Vid列表
*
*
* repeated string UnblockedVids = 2;
* @param index The index of the value to return.
* @return The bytes of the unblockedVids at the given index.
*/
com.google.protobuf.ByteString
getUnblockedVidsBytes(int index);
/**
*
* 解封中的Vid列表
*
*
* repeated string BlockingVids = 3;
* @return A list containing the blockingVids.
*/
java.util.List
getBlockingVidsList();
/**
*
* 解封中的Vid列表
*
*
* repeated string BlockingVids = 3;
* @return The count of blockingVids.
*/
int getBlockingVidsCount();
/**
*
* 解封中的Vid列表
*
*
* repeated string BlockingVids = 3;
* @param index The index of the element to return.
* @return The blockingVids at the given index.
*/
java.lang.String getBlockingVids(int index);
/**
*
* 解封中的Vid列表
*
*
* repeated string BlockingVids = 3;
* @param index The index of the value to return.
* @return The bytes of the blockingVids at the given index.
*/
com.google.protobuf.ByteString
getBlockingVidsBytes(int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy