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