public interface TargetInstancesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTargetInstances(int index)
public abstract TargetInstance getTargetInstances(int index)A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
| Name | Description |
| index | int |
| Type | Description |
| TargetInstance |
getTargetInstancesCount()
public abstract int getTargetInstancesCount()A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
| Type | Description |
| int |
getTargetInstancesList()
public abstract List<TargetInstance> getTargetInstancesList()A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
| Type | Description |
| List<TargetInstance> |
getTargetInstancesOrBuilder(int index)
public abstract TargetInstanceOrBuilder getTargetInstancesOrBuilder(int index)A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
| Name | Description |
| index | int |
| Type | Description |
| TargetInstanceOrBuilder |
getTargetInstancesOrBuilderList()
public abstract List<? extends TargetInstanceOrBuilder> getTargetInstancesOrBuilderList()A list of target instances contained in this scope.
repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.TargetInstanceOrBuilder> |
getWarning()
public abstract Warning getWarning()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |