com.byteplus.service.vod.model.business.VodDescribeVodSpaceStorageDataResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_space.proto
package com.byteplus.service.vod.model.business;
public interface VodDescribeVodSpaceStorageDataResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodDescribeVodSpaceStorageDataResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* Space Name list
*
*
* repeated string SpaceList = 1;
* @return A list containing the spaceList.
*/
java.util.List
getSpaceListList();
/**
*
* Space Name list
*
*
* repeated string SpaceList = 1;
* @return The count of spaceList.
*/
int getSpaceListCount();
/**
*
* Space Name list
*
*
* repeated string SpaceList = 1;
* @param index The index of the element to return.
* @return The spaceList at the given index.
*/
java.lang.String getSpaceList(int index);
/**
*
* Space Name list
*
*
* repeated string SpaceList = 1;
* @param index The index of the value to return.
* @return The bytes of the spaceList at the given index.
*/
com.google.protobuf.ByteString
getSpaceListBytes(int index);
/**
*
* start time of query
*
*
* string StartTime = 2;
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
* start time of query
*
*
* string StartTime = 2;
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* End time of query
*
*
* string EndTime = 3;
* @return The endTime.
*/
java.lang.String getEndTime();
/**
*
* End time of query
*
*
* string EndTime = 3;
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* Time granularity of aggregation
*
*
* int32 Aggregation = 4;
* @return The aggregation.
*/
int getAggregation();
/**
*
* hot, lowfreq, punish
*
*
* string Type = 5;
* @return The type.
*/
java.lang.String getType();
/**
*
* hot, lowfreq, punish
*
*
* string Type = 5;
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
*
* Byte of latest storage
*
*
* int64 LatestStorageData = 6;
* @return The latestStorageData.
*/
long getLatestStorageData();
/**
*
* list of Storage Data
*
*
* repeated .Byteplus.Vod.Models.Business.VodStorageData StorageDataList = 7;
*/
java.util.List
getStorageDataListList();
/**
*
* list of Storage Data
*
*
* repeated .Byteplus.Vod.Models.Business.VodStorageData StorageDataList = 7;
*/
com.byteplus.service.vod.model.business.VodStorageData getStorageDataList(int index);
/**
*
* list of Storage Data
*
*
* repeated .Byteplus.Vod.Models.Business.VodStorageData StorageDataList = 7;
*/
int getStorageDataListCount();
/**
*
* list of Storage Data
*
*
* repeated .Byteplus.Vod.Models.Business.VodStorageData StorageDataList = 7;
*/
java.util.List extends com.byteplus.service.vod.model.business.VodStorageDataOrBuilder>
getStorageDataListOrBuilderList();
/**
*
* list of Storage Data
*
*
* repeated .Byteplus.Vod.Models.Business.VodStorageData StorageDataList = 7;
*/
com.byteplus.service.vod.model.business.VodStorageDataOrBuilder getStorageDataListOrBuilder(
int index);
}