public static final class VodAddCallbackSubscriptionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder> implements VodAddCallbackSubscriptionRequestOrBuilder
********************************************************************** 回调管理 **********************************************************************Protobuf type
Volcengine.Vod.Models.Request.VodAddCallbackSubscriptionRequest| Modifier and Type | Method and Description |
|---|---|
VodAddCallbackSubscriptionRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VodAddCallbackSubscriptionRequest |
build() |
VodAddCallbackSubscriptionRequest |
buildPartial() |
VodAddCallbackSubscriptionRequest.Builder |
clear() |
VodAddCallbackSubscriptionRequest.Builder |
clearContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
VodAddCallbackSubscriptionRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
VodAddCallbackSubscriptionRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
VodAddCallbackSubscriptionRequest.Builder |
clearSpaceName()
空间名
|
VodAddCallbackSubscriptionRequest.Builder |
clearUrl()
订阅URL
|
VodAddCallbackSubscriptionRequest.Builder |
clone() |
String |
getContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
com.google.protobuf.ByteString |
getContentTypeBytes()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
VodAddCallbackSubscriptionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
String |
getUrl()
订阅URL
|
com.google.protobuf.ByteString |
getUrlBytes()
订阅URL
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VodAddCallbackSubscriptionRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VodAddCallbackSubscriptionRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
VodAddCallbackSubscriptionRequest.Builder |
mergeFrom(VodAddCallbackSubscriptionRequest other) |
VodAddCallbackSubscriptionRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VodAddCallbackSubscriptionRequest.Builder |
setContentType(String value)
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
VodAddCallbackSubscriptionRequest.Builder |
setContentTypeBytes(com.google.protobuf.ByteString value)
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
"application/json",
"application/octet-stream"
|
VodAddCallbackSubscriptionRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
VodAddCallbackSubscriptionRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
VodAddCallbackSubscriptionRequest.Builder |
setSpaceName(String value)
空间名
|
VodAddCallbackSubscriptionRequest.Builder |
setSpaceNameBytes(com.google.protobuf.ByteString value)
空间名
|
VodAddCallbackSubscriptionRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VodAddCallbackSubscriptionRequest.Builder |
setUrl(String value)
订阅URL
|
VodAddCallbackSubscriptionRequest.Builder |
setUrlBytes(com.google.protobuf.ByteString value)
订阅URL
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VodAddCallbackSubscriptionRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VodAddCallbackSubscriptionRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VodAddCallbackSubscriptionRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder mergeFrom(VodAddCallbackSubscriptionRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public VodAddCallbackSubscriptionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VodAddCallbackSubscriptionRequest.Builder>IOExceptionpublic String getSpaceName()
空间名
string SpaceName = 1;getSpaceName in interface VodAddCallbackSubscriptionRequestOrBuilderpublic com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;getSpaceNameBytes in interface VodAddCallbackSubscriptionRequestOrBuilderpublic VodAddCallbackSubscriptionRequest.Builder setSpaceName(String value)
空间名
string SpaceName = 1;value - The spaceName to set.public VodAddCallbackSubscriptionRequest.Builder clearSpaceName()
空间名
string SpaceName = 1;public VodAddCallbackSubscriptionRequest.Builder setSpaceNameBytes(com.google.protobuf.ByteString value)
空间名
string SpaceName = 1;value - The bytes for spaceName to set.public String getUrl()
订阅URL
string Url = 2;getUrl in interface VodAddCallbackSubscriptionRequestOrBuilderpublic com.google.protobuf.ByteString getUrlBytes()
订阅URL
string Url = 2;getUrlBytes in interface VodAddCallbackSubscriptionRequestOrBuilderpublic VodAddCallbackSubscriptionRequest.Builder setUrl(String value)
订阅URL
string Url = 2;value - The url to set.public VodAddCallbackSubscriptionRequest.Builder clearUrl()
订阅URL
string Url = 2;public VodAddCallbackSubscriptionRequest.Builder setUrlBytes(com.google.protobuf.ByteString value)
订阅URL
string Url = 2;value - The bytes for url to set.public String getContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;getContentType in interface VodAddCallbackSubscriptionRequestOrBuilderpublic com.google.protobuf.ByteString getContentTypeBytes()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;getContentTypeBytes in interface VodAddCallbackSubscriptionRequestOrBuilderpublic VodAddCallbackSubscriptionRequest.Builder setContentType(String value)
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;value - The contentType to set.public VodAddCallbackSubscriptionRequest.Builder clearContentType()
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;public VodAddCallbackSubscriptionRequest.Builder setContentTypeBytes(com.google.protobuf.ByteString value)
添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为 "application/json", "application/octet-stream"
string ContentType = 3;value - The bytes for contentType to set.public final VodAddCallbackSubscriptionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>public final VodAddCallbackSubscriptionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VodAddCallbackSubscriptionRequest.Builder>Copyright © 2025. All rights reserved.