com.volcengine.service.live.model.business.CreatePullToPushTaskResultOrBuilder 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: 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