Package com.google.appengine.v1
Interface CreateAuthorizedCertificateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateAuthorizedCertificateRequest
,CreateAuthorizedCertificateRequest.Builder
public interface CreateAuthorizedCertificateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizedCertificate
getCertificate()
SSL certificate data.AuthorizedCertificateOrBuilder
getCertificateOrBuilder()
SSL certificate data.String
getParent()
Name of the parent `Application` resource.com.google.protobuf.ByteString
getParentBytes()
Name of the parent `Application` resource.boolean
hasCertificate()
SSL certificate data.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Name of the parent `Application` resource. Example: `apps/myapp`.
string parent = 1;
- Returns:
- The bytes for parent.
-
hasCertificate
boolean hasCertificate()
SSL certificate data.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
- Returns:
- Whether the certificate field is set.
-
getCertificate
AuthorizedCertificate getCertificate()
SSL certificate data.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
- Returns:
- The certificate.
-
getCertificateOrBuilder
AuthorizedCertificateOrBuilder getCertificateOrBuilder()
SSL certificate data.
.google.appengine.v1.AuthorizedCertificate certificate = 2;
-
-