public interface TargetInstancesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TargetInstance |
getTargetInstances(int index)
A list of target instances contained in this scope.
|
int |
getTargetInstancesCount()
A list of target instances contained in this scope.
|
List<TargetInstance> |
getTargetInstancesList()
A list of target instances contained in this scope.
|
TargetInstanceOrBuilder |
getTargetInstancesOrBuilder(int index)
A list of target instances contained in this scope.
|
List<? extends TargetInstanceOrBuilder> |
getTargetInstancesOrBuilderList()
A list of target instances contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TargetInstance> getTargetInstancesList()
A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;TargetInstance getTargetInstances(int index)
A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;int getTargetInstancesCount()
A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;List<? extends TargetInstanceOrBuilder> getTargetInstancesOrBuilderList()
A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;TargetInstanceOrBuilder getTargetInstancesOrBuilder(int index)
A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;boolean hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.