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