Interface CreateAuthorizedCertificateRequestOrBuilder (2.73.0)

publicinterface CreateAuthorizedCertificateRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificate()

publicabstractAuthorizedCertificategetCertificate()

SSL certificate data.

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

Returns
Type Description
AuthorizedCertificate

The certificate.

getCertificateOrBuilder()

publicabstractAuthorizedCertificateOrBuildergetCertificateOrBuilder()

SSL certificate data.

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

Returns
Type Description
AuthorizedCertificateOrBuilder

getParent()

publicabstractStringgetParent()

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

string parent = 1;

Returns
Type Description
String

The parent.

getParentBytes()

publicabstractByteStringgetParentBytes()

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

string parent = 1;

Returns
Type Description
ByteString

The bytes for parent.

hasCertificate()

publicabstractbooleanhasCertificate()

SSL certificate data.

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

Returns
Type Description
boolean

Whether the certificate field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.