Enum InterconnectOutageNotification.Source (1.51.0)

public enum InterconnectOutageNotification.Source extends Enum<InterconnectOutageNotification.Source> implements ProtocolMessageEnum

The party that generated this notification, which can take the following value: - GOOGLE: this notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.

Protobuf enum google.cloud.compute.v1.InterconnectOutageNotification.Source

Implements

ProtocolMessageEnum

Static Fields

NameDescription
GOOGLE

This notification was generated by Google.

GOOGLE = 497439289;

GOOGLE_VALUE

This notification was generated by Google.

GOOGLE = 497439289;

NSRC_GOOGLE

[Deprecated] This notification was generated by Google.

NSRC_GOOGLE = 510574562;

NSRC_GOOGLE_VALUE

[Deprecated] This notification was generated by Google.

NSRC_GOOGLE = 510574562;

UNDEFINED_SOURCE

A value indicating that the enum field is not set.

UNDEFINED_SOURCE = 0;

UNDEFINED_SOURCE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_SOURCE = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()