Interface DisksScopedListOrBuilder (1.47.0)

public interface DisksScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisks(int index)

public abstract Disk getDisks(int index)

[Output Only] A list of disks contained in this scope.

repeated .google.cloud.compute.v1.Disk disks = 95594102;

Parameter
NameDescription
indexint
Returns
TypeDescription
Disk

getDisksCount()

public abstract int getDisksCount()

[Output Only] A list of disks contained in this scope.

repeated .google.cloud.compute.v1.Disk disks = 95594102;

Returns
TypeDescription
int

getDisksList()

public abstract List<Disk> getDisksList()

[Output Only] A list of disks contained in this scope.

repeated .google.cloud.compute.v1.Disk disks = 95594102;

Returns
TypeDescription
List<Disk>

getDisksOrBuilder(int index)

public abstract DiskOrBuilder getDisksOrBuilder(int index)

[Output Only] A list of disks contained in this scope.

repeated .google.cloud.compute.v1.Disk disks = 95594102;

Parameter
NameDescription
indexint
Returns
TypeDescription
DiskOrBuilder

getDisksOrBuilderList()

public abstract List<? extends DiskOrBuilder> getDisksOrBuilderList()

[Output Only] A list of disks contained in this scope.

repeated .google.cloud.compute.v1.Disk disks = 95594102;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.DiskOrBuilder>

getWarning()

public abstract 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
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract 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;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract 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
TypeDescription
boolean

Whether the warning field is set.