Enum ListBgpRoutesRoutersRequest.AddressFamily (1.69.0)

public enum ListBgpRoutesRoutersRequest.AddressFamily extends Enum<ListBgpRoutesRoutersRequest.AddressFamily> implements ProtocolMessageEnum

(Required) limit results to this address family (either IPv4 or IPv6)

Protobuf enum google.cloud.compute.v1.ListBgpRoutesRoutersRequest.AddressFamily

Implements

ProtocolMessageEnum

Static Fields

Name Description
IPV4

IPV4 = 2254341;

IPV4_VALUE

IPV4 = 2254341;

IPV6

IPV6 = 2254343;

IPV6_VALUE

IPV6 = 2254343;

UNDEFINED_ADDRESS_FAMILY

A value indicating that the enum field is not set.

UNDEFINED_ADDRESS_FAMILY = 0;

UNDEFINED_ADDRESS_FAMILY_VALUE

A value indicating that the enum field is not set.

UNDEFINED_ADDRESS_FAMILY = 0;

UNRECOGNIZED
UNSPECIFIED_IP_VERSION

UNSPECIFIED_IP_VERSION = 72938440;

UNSPECIFIED_IP_VERSION_VALUE

UNSPECIFIED_IP_VERSION = 72938440;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()