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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPublicBlueprints

The list of public blueprints to return.

Parameter
NameDescription
var array<Google\Cloud\TelcoAutomation\V1\PublicBlueprint>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this