Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class UpdateProjectSettingsRequest.
Sets the settings of the project.
Generated from protobuf message google.devtools.artifactregistry.v1beta2.UpdateProjectSettingsRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_settings |
Google\Cloud\ArtifactRegistry\V1beta2\ProjectSettings
The project settings. |
↳ update_mask |
Google\Protobuf\FieldMask
Field mask to support partial updates. |
getProjectSettings
The project settings.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\ArtifactRegistry\V1beta2\ProjectSettings|null |
|
hasProjectSettings
clearProjectSettings
setProjectSettings
The project settings.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\ArtifactRegistry\V1beta2\ProjectSettings
|
| 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 |
|