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

com.volcengine.service.vod.model.business.SnapshotActivityOrBuilder 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_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