Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class UpdateProvisioningConfigRequest.
Message for updating a ProvisioningConfig.
Generated from protobuf message google.cloud.baremetalsolution.v2.UpdateProvisioningConfigRequest
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ provisioning_config |
ProvisioningConfig
Required. The ProvisioningConfig to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
↳ email |
string
Optional. Email provided to send a confirmation with provisioning config to. |
getProvisioningConfig
Required. The ProvisioningConfig to update.
| Returns | |
|---|---|
| Type | Description |
ProvisioningConfig|null |
|
hasProvisioningConfig
clearProvisioningConfig
setProvisioningConfig
Required. The ProvisioningConfig to update.
| Parameter | |
|---|---|
| Name | Description |
var |
ProvisioningConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Required. The list of fields to update.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEmail
Optional. Email provided to send a confirmation with provisioning config to.
| Returns | |
|---|---|
| Type | Description |
string |
|
setEmail
Optional. Email provided to send a confirmation with provisioning config to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
provisioningConfig |
ProvisioningConfig
Required. The ProvisioningConfig to update. |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
| Returns | |
|---|---|
| Type | Description |
UpdateProvisioningConfigRequest |
|