Package com.google.cloud.compute.v1
Interface DisksScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DisksScopedList
,DisksScopedList.Builder
public interface DisksScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisksList
List<Disk> getDisksList()
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
-
getDisks
Disk getDisks(int index)
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
-
getDisksCount
int getDisksCount()
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
-
getDisksOrBuilderList
List<? extends DiskOrBuilder> getDisksOrBuilderList()
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
-
getDisksOrBuilder
DiskOrBuilder getDisksOrBuilder(int index)
[Output Only] A list of disks contained in this scope.
repeated .google.cloud.compute.v1.Disk disks = 95594102;
-
hasWarning
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;
- Returns:
- Whether the warning field is set.
-
getWarning
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;
- Returns:
- The warning.
-
getWarningOrBuilder
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;
-
-