public interface SslCertsInsertRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |