com.volcengine.service.live.model.request.DescribeClosedStreamInfoByPageRequestOrBuilder 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 DescribeClosedStreamInfoByPageRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Request.DescribeClosedStreamInfoByPageRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*当前页码,取值范围 ≥1。
*
*
* int64 PageNum = 1;
* @return The pageNum.
*/
long getPageNum();
/**
*
*分页大小,取值范围为 。
*
*
* int64 PageSize = 2;
* @return The pageSize.
*/
long getPageSize();
/**
*
*域名空间名称。
*参数 `Domain` 和 `Vhost`传且仅传一个。
*
*
* string Vhost = 3;
* @return The vhost.
*/
java.lang.String getVhost();
/**
*
*域名空间名称。
*参数 `Domain` 和 `Vhost`传且仅传一个。
*
*
* string Vhost = 3;
* @return The bytes for vhost.
*/
com.google.protobuf.ByteString
getVhostBytes();
/**
*
*推流域名。
*参数 `Domain` 和 `Vhost`传且仅传一个。
*
*
* string Domain = 4;
* @return The domain.
*/
java.lang.String getDomain();
/**
*
*推流域名。
*参数 `Domain` 和 `Vhost`传且仅传一个。
*
*
* string Domain = 4;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
/**
*
* 应用名称,默认查询所有应用名称,由 1 到 30
* 位数字、字母、下划线及"-"和"."组成。
*
*
* string App = 5;
* @return The app.
*/
java.lang.String getApp();
/**
*
* 应用名称,默认查询所有应用名称,由 1 到 30
* 位数字、字母、下划线及"-"和"."组成。
*
*
* string App = 5;
* @return The bytes for app.
*/
com.google.protobuf.ByteString
getAppBytes();
/**
*
* 流名称,缺省情况下,查询所有流名称,由 1 到 100
* 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
*
*
* string Stream = 6;
* @return The stream.
*/
java.lang.String getStream();
/**
*
* 流名称,缺省情况下,查询所有流名称,由 1 到 100
* 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
*
*
* string Stream = 6;
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
*
* 排列方式,根据结束时间排序。支持两种形式。缺省情况下为 desc。
*<li>asc:按从小到大升序排列;
*<li>desc:按从大到小降序排列。
*
*
* string Sort = 7;
* @return The sort.
*/
java.lang.String getSort();
/**
*
* 排列方式,根据结束时间排序。支持两种形式。缺省情况下为 desc。
*<li>asc:按从小到大升序排列;
*<li>desc:按从大到小降序排列。
*
*
* string Sort = 7;
* @return The bytes for sort.
*/
com.google.protobuf.ByteString
getSortBytes();
/**
*
* 查询的起始时间,以 RFC3339 格式表示的 UTC
* 时间戳,例如,2021-10-02T19:39:26Z。筛选结束推流时间符合查询条件的历史流
*
*
* string EndTimeFrom = 8;
* @return The endTimeFrom.
*/
java.lang.String getEndTimeFrom();
/**
*
* 查询的起始时间,以 RFC3339 格式表示的 UTC
* 时间戳,例如,2021-10-02T19:39:26Z。筛选结束推流时间符合查询条件的历史流
*
*
* string EndTimeFrom = 8;
* @return The bytes for endTimeFrom.
*/
com.google.protobuf.ByteString
getEndTimeFromBytes();
/**
*
* 查询的结束时间,以 RFC3339 格式表示的 UTC
* 时间戳,例如,2021-10-02T19:39:26Z。筛选结束推流时间符合查询条件的历史流
*
*
* string EndTimeTo = 9;
* @return The endTimeTo.
*/
java.lang.String getEndTimeTo();
/**
*
* 查询的结束时间,以 RFC3339 格式表示的 UTC
* 时间戳,例如,2021-10-02T19:39:26Z。筛选结束推流时间符合查询条件的历史流
*
*
* string EndTimeTo = 9;
* @return The bytes for endTimeTo.
*/
com.google.protobuf.ByteString
getEndTimeToBytes();
/**
*
* 表示推流方式,缺省情况查询全部推流方式。支持如下取值。
*<li>push:直推流;
*<li>relay:回源流。
*
*
* string SourceType = 10;
* @return The sourceType.
*/
java.lang.String getSourceType();
/**
*
* 表示推流方式,缺省情况查询全部推流方式。支持如下取值。
*<li>push:直推流;
*<li>relay:回源流。
*
*
* string SourceType = 10;
* @return The bytes for sourceType.
*/
com.google.protobuf.ByteString
getSourceTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy