Access Context Manager V1 Client - Class UpdateServicePerimeterRequest (0.3.5)

Reference documentation and code samples for the Access Context Manager V1 Client class UpdateServicePerimeterRequest.

A request to update a ServicePerimeter.

Generated from protobuf message google.identity.accesscontextmanager.v1.UpdateServicePerimeterRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_perimeter Google\Identity\AccessContextManager\V1\ServicePerimeter

Required. The updated ServicePerimeter. Syntactic correctness of the ServicePerimeter is a precondition for creation.

↳ update_mask Google\Protobuf\FieldMask

Required. Mask to control which fields get updated. Must be non-empty.

getServicePerimeter

Required. The updated ServicePerimeter. Syntactic correctness of the ServicePerimeter is a precondition for creation.

Returns
TypeDescription
Google\Identity\AccessContextManager\V1\ServicePerimeter|null

hasServicePerimeter

clearServicePerimeter

setServicePerimeter

Required. The updated ServicePerimeter. Syntactic correctness of the ServicePerimeter is a precondition for creation.

Parameter
NameDescription
var Google\Identity\AccessContextManager\V1\ServicePerimeter
Returns
TypeDescription
$this

getUpdateMask

Required. Mask to control which fields get updated. Must be non-empty.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Mask to control which fields get updated. Must be non-empty.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this