public interface VodResponseHeaderInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAccessOriginControl()
表示在内容分发网络响应用户请求时,是否校验请求头中的 Origin 字段
|
String |
getAction()
指定对响应头的操作
|
com.google.protobuf.ByteString |
getActionBytes()
指定对响应头的操作
|
String |
getKey()
指定一个头部的名称
|
com.google.protobuf.ByteString |
getKeyBytes()
指定一个头部的名称
|
String |
getValue()
表示 Key 的值
|
com.google.protobuf.ByteString |
getValueBytes()
表示 Key 的值
|
String |
getValueType()
指定 Key 的取值类型
|
com.google.protobuf.ByteString |
getValueTypeBytes()
指定 Key 的取值类型
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAction()
指定对响应头的操作
string Action = 1;com.google.protobuf.ByteString getActionBytes()
指定对响应头的操作
string Action = 1;String getKey()
指定一个头部的名称
string Key = 2;com.google.protobuf.ByteString getKeyBytes()
指定一个头部的名称
string Key = 2;String getValueType()
指定 Key 的取值类型
string ValueType = 3;com.google.protobuf.ByteString getValueTypeBytes()
指定 Key 的取值类型
string ValueType = 3;boolean getAccessOriginControl()
表示在内容分发网络响应用户请求时,是否校验请求头中的 Origin 字段
bool AccessOriginControl = 4;String getValue()
表示 Key 的值
string Value = 5;com.google.protobuf.ByteString getValueBytes()
表示 Key 的值
string Value = 5;Copyright © 2025. All rights reserved.