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
Namespace
Google \ Identity \ AccessContextManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ service_perimeter |
Google\Identity\AccessContextManager\V1\ServicePerimeter
Required. The updated |
↳ 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 | |
---|---|
Type | Description |
Google\Identity\AccessContextManager\V1\ServicePerimeter|null |
hasServicePerimeter
clearServicePerimeter
setServicePerimeter
Required. The updated ServicePerimeter
. Syntactic correctness of the
ServicePerimeter
is a precondition for creation.
Parameter | |
---|---|
Name | Description |
var |
Google\Identity\AccessContextManager\V1\ServicePerimeter
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. Mask to control which fields get updated. Must be non-empty.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. Mask to control which fields get updated. Must be non-empty.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
servicePerimeter |
Google\Identity\AccessContextManager\V1\ServicePerimeter
Required. The updated |
updateMask |
Google\Protobuf\FieldMask
Required. Mask to control which fields get updated. Must be non-empty. |
Returns | |
---|---|
Type | Description |
Google\Identity\AccessContextManager\V1\UpdateServicePerimeterRequest |