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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
DEFAULT |
|
DEFAULT_VALUE |
|
UNDEFINED_VIEWS |
A value indicating that the enum field is not set. |
UNDEFINED_VIEWS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
WITH_UTILIZATION |
Utilization data is included in the response. |
WITH_UTILIZATION_VALUE |
Utilization data is included in the response. |
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() |