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

com.volcengine.service.live.model.business.CreatePullToPushTaskResultOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: live/business/pull_to_push.proto

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

public interface CreatePullToPushTaskResultOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.CreatePullToPushTaskResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *生成拉流转推任务ID
   * 
* * string TaskId = 1; * @return The taskId. */ String getTaskId(); /** *
   *生成拉流转推任务ID
   * 
* * string TaskId = 1; * @return The bytes for taskId. */ com.google.protobuf.ByteString getTaskIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy