All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.business.VodDomainSourceInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/business/vod_cdn.proto

package com.byteplus.service.vod.model.business;

public interface VodDomainSourceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodDomainSourceInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *源站类型
   * 
* * .Byteplus.Vod.Models.Business.VodDomainSourceStationType SourceStationType = 1; * @return The enum numeric value on the wire for sourceStationType. */ int getSourceStationTypeValue(); /** *
   *源站类型
   * 
* * .Byteplus.Vod.Models.Business.VodDomainSourceStationType SourceStationType = 1; * @return The sourceStationType. */ com.byteplus.service.vod.model.business.VodDomainSourceStationType getSourceStationType(); /** *
   *源站地址类型
   * 
* * .Byteplus.Vod.Models.Business.VodDomainSourceStationAddressType SourceStationAddressType = 2; * @return The enum numeric value on the wire for sourceStationAddressType. */ int getSourceStationAddressTypeValue(); /** *
   *源站地址类型
   * 
* * .Byteplus.Vod.Models.Business.VodDomainSourceStationAddressType SourceStationAddressType = 2; * @return The sourceStationAddressType. */ com.byteplus.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(); /** *
   *回源存储桶信息
   * 
* * .Byteplus.Vod.Models.Business.VodDomainOriginBucketInfo Bucket = 4; * @return Whether the bucket field is set. */ boolean hasBucket(); /** *
   *回源存储桶信息
   * 
* * .Byteplus.Vod.Models.Business.VodDomainOriginBucketInfo Bucket = 4; * @return The bucket. */ com.byteplus.service.vod.model.business.VodDomainOriginBucketInfo getBucket(); /** *
   *回源存储桶信息
   * 
* * .Byteplus.Vod.Models.Business.VodDomainOriginBucketInfo Bucket = 4; */ com.byteplus.service.vod.model.business.VodDomainOriginBucketInfoOrBuilder getBucketOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy