Interface LoadBalancerBackendOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoadBalancerBackend,LoadBalancerBackend.Builder
public interface LoadBalancerBackendOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDisplayName()Name of a Compute Engine instance or network endpoint.com.google.protobuf.ByteStringgetDisplayNameBytes()Name of a Compute Engine instance or network endpoint.StringgetHealthCheckAllowingFirewallRules(int index)A list of firewall rule URIs allowing probes from health check IP ranges.com.google.protobuf.ByteStringgetHealthCheckAllowingFirewallRulesBytes(int index)A list of firewall rule URIs allowing probes from health check IP ranges.intgetHealthCheckAllowingFirewallRulesCount()A list of firewall rule URIs allowing probes from health check IP ranges.List<String>getHealthCheckAllowingFirewallRulesList()A list of firewall rule URIs allowing probes from health check IP ranges.StringgetHealthCheckBlockingFirewallRules(int index)A list of firewall rule URIs blocking probes from health check IP ranges.com.google.protobuf.ByteStringgetHealthCheckBlockingFirewallRulesBytes(int index)A list of firewall rule URIs blocking probes from health check IP ranges.intgetHealthCheckBlockingFirewallRulesCount()A list of firewall rule URIs blocking probes from health check IP ranges.List<String>getHealthCheckBlockingFirewallRulesList()A list of firewall rule URIs blocking probes from health check IP ranges.LoadBalancerBackend.HealthCheckFirewallStategetHealthCheckFirewallState()State of the health check firewall configuration.intgetHealthCheckFirewallStateValue()State of the health check firewall configuration.StringgetUri()URI of a Compute Engine instance or network endpoint.com.google.protobuf.ByteStringgetUriBytes()URI of a Compute Engine instance or network endpoint.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Name of a Compute Engine instance or network endpoint.
string display_name = 1;- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine instance or network endpoint.
string display_name = 1;- Returns:
- The bytes for displayName.
-
getUri
String getUri()
URI of a Compute Engine instance or network endpoint.
string uri = 2;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine instance or network endpoint.
string uri = 2;- Returns:
- The bytes for uri.
-
getHealthCheckFirewallStateValue
int getHealthCheckFirewallStateValue()
State of the health check firewall configuration.
.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState health_check_firewall_state = 3;- Returns:
- The enum numeric value on the wire for healthCheckFirewallState.
-
getHealthCheckFirewallState
LoadBalancerBackend.HealthCheckFirewallState getHealthCheckFirewallState()
State of the health check firewall configuration.
.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState health_check_firewall_state = 3;- Returns:
- The healthCheckFirewallState.
-
getHealthCheckAllowingFirewallRulesList
List<String> getHealthCheckAllowingFirewallRulesList()
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;- Returns:
- A list containing the healthCheckAllowingFirewallRules.
-
getHealthCheckAllowingFirewallRulesCount
int getHealthCheckAllowingFirewallRulesCount()
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;- Returns:
- The count of healthCheckAllowingFirewallRules.
-
getHealthCheckAllowingFirewallRules
String getHealthCheckAllowingFirewallRules(int index)
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;- Parameters:
index- The index of the element to return.- Returns:
- The healthCheckAllowingFirewallRules at the given index.
-
getHealthCheckAllowingFirewallRulesBytes
com.google.protobuf.ByteString getHealthCheckAllowingFirewallRulesBytes(int index)
A list of firewall rule URIs allowing probes from health check IP ranges.
repeated string health_check_allowing_firewall_rules = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the healthCheckAllowingFirewallRules at the given index.
-
getHealthCheckBlockingFirewallRulesList
List<String> getHealthCheckBlockingFirewallRulesList()
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;- Returns:
- A list containing the healthCheckBlockingFirewallRules.
-
getHealthCheckBlockingFirewallRulesCount
int getHealthCheckBlockingFirewallRulesCount()
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;- Returns:
- The count of healthCheckBlockingFirewallRules.
-
getHealthCheckBlockingFirewallRules
String getHealthCheckBlockingFirewallRules(int index)
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;- Parameters:
index- The index of the element to return.- Returns:
- The healthCheckBlockingFirewallRules at the given index.
-
getHealthCheckBlockingFirewallRulesBytes
com.google.protobuf.ByteString getHealthCheckBlockingFirewallRulesBytes(int index)
A list of firewall rule URIs blocking probes from health check IP ranges.
repeated string health_check_blocking_firewall_rules = 5;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the healthCheckBlockingFirewallRules at the given index.
-
-