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

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

Response object for ListBlueprintRevisions.

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

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

The revisions of the blueprint.

↳ 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 revisions of the blueprint.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setBlueprints

The revisions of the blueprint.

Parameter
NameDescription
var array<Google\Cloud\TelcoAutomation\V1\Blueprint>
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this