public interface VodDescribeVodSpaceStorageDataResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getAggregation()
Time granularity of aggregation
|
String |
getEndTime()
End time of query
|
com.google.protobuf.ByteString |
getEndTimeBytes()
End time of query
|
long |
getLatestStorageData()
Byte of latest storage
|
String |
getSpaceList(int index)
Space Name list
|
com.google.protobuf.ByteString |
getSpaceListBytes(int index)
Space Name list
|
int |
getSpaceListCount()
Space Name list
|
List<String> |
getSpaceListList()
Space Name list
|
String |
getStartTime()
start time of query
|
com.google.protobuf.ByteString |
getStartTimeBytes()
start time of query
|
VodStorageData |
getStorageDataList(int index)
list of Storage Data
|
int |
getStorageDataListCount()
list of Storage Data
|
List<VodStorageData> |
getStorageDataListList()
list of Storage Data
|
VodStorageDataOrBuilder |
getStorageDataListOrBuilder(int index)
list of Storage Data
|
List<? extends VodStorageDataOrBuilder> |
getStorageDataListOrBuilderList()
list of Storage Data
|
String |
getType()
hot, lowfreq, punish
|
com.google.protobuf.ByteString |
getTypeBytes()
hot, lowfreq, punish
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSpaceListList()
Space Name list
repeated string SpaceList = 1;int getSpaceListCount()
Space Name list
repeated string SpaceList = 1;String getSpaceList(int index)
Space Name list
repeated string SpaceList = 1;index - The index of the element to return.com.google.protobuf.ByteString getSpaceListBytes(int index)
Space Name list
repeated string SpaceList = 1;index - The index of the value to return.String getStartTime()
start time of query
string StartTime = 2;com.google.protobuf.ByteString getStartTimeBytes()
start time of query
string StartTime = 2;String getEndTime()
End time of query
string EndTime = 3;com.google.protobuf.ByteString getEndTimeBytes()
End time of query
string EndTime = 3;int getAggregation()
Time granularity of aggregation
int32 Aggregation = 4;String getType()
hot, lowfreq, punish
string Type = 5;com.google.protobuf.ByteString getTypeBytes()
hot, lowfreq, punish
string Type = 5;long getLatestStorageData()
Byte of latest storage
int64 LatestStorageData = 6;List<VodStorageData> getStorageDataListList()
list of Storage Data
repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 7;VodStorageData getStorageDataList(int index)
list of Storage Data
repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 7;int getStorageDataListCount()
list of Storage Data
repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 7;List<? extends VodStorageDataOrBuilder> getStorageDataListOrBuilderList()
list of Storage Data
repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 7;VodStorageDataOrBuilder getStorageDataListOrBuilder(int index)
list of Storage Data
repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 7;Copyright © 2023. All rights reserved.