Class AuthorizedCertificate (2.47.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.78.0 (latest)
- 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
publicfinalclass AuthorizedCertificateextendsGeneratedMessageV3implementsAuthorizedCertificateOrBuilderAn SSL certificate that a user has been authorized to administer. A user is authorized to administer any certificate that applies to one of their authorized domains.
Protobuf type google.appengine.v1.AuthorizedCertificate
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AuthorizedCertificateImplements
AuthorizedCertificateOrBuilderInherited Members
Static Fields
CERTIFICATE_RAW_DATA_FIELD_NUMBER
publicstaticfinalintCERTIFICATE_RAW_DATA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DISPLAY_NAME_FIELD_NUMBER
publicstaticfinalintDISPLAY_NAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DOMAIN_MAPPINGS_COUNT_FIELD_NUMBER
publicstaticfinalintDOMAIN_MAPPINGS_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DOMAIN_NAMES_FIELD_NUMBER
publicstaticfinalintDOMAIN_NAMES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
EXPIRE_TIME_FIELD_NUMBER
publicstaticfinalintEXPIRE_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ID_FIELD_NUMBER
publicstaticfinalintID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
MANAGED_CERTIFICATE_FIELD_NUMBER
publicstaticfinalintMANAGED_CERTIFICATE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
NAME_FIELD_NUMBER
publicstaticfinalintNAME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
VISIBLE_DOMAIN_MAPPINGS_FIELD_NUMBER
publicstaticfinalintVISIBLE_DOMAIN_MAPPINGS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
publicstaticAuthorizedCertificategetDefaultInstance()| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
publicstaticAuthorizedCertificate.BuildernewBuilder()| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate.Builder |
|
newBuilder(AuthorizedCertificate prototype)
publicstaticAuthorizedCertificate.BuildernewBuilder(AuthorizedCertificateprototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
AuthorizedCertificate |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate.Builder |
|
parseDelimitedFrom(InputStream input)
publicstaticAuthorizedCertificateparseDelimitedFrom(InputStreaminput)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAuthorizedCertificateparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
publicstaticAuthorizedCertificateparseFrom(byte[]data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticAuthorizedCertificateparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
publicstaticAuthorizedCertificateparseFrom(ByteStringdata)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticAuthorizedCertificateparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
publicstaticAuthorizedCertificateparseFrom(CodedInputStreaminput)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAuthorizedCertificateparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
publicstaticAuthorizedCertificateparseFrom(InputStreaminput)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticAuthorizedCertificateparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
publicstaticAuthorizedCertificateparseFrom(ByteBufferdata)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticAuthorizedCertificateparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
publicstaticParser<AuthorizedCertificate>parser()| Returns | |
|---|---|
| Type | Description |
Parser<AuthorizedCertificate> |
|
Methods
equals(Object obj)
publicbooleanequals(Objectobj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCertificateRawData()
publicCertificateRawDatagetCertificateRawData() 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 | |
|---|---|
| Type | Description |
CertificateRawData |
The certificateRawData. |
getCertificateRawDataOrBuilder()
publicCertificateRawDataOrBuildergetCertificateRawDataOrBuilder() 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 | |
|---|---|
| Type | Description |
CertificateRawDataOrBuilder |
|
getDefaultInstanceForType()
publicAuthorizedCertificategetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
|
getDisplayName()
publicStringgetDisplayName() The user-specified display name of the certificate. This is not
guaranteed to be unique. Example: My Certificate.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
publicByteStringgetDisplayNameBytes() The user-specified display name of the certificate. This is not
guaranteed to be unique. Example: My Certificate.
string display_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getDomainMappingsCount()
publicintgetDomainMappingsCount() 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 | |
|---|---|
| Type | Description |
int |
The domainMappingsCount. |
getDomainNames(int index)
publicStringgetDomainNames(intindex) 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 | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The domainNames at the given index. |
getDomainNamesBytes(int index)
publicByteStringgetDomainNamesBytes(intindex) 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 | |
|---|---|
| Name | Description |
index |
int The index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the domainNames at the given index. |
getDomainNamesCount()
publicintgetDomainNamesCount() 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 | |
|---|---|
| Type | Description |
int |
The count of domainNames. |
getDomainNamesList()
publicProtocolStringListgetDomainNamesList() 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 | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the domainNames. |
getExpireTime()
publicTimestampgetExpireTime() 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 | |
|---|---|
| Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
publicTimestampOrBuildergetExpireTimeOrBuilder() 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 | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getId()
publicStringgetId() Relative name of the certificate. This is a unique value autogenerated
on AuthorizedCertificate resource creation. Example: 12345.
@OutputOnly
string id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
publicByteStringgetIdBytes() Relative name of the certificate. This is a unique value autogenerated
on AuthorizedCertificate resource creation. Example: 12345.
@OutputOnly
string id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getManagedCertificate()
publicManagedCertificategetManagedCertificate() 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 | |
|---|---|
| Type | Description |
ManagedCertificate |
The managedCertificate. |
getManagedCertificateOrBuilder()
publicManagedCertificateOrBuildergetManagedCertificateOrBuilder() 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 | |
|---|---|
| Type | Description |
ManagedCertificateOrBuilder |
|
getName()
publicStringgetName() Full path to the AuthorizedCertificate resource in the API. Example:
apps/myapp/authorizedCertificates/12345.
@OutputOnly
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
publicByteStringgetNameBytes() Full path to the AuthorizedCertificate resource in the API. Example:
apps/myapp/authorizedCertificates/12345.
@OutputOnly
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getParserForType()
publicParser<AuthorizedCertificate>getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<AuthorizedCertificate> |
|
getSerializedSize()
publicintgetSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getVisibleDomainMappings(int index)
publicStringgetVisibleDomainMappings(intindex) 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 | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The visibleDomainMappings at the given index. |
getVisibleDomainMappingsBytes(int index)
publicByteStringgetVisibleDomainMappingsBytes(intindex) 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 | |
|---|---|
| Name | Description |
index |
int The index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the visibleDomainMappings at the given index. |
getVisibleDomainMappingsCount()
publicintgetVisibleDomainMappingsCount() 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 | |
|---|---|
| Type | Description |
int |
The count of visibleDomainMappings. |
getVisibleDomainMappingsList()
publicProtocolStringListgetVisibleDomainMappingsList() 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 | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the visibleDomainMappings. |
hasCertificateRawData()
publicbooleanhasCertificateRawData() 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 | |
|---|---|
| Type | Description |
boolean |
Whether the certificateRawData field is set. |
hasExpireTime()
publicbooleanhasExpireTime() 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 | |
|---|---|
| Type | Description |
boolean |
Whether the expireTime field is set. |
hasManagedCertificate()
publicbooleanhasManagedCertificate() 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 | |
|---|---|
| Type | Description |
boolean |
Whether the managedCertificate field is set. |
hashCode()
publicinthashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
publicAuthorizedCertificate.BuildernewBuilderForType()| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate.Builder |
|
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedAuthorizedCertificate.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate.Builder |
|
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)| Parameter | |
|---|---|
| Name | Description |
unused |
UnusedPrivateParameter |
| Returns | |
|---|---|
| Type | Description |
Object |
|
toBuilder()
publicAuthorizedCertificate.BuildertoBuilder()| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate.Builder |
|
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|