接口 DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
DestinationRuleOuterClass.ConnectionPoolSettings,DestinationRuleOuterClass.ConnectionPoolSettings.Builder
public static interface DestinationRuleOuterClass.ConnectionPoolSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getHttp()HTTP connection pool settings.HTTP connection pool settings.getTcp()Settings common to both HTTP and TCP upstream connections.Settings common to both HTTP and TCP upstream connections.booleanhasHttp()HTTP connection pool settings.booleanhasTcp()Settings common to both HTTP and TCP upstream connections.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
hasTcp
boolean hasTcp()Settings common to both HTTP and TCP upstream connections.
.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings tcp = 1;- 返回:
- Whether the tcp field is set.
-
getTcp
Settings common to both HTTP and TCP upstream connections.
.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings tcp = 1;- 返回:
- The tcp.
-
getTcpOrBuilder
DestinationRuleOuterClass.ConnectionPoolSettings.TCPSettingsOrBuilder getTcpOrBuilder()Settings common to both HTTP and TCP upstream connections.
.istio.networking.v1alpha3.ConnectionPoolSettings.TCPSettings tcp = 1; -
hasHttp
boolean hasHttp()HTTP connection pool settings.
.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettings http = 2;- 返回:
- Whether the http field is set.
-
getHttp
HTTP connection pool settings.
.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettings http = 2;- 返回:
- The http.
-
getHttpOrBuilder
DestinationRuleOuterClass.ConnectionPoolSettings.HTTPSettingsOrBuilder getHttpOrBuilder()HTTP connection pool settings.
.istio.networking.v1alpha3.ConnectionPoolSettings.HTTPSettings http = 2;
-