Class HealthCheck.Builder (2.42.0)

public static final class HealthCheck.Builder extends GeneratedMessageV3.Builder<HealthCheck.Builder> implements HealthCheckOrBuilder

Health 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

Static 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
Overrides

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
Overrides

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
Overrides

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
Overrides

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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public HealthCheck.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
HealthCheck.Builder
Overrides

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
Overrides

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 boolean

The 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
Overrides

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 int

The 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 String

The 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 ByteString

The 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
Overrides

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 int

The 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 int

The 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
Overrides