public interface UpdateIapSettingsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIapSettings()
public abstract IapSettings getIapSettings()
Required. The new values for the IAP settings to be updated.
Authorization: Requires the updateSettings
permission for the associated
resource.
.google.cloud.iap.v1.IapSettings iap_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IapSettings |
The iapSettings. |
getIapSettingsOrBuilder()
public abstract IapSettingsOrBuilder getIapSettingsOrBuilder()
Required. The new values for the IAP settings to be updated.
Authorization: Requires the updateSettings
permission for the associated
resource.
.google.cloud.iap.v1.IapSettings iap_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IapSettingsOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
The field mask specifying which IAP settings should be updated. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
Note: All IAP reauth settings must always be set together, using the
field mask: iapSettings.accessSettings.reauthSettings
.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
The field mask specifying which IAP settings should be updated. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
Note: All IAP reauth settings must always be set together, using the
field mask: iapSettings.accessSettings.reauthSettings
.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasIapSettings()
public abstract boolean hasIapSettings()
Required. The new values for the IAP settings to be updated.
Authorization: Requires the updateSettings
permission for the associated
resource.
.google.cloud.iap.v1.IapSettings iap_settings = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the iapSettings field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
The field mask specifying which IAP settings should be updated. If omitted, then all of the settings are updated. See https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
Note: All IAP reauth settings must always be set together, using the
field mask: iapSettings.accessSettings.reauthSettings
.
.google.protobuf.FieldMask update_mask = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |