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

com.byteplus.service.vod.model.request.VodListCdnAccessLogRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodListCdnAccessLogRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodListCdnAccessLogRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 域名(当前仅支持设置一个域名) 
   * 
* * string Domains = 1; * @return The domains. */ java.lang.String getDomains(); /** *
   * 域名(当前仅支持设置一个域名) 
   * 
* * string Domains = 1; * @return The bytes for domains. */ com.google.protobuf.ByteString getDomainsBytes(); /** *
   * 查询起始时间戳,单位:Unix秒级时间戳 
   * 
* * int32 StartTimestamp = 2; * @return The startTimestamp. */ int getStartTimestamp(); /** *
   * 查询结束时间戳,单位:Unix秒级时间戳 
   * 
* * int32 EndTimestamp = 3; * @return The endTimestamp. */ int getEndTimestamp(); /** *
   * 空间名称 
   * 
* * string SpaceName = 4; * @return The spaceName. */ java.lang.String getSpaceName(); /** *
   * 空间名称 
   * 
* * string SpaceName = 4; * @return The bytes for spaceName. */ com.google.protobuf.ByteString getSpaceNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy