Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class UpdatePolicyRequest.
Request message for BinauthzManagementService.UpdatePolicy.
Generated from protobuf message google.cloud.binaryauthorization.v1.UpdatePolicyRequest
Namespace
Google \ Cloud \ BinaryAuthorization \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ policy |
Google\Cloud\BinaryAuthorization\V1\Policy
Required. A new or updated policy value. The service will overwrite the policy name field with the resource name in the request URL, in the format |
getPolicy
Required. A new or updated policy value. The service will
overwrite the policy name field with the resource name in
the request URL, in the format projects/*/policy
.
Returns | |
---|---|
Type | Description |
Google\Cloud\BinaryAuthorization\V1\Policy|null |
hasPolicy
clearPolicy
setPolicy
Required. A new or updated policy value. The service will
overwrite the policy name field with the resource name in
the request URL, in the format projects/*/policy
.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BinaryAuthorization\V1\Policy
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
policy |
Google\Cloud\BinaryAuthorization\V1\Policy
Required. A new or updated policy value. The service will
overwrite the policy name field with the resource name in
the request URL, in the format |
Returns | |
---|---|
Type | Description |
Google\Cloud\BinaryAuthorization\V1\UpdatePolicyRequest |