public interface HealthStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAnnotations(String key)
Metadata defined as annotations for network endpoint.
|
Map<String,String> |
getAnnotations()
Deprecated.
|
int |
getAnnotationsCount()
Metadata defined as annotations for network endpoint.
|
Map<String,String> |
getAnnotationsMap()
Metadata defined as annotations for network endpoint.
|
String |
getAnnotationsOrDefault(String key,
String defaultValue)
Metadata defined as annotations for network endpoint.
|
String |
getAnnotationsOrThrow(String key)
Metadata defined as annotations for network endpoint.
|
String |
getForwardingRule()
URL of the forwarding rule associated with the health status of the instance.
|
com.google.protobuf.ByteString |
getForwardingRuleBytes()
URL of the forwarding rule associated with the health status of the instance.
|
String |
getForwardingRuleIp()
A forwarding rule IP address assigned to this instance.
|
com.google.protobuf.ByteString |
getForwardingRuleIpBytes()
A forwarding rule IP address assigned to this instance.
|
String |
getHealthState()
Health state of the instance.
|
com.google.protobuf.ByteString |
getHealthStateBytes()
Health state of the instance.
|
String |
getInstance()
URL of the instance resource.
|
com.google.protobuf.ByteString |
getInstanceBytes()
URL of the instance resource.
|
String |
getIpAddress()
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance.
|
int |
getPort()
The named port of the instance group, not necessarily the port that is health-checked.
|
String |
getWeight()
optional string weight = 282149496; |
com.google.protobuf.ByteString |
getWeightBytes()
optional string weight = 282149496; |
String |
getWeightError()
Check the WeightError enum for the list of possible values.
|
com.google.protobuf.ByteString |
getWeightErrorBytes()
Check the WeightError enum for the list of possible values.
|
boolean |
hasForwardingRule()
URL of the forwarding rule associated with the health status of the instance.
|
boolean |
hasForwardingRuleIp()
A forwarding rule IP address assigned to this instance.
|
boolean |
hasHealthState()
Health state of the instance.
|
boolean |
hasInstance()
URL of the instance resource.
|
boolean |
hasIpAddress()
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance.
|
boolean |
hasPort()
The named port of the instance group, not necessarily the port that is health-checked.
|
boolean |
hasWeight()
optional string weight = 282149496; |
boolean |
hasWeightError()
Check the WeightError enum for the list of possible values.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAnnotationsCount()
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;boolean containsAnnotations(String key)
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;@Deprecated Map<String,String> getAnnotations()
getAnnotationsMap() instead.Map<String,String> getAnnotationsMap()
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;String getAnnotationsOrDefault(String key, String defaultValue)
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;String getAnnotationsOrThrow(String key)
Metadata defined as annotations for network endpoint.
map<string, string> annotations = 112032548;boolean hasForwardingRule()
URL of the forwarding rule associated with the health status of the instance.
optional string forwarding_rule = 269964030;String getForwardingRule()
URL of the forwarding rule associated with the health status of the instance.
optional string forwarding_rule = 269964030;com.google.protobuf.ByteString getForwardingRuleBytes()
URL of the forwarding rule associated with the health status of the instance.
optional string forwarding_rule = 269964030;boolean hasForwardingRuleIp()
A forwarding rule IP address assigned to this instance.
optional string forwarding_rule_ip = 172250632;String getForwardingRuleIp()
A forwarding rule IP address assigned to this instance.
optional string forwarding_rule_ip = 172250632;com.google.protobuf.ByteString getForwardingRuleIpBytes()
A forwarding rule IP address assigned to this instance.
optional string forwarding_rule_ip = 172250632;boolean hasHealthState()
Health state of the instance. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;String getHealthState()
Health state of the instance. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;com.google.protobuf.ByteString getHealthStateBytes()
Health state of the instance. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;boolean hasInstance()
URL of the instance resource.
optional string instance = 18257045;String getInstance()
URL of the instance resource.
optional string instance = 18257045;com.google.protobuf.ByteString getInstanceBytes()
URL of the instance resource.
optional string instance = 18257045;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;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;com.google.protobuf.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;boolean hasPort()
The named port of the instance group, not necessarily the port that is health-checked.
optional int32 port = 3446913;int getPort()
The named port of the instance group, not necessarily the port that is health-checked.
optional int32 port = 3446913;boolean hasWeight()
optional string weight = 282149496;String getWeight()
optional string weight = 282149496;com.google.protobuf.ByteString getWeightBytes()
optional string weight = 282149496;boolean hasWeightError()
Check the WeightError enum for the list of possible values.
optional string weight_error = 522501505;String getWeightError()
Check the WeightError enum for the list of possible values.
optional string weight_error = 522501505;com.google.protobuf.ByteString getWeightErrorBytes()
Check the WeightError enum for the list of possible values.
optional string weight_error = 522501505;Copyright © 2023 Google LLC. All rights reserved.