Google Cloud Binary Authorization V1 Client - Class CreateAttestorRequest (0.5.13)

Reference documentation and code samples for the Google Cloud Binary Authorization V1 Client class CreateAttestorRequest.

Request message for BinauthzManagementService.CreateAttestor.

Generated from protobuf message google.cloud.binaryauthorization.v1.CreateAttestorRequest

Namespace

Google \ Cloud \ BinaryAuthorization \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent of this attestor.

↳ attestor_id string

Required. The attestors ID.

↳ attestor Google\Cloud\BinaryAuthorization\V1\Attestor

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

getParent

Required. The parent of this attestor.

Returns
TypeDescription
string

setParent

Required. The parent of this attestor.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAttestorId

Required. The attestors ID.

Returns
TypeDescription
string

setAttestorId

Required. The attestors ID.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAttestor

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

Returns
TypeDescription
Google\Cloud\BinaryAuthorization\V1\Attestor|null

hasAttestor

clearAttestor

setAttestor

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

Parameter
NameDescription
var Google\Cloud\BinaryAuthorization\V1\Attestor
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The parent of this attestor. Please see Google\Cloud\BinaryAuthorization\V1\BinauthzManagementServiceV1Client::projectName() for help formatting this field.

attestorId string

Required. The attestors ID.

attestor Google\Cloud\BinaryAuthorization\V1\Attestor

Required. The initial attestor value. The service will overwrite the attestor name field with the resource name, in the format projects/*/attestors/*.

Returns
TypeDescription
Google\Cloud\BinaryAuthorization\V1\CreateAttestorRequest