Skip to content

Commit

Permalink
feat: [privateca] add X.509 Name Constraints support (#9117)
Browse files Browse the repository at this point in the history
* feat: add X.509 Name Constraints support

PiperOrigin-RevId: 509331611

Source-Link: googleapis/googleapis@a57751b

Source-Link: https://github.com/googleapis/googleapis-gen/commit/f99e972b5210aa2a5d0fe7cb91fb0dca4c8a9032
Copy-Tag: eyJwIjoiamF2YS1zZWN1cml0eS1wcml2YXRlLWNhLy5Pd2xCb3QueWFtbCIsImgiOiJmOTllOTcyYjUyMTBhYTJhNWQwZmU3Y2I5MWZiMGRjYTRjOGE5MDMyIn0=

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 15, 2023
1 parent 9e07c6e commit 146655a
Show file tree
Hide file tree
Showing 106 changed files with 12,727 additions and 5,574 deletions.
6 changes: 3 additions & 3 deletions java-security-private-ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-security-private-ca</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-security-private-ca:2.11.0'
implementation 'com.google.cloud:google-cloud-security-private-ca:2.12.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.11.0"
libraryDependencies += "com.google.cloud" % "google-cloud-security-private-ca" % "2.12.0"
```

## Authentication
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
* format `projects/&#42;&#47;locations/&#42;&#47;caPools/&#42;&#47;certificateAuthorities/&#42;`.
* Required. The resource name for this
* [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
* in the format `projects/&#42;&#47;locations/&#42;&#47;caPools/&#42;&#47;certificateAuthorities/&#42;`.
* </pre>
*
* <code>
Expand All @@ -42,8 +43,9 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
* format `projects/&#42;&#47;locations/&#42;&#47;caPools/&#42;&#47;certificateAuthorities/&#42;`.
* Required. The resource name for this
* [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
* in the format `projects/&#42;&#47;locations/&#42;&#47;caPools/&#42;&#47;certificateAuthorities/&#42;`.
* </pre>
*
* <code>
Expand Down Expand Up @@ -85,8 +87,8 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Required. Must include information about the issuer of 'pem_ca_certificate', and any
* further issuers until the self-signed CA.
* Required. Must include information about the issuer of
* 'pem_ca_certificate', and any further issuers until the self-signed CA.
* </pre>
*
* <code>
Expand All @@ -100,8 +102,8 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Required. Must include information about the issuer of 'pem_ca_certificate', and any
* further issuers until the self-signed CA.
* Required. Must include information about the issuer of
* 'pem_ca_certificate', and any further issuers until the self-signed CA.
* </pre>
*
* <code>
Expand All @@ -115,8 +117,8 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Required. Must include information about the issuer of 'pem_ca_certificate', and any
* further issuers until the self-signed CA.
* Required. Must include information about the issuer of
* 'pem_ca_certificate', and any further issuers until the self-signed CA.
* </pre>
*
* <code>
Expand All @@ -129,12 +131,12 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Optional. An ID to identify requests. Specify a unique request ID so that if you must
* retry your request, the server will know to ignore the request if it has
* already been completed. The server will guarantee that for at least 60
* minutes since the first request.
* For example, consider a situation where you make an initial request and t
* he request times out. If you make the request again with the same request
* Optional. An ID to identify requests. Specify a unique request ID so that
* if you must retry your request, the server will know to ignore the request
* if it has already been completed. The server will guarantee that for at
* least 60 minutes since the first request.
* For example, consider a situation where you make an initial request and
* the request times out. If you make the request again with the same request
* ID, the server can check if original operation with the same request ID
* was received, and if so, will ignore the second request. This prevents
* clients from accidentally creating duplicate commitments.
Expand All @@ -151,12 +153,12 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
*
*
* <pre>
* Optional. An ID to identify requests. Specify a unique request ID so that if you must
* retry your request, the server will know to ignore the request if it has
* already been completed. The server will guarantee that for at least 60
* minutes since the first request.
* For example, consider a situation where you make an initial request and t
* he request times out. If you make the request again with the same request
* Optional. An ID to identify requests. Specify a unique request ID so that
* if you must retry your request, the server will know to ignore the request
* if it has already been completed. The server will guarantee that for at
* least 60 minutes since the first request.
* For example, consider a situation where you make an initial request and
* the request times out. If you make the request again with the same request
* ID, the server can check if original operation with the same request ID
* was received, and if so, will ignore the second request. This prevents
* clients from accidentally creating duplicate commitments.
Expand Down
Loading

0 comments on commit 146655a

Please sign in to comment.