Interface CertificateOrBuilder (0.44.0)

public interface CertificateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Set of labels associated with a Certificate.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
TimestampOrBuilder

getDescription()

public abstract String getDescription()

One or more paragraphs of text description of a certificate.

string description = 8;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

One or more paragraphs of text description of a certificate.

string description = 8;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
TimestampOrBuilder

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Set of labels associated with a Certificate.

map<string, string> labels = 4;

Returns
TypeDescription
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Set of labels associated with a Certificate.

map<string, string> labels = 4;

Returns
TypeDescription
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;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Set of labels associated with a Certificate.

map<string, string> labels = 4;

Parameter
NameDescription
keyString
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.

repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.

repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.

repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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). Managed certificates that haven't been provisioned yet have this field populated with a value of the managed.domains field.

repeated string san_dnsnames = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
Certificate.SelfManagedCertificateOrBuilder

getTypeCase()

public abstract Certificate.TypeCase getTypeCase()
Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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];

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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];

Returns
TypeDescription
boolean

Whether the updateTime field is set.