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