Class AppleDeveloperId.Builder (3.37.0)

public static final class AppleDeveloperId.Builder extends GeneratedMessageV3.Builder<AppleDeveloperId.Builder> implements AppleDeveloperIdOrBuilder

Contains fields that are required to perform Apple-specific integrity checks.

Protobuf type google.cloud.recaptchaenterprise.v1.AppleDeveloperId

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AppleDeveloperId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

build()

public AppleDeveloperId build()
Returns
TypeDescription
AppleDeveloperId

buildPartial()

public AppleDeveloperId buildPartial()
Returns
TypeDescription
AppleDeveloperId

clear()

public AppleDeveloperId.Builder clear()
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AppleDeveloperId.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

clearKeyId()

public AppleDeveloperId.Builder clearKeyId()

Required. The Apple developer key ID (10-character string).

string key_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public AppleDeveloperId.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

clearPrivateKey()

public AppleDeveloperId.Builder clearPrivateKey()

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

clearTeamId()

public AppleDeveloperId.Builder clearTeamId()

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

string team_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

clone()

public AppleDeveloperId.Builder clone()
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

getDefaultInstanceForType()

public AppleDeveloperId getDefaultInstanceForType()
Returns
TypeDescription
AppleDeveloperId

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getKeyId()

public String getKeyId()

Required. The Apple developer key ID (10-character string).

string key_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The keyId.

getKeyIdBytes()

public ByteString getKeyIdBytes()

Required. The Apple developer key ID (10-character string).

string key_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for keyId.

getPrivateKey()

public String getPrivateKey()

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
String

The privateKey.

getPrivateKeyBytes()

public ByteString getPrivateKeyBytes()

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for privateKey.

getTeamId()

public String getTeamId()

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

string team_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The teamId.

getTeamIdBytes()

public ByteString getTeamIdBytes()

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

string team_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for teamId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AppleDeveloperId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AppleDeveloperId.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

mergeFrom(AppleDeveloperId other)

public AppleDeveloperId.Builder mergeFrom(AppleDeveloperId other)
Parameter
NameDescription
otherAppleDeveloperId
Returns
TypeDescription
AppleDeveloperId.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AppleDeveloperId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AppleDeveloperId.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

setKeyId(String value)

public AppleDeveloperId.Builder setKeyId(String value)

Required. The Apple developer key ID (10-character string).

string key_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The keyId to set.

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

setKeyIdBytes(ByteString value)

public AppleDeveloperId.Builder setKeyIdBytes(ByteString value)

Required. The Apple developer key ID (10-character string).

string key_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for keyId to set.

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

setPrivateKey(String value)

public AppleDeveloperId.Builder setPrivateKey(String value)

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueString

The privateKey to set.

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

setPrivateKeyBytes(ByteString value)

public AppleDeveloperId.Builder setPrivateKeyBytes(ByteString value)

Required. Input only. A private key (downloaded as a text file with a .p8 file extension) generated for your Apple Developer account. Ensure that Apple DeviceCheck is enabled for the private key.

string private_key = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = INPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for privateKey to set.

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AppleDeveloperId.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

setTeamId(String value)

public AppleDeveloperId.Builder setTeamId(String value)

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

string team_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The teamId to set.

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

setTeamIdBytes(ByteString value)

public AppleDeveloperId.Builder setTeamIdBytes(ByteString value)

Required. The Apple team ID (10-character string) owning the provisioning profile used to build your application.

string team_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for teamId to set.

Returns
TypeDescription
AppleDeveloperId.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final AppleDeveloperId.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides