public interface AppleDeveloperIdOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKeyId()
public abstract String getKeyId()Required. The Apple developer key ID (10-character string).
string key_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for teamId. |