Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class UpdateRuleRequest.
The request to update a rule.
Generated from protobuf message google.devtools.artifactregistry.v1.UpdateRuleRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rule |
Rule
The rule that replaces the resource on the server. |
↳ update_mask |
Google\Protobuf\FieldMask
The update mask applies to the resource. For the |
getRule
The rule that replaces the resource on the server.
| Returns | |
|---|---|
| Type | Description |
Rule|null |
|
hasRule
clearRule
setRule
The rule that replaces the resource on the server.
| Parameter | |
|---|---|
| Name | Description |
var |
Rule
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
rule |
Rule
The rule that replaces the resource on the server. |
updateMask |
Google\Protobuf\FieldMask
The update mask applies to the resource. For the |
| Returns | |
|---|---|
| Type | Description |
UpdateRuleRequest |
|