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.v1.IOSKeySettings
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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;
Parameter |
---|
Name | Description |
values | Iterable<String>
The allowedBundleIds to add.
|
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;
Parameter |
---|
Name | Description |
value | String
The allowedBundleIds to add.
|
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;
Parameter |
---|
Name | Description |
value | ByteString
The bytes of the allowedBundleIds to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IOSKeySettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public IOSKeySettings build()
buildPartial()
public IOSKeySettings buildPartial()
clear()
public IOSKeySettings.Builder clear()
Overrides
clearAllowAllBundleIds()
public IOSKeySettings.Builder clearAllowAllBundleIds()
If set to true, allowed_bundle_ids are not enforced.
bool allow_all_bundle_ids = 2;
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;
clearField(Descriptors.FieldDescriptor field)
public IOSKeySettings.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public IOSKeySettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public IOSKeySettings.Builder clone()
Overrides
getAllowAllBundleIds()
public boolean getAllowAllBundleIds()
If set to true, allowed_bundle_ids are not enforced.
bool allow_all_bundle_ids = 2;
Returns |
---|
Type | Description |
boolean | The allowAllBundleIds.
|
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;
Parameter |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
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;
Parameter |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
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;
Returns |
---|
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;
getDefaultInstanceForType()
public IOSKeySettings getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public IOSKeySettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public IOSKeySettings.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeFrom(IOSKeySettings other)
public IOSKeySettings.Builder mergeFrom(IOSKeySettings other)
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IOSKeySettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAllowAllBundleIds(boolean value)
public IOSKeySettings.Builder setAllowAllBundleIds(boolean value)
If set to true, allowed_bundle_ids are not enforced.
bool allow_all_bundle_ids = 2;
Parameter |
---|
Name | Description |
value | boolean
The allowAllBundleIds to set.
|
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;
Parameters |
---|
Name | Description |
index | int
The index to set the value at.
|
value | String
The allowedBundleIds to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public IOSKeySettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IOSKeySettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final IOSKeySettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides