Uses of Class
com.google.cloud.compute.v1.InterconnectAttachment.OperationalStatus
-
Packages that use InterconnectAttachment.OperationalStatus Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of InterconnectAttachment.OperationalStatus in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InterconnectAttachment.OperationalStatus Modifier and Type Method Description static InterconnectAttachment.OperationalStatus
InterconnectAttachment.OperationalStatus. forNumber(int value)
static InterconnectAttachment.OperationalStatus
InterconnectAttachment.OperationalStatus. valueOf(int value)
Deprecated.static InterconnectAttachment.OperationalStatus
InterconnectAttachment.OperationalStatus. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InterconnectAttachment.OperationalStatus
InterconnectAttachment.OperationalStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterconnectAttachment.OperationalStatus[]
InterconnectAttachment.OperationalStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.compute.v1 that return types with arguments of type InterconnectAttachment.OperationalStatus Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<InterconnectAttachment.OperationalStatus>
InterconnectAttachment.OperationalStatus. internalGetValueMap()
-