public interface NetworkEndpointGroupsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NetworkEndpointGroup |
getNetworkEndpointGroups(int index)
[Output Only] The list of network endpoint groups that are contained in this scope.
|
int |
getNetworkEndpointGroupsCount()
[Output Only] The list of network endpoint groups that are contained in this scope.
|
List<NetworkEndpointGroup> |
getNetworkEndpointGroupsList()
[Output Only] The list of network endpoint groups that are contained in this scope.
|
NetworkEndpointGroupOrBuilder |
getNetworkEndpointGroupsOrBuilder(int index)
[Output Only] The list of network endpoint groups that are contained in this scope.
|
List<? extends NetworkEndpointGroupOrBuilder> |
getNetworkEndpointGroupsOrBuilderList()
[Output Only] The list of network endpoint groups that are contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
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;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;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;Copyright © 2023 Google LLC. All rights reserved.