com.volcengine.service.live.model.request.DeletePullToPushTaskRequestOrBuilder 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/request/request_live.proto
package com.volcengine.service.live.model.request;
public interface DeletePullToPushTaskRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.DeletePullToPushTaskRequest)
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