- 3.75.0 (latest)
 - 3.73.0
 - 3.72.0
 - 3.71.0
 - 3.70.0
 - 3.69.0
 - 3.67.0
 - 3.65.0
 - 3.64.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.57.0
 - 3.56.0
 - 3.55.0
 - 3.54.0
 - 3.53.0
 - 3.52.0
 - 3.51.0
 - 3.50.0
 - 3.49.0
 - 3.48.0
 - 3.46.0
 - 3.45.0
 - 3.44.0
 - 3.43.0
 - 3.42.0
 - 3.41.0
 - 3.40.0
 - 3.39.0
 - 3.38.0
 - 3.37.0
 - 3.36.0
 - 3.34.0
 - 3.33.0
 - 3.32.0
 - 3.31.0
 - 3.30.0
 - 3.29.0
 - 3.28.0
 - 3.27.0
 - 3.26.0
 - 3.25.0
 - 3.24.0
 - 3.21.0
 - 3.20.0
 - 3.19.0
 - 3.18.0
 - 3.17.0
 - 3.16.0
 - 3.15.0
 - 3.14.0
 - 3.13.0
 - 3.12.0
 - 3.11.0
 - 3.10.0
 - 3.9.0
 - 3.8.0
 - 3.6.0
 - 3.5.0
 - 3.4.0
 - 3.3.0
 - 3.2.0
 - 3.1.0
 - 3.0.12
 - 2.6.1
 - 2.5.0
 - 2.4.10
 - 2.3.1
 
public static final class AppleDeveloperId.Builder extends GeneratedMessageV3.Builder<AppleDeveloperId.Builder> implements AppleDeveloperIdOrBuilderContains fields that are required to perform Apple-specific integrity checks.
 Protobuf type google.cloud.recaptchaenterprise.v1.AppleDeveloperId
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AppleDeveloperId.BuilderImplements
AppleDeveloperIdOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AppleDeveloperId.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
build()
public AppleDeveloperId build()| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId | 
        |
buildPartial()
public AppleDeveloperId buildPartial()| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId | 
        |
clear()
public AppleDeveloperId.Builder clear()| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public AppleDeveloperId.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
clearKeyId()
public AppleDeveloperId.Builder clearKeyId()Required. The Apple developer key ID (10-character string).
 string key_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public AppleDeveloperId.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
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 | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        This builder for chaining.  | 
      
clone()
public AppleDeveloperId.Builder clone()| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
getDefaultInstanceForType()
public AppleDeveloperId getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getKeyId()
public 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 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 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 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 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 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.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AppleDeveloperId.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public AppleDeveloperId.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
mergeFrom(AppleDeveloperId other)
public AppleDeveloperId.Builder mergeFrom(AppleDeveloperId other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        AppleDeveloperId | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AppleDeveloperId.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public AppleDeveloperId.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
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 | |
|---|---|
| Name | Description | 
value | 
        StringThe keyId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for keyId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
value | 
        StringThe privateKey to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for privateKey to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |
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 | |
|---|---|
| Name | Description | 
value | 
        StringThe teamId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for teamId to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final AppleDeveloperId.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
AppleDeveloperId.Builder | 
        |