- 2.78.0 (latest)
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public static final class HealthCheck.Builder extends GeneratedMessageV3.Builder<HealthCheck.Builder> implements HealthCheckOrBuilderHealth checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. Only applicable for instances in App Engine flexible environment.
 Protobuf type google.appengine.v1.HealthCheck
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HealthCheck.BuilderImplements
HealthCheckOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HealthCheck.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
build()
public HealthCheck build()| Returns | |
|---|---|
| Type | Description | 
| HealthCheck | |
buildPartial()
public HealthCheck buildPartial()| Returns | |
|---|---|
| Type | Description | 
| HealthCheck | |
clear()
public HealthCheck.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
clearCheckInterval()
public HealthCheck.Builder clearCheckInterval()Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
clearDisableHealthCheck()
public HealthCheck.Builder clearDisableHealthCheck()Whether to explicitly disable health checks for this instance.
 bool disable_health_check = 1;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public HealthCheck.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
clearHealthyThreshold()
public HealthCheck.Builder clearHealthyThreshold()Number of consecutive successful health checks required before receiving traffic.
 uint32 healthy_threshold = 3;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
clearHost()
public HealthCheck.Builder clearHost()Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
 string host = 2;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public HealthCheck.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
clearRestartThreshold()
public HealthCheck.Builder clearRestartThreshold()Number of consecutive failed health checks required before an instance is restarted.
 uint32 restart_threshold = 5;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
clearTimeout()
public HealthCheck.Builder clearTimeout()Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
clearUnhealthyThreshold()
public HealthCheck.Builder clearUnhealthyThreshold()Number of consecutive failed health checks required before removing traffic.
 uint32 unhealthy_threshold = 4;
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
clone()
public HealthCheck.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
getCheckInterval()
public Duration getCheckInterval()Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Returns | |
|---|---|
| Type | Description | 
| Duration | The checkInterval. | 
getCheckIntervalBuilder()
public Duration.Builder getCheckIntervalBuilder()Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getCheckIntervalOrBuilder()
public DurationOrBuilder getCheckIntervalOrBuilder()Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Returns | |
|---|---|
| Type | Description | 
| DurationOrBuilder | |
getDefaultInstanceForType()
public HealthCheck getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| HealthCheck | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getDisableHealthCheck()
public boolean getDisableHealthCheck()Whether to explicitly disable health checks for this instance.
 bool disable_health_check = 1;
| Returns | |
|---|---|
| Type | Description | 
| boolean | The disableHealthCheck. | 
getHealthyThreshold()
public int getHealthyThreshold()Number of consecutive successful health checks required before receiving traffic.
 uint32 healthy_threshold = 3;
| Returns | |
|---|---|
| Type | Description | 
| int | The healthyThreshold. | 
getHost()
public String getHost()Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
 string host = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The host. | 
getHostBytes()
public ByteString getHostBytes()Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
 string host = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for host. | 
getRestartThreshold()
public int getRestartThreshold()Number of consecutive failed health checks required before an instance is restarted.
 uint32 restart_threshold = 5;
| Returns | |
|---|---|
| Type | Description | 
| int | The restartThreshold. | 
getTimeout()
public Duration getTimeout()Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Returns | |
|---|---|
| Type | Description | 
| Duration | The timeout. | 
getTimeoutBuilder()
public Duration.Builder getTimeoutBuilder()Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Returns | |
|---|---|
| Type | Description | 
| Builder | |
getTimeoutOrBuilder()
public DurationOrBuilder getTimeoutOrBuilder()Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Returns | |
|---|---|
| Type | Description | 
| DurationOrBuilder | |
getUnhealthyThreshold()
public int getUnhealthyThreshold()Number of consecutive failed health checks required before removing traffic.
 uint32 unhealthy_threshold = 4;
| Returns | |
|---|---|
| Type | Description | 
| int | The unhealthyThreshold. | 
hasCheckInterval()
public boolean hasCheckInterval()Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the checkInterval field is set. | 
hasTimeout()
public boolean hasTimeout()Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the timeout field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeCheckInterval(Duration value)
public HealthCheck.Builder mergeCheckInterval(Duration value)Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | Duration | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
mergeFrom(HealthCheck other)
public HealthCheck.Builder mergeFrom(HealthCheck other)| Parameter | |
|---|---|
| Name | Description | 
| other | HealthCheck | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HealthCheck.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public HealthCheck.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
mergeTimeout(Duration value)
public HealthCheck.Builder mergeTimeout(Duration value)Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | Duration | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HealthCheck.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setCheckInterval(Duration value)
public HealthCheck.Builder setCheckInterval(Duration value)Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | Duration | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setCheckInterval(Duration.Builder builderForValue)
public HealthCheck.Builder setCheckInterval(Duration.Builder builderForValue)Interval between health checks.
 .google.protobuf.Duration check_interval = 6;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setDisableHealthCheck(boolean value)
public HealthCheck.Builder setDisableHealthCheck(boolean value)Whether to explicitly disable health checks for this instance.
 bool disable_health_check = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe disableHealthCheck to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public HealthCheck.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setHealthyThreshold(int value)
public HealthCheck.Builder setHealthyThreshold(int value)Number of consecutive successful health checks required before receiving traffic.
 uint32 healthy_threshold = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe healthyThreshold to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
setHost(String value)
public HealthCheck.Builder setHost(String value)Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
 string host = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe host to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
setHostBytes(ByteString value)
public HealthCheck.Builder setHostBytes(ByteString value)Host header to send when performing an HTTP health check. Example: "myapp.appspot.com"
 string host = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for host to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HealthCheck.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setRestartThreshold(int value)
public HealthCheck.Builder setRestartThreshold(int value)Number of consecutive failed health checks required before an instance is restarted.
 uint32 restart_threshold = 5;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe restartThreshold to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
setTimeout(Duration value)
public HealthCheck.Builder setTimeout(Duration value)Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | Duration | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setTimeout(Duration.Builder builderForValue)
public HealthCheck.Builder setTimeout(Duration.Builder builderForValue)Time before the health check is considered failed.
 .google.protobuf.Duration timeout = 7;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Builder | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |
setUnhealthyThreshold(int value)
public HealthCheck.Builder setUnhealthyThreshold(int value)Number of consecutive failed health checks required before removing traffic.
 uint32 unhealthy_threshold = 4;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe unhealthyThreshold to set. | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final HealthCheck.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| HealthCheck.Builder | |