public interface AcceleratorTypesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AcceleratorType |
getAcceleratorTypes(int index)
[Output Only] A list of accelerator types contained in this scope.
|
int |
getAcceleratorTypesCount()
[Output Only] A list of accelerator types contained in this scope.
|
List<AcceleratorType> |
getAcceleratorTypesList()
[Output Only] A list of accelerator types contained in this scope.
|
AcceleratorTypeOrBuilder |
getAcceleratorTypesOrBuilder(int index)
[Output Only] A list of accelerator types contained in this scope.
|
List<? extends AcceleratorTypeOrBuilder> |
getAcceleratorTypesOrBuilderList()
[Output Only] A list of accelerator types contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the accelerator types list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that appears when the accelerator types list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that appears when the accelerator types list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<AcceleratorType> getAcceleratorTypesList()
[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;AcceleratorType getAcceleratorTypes(int index)
[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;int getAcceleratorTypesCount()
[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;List<? extends AcceleratorTypeOrBuilder> getAcceleratorTypesOrBuilderList()
[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;AcceleratorTypeOrBuilder getAcceleratorTypesOrBuilder(int index)
[Output Only] A list of accelerator types contained in this scope.
repeated .google.cloud.compute.v1.AcceleratorType accelerator_types = 520872357;boolean hasWarning()
[Output Only] An informational warning that appears when the accelerator types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that appears when the accelerator types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the accelerator types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.