public interface VodResponseHeaderInstanceOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
boolean |
getAccessOriginControl()
表示在内容分发网络响应用户请求时,是否校验请求头中的 Origin 字段
bool AccessOriginControl = 4; |
String |
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 |
getValue()
表示 Key 的值
string Value = 5; |
com.google.protobuf.ByteString |
getValueBytes()
表示 Key 的值
string Value = 5; |
String |
getValueType()
指定 Key 的取值类型
string ValueType = 3; |
com.google.protobuf.ByteString |
getValueTypeBytes()
指定 Key 的取值类型
string ValueType = 3; |
String 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 © 2024. All rights reserved.