com.volcengine.service.vod.model.request.VodAddCallbackSubscriptionRequestOrBuilder 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 VodAddCallbackSubscriptionRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodAddCallbackSubscriptionRequest)
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();
/**
*
* 订阅URL
*
*
* string Url = 2;
* @return The url.
*/
java.lang.String getUrl();
/**
*
* 订阅URL
*
*
* string Url = 2;
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
*
* 添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
* "application/json",
* "application/octet-stream"
*
*
* string ContentType = 3;
* @return The contentType.
*/
java.lang.String getContentType();
/**
*
* 添加订阅地址的内容类型。默认值为“application/octet-stream”。支持的取值为
* "application/json",
* "application/octet-stream"
*
*
* string ContentType = 3;
* @return The bytes for contentType.
*/
com.google.protobuf.ByteString
getContentTypeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy