Enum XpnResourceId.Type (1.6.0-beta)

public enum XpnResourceId.Type extends Enum<XpnResourceId.Type> implements ProtocolMessageEnum

The type of the service resource.

Protobuf enum google.cloud.compute.v1.XpnResourceId.Type

Implements

ProtocolMessageEnum

Fields

NameDescription
PROJECT

PROJECT = 408671993;

PROJECT_VALUE

PROJECT = 408671993;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNRECOGNIZED
XPN_RESOURCE_TYPE_UNSPECIFIED

XPN_RESOURCE_TYPE_UNSPECIFIED = 151607034;

XPN_RESOURCE_TYPE_UNSPECIFIED_VALUE

XPN_RESOURCE_TYPE_UNSPECIFIED = 151607034;

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()