public static enum InterconnectOutageNotification.Source extends Enum<InterconnectOutageNotification.Source> implements com.google.protobuf.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| Enum Constant and Description |
|---|
GOOGLE
This notification was generated by Google.
|
NSRC_GOOGLE
[Deprecated] This notification was generated by Google.
|
UNDEFINED_SOURCE
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
GOOGLE_VALUE
This notification was generated by Google.
|
static int |
NSRC_GOOGLE_VALUE
[Deprecated] This notification was generated by Google.
|
static int |
UNDEFINED_SOURCE_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectOutageNotification.Source |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<InterconnectOutageNotification.Source> |
internalGetValueMap() |
static InterconnectOutageNotification.Source |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static InterconnectOutageNotification.Source |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static InterconnectOutageNotification.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectOutageNotification.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectOutageNotification.Source UNDEFINED_SOURCE
A value indicating that the enum field is not set.
UNDEFINED_SOURCE = 0;public static final InterconnectOutageNotification.Source GOOGLE
This notification was generated by Google.
GOOGLE = 497439289;public static final InterconnectOutageNotification.Source NSRC_GOOGLE
[Deprecated] This notification was generated by Google.
NSRC_GOOGLE = 510574562;public static final InterconnectOutageNotification.Source UNRECOGNIZED
public static final int UNDEFINED_SOURCE_VALUE
A value indicating that the enum field is not set.
UNDEFINED_SOURCE = 0;public static final int GOOGLE_VALUE
This notification was generated by Google.
GOOGLE = 497439289;public static final int NSRC_GOOGLE_VALUE
[Deprecated] This notification was generated by Google.
NSRC_GOOGLE = 510574562;public static InterconnectOutageNotification.Source[] values()
for (InterconnectOutageNotification.Source c : InterconnectOutageNotification.Source.values()) System.out.println(c);
public static InterconnectOutageNotification.Source valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static InterconnectOutageNotification.Source valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static InterconnectOutageNotification.Source forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<InterconnectOutageNotification.Source> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static InterconnectOutageNotification.Source valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.