public interface MachineTypesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MachineType |
getMachineTypes(int index)
[Output Only] A list of machine types contained in this scope.
|
int |
getMachineTypesCount()
[Output Only] A list of machine types contained in this scope.
|
List<MachineType> |
getMachineTypesList()
[Output Only] A list of machine types contained in this scope.
|
MachineTypeOrBuilder |
getMachineTypesOrBuilder(int index)
[Output Only] A list of machine types contained in this scope.
|
List<? extends MachineTypeOrBuilder> |
getMachineTypesOrBuilderList()
[Output Only] A list of machine types contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the machine types list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that appears when the machine types list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that appears when the machine types list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MachineType> getMachineTypesList()
[Output Only] A list of machine types contained in this scope.
repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;MachineType getMachineTypes(int index)
[Output Only] A list of machine types contained in this scope.
repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;int getMachineTypesCount()
[Output Only] A list of machine types contained in this scope.
repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;List<? extends MachineTypeOrBuilder> getMachineTypesOrBuilderList()
[Output Only] A list of machine types contained in this scope.
repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;MachineTypeOrBuilder getMachineTypesOrBuilder(int index)
[Output Only] A list of machine types contained in this scope.
repeated .google.cloud.compute.v1.MachineType machine_types = 79720065;boolean hasWarning()
[Output Only] An informational warning that appears when the machine types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that appears when the machine types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the machine types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.