Compute V1 Client - Class PublicDelegatedPrefixesScopedList (1.26.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ public_delegated_prefixesarray<PublicDelegatedPrefix>

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

↳ warningWarning

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

getPublicDelegatedPrefixes

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPublicDelegatedPrefixes

[Output Only] A list of PublicDelegatedPrefixes contained in this scope.

Parameter
NameDescription
vararray<PublicDelegatedPrefix>
Returns
TypeDescription
$this

getWarning

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

Returns
TypeDescription
Warning|null

hasWarning

clearWarning

setWarning

[Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.

Parameter
NameDescription
varWarning
Returns
TypeDescription
$this