com.volcengine.service.live.model.business.CDNSnapshotHistoryInfoOrBuilder 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/business/snapshot_manage.proto
package com.volcengine.service.live.model.business;
public interface CDNSnapshotHistoryInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Live.Models.Business.CDNSnapshotHistoryInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* 截图历史列表记录
*
*
* repeated .Volcengine.Live.Models.Business.CDNSnapshotHistory Data = 1;
*/
java.util.List
getDataList();
/**
*
* 截图历史列表记录
*
*
* repeated .Volcengine.Live.Models.Business.CDNSnapshotHistory Data = 1;
*/
CDNSnapshotHistory getData(int index);
/**
*
* 截图历史列表记录
*
*
* repeated .Volcengine.Live.Models.Business.CDNSnapshotHistory Data = 1;
*/
int getDataCount();
/**
*
* 截图历史列表记录
*
*
* repeated .Volcengine.Live.Models.Business.CDNSnapshotHistory Data = 1;
*/
java.util.List extends CDNSnapshotHistoryOrBuilder>
getDataOrBuilderList();
/**
*
* 截图历史列表记录
*
*
* repeated .Volcengine.Live.Models.Business.CDNSnapshotHistory Data = 1;
*/
CDNSnapshotHistoryOrBuilder getDataOrBuilder(
int index);
/**
*
* 分页信息
*
*
* .Volcengine.Live.Models.Business.Pagination Pagination = 2;
* @return Whether the pagination field is set.
*/
boolean hasPagination();
/**
*
* 分页信息
*
*
* .Volcengine.Live.Models.Business.Pagination Pagination = 2;
* @return The pagination.
*/
Pagination getPagination();
/**
*
* 分页信息
*
*
* .Volcengine.Live.Models.Business.Pagination Pagination = 2;
*/
PaginationOrBuilder getPaginationOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy