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

com.volcengine.service.vod.model.business.RefreshInfoOrBuilder 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_object.proto

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

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

  /**
   * 
   *刷新的url
   * 
* * string Url = 1; * @return The url. */ java.lang.String getUrl(); /** *
   *刷新的url
   * 
* * string Url = 1; * @return The bytes for url. */ com.google.protobuf.ByteString getUrlBytes(); /** *
   *表示任务的状态。该参数有以下取值:
   *complete:表示任务已完成。
   *running:表示任务正在执行中。
   *failed:表示任务执行失败。
   * 
* * string Status = 2; * @return The status. */ java.lang.String getStatus(); /** *
   *表示任务的状态。该参数有以下取值:
   *complete:表示任务已完成。
   *running:表示任务正在执行中。
   *failed:表示任务执行失败。
   * 
* * string Status = 2; * @return The bytes for status. */ com.google.protobuf.ByteString getStatusBytes(); /** *
   *表示任务的进度。比如70%
   * 
* * string Process = 3; * @return The process. */ java.lang.String getProcess(); /** *
   *表示任务的进度。比如70%
   * 
* * string Process = 3; * @return The bytes for process. */ com.google.protobuf.ByteString getProcessBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy