public static final class UpdateIapSettingsRequest.Builder extends GeneratedMessage.Builder<UpdateIapSettingsRequest.Builder> implements UpdateIapSettingsRequestOrBuilderThe request sent to UpdateIapSettings.
Protobuf type google.cloud.iap.v1.UpdateIapSettingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateIapSettingsRequest.BuilderImplements
UpdateIapSettingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateIapSettingsRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest |
|
buildPartial()
public UpdateIapSettingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest |
|
clear()
public UpdateIapSettingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
clearIapSettings()
public UpdateIapSettingsRequest.Builder clearIapSettings() 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 |
UpdateIapSettingsRequest.Builder |
|
clearUpdateMask()
public UpdateIapSettingsRequest.Builder clearUpdateMask()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 |
UpdateIapSettingsRequest.Builder |
|
getDefaultInstanceForType()
public UpdateIapSettingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIapSettings()
public 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. |
getIapSettingsBuilder()
public IapSettings.Builder getIapSettingsBuilder() 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.Builder |
|
getIapSettingsOrBuilder()
public 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 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()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 |
Builder |
|
getUpdateMaskOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateIapSettingsRequest other)
public UpdateIapSettingsRequest.Builder mergeFrom(UpdateIapSettingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateIapSettingsRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateIapSettingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateIapSettingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
mergeIapSettings(IapSettings value)
public UpdateIapSettingsRequest.Builder mergeIapSettings(IapSettings value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
IapSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateIapSettingsRequest.Builder mergeUpdateMask(FieldMask value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
setIapSettings(IapSettings value)
public UpdateIapSettingsRequest.Builder setIapSettings(IapSettings value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
IapSettings |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
setIapSettings(IapSettings.Builder builderForValue)
public UpdateIapSettingsRequest.Builder setIapSettings(IapSettings.Builder builderForValue) 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];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
IapSettings.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateIapSettingsRequest.Builder setUpdateMask(FieldMask value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateIapSettingsRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateIapSettingsRequest.Builder |
|