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

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

  /**
   * 
   *域名空间名称。
   *参数 `Domain` 和 `Vhost`传且仅传一个。
   * 
* * string Vhost = 1; * @return The vhost. */ java.lang.String getVhost(); /** *
   *域名空间名称。
   *参数 `Domain` 和 `Vhost`传且仅传一个。
   * 
* * string Vhost = 1; * @return The bytes for vhost. */ com.google.protobuf.ByteString getVhostBytes(); /** *
   * 应用名称,默认查询所有应用名称,由 1 到 30
   * 位数字、字母、下划线及"-"和"."组成。
   * 
* * string App = 2; * @return The app. */ java.lang.String getApp(); /** *
   * 应用名称,默认查询所有应用名称,由 1 到 30
   * 位数字、字母、下划线及"-"和"."组成。
   * 
* * string App = 2; * @return The bytes for app. */ com.google.protobuf.ByteString getAppBytes(); /** *
   * 流名称,缺省情况下,查询所有流名称,由 1 到 100
   * 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
   * 
* * string Stream = 3; * @return The stream. */ java.lang.String getStream(); /** *
   * 流名称,缺省情况下,查询所有流名称,由 1 到 100
   * 位数字、字母、下划线及"-"和"."组成,如果指定 Stream,必须同时指定 App 的值
   * 
* * string Stream = 3; * @return The bytes for stream. */ com.google.protobuf.ByteString getStreamBytes(); /** *
   *查询时间范围的开始时间
   * 
* * string DateFrom = 4; * @return The dateFrom. */ java.lang.String getDateFrom(); /** *
   *查询时间范围的开始时间
   * 
* * string DateFrom = 4; * @return The bytes for dateFrom. */ com.google.protobuf.ByteString getDateFromBytes(); /** *
   *查询时间范围的结束时间
   * 
* * string DateTo = 5; * @return The dateTo. */ java.lang.String getDateTo(); /** *
   *查询时间范围的结束时间
   * 
* * string DateTo = 5; * @return The bytes for dateTo. */ com.google.protobuf.ByteString getDateToBytes(); /** *
   *当前页码,取值范围为 。
   * 
* * int64 PageNum = 6; * @return The pageNum. */ long getPageNum(); /** *
   *分页大小,取值范围为 。
   * 
* * int64 PageSize = 7; * @return The pageSize. */ long getPageSize(); /** *
   * 截图文件保存位置。默认取值为 ToS。
   *<li>ToS
   *<li>ImageX
   * 
* * string Type = 8; * @return The type. */ java.lang.String getType(); /** *
   * 截图文件保存位置。默认取值为 ToS。
   *<li>ToS
   *<li>ImageX
   * 
* * string Type = 8; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy