public interface DisksScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Disk |
getDisks(int index)
[Output Only] A list of disks contained in this scope.
|
int |
getDisksCount()
[Output Only] A list of disks contained in this scope.
|
List<Disk> |
getDisksList()
[Output Only] A list of disks contained in this scope.
|
DiskOrBuilder |
getDisksOrBuilder(int index)
[Output Only] A list of disks contained in this scope.
|
List<? extends DiskOrBuilder> |
getDisksOrBuilderList()
[Output Only] A list of disks contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
|
boolean |
hasWarning()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Disk> getDisksList()
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;Disk getDisks(int index)
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;int getDisksCount()
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;List<? extends DiskOrBuilder> getDisksOrBuilderList()
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;DiskOrBuilder getDisksOrBuilder(int index)
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;boolean hasWarning()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of disks when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.