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

com.volcengine.service.live.model.request.ListPullToPushTaskRequestOrBuilder 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 ListPullToPushTaskRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.ListPullToPushTaskRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *页码,不填默认1
   * 
* * int32 Page = 1; * @return The page. */ int getPage(); /** *
   *每页数量,不填默认20
   * 
* * int32 Size = 2; * @return The size. */ int getSize(); /** *
   *任务标题
   * 
* * string Title = 3; * @return The title. */ java.lang.String getTitle(); /** *
   *任务标题
   * 
* * string Title = 3; * @return The bytes for title. */ com.google.protobuf.ByteString getTitleBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy