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

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

Response object for ListPublicBlueprints.

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

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ public_blueprints array<Google\Cloud\TelcoAutomation\V1\PublicBlueprint>

The list of public blueprints to return.

↳ next_page_token string

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

getPublicBlueprints

The list of public blueprints to return.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setPublicBlueprints

The list of public blueprints to return.

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

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this