public interface CreateAuthorizedCertificateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificate()
public abstract AuthorizedCertificate getCertificate()SSL certificate data.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificate |
The certificate. |
getCertificateOrBuilder()
public abstract AuthorizedCertificateOrBuilder getCertificateOrBuilder()SSL certificate data.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Returns | |
|---|---|
| Type | Description |
AuthorizedCertificateOrBuilder |
|
getParent()
public abstract String getParent() Name of the parent Application resource. Example: apps/myapp.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Name of the parent Application resource. Example: apps/myapp.
string parent = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCertificate()
public abstract boolean hasCertificate()SSL certificate data.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the certificate field is set. |