Google Cloud Security Command Center V1 Client - Class UpdateExternalSystemRequest (1.13.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class UpdateExternalSystemRequest.

Request message for updating a ExternalSystem resource.

Generated from protobuf message google.cloud.securitycenter.v1.UpdateExternalSystemRequest

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ external_system Google\Cloud\SecurityCenter\V1\ExternalSystem

Required. The external system resource to update.

↳ update_mask Google\Protobuf\FieldMask

The FieldMask to use when updating the external system resource. If empty all mutable fields will be updated.

getExternalSystem

Required. The external system resource to update.

Generated from protobuf field .google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Google\Cloud\SecurityCenter\V1\ExternalSystem|null

hasExternalSystem

clearExternalSystem

setExternalSystem

Required. The external system resource to update.

Generated from protobuf field .google.cloud.securitycenter.v1.ExternalSystem external_system = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\ExternalSystem
Returns
Type Description
$this

getUpdateMask

The FieldMask to use when updating the external system resource.

If empty all mutable fields will be updated.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The FieldMask to use when updating the external system resource.

If empty all mutable fields will be updated.

Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this