public interface CertificateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Set of labels associated with a Certificate.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The creation timestamp of a Certificate.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The createTime. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The creation timestamp of a Certificate.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getDescription()
public abstract String getDescription()One or more paragraphs of text description of a certificate.
string description = 8;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()One or more paragraphs of text description of a certificate.
string description = 8;
| Type | Description |
| ByteString | The bytes for description. |
getExpireTime()
public abstract Timestamp getExpireTime()Output only. The expiry timestamp of a Certificate.
.google.protobuf.Timestamp expire_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()Output only. The expiry timestamp of a Certificate.
.google.protobuf.Timestamp expire_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
| Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()Set of labels associated with a Certificate.
map<string, string> labels = 4;
| Type | Description |
| int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Set of labels associated with a Certificate.
map<string, string> labels = 4;
| Type | Description |
| Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Set of labels associated with a Certificate.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Set of labels associated with a Certificate.
map<string, string> labels = 4;
| Name | Description |
| key | String |
| Type | Description |
| String |
getManaged()
public abstract Certificate.ManagedCertificate getManaged()If set, contains configuration and state of a managed certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate managed = 11;
| Type | Description |
| Certificate.ManagedCertificate | The managed. |
getManagedOrBuilder()
public abstract Certificate.ManagedCertificateOrBuilder getManagedOrBuilder()If set, contains configuration and state of a managed certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate managed = 11;
| Type | Description |
| Certificate.ManagedCertificateOrBuilder |
getName()
public abstract String getName() A user-defined name of the certificate. Certificate names must be unique
globally and match pattern projects/*/locations/*/certificates/*.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() A user-defined name of the certificate. Certificate names must be unique
globally and match pattern projects/*/locations/*/certificates/*.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getPemCertificate()
public abstract String getPemCertificate()Output only. The PEM-encoded certificate chain.
string pem_certificate = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The pemCertificate. |
getPemCertificateBytes()
public abstract ByteString getPemCertificateBytes()Output only. The PEM-encoded certificate chain.
string pem_certificate = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for pemCertificate. |
getSanDnsnames(int index)
public abstract String getSanDnsnames(int index)Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The sanDnsnames at the given index. |
getSanDnsnamesBytes(int index)
public abstract ByteString getSanDnsnamesBytes(int index)Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the sanDnsnames at the given index. |
getSanDnsnamesCount()
public abstract int getSanDnsnamesCount()Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The count of sanDnsnames. |
getSanDnsnamesList()
public abstract List<String> getSanDnsnamesList()Output only. The list of Subject Alternative Names of dnsName type defined in the certificate (see RFC 5280 4.2.1.6)
repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| List<String> | A list containing the sanDnsnames. |
getScope()
public abstract Certificate.Scope getScope()Immutable. The scope of the certificate.
.google.cloud.certificatemanager.v1.Certificate.Scope scope = 12 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| Certificate.Scope | The scope. |
getScopeValue()
public abstract int getScopeValue()Immutable. The scope of the certificate.
.google.cloud.certificatemanager.v1.Certificate.Scope scope = 12 [(.google.api.field_behavior) = IMMUTABLE];
| Type | Description |
| int | The enum numeric value on the wire for scope. |
getSelfManaged()
public abstract Certificate.SelfManagedCertificate getSelfManaged()If set, defines data of a self-managed certificate.
.google.cloud.certificatemanager.v1.Certificate.SelfManagedCertificate self_managed = 5;
| Type | Description |
| Certificate.SelfManagedCertificate | The selfManaged. |
getSelfManagedOrBuilder()
public abstract Certificate.SelfManagedCertificateOrBuilder getSelfManagedOrBuilder()If set, defines data of a self-managed certificate.
.google.cloud.certificatemanager.v1.Certificate.SelfManagedCertificate self_managed = 5;
| Type | Description |
| Certificate.SelfManagedCertificateOrBuilder |
getTypeCase()
public abstract Certificate.TypeCase getTypeCase()| Type | Description |
| Certificate.TypeCase |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The last update timestamp of a Certificate.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The last update timestamp of a Certificate.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The creation timestamp of a Certificate.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the createTime field is set. |
hasExpireTime()
public abstract boolean hasExpireTime()Output only. The expiry timestamp of a Certificate.
.google.protobuf.Timestamp expire_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the expireTime field is set. |
hasManaged()
public abstract boolean hasManaged()If set, contains configuration and state of a managed certificate.
.google.cloud.certificatemanager.v1.Certificate.ManagedCertificate managed = 11;
| Type | Description |
| boolean | Whether the managed field is set. |
hasSelfManaged()
public abstract boolean hasSelfManaged()If set, defines data of a self-managed certificate.
.google.cloud.certificatemanager.v1.Certificate.SelfManagedCertificate self_managed = 5;
| Type | Description |
| boolean | Whether the selfManaged field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The last update timestamp of a Certificate.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the updateTime field is set. |