Google Cloud Binary Authorization V1 Client - Class UpdateAttestorRequest (1.1.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 |
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 |
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 |
Attestor
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
attestor |
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 |
UpdateAttestorRequest |
|