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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ public_blueprints |
array<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<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 |
|