Compute V1 Client - Class BackendServicesScopedList (1.5.0)

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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ backend_services array<Google\Cloud\Compute\V1\BackendService>

A list of BackendServices contained in this scope.

↳ warning Google\Cloud\Compute\V1\Warning

Informational warning which replaces the list of backend services when the list is empty.

getBackendServices

A list of BackendServices contained in this scope.

Generated from protobuf field repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBackendServices

A list of BackendServices contained in this scope.

Generated from protobuf field repeated .google.cloud.compute.v1.BackendService backend_services = 388522409;

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

getWarning

Informational warning which replaces the list of backend services when the list is empty.

Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Google\Cloud\Compute\V1\Warning|null

hasWarning

clearWarning

setWarning

Informational warning which replaces the list of backend services when the list is empty.

Generated from protobuf field optional .google.cloud.compute.v1.Warning warning = 50704284;

Parameter
NameDescription
var Google\Cloud\Compute\V1\Warning
Returns
TypeDescription
$this