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

com.volcengine.service.live.model.request.DeletePullToPushTaskRequestOrBuilder 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/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