- 3.50.0 (latest)
- 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 IOSKeySettingsOrBuilder
Settings specific to keys that can be used by iOS apps.
Protobuf type google.cloud.recaptchaenterprise.v1beta1.IOSKeySettings
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > IOSKeySettings.BuilderImplements
IOSKeySettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllAllowedBundleIds(Iterable<String> values)
public IOSKeySettings.Builder addAllAllowedBundleIds(Iterable<String> values)
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Name | Description |
values | Iterable<String> The allowedBundleIds to add. |
Type | Description |
IOSKeySettings.Builder | This builder for chaining. |
addAllowedBundleIds(String value)
public IOSKeySettings.Builder addAllowedBundleIds(String value)
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Name | Description |
value | String The allowedBundleIds to add. |
Type | Description |
IOSKeySettings.Builder | This builder for chaining. |
addAllowedBundleIdsBytes(ByteString value)
public IOSKeySettings.Builder addAllowedBundleIdsBytes(ByteString value)
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Name | Description |
value | ByteString The bytes of the allowedBundleIds to add. |
Type | Description |
IOSKeySettings.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IOSKeySettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
IOSKeySettings.Builder |
build()
public IOSKeySettings build()
Type | Description |
IOSKeySettings |
buildPartial()
public IOSKeySettings buildPartial()
Type | Description |
IOSKeySettings |
clear()
public IOSKeySettings.Builder clear()
Type | Description |
IOSKeySettings.Builder |
clearAllowedBundleIds()
public IOSKeySettings.Builder clearAllowedBundleIds()
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Type | Description |
IOSKeySettings.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public IOSKeySettings.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
IOSKeySettings.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public IOSKeySettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
IOSKeySettings.Builder |
clone()
public IOSKeySettings.Builder clone()
Type | Description |
IOSKeySettings.Builder |
getAllowedBundleIds(int index)
public String getAllowedBundleIds(int index)
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The allowedBundleIds at the given index. |
getAllowedBundleIdsBytes(int index)
public ByteString getAllowedBundleIdsBytes(int index)
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the allowedBundleIds at the given index. |
getAllowedBundleIdsCount()
public int getAllowedBundleIdsCount()
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Type | Description |
int | The count of allowedBundleIds. |
getAllowedBundleIdsList()
public ProtocolStringList getAllowedBundleIdsList()
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Type | Description |
ProtocolStringList | A list containing the allowedBundleIds. |
getDefaultInstanceForType()
public IOSKeySettings getDefaultInstanceForType()
Type | Description |
IOSKeySettings |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IOSKeySettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
IOSKeySettings.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public IOSKeySettings.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
IOSKeySettings.Builder |
mergeFrom(IOSKeySettings other)
public IOSKeySettings.Builder mergeFrom(IOSKeySettings other)
Name | Description |
other | IOSKeySettings |
Type | Description |
IOSKeySettings.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IOSKeySettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
IOSKeySettings.Builder |
setAllowedBundleIds(int index, String value)
public IOSKeySettings.Builder setAllowedBundleIds(int index, String value)
iOS bundle ids of apps allowed to use the key. Example: 'com.companyname.productname.appname'
repeated string allowed_bundle_ids = 1;
Name | Description |
index | int The index to set the value at. |
value | String The allowedBundleIds to set. |
Type | Description |
IOSKeySettings.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public IOSKeySettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
IOSKeySettings.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IOSKeySettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
IOSKeySettings.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final IOSKeySettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
IOSKeySettings.Builder |