public static final class AccessDeniedPageSettings.Builder extends GeneratedMessageV3.Builder<AccessDeniedPageSettings.Builder> implements AccessDeniedPageSettingsOrBuilder
Custom content configuration for access denied page.
IAP allows customers to define a custom URI to use as the error page when
access is denied to users. If IAP prevents access to this page, the default
IAP error page will be displayed instead.
Protobuf type google.cloud.iap.v1.AccessDeniedPageSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AccessDeniedPageSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public AccessDeniedPageSettings build()
buildPartial()
public AccessDeniedPageSettings buildPartial()
clear()
public AccessDeniedPageSettings.Builder clear()
Overrides
clearAccessDeniedPageUri()
public AccessDeniedPageSettings.Builder clearAccessDeniedPageUri()
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
clearField(Descriptors.FieldDescriptor field)
public AccessDeniedPageSettings.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearGenerateTroubleshootingUri()
public AccessDeniedPageSettings.Builder clearGenerateTroubleshootingUri()
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public AccessDeniedPageSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRemediationTokenGenerationEnabled()
public AccessDeniedPageSettings.Builder clearRemediationTokenGenerationEnabled()
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
clone()
public AccessDeniedPageSettings.Builder clone()
Overrides
getAccessDeniedPageUri()
public StringValue getAccessDeniedPageUri()
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
Returns |
Type |
Description |
StringValue |
The accessDeniedPageUri.
|
getAccessDeniedPageUriBuilder()
public StringValue.Builder getAccessDeniedPageUriBuilder()
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
getAccessDeniedPageUriOrBuilder()
public StringValueOrBuilder getAccessDeniedPageUriOrBuilder()
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
getDefaultInstanceForType()
public AccessDeniedPageSettings getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getGenerateTroubleshootingUri()
public BoolValue getGenerateTroubleshootingUri()
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
Returns |
Type |
Description |
BoolValue |
The generateTroubleshootingUri.
|
getGenerateTroubleshootingUriBuilder()
public BoolValue.Builder getGenerateTroubleshootingUriBuilder()
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
getGenerateTroubleshootingUriOrBuilder()
public BoolValueOrBuilder getGenerateTroubleshootingUriOrBuilder()
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
getRemediationTokenGenerationEnabled()
public BoolValue getRemediationTokenGenerationEnabled()
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
Returns |
Type |
Description |
BoolValue |
The remediationTokenGenerationEnabled.
|
getRemediationTokenGenerationEnabledBuilder()
public BoolValue.Builder getRemediationTokenGenerationEnabledBuilder()
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
getRemediationTokenGenerationEnabledOrBuilder()
public BoolValueOrBuilder getRemediationTokenGenerationEnabledOrBuilder()
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
hasAccessDeniedPageUri()
public boolean hasAccessDeniedPageUri()
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
Returns |
Type |
Description |
boolean |
Whether the accessDeniedPageUri field is set.
|
hasGenerateTroubleshootingUri()
public boolean hasGenerateTroubleshootingUri()
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
Returns |
Type |
Description |
boolean |
Whether the generateTroubleshootingUri field is set.
|
hasRemediationTokenGenerationEnabled()
public boolean hasRemediationTokenGenerationEnabled()
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
Returns |
Type |
Description |
boolean |
Whether the remediationTokenGenerationEnabled field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeAccessDeniedPageUri(StringValue value)
public AccessDeniedPageSettings.Builder mergeAccessDeniedPageUri(StringValue value)
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
mergeFrom(AccessDeniedPageSettings other)
public AccessDeniedPageSettings.Builder mergeFrom(AccessDeniedPageSettings other)
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AccessDeniedPageSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public AccessDeniedPageSettings.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeGenerateTroubleshootingUri(BoolValue value)
public AccessDeniedPageSettings.Builder mergeGenerateTroubleshootingUri(BoolValue value)
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
mergeRemediationTokenGenerationEnabled(BoolValue value)
public AccessDeniedPageSettings.Builder mergeRemediationTokenGenerationEnabled(BoolValue value)
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AccessDeniedPageSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAccessDeniedPageUri(StringValue value)
public AccessDeniedPageSettings.Builder setAccessDeniedPageUri(StringValue value)
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
setAccessDeniedPageUri(StringValue.Builder builderForValue)
public AccessDeniedPageSettings.Builder setAccessDeniedPageUri(StringValue.Builder builderForValue)
The URI to be redirected to when access is denied.
.google.protobuf.StringValue access_denied_page_uri = 1;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public AccessDeniedPageSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setGenerateTroubleshootingUri(BoolValue value)
public AccessDeniedPageSettings.Builder setGenerateTroubleshootingUri(BoolValue value)
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
setGenerateTroubleshootingUri(BoolValue.Builder builderForValue)
public AccessDeniedPageSettings.Builder setGenerateTroubleshootingUri(BoolValue.Builder builderForValue)
Whether to generate a troubleshooting URL on access denied events to this
application.
.google.protobuf.BoolValue generate_troubleshooting_uri = 2;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setRemediationTokenGenerationEnabled(BoolValue value)
public AccessDeniedPageSettings.Builder setRemediationTokenGenerationEnabled(BoolValue value)
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
setRemediationTokenGenerationEnabled(BoolValue.Builder builderForValue)
public AccessDeniedPageSettings.Builder setRemediationTokenGenerationEnabled(BoolValue.Builder builderForValue)
Whether to generate remediation token on access denied events to this
application.
optional .google.protobuf.BoolValue remediation_token_generation_enabled = 3;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AccessDeniedPageSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final AccessDeniedPageSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides