- 3.75.0 (latest)
- 3.73.0
- 3.72.0
- 3.71.0
- 3.70.0
- 3.69.0
- 3.67.0
- 3.65.0
- 3.64.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.12
- 2.6.1
- 2.5.0
- 2.4.10
- 2.3.1
public static final class IOSKeySettings.Builder extends GeneratedMessageV3.Builder<IOSKeySettings.Builder> implements IOSKeySettingsOrBuilderSettings specific to keys that can be used by iOS apps.
 Protobuf type google.cloud.recaptchaenterprise.v1.IOSKeySettings
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > IOSKeySettings.BuilderImplements
IOSKeySettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllAllowedBundleIds(Iterable<String> values)
public IOSKeySettings.Builder addAllAllowedBundleIds(Iterable<String> values)Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The allowedBundleIds to add. | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
addAllowedBundleIds(String value)
public IOSKeySettings.Builder addAllowedBundleIds(String value)Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe allowedBundleIds to add. | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
addAllowedBundleIdsBytes(ByteString value)
public IOSKeySettings.Builder addAllowedBundleIdsBytes(ByteString value)Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the allowedBundleIds to add. | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IOSKeySettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
build()
public IOSKeySettings build()| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings | |
buildPartial()
public IOSKeySettings buildPartial()| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings | |
clear()
public IOSKeySettings.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
clearAllowAllBundleIds()
public IOSKeySettings.Builder clearAllowAllBundleIds()Optional. If set to true, allowed_bundle_ids are not enforced.
 bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
clearAllowedBundleIds()
public IOSKeySettings.Builder clearAllowedBundleIds()Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
clearAppleDeveloperId()
public IOSKeySettings.Builder clearAppleDeveloperId()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
clearField(Descriptors.FieldDescriptor field)
public IOSKeySettings.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
clearOneof(Descriptors.OneofDescriptor oneof)
public IOSKeySettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
clone()
public IOSKeySettings.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
getAllowAllBundleIds()
public boolean getAllowAllBundleIds()Optional. If set to true, allowed_bundle_ids are not enforced.
 bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The allowAllBundleIds. | 
getAllowedBundleIds(int index)
public String getAllowedBundleIds(int index)Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The allowedBundleIds at the given index. | 
getAllowedBundleIdsBytes(int index)
public ByteString getAllowedBundleIdsBytes(int index)Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the allowedBundleIds at the given index. | 
getAllowedBundleIdsCount()
public int getAllowedBundleIdsCount()Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| int | The count of allowedBundleIds. | 
getAllowedBundleIdsList()
public ProtocolStringList getAllowedBundleIdsList()Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the allowedBundleIds. | 
getAppleDeveloperId()
public AppleDeveloperId getAppleDeveloperId()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AppleDeveloperId | The appleDeveloperId. | 
getAppleDeveloperIdBuilder()
public AppleDeveloperId.Builder getAppleDeveloperIdBuilder()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AppleDeveloperId.Builder | |
getAppleDeveloperIdOrBuilder()
public AppleDeveloperIdOrBuilder getAppleDeveloperIdOrBuilder()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| AppleDeveloperIdOrBuilder | |
getDefaultInstanceForType()
public IOSKeySettings getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
hasAppleDeveloperId()
public boolean hasAppleDeveloperId()Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the appleDeveloperId field is set. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeAppleDeveloperId(AppleDeveloperId value)
public IOSKeySettings.Builder mergeAppleDeveloperId(AppleDeveloperId value)Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AppleDeveloperId | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IOSKeySettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public IOSKeySettings.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
mergeFrom(IOSKeySettings other)
public IOSKeySettings.Builder mergeFrom(IOSKeySettings other)| Parameter | |
|---|---|
| Name | Description | 
| other | IOSKeySettings | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IOSKeySettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
setAllowAllBundleIds(boolean value)
public IOSKeySettings.Builder setAllowAllBundleIds(boolean value)Optional. If set to true, allowed_bundle_ids are not enforced.
 bool allow_all_bundle_ids = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | booleanThe allowAllBundleIds to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
setAllowedBundleIds(int index, String value)
public IOSKeySettings.Builder setAllowedBundleIds(int index, String value)Optional. iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
 repeated string allowed_bundle_ids = 1 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe allowedBundleIds to set. | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | This builder for chaining. | 
setAppleDeveloperId(AppleDeveloperId value)
public IOSKeySettings.Builder setAppleDeveloperId(AppleDeveloperId value)Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| value | AppleDeveloperId | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
setAppleDeveloperId(AppleDeveloperId.Builder builderForValue)
public IOSKeySettings.Builder setAppleDeveloperId(AppleDeveloperId.Builder builderForValue)Optional. Apple Developer account details for the app that is protected by the reCAPTCHA Key. reCAPTCHA leverages platform-specific checks like Apple App Attest and Apple DeviceCheck to protect your app from abuse. Providing these fields allows reCAPTCHA to get a better assessment of the integrity of your app.
 
 .google.cloud.recaptchaenterprise.v1.AppleDeveloperId apple_developer_id = 3 [(.google.api.field_behavior) = OPTIONAL];
 
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | AppleDeveloperId.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public IOSKeySettings.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IOSKeySettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final IOSKeySettings.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| IOSKeySettings.Builder | |