Compute V1 Client - Class BackendServicesScopedList (1.29.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ backend_servicesarray<BackendService>

A list of BackendServices contained in this scope.

↳ warningWarning

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

getBackendServices

A list of BackendServices contained in this scope.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBackendServices

A list of BackendServices contained in this scope.

Parameter
NameDescription
vararray<BackendService>
Returns
TypeDescription
$this

getWarning

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

Returns
TypeDescription
Warning|null

hasWarning

clearWarning

setWarning

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

Parameter
NameDescription
varWarning
Returns
TypeDescription
$this