public interface VodAddCallbackSubscriptionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
com.google.protobuf.ByteString |
getContentTypeBytes()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
String |
getUrl()
订阅URL
|
com.google.protobuf.ByteString |
getUrlBytes()
订阅URL
|
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 getUrl()
订阅URL
string Url = 2;com.google.protobuf.ByteString getUrlBytes()
订阅URL
string Url = 2;String getContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;com.google.protobuf.ByteString getContentTypeBytes()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;Copyright © 2025. All rights reserved.