Class ReauthSettings.Builder (0.1.0)
0.43.0 (latest)
0.41.0
0.39.0
0.38.0
0.37.0
0.36.0
0.34.0
0.32.0
0.31.0
0.30.0
0.29.0
0.28.0
0.26.0
0.24.0
0.23.0
0.20.0
0.19.0
0.18.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
public static final class ReauthSettings . Builder extends GeneratedMessageV3 . Builder<ReauthSettings . Builder > implements ReauthSettingsOrBuilder
Configuration for IAP reauthentication policies.
Protobuf type google.cloud.iap.v1.ReauthSettings
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 ReauthSettings . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ReauthSettings build ()
buildPartial()
public ReauthSettings buildPartial ()
clear()
public ReauthSettings . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ReauthSettings . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearMaxAge()
public ReauthSettings . Builder clearMaxAge ()
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
clearMethod()
public ReauthSettings . Builder clearMethod ()
Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public ReauthSettings . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearPolicyType()
public ReauthSettings . Builder clearPolicyType ()
How IAP determines the effective policy in cases of hierarchial policies.
Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;
clone()
public ReauthSettings . Builder clone ()
Overrides
getDefaultInstanceForType()
public ReauthSettings getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getMaxAge()
public Duration getMaxAge ()
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
Returns
Type
Description
Duration
The maxAge.
getMaxAgeBuilder()
public Duration . Builder getMaxAgeBuilder ()
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
getMaxAgeOrBuilder()
public DurationOrBuilder getMaxAgeOrBuilder ()
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
getMethod()
public ReauthSettings . Method getMethod ()
Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1;
getMethodValue()
public int getMethodValue ()
Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1;
Returns
Type
Description
int
The enum numeric value on the wire for method.
getPolicyType()
public ReauthSettings . PolicyType getPolicyType ()
How IAP determines the effective policy in cases of hierarchial policies.
Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;
getPolicyTypeValue()
public int getPolicyTypeValue ()
How IAP determines the effective policy in cases of hierarchial policies.
Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;
Returns
Type
Description
int
The enum numeric value on the wire for policyType.
hasMaxAge()
public boolean hasMaxAge ()
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
Returns
Type
Description
boolean
Whether the maxAge field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ReauthSettings other)
public ReauthSettings . Builder mergeFrom ( ReauthSettings other )
public ReauthSettings . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ReauthSettings . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeMaxAge(Duration value)
public ReauthSettings . Builder mergeMaxAge ( Duration value )
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
Parameter
Name
Description
value
Duration
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReauthSettings . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ReauthSettings . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setMaxAge(Duration value)
public ReauthSettings . Builder setMaxAge ( Duration value )
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
Parameter
Name
Description
value
Duration
setMaxAge(Duration.Builder builderForValue)
public ReauthSettings . Builder setMaxAge ( Duration . Builder builderForValue )
Reauth session lifetime, how long before a user has to reauthenticate
again.
.google.protobuf.Duration max_age = 2;
Parameter
Name
Description
builderForValue
Builder
setMethod(ReauthSettings.Method value)
public ReauthSettings . Builder setMethod ( ReauthSettings . Method value )
Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1;
setMethodValue(int value)
public ReauthSettings . Builder setMethodValue ( int value )
Reauth method requested.
.google.cloud.iap.v1.ReauthSettings.Method method = 1;
Parameter
Name
Description
value
int The enum numeric value on the wire for method to set.
setPolicyType(ReauthSettings.PolicyType value)
public ReauthSettings . Builder setPolicyType ( ReauthSettings . PolicyType value )
How IAP determines the effective policy in cases of hierarchial policies.
Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;
setPolicyTypeValue(int value)
public ReauthSettings . Builder setPolicyTypeValue ( int value )
How IAP determines the effective policy in cases of hierarchial policies.
Policies are merged from higher in the hierarchy to lower in the hierarchy.
.google.cloud.iap.v1.ReauthSettings.PolicyType policy_type = 3;
Parameter
Name
Description
value
int The enum numeric value on the wire for policyType to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReauthSettings . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ReauthSettings . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-14 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]