Google Cloud Config Delivery V1beta Client - Class ListResourceBundlesResponse (0.2.0)

Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class ListResourceBundlesResponse.

Message for response to listing ResourceBundles.

Generated from protobuf message google.cloud.configdelivery.v1beta.ListResourceBundlesResponse

Namespace

Google \ Cloud \ ConfigDelivery \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resource_bundles array<ResourceBundle>

The list of ResourceBundle.

↳ next_page_token string

A token identifying a page of results the server should return.

↳ unreachable array

Unordered list. Locations that could not be reached.

getResourceBundles

The list of ResourceBundle.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setResourceBundles

The list of ResourceBundle.

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

getNextPageToken

A token identifying a page of results the server should return.

Returns
Type Description
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
Name Description
var string
Returns
Type Description
$this

getUnreachable

Unordered list. Locations that could not be reached.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setUnreachable

Unordered list. Locations that could not be reached.

Parameter
Name Description
var string[]
Returns
Type Description
$this