Interface HealthSourcesGetHealthResponseSourceInfoBackendInfoOrBuilder (1.105.0)

public interface HealthSourcesGetHealthResponseSourceInfoBackendInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEndpointCount()

public abstract int getEndpointCount()

Total number of endpoints when determining the health of the regionHealthSource.

optional int32 endpoint_count = 486641125;

Returns
Type Description
int

The endpointCount.

getGroup()

public abstract String getGroup()

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

optional string group = 98629247;

Returns
Type Description
String

The group.

getGroupBytes()

public abstract ByteString getGroupBytes()

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

optional string group = 98629247;

Returns
Type Description
ByteString

The bytes for group.

getHealthyEndpointCount()

public abstract int getHealthyEndpointCount()

Number of endpoints considered healthy when determining health of the regionHealthSource.

optional int32 healthy_endpoint_count = 291284167;

Returns
Type Description
int

The healthyEndpointCount.

hasEndpointCount()

public abstract boolean hasEndpointCount()

Total number of endpoints when determining the health of the regionHealthSource.

optional int32 endpoint_count = 486641125;

Returns
Type Description
boolean

Whether the endpointCount field is set.

hasGroup()

public abstract boolean hasGroup()

Fully qualified URL of an instance group or network endpoint group behind the source backend service.

optional string group = 98629247;

Returns
Type Description
boolean

Whether the group field is set.

hasHealthyEndpointCount()

public abstract boolean hasHealthyEndpointCount()

Number of endpoints considered healthy when determining health of the regionHealthSource.

optional int32 healthy_endpoint_count = 291284167;

Returns
Type Description
boolean

Whether the healthyEndpointCount field is set.