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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the warning field is set. |