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 | |
---|---|
Name | Description |
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 |
↳ 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.
Generated from protobuf field .google.cloud.iap.v1.IapSettings iap_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
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.
Generated from protobuf field .google.cloud.iap.v1.IapSettings iap_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Iap\V1\IapSettings
|
Returns | |
---|---|
Type | Description |
$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
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
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
Generated from protobuf field .google.protobuf.FieldMask update_mask = 2;
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |