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

com.volcengine.service.vod.model.request.DescribeVodRealtimeMediaDataRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface DescribeVodRealtimeMediaDataRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.DescribeVodRealtimeMediaDataRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 空间列表,多个空间用逗号分割
   * 
* * string SpaceList = 1; * @return The spaceList. */ java.lang.String getSpaceList(); /** *
   * 空间列表,多个空间用逗号分割
   * 
* * string SpaceList = 1; * @return The bytes for spaceList. */ com.google.protobuf.ByteString getSpaceListBytes(); /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @return The startTime. */ java.lang.String getStartTime(); /** *
   * 查询的起始时间, rfc3339
   * 
* * string StartTime = 2; * @return The bytes for startTime. */ com.google.protobuf.ByteString getStartTimeBytes(); /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @return The endTime. */ java.lang.String getEndTime(); /** *
   * 查询的结束时间, rfc3339;查询时间跨度不超过93天
   * 
* * string EndTime = 3; * @return The bytes for endTime. */ com.google.protobuf.ByteString getEndTimeBytes(); /** *
   * 实时处理类型。默认为全选。Snapshot(实时截图)、Metadata(实时获取音视频信息)
   * 
* * string ProcessType = 4; * @return The processType. */ java.lang.String getProcessType(); /** *
   * 实时处理类型。默认为全选。Snapshot(实时截图)、Metadata(实时获取音视频信息)
   * 
* * string ProcessType = 4; * @return The bytes for processType. */ com.google.protobuf.ByteString getProcessTypeBytes(); /** *
   *聚合的时间粒度,单位秒,默认3600,支持3600和86400
   * 
* * int64 Aggregation = 5; * @return The aggregation. */ long getAggregation(); /** *
   * 展示详细信息的维度,取值:Space,多个值用逗号分割
   * 
* * string DetailFieldList = 6; * @return The detailFieldList. */ java.lang.String getDetailFieldList(); /** *
   * 展示详细信息的维度,取值:Space,多个值用逗号分割
   * 
* * string DetailFieldList = 6; * @return The bytes for detailFieldList. */ com.google.protobuf.ByteString getDetailFieldListBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy