public interface DiskTypesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDiskTypes(int index)
public abstract DiskType getDiskTypes(int index)[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;
| Name | Description |
| index | int |
| Type | Description |
| DiskType |
getDiskTypesCount()
public abstract int getDiskTypesCount()[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;
| Type | Description |
| int |
getDiskTypesList()
public abstract List<DiskType> getDiskTypesList()[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;
| Type | Description |
| List<DiskType> |
getDiskTypesOrBuilder(int index)
public abstract DiskTypeOrBuilder getDiskTypesOrBuilder(int index)[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;
| Name | Description |
| index | int |
| Type | Description |
| DiskTypeOrBuilder |
getDiskTypesOrBuilderList()
public abstract List<? extends DiskTypeOrBuilder> getDiskTypesOrBuilderList()[Output Only] A list of disk types contained in this scope.
repeated .google.cloud.compute.v1.DiskType disk_types = 198926167;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.DiskTypeOrBuilder> |
getWarning()
public abstract 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;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract 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;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract 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;
| Type | Description |
| boolean | Whether the warning field is set. |