Google Cloud Iap V1 Client - Class UpdateIapSettingsRequest (1.1.1)

Reference documentation and code samples for the Google Cloud Iap V1 Client class UpdateIapSettingsRequest.

The request sent to UpdateIapSettings.

Generated from protobuf message google.cloud.iap.v1.UpdateIapSettingsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ iap_settings Google\Cloud\Iap\V1\IapSettings

Required. The new values for the IAP settings to be updated. Authorization: Requires the updateSettings permission for the associated resource.

↳ update_mask Google\Protobuf\FieldMask

The field mask specifying which IAP settings should be updated. If omitted, the all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

getIapSettings

Required. The new values for the IAP settings to be updated.

Authorization: Requires the updateSettings permission for the associated resource.

Returns
TypeDescription
Google\Cloud\Iap\V1\IapSettings|null

hasIapSettings

clearIapSettings

setIapSettings

Required. The new values for the IAP settings to be updated.

Authorization: Requires the updateSettings permission for the associated resource.

Parameter
NameDescription
var Google\Cloud\Iap\V1\IapSettings
Returns
TypeDescription
$this

getUpdateMask

The field mask specifying which IAP settings should be updated.

If omitted, the all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The field mask specifying which IAP settings should be updated.

If omitted, the all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

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