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

com.volcengine.service.live.model.business.CDNSnapshotHistoryInfoOrBuilder 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/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 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