public interface VodSubmitUnblockMediaTaskResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getBlockingVids(int index)
解封中的Vid列表
repeated string BlockingVids = 3; |
com.google.protobuf.ByteString |
getBlockingVidsBytes(int index)
解封中的Vid列表
repeated string BlockingVids = 3; |
int |
getBlockingVidsCount()
解封中的Vid列表
repeated string BlockingVids = 3; |
List<String> |
getBlockingVidsList()
解封中的Vid列表
repeated string BlockingVids = 3; |
String |
getNotExistVids(int index)
不存在的Vid列表
repeated string NotExistVids = 1; |
com.google.protobuf.ByteString |
getNotExistVidsBytes(int index)
不存在的Vid列表
repeated string NotExistVids = 1; |
int |
getNotExistVidsCount()
不存在的Vid列表
repeated string NotExistVids = 1; |
List<String> |
getNotExistVidsList()
不存在的Vid列表
repeated string NotExistVids = 1; |
String |
getUnblockedVids(int index)
已封禁的Vid列表
repeated string UnblockedVids = 2; |
com.google.protobuf.ByteString |
getUnblockedVidsBytes(int index)
已封禁的Vid列表
repeated string UnblockedVids = 2; |
int |
getUnblockedVidsCount()
已封禁的Vid列表
repeated string UnblockedVids = 2; |
List<String> |
getUnblockedVidsList()
已封禁的Vid列表
repeated string UnblockedVids = 2; |
List<String> getNotExistVidsList()
不存在的Vid列表
repeated string NotExistVids = 1;
int getNotExistVidsCount()
不存在的Vid列表
repeated string NotExistVids = 1;
String getNotExistVids(int index)
不存在的Vid列表
repeated string NotExistVids = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getNotExistVidsBytes(int index)
不存在的Vid列表
repeated string NotExistVids = 1;
index
- The index of the value to return.List<String> getUnblockedVidsList()
已封禁的Vid列表
repeated string UnblockedVids = 2;
int getUnblockedVidsCount()
已封禁的Vid列表
repeated string UnblockedVids = 2;
String getUnblockedVids(int index)
已封禁的Vid列表
repeated string UnblockedVids = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getUnblockedVidsBytes(int index)
已封禁的Vid列表
repeated string UnblockedVids = 2;
index
- The index of the value to return.List<String> getBlockingVidsList()
解封中的Vid列表
repeated string BlockingVids = 3;
int getBlockingVidsCount()
解封中的Vid列表
repeated string BlockingVids = 3;
String getBlockingVids(int index)
解封中的Vid列表
repeated string BlockingVids = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getBlockingVidsBytes(int index)
解封中的Vid列表
repeated string BlockingVids = 3;
index
- The index of the value to return.Copyright © 2024. All rights reserved.