|
29 | 29 | * easily applied to other Cloud resources e.g. Target Proxies. |
30 | 30 | * Data Model |
31 | 31 | * The Certificates Manager service exposes the following resources: |
32 | | - * * `Certificate` which describes a single TLS certificate. |
33 | | - * * `CertificateMap` which describes a collection of certificates that can be |
| 32 | + * * `Certificate` that describes a single TLS certificate. |
| 33 | + * * `CertificateMap` that describes a collection of certificates that can be |
34 | 34 | * attached to a target resource. |
35 | | - * * `CertificateMapEntry` which describes a single configuration entry that |
| 35 | + * * `CertificateMapEntry` that describes a single configuration entry that |
36 | 36 | * consists of a SNI and a group of certificates. It's a subresource of |
37 | 37 | * CertificateMap. |
38 | 38 | * Certificate, CertificateMap and CertificateMapEntry IDs |
39 | | - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that |
| 39 | + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, |
40 | 40 | * - only lower case letters, digits, and hyphen are allowed |
41 | 41 | * - length of the resource ID has to be in [1,63] range. |
42 | 42 | * Provides methods to manage Cloud Certificate Manager entities. |
@@ -1316,14 +1316,14 @@ public CertificateManagerFutureStub newStub( |
1316 | 1316 | * easily applied to other Cloud resources e.g. Target Proxies. |
1317 | 1317 | * Data Model |
1318 | 1318 | * The Certificates Manager service exposes the following resources: |
1319 | | - * * `Certificate` which describes a single TLS certificate. |
1320 | | - * * `CertificateMap` which describes a collection of certificates that can be |
| 1319 | + * * `Certificate` that describes a single TLS certificate. |
| 1320 | + * * `CertificateMap` that describes a collection of certificates that can be |
1321 | 1321 | * attached to a target resource. |
1322 | | - * * `CertificateMapEntry` which describes a single configuration entry that |
| 1322 | + * * `CertificateMapEntry` that describes a single configuration entry that |
1323 | 1323 | * consists of a SNI and a group of certificates. It's a subresource of |
1324 | 1324 | * CertificateMap. |
1325 | 1325 | * Certificate, CertificateMap and CertificateMapEntry IDs |
1326 | | - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that |
| 1326 | + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, |
1327 | 1327 | * - only lower case letters, digits, and hyphen are allowed |
1328 | 1328 | * - length of the resource ID has to be in [1,63] range. |
1329 | 1329 | * Provides methods to manage Cloud Certificate Manager entities. |
@@ -1863,14 +1863,14 @@ public final io.grpc.ServerServiceDefinition bindService() { |
1863 | 1863 | * easily applied to other Cloud resources e.g. Target Proxies. |
1864 | 1864 | * Data Model |
1865 | 1865 | * The Certificates Manager service exposes the following resources: |
1866 | | - * * `Certificate` which describes a single TLS certificate. |
1867 | | - * * `CertificateMap` which describes a collection of certificates that can be |
| 1866 | + * * `Certificate` that describes a single TLS certificate. |
| 1867 | + * * `CertificateMap` that describes a collection of certificates that can be |
1868 | 1868 | * attached to a target resource. |
1869 | | - * * `CertificateMapEntry` which describes a single configuration entry that |
| 1869 | + * * `CertificateMapEntry` that describes a single configuration entry that |
1870 | 1870 | * consists of a SNI and a group of certificates. It's a subresource of |
1871 | 1871 | * CertificateMap. |
1872 | 1872 | * Certificate, CertificateMap and CertificateMapEntry IDs |
1873 | | - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that |
| 1873 | + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, |
1874 | 1874 | * - only lower case letters, digits, and hyphen are allowed |
1875 | 1875 | * - length of the resource ID has to be in [1,63] range. |
1876 | 1876 | * Provides methods to manage Cloud Certificate Manager entities. |
@@ -2302,14 +2302,14 @@ public void deleteCertificateIssuanceConfig( |
2302 | 2302 | * easily applied to other Cloud resources e.g. Target Proxies. |
2303 | 2303 | * Data Model |
2304 | 2304 | * The Certificates Manager service exposes the following resources: |
2305 | | - * * `Certificate` which describes a single TLS certificate. |
2306 | | - * * `CertificateMap` which describes a collection of certificates that can be |
| 2305 | + * * `Certificate` that describes a single TLS certificate. |
| 2306 | + * * `CertificateMap` that describes a collection of certificates that can be |
2307 | 2307 | * attached to a target resource. |
2308 | | - * * `CertificateMapEntry` which describes a single configuration entry that |
| 2308 | + * * `CertificateMapEntry` that describes a single configuration entry that |
2309 | 2309 | * consists of a SNI and a group of certificates. It's a subresource of |
2310 | 2310 | * CertificateMap. |
2311 | 2311 | * Certificate, CertificateMap and CertificateMapEntry IDs |
2312 | | - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that |
| 2312 | + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, |
2313 | 2313 | * - only lower case letters, digits, and hyphen are allowed |
2314 | 2314 | * - length of the resource ID has to be in [1,63] range. |
2315 | 2315 | * Provides methods to manage Cloud Certificate Manager entities. |
@@ -2659,14 +2659,14 @@ public com.google.longrunning.Operation deleteCertificateIssuanceConfig( |
2659 | 2659 | * easily applied to other Cloud resources e.g. Target Proxies. |
2660 | 2660 | * Data Model |
2661 | 2661 | * The Certificates Manager service exposes the following resources: |
2662 | | - * * `Certificate` which describes a single TLS certificate. |
2663 | | - * * `CertificateMap` which describes a collection of certificates that can be |
| 2662 | + * * `Certificate` that describes a single TLS certificate. |
| 2663 | + * * `CertificateMap` that describes a collection of certificates that can be |
2664 | 2664 | * attached to a target resource. |
2665 | | - * * `CertificateMapEntry` which describes a single configuration entry that |
| 2665 | + * * `CertificateMapEntry` that describes a single configuration entry that |
2666 | 2666 | * consists of a SNI and a group of certificates. It's a subresource of |
2667 | 2667 | * CertificateMap. |
2668 | 2668 | * Certificate, CertificateMap and CertificateMapEntry IDs |
2669 | | - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that |
| 2669 | + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, |
2670 | 2670 | * - only lower case letters, digits, and hyphen are allowed |
2671 | 2671 | * - length of the resource ID has to be in [1,63] range. |
2672 | 2672 | * Provides methods to manage Cloud Certificate Manager entities. |
|
0 commit comments