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/CertificateAuthorityService.java
+53-22Lines changed: 53 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
312
312
}
313
313
}
314
314
/**
315
-
* Lists information about the supported locations for this service.
315
+
* Lists information about the supported locations for this service. This method can be called in
316
+
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
317
+
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
318
+
* public locations as well as private or other locations specifically visible to the project.
316
319
*
317
320
* Create a request for the method "locations.list".
318
321
*
@@ -336,7 +339,10 @@ public class List extends CertificateAuthorityServiceRequest<com.google.api.serv
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/IssuancePolicy.java
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ public final class IssuancePolicy extends com.google.api.client.json.GenericJson
53
53
}
54
54
55
55
/**
56
-
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
57
-
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
58
-
* time). If set, the certificates will be issued with a not_before_time of the issuance time
59
-
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
60
-
* lifetime. The backdate_duration must be less than or equal to 48 hours.
56
+
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
57
+
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
58
+
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
59
+
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
60
+
* be set if allow_requester_specified_not_before_time is set.
61
61
* The value may be {@code null}.
62
62
*/
63
63
@com.google.api.client.util.Key
@@ -144,23 +144,23 @@ public IssuancePolicy setAllowedKeyTypes(java.util.List<AllowedKeyType> allowedK
144
144
}
145
145
146
146
/**
147
-
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
148
-
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
149
-
* time). If set, the certificates will be issued with a not_before_time of the issuance time
150
-
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
151
-
* lifetime. The backdate_duration must be less than or equal to 48 hours.
147
+
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
148
+
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
149
+
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
150
+
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
151
+
* be set if allow_requester_specified_not_before_time is set.
152
152
* @return value or {@code null} for none
153
153
*/
154
154
publicStringgetBackdateDuration() {
155
155
returnbackdateDuration;
156
156
}
157
157
158
158
/**
159
-
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
160
-
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
161
-
* time). If set, the certificates will be issued with a not_before_time of the issuance time
162
-
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
163
-
* lifetime. The backdate_duration must be less than or equal to 48 hours.
159
+
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
160
+
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
161
+
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
162
+
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
163
+
* be set if allow_requester_specified_not_before_time is set.
164
164
* @param backdateDuration backdateDuration or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1/2.0.0/com/google/api/services/privateca/v1/model/ListOperationsResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen
46
46
47
47
/**
48
48
* Unordered list. Unreachable resources. Populated when the request sets
49
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
49
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
50
50
* attempting to list all resources across all supported locations.
51
51
* The value may be {@code null}.
52
52
*/
@@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations
89
89
90
90
/**
91
91
* Unordered list. Unreachable resources. Populated when the request sets
92
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
92
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
93
93
* attempting to list all resources across all supported locations.
94
94
* @return value or {@code null} for none
95
95
*/
@@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {
99
99
100
100
/**
101
101
* Unordered list. Unreachable resources. Populated when the request sets
102
-
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
102
+
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
103
103
* attempting to list all resources across all supported locations.
104
104
* @param unreachable unreachable or {@code null} for none
0 commit comments