public interface VodSetCallbackEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthEnabled()
是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字
string AuthEnabled = 3; |
com.google.protobuf.ByteString |
getAuthEnabledBytes()
是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字
string AuthEnabled = 3; |
String |
getEvents()
事件列表
string Events = 2; |
com.google.protobuf.ByteString |
getEventsBytes()
事件列表
string Events = 2; |
String |
getPrivateKey()
回调鉴权key
string PrivateKey = 4; |
com.google.protobuf.ByteString |
getPrivateKeyBytes()
回调鉴权key
string PrivateKey = 4; |
String |
getSpaceName()
空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 1; |
String getSpaceName()
空间名
string SpaceName = 1;com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;String getEvents()
事件列表
string Events = 2;com.google.protobuf.ByteString getEventsBytes()
事件列表
string Events = 2;String getAuthEnabled()
是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字
string AuthEnabled = 3;com.google.protobuf.ByteString getAuthEnabledBytes()
是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字
string AuthEnabled = 3;String getPrivateKey()
回调鉴权key
string PrivateKey = 4;com.google.protobuf.ByteString getPrivateKeyBytes()
回调鉴权key
string PrivateKey = 4;Copyright © 2025. All rights reserved.