You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/CertificateAuthority.java
+6-9Lines changed: 6 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -182,9 +182,8 @@ public final class CertificateAuthority extends com.google.api.client.json.Gener
182
182
privateStringupdateTime;
183
183
184
184
/**
185
-
* Optional. User-defined URLs for accessing content published by this CertificateAuthority,
186
-
* including the CA certificate and the PEM-encoded CRLs. The service does not publish content to
187
-
* these URLs. It is up to the user to mirror content to these URLs.
185
+
* Optional. User-defined URLs for CA certificate and CRLs. The service does not publish content
186
+
* to these URLs. It is up to the user to mirror content to these URLs.
188
187
* The value may be {@code null}.
189
188
*/
190
189
@com.google.api.client.util.Key
@@ -548,19 +547,17 @@ public CertificateAuthority setUpdateTime(String updateTime) {
548
547
}
549
548
550
549
/**
551
-
* Optional. User-defined URLs for accessing content published by this CertificateAuthority,
552
-
* including the CA certificate and the PEM-encoded CRLs. The service does not publish content to
553
-
* these URLs. It is up to the user to mirror content to these URLs.
550
+
* Optional. User-defined URLs for CA certificate and CRLs. The service does not publish content
551
+
* to these URLs. It is up to the user to mirror content to these URLs.
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/UserDefinedAccessUrls.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,26 @@ public final class UserDefinedAccessUrls extends com.google.api.client.json.Gene
32
32
33
33
/**
34
34
* Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in
35
-
* the "Authority Information Access" extension in the certificate.
35
+
* the "Authority Information Access" extension in the certificate. If specified, the default GCS
0 commit comments