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

com.byteplus.service.vod.model.request.VodSetCallbackEventRequestOrBuilder 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 VodSetCallbackEventRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodSetCallbackEventRequest)
    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(); /** *
   * 事件列表 
   * 
* * string Events = 2; * @return The events. */ java.lang.String getEvents(); /** *
   * 事件列表 
   * 
* * string Events = 2; * @return The bytes for events. */ com.google.protobuf.ByteString getEventsBytes(); /** *
   * 是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字 
   * 
* * string AuthEnabled = 3; * @return The authEnabled. */ java.lang.String getAuthEnabled(); /** *
   * 是否开启回调鉴权,值为VodCallbackAuthType中的枚举数字 
   * 
* * string AuthEnabled = 3; * @return The bytes for authEnabled. */ com.google.protobuf.ByteString getAuthEnabledBytes(); /** *
   * 回调鉴权key 
   * 
* * string PrivateKey = 4; * @return The privateKey. */ java.lang.String getPrivateKey(); /** *
   * 回调鉴权key 
   * 
* * string PrivateKey = 4; * @return The bytes for privateKey. */ com.google.protobuf.ByteString getPrivateKeyBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy