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

com.byteplus.service.vod.model.request.DescribeVodSpaceEditDetailDataRequestOrBuilder 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 DescribeVodSpaceEditDetailDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.DescribeVodSpaceEditDetailDataRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *地区,如:cn-north-1
   * 
* * string Region = 1; * @return The region. */ java.lang.String getRegion(); /** *
   *地区,如:cn-north-1
   * 
* * string Region = 1; * @return The bytes for region. */ com.google.protobuf.ByteString getRegionBytes(); /** *
   * 空间
   * 
* * string Space = 2; * @return The space. */ java.lang.String getSpace(); /** *
   * 空间
   * 
* * string Space = 2; * @return The bytes for space. */ com.google.protobuf.ByteString getSpaceBytes(); /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 3; * @return The startTime. */ java.lang.String getStartTime(); /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 3; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   * 查询的结束时间, rfc3339;起止时间间隔不超过1天
   * 
* * string EndTime = 4; * @return The endTime. */ java.lang.String getEndTime(); /** *
   * 查询的结束时间, rfc3339;起止时间间隔不超过1天
   * 
* * string EndTime = 4; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   * 分页查询的页大小,默认100
   * 
* * int64 PageSize = 5; * @return The pageSize. */ long getPageSize(); /** *
   * 分页查询的页号,默认1
   * 
* * int64 PageNum = 6; * @return The pageNum. */ long getPageNum(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy