com.volcengine.service.vod.model.business.CdnOriginRuleOrBuilder 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 CdnOriginRuleOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.CdnOriginRule)
com.google.protobuf.MessageOrBuilder {
/**
*
* 源站配置
*
*
* .Volcengine.Vod.Models.Business.OriginAction OriginAction = 1;
* @return Whether the originAction field is set.
*/
boolean hasOriginAction();
/**
*
* 源站配置
*
*
* .Volcengine.Vod.Models.Business.OriginAction OriginAction = 1;
* @return The originAction.
*/
com.volcengine.service.vod.model.business.OriginAction getOriginAction();
/**
*
* 源站配置
*
*
* .Volcengine.Vod.Models.Business.OriginAction OriginAction = 1;
*/
com.volcengine.service.vod.model.business.OriginActionOrBuilder getOriginActionOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy