public interface VodUpdateSpaceUploadConfigRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
String |
getConfigKey()
需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
string ConfigKey = 2; |
com.google.protobuf.ByteString |
getConfigKeyBytes()
需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
string ConfigKey = 2; |
String |
getConfigValue()
需要变更的设置value,取值与ConfigKey相关。
|
com.google.protobuf.ByteString |
getConfigValueBytes()
需要变更的设置value,取值与ConfigKey相关。
|
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 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 © 2024. All rights reserved.