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

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

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

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

  /**
   * 
   * 任务ID
   * 
* * string TaskId = 1; * @return The taskId. */ java.lang.String getTaskId(); /** *
   * 任务ID
   * 
* * string TaskId = 1; * @return The bytes for taskId. */ com.google.protobuf.ByteString getTaskIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy