Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class UpdateAttestorRequest.
Request message for BinauthzManagementService.UpdateAttestor.
Generated from protobuf message google.cloud.binaryauthorization.v1.UpdateAttestorRequest
Namespace
Google \ Cloud \ BinaryAuthorization \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ attestor |
Google\Cloud\BinaryAuthorization\V1\Attestor
Required. The updated attestor value. The service will overwrite the attestor name field with the resource name in the request URL, in the format |
getAttestor
Required. The updated attestor value. The service will
overwrite the attestor name field with the resource name
in the request URL, in the format projects/*/attestors/*
.
Returns | |
---|---|
Type | Description |
Google\Cloud\BinaryAuthorization\V1\Attestor|null |
hasAttestor
clearAttestor
setAttestor
Required. The updated attestor value. The service will
overwrite the attestor name field with the resource name
in the request URL, in the format projects/*/attestors/*
.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\BinaryAuthorization\V1\Attestor
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
attestor |
Google\Cloud\BinaryAuthorization\V1\Attestor
Required. The updated attestor value. The service will
overwrite the attestor name field with the resource name
in the request URL, in the format |
Returns | |
---|---|
Type | Description |
Google\Cloud\BinaryAuthorization\V1\UpdateAttestorRequest |