public static final class CorsSettings.Builder extends GeneratedMessageV3.Builder<CorsSettings.Builder> 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
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public CorsSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CorsSettings build()
public CorsSettings buildPartial()
public CorsSettings.Builder clear()
Overrides
public CorsSettings.Builder clearAllowHttpOptions()
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;
public CorsSettings.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public CorsSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public CorsSettings.Builder clone()
Overrides
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.
|
public BoolValue.Builder getAllowHttpOptionsBuilder()
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;
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;
public CorsSettings getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public CorsSettings.Builder mergeAllowHttpOptions(BoolValue value)
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;
public CorsSettings.Builder mergeFrom(CorsSettings other)
public CorsSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public CorsSettings.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final CorsSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public CorsSettings.Builder setAllowHttpOptions(BoolValue value)
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;
public CorsSettings.Builder setAllowHttpOptions(BoolValue.Builder builderForValue)
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;
Parameter |
Name |
Description |
builderForValue |
Builder
|
public CorsSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public CorsSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final CorsSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides