public class Appengine.Apps.AuthorizedCertificates
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Appengine.Apps.AuthorizedCertificates.Create |
class |
Appengine.Apps.AuthorizedCertificates.Delete |
class |
Appengine.Apps.AuthorizedCertificates.Get |
class |
Appengine.Apps.AuthorizedCertificates.List |
class |
Appengine.Apps.AuthorizedCertificates.Patch |
| Constructor and Description |
|---|
AuthorizedCertificates() |
| Modifier and Type | Method and Description |
|---|---|
Appengine.Apps.AuthorizedCertificates.Create |
create(java.lang.String appsId,
AuthorizedCertificate content)
Uploads the specified SSL certificate.
|
Appengine.Apps.AuthorizedCertificates.Delete |
delete(java.lang.String appsId,
java.lang.String authorizedCertificatesId)
Deletes the specified SSL certificate.
|
Appengine.Apps.AuthorizedCertificates.Get |
get(java.lang.String appsId,
java.lang.String authorizedCertificatesId)
Gets the specified SSL certificate.
|
Appengine.Apps.AuthorizedCertificates.List |
list(java.lang.String appsId)
Lists all SSL certificates the user is authorized to administer.
|
Appengine.Apps.AuthorizedCertificates.Patch |
patch(java.lang.String appsId,
java.lang.String authorizedCertificatesId,
AuthorizedCertificate content)
Updates the specified SSL certificate.
|
public Appengine.Apps.AuthorizedCertificates.Create create(java.lang.String appsId, AuthorizedCertificate content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `parent`. Name of the parent Application resource. Example: apps/myapp.content - the AuthorizedCertificatejava.io.IOExceptionpublic Appengine.Apps.AuthorizedCertificates.Delete delete(java.lang.String appsId, java.lang.String authorizedCertificatesId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `name`. Name of the resource to delete. Example: apps/myapp/authorizedCertificates/12345.authorizedCertificatesId - Part of `name`. See documentation of `appsId`.java.io.IOExceptionpublic Appengine.Apps.AuthorizedCertificates.Get get(java.lang.String appsId, java.lang.String authorizedCertificatesId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `name`. Name of the resource requested. Example: apps/myapp/authorizedCertificates/12345.authorizedCertificatesId - Part of `name`. See documentation of `appsId`.java.io.IOExceptionpublic Appengine.Apps.AuthorizedCertificates.List list(java.lang.String appsId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `parent`. Name of the parent Application resource. Example: apps/myapp.java.io.IOExceptionpublic Appengine.Apps.AuthorizedCertificates.Patch patch(java.lang.String appsId, java.lang.String authorizedCertificatesId, AuthorizedCertificate content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.appsId - Part of `name`. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.authorizedCertificatesId - Part of `name`. See documentation of `appsId`.content - the AuthorizedCertificatejava.io.IOException