public interface InstancesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInstances(int index)
public abstract Instance getInstances(int index)[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
| Name | Description |
| index | int |
| Type | Description |
| Instance |
getInstancesCount()
public abstract int getInstancesCount()[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
| Type | Description |
| int |
getInstancesList()
public abstract List<Instance> getInstancesList()[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
| Type | Description |
| List<Instance> |
getInstancesOrBuilder(int index)
public abstract InstanceOrBuilder getInstancesOrBuilder(int index)[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
| Name | Description |
| index | int |
| Type | Description |
| InstanceOrBuilder |
getInstancesOrBuilderList()
public abstract List<? extends InstanceOrBuilder> getInstancesOrBuilderList()[Output Only] A list of instances contained in this scope.
repeated .google.cloud.compute.v1.Instance instances = 29097598;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.InstanceOrBuilder> |
getWarning()
public abstract Warning getWarning()[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()[Output Only] Informational warning which replaces the list of instances when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |