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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |