Enum ListSubnetworksRequest.Views (1.86.0)

public enum ListSubnetworksRequest.Views extends Enum<ListSubnetworksRequest.Views> implements ProtocolMessageEnum

Defines the extra views returned back in the subnetwork resource. Supported values: - WITH_UTILIZATION: Utilization data is included in the response.

Protobuf enum google.cloud.compute.v1.ListSubnetworksRequest.Views

Implements

ProtocolMessageEnum

Static Fields

Name Description
DEFAULT

DEFAULT = 115302945;

DEFAULT_VALUE

DEFAULT = 115302945;

UNDEFINED_VIEWS

A value indicating that the enum field is not set.

UNDEFINED_VIEWS = 0;

UNDEFINED_VIEWS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_VIEWS = 0;

UNRECOGNIZED
WITH_UTILIZATION

Utilization data is included in the response.

WITH_UTILIZATION = 504090633;

WITH_UTILIZATION_VALUE

Utilization data is included in the response.

WITH_UTILIZATION = 504090633;

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