public interface AppleDeveloperIdOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId()
Required.
|
com.google.protobuf.ByteString |
getKeyIdBytes()
Required.
|
String |
getPrivateKey()
Required.
|
com.google.protobuf.ByteString |
getPrivateKeyBytes()
Required.
|
String |
getTeamId()
Required.
|
com.google.protobuf.ByteString |
getTeamIdBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];
com.google.protobuf.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];
String getKeyId()
Required. The Apple developer key ID (10-character string).
string key_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getKeyIdBytes()
Required. The Apple developer key ID (10-character string).
string key_id = 2 [(.google.api.field_behavior) = REQUIRED];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];com.google.protobuf.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];Copyright © 2025 Google LLC. All rights reserved.