public interface VodSpaceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
绑定的TOS Bucket名称
|
com.google.protobuf.ByteString |
getBucketNameBytes()
绑定的TOS Bucket名称
|
String |
getBucketStatus()
绑定的TosBucket状态
|
com.google.protobuf.ByteString |
getBucketStatusBytes()
绑定的TosBucket状态
|
String |
getCreatedAt()
创建时间
|
com.google.protobuf.ByteString |
getCreatedAtBytes()
创建时间
|
String |
getDescription()
描述
|
com.google.protobuf.ByteString |
getDescriptionBytes()
描述
|
String |
getMediaSyncLevel()
媒资同步类型
|
com.google.protobuf.ByteString |
getMediaSyncLevelBytes()
媒资同步类型
|
String |
getProjectName()
IAM项目名称
|
com.google.protobuf.ByteString |
getProjectNameBytes()
IAM项目名称
|
String |
getRegion()
uint32 AccountID = 2; // 账号ID
|
com.google.protobuf.ByteString |
getRegionBytes()
uint32 AccountID = 2; // 账号ID
|
String |
getSpaceName()
空间名
|
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
|
String |
getType()
类型
|
com.google.protobuf.ByteString |
getTypeBytes()
类型
|
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 getRegion()
uint32 AccountID = 2; // 账号ID
string Region = 3;
com.google.protobuf.ByteString getRegionBytes()
uint32 AccountID = 2; // 账号ID
string Region = 3;
String getProjectName()
IAM项目名称
string ProjectName = 4;
com.google.protobuf.ByteString getProjectNameBytes()
IAM项目名称
string ProjectName = 4;
String getBucketName()
绑定的TOS Bucket名称
string BucketName = 5;
com.google.protobuf.ByteString getBucketNameBytes()
绑定的TOS Bucket名称
string BucketName = 5;
String getBucketStatus()
绑定的TosBucket状态
string BucketStatus = 6;
com.google.protobuf.ByteString getBucketStatusBytes()
绑定的TosBucket状态
string BucketStatus = 6;
String getDescription()
描述
string Description = 7;
com.google.protobuf.ByteString getDescriptionBytes()
描述
string Description = 7;
String getUserName()
创建人
string UserName = 8;
com.google.protobuf.ByteString getUserNameBytes()
创建人
string UserName = 8;
String getCreatedAt()
创建时间
string CreatedAt = 9;
com.google.protobuf.ByteString getCreatedAtBytes()
创建时间
string CreatedAt = 9;
String getType()
类型
string Type = 10;
com.google.protobuf.ByteString getTypeBytes()
类型
string Type = 10;
String getMediaSyncLevel()
媒资同步类型
string MediaSyncLevel = 11;
com.google.protobuf.ByteString getMediaSyncLevelBytes()
媒资同步类型
string MediaSyncLevel = 11;
Copyright © 2022. All rights reserved.