- 2.83.0 (latest)
- 2.82.0
- 2.81.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.4
- 2.2.0
- 2.1.10
- 0.2.0
public static final class CertificateRawData.Builder extends GeneratedMessage.Builder<CertificateRawData.Builder> implements CertificateRawDataOrBuilderAn SSL certificate obtained from a certificate authority.
Protobuf type google.appengine.v1.CertificateRawData
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CertificateRawData.BuilderImplements
CertificateRawDataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CertificateRawData build()| Returns | |
|---|---|
| Type | Description |
CertificateRawData |
|
buildPartial()
public CertificateRawData buildPartial()| Returns | |
|---|---|
| Type | Description |
CertificateRawData |
|
clear()
public CertificateRawData.Builder clear()| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
|
clearPrivateKey()
public CertificateRawData.Builder clearPrivateKey()Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: <pre> -----BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY----- </pre> @InputOnly
string private_key = 2;
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
This builder for chaining. |
clearPublicCertificate()
public CertificateRawData.Builder clearPublicCertificate()PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIFICATE----- </pre>
string public_certificate = 1;
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CertificateRawData getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CertificateRawData |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPrivateKey()
public String getPrivateKey()Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: <pre> -----BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY----- </pre> @InputOnly
string private_key = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The privateKey. |
getPrivateKeyBytes()
public ByteString getPrivateKeyBytes()Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: <pre> -----BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY----- </pre> @InputOnly
string private_key = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for privateKey. |
getPublicCertificate()
public String getPublicCertificate()PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIFICATE----- </pre>
string public_certificate = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The publicCertificate. |
getPublicCertificateBytes()
public ByteString getPublicCertificateBytes()PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIFICATE----- </pre>
string public_certificate = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicCertificate. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CertificateRawData other)
public CertificateRawData.Builder mergeFrom(CertificateRawData other)| Parameter | |
|---|---|
| Name | Description |
other |
CertificateRawData |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CertificateRawData.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CertificateRawData.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
|
setPrivateKey(String value)
public CertificateRawData.Builder setPrivateKey(String value)Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: <pre> -----BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY----- </pre> @InputOnly
string private_key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe privateKey to set. |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
This builder for chaining. |
setPrivateKeyBytes(ByteString value)
public CertificateRawData.Builder setPrivateKeyBytes(ByteString value)Unencrypted PEM encoded RSA private key. This field is set once on certificate creation and then encrypted. The key size must be 2048 bits or fewer. Must include the header and footer. Example: <pre> -----BEGIN RSA PRIVATE KEY----- <unencrypted_key_value> -----END RSA PRIVATE KEY----- </pre> @InputOnly
string private_key = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for privateKey to set. |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
This builder for chaining. |
setPublicCertificate(String value)
public CertificateRawData.Builder setPublicCertificate(String value)PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIFICATE----- </pre>
string public_certificate = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe publicCertificate to set. |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
This builder for chaining. |
setPublicCertificateBytes(ByteString value)
public CertificateRawData.Builder setPublicCertificateBytes(ByteString value)PEM encoded x.509 public key certificate. This field is set once on certificate creation. Must include the header and footer. Example: <pre> -----BEGIN CERTIFICATE----- <certificate_value> -----END CERTIFICATE----- </pre>
string public_certificate = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for publicCertificate to set. |
| Returns | |
|---|---|
| Type | Description |
CertificateRawData.Builder |
This builder for chaining. |