Class CorsSettings (0.1.0)

public final class CorsSettings extends GeneratedMessageV3 implements CorsSettingsOrBuilder

Allows customers to configure HTTP request paths that'll allow HTTP OPTIONS call to bypass authentication and authorization.

Protobuf type google.cloud.iap.v1.CorsSettings

Static Fields

ALLOW_HTTP_OPTIONS_FIELD_NUMBER

public static final int ALLOW_HTTP_OPTIONS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CorsSettings getDefaultInstance()
Returns
Type Description
CorsSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CorsSettings.Builder newBuilder()
Returns
Type Description
CorsSettings.Builder

newBuilder(CorsSettings prototype)

public static CorsSettings.Builder newBuilder(CorsSettings prototype)
Parameter
Name Description
prototype CorsSettings
Returns
Type Description
CorsSettings.Builder

parseDelimitedFrom(InputStream input)

public static CorsSettings parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CorsSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CorsSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorsSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CorsSettings parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CorsSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CorsSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorsSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CorsSettings parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CorsSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CorsSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorsSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CorsSettings parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CorsSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CorsSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorsSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CorsSettings parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CorsSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CorsSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorsSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CorsSettings parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CorsSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CorsSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CorsSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CorsSettings> parser()
Returns
Type Description
Parser<CorsSettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAllowHttpOptions()

public BoolValue getAllowHttpOptions()

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

.google.protobuf.BoolValue allow_http_options = 1;

Returns
Type Description
BoolValue

The allowHttpOptions.

getAllowHttpOptionsOrBuilder()

public BoolValueOrBuilder getAllowHttpOptionsOrBuilder()

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

.google.protobuf.BoolValue allow_http_options = 1;

Returns
Type Description
BoolValueOrBuilder

getDefaultInstanceForType()

public CorsSettings getDefaultInstanceForType()
Returns
Type Description
CorsSettings

getParserForType()

public Parser<CorsSettings> getParserForType()
Returns
Type Description
Parser<CorsSettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasAllowHttpOptions()

public boolean hasAllowHttpOptions()

Configuration to allow HTTP OPTIONS calls to skip authorization. If undefined, IAP will not apply any special logic to OPTIONS requests.

.google.protobuf.BoolValue allow_http_options = 1;

Returns
Type Description
boolean

Whether the allowHttpOptions field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CorsSettings.Builder newBuilderForType()
Returns
Type Description
CorsSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected CorsSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CorsSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public CorsSettings.Builder toBuilder()
Returns
Type Description
CorsSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException