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

com.volcengine.service.vod.model.request.VodListPCDNDomainRequestOrBuilder Maven / Gradle / Ivy

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

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

public interface VodListPCDNDomainRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListPCDNDomainRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 空间名 
   * 
* * string SpaceName = 1; * @return The spaceName. */ java.lang.String getSpaceName(); /** *
   * 空间名 
   * 
* * string SpaceName = 1; * @return The bytes for spaceName. */ com.google.protobuf.ByteString getSpaceNameBytes(); /** *
   *设置跨域名页数。传 0 表示获取第一页。每页大小默认为 10 条域名结果
   * 
* * int32 Offset = 2; * @return The offset. */ int getOffset(); /** *
   *当前页数量条数(默认10)
   * 
* * int32 Limit = 3; * @return The limit. */ int getLimit(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy