public interface VodUpdateSpaceUploadConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigKey()
需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
|
com.google.protobuf.ByteString |
getConfigKeyBytes()
需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
|
String |
getConfigValue()
需要变更的设置value,取值与ConfigKey相关。
ConfigKey传入1时,ConfigValue可选值为”true“或”false“;
ConfigKey传入2时,ConfigValue可选值为”Available“或”Unavailable“
|
com.google.protobuf.ByteString |
getConfigValueBytes()
需要变更的设置value,取值与ConfigKey相关。
ConfigKey传入1时,ConfigValue可选值为”true“或”false“;
ConfigKey传入2时,ConfigValue可选值为”Available“或”Unavailable“
|
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 getConfigKey()
需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
string ConfigKey = 2;com.google.protobuf.ByteString getConfigKeyBytes()
需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
string ConfigKey = 2;String getConfigValue()
需要变更的设置value,取值与ConfigKey相关。 ConfigKey传入1时,ConfigValue可选值为”true“或”false“; ConfigKey传入2时,ConfigValue可选值为”Available“或”Unavailable“
string ConfigValue = 3;com.google.protobuf.ByteString getConfigValueBytes()
需要变更的设置value,取值与ConfigKey相关。 ConfigKey传入1时,ConfigValue可选值为”true“或”false“; ConfigKey传入2时,ConfigValue可选值为”Available“或”Unavailable“
string ConfigValue = 3;Copyright © 2023. All rights reserved.