Reference documentation and code samples for the Compute V1 Client class NetworkEndpointGroupsScopedList.
Generated from protobuf message google.cloud.compute.v1.NetworkEndpointGroupsScopedList
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network_endpoint_groups |
array<Google\Cloud\Compute\V1\NetworkEndpointGroup>
[Output Only] The list of network endpoint groups that are contained in this scope. |
↳ warning |
Google\Cloud\Compute\V1\Warning
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty. |
getNetworkEndpointGroups
[Output Only] The list of network endpoint groups that are contained in this scope.
Generated from protobuf field repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setNetworkEndpointGroups
[Output Only] The list of network endpoint groups that are contained in this scope.
Generated from protobuf field repeated .google.cloud.compute.v1.NetworkEndpointGroup network_endpoint_groups = 29346733;
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Compute\V1\NetworkEndpointGroup>
|
Returns | |
---|---|
Type | Description |
$this |
getWarning
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
Google\Cloud\Compute\V1\Warning|null |
hasWarning
clearWarning
setWarning
[Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Compute\V1\Warning
|
Returns | |
---|---|
Type | Description |
$this |