AppsAuthorizedCertificatesResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(AuthorizedCertificate request, String appsId, {String? $fields})
→ Future<AuthorizedCertificate>
-
Uploads the specified SSL certificate.
-
delete(String appsId, String authorizedCertificatesId, {String? $fields})
→ Future<Empty>
-
Deletes the specified SSL certificate.
-
get(String appsId, String authorizedCertificatesId, {String? view, String? $fields})
→ Future<AuthorizedCertificate>
-
Gets the specified SSL certificate.
-
list(String appsId, {int? pageSize, String? pageToken, String? view, String? $fields})
→ Future<ListAuthorizedCertificatesResponse>
-
Lists all SSL certificates the user is authorized to administer.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(AuthorizedCertificate request, String appsId, String authorizedCertificatesId, {String? updateMask, String? $fields})
→ Future<AuthorizedCertificate>
-
Updates the specified SSL certificate.
-
toString()
→ String
-
A string representation of this object.
inherited