Send feedback
Class AccessSettings (0.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.8.0 keyboard_arrow_down
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
Send feedback
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-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]