com.volcengine.service.vod.model.business.VodDomainSourceInfoOrBuilder 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/business/vod_cdn.proto
package com.volcengine.service.vod.model.business;
public interface VodDomainSourceInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodDomainSourceInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
*源站类型
*
*
* .Volcengine.Vod.Models.Business.VodDomainSourceStationType SourceStationType = 1;
* @return The enum numeric value on the wire for sourceStationType.
*/
int getSourceStationTypeValue();
/**
*
*源站类型
*
*
* .Volcengine.Vod.Models.Business.VodDomainSourceStationType SourceStationType = 1;
* @return The sourceStationType.
*/
com.volcengine.service.vod.model.business.VodDomainSourceStationType getSourceStationType();
/**
*
*源站地址类型
*
*
* .Volcengine.Vod.Models.Business.VodDomainSourceStationAddressType SourceStationAddressType = 2;
* @return The enum numeric value on the wire for sourceStationAddressType.
*/
int getSourceStationAddressTypeValue();
/**
*
*源站地址类型
*
*
* .Volcengine.Vod.Models.Business.VodDomainSourceStationAddressType SourceStationAddressType = 2;
* @return The sourceStationAddressType.
*/
com.volcengine.service.vod.model.business.VodDomainSourceStationAddressType getSourceStationAddressType();
/**
*
*回源地址
*
*
* string Origin = 3;
* @return The origin.
*/
java.lang.String getOrigin();
/**
*
*回源地址
*
*
* string Origin = 3;
* @return The bytes for origin.
*/
com.google.protobuf.ByteString
getOriginBytes();
/**
*
*回源存储桶信息
*
*
* .Volcengine.Vod.Models.Business.VodDomainOriginBucketInfo Bucket = 4;
* @return Whether the bucket field is set.
*/
boolean hasBucket();
/**
*
*回源存储桶信息
*
*
* .Volcengine.Vod.Models.Business.VodDomainOriginBucketInfo Bucket = 4;
* @return The bucket.
*/
com.volcengine.service.vod.model.business.VodDomainOriginBucketInfo getBucket();
/**
*
*回源存储桶信息
*
*
* .Volcengine.Vod.Models.Business.VodDomainOriginBucketInfo Bucket = 4;
*/
com.volcengine.service.vod.model.business.VodDomainOriginBucketInfoOrBuilder getBucketOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy