- 2.49.0 (latest)
- 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 interface AuthorizedCertificateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
ManagedCertificateOrBuilder |
getName()
public abstract String getName()
Full path to the AuthorizedCertificate
resource in the API. Example:
apps/myapp/authorizedCertificates/12345
.
@OutputOnly
string name = 1;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
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;
Type | Description |
boolean | Whether the managedCertificate field is set. |