com.volcengine.service.vod.model.request.VodDescribeDomainConfigRequestOrBuilder 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 VodDescribeDomainConfigRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodDescribeDomainConfigRequest)
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();
/**
*
* 域名类型(play、image)
*
*
* string DomainType = 2;
* @return The domainType.
*/
java.lang.String getDomainType();
/**
*
* 域名类型(play、image)
*
*
* string DomainType = 2;
* @return The bytes for domainType.
*/
com.google.protobuf.ByteString
getDomainTypeBytes();
/**
*
* 指定一个加速域名修改其配置
*
*
* string Domain = 3;
* @return The domain.
*/
java.lang.String getDomain();
/**
*
* 指定一个加速域名修改其配置
*
*
* string Domain = 3;
* @return The bytes for domain.
*/
com.google.protobuf.ByteString
getDomainBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy