Interface X509ExtensionOrBuilder (2.5.0)

public interface X509ExtensionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCritical()

public abstract boolean getCritical()

Required. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).

bool critical = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

The critical.

getObjectId()

public abstract ObjectId getObjectId()

Required. The OID for this X.509 extension.

.google.cloud.security.privateca.v1beta1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ObjectId

The objectId.

getObjectIdOrBuilder()

public abstract ObjectIdOrBuilder getObjectIdOrBuilder()

Required. The OID for this X.509 extension.

.google.cloud.security.privateca.v1beta1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ObjectIdOrBuilder

getValue()

public abstract ByteString getValue()

Required. The value of this X.509 extension.

bytes value = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The value.

hasObjectId()

public abstract boolean hasObjectId()

Required. The OID for this X.509 extension.

.google.cloud.security.privateca.v1beta1.ObjectId object_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the objectId field is set.