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 |
|
IDENTITY_SOURCES_FIELD_NUMBER
public static final int IDENTITY_SOURCES_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 |
|
WORKFORCE_IDENTITY_SETTINGS_FIELD_NUMBER
public static final int WORKFORCE_IDENTITY_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()
Optional. Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
getAllowedDomainsSettingsOrBuilder()
public AllowedDomainsSettingsOrBuilder getAllowedDomainsSettingsOrBuilder()
Optional. Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
public CorsSettings getCorsSettings()
Optional. Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2 [(.google.api.field_behavior) = OPTIONAL];
public CorsSettingsOrBuilder getCorsSettingsOrBuilder()
Optional. Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2 [(.google.api.field_behavior) = OPTIONAL];
getDefaultInstanceForType()
public AccessSettings getDefaultInstanceForType()
getGcipSettings()
public GcipSettings getGcipSettings()
Optional. GCIP claims and endpoint configurations for 3p identity
providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
getGcipSettingsOrBuilder()
public GcipSettingsOrBuilder getGcipSettingsOrBuilder()
Optional. GCIP claims and endpoint configurations for 3p identity
providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
getIdentitySources(int index)
public AccessSettings.IdentitySource getIdentitySources(int index)
Optional. Identity sources that IAP can use to authenticate the end user.
Only one identity source can be configured.
repeated .google.cloud.iap.v1.AccessSettings.IdentitySource identity_sources = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
getIdentitySourcesCount()
public int getIdentitySourcesCount()
Optional. Identity sources that IAP can use to authenticate the end user.
Only one identity source can be configured.
repeated .google.cloud.iap.v1.AccessSettings.IdentitySource identity_sources = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
int |
The count of identitySources.
|
getIdentitySourcesList()
public List<AccessSettings.IdentitySource> getIdentitySourcesList()
Optional. Identity sources that IAP can use to authenticate the end user.
Only one identity source can be configured.
repeated .google.cloud.iap.v1.AccessSettings.IdentitySource identity_sources = 10 [(.google.api.field_behavior) = OPTIONAL];
getIdentitySourcesValue(int index)
public int getIdentitySourcesValue(int index)
Optional. Identity sources that IAP can use to authenticate the end user.
Only one identity source can be configured.
repeated .google.cloud.iap.v1.AccessSettings.IdentitySource identity_sources = 10 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
int |
The enum numeric value on the wire of identitySources at the given index.
|
getIdentitySourcesValueList()
public List<Integer> getIdentitySourcesValueList()
Optional. Identity sources that IAP can use to authenticate the end user.
Only one identity source can be configured.
repeated .google.cloud.iap.v1.AccessSettings.IdentitySource identity_sources = 10 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
List<Integer> |
A list containing the enum numeric values on the wire for identitySources.
|
getOauthSettings()
public OAuthSettings getOauthSettings()
Optional. Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
getOauthSettingsOrBuilder()
public OAuthSettingsOrBuilder getOauthSettingsOrBuilder()
Optional. Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public Parser<AccessSettings> getParserForType()
Overrides
getReauthSettings()
public ReauthSettings getReauthSettings()
Optional. Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6 [(.google.api.field_behavior) = OPTIONAL];
getReauthSettingsOrBuilder()
public ReauthSettingsOrBuilder getReauthSettingsOrBuilder()
Optional. Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getWorkforceIdentitySettings()
public WorkforceIdentitySettings getWorkforceIdentitySettings()
Optional. Settings to configure the workforce identity federation,
including workforce pools and OAuth 2.0 settings.
.google.cloud.iap.v1.WorkforceIdentitySettings workforce_identity_settings = 9 [(.google.api.field_behavior) = OPTIONAL];
getWorkforceIdentitySettingsOrBuilder()
public WorkforceIdentitySettingsOrBuilder getWorkforceIdentitySettingsOrBuilder()
Optional. Settings to configure the workforce identity federation,
including workforce pools and OAuth 2.0 settings.
.google.cloud.iap.v1.WorkforceIdentitySettings workforce_identity_settings = 9 [(.google.api.field_behavior) = OPTIONAL];
hasAllowedDomainsSettings()
public boolean hasAllowedDomainsSettings()
Optional. Settings to configure and enable allowed domains.
.google.cloud.iap.v1.AllowedDomainsSettings allowed_domains_settings = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the allowedDomainsSettings field is set.
|
public boolean hasCorsSettings()
Optional. Configuration to allow cross-origin requests via IAP.
.google.cloud.iap.v1.CorsSettings cors_settings = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the corsSettings field is set.
|
hasGcipSettings()
public boolean hasGcipSettings()
Optional. GCIP claims and endpoint configurations for 3p identity
providers.
.google.cloud.iap.v1.GcipSettings gcip_settings = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the gcipSettings field is set.
|
hasOauthSettings()
public boolean hasOauthSettings()
Optional. Settings to configure IAP's OAuth behavior.
.google.cloud.iap.v1.OAuthSettings oauth_settings = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the oauthSettings field is set.
|
hasReauthSettings()
public boolean hasReauthSettings()
Optional. Settings to configure reauthentication policies in IAP.
.google.cloud.iap.v1.ReauthSettings reauth_settings = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the reauthSettings field is set.
|
hasWorkforceIdentitySettings()
public boolean hasWorkforceIdentitySettings()
Optional. Settings to configure the workforce identity federation,
including workforce pools and OAuth 2.0 settings.
.google.cloud.iap.v1.WorkforceIdentitySettings workforce_identity_settings = 9 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the workforceIdentitySettings 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