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

com.volcengine.service.vod.model.request.VodListWatermarkRequestOrBuilder 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 VodListWatermarkRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodListWatermarkRequest)
    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(); /** *
   * 模板ID 
   * 
* * string TemplateId = 2; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 模板ID 
   * 
* * string TemplateId = 2; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 模板名称 
   * 
* * string Name = 3; * @return The name. */ java.lang.String getName(); /** *
   * 模板名称 
   * 
* * string Name = 3; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * 模板类型 
   * 
* * string Type = 5; * @return The type. */ java.lang.String getType(); /** *
   * 模板类型 
   * 
* * string Type = 5; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * 返回个数 
   * 
* * int32 Limit = 6; * @return The limit. */ int getLimit(); /** *
   * 偏移量 
   * 
* * int32 Offset = 7; * @return The offset. */ int getOffset(); /** *
   * 排序维度 
   * 
* * string OrderByKey = 8; * @return The orderByKey. */ java.lang.String getOrderByKey(); /** *
   * 排序维度 
   * 
* * string OrderByKey = 8; * @return The bytes for orderByKey. */ com.google.protobuf.ByteString getOrderByKeyBytes(); /** *
   * 排序方式 
   * 
* * string Order = 9; * @return The order. */ java.lang.String getOrder(); /** *
   * 排序方式 
   * 
* * string Order = 9; * @return The bytes for order. */ com.google.protobuf.ByteString getOrderBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy