com.volcengine.service.vod.model.business.VodDescribeVodSpaceStorageDataResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_space.proto
package com.volcengine.service.vod.model.business;
public interface VodDescribeVodSpaceStorageDataResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
/**
*
* region list
*
*
* repeated string RegionList = 6;
* @return A list containing the regionList.
*/
java.util.List
getRegionListList();
/**
*
* region list
*
*
* repeated string RegionList = 6;
* @return The count of regionList.
*/
int getRegionListCount();
/**
*
* region list
*
*
* repeated string RegionList = 6;
* @param index The index of the element to return.
* @return The regionList at the given index.
*/
java.lang.String getRegionList(int index);
/**
*
* region list
*
*
* repeated string RegionList = 6;
* @param index The index of the value to return.
* @return The bytes of the regionList at the given index.
*/
com.google.protobuf.ByteString
getRegionListBytes(int index);
/**
*
* Byte of latest storage
*
*
* int64 LatestStorageData = 7;
* @return The latestStorageData.
*/
long getLatestStorageData();
/**
*
* list of Storage Data
*
*
* repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 8;
*/
java.util.List
getStorageDataListList();
/**
*
* list of Storage Data
*
*
* repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 8;
*/
com.volcengine.service.vod.model.business.VodStorageData getStorageDataList(int index);
/**
*
* list of Storage Data
*
*
* repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 8;
*/
int getStorageDataListCount();
/**
*
* list of Storage Data
*
*
* repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 8;
*/
java.util.List extends com.volcengine.service.vod.model.business.VodStorageDataOrBuilder>
getStorageDataListOrBuilderList();
/**
*
* list of Storage Data
*
*
* repeated .Volcengine.Vod.Models.Business.VodStorageData StorageDataList = 8;
*/
com.volcengine.service.vod.model.business.VodStorageDataOrBuilder getStorageDataListOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy