Interface CreateAuthorizedCertificateRequestOrBuilder (2.5.0)

public interface CreateAuthorizedCertificateRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificate()

public abstract AuthorizedCertificate getCertificate()

SSL certificate data.

.google.appengine.v1.AuthorizedCertificate certificate = 2;

Returns
TypeDescription
AuthorizedCertificate

The certificate.

getCertificateOrBuilder()

public abstract AuthorizedCertificateOrBuilder getCertificateOrBuilder()

SSL certificate data.

.google.appengine.v1.AuthorizedCertificate certificate = 2;

Returns
TypeDescription
AuthorizedCertificateOrBuilder

getParent()

public abstract String getParent()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Name of the parent Application resource. Example: apps/myapp.

string parent = 1;

Returns
TypeDescription
ByteString

The bytes for parent.

hasCertificate()

public abstract boolean hasCertificate()

SSL certificate data.

.google.appengine.v1.AuthorizedCertificate certificate = 2;

Returns
TypeDescription
boolean

Whether the certificate field is set.