Interface CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder (1.105.0)

public interface CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHealthState()

public abstract String getHealthState()

Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.

optional string health_state = 324007150;

Returns
Type Description
String

The healthState.

getHealthStateBytes()

public abstract ByteString getHealthStateBytes()

Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.

optional string health_state = 324007150;

Returns
Type Description
ByteString

The bytes for healthState.

getSource()

public abstract String getSource()

Fully qualified URL of the associated HealthSource resource.

optional string source = 177235995;

Returns
Type Description
String

The source.

getSourceBytes()

public abstract ByteString getSourceBytes()

Fully qualified URL of the associated HealthSource resource.

optional string source = 177235995;

Returns
Type Description
ByteString

The bytes for source.

hasHealthState()

public abstract boolean hasHealthState()

Health state of the associated HealthSource resource. Check the HealthState enum for the list of possible values.

optional string health_state = 324007150;

Returns
Type Description
boolean

Whether the healthState field is set.

hasSource()

public abstract boolean hasSource()

Fully qualified URL of the associated HealthSource resource.

optional string source = 177235995;

Returns
Type Description
boolean

Whether the source field is set.