Class AppleDeveloperId (3.38.0)

public final class AppleDeveloperId extends GeneratedMessageV3 implements AppleDeveloperIdOrBuilder

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

Protobuf type google.cloud.recaptchaenterprise.v1.AppleDeveloperId

Static Fields

KEY_ID_FIELD_NUMBER

public static final int KEY_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PRIVATE_KEY_FIELD_NUMBER

public static final int PRIVATE_KEY_FIELD_NUMBER
Field Value
TypeDescription
int

TEAM_ID_FIELD_NUMBER

public static final int TEAM_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AppleDeveloperId getDefaultInstance()
Returns
TypeDescription
AppleDeveloperId

getDescriptor()

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

newBuilder()

public static AppleDeveloperId.Builder newBuilder()
Returns
TypeDescription
AppleDeveloperId.Builder

newBuilder(AppleDeveloperId prototype)

public static AppleDeveloperId.Builder newBuilder(AppleDeveloperId prototype)
Parameter
NameDescription
prototypeAppleDeveloperId
Returns
TypeDescription
AppleDeveloperId.Builder

parseDelimitedFrom(InputStream input)

public static AppleDeveloperId parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AppleDeveloperId parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AppleDeveloperId parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AppleDeveloperId parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AppleDeveloperId parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AppleDeveloperId parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AppleDeveloperId parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AppleDeveloperId parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AppleDeveloperId parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AppleDeveloperId parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AppleDeveloperId parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AppleDeveloperId parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AppleDeveloperId
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AppleDeveloperId> parser()
Returns
TypeDescription
Parser<AppleDeveloperId>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AppleDeveloperId getDefaultInstanceForType()
Returns
TypeDescription
AppleDeveloperId

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.

getParserForType()

public Parser<AppleDeveloperId> getParserForType()
Returns
TypeDescription
Parser<AppleDeveloperId>
Overrides

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.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AppleDeveloperId.Builder newBuilderForType()
Returns
TypeDescription
AppleDeveloperId.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AppleDeveloperId.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AppleDeveloperId.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AppleDeveloperId.Builder toBuilder()
Returns
TypeDescription
AppleDeveloperId.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException