Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class UpdateBlueprintRequest.
Request object for UpdateBlueprint
.
Generated from protobuf message google.cloud.telcoautomation.v1.UpdateBlueprintRequest
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ blueprint |
Google\Cloud\TelcoAutomation\V1\Blueprint
Required. The |
↳ update_mask |
Google\Protobuf\FieldMask
Required. Update mask is used to specify the fields to be overwritten in the |
getBlueprint
Required. The blueprint
to update.
Returns | |
---|---|
Type | Description |
Google\Cloud\TelcoAutomation\V1\Blueprint|null |
hasBlueprint
clearBlueprint
setBlueprint
Required. The blueprint
to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\TelcoAutomation\V1\Blueprint
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. Update mask is used to specify the fields to be overwritten in
the blueprint
resource by the update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Update mask is used to specify the fields to be overwritten in
the blueprint
resource by the update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
blueprint |
Google\Cloud\TelcoAutomation\V1\Blueprint
Required. The |
updateMask |
Google\Protobuf\FieldMask
Required. Update mask is used to specify the fields to be overwritten in
the |
Returns | |
---|---|
Type | Description |
Google\Cloud\TelcoAutomation\V1\UpdateBlueprintRequest |