Interface AuthorizedCertificateOrBuilder (2.2.0)

public interface AuthorizedCertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificateRawData()

public abstract CertificateRawData getCertificateRawData()

The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.

.google.appengine.v1.CertificateRawData certificate_raw_data = 6;

Returns
TypeDescription
CertificateRawData

The certificateRawData.

getCertificateRawDataOrBuilder()

public abstract CertificateRawDataOrBuilder getCertificateRawDataOrBuilder()

The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.

.google.appengine.v1.CertificateRawData certificate_raw_data = 6;

Returns
TypeDescription
CertificateRawDataOrBuilder

getDisplayName()

public abstract String getDisplayName()

The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.

string display_name = 3;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The user-specified display name of the certificate. This is not guaranteed to be unique. Example: My Certificate.

string display_name = 3;

Returns
TypeDescription
ByteString

The bytes for displayName.

getDomainMappingsCount()

public abstract int getDomainMappingsCount()

Aggregate count of the domain mappings with this certificate mapped. This count includes domain mappings on applications for which the user does not have VIEWER permissions. Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option. @OutputOnly

int32 domain_mappings_count = 9;

Returns
TypeDescription
int

The domainMappingsCount.

getDomainNames(int index)

public abstract String getDomainNames(int index)

Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com. @OutputOnly

repeated string domain_names = 4;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The domainNames at the given index.

getDomainNamesBytes(int index)

public abstract ByteString getDomainNamesBytes(int index)

Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com. @OutputOnly

repeated string domain_names = 4;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the domainNames at the given index.

getDomainNamesCount()

public abstract int getDomainNamesCount()

Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com. @OutputOnly

repeated string domain_names = 4;

Returns
TypeDescription
int

The count of domainNames.

getDomainNamesList()

public abstract List<String> getDomainNamesList()

Topmost applicable domains of this certificate. This certificate applies to these domains and their subdomains. Example: example.com. @OutputOnly

repeated string domain_names = 4;

Returns
TypeDescription
List<String>

A list containing the domainNames.

getExpireTime()

public abstract Timestamp getExpireTime()

The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate. @OutputOnly

.google.protobuf.Timestamp expire_time = 5;

Returns
TypeDescription
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate. @OutputOnly

.google.protobuf.Timestamp expire_time = 5;

Returns
TypeDescription
TimestampOrBuilder

getId()

public abstract String getId()

Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345. @OutputOnly

string id = 2;

Returns
TypeDescription
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Relative name of the certificate. This is a unique value autogenerated on AuthorizedCertificate resource creation. Example: 12345. @OutputOnly

string id = 2;

Returns
TypeDescription
ByteString

The bytes for id.

getManagedCertificate()

public abstract ManagedCertificate getManagedCertificate()

Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty. @OutputOnly

.google.appengine.v1.ManagedCertificate managed_certificate = 7;

Returns
TypeDescription
ManagedCertificate

The managedCertificate.

getManagedCertificateOrBuilder()

public abstract ManagedCertificateOrBuilder getManagedCertificateOrBuilder()

Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty. @OutputOnly

.google.appengine.v1.ManagedCertificate managed_certificate = 7;

Returns
TypeDescription
ManagedCertificateOrBuilder

getName()

public abstract String getName()

Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345. @OutputOnly

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Full path to the AuthorizedCertificate resource in the API. Example: apps/myapp/authorizedCertificates/12345. @OutputOnly

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getVisibleDomainMappings(int index)

public abstract String getVisibleDomainMappings(int index)

The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com. This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count. Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option. @OutputOnly

repeated string visible_domain_mappings = 8;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The visibleDomainMappings at the given index.

getVisibleDomainMappingsBytes(int index)

public abstract ByteString getVisibleDomainMappingsBytes(int index)

The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com. This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count. Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option. @OutputOnly

repeated string visible_domain_mappings = 8;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the visibleDomainMappings at the given index.

getVisibleDomainMappingsCount()

public abstract int getVisibleDomainMappingsCount()

The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com. This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count. Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option. @OutputOnly

repeated string visible_domain_mappings = 8;

Returns
TypeDescription
int

The count of visibleDomainMappings.

getVisibleDomainMappingsList()

public abstract List<String> getVisibleDomainMappingsList()

The full paths to user visible Domain Mapping resources that have this certificate mapped. Example: apps/myapp/domainMappings/example.com. This may not represent the full list of mapped domain mappings if the user does not have VIEWER permissions on all of the applications that have this certificate mapped. See domain_mappings_count for a complete count. Only returned by GET or LIST requests when specifically requested by the view=FULL_CERTIFICATE option. @OutputOnly

repeated string visible_domain_mappings = 8;

Returns
TypeDescription
List<String>

A list containing the visibleDomainMappings.

hasCertificateRawData()

public abstract boolean hasCertificateRawData()

The SSL certificate serving the AuthorizedCertificate resource. This must be obtained independently from a certificate authority.

.google.appengine.v1.CertificateRawData certificate_raw_data = 6;

Returns
TypeDescription
boolean

Whether the certificateRawData field is set.

hasExpireTime()

public abstract boolean hasExpireTime()

The time when this certificate expires. To update the renewal time on this certificate, upload an SSL certificate with a different expiration time using AuthorizedCertificates.UpdateAuthorizedCertificate. @OutputOnly

.google.protobuf.Timestamp expire_time = 5;

Returns
TypeDescription
boolean

Whether the expireTime field is set.

hasManagedCertificate()

public abstract boolean hasManagedCertificate()

Only applicable if this certificate is managed by App Engine. Managed certificates are tied to the lifecycle of a DomainMapping and cannot be updated or deleted via the AuthorizedCertificates API. If this certificate is manually administered by the user, this field will be empty. @OutputOnly

.google.appengine.v1.ManagedCertificate managed_certificate = 7;

Returns
TypeDescription
boolean

Whether the managedCertificate field is set.