public interface OriginLineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
源站地址
|
com.google.protobuf.ByteString |
getAddressBytes()
源站地址
|
String |
getInstanceType()
下面两个参数由于目前 BP 没有用到,所以先注释掉
string HttpPort = 2; // HTTP协议端口
string HttpsPort = 3; // HTTPS协议端口
|
com.google.protobuf.ByteString |
getInstanceTypeBytes()
下面两个参数由于目前 BP 没有用到,所以先注释掉
string HttpPort = 2; // HTTP协议端口
string HttpsPort = 3; // HTTPS协议端口
|
String |
getOriginHost()
回源请求访问的站点域名
|
com.google.protobuf.ByteString |
getOriginHostBytes()
回源请求访问的站点域名
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAddress()
源站地址
string Address = 1;com.google.protobuf.ByteString getAddressBytes()
源站地址
string Address = 1;String getInstanceType()
下面两个参数由于目前 BP 没有用到,所以先注释掉 string HttpPort = 2; // HTTP协议端口 string HttpsPort = 3; // HTTPS协议端口
string InstanceType = 4;com.google.protobuf.ByteString getInstanceTypeBytes()
下面两个参数由于目前 BP 没有用到,所以先注释掉 string HttpPort = 2; // HTTP协议端口 string HttpsPort = 3; // HTTPS协议端口
string InstanceType = 4;String getOriginHost()
回源请求访问的站点域名
string OriginHost = 5;com.google.protobuf.ByteString getOriginHostBytes()
回源请求访问的站点域名
string OriginHost = 5;Copyright © 2026. All rights reserved.