Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class UpdateVPCSCConfigRequest.
Sets the VPCSC config of the project.
Generated from protobuf message google.devtools.artifactregistry.v1.UpdateVPCSCConfigRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ vpcsc_config |
Google\Cloud\ArtifactRegistry\V1\VPCSCConfig
The project config. |
↳ update_mask |
Google\Protobuf\FieldMask
Field mask to support partial updates. |
getVpcscConfig
The project config.
Returns | |
---|---|
Type | Description |
Google\Cloud\ArtifactRegistry\V1\VPCSCConfig|null |
hasVpcscConfig
clearVpcscConfig
setVpcscConfig
The project config.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ArtifactRegistry\V1\VPCSCConfig
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Field mask to support partial updates.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Field mask to support partial updates.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
vpcscConfig |
Google\Cloud\ArtifactRegistry\V1\VPCSCConfig
The project config. |
updateMask |
Google\Protobuf\FieldMask
Field mask to support partial updates. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ArtifactRegistry\V1\UpdateVPCSCConfigRequest |