public static interface HealthCheckOuterClass.HealthCheck.CustomHealthCheckOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
A custom health checker specific configuration which depends on the custom health checker
being instantiated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
A custom health checker specific configuration which depends on the custom health checker
being instantiated.
|
String |
getName()
The registered name of the custom health checker.
|
com.google.protobuf.ByteString |
getNameBytes()
The registered name of the custom health checker.
|
boolean |
hasConfig()
A custom health checker specific configuration which depends on the custom health checker
being instantiated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The registered name of the custom health checker.
string name = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getNameBytes()
The registered name of the custom health checker.
string name = 1 [(.validate.rules) = { ... }boolean hasConfig()
A custom health checker specific configuration which depends on the custom health checker being instantiated. See :api:`envoy/config/health_checker` for reference.
.google.protobuf.Struct config = 2;com.google.protobuf.Struct getConfig()
A custom health checker specific configuration which depends on the custom health checker being instantiated. See :api:`envoy/config/health_checker` for reference.
.google.protobuf.Struct config = 2;com.google.protobuf.StructOrBuilder getConfigOrBuilder()
A custom health checker specific configuration which depends on the custom health checker being instantiated. See :api:`envoy/config/health_checker` for reference.
.google.protobuf.Struct config = 2;Copyright © 2019 WSO2. All rights reserved.