Compute V1 Client - Class GlobalNetworkEndpointGroupsDetachEndpointsRequest (2.8.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ network_endpoints array<NetworkEndpoint>

The list of network endpoints to be detached.

getNetworkEndpoints

The list of network endpoints to be detached.

Returns
Type Description
Google\Protobuf\RepeatedField<NetworkEndpoint>

setNetworkEndpoints

The list of network endpoints to be detached.

Parameter
Name Description
var array<NetworkEndpoint>
Returns
Type Description
$this