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/UserDefinedAccessUrls.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ 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. If specified, the default GCS
36
-
* URLs will be omitted.
35
+
* the "Authority Information Access" extension in the certificate. If specified, the default
36
+
* Cloud Storage URLs will be omitted.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@com.google.api.client.util.Key
@@ -42,16 +42,16 @@ public final class UserDefinedAccessUrls extends com.google.api.client.json.Gene
42
42
/**
43
43
* Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName
44
44
* described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default
0 commit comments