Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/google-api-services-privateca/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-privateca</artifactId>
<version>v1-rev20251022-2.0.0</version>
<version>v1-rev20260128-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-privateca:v1-rev20251022-2.0.0'
implementation 'com.google.apis:google-api-services-privateca:v1-rev20260128-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class CertificateAuthorityService extends com.google.api.client.googleapi
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </li>
* </ul>
* @param jsonFactory JSON factory, which may be:
Expand Down Expand Up @@ -312,7 +312,10 @@ public Get set(String parameterName, Object value) {
}
}
/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand All @@ -336,7 +339,10 @@ public class List extends CertificateAuthorityServiceRequest<com.google.api.serv
java.util.regex.Pattern.compile("^projects/[^/]+$");

/**
* Lists information about the supported locations for this service.
* Lists information about the supported locations for this service. This method can be called in
* two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-
* visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include
* public locations as well as private or other locations specifically visible to the project.
*
* Create a request for the method "locations.list".
*
Expand Down Expand Up @@ -5467,8 +5473,13 @@ public Get set(String parameterName, Object value) {
* This request holds the parameters needed by the privateca server. After setting any optional
* parameters, call the {@link List#execute()} method to invoke the remote operation.
*
* @param parent Required. The resource name of the location associated with the Certificates, in the format
* `projects/locations/caPools`.
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
* **Specific CA Pool:** To list certificates within a single CA Pool:
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
* collections#aggregate-listing for more details.
* @return the request
*/
public List list(java.lang.String parent) throws java.io.IOException {
Expand All @@ -5494,8 +5505,13 @@ public class List extends CertificateAuthorityServiceRequest<com.google.api.serv
* {@link List#initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)}
* must be called to initialize this instance immediately after invoking the constructor. </p>
*
* @param parent Required. The resource name of the location associated with the Certificates, in the format
* `projects/locations/caPools`.
* @param parent Required. The resource name of the parent associated with the Certificates, in the format
* `projects/locations/caPools`. The parent resource name can be in one of two forms: 1.
* **Specific CA Pool:** To list certificates within a single CA Pool:
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
* across *all* CA Pools in a given project and location, use the wildcard character (`-`) in
* place of the CA Pool ID. Example: `projects/locations/caPools/-` See go/ccfe-nested-
* collections#aggregate-listing for more details.
* @since 1.13
*/
protected List(java.lang.String parent) {
Expand Down Expand Up @@ -5574,22 +5590,36 @@ public List setUploadProtocol(java.lang.String uploadProtocol) {
}

/**
* Required. The resource name of the location associated with the Certificates, in the
* format `projects/locations/caPools`.
* Required. The resource name of the parent associated with the Certificates, in the
* format `projects/locations/caPools`. The parent resource name can be in one of two
* forms: 1. **Specific CA Pool:** To list certificates within a single CA Pool:
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
* across *all* CA Pools in a given project and location, use the wildcard character
* (`-`) in place of the CA Pool ID. Example: `projects/locations/caPools/-` See
* go/ccfe-nested-collections#aggregate-listing for more details.
*/
@com.google.api.client.util.Key
private java.lang.String parent;

/** Required. The resource name of the location associated with the Certificates, in the format
`projects/locations/caPools`.
/** Required. The resource name of the parent associated with the Certificates, in the format
`projects/locations/caPools`. The parent resource name can be in one of two forms: 1. **Specific CA
Pool:** To list certificates within a single CA Pool: `projects/locations/caPools` 2. **All CA
Pools in a Location:** To list certificates across *all* CA Pools in a given project and location,
use the wildcard character (`-`) in place of the CA Pool ID. Example:
`projects/locations/caPools/-` See go/ccfe-nested-collections#aggregate-listing for more details.
*/
public java.lang.String getParent() {
return parent;
}

/**
* Required. The resource name of the location associated with the Certificates, in the
* format `projects/locations/caPools`.
* Required. The resource name of the parent associated with the Certificates, in the
* format `projects/locations/caPools`. The parent resource name can be in one of two
* forms: 1. **Specific CA Pool:** To list certificates within a single CA Pool:
* `projects/locations/caPools` 2. **All CA Pools in a Location:** To list certificates
* across *all* CA Pools in a given project and location, use the wildcard character
* (`-`) in place of the CA Pool ID. Example: `projects/locations/caPools/-` See
* go/ccfe-nested-collections#aggregate-listing for more details.
*/
public List setParent(java.lang.String parent) {
if (!getSuppressPatternChecks()) {
Expand Down Expand Up @@ -8148,30 +8178,31 @@ public List setPageToken(java.lang.String pageToken) {

/**
* When set to `true`, operations that are reachable are returned as normal, and those
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
* This can only be `true` when reading across collections e.g. when `parent` is set to
* `"projects/example/locations/-"`. This field is not by default supported and will
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
* can only be `true` when reading across collections. For example, when `parent` is set
* to `"projects/example/locations/-"`. This field is not supported by default and will
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
* service or product specific documentation.
*/
@com.google.api.client.util.Key
private java.lang.Boolean returnPartialSuccess;

/** When set to `true`, operations that are reachable are returned as normal, and those that are
unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true`
when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This
field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless
explicitly documented otherwise in service or product specific documentation.
unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true`
when reading across collections. For example, when `parent` is set to
`"projects/example/locations/-"`. This field is not supported by default and will result in an
`UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific
documentation.
*/
public java.lang.Boolean getReturnPartialSuccess() {
return returnPartialSuccess;
}

/**
* When set to `true`, operations that are reachable are returned as normal, and those
* that are unreachable are returned in the [ListOperationsResponse.unreachable] field.
* This can only be `true` when reading across collections e.g. when `parent` is set to
* `"projects/example/locations/-"`. This field is not by default supported and will
* that are unreachable are returned in the ListOperationsResponse.unreachable field. This
* can only be `true` when reading across collections. For example, when `parent` is set
* to `"projects/example/locations/-"`. This field is not supported by default and will
* result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
* service or product specific documentation.
*/
Expand Down Expand Up @@ -8222,8 +8253,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr
* {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport}</li>
* <li>Android: {@code newCompatibleTransport} from
* {@code com.google.api.client.extensions.android.http.AndroidHttp}</li>
* <li>Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()}
* </li>
* <li>Java: {@code com.google.api.client.http.javanet.NetHttpTransport}</li>
* </ul>
* @param jsonFactory JSON factory, which may be:
* <ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ public final class IssuancePolicy extends com.google.api.client.json.GenericJson
}

/**
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
* time). If set, the certificates will be issued with a not_before_time of the issuance time
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
* lifetime. The backdate_duration must be less than or equal to 48 hours.
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
* be set if allow_requester_specified_not_before_time is set.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -144,23 +144,23 @@ public IssuancePolicy setAllowedKeyTypes(java.util.List<AllowedKeyType> allowedK
}

/**
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
* time). If set, the certificates will be issued with a not_before_time of the issuance time
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
* lifetime. The backdate_duration must be less than or equal to 48 hours.
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
* be set if allow_requester_specified_not_before_time is set.
* @return value or {@code null} for none
*/
public String getBackdateDuration() {
return backdateDuration;
}

/**
* Optional. The duration to backdate all certificates issued from this CaPool. If not set, the
* certificates will be issued with a not_before_time of the issuance time (i.e. the current
* time). If set, the certificates will be issued with a not_before_time of the issuance time
* minus the backdate_duration. The not_after_time will be adjusted to preserve the requested
* lifetime. The backdate_duration must be less than or equal to 48 hours.
* Optional. If set, all certificates issued from this CaPool will be backdated by this duration.
* The 'not_before_time' will be the issuance time minus this backdate_duration, and the
* 'not_after_time' will be adjusted to preserve the requested lifetime. The maximum duration that
* a certificate can be backdated with these options is 48 hours in the past. This option cannot
* be set if allow_requester_specified_not_before_time is set.
* @param backdateDuration backdateDuration or {@code null} for none
*/
public IssuancePolicy setBackdateDuration(String backdateDuration) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class ListOperationsResponse extends com.google.api.client.json.Gen

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* The value may be {@code null}.
*/
Expand Down Expand Up @@ -89,7 +89,7 @@ public ListOperationsResponse setOperations(java.util.List<Operation> operations

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @return value or {@code null} for none
*/
Expand All @@ -99,7 +99,7 @@ public java.util.List<java.lang.String> getUnreachable() {

/**
* Unordered list. Unreachable resources. Populated when the request sets
* `ListOperationsRequest.return_partial_success` and reads across collections e.g. when
* `ListOperationsRequest.return_partial_success` and reads across collections. For example, when
* attempting to list all resources across all supported locations.
* @param unreachable unreachable or {@code null} for none
*/
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-privateca/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-privateca</artifactId>
<version>v1-rev20251022-2.0.0</version>
<name>Certificate Authority API v1-rev20251022-2.0.0</name>
<version>v1-rev20260128-2.0.0</version>
<name>Certificate Authority API v1-rev20260128-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-privateca/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-privateca</artifactId>
<version>v1-rev20251022-2.0.0</version>
<version>v1-rev20260128-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-privateca:v1-rev20251022-2.0.0'
implementation 'com.google.apis:google-api-services-privateca:v1-rev20260128-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-privateca</artifactId>
<version>v1beta1-rev20251022-2.0.0</version>
<version>v1beta1-rev20260128-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20251022-2.0.0'
implementation 'com.google.apis:google-api-services-privateca:v1beta1-rev20260128-2.0.0'
}
```

Expand Down
Loading
Loading