Compute V1 Client - Class NetworkEndpointGroupsDetachEndpointsRequest (1.5.0)

Reference documentation and code samples for the Compute V1 Client class NetworkEndpointGroupsDetachEndpointsRequest.

Generated from protobuf message google.cloud.compute.v1.NetworkEndpointGroupsDetachEndpointsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ network_endpoints array<Google\Cloud\Compute\V1\NetworkEndpoint>

The list of network endpoints to be detached.

getNetworkEndpoints

The list of network endpoints to be detached.

Generated from protobuf field repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setNetworkEndpoints

The list of network endpoints to be detached.

Generated from protobuf field repeated .google.cloud.compute.v1.NetworkEndpoint network_endpoints = 149850285;

Parameter
NameDescription
var array<Google\Cloud\Compute\V1\NetworkEndpoint>
Returns
TypeDescription
$this