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
+45-20Lines changed: 45 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5467,8 +5467,13 @@ public Get set(String parameterName, Object value) {
5467
5467
* This request holds the parameters needed by the privateca server. After setting any optional
5468
5468
* parameters, call the {@link List#execute()} method to invoke the remote operation.
5469
5469
*
5470
-
* @param parent Required. The resource name of the location associated with the Certificates, in the format
5471
-
* `projects/locations/caPools`.
5470
+
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
5471
+
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
5472
+
* **Specific CA Pool:** To list certificates within a single CA Pool:
5473
+
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
5474
+
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
5475
+
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
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
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/CertificateAuthorityService.java
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2194,30 +2194,31 @@ public List setPageToken(java.lang.String pageToken) {
2194
2194
2195
2195
/**
2196
2196
* When set to `true`, operations that are reachable are returned as normal, and those
2197
-
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
2198
-
* This can only be `true` when reading across collections e.g. when `parent` is set to
2199
-
* `"projects/example/locations/-"`. This field is not by default supported and will
2197
+
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
2198
+
* can only be `true` when reading across collections. For example, when `parent` is set
2199
+
* to `"projects/example/locations/-"`. This field is not supported by default and will
2200
2200
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
2201
2201
* service or product specific documentation.
2202
2202
*/
2203
2203
@com.google.api.client.util.Key
2204
2204
privatejava.lang.BooleanreturnPartialSuccess;
2205
2205
2206
2206
/** When set to `true`, operations that are reachable are returned as normal, and those that are
2207
-
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
2208
-
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
2209
-
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
2210
-
explicitly documented otherwise in service or product specific documentation.
2207
+
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
2208
+
when reading across collections. For example, when `parent` is set to
2209
+
`"projects/example/locations/-"`. This field is not supported by default and will result in an
2210
+
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
Copy file name to clipboardExpand all lines: clients/google-api-services-privateca/v1beta1/2.0.0/com/google/api/services/privateca/v1beta1/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