Enum GetReservationBlockRequest.View (1.80.0)

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

View of the Block.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
BASIC

This view includes basic information about the reservation block

BASIC = 62970894;

BASIC_VALUE

This view includes basic information about the reservation block

BASIC = 62970894;

BLOCK_VIEW_UNSPECIFIED

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

BLOCK_VIEW_UNSPECIFIED = 275070479;

BLOCK_VIEW_UNSPECIFIED_VALUE

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

BLOCK_VIEW_UNSPECIFIED = 275070479;

FULL

Includes detailed topology view.

FULL = 2169487;

FULL_VALUE

Includes detailed topology view.

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