com.volcengine.service.vod.model.request.VodCreateDomainV2RequestOrBuilder 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 VodCreateDomainV2RequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodCreateDomainV2Request)
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 DomainType = 2;
* @return The domainType.
*/
java.lang.String getDomainType();
/**
* 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();
/**
* int32 SourceStationType = 5;
* @return The sourceStationType.
*/
int getSourceStationType();
/**
*
*源站地址类型
*
*
* int32 SourceStationAddressType = 6;
* @return The sourceStationAddressType.
*/
int getSourceStationAddressType();
/**
*
*源站地址
*
*
* string Origins = 7;
* @return The origins.
*/
java.lang.String getOrigins();
/**
*
*源站地址
*
*
* string Origins = 7;
* @return The bytes for origins.
*/
com.google.protobuf.ByteString
getOriginsBytes();
/**
*
*地区
*
*
* string Area = 8;
* @return The area.
*/
java.lang.String getArea();
/**
*
*地区
*
*
* string Area = 8;
* @return The bytes for area.
*/
com.google.protobuf.ByteString
getAreaBytes();
/**
*
*挂载tos 桶名称
*
*
* string BucketName = 9;
* @return The bucketName.
*/
java.lang.String getBucketName();
/**
*
*挂载tos 桶名称
*
*
* string BucketName = 9;
* @return The bytes for bucketName.
*/
com.google.protobuf.ByteString
getBucketNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy