Class ReauthSettings.Builder (0.13.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.13.0keyboard_arrow_down
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 2025-08-18 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 2025-08-18 UTC."],[],[]]