public interface VodSubmitBlockMediaTaskResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getBlockedVids(int index)
已封禁的Vid列表
repeated string BlockedVids = 2; |
com.google.protobuf.ByteString |
getBlockedVidsBytes(int index)
已封禁的Vid列表
repeated string BlockedVids = 2; |
int |
getBlockedVidsCount()
已封禁的Vid列表
repeated string BlockedVids = 2; |
List<String> |
getBlockedVidsList()
已封禁的Vid列表
repeated string BlockedVids = 2; |
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 |
getUnblockingVids(int index)
解封中的Vid列表
repeated string UnblockingVids = 3; |
com.google.protobuf.ByteString |
getUnblockingVidsBytes(int index)
解封中的Vid列表
repeated string UnblockingVids = 3; |
int |
getUnblockingVidsCount()
解封中的Vid列表
repeated string UnblockingVids = 3; |
List<String> |
getUnblockingVidsList()
解封中的Vid列表
repeated string UnblockingVids = 3; |
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> getBlockedVidsList()
已封禁的Vid列表
repeated string BlockedVids = 2;
int getBlockedVidsCount()
已封禁的Vid列表
repeated string BlockedVids = 2;
String getBlockedVids(int index)
已封禁的Vid列表
repeated string BlockedVids = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getBlockedVidsBytes(int index)
已封禁的Vid列表
repeated string BlockedVids = 2;
index
- The index of the value to return.List<String> getUnblockingVidsList()
解封中的Vid列表
repeated string UnblockingVids = 3;
int getUnblockingVidsCount()
解封中的Vid列表
repeated string UnblockingVids = 3;
String getUnblockingVids(int index)
解封中的Vid列表
repeated string UnblockingVids = 3;
index
- The index of the element to return.com.google.protobuf.ByteString getUnblockingVidsBytes(int index)
解封中的Vid列表
repeated string UnblockingVids = 3;
index
- The index of the value to return.Copyright © 2024. All rights reserved.