Interface SslCertsInsertRequestOrBuilder (0.1.0)

public interface SslCertsInsertRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCommonName()

public abstract String getCommonName()

User supplied name. Must be a distinct name from the other certificates for this instance.

string common_name = 1;

Returns
Type Description
String

The commonName.

getCommonNameBytes()

public abstract ByteString getCommonNameBytes()

User supplied name. Must be a distinct name from the other certificates for this instance.

string common_name = 1;

Returns
Type Description
ByteString

The bytes for commonName.