| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.SslCertificates.Insert | Compute.SslCertificates. insert(String project,
      SslCertificate content)Creates a SslCertificate resource in the specified project using the data included in the
 request. | 
| Compute.RegionSslCertificates.Insert | Compute.RegionSslCertificates. insert(String project,
      String region,
      SslCertificate content)Creates a SslCertificate resource in the specified project and region using the data included in
 the request
 Create a request for the method "regionSslCertificates.insert". | 
| Constructor and Description | 
|---|
| Insert(String project,
      SslCertificate content)Creates a SslCertificate resource in the specified project using the data included in the
 request. | 
| Insert(String project,
      String region,
      SslCertificate content)Creates a SslCertificate resource in the specified project and region using the data included
 in the request
 Create a request for the method "regionSslCertificates.insert". | 
| Modifier and Type | Method and Description | 
|---|---|
| SslCertificate | SslCertificate. clone() | 
| SslCertificate | SslCertificate. set(String fieldName,
   Object value) | 
| SslCertificate | SslCertificate. setCertificate(String certificate)A value read into memory from a certificate file. | 
| SslCertificate | SslCertificate. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| SslCertificate | SslCertificate. setDescription(String description)An optional description of this resource. | 
| SslCertificate | SslCertificate. setExpireTime(String expireTime)[Output Only] Expire time of the certificate. | 
| SslCertificate | SslCertificate. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| SslCertificate | SslCertificate. setKind(String kind)[Output Only] Type of the resource. | 
| SslCertificate | SslCertificate. setManaged(SslCertificateManagedSslCertificate managed)Configuration and status of a managed SSL certificate. | 
| SslCertificate | SslCertificate. setName(String name)Name of the resource. | 
| SslCertificate | SslCertificate. setPrivateKey(String privateKey)A value read into memory from a write-only private key file. | 
| SslCertificate | SslCertificate. setRegion(String region)[Output Only] URL of the region where the regional SSL Certificate resides. | 
| SslCertificate | SslCertificate. setSelfLink(String selfLink)[Output only] Server-defined URL for the resource. | 
| SslCertificate | SslCertificate. setSelfManaged(SslCertificateSelfManagedSslCertificate selfManaged)Configuration and status of a self-managed SSL certificate. | 
| SslCertificate | SslCertificate. setSubjectAlternativeNames(List<String> subjectAlternativeNames)[Output Only] Domains associated with the certificate via Subject Alternative Name. | 
| SslCertificate | SslCertificate. setType(String type)(Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". | 
| Modifier and Type | Method and Description | 
|---|---|
| List<SslCertificate> | SslCertificateList. getItems()A list of SslCertificate resources. | 
| List<SslCertificate> | SslCertificatesScopedList. getSslCertificates()List of SslCertificates contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| SslCertificateList | SslCertificateList. setItems(List<SslCertificate> items)A list of SslCertificate resources. | 
| SslCertificatesScopedList | SslCertificatesScopedList. setSslCertificates(List<SslCertificate> sslCertificates)List of SslCertificates contained in this scope. | 
Copyright © 2011–2021 Google. All rights reserved.