com.volcengine.service.vod.model.business.SnapshotActivityOrBuilder 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 SnapshotActivityOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.SnapshotActivity)
com.google.protobuf.MessageOrBuilder {
/**
*
* 任务模板Id
*
*
* string TemplateId = 1;
* @return The templateId.
*/
java.lang.String getTemplateId();
/**
*
* 任务模板Id
*
*
* string TemplateId = 1;
* @return The bytes for templateId.
*/
com.google.protobuf.ByteString
getTemplateIdBytes();
/**
* string FileName = 2;
* @return The fileName.
*/
java.lang.String getFileName();
/**
* string FileName = 2;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
/**
*
* 条件转码配置
*
*
* .Volcengine.Vod.Models.Business.Condition Condition = 3;
* @return Whether the condition field is set.
*/
boolean hasCondition();
/**
*
* 条件转码配置
*
*
* .Volcengine.Vod.Models.Business.Condition Condition = 3;
* @return The condition.
*/
com.volcengine.service.vod.model.business.Condition getCondition();
/**
*
* 条件转码配置
*
*
* .Volcengine.Vod.Models.Business.Condition Condition = 3;
*/
com.volcengine.service.vod.model.business.ConditionOrBuilder getConditionOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy