public interface NetworkEndpointGroupsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetworkEndpointGroups(int index)
public abstract NetworkEndpointGroup getNetworkEndpointGroups(int index)[Output Only] The list of network endpoint groups that are contained in this scope.
repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
| Name | Description |
| index | int |
| Type | Description |
| NetworkEndpointGroup |
getNetworkEndpointGroupsCount()
public abstract int getNetworkEndpointGroupsCount()[Output Only] The list of network endpoint groups that are contained in this scope.
repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
| Type | Description |
| int |
getNetworkEndpointGroupsList()
public abstract List<NetworkEndpointGroup> getNetworkEndpointGroupsList()[Output Only] The list of network endpoint groups that are contained in this scope.
repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
| Type | Description |
| List<NetworkEndpointGroup> |
getNetworkEndpointGroupsOrBuilder(int index)
public abstract NetworkEndpointGroupOrBuilder getNetworkEndpointGroupsOrBuilder(int index)[Output Only] The list of network endpoint groups that are contained in this scope.
repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
| Name | Description |
| index | int |
| Type | Description |
| NetworkEndpointGroupOrBuilder |
getNetworkEndpointGroupsOrBuilderList()
public abstract List<? extends NetworkEndpointGroupOrBuilder> getNetworkEndpointGroupsOrBuilderList()[Output Only] The list of network endpoint groups that are contained in this scope.
repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.NetworkEndpointGroupOrBuilder> |
getWarning()
public abstract Warning getWarning()[Output Only] An informational warning that replaces the list of network endpoint groups 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] An informational warning that replaces the list of network endpoint groups when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
| Type | Description |
| boolean | Whether the warning field is set. |