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

com.volcengine.service.vod.model.business.DescribeVodEnhanceImageDataResultOrBuilder 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/business/vod_measure.proto

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

public interface DescribeVodEnhanceImageDataResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.DescribeVodEnhanceImageDataResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 空间列表
   * 
* * repeated string SpaceList = 1; * @return A list containing the spaceList. */ java.util.List getSpaceListList(); /** *
   * 空间列表
   * 
* * repeated string SpaceList = 1; * @return The count of spaceList. */ int getSpaceListCount(); /** *
   * 空间列表
   * 
* * 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); /** *
   * 空间列表
   * 
* * 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); /** *
   * 查询的起始时间, 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(); /** *
   *类型:默认全部。SR(智能超分),VFI(插帧),SDREnhance(SDR
   * 
* * repeated string TaskTypeList = 4; * @return A list containing the taskTypeList. */ java.util.List getTaskTypeListList(); /** *
   *类型:默认全部。SR(智能超分),VFI(插帧),SDREnhance(SDR
   * 
* * repeated string TaskTypeList = 4; * @return The count of taskTypeList. */ int getTaskTypeListCount(); /** *
   *类型:默认全部。SR(智能超分),VFI(插帧),SDREnhance(SDR
   * 
* * repeated string TaskTypeList = 4; * @param index The index of the element to return. * @return The taskTypeList at the given index. */ java.lang.String getTaskTypeList(int index); /** *
   *类型:默认全部。SR(智能超分),VFI(插帧),SDREnhance(SDR
   * 
* * repeated string TaskTypeList = 4; * @param index The index of the value to return. * @return The bytes of the taskTypeList at the given index. */ com.google.protobuf.ByteString getTaskTypeListBytes(int index); /** *
   *增强),SDR2HDR(SDR 转 HDR),AudioDenoise(音频降噪)
   * 
* * repeated string TaskStageList = 5; * @return A list containing the taskStageList. */ java.util.List getTaskStageListList(); /** *
   *增强),SDR2HDR(SDR 转 HDR),AudioDenoise(音频降噪)
   * 
* * repeated string TaskStageList = 5; * @return The count of taskStageList. */ int getTaskStageListCount(); /** *
   *增强),SDR2HDR(SDR 转 HDR),AudioDenoise(音频降噪)
   * 
* * repeated string TaskStageList = 5; * @param index The index of the element to return. * @return The taskStageList at the given index. */ java.lang.String getTaskStageList(int index); /** *
   *增强),SDR2HDR(SDR 转 HDR),AudioDenoise(音频降噪)
   * 
* * repeated string TaskStageList = 5; * @param index The index of the value to return. * @return The bytes of the taskStageList at the given index. */ com.google.protobuf.ByteString getTaskStageListBytes(int index); /** *
   *聚合的时间粒度,单位秒,默认3600,支持3600和86400
   * 
* * int64 Aggregation = 6; * @return The aggregation. */ long getAggregation(); /** * repeated string RegionList = 7; * @return A list containing the regionList. */ java.util.List getRegionListList(); /** * repeated string RegionList = 7; * @return The count of regionList. */ int getRegionListCount(); /** * repeated string RegionList = 7; * @param index The index of the element to return. * @return The regionList at the given index. */ java.lang.String getRegionList(int index); /** * repeated string RegionList = 7; * @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); /** * int64 TotalEnhanceImagData = 8; * @return The totalEnhanceImagData. */ long getTotalEnhanceImagData(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodEnhanceImageDataItem EnhanceImageList = 9; */ java.util.List getEnhanceImageListList(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodEnhanceImageDataItem EnhanceImageList = 9; */ com.volcengine.service.vod.model.business.DescribeVodEnhanceImageDataItem getEnhanceImageList(int index); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodEnhanceImageDataItem EnhanceImageList = 9; */ int getEnhanceImageListCount(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodEnhanceImageDataItem EnhanceImageList = 9; */ java.util.List getEnhanceImageListOrBuilderList(); /** * repeated .Volcengine.Vod.Models.Business.DescribeVodEnhanceImageDataItem EnhanceImageList = 9; */ com.volcengine.service.vod.model.business.DescribeVodEnhanceImageDataItemOrBuilder getEnhanceImageListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy