All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.request.VodDescribeVodSpaceStorageDataRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodDescribeVodSpaceStorageDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodDescribeVodSpaceStorageDataRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * SpaceList, multiple space names are divided by
   * 
* * string SpaceList = 1; * @return The spaceList. */ java.lang.String getSpaceList(); /** *
   * SpaceList, multiple space names are divided by
   * 
* * string SpaceList = 1; * @return The bytes for spaceList. */ com.google.protobuf.ByteString getSpaceListBytes(); /** *
   * commas
   * 
* * string StartTime = 2; * @return The startTime. */ java.lang.String getStartTime(); /** *
   * commas
   * 
* * string StartTime = 2; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   * end time of query rfc3339
   * 
* * string EndTime = 3; * @return The endTime. */ java.lang.String getEndTime(); /** *
   * end time of query rfc3339
   * 
* * string EndTime = 3; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   * default and only supports 86400
   * 
* * int32 Aggregation = 4; * @return The aggregation. */ int getAggregation(); /** *
   * hot default, lowfreq, punish
   * 
* * string Type = 5; * @return The type. */ java.lang.String getType(); /** *
   * hot default, lowfreq, punish
   * 
* * string Type = 5; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy