com.volcengine.service.vod.model.request.VodSetCallbackEventRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// 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 VodSetCallbackEventRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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