public interface VodSetCallbackEventRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthEnabled()
是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字
|
com.google.protobuf.ByteString |
getAuthEnabledBytes()
是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字
|
String |
getEvents()
事件列表
|
com.google.protobuf.ByteString |
getEventsBytes()
事件列表
|
String |
getPrivateKey()
回调鉴权key
|
com.google.protobuf.ByteString |
getPrivateKeyBytes()
回调鉴权key
|
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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.