Enum GetGlobalForwardingRuleRequest.View (1.105.0)

public enum GetGlobalForwardingRuleRequest.View extends Enum<GetGlobalForwardingRuleRequest.View> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.GetGlobalForwardingRuleRequest.View

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

The default view of a ForwardingRule, which includes the basic fields.

BASIC = 62970894;

BASIC_VALUE

The default view of a ForwardingRule, which includes the basic fields.

BASIC = 62970894;

FULL

The full view, including the ForwardingRule.attached_extensions field.

FULL = 2169487;

FULL_VALUE

The full view, including the ForwardingRule.attached_extensions field.

FULL = 2169487;

UNDEFINED_VIEW

A value indicating that the enum field is not set.

UNDEFINED_VIEW = 0;

UNDEFINED_VIEW_VALUE

A value indicating that the enum field is not set.

UNDEFINED_VIEW = 0;

UNRECOGNIZED

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()