public interface AcceleratorTypesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAcceleratorTypes(int index)
public abstract AcceleratorType getAcceleratorTypes(int index)[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AcceleratorType |
|
getAcceleratorTypesCount()
public abstract int getAcceleratorTypesCount()[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAcceleratorTypesList()
public abstract List<AcceleratorType> getAcceleratorTypesList()[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;
| Returns | |
|---|---|
| Type | Description |
List<AcceleratorType> |
|
getAcceleratorTypesOrBuilder(int index)
public abstract AcceleratorTypeOrBuilder getAcceleratorTypesOrBuilder(int index)[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AcceleratorTypeOrBuilder |
|
getAcceleratorTypesOrBuilderList()
public abstract List<? extends AcceleratorTypeOrBuilder> getAcceleratorTypesOrBuilderList()[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.AcceleratorTypeOrBuilder> |
|
getWarning()
public abstract Warning getWarning()[Output Only] An informational warning that appears when the accelerator types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()[Output Only] An informational warning that appears when the accelerator types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
WarningOrBuilder |
|
hasWarning()
public abstract boolean hasWarning()[Output Only] An informational warning that appears when the accelerator types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |