public interface DiskTypesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DiskType |
getDiskTypes(int index)
[Output Only] A list of disk types contained in this scope.
|
int |
getDiskTypesCount()
[Output Only] A list of disk types contained in this scope.
|
List<DiskType> |
getDiskTypesList()
[Output Only] A list of disk types contained in this scope.
|
DiskTypeOrBuilder |
getDiskTypesOrBuilder(int index)
[Output Only] A list of disk types contained in this scope.
|
List<? extends DiskTypeOrBuilder> |
getDiskTypesOrBuilderList()
[Output Only] A list of disk types contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
|
boolean |
hasWarning()
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DiskType> getDiskTypesList()
[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;DiskType getDiskTypes(int index)
[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;int getDiskTypesCount()
[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;List<? extends DiskTypeOrBuilder> getDiskTypesOrBuilderList()
[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;DiskTypeOrBuilder getDiskTypesOrBuilder(int index)
[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;boolean hasWarning()
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of disk types when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.