Google Cloud Telco Automation V1 Client - Class ListBlueprintsResponse (0.2.5)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ListBlueprintsResponse.

Response object for ListBlueprints.

Generated from protobuf message google.cloud.telcoautomation.v1.ListBlueprintsResponse

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ blueprints array<Google\Cloud\TelcoAutomation\V1\Blueprint>

The list of requested blueprints.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getBlueprints

The list of requested blueprints.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBlueprints

The list of requested blueprints.

Parameter
Name Description
var array<Google\Cloud\TelcoAutomation\V1\Blueprint>
Returns
Type Description
$this

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
Type Description
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
Name Description
var string
Returns
Type Description
$this