- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public interface HealthStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsAnnotations(String key)
public abstract boolean containsAnnotations(String key)
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
boolean |
getAnnotations()
public abstract Map<String,String> getAnnotations()
Use #getAnnotationsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getAnnotationsCount()
public abstract int getAnnotationsCount()
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;
Returns | |
---|---|
Type | Description |
int |
getAnnotationsMap()
public abstract Map<String,String> getAnnotationsMap()
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getAnnotationsOrDefault(String key, String defaultValue)
public abstract String getAnnotationsOrDefault(String key, String defaultValue)
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;
Parameters | |
---|---|
Name | Description |
key | String |
defaultValue | String |
Returns | |
---|---|
Type | Description |
String |
getAnnotationsOrThrow(String key)
public abstract String getAnnotationsOrThrow(String key)
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;
Parameter | |
---|---|
Name | Description |
key | String |
Returns | |
---|---|
Type | Description |
String |
getForwardingRule()
public abstract String getForwardingRule()
URL of the forwarding rule associated with the health status of the instance.
optional string forwarding_rule = 269964030;
Returns | |
---|---|
Type | Description |
String | The forwardingRule. |
getForwardingRuleBytes()
public abstract ByteString getForwardingRuleBytes()
URL of the forwarding rule associated with the health status of the instance.
optional string forwarding_rule = 269964030;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for forwardingRule. |
getForwardingRuleIp()
public abstract String getForwardingRuleIp()
A forwarding rule IP address assigned to this instance.
optional string forwarding_rule_ip = 172250632;
Returns | |
---|---|
Type | Description |
String | The forwardingRuleIp. |
getForwardingRuleIpBytes()
public abstract ByteString getForwardingRuleIpBytes()
A forwarding rule IP address assigned to this instance.
optional string forwarding_rule_ip = 172250632;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for forwardingRuleIp. |
getHealthState()
public abstract String getHealthState()
Health state of the IPv4 address of the instance. 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 IPv4 address of the instance. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for healthState. |
getInstance()
public abstract String getInstance()
URL of the instance resource.
optional string instance = 18257045;
Returns | |
---|---|
Type | Description |
String | The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()
URL of the instance resource.
optional string instance = 18257045;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for instance. |
getIpAddress()
public abstract String getIpAddress()
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.
optional string ip_address = 406272220;
Returns | |
---|---|
Type | Description |
String | The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.
optional string ip_address = 406272220;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for ipAddress. |
getPort()
public abstract int getPort()
The named port of the instance group, not necessarily the port that is health-checked.
optional int32 port = 3446913;
Returns | |
---|---|
Type | Description |
int | The port. |
getWeight()
public abstract String getWeight()
optional string weight = 282149496;
Returns | |
---|---|
Type | Description |
String | The weight. |
getWeightBytes()
public abstract ByteString getWeightBytes()
optional string weight = 282149496;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for weight. |
getWeightError()
public abstract String getWeightError()
Check the WeightError enum for the list of possible values.
optional string weight_error = 522501505;
Returns | |
---|---|
Type | Description |
String | The weightError. |
getWeightErrorBytes()
public abstract ByteString getWeightErrorBytes()
Check the WeightError enum for the list of possible values.
optional string weight_error = 522501505;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for weightError. |
hasForwardingRule()
public abstract boolean hasForwardingRule()
URL of the forwarding rule associated with the health status of the instance.
optional string forwarding_rule = 269964030;
Returns | |
---|---|
Type | Description |
boolean | Whether the forwardingRule field is set. |
hasForwardingRuleIp()
public abstract boolean hasForwardingRuleIp()
A forwarding rule IP address assigned to this instance.
optional string forwarding_rule_ip = 172250632;
Returns | |
---|---|
Type | Description |
boolean | Whether the forwardingRuleIp field is set. |
hasHealthState()
public abstract boolean hasHealthState()
Health state of the IPv4 address of the instance. 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. |
hasInstance()
public abstract boolean hasInstance()
URL of the instance resource.
optional string instance = 18257045;
Returns | |
---|---|
Type | Description |
boolean | Whether the instance field is set. |
hasIpAddress()
public abstract boolean hasIpAddress()
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.
optional string ip_address = 406272220;
Returns | |
---|---|
Type | Description |
boolean | Whether the ipAddress field is set. |
hasPort()
public abstract boolean hasPort()
The named port of the instance group, not necessarily the port that is health-checked.
optional int32 port = 3446913;
Returns | |
---|---|
Type | Description |
boolean | Whether the port field is set. |
hasWeight()
public abstract boolean hasWeight()
optional string weight = 282149496;
Returns | |
---|---|
Type | Description |
boolean | Whether the weight field is set. |
hasWeightError()
public abstract boolean hasWeightError()
Check the WeightError enum for the list of possible values.
optional string weight_error = 522501505;
Returns | |
---|---|
Type | Description |
boolean | Whether the weightError field is set. |