Class LoadBalancerBackend (1.43.0)

public final class LoadBalancerBackend extends GeneratedMessageV3 implements LoadBalancerBackendOrBuilder

For display only. Metadata associated with a specific load balancer backend.

Protobuf type google.cloud.networkmanagement.v1beta1.LoadBalancerBackend

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

HEALTH_CHECK_ALLOWING_FIREWALL_RULES_FIELD_NUMBER

public static final int HEALTH_CHECK_ALLOWING_FIREWALL_RULES_FIELD_NUMBER
Field Value
Type Description
int

HEALTH_CHECK_BLOCKING_FIREWALL_RULES_FIELD_NUMBER

public static final int HEALTH_CHECK_BLOCKING_FIREWALL_RULES_FIELD_NUMBER
Field Value
Type Description
int

HEALTH_CHECK_FIREWALL_STATE_FIELD_NUMBER

public static final int HEALTH_CHECK_FIREWALL_STATE_FIELD_NUMBER
Field Value
Type Description
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LoadBalancerBackend getDefaultInstance()
Returns
Type Description
LoadBalancerBackend

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static LoadBalancerBackend.Builder newBuilder()
Returns
Type Description
LoadBalancerBackend.Builder

newBuilder(LoadBalancerBackend prototype)

public static LoadBalancerBackend.Builder newBuilder(LoadBalancerBackend prototype)
Parameter
Name Description
prototype LoadBalancerBackend
Returns
Type Description
LoadBalancerBackend.Builder

parseDelimitedFrom(InputStream input)

public static LoadBalancerBackend parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LoadBalancerBackend parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LoadBalancerBackend parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LoadBalancerBackend parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LoadBalancerBackend parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LoadBalancerBackend parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LoadBalancerBackend parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LoadBalancerBackend parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LoadBalancerBackend parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LoadBalancerBackend parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LoadBalancerBackend parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LoadBalancerBackend parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LoadBalancerBackend
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LoadBalancerBackend> parser()
Returns
Type Description
Parser<LoadBalancerBackend>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public LoadBalancerBackend getDefaultInstanceForType()
Returns
Type Description
LoadBalancerBackend

getDisplayName()

public String getDisplayName()

Name of a Compute Engine instance or network endpoint.

string display_name = 1;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

Name of a Compute Engine instance or network endpoint.

string display_name = 1;

Returns
Type Description
ByteString

The bytes for displayName.

getHealthCheckAllowingFirewallRules(int index)

public 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;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The healthCheckAllowingFirewallRules at the given index.

getHealthCheckAllowingFirewallRulesBytes(int index)

public 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;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the healthCheckAllowingFirewallRules at the given index.

getHealthCheckAllowingFirewallRulesCount()

public int getHealthCheckAllowingFirewallRulesCount()

A list of firewall rule URIs allowing probes from health check IP ranges.

repeated string health_check_allowing_firewall_rules = 4;

Returns
Type Description
int

The count of healthCheckAllowingFirewallRules.

getHealthCheckAllowingFirewallRulesList()

public ProtocolStringList getHealthCheckAllowingFirewallRulesList()

A list of firewall rule URIs allowing probes from health check IP ranges.

repeated string health_check_allowing_firewall_rules = 4;

Returns
Type Description
ProtocolStringList

A list containing the healthCheckAllowingFirewallRules.

getHealthCheckBlockingFirewallRules(int index)

public 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;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The healthCheckBlockingFirewallRules at the given index.

getHealthCheckBlockingFirewallRulesBytes(int index)

public 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;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the healthCheckBlockingFirewallRules at the given index.

getHealthCheckBlockingFirewallRulesCount()

public int getHealthCheckBlockingFirewallRulesCount()

A list of firewall rule URIs blocking probes from health check IP ranges.

repeated string health_check_blocking_firewall_rules = 5;

Returns
Type Description
int

The count of healthCheckBlockingFirewallRules.

getHealthCheckBlockingFirewallRulesList()

public ProtocolStringList getHealthCheckBlockingFirewallRulesList()

A list of firewall rule URIs blocking probes from health check IP ranges.

repeated string health_check_blocking_firewall_rules = 5;

Returns
Type Description
ProtocolStringList

A list containing the healthCheckBlockingFirewallRules.

getHealthCheckFirewallState()

public LoadBalancerBackend.HealthCheckFirewallState getHealthCheckFirewallState()

State of the health check firewall configuration.

.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState health_check_firewall_state = 3;

Returns
Type Description
LoadBalancerBackend.HealthCheckFirewallState

The healthCheckFirewallState.

getHealthCheckFirewallStateValue()

public int getHealthCheckFirewallStateValue()

State of the health check firewall configuration.

.google.cloud.networkmanagement.v1beta1.LoadBalancerBackend.HealthCheckFirewallState health_check_firewall_state = 3;

Returns
Type Description
int

The enum numeric value on the wire for healthCheckFirewallState.

getParserForType()

public Parser<LoadBalancerBackend> getParserForType()
Returns
Type Description
Parser<LoadBalancerBackend>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUri()

public String getUri()

URI of a Compute Engine instance or network endpoint.

string uri = 2;

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

URI of a Compute Engine instance or network endpoint.

string uri = 2;

Returns
Type Description
ByteString

The bytes for uri.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public LoadBalancerBackend.Builder newBuilderForType()
Returns
Type Description
LoadBalancerBackend.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LoadBalancerBackend.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LoadBalancerBackend.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public LoadBalancerBackend.Builder toBuilder()
Returns
Type Description
LoadBalancerBackend.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException