Interface AppleDeveloperIdOrBuilder (3.38.0)

public interface AppleDeveloperIdOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKeyId()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.