public interface VodCreateSpaceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
描述
|
com.google.protobuf.ByteString |
getDescriptionBytes()
描述
|
String |
getProjectName()
项目名
|
com.google.protobuf.ByteString |
getProjectNameBytes()
项目名
|
String |
getRegion()
空间区域
|
com.google.protobuf.ByteString |
getRegionBytes()
空间区域
|
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
String |
getUserName()
创建用户
|
com.google.protobuf.ByteString |
getUserNameBytes()
创建用户
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSpaceName()
空间名
string SpaceName = 1;
com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;
String getProjectName()
项目名
string ProjectName = 2;
com.google.protobuf.ByteString getProjectNameBytes()
项目名
string ProjectName = 2;
String getDescription()
描述
string Description = 3;
com.google.protobuf.ByteString getDescriptionBytes()
描述
string Description = 3;
String getRegion()
空间区域
string Region = 4;
com.google.protobuf.ByteString getRegionBytes()
空间区域
string Region = 4;
String getUserName()
创建用户
string UserName = 5;
com.google.protobuf.ByteString getUserNameBytes()
创建用户
string UserName = 5;
Copyright © 2022. All rights reserved.