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

com.byteplus.service.vod.model.request.VodGetPrivateDrmPlayAuthRequestOrBuilder 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 VodGetPrivateDrmPlayAuthRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodGetPrivateDrmPlayAuthRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * drm类型,支持web,app。默认web 
   * 
* * string DrmType = 1; * @return The drmType. */ java.lang.String getDrmType(); /** *
   * drm类型,支持web,app。默认web 
   * 
* * string DrmType = 1; * @return The bytes for drmType. */ com.google.protobuf.ByteString getDrmTypeBytes(); /** *
   * 视频id 
   * 
* * string Vid = 2; * @return The vid. */ java.lang.String getVid(); /** *
   * 视频id 
   * 
* * string Vid = 2; * @return The bytes for vid. */ com.google.protobuf.ByteString getVidBytes(); /** *
   * 播放许可id列表,以逗号分割 
   * 
* * string PlayAuthIds = 3; * @return The playAuthIds. */ java.lang.String getPlayAuthIds(); /** *
   * 播放许可id列表,以逗号分割 
   * 
* * string PlayAuthIds = 3; * @return The bytes for playAuthIds. */ com.google.protobuf.ByteString getPlayAuthIdsBytes(); /** *
   * 唯一性标识信息, 若需使用请联系技术支持 
   * 
* * string UnionInfo = 4; * @return The unionInfo. */ java.lang.String getUnionInfo(); /** *
   * 唯一性标识信息, 若需使用请联系技术支持 
   * 
* * string UnionInfo = 4; * @return The bytes for unionInfo. */ com.google.protobuf.ByteString getUnionInfoBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy