public interface OriginLineOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
源站地址
|
com.google.protobuf.ByteString |
getAddressBytes()
源站地址
|
String |
getHttpPort()
HTTP协议端口
|
com.google.protobuf.ByteString |
getHttpPortBytes()
HTTP协议端口
|
String |
getHttpsPort()
HTTPS协议端口
|
com.google.protobuf.ByteString |
getHttpsPortBytes()
HTTPS协议端口
|
String |
getInstanceType()
源站的类型 ip/domain
|
com.google.protobuf.ByteString |
getInstanceTypeBytes()
源站的类型 ip/domain
|
String |
getOriginHost()
回源请求访问的站点域名
|
com.google.protobuf.ByteString |
getOriginHostBytes()
回源请求访问的站点域名
|
String |
getOriginType()
源站的类别 primary/backup
|
com.google.protobuf.ByteString |
getOriginTypeBytes()
源站的类别 primary/backup
|
String |
getWeight()
源站的权重,取值范围是 1-100
|
com.google.protobuf.ByteString |
getWeightBytes()
源站的权重,取值范围是 1-100
|
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 getHttpPort()
HTTP协议端口
string HttpPort = 2;com.google.protobuf.ByteString getHttpPortBytes()
HTTP协议端口
string HttpPort = 2;String getHttpsPort()
HTTPS协议端口
string HttpsPort = 3;com.google.protobuf.ByteString getHttpsPortBytes()
HTTPS协议端口
string HttpsPort = 3;String getInstanceType()
源站的类型 ip/domain
string InstanceType = 4;com.google.protobuf.ByteString getInstanceTypeBytes()
源站的类型 ip/domain
string InstanceType = 4;String getOriginHost()
回源请求访问的站点域名
string OriginHost = 5;com.google.protobuf.ByteString getOriginHostBytes()
回源请求访问的站点域名
string OriginHost = 5;String getOriginType()
源站的类别 primary/backup
string OriginType = 6;com.google.protobuf.ByteString getOriginTypeBytes()
源站的类别 primary/backup
string OriginType = 6;String getWeight()
源站的权重,取值范围是 1-100
string Weight = 7;com.google.protobuf.ByteString getWeightBytes()
源站的权重,取值范围是 1-100
string Weight = 7;Copyright © 2025. All rights reserved.