Interface AcceleratorTypesScopedListOrBuilder (1.22.0)

public interface AcceleratorTypesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.