Enum GetReservationSubBlockRequest.View (1.91.0)

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

View of the subBlock.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
SUB_BLOCK_VIEW_BASIC

This view includes basic information about the reservation sub block

SUB_BLOCK_VIEW_BASIC = 236009797;

SUB_BLOCK_VIEW_BASIC_VALUE

This view includes basic information about the reservation sub block

SUB_BLOCK_VIEW_BASIC = 236009797;

SUB_BLOCK_VIEW_FULL

Includes detailed topology view.

SUB_BLOCK_VIEW_FULL = 440711800;

SUB_BLOCK_VIEW_FULL_VALUE

Includes detailed topology view.

SUB_BLOCK_VIEW_FULL = 440711800;

SUB_BLOCK_VIEW_UNSPECIFIED

The default / unset value. The API will default to the BASIC view.

SUB_BLOCK_VIEW_UNSPECIFIED = 246642446;

SUB_BLOCK_VIEW_UNSPECIFIED_VALUE

The default / unset value. The API will default to the BASIC view.

SUB_BLOCK_VIEW_UNSPECIFIED = 246642446;

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