Interface NetworkEndpointGroupsScopedListOrBuilder (1.51.0)

public interface NetworkEndpointGroupsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.