Interface CreateAuthorizedCertificateRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;