Class AccessSettings (0.8.0)
0.44.0 (latest)
0.43.0
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 final class AccessSettings extends GeneratedMessageV3 implements AccessSettingsOrBuilder
Access related settings for IAP protected apps.
Protobuf type google.cloud.iap.v1.AccessSettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ALLOWED_DOMAINS_SETTINGS_FIELD_NUMBER
public static final int ALLOWED_DOMAINS_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
CORS_SETTINGS_FIELD_NUMBER
public static final int CORS_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
GCIP_SETTINGS_FIELD_NUMBER
public static final int GCIP_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
OAUTH_SETTINGS_FIELD_NUMBER
public static final int OAUTH_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
REAUTH_SETTINGS_FIELD_NUMBER
public static final int REAUTH_SETTINGS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static AccessSettings getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AccessSettings . Builder newBuilder ()
newBuilder(AccessSettings prototype)
public static AccessSettings . Builder newBuilder ( AccessSettings prototype )
public static AccessSettings parseDelimitedFrom ( InputStream input )
public static AccessSettings parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AccessSettings parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AccessSettings parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AccessSettings parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AccessSettings parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AccessSettings parseFrom ( CodedInputStream input )
public static AccessSettings parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AccessSettings parseFrom ( InputStream input )
public static AccessSettings parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AccessSettings parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AccessSettings parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AccessSettings> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAllowedDomainsSettings()
public AllowedDomainsSettings getAllowedDomainsSettings ()
Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7;
getAllowedDomainsSettingsOrBuilder()
public AllowedDomainsSettingsOrBuilder getAllowedDomainsSettingsOrBuilder ()
Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7;
public CorsSettings getCorsSettings ()
Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2;
public CorsSettingsOrBuilder getCorsSettingsOrBuilder ()
Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2;
getDefaultInstanceForType()
public AccessSettings getDefaultInstanceForType ()
getGcipSettings()
public GcipSettings getGcipSettings ()
GCIP claims and endpoint configurations for 3p identity providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1;
getGcipSettingsOrBuilder()
public GcipSettingsOrBuilder getGcipSettingsOrBuilder ()
GCIP claims and endpoint configurations for 3p identity providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1;
getOauthSettings()
public OAuthSettings getOauthSettings ()
Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
getOauthSettingsOrBuilder()
public OAuthSettingsOrBuilder getOauthSettingsOrBuilder ()
Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
getParserForType()
public Parser<AccessSettings> getParserForType ()
Overrides
getReauthSettings()
public ReauthSettings getReauthSettings ()
Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
getReauthSettingsOrBuilder()
public ReauthSettingsOrBuilder getReauthSettingsOrBuilder ()
Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasAllowedDomainsSettings()
public boolean hasAllowedDomainsSettings ()
Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7;
Returns
Type
Description
boolean
Whether the allowedDomainsSettings field is set.
public boolean hasCorsSettings ()
Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2;
Returns
Type
Description
boolean
Whether the corsSettings field is set.
hasGcipSettings()
public boolean hasGcipSettings ()
GCIP claims and endpoint configurations for 3p identity providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1;
Returns
Type
Description
boolean
Whether the gcipSettings field is set.
hasOauthSettings()
public boolean hasOauthSettings ()
Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3;
Returns
Type
Description
boolean
Whether the oauthSettings field is set.
hasReauthSettings()
public boolean hasReauthSettings ()
Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6;
Returns
Type
Description
boolean
Whether the reauthSettings field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AccessSettings . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AccessSettings . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public AccessSettings . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-30 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-30 UTC."],[],[]]