com.volcengine.service.vod.model.business.ConditionOrBuilder 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_workflow.proto
package com.volcengine.service.vod.model.business;
public interface ConditionOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.Condition)
com.google.protobuf.MessageOrBuilder {
/**
* string ResRange = 1;
* @return The resRange.
*/
java.lang.String getResRange();
/**
* string ResRange = 1;
* @return The bytes for resRange.
*/
com.google.protobuf.ByteString
getResRangeBytes();
/**
* string LongResRange = 2;
* @return The longResRange.
*/
java.lang.String getLongResRange();
/**
* string LongResRange = 2;
* @return The bytes for longResRange.
*/
com.google.protobuf.ByteString
getLongResRangeBytes();
/**
* string DurationRange = 3;
* @return The durationRange.
*/
java.lang.String getDurationRange();
/**
* string DurationRange = 3;
* @return The bytes for durationRange.
*/
com.google.protobuf.ByteString
getDurationRangeBytes();
/**
* string FpsRange = 4;
* @return The fpsRange.
*/
java.lang.String getFpsRange();
/**
* string FpsRange = 4;
* @return The bytes for fpsRange.
*/
com.google.protobuf.ByteString
getFpsRangeBytes();
/**
* string BitrateRange = 5;
* @return The bitrateRange.
*/
java.lang.String getBitrateRange();
/**
* string BitrateRange = 5;
* @return The bytes for bitrateRange.
*/
com.google.protobuf.ByteString
getBitrateRangeBytes();
/**
* string AudioBitrateRange = 6;
* @return The audioBitrateRange.
*/
java.lang.String getAudioBitrateRange();
/**
* string AudioBitrateRange = 6;
* @return The bytes for audioBitrateRange.
*/
com.google.protobuf.ByteString
getAudioBitrateRangeBytes();
/**
* string FileType = 7;
* @return The fileType.
*/
java.lang.String getFileType();
/**
* string FileType = 7;
* @return The bytes for fileType.
*/
com.google.protobuf.ByteString
getFileTypeBytes();
/**
* string VQScoreRange = 8;
* @return The vQScoreRange.
*/
java.lang.String getVQScoreRange();
/**
* string VQScoreRange = 8;
* @return The bytes for vQScoreRange.
*/
com.google.protobuf.ByteString
getVQScoreRangeBytes();
/**
* string VideoDurationRange = 9;
* @return The videoDurationRange.
*/
java.lang.String getVideoDurationRange();
/**
* string VideoDurationRange = 9;
* @return The bytes for videoDurationRange.
*/
com.google.protobuf.ByteString
getVideoDurationRangeBytes();
/**
* string AudioDurationRange = 10;
* @return The audioDurationRange.
*/
java.lang.String getAudioDurationRange();
/**
* string AudioDurationRange = 10;
* @return The bytes for audioDurationRange.
*/
com.google.protobuf.ByteString
getAudioDurationRangeBytes();
/**
* string UserCondition = 11;
* @return The userCondition.
*/
java.lang.String getUserCondition();
/**
* string UserCondition = 11;
* @return The bytes for userCondition.
*/
com.google.protobuf.ByteString
getUserConditionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy