com.byteplus.service.vod.model.request.VodUpdateSpaceUploadConfigRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodUpdateSpaceUploadConfigRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodUpdateSpaceUploadConfigRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* 空间名
*
*
* string SpaceName = 1;
* @return The spaceName.
*/
java.lang.String getSpaceName();
/**
*
* 空间名
*
*
* string SpaceName = 1;
* @return The bytes for spaceName.
*/
com.google.protobuf.ByteString
getSpaceNameBytes();
/**
*
* 需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
*
*
* string ConfigKey = 2;
* @return The configKey.
*/
java.lang.String getConfigKey();
/**
*
* 需要变更的设置key,值为VodSpaceUploadConfigKey中的枚举数字
*
*
* string ConfigKey = 2;
* @return The bytes for configKey.
*/
com.google.protobuf.ByteString
getConfigKeyBytes();
/**
*
* 需要变更的设置value,取值与ConfigKey相关。
* ConfigKey传入1时,ConfigValue可选值为”true“或”false“;
* ConfigKey传入2时,ConfigValue可选值为”Available“或”Unavailable“
*
*
* string ConfigValue = 3;
* @return The configValue.
*/
java.lang.String getConfigValue();
/**
*
* 需要变更的设置value,取值与ConfigKey相关。
* ConfigKey传入1时,ConfigValue可选值为”true“或”false“;
* ConfigKey传入2时,ConfigValue可选值为”Available“或”Unavailable“
*
*
* string ConfigValue = 3;
* @return The bytes for configValue.
*/
com.google.protobuf.ByteString
getConfigValueBytes();
}