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

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

Request object for ListBlueprints.

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

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

↳ filter string

Optional. Filtering only supports equality on blueprint state. It should be in the form: "state = DRAFT". OR operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".

↳ page_size int

Optional. The maximum number of blueprints to return per page.

↳ page_token string

Optional. The page token, received from a previous ListBlueprints call. It can be provided to retrieve the subsequent page.

getParent

Required. The name of parent orchestration cluster resource.

Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

Returns
TypeDescription
string

setParent

Required. The name of parent orchestration cluster resource.

Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFilter

Optional. Filtering only supports equality on blueprint state.

It should be in the form: "state = DRAFT". OR operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".

Returns
TypeDescription
string

setFilter

Optional. Filtering only supports equality on blueprint state.

It should be in the form: "state = DRAFT". OR operator can be used to get response for multiple states. e.g. "state = DRAFT OR state = PROPOSED".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Optional. The maximum number of blueprints to return per page.

Returns
TypeDescription
int

setPageSize

Optional. The maximum number of blueprints to return per page.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Optional. The page token, received from a previous ListBlueprints call.

It can be provided to retrieve the subsequent page.

Returns
TypeDescription
string

setPageToken

Optional. The page token, received from a previous ListBlueprints call.

It can be provided to retrieve the subsequent page.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The name of parent orchestration cluster resource. Format should be - "projects/{project_id}/locations/{location_name}/orchestrationClusters/{orchestration_cluster}". Please see Google\Cloud\TelcoAutomation\V1\TelcoAutomationClient::orchestrationClusterName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\TelcoAutomation\V1\ListBlueprintsRequest