diff --git a/java-security-private-ca/README.md b/java-security-private-ca/README.md index 17ec60146787..228457fc796e 100644 --- a/java-security-private-ca/README.md +++ b/java-security-private-ca/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-security-private-ca - 2.11.0 + 2.12.0 ``` 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 diff --git a/java-security-private-ca/grpc-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityServiceGrpc.java b/java-security-private-ca/grpc-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityServiceGrpc.java index e8918310d3a2..28d8f6cb9ae0 100644 --- a/java-security-private-ca/grpc-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityServiceGrpc.java +++ b/java-security-private-ca/grpc-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityServiceGrpc.java @@ -21,8 +21,9 @@ * * *
- * [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private
- * certificate authorities and issued certificates.
+ * [Certificate Authority
+ * Service][google.cloud.security.privateca.v1.CertificateAuthorityService]
+ * manages private certificate authorities and issued certificates.
  * 
*/ @javax.annotation.Generated( @@ -1572,8 +1573,9 @@ public CertificateAuthorityServiceFutureStub newStub( * * *
-   * [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private
-   * certificate authorities and issued certificates.
+   * [Certificate Authority
+   * Service][google.cloud.security.privateca.v1.CertificateAuthorityService]
+   * manages private certificate authorities and issued certificates.
    * 
*/ public abstract static class CertificateAuthorityServiceImplBase @@ -1583,7 +1585,8 @@ public abstract static class CertificateAuthorityServiceImplBase * * *
-     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate] in a given Project, Location from a particular
+     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * in a given Project, Location from a particular
      * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -1644,7 +1647,8 @@ public void revokeCertificate( * * *
-     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate]. Currently, the only field you can update is the
+     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * Currently, the only field you can update is the
      * [labels][google.cloud.security.privateca.v1.Certificate.labels] field.
      * 
*/ @@ -1660,12 +1664,16 @@ public void updateCertificate( * * *
-     * Activate a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that is in state
+     * Activate a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. After
-     * the parent Certificate Authority signs a certificate signing request from
-     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr], this method can complete the activation
-     * process.
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * After the parent Certificate Authority signs a certificate signing request
+     * from
+     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr],
+     * this method can complete the activation process.
      * 
*/ public void activateCertificateAuthority( @@ -1679,7 +1687,9 @@ public void activateCertificateAuthority( * * *
-     * Create a new [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in a given Project and Location.
+     * Create a new
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in a given Project and Location.
      * 
*/ public void createCertificateAuthority( @@ -1693,7 +1703,8 @@ public void createCertificateAuthority( * * *
-     * Disable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Disable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void disableCertificateAuthority( @@ -1707,7 +1718,8 @@ public void disableCertificateAuthority( * * *
-     * Enable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Enable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void enableCertificateAuthority( @@ -1721,13 +1733,17 @@ public void enableCertificateAuthority( * * *
-     * Fetch a certificate signing request (CSR) from a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * Fetch a certificate signing request (CSR) from a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. The
-     * CSR must then be signed by the desired parent Certificate Authority, which
-     * could be another [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resource, or could be an on-prem
-     * certificate authority. See also [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * The CSR must then be signed by the desired parent Certificate Authority,
+     * which could be another
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * resource, or could be an on-prem certificate authority. See also
+     * [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
      * 
*/ public void fetchCertificateAuthorityCsr( @@ -1743,7 +1759,8 @@ public void fetchCertificateAuthorityCsr( * * *
-     * Returns a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Returns a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void getCertificateAuthority( @@ -1758,7 +1775,8 @@ public void getCertificateAuthority( * * *
-     * Lists [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Lists
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void listCertificateAuthorities( @@ -1774,7 +1792,9 @@ public void listCertificateAuthorities( * * *
-     * Undelete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that has been deleted.
+     * Undelete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that has been deleted.
      * 
*/ public void undeleteCertificateAuthority( @@ -1788,7 +1808,8 @@ public void undeleteCertificateAuthority( * * *
-     * Delete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Delete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void deleteCertificateAuthority( @@ -1802,7 +1823,8 @@ public void deleteCertificateAuthority( * * *
-     * Update a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Update a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void updateCertificateAuthority( @@ -1887,8 +1909,10 @@ public void deleteCaPool( * * *
-     * FetchCaCerts returns the current trust anchor for the [CaPool][google.cloud.security.privateca.v1.CaPool]. This will
-     * include CA certificate chains for all ACTIVE [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * FetchCaCerts returns the current trust anchor for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]. This will include CA
+     * certificate chains for all ACTIVE
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in the [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -1904,7 +1928,8 @@ public void fetchCaCerts( * * *
-     * Returns a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Returns a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public void getCertificateRevocationList( @@ -1920,7 +1945,8 @@ public void getCertificateRevocationList( * * *
-     * Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Lists
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public void listCertificateRevocationLists( @@ -1936,7 +1962,8 @@ public void listCertificateRevocationLists( * * *
-     * Update a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Update a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public void updateCertificateRevocationList( @@ -1950,7 +1977,9 @@ public void updateCertificateRevocationList( * * *
-     * Create a new [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in a given Project and Location.
+     * Create a new
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in a given Project and Location.
      * 
*/ public void createCertificateTemplate( @@ -1964,7 +1993,8 @@ public void createCertificateTemplate( * * *
-     * DeleteCertificateTemplate deletes a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * DeleteCertificateTemplate deletes a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void deleteCertificateTemplate( @@ -1978,7 +2008,8 @@ public void deleteCertificateTemplate( * * *
-     * Returns a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Returns a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void getCertificateTemplate( @@ -1993,7 +2024,8 @@ public void getCertificateTemplate( * * *
-     * Lists [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Lists
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void listCertificateTemplates( @@ -2009,7 +2041,8 @@ public void listCertificateTemplates( * * *
-     * Update a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Update a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void updateCertificateTemplate( @@ -2230,8 +2263,9 @@ public final io.grpc.ServerServiceDefinition bindService() { * * *
-   * [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private
-   * certificate authorities and issued certificates.
+   * [Certificate Authority
+   * Service][google.cloud.security.privateca.v1.CertificateAuthorityService]
+   * manages private certificate authorities and issued certificates.
    * 
*/ public static final class CertificateAuthorityServiceStub @@ -2251,7 +2285,8 @@ protected CertificateAuthorityServiceStub build( * * *
-     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate] in a given Project, Location from a particular
+     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * in a given Project, Location from a particular
      * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -2320,7 +2355,8 @@ public void revokeCertificate( * * *
-     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate]. Currently, the only field you can update is the
+     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * Currently, the only field you can update is the
      * [labels][google.cloud.security.privateca.v1.Certificate.labels] field.
      * 
*/ @@ -2338,12 +2374,16 @@ public void updateCertificate( * * *
-     * Activate a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that is in state
+     * Activate a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. After
-     * the parent Certificate Authority signs a certificate signing request from
-     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr], this method can complete the activation
-     * process.
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * After the parent Certificate Authority signs a certificate signing request
+     * from
+     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr],
+     * this method can complete the activation process.
      * 
*/ public void activateCertificateAuthority( @@ -2359,7 +2399,9 @@ public void activateCertificateAuthority( * * *
-     * Create a new [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in a given Project and Location.
+     * Create a new
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in a given Project and Location.
      * 
*/ public void createCertificateAuthority( @@ -2375,7 +2417,8 @@ public void createCertificateAuthority( * * *
-     * Disable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Disable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void disableCertificateAuthority( @@ -2391,7 +2434,8 @@ public void disableCertificateAuthority( * * *
-     * Enable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Enable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void enableCertificateAuthority( @@ -2407,13 +2451,17 @@ public void enableCertificateAuthority( * * *
-     * Fetch a certificate signing request (CSR) from a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * Fetch a certificate signing request (CSR) from a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. The
-     * CSR must then be signed by the desired parent Certificate Authority, which
-     * could be another [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resource, or could be an on-prem
-     * certificate authority. See also [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * The CSR must then be signed by the desired parent Certificate Authority,
+     * which could be another
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * resource, or could be an on-prem certificate authority. See also
+     * [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
      * 
*/ public void fetchCertificateAuthorityCsr( @@ -2431,7 +2479,8 @@ public void fetchCertificateAuthorityCsr( * * *
-     * Returns a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Returns a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void getCertificateAuthority( @@ -2448,7 +2497,8 @@ public void getCertificateAuthority( * * *
-     * Lists [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Lists
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void listCertificateAuthorities( @@ -2466,7 +2516,9 @@ public void listCertificateAuthorities( * * *
-     * Undelete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that has been deleted.
+     * Undelete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that has been deleted.
      * 
*/ public void undeleteCertificateAuthority( @@ -2482,7 +2534,8 @@ public void undeleteCertificateAuthority( * * *
-     * Delete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Delete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void deleteCertificateAuthority( @@ -2498,7 +2551,8 @@ public void deleteCertificateAuthority( * * *
-     * Update a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Update a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public void updateCertificateAuthority( @@ -2594,8 +2648,10 @@ public void deleteCaPool( * * *
-     * FetchCaCerts returns the current trust anchor for the [CaPool][google.cloud.security.privateca.v1.CaPool]. This will
-     * include CA certificate chains for all ACTIVE [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * FetchCaCerts returns the current trust anchor for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]. This will include CA
+     * certificate chains for all ACTIVE
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in the [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -2613,7 +2669,8 @@ public void fetchCaCerts( * * *
-     * Returns a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Returns a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public void getCertificateRevocationList( @@ -2631,7 +2688,8 @@ public void getCertificateRevocationList( * * *
-     * Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Lists
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public void listCertificateRevocationLists( @@ -2649,7 +2707,8 @@ public void listCertificateRevocationLists( * * *
-     * Update a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Update a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public void updateCertificateRevocationList( @@ -2665,7 +2724,9 @@ public void updateCertificateRevocationList( * * *
-     * Create a new [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in a given Project and Location.
+     * Create a new
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in a given Project and Location.
      * 
*/ public void createCertificateTemplate( @@ -2681,7 +2742,8 @@ public void createCertificateTemplate( * * *
-     * DeleteCertificateTemplate deletes a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * DeleteCertificateTemplate deletes a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void deleteCertificateTemplate( @@ -2697,7 +2759,8 @@ public void deleteCertificateTemplate( * * *
-     * Returns a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Returns a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void getCertificateTemplate( @@ -2714,7 +2777,8 @@ public void getCertificateTemplate( * * *
-     * Lists [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Lists
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void listCertificateTemplates( @@ -2732,7 +2796,8 @@ public void listCertificateTemplates( * * *
-     * Update a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Update a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public void updateCertificateTemplate( @@ -2749,8 +2814,9 @@ public void updateCertificateTemplate( * * *
-   * [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private
-   * certificate authorities and issued certificates.
+   * [Certificate Authority
+   * Service][google.cloud.security.privateca.v1.CertificateAuthorityService]
+   * manages private certificate authorities and issued certificates.
    * 
*/ public static final class CertificateAuthorityServiceBlockingStub @@ -2770,7 +2836,8 @@ protected CertificateAuthorityServiceBlockingStub build( * * *
-     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate] in a given Project, Location from a particular
+     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * in a given Project, Location from a particular
      * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -2823,7 +2890,8 @@ public com.google.cloud.security.privateca.v1.Certificate revokeCertificate( * * *
-     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate]. Currently, the only field you can update is the
+     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * Currently, the only field you can update is the
      * [labels][google.cloud.security.privateca.v1.Certificate.labels] field.
      * 
*/ @@ -2837,12 +2905,16 @@ public com.google.cloud.security.privateca.v1.Certificate updateCertificate( * * *
-     * Activate a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that is in state
+     * Activate a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. After
-     * the parent Certificate Authority signs a certificate signing request from
-     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr], this method can complete the activation
-     * process.
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * After the parent Certificate Authority signs a certificate signing request
+     * from
+     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr],
+     * this method can complete the activation process.
      * 
*/ public com.google.longrunning.Operation activateCertificateAuthority( @@ -2855,7 +2927,9 @@ public com.google.longrunning.Operation activateCertificateAuthority( * * *
-     * Create a new [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in a given Project and Location.
+     * Create a new
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in a given Project and Location.
      * 
*/ public com.google.longrunning.Operation createCertificateAuthority( @@ -2868,7 +2942,8 @@ public com.google.longrunning.Operation createCertificateAuthority( * * *
-     * Disable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Disable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.longrunning.Operation disableCertificateAuthority( @@ -2881,7 +2956,8 @@ public com.google.longrunning.Operation disableCertificateAuthority( * * *
-     * Enable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Enable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.longrunning.Operation enableCertificateAuthority( @@ -2894,13 +2970,17 @@ public com.google.longrunning.Operation enableCertificateAuthority( * * *
-     * Fetch a certificate signing request (CSR) from a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * Fetch a certificate signing request (CSR) from a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. The
-     * CSR must then be signed by the desired parent Certificate Authority, which
-     * could be another [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resource, or could be an on-prem
-     * certificate authority. See also [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * The CSR must then be signed by the desired parent Certificate Authority,
+     * which could be another
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * resource, or could be an on-prem certificate authority. See also
+     * [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
      * 
*/ public com.google.cloud.security.privateca.v1.FetchCertificateAuthorityCsrResponse @@ -2914,7 +2994,8 @@ public com.google.longrunning.Operation enableCertificateAuthority( * * *
-     * Returns a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Returns a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificateAuthority( @@ -2927,7 +3008,8 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-     * Lists [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Lists
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse @@ -2941,7 +3023,9 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-     * Undelete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that has been deleted.
+     * Undelete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that has been deleted.
      * 
*/ public com.google.longrunning.Operation undeleteCertificateAuthority( @@ -2954,7 +3038,8 @@ public com.google.longrunning.Operation undeleteCertificateAuthority( * * *
-     * Delete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Delete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.longrunning.Operation deleteCertificateAuthority( @@ -2967,7 +3052,8 @@ public com.google.longrunning.Operation deleteCertificateAuthority( * * *
-     * Update a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Update a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.longrunning.Operation updateCertificateAuthority( @@ -3045,8 +3131,10 @@ public com.google.longrunning.Operation deleteCaPool( * * *
-     * FetchCaCerts returns the current trust anchor for the [CaPool][google.cloud.security.privateca.v1.CaPool]. This will
-     * include CA certificate chains for all ACTIVE [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * FetchCaCerts returns the current trust anchor for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]. This will include CA
+     * certificate chains for all ACTIVE
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in the [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -3060,7 +3148,8 @@ public com.google.cloud.security.privateca.v1.FetchCaCertsResponse fetchCaCerts( * * *
-     * Returns a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Returns a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public com.google.cloud.security.privateca.v1.CertificateRevocationList @@ -3074,7 +3163,8 @@ public com.google.cloud.security.privateca.v1.FetchCaCertsResponse fetchCaCerts( * * *
-     * Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Lists
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public com.google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse @@ -3088,7 +3178,8 @@ public com.google.cloud.security.privateca.v1.FetchCaCertsResponse fetchCaCerts( * * *
-     * Update a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Update a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public com.google.longrunning.Operation updateCertificateRevocationList( @@ -3101,7 +3192,9 @@ public com.google.longrunning.Operation updateCertificateRevocationList( * * *
-     * Create a new [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in a given Project and Location.
+     * Create a new
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in a given Project and Location.
      * 
*/ public com.google.longrunning.Operation createCertificateTemplate( @@ -3114,7 +3207,8 @@ public com.google.longrunning.Operation createCertificateTemplate( * * *
-     * DeleteCertificateTemplate deletes a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * DeleteCertificateTemplate deletes a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.longrunning.Operation deleteCertificateTemplate( @@ -3127,7 +3221,8 @@ public com.google.longrunning.Operation deleteCertificateTemplate( * * *
-     * Returns a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Returns a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificateTemplate( @@ -3140,7 +3235,8 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-     * Lists [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Lists
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.cloud.security.privateca.v1.ListCertificateTemplatesResponse @@ -3154,7 +3250,8 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-     * Update a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Update a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.longrunning.Operation updateCertificateTemplate( @@ -3168,8 +3265,9 @@ public com.google.longrunning.Operation updateCertificateTemplate( * * *
-   * [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private
-   * certificate authorities and issued certificates.
+   * [Certificate Authority
+   * Service][google.cloud.security.privateca.v1.CertificateAuthorityService]
+   * manages private certificate authorities and issued certificates.
    * 
*/ public static final class CertificateAuthorityServiceFutureStub @@ -3189,7 +3287,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate] in a given Project, Location from a particular
+     * Create a new [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * in a given Project, Location from a particular
      * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -3246,7 +3345,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate]. Currently, the only field you can update is the
+     * Update a [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * Currently, the only field you can update is the
      * [labels][google.cloud.security.privateca.v1.Certificate.labels] field.
      * 
*/ @@ -3261,12 +3361,16 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Activate a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that is in state
+     * Activate a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. After
-     * the parent Certificate Authority signs a certificate signing request from
-     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr], this method can complete the activation
-     * process.
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * After the parent Certificate Authority signs a certificate signing request
+     * from
+     * [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr],
+     * this method can complete the activation process.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3280,7 +3384,9 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Create a new [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in a given Project and Location.
+     * Create a new
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in a given Project and Location.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3294,7 +3400,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Disable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Disable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3308,7 +3415,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Enable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Enable a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3322,13 +3430,17 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Fetch a certificate signing request (CSR) from a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * Fetch a certificate signing request (CSR) from a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * that is in state
      * [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION]
-     * and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. The
-     * CSR must then be signed by the desired parent Certificate Authority, which
-     * could be another [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resource, or could be an on-prem
-     * certificate authority. See also [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
+     * and is of type
+     * [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE].
+     * The CSR must then be signed by the desired parent Certificate Authority,
+     * which could be another
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * resource, or could be an on-prem certificate authority. See also
+     * [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3343,7 +3455,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Returns a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Returns a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3358,7 +3471,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Lists [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Lists
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3373,7 +3487,9 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Undelete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that has been deleted.
+     * Undelete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that has been deleted.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3387,7 +3503,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Delete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Delete a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3401,7 +3518,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Update a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Update a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3482,8 +3600,10 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * FetchCaCerts returns the current trust anchor for the [CaPool][google.cloud.security.privateca.v1.CaPool]. This will
-     * include CA certificate chains for all ACTIVE [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * FetchCaCerts returns the current trust anchor for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]. This will include CA
+     * certificate chains for all ACTIVE
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in the [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
*/ @@ -3498,7 +3618,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Returns a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Returns a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3513,7 +3634,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Lists
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3529,7 +3651,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Update a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Update a
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3544,7 +3667,9 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Create a new [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in a given Project and Location.
+     * Create a new
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in a given Project and Location.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3558,7 +3683,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * DeleteCertificateTemplate deletes a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * DeleteCertificateTemplate deletes a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -3572,7 +3698,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Returns a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Returns a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3587,7 +3714,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Lists [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Lists
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture< @@ -3602,7 +3730,8 @@ protected CertificateAuthorityServiceFutureStub build( * * *
-     * Update a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * Update a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
*/ public com.google.common.util.concurrent.ListenableFuture diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequest.java index e022bc8e5370..e411b009f1af 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequest.java @@ -81,8 +81,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -107,8 +108,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -189,8 +191,8 @@ public com.google.protobuf.ByteString getPemCaCertificateBytes() { * * *
-   * 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.
    * 
* * @@ -207,8 +209,8 @@ public boolean hasSubordinateConfig() { * * *
-   * 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.
    * 
* * @@ -227,8 +229,8 @@ public com.google.cloud.security.privateca.v1.SubordinateConfig getSubordinateCo * * *
-   * 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.
    * 
* * @@ -251,12 +253,12 @@ public com.google.cloud.security.privateca.v1.SubordinateConfig getSubordinateCo * * *
-   * 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.
@@ -284,12 +286,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -764,8 +766,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -789,8 +792,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -814,8 +818,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -838,8 +843,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -858,8 +864,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -1001,8 +1008,8 @@ public Builder setPemCaCertificateBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
      * 
* * @@ -1018,8 +1025,8 @@ public boolean hasSubordinateConfig() { * * *
-     * 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.
      * 
* * @@ -1041,8 +1048,8 @@ public com.google.cloud.security.privateca.v1.SubordinateConfig getSubordinateCo * * *
-     * 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.
      * 
* * @@ -1067,8 +1074,8 @@ public Builder setSubordinateConfig( * * *
-     * 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.
      * 
* * @@ -1090,8 +1097,8 @@ public Builder setSubordinateConfig( * * *
-     * 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.
      * 
* * @@ -1120,8 +1127,8 @@ public Builder mergeSubordinateConfig( * * *
-     * 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.
      * 
* * @@ -1142,8 +1149,8 @@ public Builder clearSubordinateConfig() { * * *
-     * 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.
      * 
* * @@ -1160,8 +1167,8 @@ public Builder clearSubordinateConfig() { * * *
-     * 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.
      * 
* * @@ -1182,8 +1189,8 @@ public Builder clearSubordinateConfig() { * * *
-     * 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.
      * 
* * @@ -1212,12 +1219,12 @@ public Builder clearSubordinateConfig() { * * *
-     * 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.
@@ -1244,12 +1251,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1276,12 +1283,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1307,12 +1314,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1334,12 +1341,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequestOrBuilder.java
index afa75fdf4210..c314c20c02de 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ActivateCertificateAuthorityRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface ActivateCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -85,8 +87,8 @@ public interface ActivateCertificateAuthorityRequestOrBuilder * * *
-   * 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.
    * 
* * @@ -100,8 +102,8 @@ public interface ActivateCertificateAuthorityRequestOrBuilder * * *
-   * 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.
    * 
* * @@ -115,8 +117,8 @@ public interface ActivateCertificateAuthorityRequestOrBuilder * * *
-   * 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.
    * 
* * @@ -129,12 +131,12 @@ public interface ActivateCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -151,12 +153,12 @@ public interface ActivateCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPool.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPool.java
index d375c1d95510..74b4b3ab5821 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPool.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPool.java
@@ -23,10 +23,12 @@
  *
  * 
  * A [CaPool][google.cloud.security.privateca.v1.CaPool] represents a group of
- * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] that form a trust anchor. A
- * [CaPool][google.cloud.security.privateca.v1.CaPool] can be used to manage issuance policies for one or more
- * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources and to rotate CA certificates in and out
- * of the trust anchor.
+ * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+ * that form a trust anchor. A
+ * [CaPool][google.cloud.security.privateca.v1.CaPool] can be used to manage
+ * issuance policies for one or more
+ * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+ * resources and to rotate CA certificates in and out of the trust anchor.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool} @@ -87,8 +89,8 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * * *
-   * The tier of a [CaPool][google.cloud.security.privateca.v1.CaPool], indicating its supported functionality and/or
-   * billing SKU.
+   * The tier of a [CaPool][google.cloud.security.privateca.v1.CaPool],
+   * indicating its supported functionality and/or billing SKU.
    * 
* * Protobuf enum {@code google.cloud.security.privateca.v1.CaPool.Tier} @@ -250,11 +252,13 @@ public interface PublishingOptionsOrBuilder * * *
-     * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and
-     * includes its URL in the "Authority Information Access" X.509 extension
-     * in all issued [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, the CA
-     * certificate will not be published and the corresponding X.509 extension
-     * will not be written in issued certificates.
+     * Optional. When true, publishes each
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and includes its URL in the "Authority Information Access"
+     * X.509 extension in all issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+     * is false, the CA certificate will not be published and the corresponding
+     * X.509 extension will not be written in issued certificates.
      * 
* * bool publish_ca_cert = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -267,13 +271,15 @@ public interface PublishingOptionsOrBuilder * * *
-     * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRL and includes its
-     * URL in the "CRL Distribution Points" X.509 extension in all issued
-     * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, CRLs will not be published
-     * and the corresponding X.509 extension will not be written in issued
-     * certificates.
-     * CRLs will expire 7 days from their creation. However, we will rebuild
-     * daily. CRLs are also rebuilt shortly after a certificate is revoked.
+     * Optional. When true, publishes each
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRL and includes its URL in the "CRL Distribution Points" X.509 extension
+     * in all issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+     * is false, CRLs will not be published and the corresponding X.509
+     * extension will not be written in issued certificates. CRLs will expire 7
+     * days from their creation. However, we will rebuild daily. CRLs are also
+     * rebuilt shortly after a certificate is revoked.
      * 
* * bool publish_crl = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -286,10 +292,13 @@ public interface PublishingOptionsOrBuilder * * *
-   * Options relating to the publication of each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA
-   * certificate and CRLs and their inclusion as extensions in issued
-   * [Certificates][google.cloud.security.privateca.v1.Certificate]. The options set here apply to certificates
-   * issued by any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Options relating to the publication of each
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and CRLs and their inclusion as extensions in issued
+   * [Certificates][google.cloud.security.privateca.v1.Certificate]. The options
+   * set here apply to certificates issued by any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool.PublishingOptions} @@ -338,11 +347,13 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and
-     * includes its URL in the "Authority Information Access" X.509 extension
-     * in all issued [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, the CA
-     * certificate will not be published and the corresponding X.509 extension
-     * will not be written in issued certificates.
+     * Optional. When true, publishes each
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and includes its URL in the "Authority Information Access"
+     * X.509 extension in all issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+     * is false, the CA certificate will not be published and the corresponding
+     * X.509 extension will not be written in issued certificates.
      * 
* * bool publish_ca_cert = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -360,13 +371,15 @@ public boolean getPublishCaCert() { * * *
-     * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRL and includes its
-     * URL in the "CRL Distribution Points" X.509 extension in all issued
-     * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, CRLs will not be published
-     * and the corresponding X.509 extension will not be written in issued
-     * certificates.
-     * CRLs will expire 7 days from their creation. However, we will rebuild
-     * daily. CRLs are also rebuilt shortly after a certificate is revoked.
+     * Optional. When true, publishes each
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRL and includes its URL in the "CRL Distribution Points" X.509 extension
+     * in all issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+     * is false, CRLs will not be published and the corresponding X.509
+     * extension will not be written in issued certificates. CRLs will expire 7
+     * days from their creation. However, we will rebuild daily. CRLs are also
+     * rebuilt shortly after a certificate is revoked.
      * 
* * bool publish_crl = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -553,10 +566,13 @@ protected Builder newBuilderForType( * * *
-     * Options relating to the publication of each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA
-     * certificate and CRLs and their inclusion as extensions in issued
-     * [Certificates][google.cloud.security.privateca.v1.Certificate]. The options set here apply to certificates
-     * issued by any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Options relating to the publication of each
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and CRLs and their inclusion as extensions in issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. The options
+     * set here apply to certificates issued by any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool.PublishingOptions} @@ -759,11 +775,13 @@ public Builder mergeFrom( * * *
-       * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and
-       * includes its URL in the "Authority Information Access" X.509 extension
-       * in all issued [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, the CA
-       * certificate will not be published and the corresponding X.509 extension
-       * will not be written in issued certificates.
+       * Optional. When true, publishes each
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate and includes its URL in the "Authority Information Access"
+       * X.509 extension in all issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+       * is false, the CA certificate will not be published and the corresponding
+       * X.509 extension will not be written in issued certificates.
        * 
* * bool publish_ca_cert = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -778,11 +796,13 @@ public boolean getPublishCaCert() { * * *
-       * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and
-       * includes its URL in the "Authority Information Access" X.509 extension
-       * in all issued [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, the CA
-       * certificate will not be published and the corresponding X.509 extension
-       * will not be written in issued certificates.
+       * Optional. When true, publishes each
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate and includes its URL in the "Authority Information Access"
+       * X.509 extension in all issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+       * is false, the CA certificate will not be published and the corresponding
+       * X.509 extension will not be written in issued certificates.
        * 
* * bool publish_ca_cert = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -801,11 +821,13 @@ public Builder setPublishCaCert(boolean value) { * * *
-       * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and
-       * includes its URL in the "Authority Information Access" X.509 extension
-       * in all issued [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, the CA
-       * certificate will not be published and the corresponding X.509 extension
-       * will not be written in issued certificates.
+       * Optional. When true, publishes each
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate and includes its URL in the "Authority Information Access"
+       * X.509 extension in all issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+       * is false, the CA certificate will not be published and the corresponding
+       * X.509 extension will not be written in issued certificates.
        * 
* * bool publish_ca_cert = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -824,13 +846,15 @@ public Builder clearPublishCaCert() { * * *
-       * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRL and includes its
-       * URL in the "CRL Distribution Points" X.509 extension in all issued
-       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, CRLs will not be published
-       * and the corresponding X.509 extension will not be written in issued
-       * certificates.
-       * CRLs will expire 7 days from their creation. However, we will rebuild
-       * daily. CRLs are also rebuilt shortly after a certificate is revoked.
+       * Optional. When true, publishes each
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRL and includes its URL in the "CRL Distribution Points" X.509 extension
+       * in all issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+       * is false, CRLs will not be published and the corresponding X.509
+       * extension will not be written in issued certificates. CRLs will expire 7
+       * days from their creation. However, we will rebuild daily. CRLs are also
+       * rebuilt shortly after a certificate is revoked.
        * 
* * bool publish_crl = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -845,13 +869,15 @@ public boolean getPublishCrl() { * * *
-       * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRL and includes its
-       * URL in the "CRL Distribution Points" X.509 extension in all issued
-       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, CRLs will not be published
-       * and the corresponding X.509 extension will not be written in issued
-       * certificates.
-       * CRLs will expire 7 days from their creation. However, we will rebuild
-       * daily. CRLs are also rebuilt shortly after a certificate is revoked.
+       * Optional. When true, publishes each
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRL and includes its URL in the "CRL Distribution Points" X.509 extension
+       * in all issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+       * is false, CRLs will not be published and the corresponding X.509
+       * extension will not be written in issued certificates. CRLs will expire 7
+       * days from their creation. However, we will rebuild daily. CRLs are also
+       * rebuilt shortly after a certificate is revoked.
        * 
* * bool publish_crl = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -870,13 +896,15 @@ public Builder setPublishCrl(boolean value) { * * *
-       * Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRL and includes its
-       * URL in the "CRL Distribution Points" X.509 extension in all issued
-       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, CRLs will not be published
-       * and the corresponding X.509 extension will not be written in issued
-       * certificates.
-       * CRLs will expire 7 days from their creation. However, we will rebuild
-       * daily. CRLs are also rebuilt shortly after a certificate is revoked.
+       * Optional. When true, publishes each
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRL and includes its URL in the "CRL Distribution Points" X.509 extension
+       * in all issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. If this
+       * is false, CRLs will not be published and the corresponding X.509
+       * extension will not be written in issued certificates. CRLs will expire 7
+       * days from their creation. However, we will rebuild daily. CRLs are also
+       * rebuilt shortly after a certificate is revoked.
        * 
* * bool publish_crl = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -966,9 +994,10 @@ public interface IssuancePolicyOrBuilder * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -981,9 +1010,10 @@ public interface IssuancePolicyOrBuilder * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -996,9 +1026,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -1010,9 +1041,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -1028,9 +1060,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -1044,10 +1077,14 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-     * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-     * be explicitly truncated to match it.
+     * Optional. The maximum lifetime allowed for issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+     * if the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * expires before a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+     * maximum_lifetime, the effective lifetime will be explicitly truncated to
+     * match it.
      * 
* * @@ -1061,10 +1098,14 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-     * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-     * be explicitly truncated to match it.
+     * Optional. The maximum lifetime allowed for issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+     * if the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * expires before a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+     * maximum_lifetime, the effective lifetime will be explicitly truncated to
+     * match it.
      * 
* * @@ -1078,10 +1119,14 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-     * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-     * be explicitly truncated to match it.
+     * Optional. The maximum lifetime allowed for issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+     * if the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * expires before a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+     * maximum_lifetime, the effective lifetime will be explicitly truncated to
+     * match it.
      * 
* * @@ -1094,8 +1139,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-     * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+     * Optional. If specified, then only methods allowed in the
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * may be used to issue
+     * [Certificates][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -1109,8 +1156,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-     * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+     * Optional. If specified, then only methods allowed in the
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * may be used to issue
+     * [Certificates][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -1125,8 +1174,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-     * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+     * Optional. If specified, then only methods allowed in the
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * may be used to issue
+     * [Certificates][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -1140,13 +1191,15 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. A set of X.509 values that will be applied to all certificates issued
-     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-     * values for the same properties, they will be overwritten by the values
-     * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * Optional. A set of X.509 values that will be applied to all certificates
+     * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * If a certificate request includes conflicting values for the same
+     * properties, they will be overwritten by the values defined here. If a
+     * certificate request uses a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
      * that defines conflicting
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1160,13 +1213,15 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. A set of X.509 values that will be applied to all certificates issued
-     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-     * values for the same properties, they will be overwritten by the values
-     * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * Optional. A set of X.509 values that will be applied to all certificates
+     * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * If a certificate request includes conflicting values for the same
+     * properties, they will be overwritten by the values defined here. If a
+     * certificate request uses a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
      * that defines conflicting
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1180,13 +1235,15 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-     * Optional. A set of X.509 values that will be applied to all certificates issued
-     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-     * values for the same properties, they will be overwritten by the values
-     * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * Optional. A set of X.509 values that will be applied to all certificates
+     * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * If a certificate request includes conflicting values for the same
+     * properties, they will be overwritten by the values defined here. If a
+     * certificate request uses a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
      * that defines conflicting
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1200,9 +1257,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * *
      * Optional. Describes constraints on identities that may appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+     * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * will not add restrictions on a certificate's identity.
      * 
* * @@ -1217,9 +1275,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * *
      * Optional. Describes constraints on identities that may appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+     * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * will not add restrictions on a certificate's identity.
      * 
* * @@ -1234,9 +1293,10 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * *
      * Optional. Describes constraints on identities that may appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+     * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * will not add restrictions on a certificate's identity.
      * 
* * @@ -1251,15 +1311,21 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-     * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+     * certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
      * those extensions will be dropped. If a certificate request uses a
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-     * appear here, the certificate issuance request will fail. If this is
-     * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's X.509 extensions. These constraints do not apply to X.509
-     * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * that don't appear here, the certificate issuance request will fail. If
+     * this is omitted, then this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+     * restrictions on a certificate's X.509 extensions. These constraints do
+     * not apply to X.509 extensions set in this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
      * 
* * @@ -1274,15 +1340,21 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-     * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+     * certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
      * those extensions will be dropped. If a certificate request uses a
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-     * appear here, the certificate issuance request will fail. If this is
-     * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's X.509 extensions. These constraints do not apply to X.509
-     * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * that don't appear here, the certificate issuance request will fail. If
+     * this is omitted, then this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+     * restrictions on a certificate's X.509 extensions. These constraints do
+     * not apply to X.509 extensions set in this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
      * 
* * @@ -1298,15 +1370,21 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-     * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+     * certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
      * those extensions will be dropped. If a certificate request uses a
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-     * appear here, the certificate issuance request will fail. If this is
-     * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's X.509 extensions. These constraints do not apply to X.509
-     * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * that don't appear here, the certificate issuance request will fail. If
+     * this is omitted, then this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+     * restrictions on a certificate's X.509 extensions. These constraints do
+     * not apply to X.509 extensions set in this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
      * 
* * @@ -1320,7 +1398,8 @@ com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType getA * * *
-   * Defines controls over all certificate issuance within a [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Defines controls over all certificate issuance within a
+   * [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool.IssuancePolicy} @@ -1464,11 +1543,12 @@ public interface AllowedKeyTypeOrBuilder * * *
-     * Describes a "type" of key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued
-     * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * Note that a single [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] may refer to either a
-     * fully-qualified key algorithm, such as RSA 4096, or a family of key
-     * algorithms, such as any RSA key.
+     * Describes a "type" of key that may be used in a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued from
+     * a [CaPool][google.cloud.security.privateca.v1.CaPool]. Note that a single
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * may refer to either a fully-qualified key algorithm, such as RSA 4096, or
+     * a family of key algorithms, such as any RSA key.
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType} @@ -1521,9 +1601,9 @@ public interface RsaKeyTypeOrBuilder * * *
-         * Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is
-         * not set, or if set to zero, the service-level min RSA modulus size
-         * will continue to apply.
+         * Optional. The minimum allowed RSA modulus size (inclusive), in bits.
+         * If this is not set, or if set to zero, the service-level min RSA
+         * modulus size will continue to apply.
          * 
* * int64 min_modulus_size = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -1536,9 +1616,9 @@ public interface RsaKeyTypeOrBuilder * * *
-         * Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is
-         * not set, or if set to zero, the service will not enforce an explicit
-         * upper bound on RSA modulus sizes.
+         * Optional. The maximum allowed RSA modulus size (inclusive), in bits.
+         * If this is not set, or if set to zero, the service will not enforce
+         * an explicit upper bound on RSA modulus sizes.
          * 
* * int64 max_modulus_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1551,8 +1631,9 @@ public interface RsaKeyTypeOrBuilder * * *
-       * Describes an RSA key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued from
-       * a [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * Describes an RSA key that may be used in a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
        * 
* * Protobuf type {@code @@ -1604,9 +1685,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-         * Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is
-         * not set, or if set to zero, the service-level min RSA modulus size
-         * will continue to apply.
+         * Optional. The minimum allowed RSA modulus size (inclusive), in bits.
+         * If this is not set, or if set to zero, the service-level min RSA
+         * modulus size will continue to apply.
          * 
* * int64 min_modulus_size = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -1624,9 +1705,9 @@ public long getMinModulusSize() { * * *
-         * Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is
-         * not set, or if set to zero, the service will not enforce an explicit
-         * upper bound on RSA modulus sizes.
+         * Optional. The maximum allowed RSA modulus size (inclusive), in bits.
+         * If this is not set, or if set to zero, the service will not enforce
+         * an explicit upper bound on RSA modulus sizes.
          * 
* * int64 max_modulus_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1842,8 +1923,9 @@ protected Builder newBuilderForType( * * *
-         * Describes an RSA key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued from
-         * a [CaPool][google.cloud.security.privateca.v1.CaPool].
+         * Describes an RSA key that may be used in a
+         * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+         * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
          * 
* * Protobuf type {@code @@ -2067,9 +2149,9 @@ public Builder mergeFrom( * * *
-           * Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is
-           * not set, or if set to zero, the service-level min RSA modulus size
-           * will continue to apply.
+           * Optional. The minimum allowed RSA modulus size (inclusive), in bits.
+           * If this is not set, or if set to zero, the service-level min RSA
+           * modulus size will continue to apply.
            * 
* * int64 min_modulus_size = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2084,9 +2166,9 @@ public long getMinModulusSize() { * * *
-           * Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is
-           * not set, or if set to zero, the service-level min RSA modulus size
-           * will continue to apply.
+           * Optional. The minimum allowed RSA modulus size (inclusive), in bits.
+           * If this is not set, or if set to zero, the service-level min RSA
+           * modulus size will continue to apply.
            * 
* * int64 min_modulus_size = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2105,9 +2187,9 @@ public Builder setMinModulusSize(long value) { * * *
-           * Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is
-           * not set, or if set to zero, the service-level min RSA modulus size
-           * will continue to apply.
+           * Optional. The minimum allowed RSA modulus size (inclusive), in bits.
+           * If this is not set, or if set to zero, the service-level min RSA
+           * modulus size will continue to apply.
            * 
* * int64 min_modulus_size = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2126,9 +2208,9 @@ public Builder clearMinModulusSize() { * * *
-           * Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is
-           * not set, or if set to zero, the service will not enforce an explicit
-           * upper bound on RSA modulus sizes.
+           * Optional. The maximum allowed RSA modulus size (inclusive), in bits.
+           * If this is not set, or if set to zero, the service will not enforce
+           * an explicit upper bound on RSA modulus sizes.
            * 
* * int64 max_modulus_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -2143,9 +2225,9 @@ public long getMaxModulusSize() { * * *
-           * Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is
-           * not set, or if set to zero, the service will not enforce an explicit
-           * upper bound on RSA modulus sizes.
+           * Optional. The maximum allowed RSA modulus size (inclusive), in bits.
+           * If this is not set, or if set to zero, the service will not enforce
+           * an explicit upper bound on RSA modulus sizes.
            * 
* * int64 max_modulus_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -2164,9 +2246,9 @@ public Builder setMaxModulusSize(long value) { * * *
-           * Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is
-           * not set, or if set to zero, the service will not enforce an explicit
-           * upper bound on RSA modulus sizes.
+           * Optional. The maximum allowed RSA modulus size (inclusive), in bits.
+           * If this is not set, or if set to zero, the service will not enforce
+           * an explicit upper bound on RSA modulus sizes.
            * 
* * int64 max_modulus_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -2261,8 +2343,8 @@ public interface EcKeyTypeOrBuilder * * *
-         * Optional. A signature algorithm that must be used. If this is omitted, any
-         * EC-based signature algorithm will be allowed.
+         * Optional. A signature algorithm that must be used. If this is
+         * omitted, any EC-based signature algorithm will be allowed.
          * 
* * @@ -2276,8 +2358,8 @@ public interface EcKeyTypeOrBuilder * * *
-         * Optional. A signature algorithm that must be used. If this is omitted, any
-         * EC-based signature algorithm will be allowed.
+         * Optional. A signature algorithm that must be used. If this is
+         * omitted, any EC-based signature algorithm will be allowed.
          * 
* * @@ -2294,8 +2376,9 @@ public interface EcKeyTypeOrBuilder * * *
-       * Describes an Elliptic Curve key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate]
-       * issued from a [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * Describes an Elliptic Curve key that may be used in a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
        * 
* * Protobuf type {@code @@ -2348,7 +2431,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
          * Describes an elliptic curve-based signature algorithm that may be
-         * used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued from a [CaPool][google.cloud.security.privateca.v1.CaPool].
+         * used in a
+         * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+         * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
          * 
* * Protobuf enum {@code @@ -2543,8 +2628,8 @@ private EcSignatureAlgorithm(int value) { * * *
-         * Optional. A signature algorithm that must be used. If this is omitted, any
-         * EC-based signature algorithm will be allowed.
+         * Optional. A signature algorithm that must be used. If this is
+         * omitted, any EC-based signature algorithm will be allowed.
          * 
* * @@ -2561,8 +2646,8 @@ public int getSignatureAlgorithmValue() { * * *
-         * Optional. A signature algorithm that must be used. If this is omitted, any
-         * EC-based signature algorithm will be allowed.
+         * Optional. A signature algorithm that must be used. If this is
+         * omitted, any EC-based signature algorithm will be allowed.
          * 
* * @@ -2787,8 +2872,9 @@ protected Builder newBuilderForType( * * *
-         * Describes an Elliptic Curve key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate]
-         * issued from a [CaPool][google.cloud.security.privateca.v1.CaPool].
+         * Describes an Elliptic Curve key that may be used in a
+         * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+         * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
          * 
* * Protobuf type {@code @@ -2999,8 +3085,8 @@ public Builder mergeFrom( * * *
-           * Optional. A signature algorithm that must be used. If this is omitted, any
-           * EC-based signature algorithm will be allowed.
+           * Optional. A signature algorithm that must be used. If this is
+           * omitted, any EC-based signature algorithm will be allowed.
            * 
* * @@ -3017,8 +3103,8 @@ public int getSignatureAlgorithmValue() { * * *
-           * Optional. A signature algorithm that must be used. If this is omitted, any
-           * EC-based signature algorithm will be allowed.
+           * Optional. A signature algorithm that must be used. If this is
+           * omitted, any EC-based signature algorithm will be allowed.
            * 
* * @@ -3038,8 +3124,8 @@ public Builder setSignatureAlgorithmValue(int value) { * * *
-           * Optional. A signature algorithm that must be used. If this is omitted, any
-           * EC-based signature algorithm will be allowed.
+           * Optional. A signature algorithm that must be used. If this is
+           * omitted, any EC-based signature algorithm will be allowed.
            * 
* * @@ -3066,8 +3152,8 @@ public Builder setSignatureAlgorithmValue(int value) { * * *
-           * Optional. A signature algorithm that must be used. If this is omitted, any
-           * EC-based signature algorithm will be allowed.
+           * Optional. A signature algorithm that must be used. If this is
+           * omitted, any EC-based signature algorithm will be allowed.
            * 
* * @@ -3093,8 +3179,8 @@ public Builder setSignatureAlgorithm( * * *
-           * Optional. A signature algorithm that must be used. If this is omitted, any
-           * EC-based signature algorithm will be allowed.
+           * Optional. A signature algorithm that must be used. If this is
+           * omitted, any EC-based signature algorithm will be allowed.
            * 
* * @@ -3579,11 +3665,12 @@ protected Builder newBuilderForType( * * *
-       * Describes a "type" of key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued
-       * from a [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * Note that a single [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] may refer to either a
-       * fully-qualified key algorithm, such as RSA 4096, or a family of key
-       * algorithms, such as any RSA key.
+       * Describes a "type" of key that may be used in a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued from
+       * a [CaPool][google.cloud.security.privateca.v1.CaPool]. Note that a single
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * may refer to either a fully-qualified key algorithm, such as RSA 4096, or
+       * a family of key algorithms, such as any RSA key.
        * 
* * Protobuf type {@code @@ -4433,7 +4520,8 @@ public interface IssuanceModesOrBuilder * * *
-       * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
+       * Optional. When true, allows callers to create
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] by
        * specifying a CSR.
        * 
* @@ -4447,8 +4535,10 @@ public interface IssuanceModesOrBuilder * * *
-       * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
-       * specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
+       * Optional. When true, allows callers to create
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] by
+       * specifying a
+       * [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
        * 
* * bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -4462,9 +4552,10 @@ public interface IssuanceModesOrBuilder * * *
-     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] specifies the allowed ways in which
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] may be requested from this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * specifies the allowed ways in which
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] may be
+     * requested from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes} @@ -4514,7 +4605,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-       * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
+       * Optional. When true, allows callers to create
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] by
        * specifying a CSR.
        * 
* @@ -4533,8 +4625,10 @@ public boolean getAllowCsrBasedIssuance() { * * *
-       * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
-       * specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
+       * Optional. When true, allows callers to create
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] by
+       * specifying a
+       * [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
        * 
* * bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -4733,9 +4827,10 @@ protected Builder newBuilderForType( * * *
-       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] specifies the allowed ways in which
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] may be requested from this
-       * [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * specifies the allowed ways in which
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] may be
+       * requested from this [CaPool][google.cloud.security.privateca.v1.CaPool].
        * 
* * Protobuf type {@code @@ -4946,7 +5041,8 @@ public Builder mergeFrom( * * *
-         * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
+         * Optional. When true, allows callers to create
+         * [Certificates][google.cloud.security.privateca.v1.Certificate] by
          * specifying a CSR.
          * 
* @@ -4962,7 +5058,8 @@ public boolean getAllowCsrBasedIssuance() { * * *
-         * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
+         * Optional. When true, allows callers to create
+         * [Certificates][google.cloud.security.privateca.v1.Certificate] by
          * specifying a CSR.
          * 
* @@ -4982,7 +5079,8 @@ public Builder setAllowCsrBasedIssuance(boolean value) { * * *
-         * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
+         * Optional. When true, allows callers to create
+         * [Certificates][google.cloud.security.privateca.v1.Certificate] by
          * specifying a CSR.
          * 
* @@ -5002,8 +5100,10 @@ public Builder clearAllowCsrBasedIssuance() { * * *
-         * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
-         * specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
+         * Optional. When true, allows callers to create
+         * [Certificates][google.cloud.security.privateca.v1.Certificate] by
+         * specifying a
+         * [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
          * 
* * bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -5019,8 +5119,10 @@ public boolean getAllowConfigBasedIssuance() { * * *
-         * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
-         * specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
+         * Optional. When true, allows callers to create
+         * [Certificates][google.cloud.security.privateca.v1.Certificate] by
+         * specifying a
+         * [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
          * 
* * bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -5040,8 +5142,10 @@ public Builder setAllowConfigBasedIssuance(boolean value) { * * *
-         * Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by
-         * specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
+         * Optional. When true, allows callers to create
+         * [Certificates][google.cloud.security.privateca.v1.Certificate] by
+         * specifying a
+         * [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig].
          * 
* * bool allow_config_based_issuance = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -5135,9 +5239,10 @@ public com.google.protobuf.Parser getParserForType() { * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -5154,9 +5259,10 @@ public com.google.protobuf.Parser getParserForType() { * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -5175,9 +5281,10 @@ public com.google.protobuf.Parser getParserForType() { * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -5192,9 +5299,10 @@ public int getAllowedKeyTypesCount() { * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -5210,9 +5318,10 @@ public int getAllowedKeyTypesCount() { * * *
-     * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-     * public key must match one of the key types listed here. Otherwise,
-     * any key may be used.
+     * Optional. If any
+     * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+     * is specified, then the certificate request's public key must match one of
+     * the key types listed here. Otherwise, any key may be used.
      * 
* * @@ -5231,10 +5340,14 @@ public int getAllowedKeyTypesCount() { * * *
-     * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-     * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-     * be explicitly truncated to match it.
+     * Optional. The maximum lifetime allowed for issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+     * if the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * expires before a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+     * maximum_lifetime, the effective lifetime will be explicitly truncated to
+     * match it.
      * 
* * @@ -5251,10 +5364,14 @@ public boolean hasMaximumLifetime() { * * *
-     * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-     * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-     * be explicitly truncated to match it.
+     * Optional. The maximum lifetime allowed for issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+     * if the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * expires before a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+     * maximum_lifetime, the effective lifetime will be explicitly truncated to
+     * match it.
      * 
* * @@ -5273,10 +5390,14 @@ public com.google.protobuf.Duration getMaximumLifetime() { * * *
-     * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-     * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-     * be explicitly truncated to match it.
+     * Optional. The maximum lifetime allowed for issued
+     * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+     * if the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * expires before a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+     * maximum_lifetime, the effective lifetime will be explicitly truncated to
+     * match it.
      * 
* * @@ -5297,8 +5418,10 @@ public com.google.protobuf.DurationOrBuilder getMaximumLifetimeOrBuilder() { * * *
-     * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-     * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+     * Optional. If specified, then only methods allowed in the
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * may be used to issue
+     * [Certificates][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -5315,8 +5438,10 @@ public boolean hasAllowedIssuanceModes() { * * *
-     * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-     * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+     * Optional. If specified, then only methods allowed in the
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * may be used to issue
+     * [Certificates][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -5337,8 +5462,10 @@ public boolean hasAllowedIssuanceModes() { * * *
-     * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-     * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+     * Optional. If specified, then only methods allowed in the
+     * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+     * may be used to issue
+     * [Certificates][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -5360,13 +5487,15 @@ public boolean hasAllowedIssuanceModes() { * * *
-     * Optional. A set of X.509 values that will be applied to all certificates issued
-     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-     * values for the same properties, they will be overwritten by the values
-     * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * Optional. A set of X.509 values that will be applied to all certificates
+     * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * If a certificate request includes conflicting values for the same
+     * properties, they will be overwritten by the values defined here. If a
+     * certificate request uses a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
      * that defines conflicting
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -5383,13 +5512,15 @@ public boolean hasBaselineValues() { * * *
-     * Optional. A set of X.509 values that will be applied to all certificates issued
-     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-     * values for the same properties, they will be overwritten by the values
-     * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * Optional. A set of X.509 values that will be applied to all certificates
+     * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * If a certificate request includes conflicting values for the same
+     * properties, they will be overwritten by the values defined here. If a
+     * certificate request uses a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
      * that defines conflicting
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -5408,13 +5539,15 @@ public com.google.cloud.security.privateca.v1.X509Parameters getBaselineValues() * * *
-     * Optional. A set of X.509 values that will be applied to all certificates issued
-     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-     * values for the same properties, they will be overwritten by the values
-     * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * Optional. A set of X.509 values that will be applied to all certificates
+     * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * If a certificate request includes conflicting values for the same
+     * properties, they will be overwritten by the values defined here. If a
+     * certificate request uses a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
      * that defines conflicting
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -5437,9 +5570,10 @@ public com.google.cloud.security.privateca.v1.X509Parameters getBaselineValues() * *
      * Optional. Describes constraints on identities that may appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+     * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * will not add restrictions on a certificate's identity.
      * 
* * @@ -5457,9 +5591,10 @@ public boolean hasIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+     * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * will not add restrictions on a certificate's identity.
      * 
* * @@ -5481,9 +5616,10 @@ public boolean hasIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-     * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+     * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * will not add restrictions on a certificate's identity.
      * 
* * @@ -5507,15 +5643,21 @@ public boolean hasIdentityConstraints() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-     * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+     * certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
      * those extensions will be dropped. If a certificate request uses a
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-     * appear here, the certificate issuance request will fail. If this is
-     * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's X.509 extensions. These constraints do not apply to X.509
-     * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * that don't appear here, the certificate issuance request will fail. If
+     * this is omitted, then this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+     * restrictions on a certificate's X.509 extensions. These constraints do
+     * not apply to X.509 extensions set in this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
      * 
* * @@ -5533,15 +5675,21 @@ public boolean hasPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-     * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+     * certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
      * those extensions will be dropped. If a certificate request uses a
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-     * appear here, the certificate issuance request will fail. If this is
-     * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's X.509 extensions. These constraints do not apply to X.509
-     * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * that don't appear here, the certificate issuance request will fail. If
+     * this is omitted, then this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+     * restrictions on a certificate's X.509 extensions. These constraints do
+     * not apply to X.509 extensions set in this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
      * 
* * @@ -5563,15 +5711,21 @@ public boolean hasPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-     * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+     * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+     * certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
      * those extensions will be dropped. If a certificate request uses a
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-     * appear here, the certificate issuance request will fail. If this is
-     * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-     * certificate's X.509 extensions. These constraints do not apply to X.509
-     * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+     * that don't appear here, the certificate issuance request will fail. If
+     * this is omitted, then this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+     * restrictions on a certificate's X.509 extensions. These constraints do
+     * not apply to X.509 extensions set in this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
      * 
* * @@ -5828,7 +5982,8 @@ protected Builder newBuilderForType( * * *
-     * Defines controls over all certificate issuance within a [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Defines controls over all certificate issuance within a
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool.IssuancePolicy} @@ -6186,9 +6341,10 @@ private void ensureAllowedKeyTypesIsMutable() { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6208,9 +6364,10 @@ private void ensureAllowedKeyTypesIsMutable() { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6228,9 +6385,10 @@ public int getAllowedKeyTypesCount() { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6249,9 +6407,10 @@ public int getAllowedKeyTypesCount() { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6277,9 +6436,10 @@ public Builder setAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6303,9 +6463,10 @@ public Builder setAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6330,9 +6491,10 @@ public Builder addAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6358,9 +6520,10 @@ public Builder addAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6383,9 +6546,10 @@ public Builder addAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6409,9 +6573,10 @@ public Builder addAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6436,9 +6601,10 @@ public Builder addAllAllowedKeyTypes( * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6459,9 +6625,10 @@ public Builder clearAllowedKeyTypes() { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6482,9 +6649,10 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6499,9 +6667,10 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6520,9 +6689,10 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6544,9 +6714,10 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6564,9 +6735,10 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6585,9 +6757,10 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's
-       * public key must match one of the key types listed here. Otherwise,
-       * any key may be used.
+       * Optional. If any
+       * [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType]
+       * is specified, then the certificate request's public key must match one of
+       * the key types listed here. Otherwise, any key may be used.
        * 
* * @@ -6632,10 +6805,14 @@ public Builder removeAllowedKeyTypes(int index) { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6651,10 +6828,14 @@ public boolean hasMaximumLifetime() { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6676,10 +6857,14 @@ public com.google.protobuf.Duration getMaximumLifetime() { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6703,10 +6888,14 @@ public Builder setMaximumLifetime(com.google.protobuf.Duration value) { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6727,10 +6916,14 @@ public Builder setMaximumLifetime(com.google.protobuf.Duration.Builder builderFo * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6757,10 +6950,14 @@ public Builder mergeMaximumLifetime(com.google.protobuf.Duration value) { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6781,10 +6978,14 @@ public Builder clearMaximumLifetime() { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6800,10 +7001,14 @@ public com.google.protobuf.Duration.Builder getMaximumLifetimeBuilder() { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6823,10 +7028,14 @@ public com.google.protobuf.DurationOrBuilder getMaximumLifetimeOrBuilder() { * * *
-       * Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note
-       * that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will
-       * be explicitly truncated to match it.
+       * Optional. The maximum lifetime allowed for issued
+       * [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that
+       * if the issuing
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+       * expires before a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested
+       * maximum_lifetime, the effective lifetime will be explicitly truncated to
+       * match it.
        * 
* * @@ -6861,8 +7070,10 @@ public com.google.protobuf.DurationOrBuilder getMaximumLifetimeOrBuilder() { * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -6878,8 +7089,10 @@ public boolean hasAllowedIssuanceModes() { * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -6903,8 +7116,10 @@ public boolean hasAllowedIssuanceModes() { * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -6929,8 +7144,10 @@ public Builder setAllowedIssuanceModes( * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -6953,8 +7170,10 @@ public Builder setAllowedIssuanceModes( * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -6984,8 +7203,10 @@ public Builder mergeAllowedIssuanceModes( * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -7006,8 +7227,10 @@ public Builder clearAllowedIssuanceModes() { * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -7024,8 +7247,10 @@ public Builder clearAllowedIssuanceModes() { * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -7047,8 +7272,10 @@ public Builder clearAllowedIssuanceModes() { * * *
-       * Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be
-       * used to issue [Certificates][google.cloud.security.privateca.v1.Certificate].
+       * Optional. If specified, then only methods allowed in the
+       * [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes]
+       * may be used to issue
+       * [Certificates][google.cloud.security.privateca.v1.Certificate].
        * 
* * @@ -7084,13 +7311,15 @@ public Builder clearAllowedIssuanceModes() { * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7106,13 +7335,15 @@ public boolean hasBaselineValues() { * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7134,13 +7365,15 @@ public com.google.cloud.security.privateca.v1.X509Parameters getBaselineValues() * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7165,13 +7398,15 @@ public Builder setBaselineValues( * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7193,13 +7428,15 @@ public Builder setBaselineValues( * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7228,13 +7465,15 @@ public Builder mergeBaselineValues( * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7255,13 +7494,15 @@ public Builder clearBaselineValues() { * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7278,13 +7519,15 @@ public Builder clearBaselineValues() { * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7305,13 +7548,15 @@ public Builder clearBaselineValues() { * * *
-       * Optional. A set of X.509 values that will be applied to all certificates issued
-       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting
-       * values for the same properties, they will be overwritten by the values
-       * defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * Optional. A set of X.509 values that will be applied to all certificates
+       * issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
+       * If a certificate request includes conflicting values for the same
+       * properties, they will be overwritten by the values defined here. If a
+       * certificate request uses a
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
        * that defines conflicting
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same
-       * properties, the certificate issuance request will fail.
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * for the same properties, the certificate issuance request will fail.
        * 
* * @@ -7347,9 +7592,10 @@ public Builder clearBaselineValues() { * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7366,9 +7612,10 @@ public boolean hasIdentityConstraints() { * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7393,9 +7640,10 @@ public boolean hasIdentityConstraints() { * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7421,9 +7669,10 @@ public Builder setIdentityConstraints( * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7447,9 +7696,10 @@ public Builder setIdentityConstraints( * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7480,9 +7730,10 @@ public Builder mergeIdentityConstraints( * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7504,9 +7755,10 @@ public Builder clearIdentityConstraints() { * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7524,9 +7776,10 @@ public Builder clearIdentityConstraints() { * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7549,9 +7802,10 @@ public Builder clearIdentityConstraints() { * *
        * Optional. Describes constraints on identities that may appear in
-       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool].
-       * If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's identity.
+       * [Certificates][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this
+       * is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool]
+       * will not add restrictions on a certificate's identity.
        * 
* * @@ -7587,15 +7841,21 @@ public Builder clearIdentityConstraints() { * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7612,15 +7872,21 @@ public boolean hasPassthroughExtensions() { * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7645,15 +7911,21 @@ public boolean hasPassthroughExtensions() { * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7679,15 +7951,21 @@ public Builder setPassthroughExtensions( * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7711,15 +7989,21 @@ public Builder setPassthroughExtensions( * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7750,15 +8034,21 @@ public Builder mergePassthroughExtensions( * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7780,15 +8070,21 @@ public Builder clearPassthroughExtensions() { * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7806,15 +8102,21 @@ public Builder clearPassthroughExtensions() { * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7837,15 +8139,21 @@ public Builder clearPassthroughExtensions() { * *
        * Optional. Describes the set of X.509 extensions that may appear in a
-       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request
-       * sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] issued
+       * through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a
+       * certificate request sets extensions that don't appear in the
+       * [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions],
        * those extensions will be dropped. If a certificate request uses a
-       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with
-       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't
-       * appear here, the certificate issuance request will fail. If this is
-       * omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a
-       * certificate's X.509 extensions. These constraints do not apply to X.509
-       * extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
+       * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+       * with
+       * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]
+       * that don't appear here, the certificate issuance request will fail. If
+       * this is omitted, then this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool] will not add
+       * restrictions on a certificate's X.509 extensions. These constraints do
+       * not apply to X.509 extensions set in this
+       * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+       * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values].
        * 
* * @@ -7944,8 +8252,9 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Output only. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -7968,8 +8277,9 @@ public java.lang.String getName() { * * *
-   * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Output only. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -7995,7 +8305,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Required. Immutable. The
+   * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8012,7 +8324,9 @@ public int getTierValue() { * * *
-   * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Required. Immutable. The
+   * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8036,8 +8350,11 @@ public com.google.cloud.security.privateca.v1.CaPool.Tier getTier() { * * *
-   * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-   * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * to control how
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+   * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8054,8 +8371,11 @@ public boolean hasIssuancePolicy() { * * *
-   * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-   * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * to control how
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+   * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8074,8 +8394,11 @@ public com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy getIssuanceP * * *
-   * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-   * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * to control how
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+   * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8096,9 +8419,12 @@ public com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy getIssuanceP * * *
-   * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-   * [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+   * to follow when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8115,9 +8441,12 @@ public boolean hasPublishingOptions() { * * *
-   * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-   * [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+   * to follow when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8136,9 +8465,12 @@ public com.google.cloud.security.privateca.v1.CaPool.PublishingOptions getPublis * * *
-   * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-   * [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+   * to follow when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -8473,10 +8805,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * A [CaPool][google.cloud.security.privateca.v1.CaPool] represents a group of
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] that form a trust anchor. A
-   * [CaPool][google.cloud.security.privateca.v1.CaPool] can be used to manage issuance policies for one or more
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources and to rotate CA certificates in and out
-   * of the trust anchor.
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that form a trust anchor. A
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] can be used to manage
+   * issuance policies for one or more
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * resources and to rotate CA certificates in and out of the trust anchor.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CaPool} @@ -8750,8 +9084,9 @@ public Builder mergeFrom( * * *
-     * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Output only. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -8773,8 +9108,9 @@ public java.lang.String getName() { * * *
-     * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Output only. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -8796,8 +9132,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Output only. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -8818,8 +9155,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Output only. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -8836,8 +9174,9 @@ public Builder clearName() { * * *
-     * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Output only. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -8861,7 +9200,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Required. Immutable. The
+     * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -8878,7 +9219,9 @@ public int getTierValue() { * * *
-     * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Required. Immutable. The
+     * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -8898,7 +9241,9 @@ public Builder setTierValue(int value) { * * *
-     * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Required. Immutable. The
+     * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -8919,7 +9264,9 @@ public com.google.cloud.security.privateca.v1.CaPool.Tier getTier() { * * *
-     * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Required. Immutable. The
+     * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -8942,7 +9289,9 @@ public Builder setTier(com.google.cloud.security.privateca.v1.CaPool.Tier value) * * *
-     * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Required. Immutable. The
+     * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -8968,8 +9317,11 @@ public Builder clearTier() { * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -8985,8 +9337,11 @@ public boolean hasIssuancePolicy() { * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9008,8 +9363,11 @@ public com.google.cloud.security.privateca.v1.CaPool.IssuancePolicy getIssuanceP * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9034,8 +9392,11 @@ public Builder setIssuancePolicy( * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9057,8 +9418,11 @@ public Builder setIssuancePolicy( * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9088,8 +9452,11 @@ public Builder mergeIssuancePolicy( * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9110,8 +9477,11 @@ public Builder clearIssuancePolicy() { * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9128,8 +9498,11 @@ public Builder clearIssuancePolicy() { * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9150,8 +9523,11 @@ public Builder clearIssuancePolicy() { * * *
-     * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-     * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * to control how
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+     * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9185,9 +9561,12 @@ public Builder clearIssuancePolicy() { * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9203,9 +9582,12 @@ public boolean hasPublishingOptions() { * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9227,9 +9609,12 @@ public com.google.cloud.security.privateca.v1.CaPool.PublishingOptions getPublis * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9254,9 +9639,12 @@ public Builder setPublishingOptions( * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9278,9 +9666,12 @@ public Builder setPublishingOptions( * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9310,9 +9701,12 @@ public Builder mergePublishingOptions( * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9333,9 +9727,12 @@ public Builder clearPublishingOptions() { * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9352,9 +9749,12 @@ public Builder clearPublishingOptions() { * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * @@ -9375,9 +9775,12 @@ public Builder clearPublishingOptions() { * * *
-     * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-     * [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * Optional. The
+     * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+     * to follow when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPoolOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPoolOrBuilder.java index e83c2186126a..f4ad001f2ed1 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPoolOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CaPoolOrBuilder.java @@ -27,8 +27,9 @@ public interface CaPoolOrBuilder * * *
-   * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Output only. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -40,8 +41,9 @@ public interface CaPoolOrBuilder * * *
-   * Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Output only. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -54,7 +56,9 @@ public interface CaPoolOrBuilder * * *
-   * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Required. Immutable. The
+   * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -68,7 +72,9 @@ public interface CaPoolOrBuilder * * *
-   * Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Required. Immutable. The
+   * [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -83,8 +89,11 @@ public interface CaPoolOrBuilder * * *
-   * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-   * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * to control how
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+   * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -98,8 +107,11 @@ public interface CaPoolOrBuilder * * *
-   * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-   * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * to control how
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+   * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -113,8 +125,11 @@ public interface CaPoolOrBuilder * * *
-   * Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate]
-   * will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * to control how
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] will be
+   * issued from this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -128,9 +143,12 @@ public interface CaPoolOrBuilder * * *
-   * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-   * [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+   * to follow when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -144,9 +162,12 @@ public interface CaPoolOrBuilder * * *
-   * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-   * [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+   * to follow when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * @@ -160,9 +181,12 @@ public interface CaPoolOrBuilder * * *
-   * Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this
-   * [CaPool][google.cloud.security.privateca.v1.CaPool].
+   * Optional. The
+   * [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions]
+   * to follow when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] from any
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Certificate.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Certificate.java index f02d81f2cb45..37496d87317a 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Certificate.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Certificate.java @@ -22,7 +22,8 @@ * * *
- * A [Certificate][google.cloud.security.privateca.v1.Certificate] corresponds to a signed X.509 certificate issued by a
+ * A [Certificate][google.cloud.security.privateca.v1.Certificate] corresponds
+ * to a signed X.509 certificate issued by a
  * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
  * 
* @@ -93,7 +94,9 @@ public interface RevocationDetailsOrBuilder * * *
-     * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * Indicates why a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -105,7 +108,9 @@ public interface RevocationDetailsOrBuilder * * *
-     * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * Indicates why a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -118,7 +123,9 @@ public interface RevocationDetailsOrBuilder * * *
-     * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -130,7 +137,9 @@ public interface RevocationDetailsOrBuilder * * *
-     * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -142,7 +151,9 @@ public interface RevocationDetailsOrBuilder * * *
-     * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -153,7 +164,8 @@ public interface RevocationDetailsOrBuilder * * *
-   * Describes fields that are relavent to the revocation of a [Certificate][google.cloud.security.privateca.v1.Certificate].
+   * Describes fields that are relavent to the revocation of a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.Certificate.RevocationDetails} @@ -204,7 +216,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * Indicates why a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -219,7 +233,9 @@ public int getRevocationStateValue() { * * *
-     * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * Indicates why a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -241,7 +257,9 @@ public com.google.cloud.security.privateca.v1.RevocationReason getRevocationStat * * *
-     * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -256,7 +274,9 @@ public boolean hasRevocationTime() { * * *
-     * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -273,7 +293,9 @@ public com.google.protobuf.Timestamp getRevocationTime() { * * *
-     * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -469,7 +491,8 @@ protected Builder newBuilderForType( * * *
-     * Describes fields that are relavent to the revocation of a [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * Describes fields that are relavent to the revocation of a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.Certificate.RevocationDetails} @@ -681,7 +704,9 @@ public Builder mergeFrom( * * *
-       * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * Indicates why a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -696,7 +721,9 @@ public int getRevocationStateValue() { * * *
-       * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * Indicates why a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -714,7 +741,9 @@ public Builder setRevocationStateValue(int value) { * * *
-       * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * Indicates why a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -733,7 +762,9 @@ public com.google.cloud.security.privateca.v1.RevocationReason getRevocationStat * * *
-       * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * Indicates why a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -755,7 +786,9 @@ public Builder setRevocationState( * * *
-       * Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * Indicates why a
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_state = 1; @@ -779,7 +812,9 @@ public Builder clearRevocationState() { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -793,7 +828,9 @@ public boolean hasRevocationTime() { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -813,7 +850,9 @@ public com.google.protobuf.Timestamp getRevocationTime() { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -835,7 +874,9 @@ public Builder setRevocationTime(com.google.protobuf.Timestamp value) { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -854,7 +895,9 @@ public Builder setRevocationTime(com.google.protobuf.Timestamp.Builder builderFo * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -879,7 +922,9 @@ public Builder mergeRevocationTime(com.google.protobuf.Timestamp value) { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -898,7 +943,9 @@ public Builder clearRevocationTime() { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -912,7 +959,9 @@ public com.google.protobuf.Timestamp.Builder getRevocationTimeBuilder() { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -930,7 +979,9 @@ public com.google.protobuf.TimestampOrBuilder getRevocationTimeOrBuilder() { * * *
-       * The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The time at which this
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.protobuf.Timestamp revocation_time = 2; @@ -1074,7 +1125,8 @@ public CertificateConfigCase getCertificateConfigCase() { * * *
-   * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+   * Output only. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -1100,7 +1152,8 @@ public java.lang.String getName() { * * *
-   * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+   * Output only. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -1198,8 +1251,8 @@ public com.google.protobuf.ByteString getPemCsrBytes() { * * *
-   * Immutable. A description of the certificate and key that does not require X.509 or
-   * ASN.1.
+   * Immutable. A description of the certificate and key that does not require
+   * X.509 or ASN.1.
    * 
* * @@ -1216,8 +1269,8 @@ public boolean hasConfig() { * * *
-   * Immutable. A description of the certificate and key that does not require X.509 or
-   * ASN.1.
+   * Immutable. A description of the certificate and key that does not require
+   * X.509 or ASN.1.
    * 
* * @@ -1237,8 +1290,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig getConfig() { * * *
-   * Immutable. A description of the certificate and key that does not require X.509 or
-   * ASN.1.
+   * Immutable. A description of the certificate and key that does not require
+   * X.509 or ASN.1.
    * 
* * @@ -1261,8 +1314,9 @@ public com.google.cloud.security.privateca.v1.CertificateConfigOrBuilder getConf * * *
-   * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name of the issuing
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -1287,8 +1341,9 @@ public java.lang.String getIssuerCertificateAuthority() { * * *
-   * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name of the issuing
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -1316,8 +1371,8 @@ public com.google.protobuf.ByteString getIssuerCertificateAuthorityBytes() { * * *
-   * Required. Immutable. The desired lifetime of a certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of a certificate. Used to create
+   * the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate. Note that the lifetime may be truncated if it would extend
    * past the life of any certificate authority in the issuing chain.
    * 
@@ -1336,8 +1391,8 @@ public boolean hasLifetime() { * * *
-   * Required. Immutable. The desired lifetime of a certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of a certificate. Used to create
+   * the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate. Note that the lifetime may be truncated if it would extend
    * past the life of any certificate authority in the issuing chain.
    * 
@@ -1356,8 +1411,8 @@ public com.google.protobuf.Duration getLifetime() { * * *
-   * Required. Immutable. The desired lifetime of a certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of a certificate. Used to create
+   * the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate. Note that the lifetime may be truncated if it would extend
    * past the life of any certificate authority in the issuing chain.
    * 
@@ -1379,12 +1434,14 @@ public com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder() { * * *
-   * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-   * certificate, in the format
+   * Immutable. The resource name for a
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * used to issue this certificate, in the format
    * `projects/*/locations/*/certificateTemplates/*`.
    * If this is specified, the caller must have the necessary permission to
    * use this template. If this is omitted, no template will be used.
-   * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+   * This template must be in the same location as the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate].
    * 
* * @@ -1409,12 +1466,14 @@ public java.lang.String getCertificateTemplate() { * * *
-   * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-   * certificate, in the format
+   * Immutable. The resource name for a
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * used to issue this certificate, in the format
    * `projects/*/locations/*/certificateTemplates/*`.
    * If this is specified, the caller must have the necessary permission to
    * use this template. If this is omitted, no template will be used.
-   * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+   * This template must be in the same location as the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate].
    * 
* * @@ -1442,8 +1501,10 @@ public com.google.protobuf.ByteString getCertificateTemplateBytes() { * * *
-   * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-   * If this is omitted, the `DEFAULT` subject mode will be used.
+   * Immutable. Specifies how the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+   * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+   * will be used.
    * 
* * @@ -1460,8 +1521,10 @@ public int getSubjectModeValue() { * * *
-   * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-   * If this is omitted, the `DEFAULT` subject mode will be used.
+   * Immutable. Specifies how the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+   * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+   * will be used.
    * 
* * @@ -1485,8 +1548,10 @@ public com.google.cloud.security.privateca.v1.SubjectRequestMode getSubjectMode( * * *
-   * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+   * Output only. Details regarding the revocation of this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+   * revoked if and only if this field is present.
    * 
* * @@ -1503,8 +1568,10 @@ public boolean hasRevocationDetails() { * * *
-   * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+   * Output only. Details regarding the revocation of this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+   * revoked if and only if this field is present.
    * 
* * @@ -1524,8 +1591,10 @@ public boolean hasRevocationDetails() { * * *
-   * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+   * Output only. Details regarding the revocation of this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+   * revoked if and only if this field is present.
    * 
* * @@ -1656,8 +1725,8 @@ public com.google.cloud.security.privateca.v1.CertificateDescription getCertific * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1672,8 +1741,8 @@ public com.google.protobuf.ProtocolStringList getPemCertificateChainList() { * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1688,8 +1757,8 @@ public int getPemCertificateChainCount() { * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1705,8 +1774,8 @@ public java.lang.String getPemCertificateChain(int index) { * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1725,7 +1794,8 @@ public com.google.protobuf.ByteString getPemCertificateChainBytes(int index) { * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
    * 
* * .google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1741,7 +1811,8 @@ public boolean hasCreateTime() { * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
    * 
* * .google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1757,7 +1828,8 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
    * 
* * .google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1774,7 +1846,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
    * 
* * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1790,7 +1863,8 @@ public boolean hasUpdateTime() { * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
    * 
* * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1806,7 +1880,8 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
    * 
* * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2269,7 +2344,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [Certificate][google.cloud.security.privateca.v1.Certificate] corresponds to a signed X.509 certificate issued by a
+   * A [Certificate][google.cloud.security.privateca.v1.Certificate] corresponds
+   * to a signed X.509 certificate issued by a
    * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* @@ -2732,7 +2808,8 @@ public Builder clearCertificateConfig() { * * *
-     * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+     * Output only. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -2757,7 +2834,8 @@ public java.lang.String getName() { * * *
-     * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+     * Output only. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -2782,7 +2860,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+     * Output only. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -2806,7 +2885,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+     * Output only. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -2826,7 +2906,8 @@ public Builder clearName() { * * *
-     * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+     * Output only. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -2991,8 +3072,8 @@ public Builder setPemCsrBytes(com.google.protobuf.ByteString value) { * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3009,8 +3090,8 @@ public boolean hasConfig() { * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3037,8 +3118,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig getConfig() { * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3062,8 +3143,8 @@ public Builder setConfig(com.google.cloud.security.privateca.v1.CertificateConfi * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3085,8 +3166,8 @@ public Builder setConfig( * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3121,8 +3202,8 @@ public Builder mergeConfig(com.google.cloud.security.privateca.v1.CertificateCon * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3149,8 +3230,8 @@ public Builder clearConfig() { * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3164,8 +3245,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig.Builder getConfi * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3187,8 +3268,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfigOrBuilder getConf * * *
-     * Immutable. A description of the certificate and key that does not require X.509 or
-     * ASN.1.
+     * Immutable. A description of the certificate and key that does not require
+     * X.509 or ASN.1.
      * 
* * @@ -3225,8 +3306,9 @@ public com.google.cloud.security.privateca.v1.CertificateConfigOrBuilder getConf * * *
-     * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name of the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -3250,8 +3332,9 @@ public java.lang.String getIssuerCertificateAuthority() { * * *
-     * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name of the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -3275,8 +3358,9 @@ public com.google.protobuf.ByteString getIssuerCertificateAuthorityBytes() { * * *
-     * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name of the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -3299,8 +3383,9 @@ public Builder setIssuerCertificateAuthority(java.lang.String value) { * * *
-     * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name of the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -3319,8 +3404,9 @@ public Builder clearIssuerCertificateAuthority() { * * *
-     * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name of the issuing
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -3351,8 +3437,8 @@ public Builder setIssuerCertificateAuthorityBytes(com.google.protobuf.ByteString * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3370,8 +3456,8 @@ public boolean hasLifetime() { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3393,8 +3479,8 @@ public com.google.protobuf.Duration getLifetime() { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3420,8 +3506,8 @@ public Builder setLifetime(com.google.protobuf.Duration value) { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3444,8 +3530,8 @@ public Builder setLifetime(com.google.protobuf.Duration.Builder builderForValue) * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3474,8 +3560,8 @@ public Builder mergeLifetime(com.google.protobuf.Duration value) { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3498,8 +3584,8 @@ public Builder clearLifetime() { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3517,8 +3603,8 @@ public com.google.protobuf.Duration.Builder getLifetimeBuilder() { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3538,8 +3624,8 @@ public com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder() { * * *
-     * Required. Immutable. The desired lifetime of a certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of a certificate. Used to create
+     * the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate. Note that the lifetime may be truncated if it would extend
      * past the life of any certificate authority in the issuing chain.
      * 
@@ -3570,12 +3656,14 @@ public com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder() { * * *
-     * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-     * certificate, in the format
+     * Immutable. The resource name for a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * used to issue this certificate, in the format
      * `projects/*/locations/*/certificateTemplates/*`.
      * If this is specified, the caller must have the necessary permission to
      * use this template. If this is omitted, no template will be used.
-     * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * This template must be in the same location as the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -3599,12 +3687,14 @@ public java.lang.String getCertificateTemplate() { * * *
-     * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-     * certificate, in the format
+     * Immutable. The resource name for a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * used to issue this certificate, in the format
      * `projects/*/locations/*/certificateTemplates/*`.
      * If this is specified, the caller must have the necessary permission to
      * use this template. If this is omitted, no template will be used.
-     * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * This template must be in the same location as the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -3628,12 +3718,14 @@ public com.google.protobuf.ByteString getCertificateTemplateBytes() { * * *
-     * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-     * certificate, in the format
+     * Immutable. The resource name for a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * used to issue this certificate, in the format
      * `projects/*/locations/*/certificateTemplates/*`.
      * If this is specified, the caller must have the necessary permission to
      * use this template. If this is omitted, no template will be used.
-     * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * This template must be in the same location as the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -3656,12 +3748,14 @@ public Builder setCertificateTemplate(java.lang.String value) { * * *
-     * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-     * certificate, in the format
+     * Immutable. The resource name for a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * used to issue this certificate, in the format
      * `projects/*/locations/*/certificateTemplates/*`.
      * If this is specified, the caller must have the necessary permission to
      * use this template. If this is omitted, no template will be used.
-     * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * This template must be in the same location as the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -3680,12 +3774,14 @@ public Builder clearCertificateTemplate() { * * *
-     * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-     * certificate, in the format
+     * Immutable. The resource name for a
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * used to issue this certificate, in the format
      * `projects/*/locations/*/certificateTemplates/*`.
      * If this is specified, the caller must have the necessary permission to
      * use this template. If this is omitted, no template will be used.
-     * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * This template must be in the same location as the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * @@ -3711,8 +3807,10 @@ public Builder setCertificateTemplateBytes(com.google.protobuf.ByteString value) * * *
-     * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-     * If this is omitted, the `DEFAULT` subject mode will be used.
+     * Immutable. Specifies how the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+     * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+     * will be used.
      * 
* * @@ -3729,8 +3827,10 @@ public int getSubjectModeValue() { * * *
-     * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-     * If this is omitted, the `DEFAULT` subject mode will be used.
+     * Immutable. Specifies how the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+     * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+     * will be used.
      * 
* * @@ -3750,8 +3850,10 @@ public Builder setSubjectModeValue(int value) { * * *
-     * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-     * If this is omitted, the `DEFAULT` subject mode will be used.
+     * Immutable. Specifies how the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+     * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+     * will be used.
      * 
* * @@ -3772,8 +3874,10 @@ public com.google.cloud.security.privateca.v1.SubjectRequestMode getSubjectMode( * * *
-     * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-     * If this is omitted, the `DEFAULT` subject mode will be used.
+     * Immutable. Specifies how the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+     * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+     * will be used.
      * 
* * @@ -3796,8 +3900,10 @@ public Builder setSubjectMode(com.google.cloud.security.privateca.v1.SubjectRequ * * *
-     * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-     * If this is omitted, the `DEFAULT` subject mode will be used.
+     * Immutable. Specifies how the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+     * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+     * will be used.
      * 
* * @@ -3823,8 +3929,10 @@ public Builder clearSubjectMode() { * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3840,8 +3948,10 @@ public boolean hasRevocationDetails() { * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3865,8 +3975,10 @@ public boolean hasRevocationDetails() { * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3891,8 +4003,10 @@ public Builder setRevocationDetails( * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3915,8 +4029,10 @@ public Builder setRevocationDetails( * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3946,8 +4062,10 @@ public Builder mergeRevocationDetails( * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3968,8 +4086,10 @@ public Builder clearRevocationDetails() { * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -3986,8 +4106,10 @@ public Builder clearRevocationDetails() { * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -4009,8 +4131,10 @@ public Builder clearRevocationDetails() { * * *
-     * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+     * Output only. Details regarding the revocation of this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+     * revoked if and only if this field is present.
      * 
* * @@ -4362,8 +4486,8 @@ private void ensurePemCertificateChainIsMutable() { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4379,8 +4503,8 @@ public com.google.protobuf.ProtocolStringList getPemCertificateChainList() { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4396,8 +4520,8 @@ public int getPemCertificateChainCount() { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4414,8 +4538,8 @@ public java.lang.String getPemCertificateChain(int index) { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4432,8 +4556,8 @@ public com.google.protobuf.ByteString getPemCertificateChainBytes(int index) { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4457,8 +4581,8 @@ public Builder setPemCertificateChain(int index, java.lang.String value) { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4481,8 +4605,8 @@ public Builder addPemCertificateChain(java.lang.String value) { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4502,8 +4626,8 @@ public Builder addAllPemCertificateChain(java.lang.Iterable va * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4522,8 +4646,8 @@ public Builder clearPemCertificateChain() { * * *
-     * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-     * in issuer-to-root order according to RFC 5246.
+     * Output only. The chain that may be used to verify the X.509 certificate.
+     * Expected to be in issuer-to-root order according to RFC 5246.
      * 
* * @@ -4554,7 +4678,8 @@ public Builder addPemCertificateChainBytes(com.google.protobuf.ByteString value) * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4570,7 +4695,8 @@ public boolean hasCreateTime() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4592,7 +4718,8 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4616,7 +4743,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4637,7 +4765,8 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4664,7 +4793,8 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4685,7 +4815,8 @@ public Builder clearCreateTime() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4701,7 +4832,8 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4721,7 +4853,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
      * 
* * @@ -4755,7 +4888,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4771,7 +4905,8 @@ public boolean hasUpdateTime() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4793,7 +4928,8 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4817,7 +4953,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4838,7 +4975,8 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4865,7 +5003,8 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4886,7 +5025,8 @@ public Builder clearUpdateTime() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4902,7 +5042,8 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * @@ -4922,7 +5063,8 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-     * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+     * Output only. The time at which this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthority.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthority.java index 500f71599635..36e33ffae8e8 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthority.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthority.java @@ -22,8 +22,12 @@ * * *
- * A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] represents an individual Certificate Authority.
- * A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] can be used to create [Certificates][google.cloud.security.privateca.v1.Certificate].
+ * A
+ * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+ * represents an individual Certificate Authority. A
+ * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+ * can be used to create
+ * [Certificates][google.cloud.security.privateca.v1.Certificate].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateAuthority} @@ -89,7 +93,9 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * * *
-   * The type of a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], indicating its issuing chain.
+   * The type of a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * indicating its issuing chain.
    * 
* * Protobuf enum {@code google.cloud.security.privateca.v1.CertificateAuthority.Type} @@ -119,7 +125,8 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * Subordinate CA. Could be issued by a Private CA [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * Subordinate CA. Could be issued by a Private CA
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * or an unmanaged CA.
      * 
* @@ -153,7 +160,8 @@ public enum Type implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * Subordinate CA. Could be issued by a Private CA [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * Subordinate CA. Could be issued by a Private CA
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * or an unmanaged CA.
      * 
* @@ -250,7 +258,9 @@ private Type(int value) { * * *
-   * The state of a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], indicating if it can be used.
+   * The state of a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * indicating if it can be used.
    * 
* * Protobuf enum {@code google.cloud.security.privateca.v1.CertificateAuthority.State} @@ -271,8 +281,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates can be issued from this CA. CRLs will be generated for this
-     * CA. The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * CA. The CA will be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and
+     * will be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * ENABLED = 1; @@ -283,8 +295,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates cannot be issued from this CA. CRLs will still be generated.
-     * The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but will not be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * The CA will be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * DISABLED = 2; @@ -295,8 +309,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates can be issued from this CA. CRLs will be generated for this
-     * CA. The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but will not
-     * be used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * CA. The CA will be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * STAGED = 3; @@ -307,8 +323,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates cannot be issued from this CA. CRLs will not be generated.
-     * The CA will not be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will not be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * The CA will not be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * AWAITING_USER_ACTIVATION = 4; @@ -320,10 +338,13 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { *
      * Certificates cannot be issued from this CA. CRLs will not be generated.
      * The CA may still be recovered by calling
-     * [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority] before
+     * [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority]
+     * before
      * [expire_time][google.cloud.security.privateca.v1.CertificateAuthority.expire_time].
-     * The CA will not be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will not be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * The CA will not be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * DELETED = 5; @@ -347,8 +368,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates can be issued from this CA. CRLs will be generated for this
-     * CA. The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * CA. The CA will be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and
+     * will be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * ENABLED = 1; @@ -359,8 +382,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates cannot be issued from this CA. CRLs will still be generated.
-     * The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but will not be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * The CA will be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * DISABLED = 2; @@ -371,8 +396,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates can be issued from this CA. CRLs will be generated for this
-     * CA. The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but will not
-     * be used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * CA. The CA will be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * STAGED = 3; @@ -383,8 +410,10 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * *
      * Certificates cannot be issued from this CA. CRLs will not be generated.
-     * The CA will not be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will not be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * The CA will not be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * AWAITING_USER_ACTIVATION = 4; @@ -396,10 +425,13 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { *
      * Certificates cannot be issued from this CA. CRLs will not be generated.
      * The CA may still be recovered by calling
-     * [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority] before
+     * [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority]
+     * before
      * [expire_time][google.cloud.security.privateca.v1.CertificateAuthority.expire_time].
-     * The CA will not be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will not be
-     * used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool].
+     * The CA will not be part of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and
+     * will not be used to issue certificates from the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* * DELETED = 5; @@ -808,8 +840,10 @@ public interface AccessUrlsOrBuilder * * *
-     * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-     * published. This will only be set for CAs that have been activated.
+     * The URL where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate is published. This will only be set for CAs that have been
+     * activated.
      * 
* * string ca_certificate_access_url = 1; @@ -821,8 +855,10 @@ public interface AccessUrlsOrBuilder * * *
-     * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-     * published. This will only be set for CAs that have been activated.
+     * The URL where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate is published. This will only be set for CAs that have been
+     * activated.
      * 
* * string ca_certificate_access_url = 1; @@ -835,8 +871,10 @@ public interface AccessUrlsOrBuilder * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -848,8 +886,10 @@ public interface AccessUrlsOrBuilder * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -861,8 +901,10 @@ public interface AccessUrlsOrBuilder * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -875,8 +917,10 @@ public interface AccessUrlsOrBuilder * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -890,7 +934,9 @@ public interface AccessUrlsOrBuilder * * *
-   * URLs where a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will publish content.
+   * URLs where a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will publish content.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls} @@ -944,8 +990,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-     * published. This will only be set for CAs that have been activated.
+     * The URL where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate is published. This will only be set for CAs that have been
+     * activated.
      * 
* * string ca_certificate_access_url = 1; @@ -968,8 +1016,10 @@ public java.lang.String getCaCertificateAccessUrl() { * * *
-     * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-     * published. This will only be set for CAs that have been activated.
+     * The URL where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate is published. This will only be set for CAs that have been
+     * activated.
      * 
* * string ca_certificate_access_url = 1; @@ -997,8 +1047,10 @@ public com.google.protobuf.ByteString getCaCertificateAccessUrlBytes() { * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -1012,8 +1064,10 @@ public com.google.protobuf.ProtocolStringList getCrlAccessUrlsList() { * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -1027,8 +1081,10 @@ public int getCrlAccessUrlsCount() { * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -1043,8 +1099,10 @@ public java.lang.String getCrlAccessUrls(int index) { * * *
-     * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-     * will only be set for CAs that have been activated.
+     * The URLs where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CRLs are published. This will only be set for CAs that have been
+     * activated.
      * 
* * repeated string crl_access_urls = 2; @@ -1240,7 +1298,9 @@ protected Builder newBuilderForType( * * *
-     * URLs where a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will publish content.
+     * URLs where a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will publish content.
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls} @@ -1466,8 +1526,10 @@ public Builder mergeFrom( * * *
-       * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-       * published. This will only be set for CAs that have been activated.
+       * The URL where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate is published. This will only be set for CAs that have been
+       * activated.
        * 
* * string ca_certificate_access_url = 1; @@ -1489,8 +1551,10 @@ public java.lang.String getCaCertificateAccessUrl() { * * *
-       * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-       * published. This will only be set for CAs that have been activated.
+       * The URL where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate is published. This will only be set for CAs that have been
+       * activated.
        * 
* * string ca_certificate_access_url = 1; @@ -1512,8 +1576,10 @@ public com.google.protobuf.ByteString getCaCertificateAccessUrlBytes() { * * *
-       * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-       * published. This will only be set for CAs that have been activated.
+       * The URL where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate is published. This will only be set for CAs that have been
+       * activated.
        * 
* * string ca_certificate_access_url = 1; @@ -1534,8 +1600,10 @@ public Builder setCaCertificateAccessUrl(java.lang.String value) { * * *
-       * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-       * published. This will only be set for CAs that have been activated.
+       * The URL where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate is published. This will only be set for CAs that have been
+       * activated.
        * 
* * string ca_certificate_access_url = 1; @@ -1552,8 +1620,10 @@ public Builder clearCaCertificateAccessUrl() { * * *
-       * The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is
-       * published. This will only be set for CAs that have been activated.
+       * The URL where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CA certificate is published. This will only be set for CAs that have been
+       * activated.
        * 
* * string ca_certificate_access_url = 1; @@ -1585,8 +1655,10 @@ private void ensureCrlAccessUrlsIsMutable() { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1600,8 +1672,10 @@ public com.google.protobuf.ProtocolStringList getCrlAccessUrlsList() { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1615,8 +1689,10 @@ public int getCrlAccessUrlsCount() { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1631,8 +1707,10 @@ public java.lang.String getCrlAccessUrls(int index) { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1647,8 +1725,10 @@ public com.google.protobuf.ByteString getCrlAccessUrlsBytes(int index) { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1670,8 +1750,10 @@ public Builder setCrlAccessUrls(int index, java.lang.String value) { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1692,8 +1774,10 @@ public Builder addCrlAccessUrls(java.lang.String value) { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1711,8 +1795,10 @@ public Builder addAllCrlAccessUrls(java.lang.Iterable values) * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1729,8 +1815,10 @@ public Builder clearCrlAccessUrls() { * * *
-       * The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This
-       * will only be set for CAs that have been activated.
+       * The URLs where this
+       * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+       * CRLs are published. This will only be set for CAs that have been
+       * activated.
        * 
* * repeated string crl_access_urls = 2; @@ -1927,7 +2015,9 @@ public interface KeyVersionSpecOrBuilder * * *
-   * A Cloud KMS key configuration that a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will use.
+   * A Cloud KMS key configuration that a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will use.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateAuthority.KeyVersionSpec} @@ -2370,7 +2460,9 @@ protected Builder newBuilderForType( * * *
-     * A Cloud KMS key configuration that a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will use.
+     * A Cloud KMS key configuration that a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will use.
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateAuthority.KeyVersionSpec} @@ -2980,8 +3072,9 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3004,8 +3097,9 @@ public java.lang.String getName() { * * *
-   * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3031,7 +3125,10 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Required. Immutable. The
+   * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -3048,7 +3145,10 @@ public int getTypeValue() { * * *
-   * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Required. Immutable. The
+   * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -3072,7 +3172,8 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.Type getType( * * *
-   * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+   * Required. Immutable. The config used to create a self-signed X.509
+   * certificate or CSR.
    * 
* * @@ -3089,7 +3190,8 @@ public boolean hasConfig() { * * *
-   * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+   * Required. Immutable. The config used to create a self-signed X.509
+   * certificate or CSR.
    * 
* * @@ -3108,7 +3210,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig getConfig() { * * *
-   * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+   * Required. Immutable. The config used to create a self-signed X.509
+   * certificate or CSR.
    * 
* * @@ -3128,8 +3231,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfigOrBuilder getConf * * *
-   * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of the CA certificate. Used to
+   * create the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate.
    * 
* @@ -3147,8 +3250,8 @@ public boolean hasLifetime() { * * *
-   * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of the CA certificate. Used to
+   * create the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate.
    * 
* @@ -3166,8 +3269,8 @@ public com.google.protobuf.Duration getLifetime() { * * *
-   * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of the CA certificate. Used to
+   * create the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate.
    * 
* @@ -3186,10 +3289,12 @@ public com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder() { * * *
-   * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-   * is also used to sign the self-signed CA certificate. Otherwise, it
-   * is used to sign a CSR.
+   * Required. Immutable. Used when issuing certificates for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * If this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * is a self-signed CertificateAuthority, this key is also used to sign the
+   * self-signed CA certificate. Otherwise, it is used to sign a CSR.
    * 
* * @@ -3206,10 +3311,12 @@ public boolean hasKeySpec() { * * *
-   * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-   * is also used to sign the self-signed CA certificate. Otherwise, it
-   * is used to sign a CSR.
+   * Required. Immutable. Used when issuing certificates for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * If this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * is a self-signed CertificateAuthority, this key is also used to sign the
+   * self-signed CA certificate. Otherwise, it is used to sign a CSR.
    * 
* * @@ -3229,10 +3336,12 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.KeyVersionSpe * * *
-   * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-   * is also used to sign the self-signed CA certificate. Otherwise, it
-   * is used to sign a CSR.
+   * Required. Immutable. Used when issuing certificates for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * If this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * is a self-signed CertificateAuthority, this key is also used to sign the
+   * self-signed CA certificate. Otherwise, it is used to sign a CSR.
    * 
* * @@ -3254,9 +3363,12 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.KeyVersionSpe * * *
-   * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-   * with the subordinate configuration, which describes its issuers. This may
-   * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+   * Optional. If this is a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * this field will be set with the subordinate configuration, which describes
+   * its issuers. This may be updated, but this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * must continue to validate.
    * 
* * @@ -3273,9 +3385,12 @@ public boolean hasSubordinateConfig() { * * *
-   * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-   * with the subordinate configuration, which describes its issuers. This may
-   * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+   * Optional. If this is a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * this field will be set with the subordinate configuration, which describes
+   * its issuers. This may be updated, but this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * must continue to validate.
    * 
* * @@ -3294,9 +3409,12 @@ public com.google.cloud.security.privateca.v1.SubordinateConfig getSubordinateCo * * *
-   * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-   * with the subordinate configuration, which describes its issuers. This may
-   * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+   * Optional. If this is a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * this field will be set with the subordinate configuration, which describes
+   * its issuers. This may be updated, but this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * must continue to validate.
    * 
* * @@ -3317,7 +3435,9 @@ public com.google.cloud.security.privateca.v1.SubordinateConfig getSubordinateCo * * *
-   * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+   * Output only. The
+   * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
    * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* @@ -3335,7 +3455,9 @@ public int getTierValue() { * * *
-   * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+   * Output only. The
+   * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
    * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* @@ -3360,7 +3482,10 @@ public com.google.cloud.security.privateca.v1.CaPool.Tier getTier() { * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -3377,7 +3502,10 @@ public int getStateValue() { * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -3403,10 +3531,15 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.State getStat * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3421,10 +3554,15 @@ public com.google.protobuf.ProtocolStringList getPemCaCertificatesList() { * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3439,10 +3577,15 @@ public int getPemCaCertificatesCount() { * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3458,10 +3601,15 @@ public java.lang.String getPemCaCertificates(int index) { * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3483,8 +3631,9 @@ public com.google.protobuf.ByteString getPemCaCertificatesBytes(int index) { * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -3500,8 +3649,9 @@ public com.google.protobuf.ByteString getPemCaCertificatesBytes(int index) { * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -3518,8 +3668,9 @@ public com.google.protobuf.ByteString getPemCaCertificatesBytes(int index) { * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -3534,8 +3685,9 @@ public int getCaCertificateDescriptionsCount() { * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -3551,8 +3703,9 @@ public com.google.cloud.security.privateca.v1.CertificateDescription getCaCertif * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -3573,9 +3726,10 @@ public com.google.cloud.security.privateca.v1.CertificateDescription getCaCertif * * *
-   * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-   * publish content, such as the CA certificate and CRLs. This must be a bucket
-   * name, without any prefixes (such as `gs://`) or suffixes (such as
+   * Immutable. The name of a Cloud Storage bucket where this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will publish content, such as the CA certificate and CRLs. This must be a
+   * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
    * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
    * would simply specify `my-bucket`. If not specified, a managed bucket will
    * be created.
@@ -3601,9 +3755,10 @@ public java.lang.String getGcsBucket() {
    *
    *
    * 
-   * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-   * publish content, such as the CA certificate and CRLs. This must be a bucket
-   * name, without any prefixes (such as `gs://`) or suffixes (such as
+   * Immutable. The name of a Cloud Storage bucket where this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will publish content, such as the CA certificate and CRLs. This must be a
+   * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
    * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
    * would simply specify `my-bucket`. If not specified, a managed bucket will
    * be created.
@@ -3632,8 +3787,8 @@ public com.google.protobuf.ByteString getGcsBucketBytes() {
    *
    *
    * 
-   * Output only. URLs for accessing content published by this CA, such as the CA certificate
-   * and CRLs.
+   * Output only. URLs for accessing content published by this CA, such as the
+   * CA certificate and CRLs.
    * 
* * @@ -3650,8 +3805,8 @@ public boolean hasAccessUrls() { * * *
-   * Output only. URLs for accessing content published by this CA, such as the CA certificate
-   * and CRLs.
+   * Output only. URLs for accessing content published by this CA, such as the
+   * CA certificate and CRLs.
    * 
* * @@ -3671,8 +3826,8 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls ge * * *
-   * Output only. URLs for accessing content published by this CA, such as the CA certificate
-   * and CRLs.
+   * Output only. URLs for accessing content published by this CA, such as the
+   * CA certificate and CRLs.
    * 
* * @@ -3694,7 +3849,9 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls ge * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3710,7 +3867,9 @@ public boolean hasCreateTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3726,7 +3885,9 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3743,7 +3904,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was last updated.
    * 
* * .google.protobuf.Timestamp update_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3759,7 +3922,9 @@ public boolean hasUpdateTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was last updated.
    * 
* * .google.protobuf.Timestamp update_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3775,7 +3940,9 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was last updated.
    * 
* * .google.protobuf.Timestamp update_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3792,8 +3959,11 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-   * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was soft deleted, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp delete_time = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3809,8 +3979,11 @@ public boolean hasDeleteTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-   * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was soft deleted, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp delete_time = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3826,8 +3999,11 @@ public com.google.protobuf.Timestamp getDeleteTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-   * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was soft deleted, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp delete_time = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3844,8 +4020,11 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-   * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be permanently purged, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp expire_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3861,8 +4040,11 @@ public boolean hasExpireTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-   * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be permanently purged, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp expire_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3878,8 +4060,11 @@ public com.google.protobuf.Timestamp getExpireTime() { * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-   * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be permanently purged, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp expire_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -4373,8 +4558,12 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] represents an individual Certificate Authority.
-   * A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] can be used to create [Certificates][google.cloud.security.privateca.v1.Certificate].
+   * A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * represents an individual Certificate Authority. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * can be used to create
+   * [Certificates][google.cloud.security.privateca.v1.Certificate].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateAuthority} @@ -4895,8 +5084,9 @@ public Builder mergeFrom( * * *
-     * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -4918,8 +5108,9 @@ public java.lang.String getName() { * * *
-     * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -4941,8 +5132,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -4963,8 +5155,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -4981,8 +5174,9 @@ public Builder clearName() { * * *
-     * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Output only. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -5006,7 +5200,10 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Required. Immutable. The
+     * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -5023,7 +5220,10 @@ public int getTypeValue() { * * *
-     * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Required. Immutable. The
+     * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -5043,7 +5243,10 @@ public Builder setTypeValue(int value) { * * *
-     * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Required. Immutable. The
+     * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -5064,7 +5267,10 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.Type getType( * * *
-     * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Required. Immutable. The
+     * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -5087,7 +5293,10 @@ public Builder setType(com.google.cloud.security.privateca.v1.CertificateAuthori * * *
-     * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Required. Immutable. The
+     * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -5113,7 +5322,8 @@ public Builder clearType() { * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5129,7 +5339,8 @@ public boolean hasConfig() { * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5151,7 +5362,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig getConfig() { * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5175,7 +5387,8 @@ public Builder setConfig(com.google.cloud.security.privateca.v1.CertificateConfi * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5197,7 +5410,8 @@ public Builder setConfig( * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5225,7 +5439,8 @@ public Builder mergeConfig(com.google.cloud.security.privateca.v1.CertificateCon * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5246,7 +5461,8 @@ public Builder clearConfig() { * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5262,7 +5478,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig.Builder getConfi * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5282,7 +5499,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfigOrBuilder getConf * * *
-     * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+     * Required. Immutable. The config used to create a self-signed X.509
+     * certificate or CSR.
      * 
* * @@ -5316,8 +5534,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfigOrBuilder getConf * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5334,8 +5552,8 @@ public boolean hasLifetime() { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5356,8 +5574,8 @@ public com.google.protobuf.Duration getLifetime() { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5382,8 +5600,8 @@ public Builder setLifetime(com.google.protobuf.Duration value) { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5405,8 +5623,8 @@ public Builder setLifetime(com.google.protobuf.Duration.Builder builderForValue) * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5434,8 +5652,8 @@ public Builder mergeLifetime(com.google.protobuf.Duration value) { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5457,8 +5675,8 @@ public Builder clearLifetime() { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5475,8 +5693,8 @@ public com.google.protobuf.Duration.Builder getLifetimeBuilder() { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5495,8 +5713,8 @@ public com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder() { * * *
-     * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-     * "not_before_time" and "not_after_time" fields inside an X.509
+     * Required. Immutable. The desired lifetime of the CA certificate. Used to
+     * create the "not_before_time" and "not_after_time" fields inside an X.509
      * certificate.
      * 
* @@ -5531,10 +5749,12 @@ public com.google.protobuf.DurationOrBuilder getLifetimeOrBuilder() { * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5550,10 +5770,12 @@ public boolean hasKeySpec() { * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5576,10 +5798,12 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.KeyVersionSpe * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5604,10 +5828,12 @@ public Builder setKeySpec( * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5630,10 +5856,12 @@ public Builder setKeySpec( * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5663,10 +5891,12 @@ public Builder mergeKeySpec( * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5687,10 +5917,12 @@ public Builder clearKeySpec() { * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5707,10 +5939,12 @@ public Builder clearKeySpec() { * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5732,10 +5966,12 @@ public Builder clearKeySpec() { * * *
-     * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-     * is also used to sign the self-signed CA certificate. Otherwise, it
-     * is used to sign a CSR.
+     * Required. Immutable. Used when issuing certificates for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * If this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * is a self-signed CertificateAuthority, this key is also used to sign the
+     * self-signed CA certificate. Otherwise, it is used to sign a CSR.
      * 
* * @@ -5769,9 +6005,12 @@ public Builder clearKeySpec() { * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5787,9 +6026,12 @@ public boolean hasSubordinateConfig() { * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5811,9 +6053,12 @@ public com.google.cloud.security.privateca.v1.SubordinateConfig getSubordinateCo * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5838,9 +6083,12 @@ public Builder setSubordinateConfig( * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5862,9 +6110,12 @@ public Builder setSubordinateConfig( * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5893,9 +6144,12 @@ public Builder mergeSubordinateConfig( * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5916,9 +6170,12 @@ public Builder clearSubordinateConfig() { * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5935,9 +6192,12 @@ public Builder clearSubordinateConfig() { * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5958,9 +6218,12 @@ public Builder clearSubordinateConfig() { * * *
-     * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-     * with the subordinate configuration, which describes its issuers. This may
-     * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+     * Optional. If this is a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * this field will be set with the subordinate configuration, which describes
+     * its issuers. This may be updated, but this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * must continue to validate.
      * 
* * @@ -5989,7 +6252,9 @@ public Builder clearSubordinateConfig() { * * *
-     * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+     * Output only. The
+     * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
      * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* @@ -6007,7 +6272,9 @@ public int getTierValue() { * * *
-     * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+     * Output only. The
+     * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
      * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* @@ -6028,7 +6295,9 @@ public Builder setTierValue(int value) { * * *
-     * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+     * Output only. The
+     * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
      * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* @@ -6050,7 +6319,9 @@ public com.google.cloud.security.privateca.v1.CaPool.Tier getTier() { * * *
-     * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+     * Output only. The
+     * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
      * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* @@ -6074,7 +6345,9 @@ public Builder setTier(com.google.cloud.security.privateca.v1.CaPool.Tier value) * * *
-     * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+     * Output only. The
+     * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
      * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* @@ -6096,7 +6369,10 @@ public Builder clearTier() { * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -6113,7 +6389,10 @@ public int getStateValue() { * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -6133,7 +6412,10 @@ public Builder setStateValue(int value) { * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -6154,7 +6436,10 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.State getStat * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -6178,7 +6463,10 @@ public Builder setState( * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+     * this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -6207,10 +6495,15 @@ private void ensurePemCaCertificatesIsMutable() { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6225,10 +6518,15 @@ public com.google.protobuf.ProtocolStringList getPemCaCertificatesList() { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6243,10 +6541,15 @@ public int getPemCaCertificatesCount() { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6262,10 +6565,15 @@ public java.lang.String getPemCaCertificates(int index) { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6281,10 +6589,15 @@ public com.google.protobuf.ByteString getPemCaCertificatesBytes(int index) { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6307,10 +6620,15 @@ public Builder setPemCaCertificates(int index, java.lang.String value) { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6332,10 +6650,15 @@ public Builder addPemCaCertificates(java.lang.String value) { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6354,10 +6677,15 @@ public Builder addAllPemCaCertificates(java.lang.Iterable valu * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6375,10 +6703,15 @@ public Builder clearPemCaCertificates() { * * *
-     * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-     * is the final element (consistent with RFC 5246). For a self-signed CA, this
-     * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+     * Output only. This
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate chain, including the current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate. Ordered such that the root issuer is the final element
+     * (consistent with RFC 5246). For a self-signed CA, this will only list the
+     * current
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * certificate.
      * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -6420,8 +6753,9 @@ private void ensureCaCertificateDescriptionsIsMutable() { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6440,8 +6774,9 @@ private void ensureCaCertificateDescriptionsIsMutable() { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6459,8 +6794,9 @@ public int getCaCertificateDescriptionsCount() { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6479,8 +6815,9 @@ public int getCaCertificateDescriptionsCount() { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6505,8 +6842,9 @@ public Builder setCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6529,8 +6867,9 @@ public Builder setCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6555,8 +6894,9 @@ public Builder addCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6581,8 +6921,9 @@ public Builder addCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6604,8 +6945,9 @@ public Builder addCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6628,8 +6970,9 @@ public Builder addCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6652,8 +6995,9 @@ public Builder addAllCaCertificateDescriptions( * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6674,8 +7018,9 @@ public Builder clearCaCertificateDescriptions() { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6696,8 +7041,9 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6712,8 +7058,9 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6732,8 +7079,9 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6753,8 +7101,9 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6771,8 +7120,9 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6790,8 +7140,9 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-     * and its issuers. Ordered as self-to-root.
+     * Output only. A structured description of this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+     * CA certificate and its issuers. Ordered as self-to-root.
      * 
* * @@ -6828,9 +7179,10 @@ public Builder removeCaCertificateDescriptions(int index) { * * *
-     * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-     * publish content, such as the CA certificate and CRLs. This must be a bucket
-     * name, without any prefixes (such as `gs://`) or suffixes (such as
+     * Immutable. The name of a Cloud Storage bucket where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will publish content, such as the CA certificate and CRLs. This must be a
+     * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
      * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
      * would simply specify `my-bucket`. If not specified, a managed bucket will
      * be created.
@@ -6855,9 +7207,10 @@ public java.lang.String getGcsBucket() {
      *
      *
      * 
-     * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-     * publish content, such as the CA certificate and CRLs. This must be a bucket
-     * name, without any prefixes (such as `gs://`) or suffixes (such as
+     * Immutable. The name of a Cloud Storage bucket where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will publish content, such as the CA certificate and CRLs. This must be a
+     * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
      * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
      * would simply specify `my-bucket`. If not specified, a managed bucket will
      * be created.
@@ -6882,9 +7235,10 @@ public com.google.protobuf.ByteString getGcsBucketBytes() {
      *
      *
      * 
-     * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-     * publish content, such as the CA certificate and CRLs. This must be a bucket
-     * name, without any prefixes (such as `gs://`) or suffixes (such as
+     * Immutable. The name of a Cloud Storage bucket where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will publish content, such as the CA certificate and CRLs. This must be a
+     * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
      * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
      * would simply specify `my-bucket`. If not specified, a managed bucket will
      * be created.
@@ -6908,9 +7262,10 @@ public Builder setGcsBucket(java.lang.String value) {
      *
      *
      * 
-     * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-     * publish content, such as the CA certificate and CRLs. This must be a bucket
-     * name, without any prefixes (such as `gs://`) or suffixes (such as
+     * Immutable. The name of a Cloud Storage bucket where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will publish content, such as the CA certificate and CRLs. This must be a
+     * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
      * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
      * would simply specify `my-bucket`. If not specified, a managed bucket will
      * be created.
@@ -6930,9 +7285,10 @@ public Builder clearGcsBucket() {
      *
      *
      * 
-     * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-     * publish content, such as the CA certificate and CRLs. This must be a bucket
-     * name, without any prefixes (such as `gs://`) or suffixes (such as
+     * Immutable. The name of a Cloud Storage bucket where this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will publish content, such as the CA certificate and CRLs. This must be a
+     * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
      * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
      * would simply specify `my-bucket`. If not specified, a managed bucket will
      * be created.
@@ -6964,8 +7320,8 @@ public Builder setGcsBucketBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -6981,8 +7337,8 @@ public boolean hasAccessUrls() { * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7005,8 +7361,8 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority.AccessUrls ge * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7031,8 +7387,8 @@ public Builder setAccessUrls( * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7055,8 +7411,8 @@ public Builder setAccessUrls( * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7086,8 +7442,8 @@ public Builder mergeAccessUrls( * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7108,8 +7464,8 @@ public Builder clearAccessUrls() { * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7126,8 +7482,8 @@ public Builder clearAccessUrls() { * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7149,8 +7505,8 @@ public Builder clearAccessUrls() { * * *
-     * Output only. URLs for accessing content published by this CA, such as the CA certificate
-     * and CRLs.
+     * Output only. URLs for accessing content published by this CA, such as the
+     * CA certificate and CRLs.
      * 
* * @@ -7184,7 +7540,9 @@ public Builder clearAccessUrls() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7200,7 +7558,9 @@ public boolean hasCreateTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7222,7 +7582,9 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7246,7 +7608,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7267,7 +7631,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7294,7 +7660,9 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7315,7 +7683,9 @@ public Builder clearCreateTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7331,7 +7701,9 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7351,7 +7723,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was created.
      * 
* * @@ -7385,7 +7759,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7401,7 +7777,9 @@ public boolean hasUpdateTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7423,7 +7801,9 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7447,7 +7827,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7468,7 +7850,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7495,7 +7879,9 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7516,7 +7902,9 @@ public Builder clearUpdateTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7532,7 +7920,9 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7552,7 +7942,9 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was last updated.
      * 
* * @@ -7586,8 +7978,11 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7603,8 +7998,11 @@ public boolean hasDeleteTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7626,8 +8024,11 @@ public com.google.protobuf.Timestamp getDeleteTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7651,8 +8052,11 @@ public Builder setDeleteTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7673,8 +8077,11 @@ public Builder setDeleteTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7701,8 +8108,11 @@ public Builder mergeDeleteTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7723,8 +8133,11 @@ public Builder clearDeleteTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7740,8 +8153,11 @@ public com.google.protobuf.Timestamp.Builder getDeleteTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7761,8 +8177,11 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-     * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * was soft deleted, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7796,8 +8215,11 @@ public com.google.protobuf.TimestampOrBuilder getDeleteTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7813,8 +8235,11 @@ public boolean hasExpireTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7836,8 +8261,11 @@ public com.google.protobuf.Timestamp getExpireTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7861,8 +8289,11 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7883,8 +8314,11 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7911,8 +8345,11 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7933,8 +8370,11 @@ public Builder clearExpireTime() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7950,8 +8390,11 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * @@ -7971,8 +8414,11 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-     * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+     * Output only. The time at which this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be permanently purged, if it is in the
+     * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+     * state.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityOrBuilder.java index 6a8243816a80..3b8a8ef330b7 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateAuthorityOrBuilder.java @@ -27,8 +27,9 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -40,8 +41,9 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -54,7 +56,10 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Required. Immutable. The
+   * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -68,7 +73,10 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Required. Immutable. The
+   * [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -83,7 +91,8 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+   * Required. Immutable. The config used to create a self-signed X.509
+   * certificate or CSR.
    * 
* * @@ -97,7 +106,8 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+   * Required. Immutable. The config used to create a self-signed X.509
+   * certificate or CSR.
    * 
* * @@ -111,7 +121,8 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The config used to create a self-signed X.509 certificate or CSR.
+   * Required. Immutable. The config used to create a self-signed X.509
+   * certificate or CSR.
    * 
* * @@ -124,8 +135,8 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of the CA certificate. Used to
+   * create the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate.
    * 
* @@ -140,8 +151,8 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of the CA certificate. Used to
+   * create the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate.
    * 
* @@ -156,8 +167,8 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. The desired lifetime of the CA certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of the CA certificate. Used to
+   * create the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate.
    * 
* @@ -171,10 +182,12 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-   * is also used to sign the self-signed CA certificate. Otherwise, it
-   * is used to sign a CSR.
+   * Required. Immutable. Used when issuing certificates for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * If this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * is a self-signed CertificateAuthority, this key is also used to sign the
+   * self-signed CA certificate. Otherwise, it is used to sign a CSR.
    * 
* * @@ -188,10 +201,12 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-   * is also used to sign the self-signed CA certificate. Otherwise, it
-   * is used to sign a CSR.
+   * Required. Immutable. Used when issuing certificates for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * If this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * is a self-signed CertificateAuthority, this key is also used to sign the
+   * self-signed CA certificate. Otherwise, it is used to sign a CSR.
    * 
* * @@ -205,10 +220,12 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key
-   * is also used to sign the self-signed CA certificate. Otherwise, it
-   * is used to sign a CSR.
+   * Required. Immutable. Used when issuing certificates for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * If this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * is a self-signed CertificateAuthority, this key is also used to sign the
+   * self-signed CA certificate. Otherwise, it is used to sign a CSR.
    * 
* * @@ -222,9 +239,12 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-   * with the subordinate configuration, which describes its issuers. This may
-   * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+   * Optional. If this is a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * this field will be set with the subordinate configuration, which describes
+   * its issuers. This may be updated, but this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * must continue to validate.
    * 
* * @@ -238,9 +258,12 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-   * with the subordinate configuration, which describes its issuers. This may
-   * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+   * Optional. If this is a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * this field will be set with the subordinate configuration, which describes
+   * its issuers. This may be updated, but this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * must continue to validate.
    * 
* * @@ -254,9 +277,12 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set
-   * with the subordinate configuration, which describes its issuers. This may
-   * be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate.
+   * Optional. If this is a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * this field will be set with the subordinate configuration, which describes
+   * its issuers. This may be updated, but this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * must continue to validate.
    * 
* * @@ -269,7 +295,9 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+   * Output only. The
+   * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
    * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* @@ -284,7 +312,9 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
+   * Output only. The
+   * [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this
    * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* @@ -300,7 +330,10 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -314,7 +347,10 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for
+   * this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -329,10 +365,15 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -345,10 +386,15 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -361,10 +407,15 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -378,10 +429,15 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer
-   * is the final element (consistent with RFC 5246). For a self-signed CA, this
-   * will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate.
+   * Output only. This
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate chain, including the current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate. Ordered such that the root issuer is the final element
+   * (consistent with RFC 5246). For a self-signed CA, this will only list the
+   * current
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * certificate.
    * 
* * repeated string pem_ca_certificates = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -396,8 +452,9 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -410,8 +467,9 @@ public interface CertificateAuthorityOrBuilder * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -424,8 +482,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -437,8 +496,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -451,8 +511,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate
-   * and its issuers. Ordered as self-to-root.
+   * Output only. A structured description of this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s
+   * CA certificate and its issuers. Ordered as self-to-root.
    * 
* * @@ -466,9 +527,10 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-   * publish content, such as the CA certificate and CRLs. This must be a bucket
-   * name, without any prefixes (such as `gs://`) or suffixes (such as
+   * Immutable. The name of a Cloud Storage bucket where this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will publish content, such as the CA certificate and CRLs. This must be a
+   * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
    * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
    * would simply specify `my-bucket`. If not specified, a managed bucket will
    * be created.
@@ -483,9 +545,10 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe
    *
    *
    * 
-   * Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will
-   * publish content, such as the CA certificate and CRLs. This must be a bucket
-   * name, without any prefixes (such as `gs://`) or suffixes (such as
+   * Immutable. The name of a Cloud Storage bucket where this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will publish content, such as the CA certificate and CRLs. This must be a
+   * bucket name, without any prefixes (such as `gs://`) or suffixes (such as
    * `.googleapis.com`). For example, to use a bucket named `my-bucket`, you
    * would simply specify `my-bucket`. If not specified, a managed bucket will
    * be created.
@@ -501,8 +564,8 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe
    *
    *
    * 
-   * Output only. URLs for accessing content published by this CA, such as the CA certificate
-   * and CRLs.
+   * Output only. URLs for accessing content published by this CA, such as the
+   * CA certificate and CRLs.
    * 
* * @@ -516,8 +579,8 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. URLs for accessing content published by this CA, such as the CA certificate
-   * and CRLs.
+   * Output only. URLs for accessing content published by this CA, such as the
+   * CA certificate and CRLs.
    * 
* * @@ -531,8 +594,8 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. URLs for accessing content published by this CA, such as the CA certificate
-   * and CRLs.
+   * Output only. URLs for accessing content published by this CA, such as the
+   * CA certificate and CRLs.
    * 
* * @@ -546,7 +609,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -559,7 +624,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -572,7 +639,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -584,7 +653,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was last updated.
    * 
* * .google.protobuf.Timestamp update_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -597,7 +668,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was last updated.
    * 
* * .google.protobuf.Timestamp update_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -610,7 +683,9 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was last updated.
    * 
* * .google.protobuf.Timestamp update_time = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -622,8 +697,11 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-   * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was soft deleted, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp delete_time = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -636,8 +714,11 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-   * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was soft deleted, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp delete_time = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -650,8 +731,11 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if
-   * it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * was soft deleted, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp delete_time = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -663,8 +747,11 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-   * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be permanently purged, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp expire_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -677,8 +764,11 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-   * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be permanently purged, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp expire_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -691,8 +781,11 @@ com.google.cloud.security.privateca.v1.CertificateDescription getCaCertificateDe * * *
-   * Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged,
-   * if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state.
+   * Output only. The time at which this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be permanently purged, if it is in the
+   * [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED]
+   * state.
    * 
* * .google.protobuf.Timestamp expire_time = 16 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfig.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfig.java index 1550d73f2d68..f78d67cefcf2 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfig.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfig.java @@ -22,8 +22,9 @@ * * *
- * A [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig] describes an X.509 certificate or CSR that is to be
- * created, as an alternative to using ASN.1.
+ * A [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig]
+ * describes an X.509 certificate or CSR that is to be created, as an
+ * alternative to using ASN.1.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateConfig} @@ -75,8 +76,8 @@ public interface SubjectConfigOrBuilder * * *
-     * Required. Contains distinguished name fields such as the common name, location and
-     * organization.
+     * Required. Contains distinguished name fields such as the common name,
+     * location and organization.
      * 
* * @@ -90,8 +91,8 @@ public interface SubjectConfigOrBuilder * * *
-     * Required. Contains distinguished name fields such as the common name, location and
-     * organization.
+     * Required. Contains distinguished name fields such as the common name,
+     * location and organization.
      * 
* * @@ -105,8 +106,8 @@ public interface SubjectConfigOrBuilder * * *
-     * Required. Contains distinguished name fields such as the common name, location and
-     * organization.
+     * Required. Contains distinguished name fields such as the common name,
+     * location and organization.
      * 
* * @@ -210,8 +211,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Required. Contains distinguished name fields such as the common name, location and
-     * organization.
+     * Required. Contains distinguished name fields such as the common name,
+     * location and organization.
      * 
* * @@ -228,8 +229,8 @@ public boolean hasSubject() { * * *
-     * Required. Contains distinguished name fields such as the common name, location and
-     * organization.
+     * Required. Contains distinguished name fields such as the common name,
+     * location and organization.
      * 
* * @@ -248,8 +249,8 @@ public com.google.cloud.security.privateca.v1.Subject getSubject() { * * *
-     * Required. Contains distinguished name fields such as the common name, location and
-     * organization.
+     * Required. Contains distinguished name fields such as the common name,
+     * location and organization.
      * 
* * @@ -730,8 +731,8 @@ public Builder mergeFrom( * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -747,8 +748,8 @@ public boolean hasSubject() { * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -770,8 +771,8 @@ public com.google.cloud.security.privateca.v1.Subject getSubject() { * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -795,8 +796,8 @@ public Builder setSubject(com.google.cloud.security.privateca.v1.Subject value) * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -818,8 +819,8 @@ public Builder setSubject( * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -846,8 +847,8 @@ public Builder mergeSubject(com.google.cloud.security.privateca.v1.Subject value * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -868,8 +869,8 @@ public Builder clearSubject() { * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -885,8 +886,8 @@ public com.google.cloud.security.privateca.v1.Subject.Builder getSubjectBuilder( * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -906,8 +907,8 @@ public com.google.cloud.security.privateca.v1.SubjectOrBuilder getSubjectOrBuild * * *
-       * Required. Contains distinguished name fields such as the common name, location and
-       * organization.
+       * Required. Contains distinguished name fields such as the common name,
+       * location and organization.
        * 
* * @@ -1212,8 +1213,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * Required. Specifies some of the values in a certificate that are related to the
-   * subject.
+   * Required. Specifies some of the values in a certificate that are related to
+   * the subject.
    * 
* * @@ -1230,8 +1231,8 @@ public boolean hasSubjectConfig() { * * *
-   * Required. Specifies some of the values in a certificate that are related to the
-   * subject.
+   * Required. Specifies some of the values in a certificate that are related to
+   * the subject.
    * 
* * @@ -1251,8 +1252,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig.SubjectConfig ge * * *
-   * Required. Specifies some of the values in a certificate that are related to the
-   * subject.
+   * Required. Specifies some of the values in a certificate that are related to
+   * the subject.
    * 
* * @@ -1274,8 +1275,8 @@ public com.google.cloud.security.privateca.v1.CertificateConfig.SubjectConfig ge * * *
-   * Required. Describes how some of the technical X.509 fields in a certificate should be
-   * populated.
+   * Required. Describes how some of the technical X.509 fields in a certificate
+   * should be populated.
    * 
* * @@ -1292,8 +1293,8 @@ public boolean hasX509Config() { * * *
-   * Required. Describes how some of the technical X.509 fields in a certificate should be
-   * populated.
+   * Required. Describes how some of the technical X.509 fields in a certificate
+   * should be populated.
    * 
* * @@ -1312,8 +1313,8 @@ public com.google.cloud.security.privateca.v1.X509Parameters getX509Config() { * * *
-   * Required. Describes how some of the technical X.509 fields in a certificate should be
-   * populated.
+   * Required. Describes how some of the technical X.509 fields in a certificate
+   * should be populated.
    * 
* * @@ -1333,9 +1334,14 @@ public com.google.cloud.security.privateca.v1.X509ParametersOrBuilder getX509Con * * *
-   * Optional. The public key that corresponds to this config. This is, for example, used
-   * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-   * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+   * Optional. The public key that corresponds to this config. This is, for
+   * example, used when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+   * when creating a self-signed
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * or
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * CSR.
    * 
* * @@ -1352,9 +1358,14 @@ public boolean hasPublicKey() { * * *
-   * Optional. The public key that corresponds to this config. This is, for example, used
-   * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-   * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+   * Optional. The public key that corresponds to this config. This is, for
+   * example, used when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+   * when creating a self-signed
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * or
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * CSR.
    * 
* * @@ -1373,9 +1384,14 @@ public com.google.cloud.security.privateca.v1.PublicKey getPublicKey() { * * *
-   * Optional. The public key that corresponds to this config. This is, for example, used
-   * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-   * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+   * Optional. The public key that corresponds to this config. This is, for
+   * example, used when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+   * when creating a self-signed
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * or
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * CSR.
    * 
* * @@ -1586,8 +1602,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig] describes an X.509 certificate or CSR that is to be
-   * created, as an alternative to using ASN.1.
+   * A [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig]
+   * describes an X.509 certificate or CSR that is to be created, as an
+   * alternative to using ASN.1.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateConfig} @@ -1813,8 +1830,8 @@ public Builder mergeFrom( * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1830,8 +1847,8 @@ public boolean hasSubjectConfig() { * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1855,8 +1872,8 @@ public boolean hasSubjectConfig() { * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1881,8 +1898,8 @@ public Builder setSubjectConfig( * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1905,8 +1922,8 @@ public Builder setSubjectConfig( * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1936,8 +1953,8 @@ public Builder mergeSubjectConfig( * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1958,8 +1975,8 @@ public Builder clearSubjectConfig() { * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1976,8 +1993,8 @@ public Builder clearSubjectConfig() { * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -1999,8 +2016,8 @@ public Builder clearSubjectConfig() { * * *
-     * Required. Specifies some of the values in a certificate that are related to the
-     * subject.
+     * Required. Specifies some of the values in a certificate that are related to
+     * the subject.
      * 
* * @@ -2034,8 +2051,8 @@ public Builder clearSubjectConfig() { * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2051,8 +2068,8 @@ public boolean hasX509Config() { * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2074,8 +2091,8 @@ public com.google.cloud.security.privateca.v1.X509Parameters getX509Config() { * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2099,8 +2116,8 @@ public Builder setX509Config(com.google.cloud.security.privateca.v1.X509Paramete * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2122,8 +2139,8 @@ public Builder setX509Config( * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2151,8 +2168,8 @@ public Builder mergeX509Config(com.google.cloud.security.privateca.v1.X509Parame * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2173,8 +2190,8 @@ public Builder clearX509Config() { * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2190,8 +2207,8 @@ public com.google.cloud.security.privateca.v1.X509Parameters.Builder getX509Conf * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2211,8 +2228,8 @@ public com.google.cloud.security.privateca.v1.X509ParametersOrBuilder getX509Con * * *
-     * Required. Describes how some of the technical X.509 fields in a certificate should be
-     * populated.
+     * Required. Describes how some of the technical X.509 fields in a certificate
+     * should be populated.
      * 
* * @@ -2246,9 +2263,14 @@ public com.google.cloud.security.privateca.v1.X509ParametersOrBuilder getX509Con * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2264,9 +2286,14 @@ public boolean hasPublicKey() { * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2288,9 +2315,14 @@ public com.google.cloud.security.privateca.v1.PublicKey getPublicKey() { * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2314,9 +2346,14 @@ public Builder setPublicKey(com.google.cloud.security.privateca.v1.PublicKey val * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2338,9 +2375,14 @@ public Builder setPublicKey( * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2368,9 +2410,14 @@ public Builder mergePublicKey(com.google.cloud.security.privateca.v1.PublicKey v * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2391,9 +2438,14 @@ public Builder clearPublicKey() { * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2409,9 +2461,14 @@ public com.google.cloud.security.privateca.v1.PublicKey.Builder getPublicKeyBuil * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * @@ -2431,9 +2488,14 @@ public com.google.cloud.security.privateca.v1.PublicKeyOrBuilder getPublicKeyOrB * * *
-     * Optional. The public key that corresponds to this config. This is, for example, used
-     * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-     * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+     * Optional. The public key that corresponds to this config. This is, for
+     * example, used when issuing
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+     * when creating a self-signed
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * or
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * CSR.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfigOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfigOrBuilder.java index 3e676a18410f..64138a9b8cdb 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfigOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateConfigOrBuilder.java @@ -27,8 +27,8 @@ public interface CertificateConfigOrBuilder * * *
-   * Required. Specifies some of the values in a certificate that are related to the
-   * subject.
+   * Required. Specifies some of the values in a certificate that are related to
+   * the subject.
    * 
* * @@ -42,8 +42,8 @@ public interface CertificateConfigOrBuilder * * *
-   * Required. Specifies some of the values in a certificate that are related to the
-   * subject.
+   * Required. Specifies some of the values in a certificate that are related to
+   * the subject.
    * 
* * @@ -57,8 +57,8 @@ public interface CertificateConfigOrBuilder * * *
-   * Required. Specifies some of the values in a certificate that are related to the
-   * subject.
+   * Required. Specifies some of the values in a certificate that are related to
+   * the subject.
    * 
* * @@ -72,8 +72,8 @@ public interface CertificateConfigOrBuilder * * *
-   * Required. Describes how some of the technical X.509 fields in a certificate should be
-   * populated.
+   * Required. Describes how some of the technical X.509 fields in a certificate
+   * should be populated.
    * 
* * @@ -87,8 +87,8 @@ public interface CertificateConfigOrBuilder * * *
-   * Required. Describes how some of the technical X.509 fields in a certificate should be
-   * populated.
+   * Required. Describes how some of the technical X.509 fields in a certificate
+   * should be populated.
    * 
* * @@ -102,8 +102,8 @@ public interface CertificateConfigOrBuilder * * *
-   * Required. Describes how some of the technical X.509 fields in a certificate should be
-   * populated.
+   * Required. Describes how some of the technical X.509 fields in a certificate
+   * should be populated.
    * 
* * @@ -116,9 +116,14 @@ public interface CertificateConfigOrBuilder * * *
-   * Optional. The public key that corresponds to this config. This is, for example, used
-   * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-   * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+   * Optional. The public key that corresponds to this config. This is, for
+   * example, used when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+   * when creating a self-signed
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * or
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * CSR.
    * 
* * @@ -132,9 +137,14 @@ public interface CertificateConfigOrBuilder * * *
-   * Optional. The public key that corresponds to this config. This is, for example, used
-   * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-   * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+   * Optional. The public key that corresponds to this config. This is, for
+   * example, used when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+   * when creating a self-signed
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * or
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * CSR.
    * 
* * @@ -148,9 +158,14 @@ public interface CertificateConfigOrBuilder * * *
-   * Optional. The public key that corresponds to this config. This is, for example, used
-   * when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a
-   * self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR.
+   * Optional. The public key that corresponds to this config. This is, for
+   * example, used when issuing
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], but not
+   * when creating a self-signed
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * or
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * CSR.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateDescription.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateDescription.java index acfe319d297d..2ff4dc637b22 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateDescription.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateDescription.java @@ -22,8 +22,10 @@ * * *
- * A [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription] describes an X.509 certificate or CSR that has
- * been issued, as an alternative to using ASN.1 / X.509.
+ * A
+ * [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription]
+ * describes an X.509 certificate or CSR that has been issued, as an alternative
+ * to using ASN.1 / X.509.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateDescription} @@ -2320,8 +2322,8 @@ public interface KeyIdOrBuilder * * *
-     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-     * likely the 160 bit SHA-1 hash of the public key.
+     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+     * is most likely the 160 bit SHA-1 hash of the public key.
      * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2333,8 +2335,8 @@ public interface KeyIdOrBuilder * * *
-     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-     * likely the 160 bit SHA-1 hash of the public key.
+     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+     * is most likely the 160 bit SHA-1 hash of the public key.
      * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2401,8 +2403,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-     * likely the 160 bit SHA-1 hash of the public key.
+     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+     * is most likely the 160 bit SHA-1 hash of the public key.
      * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2425,8 +2427,8 @@ public java.lang.String getKeyId() { * * *
-     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-     * likely the 160 bit SHA-1 hash of the public key.
+     * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+     * is most likely the 160 bit SHA-1 hash of the public key.
      * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2807,8 +2809,8 @@ public Builder mergeFrom( * * *
-       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-       * likely the 160 bit SHA-1 hash of the public key.
+       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+       * is most likely the 160 bit SHA-1 hash of the public key.
        * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2830,8 +2832,8 @@ public java.lang.String getKeyId() { * * *
-       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-       * likely the 160 bit SHA-1 hash of the public key.
+       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+       * is most likely the 160 bit SHA-1 hash of the public key.
        * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2853,8 +2855,8 @@ public com.google.protobuf.ByteString getKeyIdBytes() { * * *
-       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-       * likely the 160 bit SHA-1 hash of the public key.
+       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+       * is most likely the 160 bit SHA-1 hash of the public key.
        * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2875,8 +2877,8 @@ public Builder setKeyId(java.lang.String value) { * * *
-       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-       * likely the 160 bit SHA-1 hash of the public key.
+       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+       * is most likely the 160 bit SHA-1 hash of the public key.
        * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -2893,8 +2895,8 @@ public Builder clearKeyId() { * * *
-       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most
-       * likely the 160 bit SHA-1 hash of the public key.
+       * Optional. The value of this KeyId encoded in lowercase hexadecimal. This
+       * is most likely the 160 bit SHA-1 hash of the public key.
        * 
* * string key_id = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -4433,8 +4435,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription] describes an X.509 certificate or CSR that has
-   * been issued, as an alternative to using ASN.1 / X.509.
+   * A
+   * [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription]
+   * describes an X.509 certificate or CSR that has been issued, as an alternative
+   * to using ASN.1 / X.509.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateDescription} diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraints.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraints.java index 8dc26f05270c..c4663f9d9a26 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraints.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraints.java @@ -74,8 +74,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Describes well-known X.509 extensions that can appear in a [Certificate][google.cloud.security.privateca.v1.Certificate],
-   * not including the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension.
+   * Describes well-known X.509 extensions that can appear in a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate], not
+   * including the
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+   * extension.
    * 
* * Protobuf enum {@code @@ -98,7 +101,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes *
      * Refers to a certificate's Key Usage extension, as described in [RFC 5280
      * section 4.2.1.3](https://tools.ietf.org/html/rfc5280#section-4.2.1.3).
-     * This corresponds to the [KeyUsage.base_key_usage][google.cloud.security.privateca.v1.KeyUsage.base_key_usage] field.
+     * This corresponds to the
+     * [KeyUsage.base_key_usage][google.cloud.security.privateca.v1.KeyUsage.base_key_usage]
+     * field.
      * 
* * BASE_KEY_USAGE = 1; @@ -111,7 +116,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * Refers to a certificate's Extended Key Usage extension, as described in * [RFC 5280 * section 4.2.1.12](https://tools.ietf.org/html/rfc5280#section-4.2.1.12). - * This corresponds to the [KeyUsage.extended_key_usage][google.cloud.security.privateca.v1.KeyUsage.extended_key_usage] message. + * This corresponds to the + * [KeyUsage.extended_key_usage][google.cloud.security.privateca.v1.KeyUsage.extended_key_usage] + * message. *
* * EXTENDED_KEY_USAGE = 2; @@ -124,7 +131,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * Refers to a certificate's Basic Constraints extension, as described in * [RFC 5280 * section 4.2.1.9](https://tools.ietf.org/html/rfc5280#section-4.2.1.9). - * This corresponds to the [X509Parameters.ca_options][google.cloud.security.privateca.v1.X509Parameters.ca_options] field. + * This corresponds to the + * [X509Parameters.ca_options][google.cloud.security.privateca.v1.X509Parameters.ca_options] + * field. *
* * CA_OPTIONS = 3; @@ -137,7 +146,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * Refers to a certificate's Policy object identifiers, as described in * [RFC 5280 * section 4.2.1.4](https://tools.ietf.org/html/rfc5280#section-4.2.1.4). - * This corresponds to the [X509Parameters.policy_ids][google.cloud.security.privateca.v1.X509Parameters.policy_ids] field. + * This corresponds to the + * [X509Parameters.policy_ids][google.cloud.security.privateca.v1.X509Parameters.policy_ids] + * field. *
* * POLICY_IDS = 4; @@ -151,12 +162,26 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * extension, as described in * [RFC 5280 * section 4.2.2.1](https://tools.ietf.org/html/rfc5280#section-4.2.2.1), - * This corresponds to the [X509Parameters.aia_ocsp_servers][google.cloud.security.privateca.v1.X509Parameters.aia_ocsp_servers] field. + * This corresponds to the + * [X509Parameters.aia_ocsp_servers][google.cloud.security.privateca.v1.X509Parameters.aia_ocsp_servers] + * field. *
* * AIA_OCSP_SERVERS = 5; */ AIA_OCSP_SERVERS(5), + /** + * + * + *
+     * Refers to Name Constraints extension as described in
+     * [RFC 5280
+     * section 4.2.1.10](https://tools.ietf.org/html/rfc5280#section-4.2.1.10)
+     * 
+ * + * NAME_CONSTRAINTS = 6; + */ + NAME_CONSTRAINTS(6), UNRECOGNIZED(-1), ; @@ -176,7 +201,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes *
      * Refers to a certificate's Key Usage extension, as described in [RFC 5280
      * section 4.2.1.3](https://tools.ietf.org/html/rfc5280#section-4.2.1.3).
-     * This corresponds to the [KeyUsage.base_key_usage][google.cloud.security.privateca.v1.KeyUsage.base_key_usage] field.
+     * This corresponds to the
+     * [KeyUsage.base_key_usage][google.cloud.security.privateca.v1.KeyUsage.base_key_usage]
+     * field.
      * 
* * BASE_KEY_USAGE = 1; @@ -189,7 +216,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * Refers to a certificate's Extended Key Usage extension, as described in * [RFC 5280 * section 4.2.1.12](https://tools.ietf.org/html/rfc5280#section-4.2.1.12). - * This corresponds to the [KeyUsage.extended_key_usage][google.cloud.security.privateca.v1.KeyUsage.extended_key_usage] message. + * This corresponds to the + * [KeyUsage.extended_key_usage][google.cloud.security.privateca.v1.KeyUsage.extended_key_usage] + * message. *
* * EXTENDED_KEY_USAGE = 2; @@ -202,7 +231,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * Refers to a certificate's Basic Constraints extension, as described in * [RFC 5280 * section 4.2.1.9](https://tools.ietf.org/html/rfc5280#section-4.2.1.9). - * This corresponds to the [X509Parameters.ca_options][google.cloud.security.privateca.v1.X509Parameters.ca_options] field. + * This corresponds to the + * [X509Parameters.ca_options][google.cloud.security.privateca.v1.X509Parameters.ca_options] + * field. *
* * CA_OPTIONS = 3; @@ -215,7 +246,9 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * Refers to a certificate's Policy object identifiers, as described in * [RFC 5280 * section 4.2.1.4](https://tools.ietf.org/html/rfc5280#section-4.2.1.4). - * This corresponds to the [X509Parameters.policy_ids][google.cloud.security.privateca.v1.X509Parameters.policy_ids] field. + * This corresponds to the + * [X509Parameters.policy_ids][google.cloud.security.privateca.v1.X509Parameters.policy_ids] + * field. *
* * POLICY_IDS = 4; @@ -229,12 +262,26 @@ public enum KnownCertificateExtension implements com.google.protobuf.ProtocolMes * extension, as described in * [RFC 5280 * section 4.2.2.1](https://tools.ietf.org/html/rfc5280#section-4.2.2.1), - * This corresponds to the [X509Parameters.aia_ocsp_servers][google.cloud.security.privateca.v1.X509Parameters.aia_ocsp_servers] field. + * This corresponds to the + * [X509Parameters.aia_ocsp_servers][google.cloud.security.privateca.v1.X509Parameters.aia_ocsp_servers] + * field. *
* * AIA_OCSP_SERVERS = 5; */ public static final int AIA_OCSP_SERVERS_VALUE = 5; + /** + * + * + *
+     * Refers to Name Constraints extension as described in
+     * [RFC 5280
+     * section 4.2.1.10](https://tools.ietf.org/html/rfc5280#section-4.2.1.10)
+     * 
+ * + * NAME_CONSTRAINTS = 6; + */ + public static final int NAME_CONSTRAINTS_VALUE = 6; public final int getNumber() { if (this == UNRECOGNIZED) { @@ -272,6 +319,8 @@ public static KnownCertificateExtension forNumber(int value) { return POLICY_IDS; case 5: return AIA_OCSP_SERVERS; + case 6: + return NAME_CONSTRAINTS; default: return null; } @@ -363,7 +412,8 @@ private KnownCertificateExtension(int value) { * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -387,7 +437,8 @@ private KnownCertificateExtension(int value) { * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -405,7 +456,8 @@ public int getKnownExtensionsCount() { * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -426,7 +478,8 @@ public int getKnownExtensionsCount() { * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -444,7 +497,8 @@ public java.util.List getKnownExtensionsValueList() { * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -469,9 +523,10 @@ public int getKnownExtensionsValue(int index) { * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -487,9 +542,10 @@ public int getKnownExtensionsValue(int index) { * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -505,9 +561,10 @@ public int getKnownExtensionsValue(int index) { * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -522,9 +579,10 @@ public int getAdditionalExtensionsCount() { * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -539,9 +597,10 @@ public com.google.cloud.security.privateca.v1.ObjectId getAdditionalExtensions(i * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -1032,7 +1091,8 @@ private void ensureKnownExtensionsIsMutable() { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1055,7 +1115,8 @@ private void ensureKnownExtensionsIsMutable() { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1072,7 +1133,8 @@ public int getKnownExtensionsCount() { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1092,7 +1154,8 @@ public int getKnownExtensionsCount() { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1121,7 +1184,8 @@ public Builder setKnownExtensions( * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1148,7 +1212,8 @@ public Builder addKnownExtensions( * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1178,7 +1243,8 @@ public Builder addAllKnownExtensions( * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1198,7 +1264,8 @@ public Builder clearKnownExtensions() { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1215,7 +1282,8 @@ public java.util.List getKnownExtensionsValueList() { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1233,7 +1301,8 @@ public int getKnownExtensionsValue(int index) { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1255,7 +1324,8 @@ public Builder setKnownExtensionsValue(int index, int value) { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1276,7 +1346,8 @@ public Builder addKnownExtensionsValue(int value) { * *
      * Optional. A set of named X.509 extensions. Will be combined with
-     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+     * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1317,9 +1388,10 @@ private void ensureAdditionalExtensionsIsMutable() { * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1338,9 +1410,10 @@ private void ensureAdditionalExtensionsIsMutable() { * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1358,9 +1431,10 @@ public int getAdditionalExtensionsCount() { * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1378,9 +1452,10 @@ public com.google.cloud.security.privateca.v1.ObjectId getAdditionalExtensions(i * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1405,9 +1480,10 @@ public Builder setAdditionalExtensions( * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1429,9 +1505,10 @@ public Builder setAdditionalExtensions( * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1455,9 +1532,10 @@ public Builder addAdditionalExtensions(com.google.cloud.security.privateca.v1.Ob * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1482,9 +1560,10 @@ public Builder addAdditionalExtensions( * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1506,9 +1585,10 @@ public Builder addAdditionalExtensions( * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1530,9 +1610,10 @@ public Builder addAdditionalExtensions( * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1554,9 +1635,10 @@ public Builder addAllAdditionalExtensions( * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1577,9 +1659,10 @@ public Builder clearAdditionalExtensions() { * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1600,9 +1683,10 @@ public Builder removeAdditionalExtensions(int index) { * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1617,9 +1701,10 @@ public com.google.cloud.security.privateca.v1.ObjectId.Builder getAdditionalExte * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1638,9 +1723,10 @@ public com.google.cloud.security.privateca.v1.ObjectId.Builder getAdditionalExte * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1659,9 +1745,10 @@ public com.google.cloud.security.privateca.v1.ObjectId.Builder getAdditionalExte * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1677,9 +1764,10 @@ public com.google.cloud.security.privateca.v1.ObjectId.Builder getAdditionalExte * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * @@ -1695,9 +1783,10 @@ public com.google.cloud.security.privateca.v1.ObjectId.Builder addAdditionalExte * * *
-     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-     * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-     * X.509 extensions.
+     * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+     * identifying custom X.509 extensions. Will be combined with
+     * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+     * to determine the full set of X.509 extensions.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraintsOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraintsOrBuilder.java index 44135a175b38..c3c3ba6360e1 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraintsOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateExtensionConstraintsOrBuilder.java @@ -28,7 +28,8 @@ public interface CertificateExtensionConstraintsOrBuilder * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -46,7 +47,8 @@ public interface CertificateExtensionConstraintsOrBuilder * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -61,7 +63,8 @@ public interface CertificateExtensionConstraintsOrBuilder * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -78,7 +81,8 @@ public interface CertificateExtensionConstraintsOrBuilder * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -93,7 +97,8 @@ public interface CertificateExtensionConstraintsOrBuilder * *
    * Optional. A set of named X.509 extensions. Will be combined with
-   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions.
+   * [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -109,9 +114,10 @@ public interface CertificateExtensionConstraintsOrBuilder * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -123,9 +129,10 @@ public interface CertificateExtensionConstraintsOrBuilder * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -137,9 +144,10 @@ public interface CertificateExtensionConstraintsOrBuilder * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -151,9 +159,10 @@ public interface CertificateExtensionConstraintsOrBuilder * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * @@ -166,9 +175,10 @@ public interface CertificateExtensionConstraintsOrBuilder * * *
-   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions.
-   * Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of
-   * X.509 extensions.
+   * Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId]
+   * identifying custom X.509 extensions. Will be combined with
+   * [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions]
+   * to determine the full set of X.509 extensions.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraints.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraints.java index 26903e9176be..4c3c97ea5be9 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraints.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraints.java @@ -22,7 +22,9 @@ * * *
- * Describes constraints on a [Certificate][google.cloud.security.privateca.v1.Certificate]'s [Subject][google.cloud.security.privateca.v1.Subject] and
+ * Describes constraints on a
+ * [Certificate][google.cloud.security.privateca.v1.Certificate]'s
+ * [Subject][google.cloud.security.privateca.v1.Subject] and
  * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames].
  * 
* @@ -74,9 +76,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-   * and/or Subject Alternative Name before a certificate is signed.
-   * To see the full allowed syntax and some examples, see
+   * Optional. A CEL expression that may be used to validate the resolved X.509
+   * Subject and/or Subject Alternative Name before a certificate is signed. To
+   * see the full allowed syntax and some examples, see
    * https://cloud.google.com/certificate-authority-service/docs/using-cel
    * 
* @@ -92,9 +94,9 @@ public boolean hasCelExpression() { * * *
-   * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-   * and/or Subject Alternative Name before a certificate is signed.
-   * To see the full allowed syntax and some examples, see
+   * Optional. A CEL expression that may be used to validate the resolved X.509
+   * Subject and/or Subject Alternative Name before a certificate is signed. To
+   * see the full allowed syntax and some examples, see
    * https://cloud.google.com/certificate-authority-service/docs/using-cel
    * 
* @@ -110,9 +112,9 @@ public com.google.type.Expr getCelExpression() { * * *
-   * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-   * and/or Subject Alternative Name before a certificate is signed.
-   * To see the full allowed syntax and some examples, see
+   * Optional. A CEL expression that may be used to validate the resolved X.509
+   * Subject and/or Subject Alternative Name before a certificate is signed. To
+   * see the full allowed syntax and some examples, see
    * https://cloud.google.com/certificate-authority-service/docs/using-cel
    * 
* @@ -129,9 +131,11 @@ public com.google.type.ExprOrBuilder getCelExpressionOrBuilder() { * * *
-   * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-   * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-   * will be discarded.
+   * Required. If this is true, the
+   * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+   * from a certificate request into the signed certificate. Otherwise, the
+   * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+   * discarded.
    * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -147,9 +151,11 @@ public boolean hasAllowSubjectPassthrough() { * * *
-   * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-   * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-   * will be discarded.
+   * Required. If this is true, the
+   * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+   * from a certificate request into the signed certificate. Otherwise, the
+   * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+   * discarded.
    * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -168,9 +174,12 @@ public boolean getAllowSubjectPassthrough() { * * *
-   * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-   * certificate request into the signed certificate. Otherwise, the requested
-   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+   * Required. If this is true, the
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+   * extension may be copied from a certificate request into the signed
+   * certificate. Otherwise, the requested
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+   * be discarded.
    * 
* * @@ -187,9 +196,12 @@ public boolean hasAllowSubjectAltNamesPassthrough() { * * *
-   * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-   * certificate request into the signed certificate. Otherwise, the requested
-   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+   * Required. If this is true, the
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+   * extension may be copied from a certificate request into the signed
+   * certificate. Otherwise, the requested
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+   * be discarded.
    * 
* * @@ -407,7 +419,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Describes constraints on a [Certificate][google.cloud.security.privateca.v1.Certificate]'s [Subject][google.cloud.security.privateca.v1.Subject] and
+   * Describes constraints on a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]'s
+   * [Subject][google.cloud.security.privateca.v1.Subject] and
    * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames].
    * 
* @@ -635,9 +649,9 @@ public Builder mergeFrom( * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -652,9 +666,9 @@ public boolean hasCelExpression() { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -673,9 +687,9 @@ public com.google.type.Expr getCelExpression() { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -698,9 +712,9 @@ public Builder setCelExpression(com.google.type.Expr value) { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -720,9 +734,9 @@ public Builder setCelExpression(com.google.type.Expr.Builder builderForValue) { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -748,9 +762,9 @@ public Builder mergeCelExpression(com.google.type.Expr value) { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -770,9 +784,9 @@ public Builder clearCelExpression() { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -787,9 +801,9 @@ public com.google.type.Expr.Builder getCelExpressionBuilder() { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -806,9 +820,9 @@ public com.google.type.ExprOrBuilder getCelExpressionOrBuilder() { * * *
-     * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-     * and/or Subject Alternative Name before a certificate is signed.
-     * To see the full allowed syntax and some examples, see
+     * Optional. A CEL expression that may be used to validate the resolved X.509
+     * Subject and/or Subject Alternative Name before a certificate is signed. To
+     * see the full allowed syntax and some examples, see
      * https://cloud.google.com/certificate-authority-service/docs/using-cel
      * 
* @@ -832,9 +846,11 @@ public com.google.type.ExprOrBuilder getCelExpressionOrBuilder() { * * *
-     * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-     * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-     * will be discarded.
+     * Required. If this is true, the
+     * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+     * from a certificate request into the signed certificate. Otherwise, the
+     * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+     * discarded.
      * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -850,9 +866,11 @@ public boolean hasAllowSubjectPassthrough() { * * *
-     * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-     * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-     * will be discarded.
+     * Required. If this is true, the
+     * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+     * from a certificate request into the signed certificate. Otherwise, the
+     * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+     * discarded.
      * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -868,9 +886,11 @@ public boolean getAllowSubjectPassthrough() { * * *
-     * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-     * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-     * will be discarded.
+     * Required. If this is true, the
+     * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+     * from a certificate request into the signed certificate. Otherwise, the
+     * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+     * discarded.
      * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -890,9 +910,11 @@ public Builder setAllowSubjectPassthrough(boolean value) { * * *
-     * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-     * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-     * will be discarded.
+     * Required. If this is true, the
+     * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+     * from a certificate request into the signed certificate. Otherwise, the
+     * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+     * discarded.
      * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -912,9 +934,12 @@ public Builder clearAllowSubjectPassthrough() { * * *
-     * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-     * certificate request into the signed certificate. Otherwise, the requested
-     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+     * Required. If this is true, the
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+     * extension may be copied from a certificate request into the signed
+     * certificate. Otherwise, the requested
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+     * be discarded.
      * 
* * @@ -931,9 +956,12 @@ public boolean hasAllowSubjectAltNamesPassthrough() { * * *
-     * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-     * certificate request into the signed certificate. Otherwise, the requested
-     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+     * Required. If this is true, the
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+     * extension may be copied from a certificate request into the signed
+     * certificate. Otherwise, the requested
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+     * be discarded.
      * 
* * @@ -950,9 +978,12 @@ public boolean getAllowSubjectAltNamesPassthrough() { * * *
-     * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-     * certificate request into the signed certificate. Otherwise, the requested
-     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+     * Required. If this is true, the
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+     * extension may be copied from a certificate request into the signed
+     * certificate. Otherwise, the requested
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+     * be discarded.
      * 
* * @@ -973,9 +1004,12 @@ public Builder setAllowSubjectAltNamesPassthrough(boolean value) { * * *
-     * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-     * certificate request into the signed certificate. Otherwise, the requested
-     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+     * Required. If this is true, the
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+     * extension may be copied from a certificate request into the signed
+     * certificate. Otherwise, the requested
+     * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+     * be discarded.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraintsOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraintsOrBuilder.java index c517b250d649..a02173569ab7 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraintsOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateIdentityConstraintsOrBuilder.java @@ -27,9 +27,9 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-   * and/or Subject Alternative Name before a certificate is signed.
-   * To see the full allowed syntax and some examples, see
+   * Optional. A CEL expression that may be used to validate the resolved X.509
+   * Subject and/or Subject Alternative Name before a certificate is signed. To
+   * see the full allowed syntax and some examples, see
    * https://cloud.google.com/certificate-authority-service/docs/using-cel
    * 
* @@ -42,9 +42,9 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-   * and/or Subject Alternative Name before a certificate is signed.
-   * To see the full allowed syntax and some examples, see
+   * Optional. A CEL expression that may be used to validate the resolved X.509
+   * Subject and/or Subject Alternative Name before a certificate is signed. To
+   * see the full allowed syntax and some examples, see
    * https://cloud.google.com/certificate-authority-service/docs/using-cel
    * 
* @@ -57,9 +57,9 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Optional. A CEL expression that may be used to validate the resolved X.509 Subject
-   * and/or Subject Alternative Name before a certificate is signed.
-   * To see the full allowed syntax and some examples, see
+   * Optional. A CEL expression that may be used to validate the resolved X.509
+   * Subject and/or Subject Alternative Name before a certificate is signed. To
+   * see the full allowed syntax and some examples, see
    * https://cloud.google.com/certificate-authority-service/docs/using-cel
    * 
* @@ -71,9 +71,11 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-   * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-   * will be discarded.
+   * Required. If this is true, the
+   * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+   * from a certificate request into the signed certificate. Otherwise, the
+   * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+   * discarded.
    * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -86,9 +88,11 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate
-   * request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject]
-   * will be discarded.
+   * Required. If this is true, the
+   * [Subject][google.cloud.security.privateca.v1.Subject] field may be copied
+   * from a certificate request into the signed certificate. Otherwise, the
+   * requested [Subject][google.cloud.security.privateca.v1.Subject] will be
+   * discarded.
    * 
* * optional bool allow_subject_passthrough = 2 [(.google.api.field_behavior) = REQUIRED]; @@ -102,9 +106,12 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-   * certificate request into the signed certificate. Otherwise, the requested
-   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+   * Required. If this is true, the
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+   * extension may be copied from a certificate request into the signed
+   * certificate. Otherwise, the requested
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+   * be discarded.
    * 
* * @@ -118,9 +125,12 @@ public interface CertificateIdentityConstraintsOrBuilder * * *
-   * Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a
-   * certificate request into the signed certificate. Otherwise, the requested
-   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded.
+   * Required. If this is true, the
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+   * extension may be copied from a certificate request into the signed
+   * certificate. Otherwise, the requested
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will
+   * be discarded.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateOrBuilder.java index 286ead477474..85ea5194471b 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateOrBuilder.java @@ -27,7 +27,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+   * Output only. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -42,7 +43,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
+   * Output only. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -95,8 +97,8 @@ public interface CertificateOrBuilder * * *
-   * Immutable. A description of the certificate and key that does not require X.509 or
-   * ASN.1.
+   * Immutable. A description of the certificate and key that does not require
+   * X.509 or ASN.1.
    * 
* * @@ -110,8 +112,8 @@ public interface CertificateOrBuilder * * *
-   * Immutable. A description of the certificate and key that does not require X.509 or
-   * ASN.1.
+   * Immutable. A description of the certificate and key that does not require
+   * X.509 or ASN.1.
    * 
* * @@ -125,8 +127,8 @@ public interface CertificateOrBuilder * * *
-   * Immutable. A description of the certificate and key that does not require X.509 or
-   * ASN.1.
+   * Immutable. A description of the certificate and key that does not require
+   * X.509 or ASN.1.
    * 
* * @@ -139,8 +141,9 @@ public interface CertificateOrBuilder * * *
-   * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name of the issuing
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -154,8 +157,9 @@ public interface CertificateOrBuilder * * *
-   * Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Output only. The resource name of the issuing
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -170,8 +174,8 @@ public interface CertificateOrBuilder * * *
-   * Required. Immutable. The desired lifetime of a certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of a certificate. Used to create
+   * the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate. Note that the lifetime may be truncated if it would extend
    * past the life of any certificate authority in the issuing chain.
    * 
@@ -187,8 +191,8 @@ public interface CertificateOrBuilder * * *
-   * Required. Immutable. The desired lifetime of a certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of a certificate. Used to create
+   * the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate. Note that the lifetime may be truncated if it would extend
    * past the life of any certificate authority in the issuing chain.
    * 
@@ -204,8 +208,8 @@ public interface CertificateOrBuilder * * *
-   * Required. Immutable. The desired lifetime of a certificate. Used to create the
-   * "not_before_time" and "not_after_time" fields inside an X.509
+   * Required. Immutable. The desired lifetime of a certificate. Used to create
+   * the "not_before_time" and "not_after_time" fields inside an X.509
    * certificate. Note that the lifetime may be truncated if it would extend
    * past the life of any certificate authority in the issuing chain.
    * 
@@ -220,12 +224,14 @@ public interface CertificateOrBuilder * * *
-   * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-   * certificate, in the format
+   * Immutable. The resource name for a
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * used to issue this certificate, in the format
    * `projects/*/locations/*/certificateTemplates/*`.
    * If this is specified, the caller must have the necessary permission to
    * use this template. If this is omitted, no template will be used.
-   * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+   * This template must be in the same location as the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate].
    * 
* * @@ -239,12 +245,14 @@ public interface CertificateOrBuilder * * *
-   * Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this
-   * certificate, in the format
+   * Immutable. The resource name for a
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * used to issue this certificate, in the format
    * `projects/*/locations/*/certificateTemplates/*`.
    * If this is specified, the caller must have the necessary permission to
    * use this template. If this is omitted, no template will be used.
-   * This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate].
+   * This template must be in the same location as the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate].
    * 
* * @@ -259,8 +267,10 @@ public interface CertificateOrBuilder * * *
-   * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-   * If this is omitted, the `DEFAULT` subject mode will be used.
+   * Immutable. Specifies how the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+   * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+   * will be used.
    * 
* * @@ -274,8 +284,10 @@ public interface CertificateOrBuilder * * *
-   * Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided.
-   * If this is omitted, the `DEFAULT` subject mode will be used.
+   * Immutable. Specifies how the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity
+   * fields are to be decided. If this is omitted, the `DEFAULT` subject mode
+   * will be used.
    * 
* * @@ -290,8 +302,10 @@ public interface CertificateOrBuilder * * *
-   * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+   * Output only. Details regarding the revocation of this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+   * revoked if and only if this field is present.
    * 
* * @@ -305,8 +319,10 @@ public interface CertificateOrBuilder * * *
-   * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+   * Output only. Details regarding the revocation of this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+   * revoked if and only if this field is present.
    * 
* * @@ -320,8 +336,10 @@ public interface CertificateOrBuilder * * *
-   * Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present.
+   * Output only. Details regarding the revocation of this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate]. This
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] is considered
+   * revoked if and only if this field is present.
    * 
* * @@ -402,8 +420,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -416,8 +434,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -430,8 +448,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -445,8 +463,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The chain that may be used to verify the X.509 certificate. Expected to be
-   * in issuer-to-root order according to RFC 5246.
+   * Output only. The chain that may be used to verify the X.509 certificate.
+   * Expected to be in issuer-to-root order according to RFC 5246.
    * 
* * repeated string pem_certificate_chain = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -461,7 +479,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
    * 
* * .google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -474,7 +493,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
    * 
* * .google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -487,7 +507,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was created.
    * 
* * .google.protobuf.Timestamp create_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -499,7 +520,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
    * 
* * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -512,7 +534,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
    * 
* * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -525,7 +548,8 @@ public interface CertificateOrBuilder * * *
-   * Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
+   * Output only. The time at which this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] was updated.
    * 
* * .google.protobuf.Timestamp update_time = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationList.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationList.java index fe872da27a6b..eea893c55df0 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationList.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationList.java @@ -22,9 +22,10 @@ * * *
- * A [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] corresponds to a signed X.509 certificate
- * Revocation List (CRL). A CRL contains the serial numbers of certificates that
- * should no longer be trusted.
+ * A
+ * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+ * corresponds to a signed X.509 certificate Revocation List (CRL). A CRL
+ * contains the serial numbers of certificates that should no longer be trusted.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateRevocationList} @@ -89,7 +90,9 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * * *
-   * The state of a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList], indicating if it is current.
+   * The state of a
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList],
+   * indicating if it is current.
    * 
* * Protobuf enum {@code google.cloud.security.privateca.v1.CertificateRevocationList.State} @@ -109,7 +112,9 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is up to date.
+     * The
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * is up to date.
      * 
* * ACTIVE = 1; @@ -119,7 +124,9 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is no longer current.
+     * The
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * is no longer current.
      * 
* * SUPERSEDED = 2; @@ -142,7 +149,9 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is up to date.
+     * The
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * is up to date.
      * 
* * ACTIVE = 1; @@ -152,7 +161,9 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * * *
-     * The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is no longer current.
+     * The
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * is no longer current.
      * 
* * SUPERSEDED = 2; @@ -253,8 +264,9 @@ public interface RevokedCertificateOrBuilder * * *
-     * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-     * `projects/*/locations/*/caPools/*/certificates/*`.
+     * The resource name for the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+     * format `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -266,8 +278,9 @@ public interface RevokedCertificateOrBuilder * * *
-     * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-     * `projects/*/locations/*/caPools/*/certificates/*`.
+     * The resource name for the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+     * format `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -280,7 +293,8 @@ public interface RevokedCertificateOrBuilder * * *
-     * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * The serial number of the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * string hex_serial_number = 2; @@ -292,7 +306,8 @@ public interface RevokedCertificateOrBuilder * * *
-     * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * The serial number of the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * string hex_serial_number = 2; @@ -305,7 +320,9 @@ public interface RevokedCertificateOrBuilder * * *
-     * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The reason the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -317,7 +334,9 @@ public interface RevokedCertificateOrBuilder * * *
-     * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The reason the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -330,7 +349,8 @@ public interface RevokedCertificateOrBuilder * * *
-   * Describes a revoked [Certificate][google.cloud.security.privateca.v1.Certificate].
+   * Describes a revoked
+   * [Certificate][google.cloud.security.privateca.v1.Certificate].
    * 
* * Protobuf type {@code @@ -388,8 +408,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-     * `projects/*/locations/*/caPools/*/certificates/*`.
+     * The resource name for the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+     * format `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -412,8 +433,9 @@ public java.lang.String getCertificate() { * * *
-     * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-     * `projects/*/locations/*/caPools/*/certificates/*`.
+     * The resource name for the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+     * format `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -441,7 +463,8 @@ public com.google.protobuf.ByteString getCertificateBytes() { * * *
-     * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * The serial number of the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * string hex_serial_number = 2; @@ -464,7 +487,8 @@ public java.lang.String getHexSerialNumber() { * * *
-     * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * The serial number of the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * string hex_serial_number = 2; @@ -490,7 +514,9 @@ public com.google.protobuf.ByteString getHexSerialNumberBytes() { * * *
-     * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The reason the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -505,7 +531,9 @@ public int getRevocationReasonValue() { * * *
-     * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+     * The reason the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+     * revoked.
      * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -729,7 +757,8 @@ protected Builder newBuilderForType( * * *
-     * Describes a revoked [Certificate][google.cloud.security.privateca.v1.Certificate].
+     * Describes a revoked
+     * [Certificate][google.cloud.security.privateca.v1.Certificate].
      * 
* * Protobuf type {@code @@ -964,8 +993,9 @@ public Builder mergeFrom( * * *
-       * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-       * `projects/*/locations/*/caPools/*/certificates/*`.
+       * The resource name for the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+       * format `projects/*/locations/*/caPools/*/certificates/*`.
        * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -987,8 +1017,9 @@ public java.lang.String getCertificate() { * * *
-       * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-       * `projects/*/locations/*/caPools/*/certificates/*`.
+       * The resource name for the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+       * format `projects/*/locations/*/caPools/*/certificates/*`.
        * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -1010,8 +1041,9 @@ public com.google.protobuf.ByteString getCertificateBytes() { * * *
-       * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-       * `projects/*/locations/*/caPools/*/certificates/*`.
+       * The resource name for the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+       * format `projects/*/locations/*/caPools/*/certificates/*`.
        * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -1032,8 +1064,9 @@ public Builder setCertificate(java.lang.String value) { * * *
-       * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-       * `projects/*/locations/*/caPools/*/certificates/*`.
+       * The resource name for the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+       * format `projects/*/locations/*/caPools/*/certificates/*`.
        * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -1050,8 +1083,9 @@ public Builder clearCertificate() { * * *
-       * The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
-       * `projects/*/locations/*/caPools/*/certificates/*`.
+       * The resource name for the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] in the
+       * format `projects/*/locations/*/caPools/*/certificates/*`.
        * 
* * string certificate = 1 [(.google.api.resource_reference) = { ... } @@ -1075,7 +1109,8 @@ public Builder setCertificateBytes(com.google.protobuf.ByteString value) { * * *
-       * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+       * The serial number of the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate].
        * 
* * string hex_serial_number = 2; @@ -1097,7 +1132,8 @@ public java.lang.String getHexSerialNumber() { * * *
-       * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+       * The serial number of the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate].
        * 
* * string hex_serial_number = 2; @@ -1119,7 +1155,8 @@ public com.google.protobuf.ByteString getHexSerialNumberBytes() { * * *
-       * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+       * The serial number of the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate].
        * 
* * string hex_serial_number = 2; @@ -1140,7 +1177,8 @@ public Builder setHexSerialNumber(java.lang.String value) { * * *
-       * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+       * The serial number of the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate].
        * 
* * string hex_serial_number = 2; @@ -1157,7 +1195,8 @@ public Builder clearHexSerialNumber() { * * *
-       * The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate].
+       * The serial number of the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate].
        * 
* * string hex_serial_number = 2; @@ -1181,7 +1220,9 @@ public Builder setHexSerialNumberBytes(com.google.protobuf.ByteString value) { * * *
-       * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The reason the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -1196,7 +1237,9 @@ public int getRevocationReasonValue() { * * *
-       * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The reason the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -1214,7 +1257,9 @@ public Builder setRevocationReasonValue(int value) { * * *
-       * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The reason the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -1233,7 +1278,9 @@ public com.google.cloud.security.privateca.v1.RevocationReason getRevocationReas * * *
-       * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The reason the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -1255,7 +1302,9 @@ public Builder setRevocationReason( * * *
-       * The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked.
+       * The reason the
+       * [Certificate][google.cloud.security.privateca.v1.Certificate] was
+       * revoked.
        * 
* * .google.cloud.security.privateca.v1.RevocationReason revocation_reason = 3; @@ -1347,9 +1396,9 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-   * the format
-   * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+   * Output only. The resource name for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
    *    certificateRevocationLists/*`.
    * 
* @@ -1373,9 +1422,9 @@ public java.lang.String getName() { * * *
-   * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-   * the format
-   * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+   * Output only. The resource name for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
    *    certificateRevocationLists/*`.
    * 
* @@ -1613,7 +1662,10 @@ public com.google.protobuf.ByteString getAccessUrlBytes() { * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+   * for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -1630,7 +1682,10 @@ public int getStateValue() { * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+   * for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -1654,7 +1709,9 @@ public com.google.cloud.security.privateca.v1.CertificateRevocationList.State ge * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1670,7 +1727,9 @@ public boolean hasCreateTime() { * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1686,7 +1745,9 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1703,7 +1764,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1719,7 +1782,9 @@ public boolean hasUpdateTime() { * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1735,7 +1800,9 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1754,9 +1821,10 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-   * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-   * committed whenever a new CRL is published. The format is an 8-character
-   * hexadecimal string.
+   * Output only. The revision ID of this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * A new revision is committed whenever a new CRL is published. The format is
+   * an 8-character hexadecimal string.
    * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1779,9 +1847,10 @@ public java.lang.String getRevisionId() { * * *
-   * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-   * committed whenever a new CRL is published. The format is an 8-character
-   * hexadecimal string.
+   * Output only. The revision ID of this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * A new revision is committed whenever a new CRL is published. The format is
+   * an 8-character hexadecimal string.
    * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -2173,9 +2242,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] corresponds to a signed X.509 certificate
-   * Revocation List (CRL). A CRL contains the serial numbers of certificates that
-   * should no longer be trusted.
+   * A
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * corresponds to a signed X.509 certificate Revocation List (CRL). A CRL
+   * contains the serial numbers of certificates that should no longer be trusted.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateRevocationList} @@ -2571,9 +2641,9 @@ public Builder mergeFrom( * * *
-     * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-     * the format
-     * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+     * Output only. The resource name for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
      *    certificateRevocationLists/*`.
      * 
* @@ -2596,9 +2666,9 @@ public java.lang.String getName() { * * *
-     * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-     * the format
-     * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+     * Output only. The resource name for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
      *    certificateRevocationLists/*`.
      * 
* @@ -2621,9 +2691,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-     * the format
-     * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+     * Output only. The resource name for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
      *    certificateRevocationLists/*`.
      * 
* @@ -2645,9 +2715,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-     * the format
-     * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+     * Output only. The resource name for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
      *    certificateRevocationLists/*`.
      * 
* @@ -2665,9 +2735,9 @@ public Builder clearName() { * * *
-     * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-     * the format
-     * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+     * Output only. The resource name for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
      *    certificateRevocationLists/*`.
      * 
* @@ -3391,7 +3461,10 @@ public Builder setAccessUrlBytes(com.google.protobuf.ByteString value) { * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+     * for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -3408,7 +3481,10 @@ public int getStateValue() { * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+     * for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -3428,7 +3504,10 @@ public Builder setStateValue(int value) { * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+     * for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -3449,7 +3528,10 @@ public com.google.cloud.security.privateca.v1.CertificateRevocationList.State ge * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+     * for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -3473,7 +3555,10 @@ public Builder setState( * * *
-     * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * Output only. The
+     * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+     * for this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -3499,7 +3584,9 @@ public Builder clearState() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3515,7 +3602,9 @@ public boolean hasCreateTime() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3537,7 +3626,9 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3561,7 +3652,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3582,7 +3675,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3609,7 +3704,9 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3630,7 +3727,9 @@ public Builder clearCreateTime() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3646,7 +3745,9 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3666,7 +3767,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was created.
      * 
* * @@ -3700,7 +3803,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3716,7 +3821,9 @@ public boolean hasUpdateTime() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3738,7 +3845,9 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3762,7 +3871,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3783,7 +3894,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3810,7 +3923,9 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3831,7 +3946,9 @@ public Builder clearUpdateTime() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3847,7 +3964,9 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3867,7 +3986,9 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+     * Output only. The time at which this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * was updated.
      * 
* * @@ -3896,9 +4017,10 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-     * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-     * committed whenever a new CRL is published. The format is an 8-character
-     * hexadecimal string.
+     * Output only. The revision ID of this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * A new revision is committed whenever a new CRL is published. The format is
+     * an 8-character hexadecimal string.
      * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3920,9 +4042,10 @@ public java.lang.String getRevisionId() { * * *
-     * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-     * committed whenever a new CRL is published. The format is an 8-character
-     * hexadecimal string.
+     * Output only. The revision ID of this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * A new revision is committed whenever a new CRL is published. The format is
+     * an 8-character hexadecimal string.
      * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3944,9 +4067,10 @@ public com.google.protobuf.ByteString getRevisionIdBytes() { * * *
-     * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-     * committed whenever a new CRL is published. The format is an 8-character
-     * hexadecimal string.
+     * Output only. The revision ID of this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * A new revision is committed whenever a new CRL is published. The format is
+     * an 8-character hexadecimal string.
      * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3967,9 +4091,10 @@ public Builder setRevisionId(java.lang.String value) { * * *
-     * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-     * committed whenever a new CRL is published. The format is an 8-character
-     * hexadecimal string.
+     * Output only. The revision ID of this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * A new revision is committed whenever a new CRL is published. The format is
+     * an 8-character hexadecimal string.
      * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -3986,9 +4111,10 @@ public Builder clearRevisionId() { * * *
-     * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-     * committed whenever a new CRL is published. The format is an 8-character
-     * hexadecimal string.
+     * Output only. The revision ID of this
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * A new revision is committed whenever a new CRL is published. The format is
+     * an 8-character hexadecimal string.
      * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationListOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationListOrBuilder.java index 0e4a9b30b3ab..bc695656bbc8 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationListOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateRevocationListOrBuilder.java @@ -27,9 +27,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-   * the format
-   * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+   * Output only. The resource name for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
    *    certificateRevocationLists/*`.
    * 
* @@ -42,9 +42,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in
-   * the format
-   * `projects/*/locations/*/caPools/*certificateAuthorities/*/
+   * Output only. The resource name for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/
    *    certificateRevocationLists/*`.
    * 
* @@ -190,7 +190,10 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+   * for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -204,7 +207,10 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * Output only. The
+   * [State][google.cloud.security.privateca.v1.CertificateRevocationList.State]
+   * for this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -219,7 +225,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -232,7 +240,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -245,7 +255,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -257,7 +269,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -270,7 +284,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -283,7 +299,9 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated.
+   * Output only. The time at which this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -295,9 +313,10 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-   * committed whenever a new CRL is published. The format is an 8-character
-   * hexadecimal string.
+   * Output only. The revision ID of this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * A new revision is committed whenever a new CRL is published. The format is
+   * an 8-character hexadecimal string.
    * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -309,9 +328,10 @@ public interface CertificateRevocationListOrBuilder * * *
-   * Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is
-   * committed whenever a new CRL is published. The format is an 8-character
-   * hexadecimal string.
+   * Output only. The revision ID of this
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * A new revision is committed whenever a new CRL is published. The format is
+   * an 8-character hexadecimal string.
    * 
* * string revision_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplate.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplate.java index 6c66e2234a9e..a6d98a1204c9 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplate.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplate.java @@ -22,8 +22,9 @@ * * *
- * A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] refers to a managed template for certificate
- * issuance.
+ * A
+ * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+ * refers to a managed template for certificate issuance.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateTemplate} @@ -88,8 +89,9 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * * *
-   * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Output only. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -114,8 +116,9 @@ public java.lang.String getName() { * * *
-   * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Output only. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -143,13 +146,15 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Optional. A set of X.509 values that will be applied to all issued certificates that
-   * use this template. If the certificate request includes conflicting values
-   * for the same properties, they will be overwritten by the values defined
-   * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * Optional. A set of X.509 values that will be applied to all issued
+   * certificates that use this template. If the certificate request includes
+   * conflicting values for the same properties, they will be overwritten by the
+   * values defined here. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
    * defines conflicting
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-   * properties, the certificate issuance request will fail.
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * for the same properties, the certificate issuance request will fail.
    * 
* * @@ -166,13 +171,15 @@ public boolean hasPredefinedValues() { * * *
-   * Optional. A set of X.509 values that will be applied to all issued certificates that
-   * use this template. If the certificate request includes conflicting values
-   * for the same properties, they will be overwritten by the values defined
-   * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * Optional. A set of X.509 values that will be applied to all issued
+   * certificates that use this template. If the certificate request includes
+   * conflicting values for the same properties, they will be overwritten by the
+   * values defined here. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
    * defines conflicting
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-   * properties, the certificate issuance request will fail.
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * for the same properties, the certificate issuance request will fail.
    * 
* * @@ -191,13 +198,15 @@ public com.google.cloud.security.privateca.v1.X509Parameters getPredefinedValues * * *
-   * Optional. A set of X.509 values that will be applied to all issued certificates that
-   * use this template. If the certificate request includes conflicting values
-   * for the same properties, they will be overwritten by the values defined
-   * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * Optional. A set of X.509 values that will be applied to all issued
+   * certificates that use this template. If the certificate request includes
+   * conflicting values for the same properties, they will be overwritten by the
+   * values defined here. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
    * defines conflicting
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-   * properties, the certificate issuance request will fail.
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * for the same properties, the certificate issuance request will fail.
    * 
* * @@ -220,8 +229,9 @@ public com.google.cloud.security.privateca.v1.X509Parameters getPredefinedValues * *
    * Optional. Describes constraints on identities that may be appear in
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-   * then this template will not add restrictions on a certificate's identity.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+   * this template. If this is omitted, then this template will not add
+   * restrictions on a certificate's identity.
    * 
* * @@ -239,8 +249,9 @@ public boolean hasIdentityConstraints() { * *
    * Optional. Describes constraints on identities that may be appear in
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-   * then this template will not add restrictions on a certificate's identity.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+   * this template. If this is omitted, then this template will not add
+   * restrictions on a certificate's identity.
    * 
* * @@ -261,8 +272,9 @@ public boolean hasIdentityConstraints() { * *
    * Optional. Describes constraints on identities that may be appear in
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-   * then this template will not add restrictions on a certificate's identity.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+   * this template. If this is omitted, then this template will not add
+   * restrictions on a certificate's identity.
    * 
* * @@ -285,15 +297,22 @@ public boolean hasIdentityConstraints() { * *
    * Optional. Describes the set of X.509 extensions that may appear in a
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-   * request sets extensions that don't appear in the
-   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-   * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-   * here, the certificate issuance request will fail. If this is omitted, then
-   * this template will not add restrictions on a certificate's X.509
-   * extensions. These constraints do not apply to X.509 extensions set in this
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+   * If a certificate request sets extensions that don't appear in the
+   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+   * those extensions will be dropped. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * defines
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * that don't appear here, the certificate issuance request will fail. If this
+   * is omitted, then this template will not add restrictions on a certificate's
+   * X.509 extensions. These constraints do not apply to X.509 extensions set in
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+   * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
    * 
* * @@ -311,15 +330,22 @@ public boolean hasPassthroughExtensions() { * *
    * Optional. Describes the set of X.509 extensions that may appear in a
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-   * request sets extensions that don't appear in the
-   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-   * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-   * here, the certificate issuance request will fail. If this is omitted, then
-   * this template will not add restrictions on a certificate's X.509
-   * extensions. These constraints do not apply to X.509 extensions set in this
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+   * If a certificate request sets extensions that don't appear in the
+   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+   * those extensions will be dropped. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * defines
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * that don't appear here, the certificate issuance request will fail. If this
+   * is omitted, then this template will not add restrictions on a certificate's
+   * X.509 extensions. These constraints do not apply to X.509 extensions set in
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+   * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
    * 
* * @@ -341,15 +367,22 @@ public boolean hasPassthroughExtensions() { * *
    * Optional. Describes the set of X.509 extensions that may appear in a
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-   * request sets extensions that don't appear in the
-   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-   * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-   * here, the certificate issuance request will fail. If this is omitted, then
-   * this template will not add restrictions on a certificate's X.509
-   * extensions. These constraints do not apply to X.509 extensions set in this
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+   * If a certificate request sets extensions that don't appear in the
+   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+   * those extensions will be dropped. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * defines
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * that don't appear here, the certificate issuance request will fail. If this
+   * is omitted, then this template will not add restrictions on a certificate's
+   * X.509 extensions. These constraints do not apply to X.509 extensions set in
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+   * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
    * 
* * @@ -373,7 +406,8 @@ public boolean hasPassthroughExtensions() { * * *
-   * Optional. A human-readable description of scenarios this template is intended for.
+   * Optional. A human-readable description of scenarios this template is
+   * intended for.
    * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -396,7 +430,8 @@ public java.lang.String getDescription() { * * *
-   * Optional. A human-readable description of scenarios this template is intended for.
+   * Optional. A human-readable description of scenarios this template is
+   * intended for.
    * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -422,7 +457,9 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -438,7 +475,9 @@ public boolean hasCreateTime() { * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -454,7 +493,9 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -471,7 +512,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -487,7 +530,9 @@ public boolean hasUpdateTime() { * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -503,7 +548,9 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -877,8 +924,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] refers to a managed template for certificate
-   * issuance.
+   * A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * refers to a managed template for certificate issuance.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CertificateTemplate} @@ -1211,8 +1259,9 @@ public Builder mergeFrom( * * *
-     * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Output only. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -1236,8 +1285,9 @@ public java.lang.String getName() { * * *
-     * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Output only. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -1261,8 +1311,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Output only. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -1285,8 +1336,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Output only. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -1305,8 +1357,9 @@ public Builder clearName() { * * *
-     * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Output only. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -1337,13 +1390,15 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1359,13 +1414,15 @@ public boolean hasPredefinedValues() { * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1387,13 +1444,15 @@ public com.google.cloud.security.privateca.v1.X509Parameters getPredefinedValues * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1418,13 +1477,15 @@ public Builder setPredefinedValues( * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1446,13 +1507,15 @@ public Builder setPredefinedValues( * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1481,13 +1544,15 @@ public Builder mergePredefinedValues( * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1508,13 +1573,15 @@ public Builder clearPredefinedValues() { * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1531,13 +1598,15 @@ public Builder clearPredefinedValues() { * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1558,13 +1627,15 @@ public Builder clearPredefinedValues() { * * *
-     * Optional. A set of X.509 values that will be applied to all issued certificates that
-     * use this template. If the certificate request includes conflicting values
-     * for the same properties, they will be overwritten by the values defined
-     * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * Optional. A set of X.509 values that will be applied to all issued
+     * certificates that use this template. If the certificate request includes
+     * conflicting values for the same properties, they will be overwritten by the
+     * values defined here. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
      * defines conflicting
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-     * properties, the certificate issuance request will fail.
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * for the same properties, the certificate issuance request will fail.
      * 
* * @@ -1600,8 +1671,9 @@ public Builder clearPredefinedValues() { * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1618,8 +1690,9 @@ public boolean hasIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1644,8 +1717,9 @@ public boolean hasIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1671,8 +1745,9 @@ public Builder setIdentityConstraints( * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1696,8 +1771,9 @@ public Builder setIdentityConstraints( * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1728,8 +1804,9 @@ public Builder mergeIdentityConstraints( * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1751,8 +1828,9 @@ public Builder clearIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1770,8 +1848,9 @@ public Builder clearIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1794,8 +1873,9 @@ public Builder clearIdentityConstraints() { * *
      * Optional. Describes constraints on identities that may be appear in
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-     * then this template will not add restrictions on a certificate's identity.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+     * this template. If this is omitted, then this template will not add
+     * restrictions on a certificate's identity.
      * 
* * @@ -1831,15 +1911,22 @@ public Builder clearIdentityConstraints() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -1856,15 +1943,22 @@ public boolean hasPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -1889,15 +1983,22 @@ public boolean hasPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -1923,15 +2024,22 @@ public Builder setPassthroughExtensions( * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -1955,15 +2063,22 @@ public Builder setPassthroughExtensions( * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -1994,15 +2109,22 @@ public Builder mergePassthroughExtensions( * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -2024,15 +2146,22 @@ public Builder clearPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -2050,15 +2179,22 @@ public Builder clearPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -2081,15 +2217,22 @@ public Builder clearPassthroughExtensions() { * *
      * Optional. Describes the set of X.509 extensions that may appear in a
-     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-     * request sets extensions that don't appear in the
-     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-     * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-     * here, the certificate issuance request will fail. If this is omitted, then
-     * this template will not add restrictions on a certificate's X.509
-     * extensions. These constraints do not apply to X.509 extensions set in this
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+     * If a certificate request sets extensions that don't appear in the
+     * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+     * those extensions will be dropped. If the issuing
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+     * defines
+     * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+     * that don't appear here, the certificate issuance request will fail. If this
+     * is omitted, then this template will not add restrictions on a certificate's
+     * X.509 extensions. These constraints do not apply to X.509 extensions set in
+     * this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+     * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
      * 
* * @@ -2118,7 +2261,8 @@ public Builder clearPassthroughExtensions() { * * *
-     * Optional. A human-readable description of scenarios this template is intended for.
+     * Optional. A human-readable description of scenarios this template is
+     * intended for.
      * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2140,7 +2284,8 @@ public java.lang.String getDescription() { * * *
-     * Optional. A human-readable description of scenarios this template is intended for.
+     * Optional. A human-readable description of scenarios this template is
+     * intended for.
      * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2162,7 +2307,8 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-     * Optional. A human-readable description of scenarios this template is intended for.
+     * Optional. A human-readable description of scenarios this template is
+     * intended for.
      * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2183,7 +2329,8 @@ public Builder setDescription(java.lang.String value) { * * *
-     * Optional. A human-readable description of scenarios this template is intended for.
+     * Optional. A human-readable description of scenarios this template is
+     * intended for.
      * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2200,7 +2347,8 @@ public Builder clearDescription() { * * *
-     * Optional. A human-readable description of scenarios this template is intended for.
+     * Optional. A human-readable description of scenarios this template is
+     * intended for.
      * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -2229,7 +2377,9 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2245,7 +2395,9 @@ public boolean hasCreateTime() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2267,7 +2419,9 @@ public com.google.protobuf.Timestamp getCreateTime() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2291,7 +2445,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2312,7 +2468,9 @@ public Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2339,7 +2497,9 @@ public Builder mergeCreateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2360,7 +2520,9 @@ public Builder clearCreateTime() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2376,7 +2538,9 @@ public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2396,7 +2560,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was created.
      * 
* * @@ -2430,7 +2596,9 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2446,7 +2614,9 @@ public boolean hasUpdateTime() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2468,7 +2638,9 @@ public com.google.protobuf.Timestamp getUpdateTime() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2492,7 +2664,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2513,7 +2687,9 @@ public Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForVal * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2540,7 +2716,9 @@ public Builder mergeUpdateTime(com.google.protobuf.Timestamp value) { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2561,7 +2739,9 @@ public Builder clearUpdateTime() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2577,7 +2757,9 @@ public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * @@ -2597,7 +2779,9 @@ public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder() { * * *
-     * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+     * Output only. The time at which this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * was updated.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplateOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplateOrBuilder.java index fb833d81c143..abeb5caae9c7 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplateOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CertificateTemplateOrBuilder.java @@ -27,8 +27,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Output only. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Output only. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -58,13 +60,15 @@ public interface CertificateTemplateOrBuilder * * *
-   * Optional. A set of X.509 values that will be applied to all issued certificates that
-   * use this template. If the certificate request includes conflicting values
-   * for the same properties, they will be overwritten by the values defined
-   * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * Optional. A set of X.509 values that will be applied to all issued
+   * certificates that use this template. If the certificate request includes
+   * conflicting values for the same properties, they will be overwritten by the
+   * values defined here. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
    * defines conflicting
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-   * properties, the certificate issuance request will fail.
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * for the same properties, the certificate issuance request will fail.
    * 
* * @@ -78,13 +82,15 @@ public interface CertificateTemplateOrBuilder * * *
-   * Optional. A set of X.509 values that will be applied to all issued certificates that
-   * use this template. If the certificate request includes conflicting values
-   * for the same properties, they will be overwritten by the values defined
-   * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * Optional. A set of X.509 values that will be applied to all issued
+   * certificates that use this template. If the certificate request includes
+   * conflicting values for the same properties, they will be overwritten by the
+   * values defined here. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
    * defines conflicting
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-   * properties, the certificate issuance request will fail.
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * for the same properties, the certificate issuance request will fail.
    * 
* * @@ -98,13 +104,15 @@ public interface CertificateTemplateOrBuilder * * *
-   * Optional. A set of X.509 values that will be applied to all issued certificates that
-   * use this template. If the certificate request includes conflicting values
-   * for the same properties, they will be overwritten by the values defined
-   * here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * Optional. A set of X.509 values that will be applied to all issued
+   * certificates that use this template. If the certificate request includes
+   * conflicting values for the same properties, they will be overwritten by the
+   * values defined here. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
    * defines conflicting
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same
-   * properties, the certificate issuance request will fail.
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * for the same properties, the certificate issuance request will fail.
    * 
* * @@ -118,8 +126,9 @@ public interface CertificateTemplateOrBuilder * *
    * Optional. Describes constraints on identities that may be appear in
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-   * then this template will not add restrictions on a certificate's identity.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+   * this template. If this is omitted, then this template will not add
+   * restrictions on a certificate's identity.
    * 
* * @@ -134,8 +143,9 @@ public interface CertificateTemplateOrBuilder * *
    * Optional. Describes constraints on identities that may be appear in
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-   * then this template will not add restrictions on a certificate's identity.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+   * this template. If this is omitted, then this template will not add
+   * restrictions on a certificate's identity.
    * 
* * @@ -150,8 +160,9 @@ public interface CertificateTemplateOrBuilder * *
    * Optional. Describes constraints on identities that may be appear in
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted,
-   * then this template will not add restrictions on a certificate's identity.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] issued using
+   * this template. If this is omitted, then this template will not add
+   * restrictions on a certificate's identity.
    * 
* * @@ -166,15 +177,22 @@ public interface CertificateTemplateOrBuilder * *
    * Optional. Describes the set of X.509 extensions that may appear in a
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-   * request sets extensions that don't appear in the
-   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-   * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-   * here, the certificate issuance request will fail. If this is omitted, then
-   * this template will not add restrictions on a certificate's X.509
-   * extensions. These constraints do not apply to X.509 extensions set in this
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+   * If a certificate request sets extensions that don't appear in the
+   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+   * those extensions will be dropped. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * defines
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * that don't appear here, the certificate issuance request will fail. If this
+   * is omitted, then this template will not add restrictions on a certificate's
+   * X.509 extensions. These constraints do not apply to X.509 extensions set in
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+   * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
    * 
* * @@ -189,15 +207,22 @@ public interface CertificateTemplateOrBuilder * *
    * Optional. Describes the set of X.509 extensions that may appear in a
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-   * request sets extensions that don't appear in the
-   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-   * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-   * here, the certificate issuance request will fail. If this is omitted, then
-   * this template will not add restrictions on a certificate's X.509
-   * extensions. These constraints do not apply to X.509 extensions set in this
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+   * If a certificate request sets extensions that don't appear in the
+   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+   * those extensions will be dropped. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * defines
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * that don't appear here, the certificate issuance request will fail. If this
+   * is omitted, then this template will not add restrictions on a certificate's
+   * X.509 extensions. These constraints do not apply to X.509 extensions set in
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+   * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
    * 
* * @@ -212,15 +237,22 @@ public interface CertificateTemplateOrBuilder * *
    * Optional. Describes the set of X.509 extensions that may appear in a
-   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate
-   * request sets extensions that don't appear in the
-   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the
-   * issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines
-   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear
-   * here, the certificate issuance request will fail. If this is omitted, then
-   * this template will not add restrictions on a certificate's X.509
-   * extensions. These constraints do not apply to X.509 extensions set in this
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] issued using
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate].
+   * If a certificate request sets extensions that don't appear in the
+   * [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions],
+   * those extensions will be dropped. If the issuing
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy]
+   * defines
+   * [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]
+   * that don't appear here, the certificate issuance request will fail. If this
+   * is omitted, then this template will not add restrictions on a certificate's
+   * X.509 extensions. These constraints do not apply to X.509 extensions set in
+   * this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s
+   * [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values].
    * 
* * @@ -234,7 +266,8 @@ public interface CertificateTemplateOrBuilder * * *
-   * Optional. A human-readable description of scenarios this template is intended for.
+   * Optional. A human-readable description of scenarios this template is
+   * intended for.
    * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -246,7 +279,8 @@ public interface CertificateTemplateOrBuilder * * *
-   * Optional. A human-readable description of scenarios this template is intended for.
+   * Optional. A human-readable description of scenarios this template is
+   * intended for.
    * 
* * string description = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -259,7 +293,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -272,7 +308,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -285,7 +323,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was created.
    * 
* * .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -297,7 +337,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -310,7 +352,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -323,7 +367,9 @@ public interface CertificateTemplateOrBuilder * * *
-   * Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated.
+   * Output only. The time at which this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * was updated.
    * 
* * .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequest.java index 3c649cb4092c..c1c6c5814574 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequest.java @@ -79,7 +79,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The resource name of the location associated with the
-   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+   * `projects/*/locations/*`.
    * 
* * @@ -105,7 +106,8 @@ public java.lang.String getParent() { * *
    * Required. The resource name of the location associated with the
-   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+   * `projects/*/locations/*`.
    * 
* * @@ -186,7 +188,8 @@ public com.google.protobuf.ByteString getCaPoolIdBytes() { * * *
-   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+   * initial field values.
    * 
* * @@ -203,7 +206,8 @@ public boolean hasCaPool() { * * *
-   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+   * initial field values.
    * 
* * @@ -222,7 +226,8 @@ public com.google.cloud.security.privateca.v1.CaPool getCaPool() { * * *
-   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+   * initial field values.
    * 
* * @@ -244,12 +249,12 @@ public com.google.cloud.security.privateca.v1.CaPoolOrBuilder getCaPoolOrBuilder * * *
-   * 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.
@@ -277,12 +282,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -736,7 +741,8 @@ public Builder mergeFrom(
      *
      * 
      * Required. The resource name of the location associated with the
-     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+     * `projects/*/locations/*`.
      * 
* * @@ -761,7 +767,8 @@ public java.lang.String getParent() { * *
      * Required. The resource name of the location associated with the
-     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+     * `projects/*/locations/*`.
      * 
* * @@ -786,7 +793,8 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The resource name of the location associated with the
-     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+     * `projects/*/locations/*`.
      * 
* * @@ -810,7 +818,8 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The resource name of the location associated with the
-     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+     * `projects/*/locations/*`.
      * 
* * @@ -830,7 +839,8 @@ public Builder clearParent() { * *
      * Required. The resource name of the location associated with the
-     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+     * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+     * `projects/*/locations/*`.
      * 
* * @@ -972,7 +982,8 @@ public Builder setCaPoolIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -988,7 +999,8 @@ public boolean hasCaPool() { * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1010,7 +1022,8 @@ public com.google.cloud.security.privateca.v1.CaPool getCaPool() { * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1034,7 +1047,8 @@ public Builder setCaPool(com.google.cloud.security.privateca.v1.CaPool value) { * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1056,7 +1070,8 @@ public Builder setCaPool( * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1083,7 +1098,8 @@ public Builder mergeCaPool(com.google.cloud.security.privateca.v1.CaPool value) * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1104,7 +1120,8 @@ public Builder clearCaPool() { * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1120,7 +1137,8 @@ public com.google.cloud.security.privateca.v1.CaPool.Builder getCaPoolBuilder() * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1140,7 +1158,8 @@ public com.google.cloud.security.privateca.v1.CaPoolOrBuilder getCaPoolOrBuilder * * *
-     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+     * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+     * initial field values.
      * 
* * @@ -1169,12 +1188,12 @@ public com.google.cloud.security.privateca.v1.CaPoolOrBuilder getCaPoolOrBuilder * * *
-     * 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.
@@ -1201,12 +1220,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1233,12 +1252,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1264,12 +1283,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1291,12 +1310,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequestOrBuilder.java
index 9abe15b373fa..4ab84da101b4 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCaPoolRequestOrBuilder.java
@@ -28,7 +28,8 @@ public interface CreateCaPoolRequestOrBuilder
    *
    * 
    * Required. The resource name of the location associated with the
-   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+   * `projects/*/locations/*`.
    * 
* * @@ -43,7 +44,8 @@ public interface CreateCaPoolRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`.
+   * [CaPool][google.cloud.security.privateca.v1.CaPool], in the format
+   * `projects/*/locations/*`.
    * 
* * @@ -85,7 +87,8 @@ public interface CreateCaPoolRequestOrBuilder * * *
-   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+   * initial field values.
    * 
* * @@ -99,7 +102,8 @@ public interface CreateCaPoolRequestOrBuilder * * *
-   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+   * initial field values.
    * 
* * @@ -113,7 +117,8 @@ public interface CreateCaPoolRequestOrBuilder * * *
-   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values.
+   * Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with
+   * initial field values.
    * 
* * @@ -126,12 +131,12 @@ public interface CreateCaPoolRequestOrBuilder * * *
-   * 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.
@@ -148,12 +153,12 @@ public interface CreateCaPoolRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequest.java
index 03fb4b115e18..29ef2ca68a06 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequest.java
@@ -79,9 +79,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -106,9 +107,10 @@ public java.lang.String getParent() { * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -189,7 +191,9 @@ public com.google.protobuf.ByteString getCertificateAuthorityIdBytes() { * * *
-   * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+   * Required. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with initial field values.
    * 
* * @@ -206,7 +210,9 @@ public boolean hasCertificateAuthority() { * * *
-   * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+   * Required. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with initial field values.
    * 
* * @@ -225,7 +231,9 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-   * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+   * Required. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with initial field values.
    * 
* * @@ -248,12 +256,12 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-   * 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.
@@ -281,12 +289,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -756,9 +764,10 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -782,9 +791,10 @@ public java.lang.String getParent() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -808,9 +818,10 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -833,9 +844,10 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -854,9 +866,10 @@ public Builder clearParent() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -998,7 +1011,9 @@ public Builder setCertificateAuthorityIdBytes(com.google.protobuf.ByteString val * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1014,7 +1029,9 @@ public boolean hasCertificateAuthority() { * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1036,7 +1053,9 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1061,7 +1080,9 @@ public Builder setCertificateAuthority( * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1083,7 +1104,9 @@ public Builder setCertificateAuthority( * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1113,7 +1136,9 @@ public Builder mergeCertificateAuthority( * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1134,7 +1159,9 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1151,7 +1178,9 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1172,7 +1201,9 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+     * Required. A
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with initial field values.
      * 
* * @@ -1201,12 +1232,12 @@ public Builder clearCertificateAuthority() { * * *
-     * 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.
@@ -1233,12 +1264,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1265,12 +1296,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1296,12 +1327,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1323,12 +1354,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequestOrBuilder.java
index a41b960295e0..3ed4b3a736ae 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateAuthorityRequestOrBuilder.java
@@ -27,9 +27,10 @@ public interface CreateCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -43,9 +44,10 @@ public interface CreateCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -87,7 +89,9 @@ public interface CreateCertificateAuthorityRequestOrBuilder * * *
-   * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+   * Required. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with initial field values.
    * 
* * @@ -101,7 +105,9 @@ public interface CreateCertificateAuthorityRequestOrBuilder * * *
-   * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+   * Required. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with initial field values.
    * 
* * @@ -115,7 +121,9 @@ public interface CreateCertificateAuthorityRequestOrBuilder * * *
-   * Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values.
+   * Required. A
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with initial field values.
    * 
* * @@ -129,12 +137,12 @@ public interface CreateCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -151,12 +159,12 @@ public interface CreateCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequest.java
index 3e8d7eba4a5a..d32debcd6874 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequest.java
@@ -22,7 +22,8 @@
  *
  *
  * 
- * Request message for [CertificateAuthorityService.CreateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate].
+ * Request message for
+ * [CertificateAuthorityService.CreateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CreateCertificateRequest} @@ -78,8 +79,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-   * in the format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -104,8 +107,10 @@ public java.lang.String getParent() { * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-   * in the format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -137,8 +142,9 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * Optional. It must be unique within a location and match the regular
    * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-   * but is optional and its value is ignored otherwise.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+   * value is ignored otherwise.
    * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -163,8 +169,9 @@ public java.lang.String getCertificateId() { *
    * Optional. It must be unique within a location and match the regular
    * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-   * but is optional and its value is ignored otherwise.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+   * value is ignored otherwise.
    * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -190,7 +197,8 @@ public com.google.protobuf.ByteString getCertificateIdBytes() { * * *
-   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with initial field values.
    * 
* * @@ -207,7 +215,8 @@ public boolean hasCertificate() { * * *
-   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with initial field values.
    * 
* * @@ -226,7 +235,8 @@ public com.google.cloud.security.privateca.v1.Certificate getCertificate() { * * *
-   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with initial field values.
    * 
* * @@ -248,10 +258,10 @@ public com.google.cloud.security.privateca.v1.CertificateOrBuilder getCertificat * * *
-   * 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.
+   * 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
@@ -281,10 +291,10 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
+   * 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
@@ -317,9 +327,15 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
    *
    *
    * 
-   * Optional. If this is true, no [Certificate][google.cloud.security.privateca.v1.Certificate] resource will be persisted regardless
-   * of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned [Certificate][google.cloud.security.privateca.v1.Certificate]
-   * will not contain the [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] field.
+   * Optional. If this is true, no
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] resource will
+   * be persisted regardless of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] will not
+   * contain the
+   * [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate]
+   * field.
    * 
* * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -339,17 +355,24 @@ public boolean getValidateOnly() { * * *
-   * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-   * certificate.  This optional field will ignore the load-balancing scheme of
-   * the Pool and directly issue the certificate from the CA with the specified
-   * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-   * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-   * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-   * a Certificate Authority with resource name
+   * Optional. The resource ID of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that should issue the certificate.  This optional field will ignore the
+   * load-balancing scheme of the Pool and directly issue the certificate from
+   * the CA with the specified ID, contained in the same
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+   * Per-CA quota rules apply. If left empty, a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+   * by the service. For example, to issue a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+   * Certificate Authority with resource name
    * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-   * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-   * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+   * you can set the
+   * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+   * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+   * to "my-ca".
    * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -373,17 +396,24 @@ public java.lang.String getIssuingCertificateAuthorityId() { * * *
-   * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-   * certificate.  This optional field will ignore the load-balancing scheme of
-   * the Pool and directly issue the certificate from the CA with the specified
-   * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-   * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-   * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-   * a Certificate Authority with resource name
+   * Optional. The resource ID of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that should issue the certificate.  This optional field will ignore the
+   * load-balancing scheme of the Pool and directly issue the certificate from
+   * the CA with the specified ID, contained in the same
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+   * Per-CA quota rules apply. If left empty, a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+   * by the service. For example, to issue a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+   * Certificate Authority with resource name
    * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-   * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-   * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+   * you can set the
+   * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+   * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+   * to "my-ca".
    * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -621,7 +651,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CertificateAuthorityService.CreateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate].
+   * Request message for
+   * [CertificateAuthorityService.CreateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.CreateCertificateRequest} @@ -885,8 +916,10 @@ public Builder mergeFrom( * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-     * in the format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -910,8 +943,10 @@ public java.lang.String getParent() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-     * in the format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -935,8 +970,10 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-     * in the format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -959,8 +996,10 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-     * in the format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -979,8 +1018,10 @@ public Builder clearParent() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-     * in the format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -1008,8 +1049,9 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * Optional. It must be unique within a location and match the regular
      * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-     * but is optional and its value is ignored otherwise.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+     * value is ignored otherwise.
      * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1033,8 +1075,9 @@ public java.lang.String getCertificateId() { *
      * Optional. It must be unique within a location and match the regular
      * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-     * but is optional and its value is ignored otherwise.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+     * value is ignored otherwise.
      * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1058,8 +1101,9 @@ public com.google.protobuf.ByteString getCertificateIdBytes() { *
      * Optional. It must be unique within a location and match the regular
      * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-     * but is optional and its value is ignored otherwise.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+     * value is ignored otherwise.
      * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1082,8 +1126,9 @@ public Builder setCertificateId(java.lang.String value) { *
      * Optional. It must be unique within a location and match the regular
      * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-     * but is optional and its value is ignored otherwise.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+     * value is ignored otherwise.
      * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1102,8 +1147,9 @@ public Builder clearCertificateId() { *
      * Optional. It must be unique within a location and match the regular
      * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-     * but is optional and its value is ignored otherwise.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+     * value is ignored otherwise.
      * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1132,7 +1178,8 @@ public Builder setCertificateIdBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1148,7 +1195,8 @@ public boolean hasCertificate() { * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1170,7 +1218,8 @@ public com.google.cloud.security.privateca.v1.Certificate getCertificate() { * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1194,7 +1243,8 @@ public Builder setCertificate(com.google.cloud.security.privateca.v1.Certificate * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1216,7 +1266,8 @@ public Builder setCertificate( * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1244,7 +1295,8 @@ public Builder mergeCertificate(com.google.cloud.security.privateca.v1.Certifica * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1265,7 +1317,8 @@ public Builder clearCertificate() { * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1281,7 +1334,8 @@ public com.google.cloud.security.privateca.v1.Certificate.Builder getCertificate * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1301,7 +1355,8 @@ public com.google.cloud.security.privateca.v1.CertificateOrBuilder getCertificat * * *
-     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+     * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with initial field values.
      * 
* * @@ -1330,10 +1385,10 @@ public com.google.cloud.security.privateca.v1.CertificateOrBuilder getCertificat * * *
-     * 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.
+     * 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
@@ -1362,10 +1417,10 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
+     * 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
@@ -1394,10 +1449,10 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
+     * 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
@@ -1425,10 +1480,10 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
+     * 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
@@ -1452,10 +1507,10 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
+     * 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
@@ -1486,9 +1541,15 @@ public Builder setRequestIdBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Optional. If this is true, no [Certificate][google.cloud.security.privateca.v1.Certificate] resource will be persisted regardless
-     * of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned [Certificate][google.cloud.security.privateca.v1.Certificate]
-     * will not contain the [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] field.
+     * Optional. If this is true, no
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] resource will
+     * be persisted regardless of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] will not
+     * contain the
+     * [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate]
+     * field.
      * 
* * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1503,9 +1564,15 @@ public boolean getValidateOnly() { * * *
-     * Optional. If this is true, no [Certificate][google.cloud.security.privateca.v1.Certificate] resource will be persisted regardless
-     * of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned [Certificate][google.cloud.security.privateca.v1.Certificate]
-     * will not contain the [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] field.
+     * Optional. If this is true, no
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] resource will
+     * be persisted regardless of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] will not
+     * contain the
+     * [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate]
+     * field.
      * 
* * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1524,9 +1591,15 @@ public Builder setValidateOnly(boolean value) { * * *
-     * Optional. If this is true, no [Certificate][google.cloud.security.privateca.v1.Certificate] resource will be persisted regardless
-     * of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned [Certificate][google.cloud.security.privateca.v1.Certificate]
-     * will not contain the [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] field.
+     * Optional. If this is true, no
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] resource will
+     * be persisted regardless of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+     * [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] will not
+     * contain the
+     * [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate]
+     * field.
      * 
* * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1545,17 +1618,24 @@ public Builder clearValidateOnly() { * * *
-     * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-     * certificate.  This optional field will ignore the load-balancing scheme of
-     * the Pool and directly issue the certificate from the CA with the specified
-     * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-     * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-     * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-     * a Certificate Authority with resource name
+     * Optional. The resource ID of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that should issue the certificate.  This optional field will ignore the
+     * load-balancing scheme of the Pool and directly issue the certificate from
+     * the CA with the specified ID, contained in the same
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+     * Per-CA quota rules apply. If left empty, a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * by the service. For example, to issue a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+     * Certificate Authority with resource name
      * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-     * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-     * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+     * you can set the
+     * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+     * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+     * to "my-ca".
      * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -1578,17 +1658,24 @@ public java.lang.String getIssuingCertificateAuthorityId() { * * *
-     * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-     * certificate.  This optional field will ignore the load-balancing scheme of
-     * the Pool and directly issue the certificate from the CA with the specified
-     * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-     * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-     * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-     * a Certificate Authority with resource name
+     * Optional. The resource ID of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that should issue the certificate.  This optional field will ignore the
+     * load-balancing scheme of the Pool and directly issue the certificate from
+     * the CA with the specified ID, contained in the same
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+     * Per-CA quota rules apply. If left empty, a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * by the service. For example, to issue a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+     * Certificate Authority with resource name
      * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-     * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-     * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+     * you can set the
+     * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+     * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+     * to "my-ca".
      * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -1611,17 +1698,24 @@ public com.google.protobuf.ByteString getIssuingCertificateAuthorityIdBytes() { * * *
-     * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-     * certificate.  This optional field will ignore the load-balancing scheme of
-     * the Pool and directly issue the certificate from the CA with the specified
-     * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-     * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-     * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-     * a Certificate Authority with resource name
+     * Optional. The resource ID of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that should issue the certificate.  This optional field will ignore the
+     * load-balancing scheme of the Pool and directly issue the certificate from
+     * the CA with the specified ID, contained in the same
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+     * Per-CA quota rules apply. If left empty, a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * by the service. For example, to issue a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+     * Certificate Authority with resource name
      * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-     * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-     * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+     * you can set the
+     * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+     * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+     * to "my-ca".
      * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -1643,17 +1737,24 @@ public Builder setIssuingCertificateAuthorityId(java.lang.String value) { * * *
-     * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-     * certificate.  This optional field will ignore the load-balancing scheme of
-     * the Pool and directly issue the certificate from the CA with the specified
-     * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-     * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-     * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-     * a Certificate Authority with resource name
+     * Optional. The resource ID of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that should issue the certificate.  This optional field will ignore the
+     * load-balancing scheme of the Pool and directly issue the certificate from
+     * the CA with the specified ID, contained in the same
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+     * Per-CA quota rules apply. If left empty, a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * by the service. For example, to issue a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+     * Certificate Authority with resource name
      * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-     * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-     * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+     * you can set the
+     * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+     * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+     * to "my-ca".
      * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -1671,17 +1772,24 @@ public Builder clearIssuingCertificateAuthorityId() { * * *
-     * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-     * certificate.  This optional field will ignore the load-balancing scheme of
-     * the Pool and directly issue the certificate from the CA with the specified
-     * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-     * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-     * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-     * a Certificate Authority with resource name
+     * Optional. The resource ID of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that should issue the certificate.  This optional field will ignore the
+     * load-balancing scheme of the Pool and directly issue the certificate from
+     * the CA with the specified ID, contained in the same
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+     * Per-CA quota rules apply. If left empty, a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+     * by the service. For example, to issue a
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+     * Certificate Authority with resource name
      * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-     * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-     * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+     * you can set the
+     * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+     * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+     * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+     * to "my-ca".
      * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequestOrBuilder.java index b2ee534f7156..bbb54f52a412 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateRequestOrBuilder.java @@ -27,8 +27,10 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-   * in the format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -42,8 +44,10 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate],
-   * in the format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [Certificate][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -60,8 +64,9 @@ public interface CreateCertificateRequestOrBuilder *
    * Optional. It must be unique within a location and match the regular
    * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-   * but is optional and its value is ignored otherwise.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+   * value is ignored otherwise.
    * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -75,8 +80,9 @@ public interface CreateCertificateRequestOrBuilder *
    * Optional. It must be unique within a location and match the regular
    * expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][],
-   * but is optional and its value is ignored otherwise.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the Enterprise [CertificateAuthority.Tier][], but is optional and its
+   * value is ignored otherwise.
    * 
* * string certificate_id = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -89,7 +95,8 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with initial field values.
    * 
* * @@ -103,7 +110,8 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with initial field values.
    * 
* * @@ -117,7 +125,8 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values.
+   * Required. A [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with initial field values.
    * 
* * @@ -130,10 +139,10 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * 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.
+   * 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
@@ -152,10 +161,10 @@ public interface CreateCertificateRequestOrBuilder
    *
    *
    * 
-   * 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.
+   * 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
@@ -175,9 +184,15 @@ public interface CreateCertificateRequestOrBuilder
    *
    *
    * 
-   * Optional. If this is true, no [Certificate][google.cloud.security.privateca.v1.Certificate] resource will be persisted regardless
-   * of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned [Certificate][google.cloud.security.privateca.v1.Certificate]
-   * will not contain the [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] field.
+   * Optional. If this is true, no
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] resource will
+   * be persisted regardless of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool]'s
+   * [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] will not
+   * contain the
+   * [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate]
+   * field.
    * 
* * bool validate_only = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -190,17 +205,24 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-   * certificate.  This optional field will ignore the load-balancing scheme of
-   * the Pool and directly issue the certificate from the CA with the specified
-   * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-   * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-   * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-   * a Certificate Authority with resource name
+   * Optional. The resource ID of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that should issue the certificate.  This optional field will ignore the
+   * load-balancing scheme of the Pool and directly issue the certificate from
+   * the CA with the specified ID, contained in the same
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+   * Per-CA quota rules apply. If left empty, a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+   * by the service. For example, to issue a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+   * Certificate Authority with resource name
    * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-   * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-   * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+   * you can set the
+   * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+   * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+   * to "my-ca".
    * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; @@ -213,17 +235,24 @@ public interface CreateCertificateRequestOrBuilder * * *
-   * Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the
-   * certificate.  This optional field will ignore the load-balancing scheme of
-   * the Pool and directly issue the certificate from the CA with the specified
-   * ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota
-   * rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from
-   * the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from
-   * a Certificate Authority with resource name
+   * Optional. The resource ID of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that should issue the certificate.  This optional field will ignore the
+   * load-balancing scheme of the Pool and directly issue the certificate from
+   * the CA with the specified ID, contained in the same
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`.
+   * Per-CA quota rules apply. If left empty, a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool]
+   * by the service. For example, to issue a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] from a
+   * Certificate Authority with resource name
    * "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
-   * you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to
-   * "projects/my-project/locations/us-central1/caPools/my-pool" and the
-   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca".
+   * you can set the
+   * [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent]
+   * to "projects/my-project/locations/us-central1/caPools/my-pool" and the
+   * [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id]
+   * to "my-ca".
    * 
* * string issuing_certificate_authority_id = 6 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequest.java index 9192f7034271..9ff1d7b8787f 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequest.java @@ -80,8 +80,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -107,8 +107,8 @@ public java.lang.String getParent() { * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -189,7 +189,9 @@ public com.google.protobuf.ByteString getCertificateTemplateIdBytes() { * * *
-   * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+   * Required. A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with initial field values.
    * 
* * @@ -206,7 +208,9 @@ public boolean hasCertificateTemplate() { * * *
-   * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+   * Required. A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with initial field values.
    * 
* * @@ -225,7 +229,9 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-   * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+   * Required. A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with initial field values.
    * 
* * @@ -248,12 +254,12 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-   * 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.
@@ -281,12 +287,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -755,8 +761,8 @@ public Builder mergeFrom(
      *
      * 
      * Required. The resource name of the location associated with the
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -781,8 +787,8 @@ public java.lang.String getParent() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -807,8 +813,8 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -832,8 +838,8 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -853,8 +859,8 @@ public Builder clearParent() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -996,7 +1002,9 @@ public Builder setCertificateTemplateIdBytes(com.google.protobuf.ByteString valu * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1012,7 +1020,9 @@ public boolean hasCertificateTemplate() { * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1034,7 +1044,9 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1059,7 +1071,9 @@ public Builder setCertificateTemplate( * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1081,7 +1095,9 @@ public Builder setCertificateTemplate( * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1111,7 +1127,9 @@ public Builder mergeCertificateTemplate( * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1132,7 +1150,9 @@ public Builder clearCertificateTemplate() { * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1149,7 +1169,9 @@ public Builder clearCertificateTemplate() { * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1170,7 +1192,9 @@ public Builder clearCertificateTemplate() { * * *
-     * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+     * Required. A
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with initial field values.
      * 
* * @@ -1199,12 +1223,12 @@ public Builder clearCertificateTemplate() { * * *
-     * 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.
@@ -1231,12 +1255,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1263,12 +1287,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1294,12 +1318,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1321,12 +1345,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequestOrBuilder.java
index e2b0806687df..55f103fc3250 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/CreateCertificateTemplateRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface CreateCertificateTemplateRequestOrBuilder
    *
    * 
    * Required. The resource name of the location associated with the
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -44,8 +44,8 @@ public interface CreateCertificateTemplateRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -87,7 +87,9 @@ public interface CreateCertificateTemplateRequestOrBuilder * * *
-   * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+   * Required. A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with initial field values.
    * 
* * @@ -101,7 +103,9 @@ public interface CreateCertificateTemplateRequestOrBuilder * * *
-   * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+   * Required. A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with initial field values.
    * 
* * @@ -115,7 +119,9 @@ public interface CreateCertificateTemplateRequestOrBuilder * * *
-   * Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values.
+   * Required. A
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with initial field values.
    * 
* * @@ -129,12 +135,12 @@ public interface CreateCertificateTemplateRequestOrBuilder * * *
-   * 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.
@@ -151,12 +157,12 @@ public interface CreateCertificateTemplateRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequest.java
index 84114b6a938a..d1588a680092 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequest.java
@@ -77,8 +77,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -103,8 +104,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -134,12 +136,12 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
@@ -167,12 +169,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -570,8 +572,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -595,8 +598,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -620,8 +624,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -644,8 +649,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -664,8 +670,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for this
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -691,12 +698,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -723,12 +730,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -755,12 +762,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -786,12 +793,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -813,12 +820,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequestOrBuilder.java
index 3b956b0dafeb..8f968b02ea2d 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCaPoolRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface DeleteCaPoolRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface DeleteCaPoolRequestOrBuilder * * *
-   * Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for this
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface DeleteCaPoolRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface DeleteCaPoolRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequest.java
index a920c4b901af..01d1c2e6cde9 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequest.java
@@ -78,8 +78,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -104,8 +105,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -135,12 +137,12 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
@@ -168,12 +170,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -223,9 +225,9 @@ public boolean getIgnoreActiveCertificates() {
    *
    *
    * 
-   * Optional. If this flag is set, the Certificate Authority will be deleted as soon as
-   * possible without a 30-day grace period where undeletion would have been
-   * allowed. If you proceed, there will be no way to recover this CA.
+   * Optional. If this flag is set, the Certificate Authority will be deleted as
+   * soon as possible without a 30-day grace period where undeletion would have
+   * been allowed. If you proceed, there will be no way to recover this CA.
    * 
* * bool skip_grace_period = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -666,8 +668,9 @@ public Builder mergeFrom( * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -691,8 +694,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -716,8 +720,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -740,8 +745,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -760,8 +766,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -787,12 +794,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -819,12 +826,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -851,12 +858,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -882,12 +889,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -909,12 +916,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
@@ -999,9 +1006,9 @@ public Builder clearIgnoreActiveCertificates() {
      *
      *
      * 
-     * Optional. If this flag is set, the Certificate Authority will be deleted as soon as
-     * possible without a 30-day grace period where undeletion would have been
-     * allowed. If you proceed, there will be no way to recover this CA.
+     * Optional. If this flag is set, the Certificate Authority will be deleted as
+     * soon as possible without a 30-day grace period where undeletion would have
+     * been allowed. If you proceed, there will be no way to recover this CA.
      * 
* * bool skip_grace_period = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1016,9 +1023,9 @@ public boolean getSkipGracePeriod() { * * *
-     * Optional. If this flag is set, the Certificate Authority will be deleted as soon as
-     * possible without a 30-day grace period where undeletion would have been
-     * allowed. If you proceed, there will be no way to recover this CA.
+     * Optional. If this flag is set, the Certificate Authority will be deleted as
+     * soon as possible without a 30-day grace period where undeletion would have
+     * been allowed. If you proceed, there will be no way to recover this CA.
      * 
* * bool skip_grace_period = 5 [(.google.api.field_behavior) = OPTIONAL]; @@ -1037,9 +1044,9 @@ public Builder setSkipGracePeriod(boolean value) { * * *
-     * Optional. If this flag is set, the Certificate Authority will be deleted as soon as
-     * possible without a 30-day grace period where undeletion would have been
-     * allowed. If you proceed, there will be no way to recover this CA.
+     * Optional. If this flag is set, the Certificate Authority will be deleted as
+     * soon as possible without a 30-day grace period where undeletion would have
+     * been allowed. If you proceed, there will be no way to recover this CA.
      * 
* * bool skip_grace_period = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequestOrBuilder.java index 931fccf03f24..eba7ad201606 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateAuthorityRequestOrBuilder.java @@ -27,8 +27,9 @@ public interface DeleteCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface DeleteCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface DeleteCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface DeleteCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
@@ -117,9 +119,9 @@ public interface DeleteCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Optional. If this flag is set, the Certificate Authority will be deleted as soon as
-   * possible without a 30-day grace period where undeletion would have been
-   * allowed. If you proceed, there will be no way to recover this CA.
+   * Optional. If this flag is set, the Certificate Authority will be deleted as
+   * soon as possible without a 30-day grace period where undeletion would have
+   * been allowed. If you proceed, there will be no way to recover this CA.
    * 
* * bool skip_grace_period = 5 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequest.java index d7fba8f46d98..1f1084096e3c 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequest.java @@ -78,8 +78,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Required. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -104,8 +105,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Required. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -135,12 +137,12 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
@@ -168,12 +170,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -582,8 +584,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Required. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -607,8 +610,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Required. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -632,8 +636,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Required. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -656,8 +661,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Required. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -676,8 +682,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-     * `projects/*/locations/*/certificateTemplates/*`.
+     * Required. The resource name for this
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * in the format `projects/*/locations/*/certificateTemplates/*`.
      * 
* * @@ -703,12 +710,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -735,12 +742,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -767,12 +774,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -798,12 +805,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -825,12 +832,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequestOrBuilder.java
index f61466ab2592..86a8f9aaacb6 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DeleteCertificateTemplateRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface DeleteCertificateTemplateRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Required. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface DeleteCertificateTemplateRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format
-   * `projects/*/locations/*/certificateTemplates/*`.
+   * Required. The resource name for this
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * in the format `projects/*/locations/*/certificateTemplates/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface DeleteCertificateTemplateRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface DeleteCertificateTemplateRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequest.java
index ae366fbc0932..f99bad256d90 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequest.java
@@ -79,8 +79,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -105,8 +106,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -136,12 +138,12 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
@@ -169,12 +171,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -585,8 +587,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -610,8 +613,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -635,8 +639,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -659,8 +664,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -679,8 +685,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -706,12 +713,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -738,12 +745,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -770,12 +777,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -801,12 +808,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -828,12 +835,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequestOrBuilder.java
index 7d91804678ac..bda9c6fdfbff 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/DisableCertificateAuthorityRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface DisableCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface DisableCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface DisableCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface DisableCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequest.java
index 9dd2ebb3862a..55eab8fd6030 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequest.java
@@ -78,8 +78,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -104,8 +105,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -135,12 +137,12 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
@@ -168,12 +170,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -583,8 +585,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -608,8 +611,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -633,8 +637,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -657,8 +662,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -677,8 +683,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -704,12 +711,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -736,12 +743,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -768,12 +775,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -799,12 +806,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -826,12 +833,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequestOrBuilder.java
index db3255d91e0a..a5473e9a04e8 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/EnableCertificateAuthorityRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface EnableCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface EnableCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface EnableCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface EnableCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequest.java
index 8e41bea623a5..c40e889aafa5 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequest.java
@@ -77,8 +77,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -103,8 +104,9 @@ public java.lang.String getCaPool() { * * *
-   * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -134,12 +136,12 @@ public com.google.protobuf.ByteString getCaPoolBytes() { * * *
-   * 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.
@@ -167,12 +169,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -570,8 +572,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -595,8 +598,9 @@ public java.lang.String getCaPool() { * * *
-     * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -620,8 +624,9 @@ public com.google.protobuf.ByteString getCaPoolBytes() { * * *
-     * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -644,8 +649,9 @@ public Builder setCaPool(java.lang.String value) { * * *
-     * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -664,8 +670,9 @@ public Builder clearCaPool() { * * *
-     * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-     * format `projects/*/locations/*/caPools/*`.
+     * Required. The resource name for the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+     * `projects/*/locations/*/caPools/*`.
      * 
* * @@ -691,12 +698,12 @@ public Builder setCaPoolBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -723,12 +730,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -755,12 +762,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -786,12 +793,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -813,12 +820,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequestOrBuilder.java
index 93037db3c2a4..02bfa27d8ac8 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface FetchCaCertsRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface FetchCaCertsRequestOrBuilder * * *
-   * Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the
-   * format `projects/*/locations/*/caPools/*`.
+   * Required. The resource name for the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] in the format
+   * `projects/*/locations/*/caPools/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface FetchCaCertsRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface FetchCaCertsRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponse.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponse.java
index 63ab8b5644dc..4f068ddd18c2 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponse.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponse.java
@@ -845,7 +845,8 @@ public com.google.protobuf.Parser getParserForType() {
    *
    * 
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -862,7 +863,8 @@ public com.google.protobuf.Parser getParserForType() { * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -880,7 +882,8 @@ public com.google.protobuf.Parser getParserForType() { * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -896,7 +899,8 @@ public int getCaCertsCount() { * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -913,7 +917,8 @@ public com.google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain get * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -1343,7 +1348,8 @@ private void ensureCaCertsIsMutable() { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1364,7 +1370,8 @@ private void ensureCaCertsIsMutable() { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1384,7 +1391,8 @@ public int getCaCertsCount() { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1405,7 +1413,8 @@ public com.google.cloud.security.privateca.v1.FetchCaCertsResponse.CertChain get * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1432,7 +1441,8 @@ public Builder setCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1458,7 +1468,8 @@ public Builder setCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1485,7 +1496,8 @@ public Builder addCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1512,7 +1524,8 @@ public Builder addCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1537,7 +1550,8 @@ public Builder addCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1563,7 +1577,8 @@ public Builder addCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1589,7 +1604,8 @@ public Builder addAllCaCerts( * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1612,7 +1628,8 @@ public Builder clearCaCerts() { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1635,7 +1652,8 @@ public Builder removeCaCerts(int index) { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1652,7 +1670,8 @@ public Builder removeCaCerts(int index) { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1673,7 +1692,8 @@ public Builder removeCaCerts(int index) { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1696,7 +1716,8 @@ public Builder removeCaCerts(int index) { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1716,7 +1737,8 @@ public Builder removeCaCerts(int index) { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* @@ -1737,7 +1759,8 @@ public Builder removeCaCerts(int index) { * *
      * The PEM encoded CA certificate chains of all
-     * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * [ACTIVE][CertificateAuthority.State.ACTIVE]
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
      * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
      * 
* diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponseOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponseOrBuilder.java index c1157ebc33fc..4a08352b6843 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponseOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCaCertsResponseOrBuilder.java @@ -28,7 +28,8 @@ public interface FetchCaCertsResponseOrBuilder * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -42,7 +43,8 @@ public interface FetchCaCertsResponseOrBuilder * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -55,7 +57,8 @@ public interface FetchCaCertsResponseOrBuilder * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -68,7 +71,8 @@ public interface FetchCaCertsResponseOrBuilder * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* @@ -83,7 +87,8 @@ public interface FetchCaCertsResponseOrBuilder * *
    * The PEM encoded CA certificate chains of all
-   * [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * [ACTIVE][CertificateAuthority.State.ACTIVE]
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
    * resources in this [CaPool][google.cloud.security.privateca.v1.CaPool].
    * 
* diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequest.java index 1ec798a95f45..0649bac1ba51 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequest.java @@ -79,8 +79,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -105,8 +106,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -495,8 +497,9 @@ public Builder mergeFrom( * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -520,8 +523,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -545,8 +549,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -569,8 +574,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -589,8 +595,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequestOrBuilder.java index 8e9791320184..feb2578d82e0 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/FetchCertificateAuthorityCsrRequestOrBuilder.java @@ -27,8 +27,9 @@ public interface FetchCertificateAuthorityCsrRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface FetchCertificateAuthorityCsrRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequest.java index 40f82a517ac8..065493cf4579 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequest.java @@ -22,7 +22,8 @@ * * *
- * Request message for [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool].
+ * Request message for
+ * [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.GetCaPoolRequest} @@ -75,7 +76,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
    * 
* * @@ -100,7 +102,8 @@ public java.lang.String getName() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
    * 
* * @@ -286,7 +289,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool].
+   * Request message for
+   * [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.GetCaPoolRequest} @@ -470,7 +474,8 @@ public Builder mergeFrom( * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
      * 
* * @@ -494,7 +499,8 @@ public java.lang.String getName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
      * 
* * @@ -518,7 +524,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
      * 
* * @@ -541,7 +548,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
      * 
* * @@ -560,7 +568,8 @@ public Builder clearName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequestOrBuilder.java index bdc066df3e32..c0fa79d7b471 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCaPoolRequestOrBuilder.java @@ -27,7 +27,8 @@ public interface GetCaPoolRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
    * 
* * @@ -41,7 +42,8 @@ public interface GetCaPoolRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] to get.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequest.java index 9c2a6cc928ea..ebb492a722ae 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequest.java @@ -22,7 +22,8 @@ * * *
- * Request message for [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority].
+ * Request message for
+ * [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.GetCertificateAuthorityRequest} @@ -76,8 +77,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * to get.
    * 
* * @@ -102,8 +105,10 @@ public java.lang.String getName() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * to get.
    * 
* * @@ -290,7 +295,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority].
+   * Request message for
+   * [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.GetCertificateAuthorityRequest} @@ -481,8 +487,10 @@ public Builder mergeFrom( * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to get.
      * 
* * @@ -506,8 +514,10 @@ public java.lang.String getName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to get.
      * 
* * @@ -531,8 +541,10 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to get.
      * 
* * @@ -555,8 +567,10 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to get.
      * 
* * @@ -575,8 +589,10 @@ public Builder clearName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to get.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequestOrBuilder.java index 236eb1e1a214..f3c91decf7c4 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateAuthorityRequestOrBuilder.java @@ -27,8 +27,10 @@ public interface GetCertificateAuthorityRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * to get.
    * 
* * @@ -42,8 +44,10 @@ public interface GetCertificateAuthorityRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * to get.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequest.java index edaecc80ab96..aa6ea57446ba 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequest.java @@ -76,7 +76,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+   * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+   * get.
    * 
* * @@ -101,7 +103,9 @@ public java.lang.String getName() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+   * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+   * get.
    * 
* * @@ -475,7 +479,9 @@ public Builder mergeFrom( * * *
-     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+     * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+     * get.
      * 
* * @@ -499,7 +505,9 @@ public java.lang.String getName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+     * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+     * get.
      * 
* * @@ -523,7 +531,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+     * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+     * get.
      * 
* * @@ -546,7 +556,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+     * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+     * get.
      * 
* * @@ -565,7 +577,9 @@ public Builder clearName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+     * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+     * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+     * get.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequestOrBuilder.java index 57d34b0077eb..60e0032020e3 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRequestOrBuilder.java @@ -27,7 +27,9 @@ public interface GetCertificateRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+   * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+   * get.
    * 
* * @@ -41,7 +43,9 @@ public interface GetCertificateRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get.
+   * Required. The [name][google.cloud.security.privateca.v1.Certificate.name]
+   * of the [Certificate][google.cloud.security.privateca.v1.Certificate] to
+   * get.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequest.java index 11a50484d896..aa1d5a4c59f8 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequest.java @@ -79,8 +79,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+   * of the
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * to get.
    * 
* * @@ -105,8 +108,11 @@ public java.lang.String getName() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+   * of the
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * to get.
    * 
* * @@ -495,8 +501,11 @@ public Builder mergeFrom( * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+     * of the
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to get.
      * 
* * @@ -520,8 +529,11 @@ public java.lang.String getName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+     * of the
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to get.
      * 
* * @@ -545,8 +557,11 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+     * of the
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to get.
      * 
* * @@ -569,8 +584,11 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+     * of the
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to get.
      * 
* * @@ -589,8 +607,11 @@ public Builder clearName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+     * of the
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to get.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequestOrBuilder.java index 09cd9cc3055f..e900a451a5a3 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateRevocationListRequestOrBuilder.java @@ -27,8 +27,11 @@ public interface GetCertificateRevocationListRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+   * of the
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * to get.
    * 
* * @@ -42,8 +45,11 @@ public interface GetCertificateRevocationListRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the
-   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateRevocationList.name]
+   * of the
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * to get.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequest.java index c03c03431b50..f72f07b91ebd 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequest.java @@ -76,8 +76,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * to get.
    * 
* * @@ -102,8 +104,10 @@ public java.lang.String getName() { * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * to get.
    * 
* * @@ -482,8 +486,10 @@ public Builder mergeFrom( * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to get.
      * 
* * @@ -507,8 +513,10 @@ public java.lang.String getName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to get.
      * 
* * @@ -532,8 +540,10 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to get.
      * 
* * @@ -556,8 +566,10 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to get.
      * 
* * @@ -576,8 +588,10 @@ public Builder clearName() { * * *
-     * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-     * get.
+     * Required. The
+     * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to get.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequestOrBuilder.java index cfebc0ed78e5..c3d7f17895e5 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/GetCertificateTemplateRequestOrBuilder.java @@ -27,8 +27,10 @@ public interface GetCertificateTemplateRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * to get.
    * 
* * @@ -42,8 +44,10 @@ public interface GetCertificateTemplateRequestOrBuilder * * *
-   * Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to
-   * get.
+   * Required. The
+   * [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * to get.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsage.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsage.java index b30cd6699788..ff88e8b4d8f2 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsage.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsage.java @@ -22,8 +22,8 @@ * * *
- * A [KeyUsage][google.cloud.security.privateca.v1.KeyUsage] describes key usage values that may appear in an X.509
- * certificate.
+ * A [KeyUsage][google.cloud.security.privateca.v1.KeyUsage] describes key usage
+ * values that may appear in an X.509 certificate.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.KeyUsage} @@ -195,8 +195,9 @@ public interface KeyUsageOptionsOrBuilder * * *
-   * [KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions] corresponds to the key usage values
-   * described in https://tools.ietf.org/html/rfc5280#section-4.2.1.3.
+   * [KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions]
+   * corresponds to the key usage values described in
+   * https://tools.ietf.org/html/rfc5280#section-4.2.1.3.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions} @@ -640,8 +641,9 @@ protected Builder newBuilderForType( * * *
-     * [KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions] corresponds to the key usage values
-     * described in https://tools.ietf.org/html/rfc5280#section-4.2.1.3.
+     * [KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions]
+     * corresponds to the key usage values described in
+     * https://tools.ietf.org/html/rfc5280#section-4.2.1.3.
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions} @@ -1570,8 +1572,9 @@ public interface ExtendedKeyUsageOptionsOrBuilder * * *
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] has fields that correspond to
-   * certain common OIDs that could be specified as an extended key usage value.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * has fields that correspond to certain common OIDs that could be specified
+   * as an extended key usage value.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions} @@ -1941,8 +1944,9 @@ protected Builder newBuilderForType( * * *
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] has fields that correspond to
-     * certain common OIDs that could be specified as an extended key usage value.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * has fields that correspond to certain common OIDs that could be specified
+     * as an extended key usage value.
      * 
* * Protobuf type {@code google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions} @@ -2722,7 +2726,8 @@ public boolean hasExtendedKeyUsage() { * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -2738,7 +2743,8 @@ public boolean hasExtendedKeyUsage() { * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -2754,7 +2760,8 @@ public boolean hasExtendedKeyUsage() { * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -2769,7 +2776,8 @@ public int getUnknownExtendedKeyUsagesCount() { * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -2784,7 +2792,8 @@ public com.google.cloud.security.privateca.v1.ObjectId getUnknownExtendedKeyUsag * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -2992,8 +3001,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [KeyUsage][google.cloud.security.privateca.v1.KeyUsage] describes key usage values that may appear in an X.509
-   * certificate.
+   * A [KeyUsage][google.cloud.security.privateca.v1.KeyUsage] describes key usage
+   * values that may appear in an X.509 certificate.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.KeyUsage} @@ -3683,7 +3692,8 @@ private void ensureUnknownExtendedKeyUsagesIsMutable() { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3702,7 +3712,8 @@ private void ensureUnknownExtendedKeyUsagesIsMutable() { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3720,7 +3731,8 @@ public int getUnknownExtendedKeyUsagesCount() { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3738,7 +3750,8 @@ public com.google.cloud.security.privateca.v1.ObjectId getUnknownExtendedKeyUsag * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3763,7 +3776,8 @@ public Builder setUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3785,7 +3799,8 @@ public Builder setUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3810,7 +3825,8 @@ public Builder addUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3835,7 +3851,8 @@ public Builder addUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3857,7 +3874,8 @@ public Builder addUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3879,7 +3897,8 @@ public Builder addUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3901,7 +3920,8 @@ public Builder addAllUnknownExtendedKeyUsages( * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3922,7 +3942,8 @@ public Builder clearUnknownExtendedKeyUsages() { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3943,7 +3964,8 @@ public Builder removeUnknownExtendedKeyUsages(int index) { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3958,7 +3980,8 @@ public Builder removeUnknownExtendedKeyUsages(int index) { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3977,7 +4000,8 @@ public Builder removeUnknownExtendedKeyUsages(int index) { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -3996,7 +4020,8 @@ public Builder removeUnknownExtendedKeyUsages(int index) { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -4012,7 +4037,8 @@ public Builder removeUnknownExtendedKeyUsages(int index) { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -4028,7 +4054,8 @@ public Builder removeUnknownExtendedKeyUsages(int index) { * *
      * Used to describe extended key usages that are not listed in the
-     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+     * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+     * message.
      * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsageOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsageOrBuilder.java index ad250fead322..69d24eb01c10 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsageOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/KeyUsageOrBuilder.java @@ -106,7 +106,8 @@ public interface KeyUsageOrBuilder * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -118,7 +119,8 @@ public interface KeyUsageOrBuilder * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -130,7 +132,8 @@ public interface KeyUsageOrBuilder * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -142,7 +145,8 @@ public interface KeyUsageOrBuilder * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; @@ -155,7 +159,8 @@ public interface KeyUsageOrBuilder * *
    * Used to describe extended key usages that are not listed in the
-   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
+   * [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
+   * message.
    * 
* * repeated .google.cloud.security.privateca.v1.ObjectId unknown_extended_key_usages = 3; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequest.java index 018e0a19b45e..63802f860881 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequest.java @@ -136,12 +136,13 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to
-   * include in the response.
-   * Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be
-   * obtained by including the
-   * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * Optional. Limit on the number of
+   * [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the
+   * response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can
+   * subsequently be obtained by including the
+   * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -877,12 +878,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to
-     * include in the response.
-     * Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be
-     * obtained by including the
-     * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * Optional. Limit on the number of
+     * [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the
+     * response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can
+     * subsequently be obtained by including the
+     * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -897,12 +899,13 @@ public int getPageSize() { * * *
-     * Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to
-     * include in the response.
-     * Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be
-     * obtained by including the
-     * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * Optional. Limit on the number of
+     * [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the
+     * response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can
+     * subsequently be obtained by including the
+     * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -921,12 +924,13 @@ public Builder setPageSize(int value) { * * *
-     * Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to
-     * include in the response.
-     * Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be
-     * obtained by including the
-     * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * Optional. Limit on the number of
+     * [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the
+     * response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can
+     * subsequently be obtained by including the
+     * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequestOrBuilder.java index 4af67afbb0da..f773b3e4f5ca 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCaPoolsRequestOrBuilder.java @@ -60,12 +60,13 @@ public interface ListCaPoolsRequestOrBuilder * * *
-   * Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to
-   * include in the response.
-   * Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be
-   * obtained by including the
-   * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * Optional. Limit on the number of
+   * [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the
+   * response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can
+   * subsequently be obtained by including the
+   * [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequest.java index e562d2836f51..714f1278b98e 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequest.java @@ -80,9 +80,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -107,9 +108,10 @@ public java.lang.String getParent() { * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -137,12 +139,14 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * Optional. Limit on the number of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to
-   * include in the response.
-   * Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be
-   * obtained by including the
-   * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * Optional. Limit on the number of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+   * to include in the response. Further
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+   * can subsequently be obtained by including the
+   * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -764,9 +768,10 @@ public Builder mergeFrom( * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -790,9 +795,10 @@ public java.lang.String getParent() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -816,9 +822,10 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -841,9 +848,10 @@ public Builder setParent(java.lang.String value) { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -862,9 +870,10 @@ public Builder clearParent() { * * *
-     * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * Required. The resource name of the
+     * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+     * in the format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -890,12 +899,14 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Limit on the number of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * include in the response.
-     * Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be
-     * obtained by including the
-     * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * Optional. Limit on the number of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to include in the response. Further
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+     * can subsequently be obtained by including the
+     * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -910,12 +921,14 @@ public int getPageSize() { * * *
-     * Optional. Limit on the number of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * include in the response.
-     * Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be
-     * obtained by including the
-     * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * Optional. Limit on the number of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to include in the response. Further
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+     * can subsequently be obtained by including the
+     * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -934,12 +947,14 @@ public Builder setPageSize(int value) { * * *
-     * Optional. Limit on the number of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to
-     * include in the response.
-     * Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be
-     * obtained by including the
-     * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * Optional. Limit on the number of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+     * to include in the response. Further
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+     * can subsequently be obtained by including the
+     * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequestOrBuilder.java index caca97372447..7e456af32ee8 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesRequestOrBuilder.java @@ -27,9 +27,10 @@ public interface ListCertificateAuthoritiesRequestOrBuilder * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -43,9 +44,10 @@ public interface ListCertificateAuthoritiesRequestOrBuilder * * *
-   * Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
-   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * Required. The resource name of the
+   * [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority],
+   * in the format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -60,12 +62,14 @@ public interface ListCertificateAuthoritiesRequestOrBuilder * * *
-   * Optional. Limit on the number of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to
-   * include in the response.
-   * Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be
-   * obtained by including the
-   * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * Optional. Limit on the number of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+   * to include in the response. Further
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]
+   * can subsequently be obtained by including the
+   * [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponse.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponse.java index fcbf46752e96..a46bf9fc3336 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponse.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponse.java @@ -81,7 +81,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -97,7 +98,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -114,7 +116,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -129,7 +132,8 @@ public int getCertificateAuthoritiesCount() { * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -145,7 +149,8 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -771,7 +776,8 @@ private void ensureCertificateAuthoritiesIsMutable() { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -790,7 +796,8 @@ private void ensureCertificateAuthoritiesIsMutable() { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -808,7 +815,8 @@ public int getCertificateAuthoritiesCount() { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -827,7 +835,8 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -852,7 +861,8 @@ public Builder setCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -875,7 +885,8 @@ public Builder setCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -900,7 +911,8 @@ public Builder addCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -925,7 +937,8 @@ public Builder addCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -947,7 +960,8 @@ public Builder addCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -970,7 +984,8 @@ public Builder addCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -993,7 +1008,8 @@ public Builder addAllCertificateAuthorities( * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1014,7 +1030,8 @@ public Builder clearCertificateAuthorities() { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1035,7 +1052,8 @@ public Builder removeCertificateAuthorities(int index) { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1050,7 +1068,8 @@ public Builder removeCertificateAuthorities(int index) { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1069,7 +1088,8 @@ public Builder removeCertificateAuthorities(int index) { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1089,7 +1109,8 @@ public Builder removeCertificateAuthorities(int index) { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1106,7 +1127,8 @@ public Builder removeCertificateAuthorities(int index) { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * @@ -1124,7 +1146,8 @@ public Builder removeCertificateAuthorities(int index) { * * *
-     * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+     * The list of
+     * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponseOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponseOrBuilder.java index 7250603c3a3a..95f52c9c9c17 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponseOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateAuthoritiesResponseOrBuilder.java @@ -27,7 +27,8 @@ public interface ListCertificateAuthoritiesResponseOrBuilder * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -40,7 +41,8 @@ public interface ListCertificateAuthoritiesResponseOrBuilder * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -52,7 +54,8 @@ public interface ListCertificateAuthoritiesResponseOrBuilder * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -64,7 +67,8 @@ public interface ListCertificateAuthoritiesResponseOrBuilder * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * @@ -77,7 +81,8 @@ public interface ListCertificateAuthoritiesResponseOrBuilder * * *
-   * The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
+   * The list of
+   * [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority].
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequest.java index 521a01e826a2..c59e83ae9f37 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequest.java @@ -83,8 +83,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The resource name of the location associated with the
-   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -110,8 +110,8 @@ public java.lang.String getParent() { * *
    * Required. The resource name of the location associated with the
-   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -140,11 +140,13 @@ public com.google.protobuf.ByteString getParentBytes() { * *
    * Optional. Limit on the number of
-   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the
-   * response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * to include in the response. Further
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
    * can subsequently be obtained by including the
-   * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -773,8 +775,8 @@ public Builder mergeFrom( * *
      * Required. The resource name of the location associated with the
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -799,8 +801,8 @@ public java.lang.String getParent() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -825,8 +827,8 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -850,8 +852,8 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The resource name of the location associated with the
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -871,8 +873,8 @@ public Builder clearParent() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-     * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -899,11 +901,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * *
      * Optional. Limit on the number of
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the
-     * response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to include in the response. Further
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
      * can subsequently be obtained by including the
-     * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -919,11 +923,13 @@ public int getPageSize() { * *
      * Optional. Limit on the number of
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the
-     * response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to include in the response. Further
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
      * can subsequently be obtained by including the
-     * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -943,11 +949,13 @@ public Builder setPageSize(int value) { * *
      * Optional. Limit on the number of
-     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the
-     * response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * to include in the response. Further
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
      * can subsequently be obtained by including the
-     * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequestOrBuilder.java index a841291f4f7e..826ab4e3d153 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsRequestOrBuilder.java @@ -28,8 +28,8 @@ public interface ListCertificateRevocationListsRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -44,8 +44,8 @@ public interface ListCertificateRevocationListsRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format
-   * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -61,11 +61,13 @@ public interface ListCertificateRevocationListsRequestOrBuilder * *
    * Optional. Limit on the number of
-   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the
-   * response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * to include in the response. Further
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]
    * can subsequently be obtained by including the
-   * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponse.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponse.java index 02acad6e02b5..ab0d1dbd6265 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponse.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponse.java @@ -82,7 +82,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -98,7 +99,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -115,7 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -130,7 +133,8 @@ public int getCertificateRevocationListsCount() { * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -146,7 +150,8 @@ public int getCertificateRevocationListsCount() { * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -780,7 +785,8 @@ private void ensureCertificateRevocationListsIsMutable() { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -799,7 +805,8 @@ private void ensureCertificateRevocationListsIsMutable() { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -817,7 +824,8 @@ public int getCertificateRevocationListsCount() { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -836,7 +844,8 @@ public int getCertificateRevocationListsCount() { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -861,7 +870,8 @@ public Builder setCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -884,7 +894,8 @@ public Builder setCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -909,7 +920,8 @@ public Builder addCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -934,7 +946,8 @@ public Builder addCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -956,7 +969,8 @@ public Builder addCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -979,7 +993,8 @@ public Builder addCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1003,7 +1018,8 @@ public Builder addAllCertificateRevocationLists( * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1024,7 +1040,8 @@ public Builder clearCertificateRevocationLists() { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1045,7 +1062,8 @@ public Builder removeCertificateRevocationLists(int index) { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1060,7 +1078,8 @@ public Builder removeCertificateRevocationLists(int index) { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1079,7 +1098,8 @@ public Builder removeCertificateRevocationLists(int index) { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1099,7 +1119,8 @@ public Builder removeCertificateRevocationLists(int index) { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1117,7 +1138,8 @@ public Builder removeCertificateRevocationLists(int index) { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * @@ -1136,7 +1158,8 @@ public Builder removeCertificateRevocationLists(int index) { * * *
-     * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+     * The list of
+     * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponseOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponseOrBuilder.java index 659f61a7944e..1586ac1c9bc9 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponseOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateRevocationListsResponseOrBuilder.java @@ -27,7 +27,8 @@ public interface ListCertificateRevocationListsResponseOrBuilder * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -40,7 +41,8 @@ public interface ListCertificateRevocationListsResponseOrBuilder * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -53,7 +55,8 @@ com.google.cloud.security.privateca.v1.CertificateRevocationList getCertificateR * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -65,7 +68,8 @@ com.google.cloud.security.privateca.v1.CertificateRevocationList getCertificateR * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * @@ -79,7 +83,8 @@ com.google.cloud.security.privateca.v1.CertificateRevocationList getCertificateR * * *
-   * The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
+   * The list of
+   * [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList].
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequest.java index d4bbb3735dae..2d3d1af1a9eb 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequest.java @@ -81,8 +81,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -108,8 +108,8 @@ public java.lang.String getParent() { * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -138,11 +138,13 @@ public com.google.protobuf.ByteString getParentBytes() { * *
    * Optional. Limit on the number of
-   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response.
-   * Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be
-   * obtained by including the
-   * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+   * to include in the response. Further
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+   * can subsequently be obtained by including the
+   * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -762,8 +764,8 @@ public Builder mergeFrom( * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -788,8 +790,8 @@ public java.lang.String getParent() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -814,8 +816,8 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -839,8 +841,8 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -860,8 +862,8 @@ public Builder clearParent() { * *
      * Required. The resource name of the location associated with the
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-     * `projects/*/locations/*`.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+     * in the format `projects/*/locations/*`.
      * 
* * @@ -888,11 +890,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * *
      * Optional. Limit on the number of
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response.
-     * Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be
-     * obtained by including the
-     * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to include in the response. Further
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+     * can subsequently be obtained by including the
+     * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -908,11 +912,13 @@ public int getPageSize() { * *
      * Optional. Limit on the number of
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response.
-     * Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be
-     * obtained by including the
-     * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to include in the response. Further
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+     * can subsequently be obtained by including the
+     * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -932,11 +938,13 @@ public Builder setPageSize(int value) { * *
      * Optional. Limit on the number of
-     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response.
-     * Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be
-     * obtained by including the
-     * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+     * to include in the response. Further
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+     * can subsequently be obtained by including the
+     * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequestOrBuilder.java index f05faf3ccaf7..811d893a856a 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesRequestOrBuilder.java @@ -28,8 +28,8 @@ public interface ListCertificateTemplatesRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -44,8 +44,8 @@ public interface ListCertificateTemplatesRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format
-   * `projects/*/locations/*`.
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate],
+   * in the format `projects/*/locations/*`.
    * 
* * @@ -61,11 +61,13 @@ public interface ListCertificateTemplatesRequestOrBuilder * *
    * Optional. Limit on the number of
-   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response.
-   * Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be
-   * obtained by including the
-   * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+   * to include in the response. Further
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]
+   * can subsequently be obtained by including the
+   * [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponse.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponse.java index 3f04fc24a23b..3121a80d4695 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponse.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponse.java @@ -80,7 +80,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -96,7 +97,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -113,7 +115,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -128,7 +131,8 @@ public int getCertificateTemplatesCount() { * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -144,7 +148,8 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -766,7 +771,8 @@ private void ensureCertificateTemplatesIsMutable() { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -785,7 +791,8 @@ private void ensureCertificateTemplatesIsMutable() { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -803,7 +810,8 @@ public int getCertificateTemplatesCount() { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -822,7 +830,8 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -847,7 +856,8 @@ public Builder setCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -870,7 +880,8 @@ public Builder setCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -895,7 +906,8 @@ public Builder addCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -920,7 +932,8 @@ public Builder addCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -942,7 +955,8 @@ public Builder addCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -965,7 +979,8 @@ public Builder addCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -988,7 +1003,8 @@ public Builder addAllCertificateTemplates( * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1009,7 +1025,8 @@ public Builder clearCertificateTemplates() { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1030,7 +1047,8 @@ public Builder removeCertificateTemplates(int index) { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1045,7 +1063,8 @@ public Builder removeCertificateTemplates(int index) { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1064,7 +1083,8 @@ public Builder removeCertificateTemplates(int index) { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1084,7 +1104,8 @@ public Builder removeCertificateTemplates(int index) { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1101,7 +1122,8 @@ public Builder removeCertificateTemplates(int index) { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * @@ -1119,7 +1141,8 @@ public Builder removeCertificateTemplates(int index) { * * *
-     * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+     * The list of
+     * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponseOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponseOrBuilder.java index 638295ca9a8f..94f3b057c221 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponseOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificateTemplatesResponseOrBuilder.java @@ -27,7 +27,8 @@ public interface ListCertificateTemplatesResponseOrBuilder * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -40,7 +41,8 @@ public interface ListCertificateTemplatesResponseOrBuilder * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -52,7 +54,8 @@ public interface ListCertificateTemplatesResponseOrBuilder * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -64,7 +67,8 @@ public interface ListCertificateTemplatesResponseOrBuilder * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * @@ -77,7 +81,8 @@ public interface ListCertificateTemplatesResponseOrBuilder * * *
-   * The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
+   * The list of
+   * [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate].
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequest.java index fbfb8d733ae1..3bf6a259e5b9 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequest.java @@ -22,7 +22,8 @@ * * *
- * Request message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
+ * Request message for
+ * [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.ListCertificatesRequest} @@ -79,8 +80,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The resource name of the location associated with the
-   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -106,8 +107,8 @@ public java.lang.String getParent() { * *
    * Required. The resource name of the location associated with the
-   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -136,11 +137,13 @@ public com.google.protobuf.ByteString getParentBytes() { * *
    * Optional. Limit on the number of
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the
-   * response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained
-   * by including the
-   * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] to include
+   * in the response. Further
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] can
+   * subsequently be obtained by including the
+   * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -213,8 +216,8 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-   * Optional. Only include resources that match the filter in the response. For details
-   * on supported filters and syntax, see [Certificates Filtering
+   * Optional. Only include resources that match the filter in the response. For
+   * details on supported filters and syntax, see [Certificates Filtering
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
    * 
* @@ -238,8 +241,8 @@ public java.lang.String getFilter() { * * *
-   * Optional. Only include resources that match the filter in the response. For details
-   * on supported filters and syntax, see [Certificates Filtering
+   * Optional. Only include resources that match the filter in the response. For
+   * details on supported filters and syntax, see [Certificates Filtering
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
    * 
* @@ -268,8 +271,8 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-   * Optional. Specify how the results should be sorted. For details on supported fields
-   * and syntax, see [Certificates Sorting
+   * Optional. Specify how the results should be sorted. For details on
+   * supported fields and syntax, see [Certificates Sorting
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
    * 
* @@ -293,8 +296,8 @@ public java.lang.String getOrderBy() { * * *
-   * Optional. Specify how the results should be sorted. For details on supported fields
-   * and syntax, see [Certificates Sorting
+   * Optional. Specify how the results should be sorted. For details on
+   * supported fields and syntax, see [Certificates Sorting
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
    * 
* @@ -515,7 +518,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
+   * Request message for
+   * [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.ListCertificatesRequest} @@ -761,8 +765,8 @@ public Builder mergeFrom( * *
      * Required. The resource name of the location associated with the
-     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -787,8 +791,8 @@ public java.lang.String getParent() { * *
      * Required. The resource name of the location associated with the
-     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -813,8 +817,8 @@ public com.google.protobuf.ByteString getParentBytes() { * *
      * Required. The resource name of the location associated with the
-     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -838,8 +842,8 @@ public Builder setParent(java.lang.String value) { * *
      * Required. The resource name of the location associated with the
-     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -859,8 +863,8 @@ public Builder clearParent() { * *
      * Required. The resource name of the location associated with the
-     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-     * `projects/*/locations/*/caPools/*`.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+     * format `projects/*/locations/*/caPools/*`.
      * 
* * @@ -887,11 +891,13 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * *
      * Optional. Limit on the number of
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the
-     * response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained
-     * by including the
-     * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] to include
+     * in the response. Further
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] can
+     * subsequently be obtained by including the
+     * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -907,11 +913,13 @@ public int getPageSize() { * *
      * Optional. Limit on the number of
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the
-     * response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained
-     * by including the
-     * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] to include
+     * in the response. Further
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] can
+     * subsequently be obtained by including the
+     * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -931,11 +939,13 @@ public Builder setPageSize(int value) { * *
      * Optional. Limit on the number of
-     * [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the
-     * response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained
-     * by including the
-     * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent
-     * request. If unspecified, the server will pick an appropriate default.
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] to include
+     * in the response. Further
+     * [Certificates][google.cloud.security.privateca.v1.Certificate] can
+     * subsequently be obtained by including the
+     * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token]
+     * in a subsequent request. If unspecified, the server will pick an
+     * appropriate default.
      * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -1065,8 +1075,8 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Only include resources that match the filter in the response. For details
-     * on supported filters and syntax, see [Certificates Filtering
+     * Optional. Only include resources that match the filter in the response. For
+     * details on supported filters and syntax, see [Certificates Filtering
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
      * 
* @@ -1089,8 +1099,8 @@ public java.lang.String getFilter() { * * *
-     * Optional. Only include resources that match the filter in the response. For details
-     * on supported filters and syntax, see [Certificates Filtering
+     * Optional. Only include resources that match the filter in the response. For
+     * details on supported filters and syntax, see [Certificates Filtering
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
      * 
* @@ -1113,8 +1123,8 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-     * Optional. Only include resources that match the filter in the response. For details
-     * on supported filters and syntax, see [Certificates Filtering
+     * Optional. Only include resources that match the filter in the response. For
+     * details on supported filters and syntax, see [Certificates Filtering
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
      * 
* @@ -1136,8 +1146,8 @@ public Builder setFilter(java.lang.String value) { * * *
-     * Optional. Only include resources that match the filter in the response. For details
-     * on supported filters and syntax, see [Certificates Filtering
+     * Optional. Only include resources that match the filter in the response. For
+     * details on supported filters and syntax, see [Certificates Filtering
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
      * 
* @@ -1155,8 +1165,8 @@ public Builder clearFilter() { * * *
-     * Optional. Only include resources that match the filter in the response. For details
-     * on supported filters and syntax, see [Certificates Filtering
+     * Optional. Only include resources that match the filter in the response. For
+     * details on supported filters and syntax, see [Certificates Filtering
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
      * 
* @@ -1181,8 +1191,8 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * * *
-     * Optional. Specify how the results should be sorted. For details on supported fields
-     * and syntax, see [Certificates Sorting
+     * Optional. Specify how the results should be sorted. For details on
+     * supported fields and syntax, see [Certificates Sorting
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
      * 
* @@ -1205,8 +1215,8 @@ public java.lang.String getOrderBy() { * * *
-     * Optional. Specify how the results should be sorted. For details on supported fields
-     * and syntax, see [Certificates Sorting
+     * Optional. Specify how the results should be sorted. For details on
+     * supported fields and syntax, see [Certificates Sorting
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
      * 
* @@ -1229,8 +1239,8 @@ public com.google.protobuf.ByteString getOrderByBytes() { * * *
-     * Optional. Specify how the results should be sorted. For details on supported fields
-     * and syntax, see [Certificates Sorting
+     * Optional. Specify how the results should be sorted. For details on
+     * supported fields and syntax, see [Certificates Sorting
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
      * 
* @@ -1252,8 +1262,8 @@ public Builder setOrderBy(java.lang.String value) { * * *
-     * Optional. Specify how the results should be sorted. For details on supported fields
-     * and syntax, see [Certificates Sorting
+     * Optional. Specify how the results should be sorted. For details on
+     * supported fields and syntax, see [Certificates Sorting
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
      * 
* @@ -1271,8 +1281,8 @@ public Builder clearOrderBy() { * * *
-     * Optional. Specify how the results should be sorted. For details on supported fields
-     * and syntax, see [Certificates Sorting
+     * Optional. Specify how the results should be sorted. For details on
+     * supported fields and syntax, see [Certificates Sorting
      * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
      * 
* diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequestOrBuilder.java index 08628f74d107..2ffe474cc146 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequestOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesRequestOrBuilder.java @@ -28,8 +28,8 @@ public interface ListCertificatesRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -44,8 +44,8 @@ public interface ListCertificatesRequestOrBuilder * *
    * Required. The resource name of the location associated with the
-   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the format
-   * `projects/*/locations/*/caPools/*`.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate], in the
+   * format `projects/*/locations/*/caPools/*`.
    * 
* * @@ -61,11 +61,13 @@ public interface ListCertificatesRequestOrBuilder * *
    * Optional. Limit on the number of
-   * [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the
-   * response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained
-   * by including the
-   * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent
-   * request. If unspecified, the server will pick an appropriate default.
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] to include
+   * in the response. Further
+   * [Certificates][google.cloud.security.privateca.v1.Certificate] can
+   * subsequently be obtained by including the
+   * [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token]
+   * in a subsequent request. If unspecified, the server will pick an
+   * appropriate default.
    * 
* * int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -105,8 +107,8 @@ public interface ListCertificatesRequestOrBuilder * * *
-   * Optional. Only include resources that match the filter in the response. For details
-   * on supported filters and syntax, see [Certificates Filtering
+   * Optional. Only include resources that match the filter in the response. For
+   * details on supported filters and syntax, see [Certificates Filtering
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
    * 
* @@ -119,8 +121,8 @@ public interface ListCertificatesRequestOrBuilder * * *
-   * Optional. Only include resources that match the filter in the response. For details
-   * on supported filters and syntax, see [Certificates Filtering
+   * Optional. Only include resources that match the filter in the response. For
+   * details on supported filters and syntax, see [Certificates Filtering
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
    * 
* @@ -134,8 +136,8 @@ public interface ListCertificatesRequestOrBuilder * * *
-   * Optional. Specify how the results should be sorted. For details on supported fields
-   * and syntax, see [Certificates Sorting
+   * Optional. Specify how the results should be sorted. For details on
+   * supported fields and syntax, see [Certificates Sorting
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
    * 
* @@ -148,8 +150,8 @@ public interface ListCertificatesRequestOrBuilder * * *
-   * Optional. Specify how the results should be sorted. For details on supported fields
-   * and syntax, see [Certificates Sorting
+   * Optional. Specify how the results should be sorted. For details on
+   * supported fields and syntax, see [Certificates Sorting
    * documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
    * 
* diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesResponse.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesResponse.java index 7645c7f347ad..8718e91fbe30 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesResponse.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ListCertificatesResponse.java @@ -22,7 +22,8 @@ * * *
- * Response message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
+ * Response message for
+ * [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.ListCertificatesResponse} @@ -450,7 +451,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Response message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
+   * Response message for
+   * [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.ListCertificatesResponse} diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectId.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectId.java index 374a32cad90b..25bd9bcf78f6 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectId.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectId.java @@ -22,8 +22,9 @@ * * *
- * An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an object identifier (OID). These provide context
- * and describe types in ASN.1 messages.
+ * An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an
+ * object identifier (OID). These provide context and describe types in ASN.1
+ * messages.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.ObjectId} @@ -76,8 +77,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The parts of an OID path. The most significant parts of the path come
-   * first.
+   * Required. The parts of an OID path. The most significant parts of the path
+   * come first.
    * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -92,8 +93,8 @@ public java.util.List getObjectIdPathList() { * * *
-   * Required. The parts of an OID path. The most significant parts of the path come
-   * first.
+   * Required. The parts of an OID path. The most significant parts of the path
+   * come first.
    * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -107,8 +108,8 @@ public int getObjectIdPathCount() { * * *
-   * Required. The parts of an OID path. The most significant parts of the path come
-   * first.
+   * Required. The parts of an OID path. The most significant parts of the path
+   * come first.
    * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -302,8 +303,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an object identifier (OID). These provide context
-   * and describe types in ASN.1 messages.
+   * An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an
+   * object identifier (OID). These provide context and describe types in ASN.1
+   * messages.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.ObjectId} @@ -518,8 +520,8 @@ private void ensureObjectIdPathIsMutable() { * * *
-     * Required. The parts of an OID path. The most significant parts of the path come
-     * first.
+     * Required. The parts of an OID path. The most significant parts of the path
+     * come first.
      * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -535,8 +537,8 @@ public java.util.List getObjectIdPathList() { * * *
-     * Required. The parts of an OID path. The most significant parts of the path come
-     * first.
+     * Required. The parts of an OID path. The most significant parts of the path
+     * come first.
      * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -550,8 +552,8 @@ public int getObjectIdPathCount() { * * *
-     * Required. The parts of an OID path. The most significant parts of the path come
-     * first.
+     * Required. The parts of an OID path. The most significant parts of the path
+     * come first.
      * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -566,8 +568,8 @@ public int getObjectIdPath(int index) { * * *
-     * Required. The parts of an OID path. The most significant parts of the path come
-     * first.
+     * Required. The parts of an OID path. The most significant parts of the path
+     * come first.
      * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -587,8 +589,8 @@ public Builder setObjectIdPath(int index, int value) { * * *
-     * Required. The parts of an OID path. The most significant parts of the path come
-     * first.
+     * Required. The parts of an OID path. The most significant parts of the path
+     * come first.
      * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -607,8 +609,8 @@ public Builder addObjectIdPath(int value) { * * *
-     * Required. The parts of an OID path. The most significant parts of the path come
-     * first.
+     * Required. The parts of an OID path. The most significant parts of the path
+     * come first.
      * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -626,8 +628,8 @@ public Builder addAllObjectIdPath(java.lang.Iterable - * Required. The parts of an OID path. The most significant parts of the path come - * first. + * Required. The parts of an OID path. The most significant parts of the path + * come first. *
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectIdOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectIdOrBuilder.java index d17203884c04..f166677a77ca 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectIdOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ObjectIdOrBuilder.java @@ -27,8 +27,8 @@ public interface ObjectIdOrBuilder * * *
-   * Required. The parts of an OID path. The most significant parts of the path come
-   * first.
+   * Required. The parts of an OID path. The most significant parts of the path
+   * come first.
    * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -40,8 +40,8 @@ public interface ObjectIdOrBuilder * * *
-   * Required. The parts of an OID path. The most significant parts of the path come
-   * first.
+   * Required. The parts of an OID path. The most significant parts of the path
+   * come first.
    * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; @@ -53,8 +53,8 @@ public interface ObjectIdOrBuilder * * *
-   * Required. The parts of an OID path. The most significant parts of the path come
-   * first.
+   * Required. The parts of an OID path. The most significant parts of the path
+   * come first.
    * 
* * repeated int32 object_id_path = 1 [(.google.api.field_behavior) = REQUIRED]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadata.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadata.java index 68c768047fff..63a1fc9ffa2a 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadata.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadata.java @@ -329,8 +329,9 @@ public com.google.protobuf.ByteString getStatusMessageBytes() { *
    * Output only. Identifies whether the user has requested cancellation
    * of the operation. Operations that have successfully been cancelled
-   * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
-   * corresponding to `Code.CANCELLED`.
+   * have [Operation.error][] value with a
+   * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
+   * `Code.CANCELLED`.
    * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1606,8 +1607,9 @@ public Builder setStatusMessageBytes(com.google.protobuf.ByteString value) { *
      * Output only. Identifies whether the user has requested cancellation
      * of the operation. Operations that have successfully been cancelled
-     * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
-     * corresponding to `Code.CANCELLED`.
+     * have [Operation.error][] value with a
+     * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
+     * `Code.CANCELLED`.
      * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1624,8 +1626,9 @@ public boolean getRequestedCancellation() { *
      * Output only. Identifies whether the user has requested cancellation
      * of the operation. Operations that have successfully been cancelled
-     * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
-     * corresponding to `Code.CANCELLED`.
+     * have [Operation.error][] value with a
+     * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
+     * `Code.CANCELLED`.
      * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; @@ -1646,8 +1649,9 @@ public Builder setRequestedCancellation(boolean value) { *
      * Output only. Identifies whether the user has requested cancellation
      * of the operation. Operations that have successfully been cancelled
-     * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
-     * corresponding to `Code.CANCELLED`.
+     * have [Operation.error][] value with a
+     * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
+     * `Code.CANCELLED`.
      * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadataOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadataOrBuilder.java index ea977b3c0c5d..4b1c70e45707 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadataOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/OperationMetadataOrBuilder.java @@ -180,8 +180,9 @@ public interface OperationMetadataOrBuilder *
    * Output only. Identifies whether the user has requested cancellation
    * of the operation. Operations that have successfully been cancelled
-   * have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1,
-   * corresponding to `Code.CANCELLED`.
+   * have [Operation.error][] value with a
+   * [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to
+   * `Code.CANCELLED`.
    * 
* * bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PrivateCaResourcesProto.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PrivateCaResourcesProto.java index 7377069ad5cb..6aefb629f14e 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PrivateCaResourcesProto.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PrivateCaResourcesProto.java @@ -115,6 +115,10 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r internal_static_google_cloud_security_privateca_v1_X509Parameters_CaOptions_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_google_cloud_security_privateca_v1_X509Parameters_CaOptions_fieldAccessorTable; + static final com.google.protobuf.Descriptors.Descriptor + internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_descriptor; + static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_google_cloud_security_privateca_v1_SubordinateConfig_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable @@ -380,130 +384,140 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { + "eca.googleapis.com/CertificateTemplate\022S" + "projects/{project}/locations/{location}/" + "certificateTemplates/{certificate_templa" - + "te}\"\337\003\n\016X509Parameters\022D\n\tkey_usage\030\001 \001(" + + "te}\"\316\006\n\016X509Parameters\022D\n\tkey_usage\030\001 \001(" + "\0132,.google.cloud.security.privateca.v1.K" + "eyUsageB\003\340A\001\022U\n\nca_options\030\002 \001(\0132<.googl" + "e.cloud.security.privateca.v1.X509Parame" + "ters.CaOptionsB\003\340A\001\022E\n\npolicy_ids\030\003 \003(\0132" + ",.google.cloud.security.privateca.v1.Obj" + "ectIdB\003\340A\001\022\035\n\020aia_ocsp_servers\030\004 \003(\tB\003\340A" - + "\001\022U\n\025additional_extensions\030\005 \003(\01321.googl" - + "e.cloud.security.privateca.v1.X509Extens" - + "ionB\003\340A\001\032s\n\tCaOptions\022\027\n\005is_ca\030\001 \001(\010B\003\340A" - + "\001H\000\210\001\001\022(\n\026max_issuer_path_length\030\002 \001(\005B\003" - + "\340A\001H\001\210\001\001B\010\n\006_is_caB\031\n\027_max_issuer_path_l" - + "ength\"\251\002\n\021SubordinateConfig\022V\n\025certifica" - + "te_authority\030\001 \001(\tB5\340A\002\372A/\n-privateca.go" - + "ogleapis.com/CertificateAuthorityH\000\022m\n\020p" - + "em_issuer_chain\030\002 \001(\0132L.google.cloud.sec" - + "urity.privateca.v1.SubordinateConfig.Sub" - + "ordinateConfigChainB\003\340A\002H\000\0327\n\026Subordinat" - + "eConfigChain\022\035\n\020pem_certificates\030\001 \003(\tB\003" - + "\340A\002B\024\n\022subordinate_config\"\235\001\n\tPublicKey\022" - + "\020\n\003key\030\001 \001(\014B\003\340A\002\022L\n\006format\030\002 \001(\01627.goog" - + "le.cloud.security.privateca.v1.PublicKey" - + ".KeyFormatB\003\340A\002\"0\n\tKeyFormat\022\032\n\026KEY_FORM" - + "AT_UNSPECIFIED\020\000\022\007\n\003PEM\020\001\"\264\003\n\021Certificat" - + "eConfig\022`\n\016subject_config\030\001 \001(\0132C.google" - + ".cloud.security.privateca.v1.Certificate" - + "Config.SubjectConfigB\003\340A\002\022L\n\013x509_config" - + "\030\002 \001(\01322.google.cloud.security.privateca" - + ".v1.X509ParametersB\003\340A\002\022F\n\npublic_key\030\003 " - + "\001(\0132-.google.cloud.security.privateca.v1" - + ".PublicKeyB\003\340A\001\032\246\001\n\rSubjectConfig\022A\n\007sub" - + "ject\030\001 \001(\0132+.google.cloud.security.priva" - + "teca.v1.SubjectB\003\340A\002\022R\n\020subject_alt_name" - + "\030\002 \001(\01323.google.cloud.security.privateca" - + ".v1.SubjectAltNamesB\003\340A\001\"\241\010\n\026Certificate" - + "Description\022j\n\023subject_description\030\001 \001(\013" - + "2M.google.cloud.security.privateca.v1.Ce" - + "rtificateDescription.SubjectDescription\022" - + "L\n\020x509_description\030\002 \001(\01322.google.cloud" - + ".security.privateca.v1.X509Parameters\022A\n" - + "\npublic_key\030\003 \001(\0132-.google.cloud.securit" - + "y.privateca.v1.PublicKey\022X\n\016subject_key_" - + "id\030\004 \001(\0132@.google.cloud.security.private" - + "ca.v1.CertificateDescription.KeyId\022Z\n\020au" - + "thority_key_id\030\005 \001(\0132@.google.cloud.secu" - + "rity.privateca.v1.CertificateDescription" - + ".KeyId\022\037\n\027crl_distribution_points\030\006 \003(\t\022" - + "$\n\034aia_issuing_certificate_urls\030\007 \003(\t\022k\n" - + "\020cert_fingerprint\030\010 \001(\0132Q.google.cloud.s" - + "ecurity.privateca.v1.CertificateDescript" - + "ion.CertificateFingerprint\032\322\002\n\022SubjectDe" - + "scription\022<\n\007subject\030\001 \001(\0132+.google.clou" - + "d.security.privateca.v1.Subject\022M\n\020subje" - + "ct_alt_name\030\002 \001(\01323.google.cloud.securit" - + "y.privateca.v1.SubjectAltNames\022\031\n\021hex_se" - + "rial_number\030\003 \001(\t\022+\n\010lifetime\030\004 \001(\0132\031.go" - + "ogle.protobuf.Duration\0223\n\017not_before_tim" - + "e\030\005 \001(\0132\032.google.protobuf.Timestamp\0222\n\016n" - + "ot_after_time\030\006 \001(\0132\032.google.protobuf.Ti" - + "mestamp\032\034\n\005KeyId\022\023\n\006key_id\030\001 \001(\tB\003\340A\001\032-\n" - + "\026CertificateFingerprint\022\023\n\013sha256_hash\030\001" - + " \001(\t\"\'\n\010ObjectId\022\033\n\016object_id_path\030\001 \003(\005" - + "B\003\340A\002\"\200\001\n\rX509Extension\022D\n\tobject_id\030\001 \001" - + "(\0132,.google.cloud.security.privateca.v1." - + "ObjectIdB\003\340A\002\022\025\n\010critical\030\002 \001(\010B\003\340A\001\022\022\n\005" - + "value\030\003 \001(\014B\003\340A\002\"\242\005\n\010KeyUsage\022T\n\016base_ke" - + "y_usage\030\001 \001(\0132<.google.cloud.security.pr" - + "ivateca.v1.KeyUsage.KeyUsageOptions\022`\n\022e" - + "xtended_key_usage\030\002 \001(\0132D.google.cloud.s" - + "ecurity.privateca.v1.KeyUsage.ExtendedKe" - + "yUsageOptions\022Q\n\033unknown_extended_key_us" - + "ages\030\003 \003(\0132,.google.cloud.security.priva" - + "teca.v1.ObjectId\032\347\001\n\017KeyUsageOptions\022\031\n\021" - + "digital_signature\030\001 \001(\010\022\032\n\022content_commi" - + "tment\030\002 \001(\010\022\030\n\020key_encipherment\030\003 \001(\010\022\031\n" - + "\021data_encipherment\030\004 \001(\010\022\025\n\rkey_agreemen" - + "t\030\005 \001(\010\022\021\n\tcert_sign\030\006 \001(\010\022\020\n\010crl_sign\030\007" - + " \001(\010\022\025\n\rencipher_only\030\010 \001(\010\022\025\n\rdecipher_" - + "only\030\t \001(\010\032\240\001\n\027ExtendedKeyUsageOptions\022\023" - + "\n\013server_auth\030\001 \001(\010\022\023\n\013client_auth\030\002 \001(\010" - + "\022\024\n\014code_signing\030\003 \001(\010\022\030\n\020email_protecti" - + "on\030\004 \001(\010\022\025\n\rtime_stamping\030\005 \001(\010\022\024\n\014ocsp_" - + "signing\030\006 \001(\010\"\270\001\n\007Subject\022\023\n\013common_name" - + "\030\001 \001(\t\022\024\n\014country_code\030\002 \001(\t\022\024\n\014organiza" - + "tion\030\003 \001(\t\022\033\n\023organizational_unit\030\004 \001(\t\022" - + "\020\n\010locality\030\005 \001(\t\022\020\n\010province\030\006 \001(\t\022\026\n\016s" - + "treet_address\030\007 \001(\t\022\023\n\013postal_code\030\010 \001(\t" - + "\"\251\001\n\017SubjectAltNames\022\021\n\tdns_names\030\001 \003(\t\022" - + "\014\n\004uris\030\002 \003(\t\022\027\n\017email_addresses\030\003 \003(\t\022\024" - + "\n\014ip_addresses\030\004 \003(\t\022F\n\013custom_sans\030\005 \003(" - + "\01321.google.cloud.security.privateca.v1.X" - + "509Extension\"\372\001\n\036CertificateIdentityCons" - + "traints\022.\n\016cel_expression\030\001 \001(\0132\021.google" - + ".type.ExprB\003\340A\001\022+\n\031allow_subject_passthr" - + "ough\030\002 \001(\010B\003\340A\002H\000\210\001\001\0225\n#allow_subject_al" - + "t_names_passthrough\030\003 \001(\010B\003\340A\002H\001\210\001\001B\034\n\032_" - + "allow_subject_passthroughB&\n$_allow_subj" - + "ect_alt_names_passthrough\"\236\003\n\037Certificat" - + "eExtensionConstraints\022|\n\020known_extension" - + "s\030\001 \003(\0162].google.cloud.security.privatec" - + "a.v1.CertificateExtensionConstraints.Kno" - + "wnCertificateExtensionB\003\340A\001\022P\n\025additiona" - + "l_extensions\030\002 \003(\0132,.google.cloud.securi" - + "ty.privateca.v1.ObjectIdB\003\340A\001\"\252\001\n\031KnownC" - + "ertificateExtension\022+\n\'KNOWN_CERTIFICATE" - + "_EXTENSION_UNSPECIFIED\020\000\022\022\n\016BASE_KEY_USA" - + "GE\020\001\022\026\n\022EXTENDED_KEY_USAGE\020\002\022\016\n\nCA_OPTIO" - + "NS\020\003\022\016\n\nPOLICY_IDS\020\004\022\024\n\020AIA_OCSP_SERVERS" - + "\020\005*\207\002\n\020RevocationReason\022!\n\035REVOCATION_RE" - + "ASON_UNSPECIFIED\020\000\022\022\n\016KEY_COMPROMISE\020\001\022$" - + "\n CERTIFICATE_AUTHORITY_COMPROMISE\020\002\022\027\n\023" - + "AFFILIATION_CHANGED\020\003\022\016\n\nSUPERSEDED\020\004\022\032\n" - + "\026CESSATION_OF_OPERATION\020\005\022\024\n\020CERTIFICATE" - + "_HOLD\020\006\022\027\n\023PRIVILEGE_WITHDRAWN\020\007\022\"\n\036ATTR" - + "IBUTE_AUTHORITY_COMPROMISE\020\010*]\n\022SubjectR" - + "equestMode\022$\n SUBJECT_REQUEST_MODE_UNSPE" - + "CIFIED\020\000\022\013\n\007DEFAULT\020\001\022\024\n\020REFLECTED_SPIFF" - + "E\020\002B\377\001\n&com.google.cloud.security.privat" - + "eca.v1B\027PrivateCaResourcesProtoP\001ZDcloud" - + ".google.com/go/security/privateca/apiv1/" - + "privatecapb;privatecapb\370\001\001\252\002\"Google.Clou" - + "d.Security.PrivateCA.V1\312\002\"Google\\Cloud\\S" - + "ecurity\\PrivateCA\\V1\352\002&Google::Cloud::Se" - + "curity::PrivateCA::V1b\006proto3" + + "\001\022a\n\020name_constraints\030\006 \001(\0132B.google.clo" + + "ud.security.privateca.v1.X509Parameters." + + "NameConstraintsB\003\340A\001\022U\n\025additional_exten" + + "sions\030\005 \003(\01321.google.cloud.security.priv" + + "ateca.v1.X509ExtensionB\003\340A\001\032s\n\tCaOptions" + + "\022\027\n\005is_ca\030\001 \001(\010B\003\340A\001H\000\210\001\001\022(\n\026max_issuer_" + + "path_length\030\002 \001(\005B\003\340A\001H\001\210\001\001B\010\n\006_is_caB\031\n" + + "\027_max_issuer_path_length\032\211\002\n\017NameConstra" + + "ints\022\020\n\010critical\030\001 \001(\010\022\033\n\023permitted_dns_" + + "names\030\002 \003(\t\022\032\n\022excluded_dns_names\030\003 \003(\t\022" + + "\033\n\023permitted_ip_ranges\030\004 \003(\t\022\032\n\022excluded" + + "_ip_ranges\030\005 \003(\t\022!\n\031permitted_email_addr" + + "esses\030\006 \003(\t\022 \n\030excluded_email_addresses\030" + + "\007 \003(\t\022\026\n\016permitted_uris\030\010 \003(\t\022\025\n\rexclude" + + "d_uris\030\t \003(\t\"\251\002\n\021SubordinateConfig\022V\n\025ce" + + "rtificate_authority\030\001 \001(\tB5\340A\002\372A/\n-priva" + + "teca.googleapis.com/CertificateAuthority" + + "H\000\022m\n\020pem_issuer_chain\030\002 \001(\0132L.google.cl" + + "oud.security.privateca.v1.SubordinateCon" + + "fig.SubordinateConfigChainB\003\340A\002H\000\0327\n\026Sub" + + "ordinateConfigChain\022\035\n\020pem_certificates\030" + + "\001 \003(\tB\003\340A\002B\024\n\022subordinate_config\"\235\001\n\tPub" + + "licKey\022\020\n\003key\030\001 \001(\014B\003\340A\002\022L\n\006format\030\002 \001(\016" + + "27.google.cloud.security.privateca.v1.Pu" + + "blicKey.KeyFormatB\003\340A\002\"0\n\tKeyFormat\022\032\n\026K" + + "EY_FORMAT_UNSPECIFIED\020\000\022\007\n\003PEM\020\001\"\264\003\n\021Cer" + + "tificateConfig\022`\n\016subject_config\030\001 \001(\0132C" + + ".google.cloud.security.privateca.v1.Cert" + + "ificateConfig.SubjectConfigB\003\340A\002\022L\n\013x509" + + "_config\030\002 \001(\01322.google.cloud.security.pr" + + "ivateca.v1.X509ParametersB\003\340A\002\022F\n\npublic" + + "_key\030\003 \001(\0132-.google.cloud.security.priva" + + "teca.v1.PublicKeyB\003\340A\001\032\246\001\n\rSubjectConfig" + + "\022A\n\007subject\030\001 \001(\0132+.google.cloud.securit" + + "y.privateca.v1.SubjectB\003\340A\002\022R\n\020subject_a" + + "lt_name\030\002 \001(\01323.google.cloud.security.pr" + + "ivateca.v1.SubjectAltNamesB\003\340A\001\"\241\010\n\026Cert" + + "ificateDescription\022j\n\023subject_descriptio" + + "n\030\001 \001(\0132M.google.cloud.security.privatec" + + "a.v1.CertificateDescription.SubjectDescr" + + "iption\022L\n\020x509_description\030\002 \001(\01322.googl" + + "e.cloud.security.privateca.v1.X509Parame" + + "ters\022A\n\npublic_key\030\003 \001(\0132-.google.cloud." + + "security.privateca.v1.PublicKey\022X\n\016subje" + + "ct_key_id\030\004 \001(\0132@.google.cloud.security." + + "privateca.v1.CertificateDescription.KeyI" + + "d\022Z\n\020authority_key_id\030\005 \001(\0132@.google.clo" + + "ud.security.privateca.v1.CertificateDesc" + + "ription.KeyId\022\037\n\027crl_distribution_points" + + "\030\006 \003(\t\022$\n\034aia_issuing_certificate_urls\030\007" + + " \003(\t\022k\n\020cert_fingerprint\030\010 \001(\0132Q.google." + + "cloud.security.privateca.v1.CertificateD" + + "escription.CertificateFingerprint\032\322\002\n\022Su" + + "bjectDescription\022<\n\007subject\030\001 \001(\0132+.goog" + + "le.cloud.security.privateca.v1.Subject\022M" + + "\n\020subject_alt_name\030\002 \001(\01323.google.cloud." + + "security.privateca.v1.SubjectAltNames\022\031\n" + + "\021hex_serial_number\030\003 \001(\t\022+\n\010lifetime\030\004 \001" + + "(\0132\031.google.protobuf.Duration\0223\n\017not_bef" + + "ore_time\030\005 \001(\0132\032.google.protobuf.Timesta" + + "mp\0222\n\016not_after_time\030\006 \001(\0132\032.google.prot" + + "obuf.Timestamp\032\034\n\005KeyId\022\023\n\006key_id\030\001 \001(\tB" + + "\003\340A\001\032-\n\026CertificateFingerprint\022\023\n\013sha256" + + "_hash\030\001 \001(\t\"\'\n\010ObjectId\022\033\n\016object_id_pat" + + "h\030\001 \003(\005B\003\340A\002\"\200\001\n\rX509Extension\022D\n\tobject" + + "_id\030\001 \001(\0132,.google.cloud.security.privat" + + "eca.v1.ObjectIdB\003\340A\002\022\025\n\010critical\030\002 \001(\010B\003" + + "\340A\001\022\022\n\005value\030\003 \001(\014B\003\340A\002\"\242\005\n\010KeyUsage\022T\n\016" + + "base_key_usage\030\001 \001(\0132<.google.cloud.secu" + + "rity.privateca.v1.KeyUsage.KeyUsageOptio" + + "ns\022`\n\022extended_key_usage\030\002 \001(\0132D.google." + + "cloud.security.privateca.v1.KeyUsage.Ext" + + "endedKeyUsageOptions\022Q\n\033unknown_extended" + + "_key_usages\030\003 \003(\0132,.google.cloud.securit" + + "y.privateca.v1.ObjectId\032\347\001\n\017KeyUsageOpti" + + "ons\022\031\n\021digital_signature\030\001 \001(\010\022\032\n\022conten" + + "t_commitment\030\002 \001(\010\022\030\n\020key_encipherment\030\003" + + " \001(\010\022\031\n\021data_encipherment\030\004 \001(\010\022\025\n\rkey_a" + + "greement\030\005 \001(\010\022\021\n\tcert_sign\030\006 \001(\010\022\020\n\010crl" + + "_sign\030\007 \001(\010\022\025\n\rencipher_only\030\010 \001(\010\022\025\n\rde" + + "cipher_only\030\t \001(\010\032\240\001\n\027ExtendedKeyUsageOp" + + "tions\022\023\n\013server_auth\030\001 \001(\010\022\023\n\013client_aut" + + "h\030\002 \001(\010\022\024\n\014code_signing\030\003 \001(\010\022\030\n\020email_p" + + "rotection\030\004 \001(\010\022\025\n\rtime_stamping\030\005 \001(\010\022\024" + + "\n\014ocsp_signing\030\006 \001(\010\"\270\001\n\007Subject\022\023\n\013comm" + + "on_name\030\001 \001(\t\022\024\n\014country_code\030\002 \001(\t\022\024\n\014o" + + "rganization\030\003 \001(\t\022\033\n\023organizational_unit" + + "\030\004 \001(\t\022\020\n\010locality\030\005 \001(\t\022\020\n\010province\030\006 \001" + + "(\t\022\026\n\016street_address\030\007 \001(\t\022\023\n\013postal_cod" + + "e\030\010 \001(\t\"\251\001\n\017SubjectAltNames\022\021\n\tdns_names" + + "\030\001 \003(\t\022\014\n\004uris\030\002 \003(\t\022\027\n\017email_addresses\030" + + "\003 \003(\t\022\024\n\014ip_addresses\030\004 \003(\t\022F\n\013custom_sa" + + "ns\030\005 \003(\01321.google.cloud.security.private" + + "ca.v1.X509Extension\"\372\001\n\036CertificateIdent" + + "ityConstraints\022.\n\016cel_expression\030\001 \001(\0132\021" + + ".google.type.ExprB\003\340A\001\022+\n\031allow_subject_" + + "passthrough\030\002 \001(\010B\003\340A\002H\000\210\001\001\0225\n#allow_sub" + + "ject_alt_names_passthrough\030\003 \001(\010B\003\340A\002H\001\210" + + "\001\001B\034\n\032_allow_subject_passthroughB&\n$_all" + + "ow_subject_alt_names_passthrough\"\264\003\n\037Cer" + + "tificateExtensionConstraints\022|\n\020known_ex" + + "tensions\030\001 \003(\0162].google.cloud.security.p" + + "rivateca.v1.CertificateExtensionConstrai" + + "nts.KnownCertificateExtensionB\003\340A\001\022P\n\025ad" + + "ditional_extensions\030\002 \003(\0132,.google.cloud" + + ".security.privateca.v1.ObjectIdB\003\340A\001\"\300\001\n" + + "\031KnownCertificateExtension\022+\n\'KNOWN_CERT" + + "IFICATE_EXTENSION_UNSPECIFIED\020\000\022\022\n\016BASE_" + + "KEY_USAGE\020\001\022\026\n\022EXTENDED_KEY_USAGE\020\002\022\016\n\nC" + + "A_OPTIONS\020\003\022\016\n\nPOLICY_IDS\020\004\022\024\n\020AIA_OCSP_" + + "SERVERS\020\005\022\024\n\020NAME_CONSTRAINTS\020\006*\207\002\n\020Revo" + + "cationReason\022!\n\035REVOCATION_REASON_UNSPEC" + + "IFIED\020\000\022\022\n\016KEY_COMPROMISE\020\001\022$\n CERTIFICA" + + "TE_AUTHORITY_COMPROMISE\020\002\022\027\n\023AFFILIATION" + + "_CHANGED\020\003\022\016\n\nSUPERSEDED\020\004\022\032\n\026CESSATION_" + + "OF_OPERATION\020\005\022\024\n\020CERTIFICATE_HOLD\020\006\022\027\n\023" + + "PRIVILEGE_WITHDRAWN\020\007\022\"\n\036ATTRIBUTE_AUTHO" + + "RITY_COMPROMISE\020\010*]\n\022SubjectRequestMode\022" + + "$\n SUBJECT_REQUEST_MODE_UNSPECIFIED\020\000\022\013\n" + + "\007DEFAULT\020\001\022\024\n\020REFLECTED_SPIFFE\020\002B\377\001\n&com" + + ".google.cloud.security.privateca.v1B\027Pri" + + "vateCaResourcesProtoP\001ZDcloud.google.com" + + "/go/security/privateca/apiv1/privatecapb" + + ";privatecapb\370\001\001\252\002\"Google.Cloud.Security." + + "PrivateCA.V1\312\002\"Google\\Cloud\\Security\\Pri" + + "vateCA\\V1\352\002&Google::Cloud::Security::Pri" + + "vateCA::V1b\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( @@ -762,7 +776,12 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_cloud_security_privateca_v1_X509Parameters_descriptor, new java.lang.String[] { - "KeyUsage", "CaOptions", "PolicyIds", "AiaOcspServers", "AdditionalExtensions", + "KeyUsage", + "CaOptions", + "PolicyIds", + "AiaOcspServers", + "NameConstraints", + "AdditionalExtensions", }); internal_static_google_cloud_security_privateca_v1_X509Parameters_CaOptions_descriptor = internal_static_google_cloud_security_privateca_v1_X509Parameters_descriptor @@ -774,6 +793,24 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { new java.lang.String[] { "IsCa", "MaxIssuerPathLength", "IsCa", "MaxIssuerPathLength", }); + internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_descriptor = + internal_static_google_cloud_security_privateca_v1_X509Parameters_descriptor + .getNestedTypes() + .get(1); + internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_fieldAccessorTable = + new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_descriptor, + new java.lang.String[] { + "Critical", + "PermittedDnsNames", + "ExcludedDnsNames", + "PermittedIpRanges", + "ExcludedIpRanges", + "PermittedEmailAddresses", + "ExcludedEmailAddresses", + "PermittedUris", + "ExcludedUris", + }); internal_static_google_cloud_security_privateca_v1_SubordinateConfig_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_google_cloud_security_privateca_v1_SubordinateConfig_fieldAccessorTable = diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PublicKey.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PublicKey.java index 9659d321535b..e72f59283832 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PublicKey.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/PublicKey.java @@ -22,7 +22,8 @@ * * *
- * A [PublicKey][google.cloud.security.privateca.v1.PublicKey] describes a public key.
+ * A [PublicKey][google.cloud.security.privateca.v1.PublicKey] describes a
+ * public key.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.PublicKey} @@ -464,7 +465,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * A [PublicKey][google.cloud.security.privateca.v1.PublicKey] describes a public key.
+   * A [PublicKey][google.cloud.security.privateca.v1.PublicKey] describes a
+   * public key.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.PublicKey} diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevocationReason.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevocationReason.java index 58e495509857..504135ecdb3b 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevocationReason.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevocationReason.java @@ -22,11 +22,13 @@ * * *
- * A [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] indicates whether a [Certificate][google.cloud.security.privateca.v1.Certificate] has been revoked,
- * and the reason for revocation. These correspond to standard revocation
- * reasons from RFC 5280. Note that the enum labels and values in this
- * definition are not the same ASN.1 values defined in RFC 5280. These values
- * will be translated to the correct ASN.1 values when a CRL is created.
+ * A [RevocationReason][google.cloud.security.privateca.v1.RevocationReason]
+ * indicates whether a
+ * [Certificate][google.cloud.security.privateca.v1.Certificate] has been
+ * revoked, and the reason for revocation. These correspond to standard
+ * revocation reasons from RFC 5280. Note that the enum labels and values in
+ * this definition are not the same ASN.1 values defined in RFC 5280. These
+ * values will be translated to the correct ASN.1 values when a CRL is created.
  * 
* * Protobuf enum {@code google.cloud.security.privateca.v1.RevocationReason} @@ -36,8 +38,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * Default unspecified value. This value does indicate that a [Certificate][google.cloud.security.privateca.v1.Certificate]
-   * has been revoked, but that a reason has not been recorded.
+   * Default unspecified value. This value does indicate that a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] has been
+   * revoked, but that a reason has not been recorded.
    * 
* * REVOCATION_REASON_UNSPECIFIED = 0; @@ -47,7 +50,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * Key material for this [Certificate][google.cloud.security.privateca.v1.Certificate] may have leaked.
+   * Key material for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] may have
+   * leaked.
    * 
* * KEY_COMPROMISE = 1; @@ -68,7 +73,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * The subject or other attributes in this [Certificate][google.cloud.security.privateca.v1.Certificate] have changed.
+   * The subject or other attributes in this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] have changed.
    * 
* * AFFILIATION_CHANGED = 3; @@ -78,7 +84,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] has been superseded.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] has been
+   * superseded.
    * 
* * SUPERSEDED = 4; @@ -88,8 +95,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] or entities in the issuing path have ceased to
-   * operate.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] or
+   * entities in the issuing path have ceased to operate.
    * 
* * CESSATION_OF_OPERATION = 5; @@ -99,8 +106,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] should not be considered valid, it is expected that it
-   * may become valid in the future.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] should
+   * not be considered valid, it is expected that it may become valid in the
+   * future.
    * 
* * CERTIFICATE_HOLD = 6; @@ -110,8 +118,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] no longer has permission to assert the listed
-   * attributes.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] no
+   * longer has permission to assert the listed attributes.
    * 
* * PRIVILEGE_WITHDRAWN = 7; @@ -121,8 +129,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * The authority which determines appropriate attributes for a [Certificate][google.cloud.security.privateca.v1.Certificate]
-   * may have been compromised.
+   * The authority which determines appropriate attributes for a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] may have been
+   * compromised.
    * 
* * ATTRIBUTE_AUTHORITY_COMPROMISE = 8; @@ -135,8 +144,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * Default unspecified value. This value does indicate that a [Certificate][google.cloud.security.privateca.v1.Certificate]
-   * has been revoked, but that a reason has not been recorded.
+   * Default unspecified value. This value does indicate that a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] has been
+   * revoked, but that a reason has not been recorded.
    * 
* * REVOCATION_REASON_UNSPECIFIED = 0; @@ -146,7 +156,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * Key material for this [Certificate][google.cloud.security.privateca.v1.Certificate] may have leaked.
+   * Key material for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] may have
+   * leaked.
    * 
* * KEY_COMPROMISE = 1; @@ -167,7 +179,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * The subject or other attributes in this [Certificate][google.cloud.security.privateca.v1.Certificate] have changed.
+   * The subject or other attributes in this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] have changed.
    * 
* * AFFILIATION_CHANGED = 3; @@ -177,7 +190,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] has been superseded.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] has been
+   * superseded.
    * 
* * SUPERSEDED = 4; @@ -187,8 +201,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] or entities in the issuing path have ceased to
-   * operate.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] or
+   * entities in the issuing path have ceased to operate.
    * 
* * CESSATION_OF_OPERATION = 5; @@ -198,8 +212,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] should not be considered valid, it is expected that it
-   * may become valid in the future.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] should
+   * not be considered valid, it is expected that it may become valid in the
+   * future.
    * 
* * CERTIFICATE_HOLD = 6; @@ -209,8 +224,8 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * This [Certificate][google.cloud.security.privateca.v1.Certificate] no longer has permission to assert the listed
-   * attributes.
+   * This [Certificate][google.cloud.security.privateca.v1.Certificate] no
+   * longer has permission to assert the listed attributes.
    * 
* * PRIVILEGE_WITHDRAWN = 7; @@ -220,8 +235,9 @@ public enum RevocationReason implements com.google.protobuf.ProtocolMessageEnum * * *
-   * The authority which determines appropriate attributes for a [Certificate][google.cloud.security.privateca.v1.Certificate]
-   * may have been compromised.
+   * The authority which determines appropriate attributes for a
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] may have been
+   * compromised.
    * 
* * ATTRIBUTE_AUTHORITY_COMPROMISE = 8; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequest.java index d4a9bf1a44b3..be727bd2878f 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequest.java @@ -78,8 +78,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-   * format
+   * Required. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -105,8 +105,8 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-   * format
+   * Required. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -135,7 +135,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+   * Required. The
+   * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+   * revoking this certificate.
    * 
* * @@ -152,7 +154,9 @@ public int getReasonValue() { * * *
-   * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+   * Required. The
+   * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+   * revoking this certificate.
    * 
* * @@ -178,12 +182,12 @@ public com.google.cloud.security.privateca.v1.RevocationReason getReason() { * * *
-   * 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.
@@ -211,12 +215,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -644,8 +648,8 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-     * format
+     * Required. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -670,8 +674,8 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-     * format
+     * Required. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -696,8 +700,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-     * format
+     * Required. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -721,8 +725,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-     * format
+     * Required. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -742,8 +746,8 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-     * format
+     * Required. The resource name for this
+     * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
      * `projects/*/locations/*/caPools/*/certificates/*`.
      * 
* @@ -770,7 +774,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+     * Required. The
+     * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+     * revoking this certificate.
      * 
* * @@ -787,7 +793,9 @@ public int getReasonValue() { * * *
-     * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+     * Required. The
+     * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+     * revoking this certificate.
      * 
* * @@ -807,7 +815,9 @@ public Builder setReasonValue(int value) { * * *
-     * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+     * Required. The
+     * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+     * revoking this certificate.
      * 
* * @@ -828,7 +838,9 @@ public com.google.cloud.security.privateca.v1.RevocationReason getReason() { * * *
-     * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+     * Required. The
+     * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+     * revoking this certificate.
      * 
* * @@ -851,7 +863,9 @@ public Builder setReason(com.google.cloud.security.privateca.v1.RevocationReason * * *
-     * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+     * Required. The
+     * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+     * revoking this certificate.
      * 
* * @@ -872,12 +886,12 @@ public Builder clearReason() { * * *
-     * 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.
@@ -904,12 +918,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -936,12 +950,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -967,12 +981,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -994,12 +1008,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequestOrBuilder.java
index cfaa1e5373e9..e3e5e08916be 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/RevokeCertificateRequestOrBuilder.java
@@ -27,8 +27,8 @@ public interface RevokeCertificateRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-   * format
+   * Required. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -43,8 +43,8 @@ public interface RevokeCertificateRequestOrBuilder * * *
-   * Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the
-   * format
+   * Required. The resource name for this
+   * [Certificate][google.cloud.security.privateca.v1.Certificate] in the format
    * `projects/*/locations/*/caPools/*/certificates/*`.
    * 
* @@ -60,7 +60,9 @@ public interface RevokeCertificateRequestOrBuilder * * *
-   * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+   * Required. The
+   * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+   * revoking this certificate.
    * 
* * @@ -74,7 +76,9 @@ public interface RevokeCertificateRequestOrBuilder * * *
-   * Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate.
+   * Required. The
+   * [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for
+   * revoking this certificate.
    * 
* * @@ -89,12 +93,12 @@ public interface RevokeCertificateRequestOrBuilder * * *
-   * 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.
@@ -111,12 +115,12 @@ public interface RevokeCertificateRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Subject.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Subject.java
index 8b906c15acec..3ca5666e54b4 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Subject.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/Subject.java
@@ -22,8 +22,8 @@
  *
  *
  * 
- * [Subject][google.cloud.security.privateca.v1.Subject] describes parts of a distinguished name that, in turn,
- * describes the subject of the certificate.
+ * [Subject][google.cloud.security.privateca.v1.Subject] describes parts of a
+ * distinguished name that, in turn, describes the subject of the certificate.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.Subject} @@ -709,8 +709,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * [Subject][google.cloud.security.privateca.v1.Subject] describes parts of a distinguished name that, in turn,
-   * describes the subject of the certificate.
+   * [Subject][google.cloud.security.privateca.v1.Subject] describes parts of a
+   * distinguished name that, in turn, describes the subject of the certificate.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.Subject} diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectAltNames.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectAltNames.java index 9816937a12b8..770ccb2e3d8a 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectAltNames.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectAltNames.java @@ -22,9 +22,10 @@ * * *
- * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] corresponds to a more modern way of listing what
- * the asserted identity is in a certificate (i.e., compared to the "common
- * name" in the distinguished name).
+ * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+ * corresponds to a more modern way of listing what the asserted identity is in
+ * a certificate (i.e., compared to the "common name" in the distinguished
+ * name).
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.SubjectAltNames} @@ -637,9 +638,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] corresponds to a more modern way of listing what
-   * the asserted identity is in a certificate (i.e., compared to the "common
-   * name" in the distinguished name).
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]
+   * corresponds to a more modern way of listing what the asserted identity is in
+   * a certificate (i.e., compared to the "common name" in the distinguished
+   * name).
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.SubjectAltNames} diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectRequestMode.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectRequestMode.java index 96a5b79988b8..a29642c08498 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectRequestMode.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubjectRequestMode.java @@ -22,8 +22,11 @@ * * *
- * Describes the way in which a [Certificate][google.cloud.security.privateca.v1.Certificate]'s [Subject][google.cloud.security.privateca.v1.Subject] and/or
- * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be resolved.
+ * Describes the way in which a
+ * [Certificate][google.cloud.security.privateca.v1.Certificate]'s
+ * [Subject][google.cloud.security.privateca.v1.Subject] and/or
+ * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be
+ * resolved.
  * 
* * Protobuf enum {@code google.cloud.security.privateca.v1.SubjectRequestMode} @@ -44,9 +47,10 @@ public enum SubjectRequestMode implements com.google.protobuf.ProtocolMessageEnu * *
    * The default mode used in most cases. Indicates that the certificate's
-   * [Subject][google.cloud.security.privateca.v1.Subject] and/or [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are specified in the certificate
-   * request. This mode requires the caller to have the
-   * `privateca.certificates.create` permission.
+   * [Subject][google.cloud.security.privateca.v1.Subject] and/or
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are
+   * specified in the certificate request. This mode requires the caller to have
+   * the `privateca.certificates.create` permission.
    * 
* * DEFAULT = 1; @@ -57,10 +61,13 @@ public enum SubjectRequestMode implements com.google.protobuf.ProtocolMessageEnu * *
    * A mode reserved for special cases. Indicates that the certificate should
-   * have one or more SPIFFE [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set by the service based
-   * on the caller's identity. This mode will ignore any explicitly specified
-   * [Subject][google.cloud.security.privateca.v1.Subject] and/or [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in the certificate request.
-   * This mode requires the caller to have the
+   * have one or more SPIFFE
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set
+   * by the service based on the caller's identity. This mode will ignore any
+   * explicitly specified [Subject][google.cloud.security.privateca.v1.Subject]
+   * and/or
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in
+   * the certificate request. This mode requires the caller to have the
    * `privateca.certificates.createForSelf` permission.
    * 
* @@ -85,9 +92,10 @@ public enum SubjectRequestMode implements com.google.protobuf.ProtocolMessageEnu * *
    * The default mode used in most cases. Indicates that the certificate's
-   * [Subject][google.cloud.security.privateca.v1.Subject] and/or [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are specified in the certificate
-   * request. This mode requires the caller to have the
-   * `privateca.certificates.create` permission.
+   * [Subject][google.cloud.security.privateca.v1.Subject] and/or
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are
+   * specified in the certificate request. This mode requires the caller to have
+   * the `privateca.certificates.create` permission.
    * 
* * DEFAULT = 1; @@ -98,10 +106,13 @@ public enum SubjectRequestMode implements com.google.protobuf.ProtocolMessageEnu * *
    * A mode reserved for special cases. Indicates that the certificate should
-   * have one or more SPIFFE [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set by the service based
-   * on the caller's identity. This mode will ignore any explicitly specified
-   * [Subject][google.cloud.security.privateca.v1.Subject] and/or [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in the certificate request.
-   * This mode requires the caller to have the
+   * have one or more SPIFFE
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set
+   * by the service based on the caller's identity. This mode will ignore any
+   * explicitly specified [Subject][google.cloud.security.privateca.v1.Subject]
+   * and/or
+   * [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in
+   * the certificate request. This mode requires the caller to have the
    * `privateca.certificates.createForSelf` permission.
    * 
* diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfig.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfig.java index daff0fb0d91e..5ff11beedfd8 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfig.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfig.java @@ -23,7 +23,9 @@ * *
  * Describes a subordinate CA's issuers. This is either a resource name to a
- * known issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], or a PEM issuer certificate chain.
+ * known issuing
+ * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+ * or a PEM issuer certificate chain.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.SubordinateConfig} @@ -929,9 +931,12 @@ public SubordinateConfigCase getSubordinateConfigCase() { * * *
-   * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-   * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-   * and usability purposes only. The resource name is in the format
+   * Required. This can refer to a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that was used to create a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * This field is used for information and usability purposes only. The
+   * resource name is in the format
    * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* @@ -948,9 +953,12 @@ public boolean hasCertificateAuthority() { * * *
-   * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-   * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-   * and usability purposes only. The resource name is in the format
+   * Required. This can refer to a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that was used to create a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * This field is used for information and usability purposes only. The
+   * resource name is in the format
    * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* @@ -980,9 +988,12 @@ public java.lang.String getCertificateAuthority() { * * *
-   * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-   * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-   * and usability purposes only. The resource name is in the format
+   * Required. This can refer to a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that was used to create a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * This field is used for information and usability purposes only. The
+   * resource name is in the format
    * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* @@ -1015,7 +1026,8 @@ public com.google.protobuf.ByteString getCertificateAuthorityBytes() { * *
    * Required. Contains the PEM certificate chain for the issuers of this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * but not pem certificate for this CA itself.
    * 
* * @@ -1033,7 +1045,8 @@ public boolean hasPemIssuerChain() { * *
    * Required. Contains the PEM certificate chain for the issuers of this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * but not pem certificate for this CA itself.
    * 
* * @@ -1057,7 +1070,8 @@ public boolean hasPemIssuerChain() { * *
    * Required. Contains the PEM certificate chain for the issuers of this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * but not pem certificate for this CA itself.
    * 
* * @@ -1273,7 +1287,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * Describes a subordinate CA's issuers. This is either a resource name to a
-   * known issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], or a PEM issuer certificate chain.
+   * known issuing
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * or a PEM issuer certificate chain.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.SubordinateConfig} @@ -1501,9 +1517,12 @@ public Builder clearSubordinateConfig() { * * *
-     * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-     * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-     * and usability purposes only. The resource name is in the format
+     * Required. This can refer to a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that was used to create a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * This field is used for information and usability purposes only. The
+     * resource name is in the format
      * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* @@ -1521,9 +1540,12 @@ public boolean hasCertificateAuthority() { * * *
-     * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-     * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-     * and usability purposes only. The resource name is in the format
+     * Required. This can refer to a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that was used to create a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * This field is used for information and usability purposes only. The
+     * resource name is in the format
      * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* @@ -1554,9 +1576,12 @@ public java.lang.String getCertificateAuthority() { * * *
-     * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-     * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-     * and usability purposes only. The resource name is in the format
+     * Required. This can refer to a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that was used to create a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * This field is used for information and usability purposes only. The
+     * resource name is in the format
      * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* @@ -1587,9 +1612,12 @@ public com.google.protobuf.ByteString getCertificateAuthorityBytes() { * * *
-     * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-     * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-     * and usability purposes only. The resource name is in the format
+     * Required. This can refer to a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that was used to create a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * This field is used for information and usability purposes only. The
+     * resource name is in the format
      * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* @@ -1613,9 +1641,12 @@ public Builder setCertificateAuthority(java.lang.String value) { * * *
-     * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-     * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-     * and usability purposes only. The resource name is in the format
+     * Required. This can refer to a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that was used to create a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * This field is used for information and usability purposes only. The
+     * resource name is in the format
      * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* @@ -1637,9 +1668,12 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-     * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-     * and usability purposes only. The resource name is in the format
+     * Required. This can refer to a
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * that was used to create a subordinate
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+     * This field is used for information and usability purposes only. The
+     * resource name is in the format
      * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* @@ -1672,7 +1706,8 @@ public Builder setCertificateAuthorityBytes(com.google.protobuf.ByteString value * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1690,7 +1725,8 @@ public boolean hasPemIssuerChain() { * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1722,7 +1758,8 @@ public boolean hasPemIssuerChain() { * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1748,7 +1785,8 @@ public Builder setPemIssuerChain( * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1772,7 +1810,8 @@ public Builder setPemIssuerChain( * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1813,7 +1852,8 @@ public Builder mergePemIssuerChain( * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1841,7 +1881,8 @@ public Builder clearPemIssuerChain() { * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1857,7 +1898,8 @@ public Builder clearPemIssuerChain() { * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * @@ -1883,7 +1925,8 @@ public Builder clearPemIssuerChain() { * *
      * Required. Contains the PEM certificate chain for the issuers of this
-     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+     * but not pem certificate for this CA itself.
      * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfigOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfigOrBuilder.java index bdb43a70c93b..73246aabc31d 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfigOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/SubordinateConfigOrBuilder.java @@ -27,9 +27,12 @@ public interface SubordinateConfigOrBuilder * * *
-   * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-   * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-   * and usability purposes only. The resource name is in the format
+   * Required. This can refer to a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that was used to create a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * This field is used for information and usability purposes only. The
+   * resource name is in the format
    * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* @@ -44,9 +47,12 @@ public interface SubordinateConfigOrBuilder * * *
-   * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-   * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-   * and usability purposes only. The resource name is in the format
+   * Required. This can refer to a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that was used to create a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * This field is used for information and usability purposes only. The
+   * resource name is in the format
    * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* @@ -61,9 +67,12 @@ public interface SubordinateConfigOrBuilder * * *
-   * Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a
-   * subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information
-   * and usability purposes only. The resource name is in the format
+   * Required. This can refer to a
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * that was used to create a subordinate
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority].
+   * This field is used for information and usability purposes only. The
+   * resource name is in the format
    * `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* @@ -80,7 +89,8 @@ public interface SubordinateConfigOrBuilder * *
    * Required. Contains the PEM certificate chain for the issuers of this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * but not pem certificate for this CA itself.
    * 
* * @@ -95,7 +105,8 @@ public interface SubordinateConfigOrBuilder * *
    * Required. Contains the PEM certificate chain for the issuers of this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * but not pem certificate for this CA itself.
    * 
* * @@ -111,7 +122,8 @@ public interface SubordinateConfigOrBuilder * *
    * Required. Contains the PEM certificate chain for the issuers of this
-   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority],
+   * but not pem certificate for this CA itself.
    * 
* * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequest.java index 06e7194132a4..74c353cdfbb5 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequest.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequest.java @@ -80,8 +80,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -106,8 +107,9 @@ public java.lang.String getName() { * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -137,12 +139,12 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * 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.
@@ -170,12 +172,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -591,8 +593,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -616,8 +619,9 @@ public java.lang.String getName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -641,8 +645,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -665,8 +670,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -685,8 +691,9 @@ public Builder clearName() { * * *
-     * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-     * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+     * Required. The resource name for this
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
      * 
* * @@ -712,12 +719,12 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * 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.
@@ -744,12 +751,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -776,12 +783,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -807,12 +814,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -834,12 +841,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequestOrBuilder.java
index 62f10b346090..7729877e3177 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UndeleteCertificateAuthorityRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface UndeleteCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -42,8 +43,9 @@ public interface UndeleteCertificateAuthorityRequestOrBuilder * * *
-   * Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
-   * format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
+   * Required. The resource name for this
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
    * 
* * @@ -58,12 +60,12 @@ public interface UndeleteCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -80,12 +82,12 @@ public interface UndeleteCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequest.java
index ec63afc807cd..427322805157 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequest.java
@@ -74,7 +74,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+   * values.
    * 
* * @@ -91,7 +92,8 @@ public boolean hasCaPool() { * * *
-   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+   * values.
    * 
* * @@ -110,7 +112,8 @@ public com.google.cloud.security.privateca.v1.CaPool getCaPool() { * * *
-   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+   * values.
    * 
* * @@ -181,12 +184,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-   * 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.
@@ -214,12 +217,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -660,7 +663,8 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -676,7 +680,8 @@ public boolean hasCaPool() { * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -698,7 +703,8 @@ public com.google.cloud.security.privateca.v1.CaPool getCaPool() { * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -722,7 +728,8 @@ public Builder setCaPool(com.google.cloud.security.privateca.v1.CaPool value) { * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -744,7 +751,8 @@ public Builder setCaPool( * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -771,7 +779,8 @@ public Builder mergeCaPool(com.google.cloud.security.privateca.v1.CaPool value) * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -792,7 +801,8 @@ public Builder clearCaPool() { * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -808,7 +818,8 @@ public com.google.cloud.security.privateca.v1.CaPool.Builder getCaPoolBuilder() * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -828,7 +839,8 @@ public com.google.cloud.security.privateca.v1.CaPoolOrBuilder getCaPoolOrBuilder * * *
-     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+     * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+     * values.
      * 
* * @@ -1049,12 +1061,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * 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.
@@ -1081,12 +1093,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1113,12 +1125,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1144,12 +1156,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1171,12 +1183,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequestOrBuilder.java
index 73ce5c799a04..a097e8de5ec4 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCaPoolRequestOrBuilder.java
@@ -27,7 +27,8 @@ public interface UpdateCaPoolRequestOrBuilder
    *
    *
    * 
-   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+   * values.
    * 
* * @@ -41,7 +42,8 @@ public interface UpdateCaPoolRequestOrBuilder * * *
-   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+   * values.
    * 
* * @@ -55,7 +57,8 @@ public interface UpdateCaPoolRequestOrBuilder * * *
-   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values.
+   * Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated
+   * values.
    * 
* * @@ -106,12 +109,12 @@ public interface UpdateCaPoolRequestOrBuilder * * *
-   * 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.
@@ -128,12 +131,12 @@ public interface UpdateCaPoolRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequest.java
index bb19b8ecfcdd..832ba0a5612d 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequest.java
@@ -75,7 +75,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+   * Required.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with updated values.
    * 
* * @@ -92,7 +94,9 @@ public boolean hasCertificateAuthority() { * * *
-   * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+   * Required.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with updated values.
    * 
* * @@ -111,7 +115,9 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-   * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+   * Required.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with updated values.
    * 
* * @@ -183,12 +189,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-   * 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.
@@ -216,12 +222,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -679,7 +685,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -695,7 +703,9 @@ public boolean hasCertificateAuthority() { * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -717,7 +727,9 @@ public com.google.cloud.security.privateca.v1.CertificateAuthority getCertificat * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -742,7 +754,9 @@ public Builder setCertificateAuthority( * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -764,7 +778,9 @@ public Builder setCertificateAuthority( * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -794,7 +810,9 @@ public Builder mergeCertificateAuthority( * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -815,7 +833,9 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -832,7 +852,9 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -853,7 +875,9 @@ public Builder clearCertificateAuthority() { * * *
-     * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+     * Required.
+     * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+     * with updated values.
      * 
* * @@ -1074,12 +1098,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * 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.
@@ -1106,12 +1130,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1138,12 +1162,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1169,12 +1193,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1196,12 +1220,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequestOrBuilder.java
index 0828ce24f801..325b2e5d5ff1 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateAuthorityRequestOrBuilder.java
@@ -27,7 +27,9 @@ public interface UpdateCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+   * Required.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with updated values.
    * 
* * @@ -41,7 +43,9 @@ public interface UpdateCertificateAuthorityRequestOrBuilder * * *
-   * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+   * Required.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with updated values.
    * 
* * @@ -55,7 +59,9 @@ public interface UpdateCertificateAuthorityRequestOrBuilder * * *
-   * Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values.
+   * Required.
+   * [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]
+   * with updated values.
    * 
* * @@ -107,12 +113,12 @@ public interface UpdateCertificateAuthorityRequestOrBuilder * * *
-   * 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.
@@ -129,12 +135,12 @@ public interface UpdateCertificateAuthorityRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequest.java
index 80829663a571..302176a83b03 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequest.java
@@ -22,7 +22,8 @@
  *
  *
  * 
- * Request message for [CertificateAuthorityService.UpdateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate].
+ * Request message for
+ * [CertificateAuthorityService.UpdateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate].
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.UpdateCertificateRequest} @@ -73,7 +74,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with updated values.
    * 
* * @@ -90,7 +92,8 @@ public boolean hasCertificate() { * * *
-   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with updated values.
    * 
* * @@ -109,7 +112,8 @@ public com.google.cloud.security.privateca.v1.Certificate getCertificate() { * * *
-   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with updated values.
    * 
* * @@ -180,12 +184,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-   * 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.
@@ -213,12 +217,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -435,7 +439,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * Request message for [CertificateAuthorityService.UpdateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate].
+   * Request message for
+   * [CertificateAuthorityService.UpdateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate].
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.UpdateCertificateRequest} @@ -663,7 +668,8 @@ public Builder mergeFrom( * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -679,7 +685,8 @@ public boolean hasCertificate() { * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -701,7 +708,8 @@ public com.google.cloud.security.privateca.v1.Certificate getCertificate() { * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -725,7 +733,8 @@ public Builder setCertificate(com.google.cloud.security.privateca.v1.Certificate * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -747,7 +756,8 @@ public Builder setCertificate( * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -775,7 +785,8 @@ public Builder mergeCertificate(com.google.cloud.security.privateca.v1.Certifica * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -796,7 +807,8 @@ public Builder clearCertificate() { * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -812,7 +824,8 @@ public com.google.cloud.security.privateca.v1.Certificate.Builder getCertificate * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -832,7 +845,8 @@ public com.google.cloud.security.privateca.v1.CertificateOrBuilder getCertificat * * *
-     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+     * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+     * with updated values.
      * 
* * @@ -1053,12 +1067,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * 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.
@@ -1085,12 +1099,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1117,12 +1131,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1148,12 +1162,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1175,12 +1189,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequestOrBuilder.java
index 343ccc99c5bc..86332840cfe0 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRequestOrBuilder.java
@@ -27,7 +27,8 @@ public interface UpdateCertificateRequestOrBuilder
    *
    *
    * 
-   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with updated values.
    * 
* * @@ -41,7 +42,8 @@ public interface UpdateCertificateRequestOrBuilder * * *
-   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with updated values.
    * 
* * @@ -55,7 +57,8 @@ public interface UpdateCertificateRequestOrBuilder * * *
-   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values.
+   * Required. [Certificate][google.cloud.security.privateca.v1.Certificate]
+   * with updated values.
    * 
* * @@ -106,12 +109,12 @@ public interface UpdateCertificateRequestOrBuilder * * *
-   * 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.
@@ -128,12 +131,12 @@ public interface UpdateCertificateRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequest.java
index 086e17ece9ff..e842ac1715b3 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequest.java
@@ -78,7 +78,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+   * Required.
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * with updated values.
    * 
* * @@ -95,7 +97,9 @@ public boolean hasCertificateRevocationList() { * * *
-   * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+   * Required.
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * with updated values.
    * 
* * @@ -115,7 +119,9 @@ public boolean hasCertificateRevocationList() { * * *
-   * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+   * Required.
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * with updated values.
    * 
* * @@ -187,12 +193,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-   * 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.
@@ -220,12 +226,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -693,7 +699,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -709,7 +717,9 @@ public boolean hasCertificateRevocationList() { * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -732,7 +742,9 @@ public boolean hasCertificateRevocationList() { * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -757,7 +769,9 @@ public Builder setCertificateRevocationList( * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -779,7 +793,9 @@ public Builder setCertificateRevocationList( * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -809,7 +825,9 @@ public Builder mergeCertificateRevocationList( * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -830,7 +848,9 @@ public Builder clearCertificateRevocationList() { * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -847,7 +867,9 @@ public Builder clearCertificateRevocationList() { * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -868,7 +890,9 @@ public Builder clearCertificateRevocationList() { * * *
-     * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+     * Required.
+     * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+     * with updated values.
      * 
* * @@ -1089,12 +1113,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * 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.
@@ -1121,12 +1145,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1153,12 +1177,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1184,12 +1208,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1211,12 +1235,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequestOrBuilder.java
index 992b7c1ee330..27bc585839e6 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateRevocationListRequestOrBuilder.java
@@ -27,7 +27,9 @@ public interface UpdateCertificateRevocationListRequestOrBuilder
    *
    *
    * 
-   * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+   * Required.
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * with updated values.
    * 
* * @@ -41,7 +43,9 @@ public interface UpdateCertificateRevocationListRequestOrBuilder * * *
-   * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+   * Required.
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * with updated values.
    * 
* * @@ -55,7 +59,9 @@ public interface UpdateCertificateRevocationListRequestOrBuilder * * *
-   * Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values.
+   * Required.
+   * [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]
+   * with updated values.
    * 
* * @@ -107,12 +113,12 @@ public interface UpdateCertificateRevocationListRequestOrBuilder * * *
-   * 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.
@@ -129,12 +135,12 @@ public interface UpdateCertificateRevocationListRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequest.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequest.java
index f62b63bc14f1..9a56ecd078ec 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequest.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequest.java
@@ -75,7 +75,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+   * Required.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with updated values.
    * 
* * @@ -92,7 +94,9 @@ public boolean hasCertificateTemplate() { * * *
-   * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+   * Required.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with updated values.
    * 
* * @@ -111,7 +115,9 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-   * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+   * Required.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with updated values.
    * 
* * @@ -183,12 +189,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-   * 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.
@@ -216,12 +222,12 @@ public java.lang.String getRequestId() {
    *
    *
    * 
-   * 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.
@@ -677,7 +683,9 @@ public Builder mergeFrom(
      *
      *
      * 
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -693,7 +701,9 @@ public boolean hasCertificateTemplate() { * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -715,7 +725,9 @@ public com.google.cloud.security.privateca.v1.CertificateTemplate getCertificate * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -740,7 +752,9 @@ public Builder setCertificateTemplate( * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -762,7 +776,9 @@ public Builder setCertificateTemplate( * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -792,7 +808,9 @@ public Builder mergeCertificateTemplate( * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -813,7 +831,9 @@ public Builder clearCertificateTemplate() { * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -830,7 +850,9 @@ public Builder clearCertificateTemplate() { * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -851,7 +873,9 @@ public Builder clearCertificateTemplate() { * * *
-     * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+     * Required.
+     * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+     * with updated values.
      * 
* * @@ -1072,12 +1096,12 @@ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { * * *
-     * 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.
@@ -1104,12 +1128,12 @@ public java.lang.String getRequestId() {
      *
      *
      * 
-     * 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.
@@ -1136,12 +1160,12 @@ public com.google.protobuf.ByteString getRequestIdBytes() {
      *
      *
      * 
-     * 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.
@@ -1167,12 +1191,12 @@ public Builder setRequestId(java.lang.String value) {
      *
      *
      * 
-     * 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.
@@ -1194,12 +1218,12 @@ public Builder clearRequestId() {
      *
      *
      * 
-     * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequestOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequestOrBuilder.java
index 972c9e7aeb2a..a16fcc70cff3 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequestOrBuilder.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/UpdateCertificateTemplateRequestOrBuilder.java
@@ -27,7 +27,9 @@ public interface UpdateCertificateTemplateRequestOrBuilder
    *
    *
    * 
-   * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+   * Required.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with updated values.
    * 
* * @@ -41,7 +43,9 @@ public interface UpdateCertificateTemplateRequestOrBuilder * * *
-   * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+   * Required.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with updated values.
    * 
* * @@ -55,7 +59,9 @@ public interface UpdateCertificateTemplateRequestOrBuilder * * *
-   * Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values.
+   * Required.
+   * [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
+   * with updated values.
    * 
* * @@ -107,12 +113,12 @@ public interface UpdateCertificateTemplateRequestOrBuilder * * *
-   * 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.
@@ -129,12 +135,12 @@ public interface UpdateCertificateTemplateRequestOrBuilder
    *
    *
    * 
-   * 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.
diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Extension.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Extension.java
index a73aee676404..bca10db5d163 100644
--- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Extension.java
+++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Extension.java
@@ -22,8 +22,9 @@
  *
  *
  * 
- * An [X509Extension][google.cloud.security.privateca.v1.X509Extension] specifies an X.509 extension, which may be used in
- * different parts of X.509 objects like certificates, CSRs, and CRLs.
+ * An [X509Extension][google.cloud.security.privateca.v1.X509Extension]
+ * specifies an X.509 extension, which may be used in different parts of X.509
+ * objects like certificates, CSRs, and CRLs.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.X509Extension} @@ -130,9 +131,9 @@ public com.google.cloud.security.privateca.v1.ObjectIdOrBuilder getObjectIdOrBui * * *
-   * Optional. Indicates whether or not this extension is critical (i.e., if the client
-   * does not know how to handle this extension, the client should consider this
-   * to be an error).
+   * Optional. Indicates whether or not this extension is critical (i.e., if the
+   * client does not know how to handle this extension, the client should
+   * consider this to be an error).
    * 
* * bool critical = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -348,8 +349,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An [X509Extension][google.cloud.security.privateca.v1.X509Extension] specifies an X.509 extension, which may be used in
-   * different parts of X.509 objects like certificates, CSRs, and CRLs.
+   * An [X509Extension][google.cloud.security.privateca.v1.X509Extension]
+   * specifies an X.509 extension, which may be used in different parts of X.509
+   * objects like certificates, CSRs, and CRLs.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.X509Extension} @@ -763,9 +765,9 @@ public com.google.cloud.security.privateca.v1.ObjectIdOrBuilder getObjectIdOrBui * * *
-     * Optional. Indicates whether or not this extension is critical (i.e., if the client
-     * does not know how to handle this extension, the client should consider this
-     * to be an error).
+     * Optional. Indicates whether or not this extension is critical (i.e., if the
+     * client does not know how to handle this extension, the client should
+     * consider this to be an error).
      * 
* * bool critical = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -780,9 +782,9 @@ public boolean getCritical() { * * *
-     * Optional. Indicates whether or not this extension is critical (i.e., if the client
-     * does not know how to handle this extension, the client should consider this
-     * to be an error).
+     * Optional. Indicates whether or not this extension is critical (i.e., if the
+     * client does not know how to handle this extension, the client should
+     * consider this to be an error).
      * 
* * bool critical = 2 [(.google.api.field_behavior) = OPTIONAL]; @@ -801,9 +803,9 @@ public Builder setCritical(boolean value) { * * *
-     * Optional. Indicates whether or not this extension is critical (i.e., if the client
-     * does not know how to handle this extension, the client should consider this
-     * to be an error).
+     * Optional. Indicates whether or not this extension is critical (i.e., if the
+     * client does not know how to handle this extension, the client should
+     * consider this to be an error).
      * 
* * bool critical = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ExtensionOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ExtensionOrBuilder.java index 2c869385fcdb..7ecf0d68753b 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ExtensionOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ExtensionOrBuilder.java @@ -68,9 +68,9 @@ public interface X509ExtensionOrBuilder * * *
-   * Optional. Indicates whether or not this extension is critical (i.e., if the client
-   * does not know how to handle this extension, the client should consider this
-   * to be an error).
+   * Optional. Indicates whether or not this extension is critical (i.e., if the
+   * client does not know how to handle this extension, the client should
+   * consider this to be an error).
    * 
* * bool critical = 2 [(.google.api.field_behavior) = OPTIONAL]; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Parameters.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Parameters.java index d7da742d7b97..b8776451d091 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Parameters.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509Parameters.java @@ -22,9 +22,10 @@ * * *
- * An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is used to describe certain fields of an
- * X.509 certificate, such as the key usage fields, fields specific to CA
- * certificates, certificate policy extensions and custom extensions.
+ * An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is
+ * used to describe certain fields of an X.509 certificate, such as the key
+ * usage fields, fields specific to CA certificates, certificate policy
+ * extensions and custom extensions.
  * 
* * Protobuf type {@code google.cloud.security.privateca.v1.X509Parameters} @@ -80,8 +81,9 @@ public interface CaOptionsOrBuilder * * *
-     * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-     * value is missing, the extension will be omitted from the CA certificate.
+     * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+     * When this value is missing, the extension will be omitted from the CA
+     * certificate.
      * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -93,8 +95,9 @@ public interface CaOptionsOrBuilder * * *
-     * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-     * value is missing, the extension will be omitted from the CA certificate.
+     * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+     * When this value is missing, the extension will be omitted from the CA
+     * certificate.
      * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -194,8 +197,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-     * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-     * value is missing, the extension will be omitted from the CA certificate.
+     * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+     * When this value is missing, the extension will be omitted from the CA
+     * certificate.
      * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -210,8 +214,9 @@ public boolean hasIsCa() { * * *
-     * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-     * value is missing, the extension will be omitted from the CA certificate.
+     * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+     * When this value is missing, the extension will be omitted from the CA
+     * certificate.
      * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -660,8 +665,9 @@ public Builder mergeFrom( * * *
-       * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-       * value is missing, the extension will be omitted from the CA certificate.
+       * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+       * When this value is missing, the extension will be omitted from the CA
+       * certificate.
        * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -676,8 +682,9 @@ public boolean hasIsCa() { * * *
-       * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-       * value is missing, the extension will be omitted from the CA certificate.
+       * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+       * When this value is missing, the extension will be omitted from the CA
+       * certificate.
        * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -692,8 +699,9 @@ public boolean getIsCa() { * * *
-       * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-       * value is missing, the extension will be omitted from the CA certificate.
+       * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+       * When this value is missing, the extension will be omitted from the CA
+       * certificate.
        * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -712,8 +720,9 @@ public Builder setIsCa(boolean value) { * * *
-       * Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this
-       * value is missing, the extension will be omitted from the CA certificate.
+       * Optional. Refers to the "CA" X.509 extension, which is a boolean value.
+       * When this value is missing, the extension will be omitted from the CA
+       * certificate.
        * 
* * optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL]; @@ -766,32 +775,3596 @@ public boolean hasMaxIssuerPathLength() { * * @return The maxIssuerPathLength. */ - @java.lang.Override - public int getMaxIssuerPathLength() { - return maxIssuerPathLength_; + @java.lang.Override + public int getMaxIssuerPathLength() { + return maxIssuerPathLength_; + } + /** + * + * + *
+       * Optional. Refers to the path length restriction X.509 extension. For a CA
+       * certificate, this value describes the depth of subordinate CA
+       * certificates that are allowed.
+       * If this value is less than 0, the request will fail.
+       * If this value is missing, the max path length will be omitted from the
+       * CA certificate.
+       * 
+ * + * optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @param value The maxIssuerPathLength to set. + * @return This builder for chaining. + */ + public Builder setMaxIssuerPathLength(int value) { + + maxIssuerPathLength_ = value; + bitField0_ |= 0x00000002; + onChanged(); + return this; + } + /** + * + * + *
+       * Optional. Refers to the path length restriction X.509 extension. For a CA
+       * certificate, this value describes the depth of subordinate CA
+       * certificates that are allowed.
+       * If this value is less than 0, the request will fail.
+       * If this value is missing, the max path length will be omitted from the
+       * CA certificate.
+       * 
+ * + * optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return This builder for chaining. + */ + public Builder clearMaxIssuerPathLength() { + bitField0_ = (bitField0_ & ~0x00000002); + maxIssuerPathLength_ = 0; + onChanged(); + return this; + } + + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + // @@protoc_insertion_point(builder_scope:google.cloud.security.privateca.v1.X509Parameters.CaOptions) + } + + // @@protoc_insertion_point(class_scope:google.cloud.security.privateca.v1.X509Parameters.CaOptions) + private static final com.google.cloud.security.privateca.v1.X509Parameters.CaOptions + DEFAULT_INSTANCE; + + static { + DEFAULT_INSTANCE = new com.google.cloud.security.privateca.v1.X509Parameters.CaOptions(); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.CaOptions + getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CaOptions parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + Builder builder = newBuilder(); + try { + builder.mergeFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(builder.buildPartial()); + } catch (com.google.protobuf.UninitializedMessageException e) { + throw e.asInvalidProtocolBufferException() + .setUnfinishedMessage(builder.buildPartial()); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException(e) + .setUnfinishedMessage(builder.buildPartial()); + } + return builder.buildPartial(); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public com.google.cloud.security.privateca.v1.X509Parameters.CaOptions + getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + } + + public interface NameConstraintsOrBuilder + extends + // @@protoc_insertion_point(interface_extends:google.cloud.security.privateca.v1.X509Parameters.NameConstraints) + com.google.protobuf.MessageOrBuilder { + + /** + * + * + *
+     * Indicates whether or not the name constraints are marked critical.
+     * 
+ * + * bool critical = 1; + * + * @return The critical. + */ + boolean getCritical(); + + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return A list containing the permittedDnsNames. + */ + java.util.List getPermittedDnsNamesList(); + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return The count of permittedDnsNames. + */ + int getPermittedDnsNamesCount(); + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index of the element to return. + * @return The permittedDnsNames at the given index. + */ + java.lang.String getPermittedDnsNames(int index); + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index of the value to return. + * @return The bytes of the permittedDnsNames at the given index. + */ + com.google.protobuf.ByteString getPermittedDnsNamesBytes(int index); + + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return A list containing the excludedDnsNames. + */ + java.util.List getExcludedDnsNamesList(); + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return The count of excludedDnsNames. + */ + int getExcludedDnsNamesCount(); + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index of the element to return. + * @return The excludedDnsNames at the given index. + */ + java.lang.String getExcludedDnsNames(int index); + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index of the value to return. + * @return The bytes of the excludedDnsNames at the given index. + */ + com.google.protobuf.ByteString getExcludedDnsNamesBytes(int index); + + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return A list containing the permittedIpRanges. + */ + java.util.List getPermittedIpRangesList(); + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return The count of permittedIpRanges. + */ + int getPermittedIpRangesCount(); + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index of the element to return. + * @return The permittedIpRanges at the given index. + */ + java.lang.String getPermittedIpRanges(int index); + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index of the value to return. + * @return The bytes of the permittedIpRanges at the given index. + */ + com.google.protobuf.ByteString getPermittedIpRangesBytes(int index); + + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return A list containing the excludedIpRanges. + */ + java.util.List getExcludedIpRangesList(); + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return The count of excludedIpRanges. + */ + int getExcludedIpRangesCount(); + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index of the element to return. + * @return The excludedIpRanges at the given index. + */ + java.lang.String getExcludedIpRanges(int index); + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index of the value to return. + * @return The bytes of the excludedIpRanges at the given index. + */ + com.google.protobuf.ByteString getExcludedIpRangesBytes(int index); + + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return A list containing the permittedEmailAddresses. + */ + java.util.List getPermittedEmailAddressesList(); + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return The count of permittedEmailAddresses. + */ + int getPermittedEmailAddressesCount(); + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index of the element to return. + * @return The permittedEmailAddresses at the given index. + */ + java.lang.String getPermittedEmailAddresses(int index); + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index of the value to return. + * @return The bytes of the permittedEmailAddresses at the given index. + */ + com.google.protobuf.ByteString getPermittedEmailAddressesBytes(int index); + + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return A list containing the excludedEmailAddresses. + */ + java.util.List getExcludedEmailAddressesList(); + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return The count of excludedEmailAddresses. + */ + int getExcludedEmailAddressesCount(); + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index of the element to return. + * @return The excludedEmailAddresses at the given index. + */ + java.lang.String getExcludedEmailAddresses(int index); + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index of the value to return. + * @return The bytes of the excludedEmailAddresses at the given index. + */ + com.google.protobuf.ByteString getExcludedEmailAddressesBytes(int index); + + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @return A list containing the permittedUris. + */ + java.util.List getPermittedUrisList(); + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @return The count of permittedUris. + */ + int getPermittedUrisCount(); + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index of the element to return. + * @return The permittedUris at the given index. + */ + java.lang.String getPermittedUris(int index); + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index of the value to return. + * @return The bytes of the permittedUris at the given index. + */ + com.google.protobuf.ByteString getPermittedUrisBytes(int index); + + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @return A list containing the excludedUris. + */ + java.util.List getExcludedUrisList(); + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @return The count of excludedUris. + */ + int getExcludedUrisCount(); + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index of the element to return. + * @return The excludedUris at the given index. + */ + java.lang.String getExcludedUris(int index); + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index of the value to return. + * @return The bytes of the excludedUris at the given index. + */ + com.google.protobuf.ByteString getExcludedUrisBytes(int index); + } + /** + * + * + *
+   * Describes the X.509 name constraints extension, per
+   * https://tools.ietf.org/html/rfc5280#section-4.2.1.10
+   * 
+ * + * Protobuf type {@code google.cloud.security.privateca.v1.X509Parameters.NameConstraints} + */ + public static final class NameConstraints extends com.google.protobuf.GeneratedMessageV3 + implements + // @@protoc_insertion_point(message_implements:google.cloud.security.privateca.v1.X509Parameters.NameConstraints) + NameConstraintsOrBuilder { + private static final long serialVersionUID = 0L; + // Use NameConstraints.newBuilder() to construct. + private NameConstraints(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + + private NameConstraints() { + permittedDnsNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + excludedDnsNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + permittedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; + excludedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; + permittedEmailAddresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + excludedEmailAddresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + permittedUris_ = com.google.protobuf.LazyStringArrayList.EMPTY; + excludedUris_ = com.google.protobuf.LazyStringArrayList.EMPTY; + } + + @java.lang.Override + @SuppressWarnings({"unused"}) + protected java.lang.Object newInstance(UnusedPrivateParameter unused) { + return new NameConstraints(); + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet getUnknownFields() { + return this.unknownFields; + } + + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.cloud.security.privateca.v1.PrivateCaResourcesProto + .internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.security.privateca.v1.PrivateCaResourcesProto + .internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.class, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder.class); + } + + public static final int CRITICAL_FIELD_NUMBER = 1; + private boolean critical_ = false; + /** + * + * + *
+     * Indicates whether or not the name constraints are marked critical.
+     * 
+ * + * bool critical = 1; + * + * @return The critical. + */ + @java.lang.Override + public boolean getCritical() { + return critical_; + } + + public static final int PERMITTED_DNS_NAMES_FIELD_NUMBER = 2; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList permittedDnsNames_; + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return A list containing the permittedDnsNames. + */ + public com.google.protobuf.ProtocolStringList getPermittedDnsNamesList() { + return permittedDnsNames_; + } + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return The count of permittedDnsNames. + */ + public int getPermittedDnsNamesCount() { + return permittedDnsNames_.size(); + } + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index of the element to return. + * @return The permittedDnsNames at the given index. + */ + public java.lang.String getPermittedDnsNames(int index) { + return permittedDnsNames_.get(index); + } + /** + * + * + *
+     * Contains permitted DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index of the value to return. + * @return The bytes of the permittedDnsNames at the given index. + */ + public com.google.protobuf.ByteString getPermittedDnsNamesBytes(int index) { + return permittedDnsNames_.getByteString(index); + } + + public static final int EXCLUDED_DNS_NAMES_FIELD_NUMBER = 3; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList excludedDnsNames_; + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return A list containing the excludedDnsNames. + */ + public com.google.protobuf.ProtocolStringList getExcludedDnsNamesList() { + return excludedDnsNames_; + } + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return The count of excludedDnsNames. + */ + public int getExcludedDnsNamesCount() { + return excludedDnsNames_.size(); + } + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index of the element to return. + * @return The excludedDnsNames at the given index. + */ + public java.lang.String getExcludedDnsNames(int index) { + return excludedDnsNames_.get(index); + } + /** + * + * + *
+     * Contains excluded DNS names. Any DNS name that can be
+     * constructed by simply adding zero or more labels to
+     * the left-hand side of the name satisfies the name constraint.
+     * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+     * would satisfy `example.com` while `example1.com` does not.
+     * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index of the value to return. + * @return The bytes of the excludedDnsNames at the given index. + */ + public com.google.protobuf.ByteString getExcludedDnsNamesBytes(int index) { + return excludedDnsNames_.getByteString(index); + } + + public static final int PERMITTED_IP_RANGES_FIELD_NUMBER = 4; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList permittedIpRanges_; + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return A list containing the permittedIpRanges. + */ + public com.google.protobuf.ProtocolStringList getPermittedIpRangesList() { + return permittedIpRanges_; + } + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return The count of permittedIpRanges. + */ + public int getPermittedIpRangesCount() { + return permittedIpRanges_.size(); + } + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index of the element to return. + * @return The permittedIpRanges at the given index. + */ + public java.lang.String getPermittedIpRanges(int index) { + return permittedIpRanges_.get(index); + } + /** + * + * + *
+     * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index of the value to return. + * @return The bytes of the permittedIpRanges at the given index. + */ + public com.google.protobuf.ByteString getPermittedIpRangesBytes(int index) { + return permittedIpRanges_.getByteString(index); + } + + public static final int EXCLUDED_IP_RANGES_FIELD_NUMBER = 5; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList excludedIpRanges_; + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return A list containing the excludedIpRanges. + */ + public com.google.protobuf.ProtocolStringList getExcludedIpRangesList() { + return excludedIpRanges_; + } + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return The count of excludedIpRanges. + */ + public int getExcludedIpRangesCount() { + return excludedIpRanges_.size(); + } + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index of the element to return. + * @return The excludedIpRanges at the given index. + */ + public java.lang.String getExcludedIpRanges(int index) { + return excludedIpRanges_.get(index); + } + /** + * + * + *
+     * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+     * are expressed using CIDR notation as specified in RFC 4632.
+     * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+     * addresses.
+     * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index of the value to return. + * @return The bytes of the excludedIpRanges at the given index. + */ + public com.google.protobuf.ByteString getExcludedIpRangesBytes(int index) { + return excludedIpRanges_.getByteString(index); + } + + public static final int PERMITTED_EMAIL_ADDRESSES_FIELD_NUMBER = 6; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList permittedEmailAddresses_; + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return A list containing the permittedEmailAddresses. + */ + public com.google.protobuf.ProtocolStringList getPermittedEmailAddressesList() { + return permittedEmailAddresses_; + } + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return The count of permittedEmailAddresses. + */ + public int getPermittedEmailAddressesCount() { + return permittedEmailAddresses_.size(); + } + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index of the element to return. + * @return The permittedEmailAddresses at the given index. + */ + public java.lang.String getPermittedEmailAddresses(int index) { + return permittedEmailAddresses_.get(index); + } + /** + * + * + *
+     * Contains the permitted email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index of the value to return. + * @return The bytes of the permittedEmailAddresses at the given index. + */ + public com.google.protobuf.ByteString getPermittedEmailAddressesBytes(int index) { + return permittedEmailAddresses_.getByteString(index); + } + + public static final int EXCLUDED_EMAIL_ADDRESSES_FIELD_NUMBER = 7; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList excludedEmailAddresses_; + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return A list containing the excludedEmailAddresses. + */ + public com.google.protobuf.ProtocolStringList getExcludedEmailAddressesList() { + return excludedEmailAddresses_; + } + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return The count of excludedEmailAddresses. + */ + public int getExcludedEmailAddressesCount() { + return excludedEmailAddresses_.size(); + } + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index of the element to return. + * @return The excludedEmailAddresses at the given index. + */ + public java.lang.String getExcludedEmailAddresses(int index) { + return excludedEmailAddresses_.get(index); + } + /** + * + * + *
+     * Contains the excluded email addresses. The value can be a particular
+     * email address, a hostname to indicate all email addresses on that host or
+     * a domain with a leading period (e.g. `.example.com`) to indicate
+     * all email addresses in that domain.
+     * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index of the value to return. + * @return The bytes of the excludedEmailAddresses at the given index. + */ + public com.google.protobuf.ByteString getExcludedEmailAddressesBytes(int index) { + return excludedEmailAddresses_.getByteString(index); + } + + public static final int PERMITTED_URIS_FIELD_NUMBER = 8; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList permittedUris_; + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @return A list containing the permittedUris. + */ + public com.google.protobuf.ProtocolStringList getPermittedUrisList() { + return permittedUris_; + } + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @return The count of permittedUris. + */ + public int getPermittedUrisCount() { + return permittedUris_.size(); + } + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index of the element to return. + * @return The permittedUris at the given index. + */ + public java.lang.String getPermittedUris(int index) { + return permittedUris_.get(index); + } + /** + * + * + *
+     * Contains the permitted URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index of the value to return. + * @return The bytes of the permittedUris at the given index. + */ + public com.google.protobuf.ByteString getPermittedUrisBytes(int index) { + return permittedUris_.getByteString(index); + } + + public static final int EXCLUDED_URIS_FIELD_NUMBER = 9; + + @SuppressWarnings("serial") + private com.google.protobuf.LazyStringList excludedUris_; + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @return A list containing the excludedUris. + */ + public com.google.protobuf.ProtocolStringList getExcludedUrisList() { + return excludedUris_; + } + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @return The count of excludedUris. + */ + public int getExcludedUrisCount() { + return excludedUris_.size(); + } + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index of the element to return. + * @return The excludedUris at the given index. + */ + public java.lang.String getExcludedUris(int index) { + return excludedUris_.get(index); + } + /** + * + * + *
+     * Contains the excluded URIs that apply to the host part of the name.
+     * The value can be a hostname or a domain with a
+     * leading period (like `.example.com`)
+     * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index of the value to return. + * @return The bytes of the excludedUris at the given index. + */ + public com.google.protobuf.ByteString getExcludedUrisBytes(int index) { + return excludedUris_.getByteString(index); + } + + private byte memoizedIsInitialized = -1; + + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (critical_ != false) { + output.writeBool(1, critical_); + } + for (int i = 0; i < permittedDnsNames_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, permittedDnsNames_.getRaw(i)); + } + for (int i = 0; i < excludedDnsNames_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, excludedDnsNames_.getRaw(i)); + } + for (int i = 0; i < permittedIpRanges_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, permittedIpRanges_.getRaw(i)); + } + for (int i = 0; i < excludedIpRanges_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 5, excludedIpRanges_.getRaw(i)); + } + for (int i = 0; i < permittedEmailAddresses_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString( + output, 6, permittedEmailAddresses_.getRaw(i)); + } + for (int i = 0; i < excludedEmailAddresses_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString( + output, 7, excludedEmailAddresses_.getRaw(i)); + } + for (int i = 0; i < permittedUris_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 8, permittedUris_.getRaw(i)); + } + for (int i = 0; i < excludedUris_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 9, excludedUris_.getRaw(i)); + } + getUnknownFields().writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (critical_ != false) { + size += com.google.protobuf.CodedOutputStream.computeBoolSize(1, critical_); + } + { + int dataSize = 0; + for (int i = 0; i < permittedDnsNames_.size(); i++) { + dataSize += computeStringSizeNoTag(permittedDnsNames_.getRaw(i)); + } + size += dataSize; + size += 1 * getPermittedDnsNamesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < excludedDnsNames_.size(); i++) { + dataSize += computeStringSizeNoTag(excludedDnsNames_.getRaw(i)); + } + size += dataSize; + size += 1 * getExcludedDnsNamesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < permittedIpRanges_.size(); i++) { + dataSize += computeStringSizeNoTag(permittedIpRanges_.getRaw(i)); + } + size += dataSize; + size += 1 * getPermittedIpRangesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < excludedIpRanges_.size(); i++) { + dataSize += computeStringSizeNoTag(excludedIpRanges_.getRaw(i)); + } + size += dataSize; + size += 1 * getExcludedIpRangesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < permittedEmailAddresses_.size(); i++) { + dataSize += computeStringSizeNoTag(permittedEmailAddresses_.getRaw(i)); + } + size += dataSize; + size += 1 * getPermittedEmailAddressesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < excludedEmailAddresses_.size(); i++) { + dataSize += computeStringSizeNoTag(excludedEmailAddresses_.getRaw(i)); + } + size += dataSize; + size += 1 * getExcludedEmailAddressesList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < permittedUris_.size(); i++) { + dataSize += computeStringSizeNoTag(permittedUris_.getRaw(i)); + } + size += dataSize; + size += 1 * getPermittedUrisList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < excludedUris_.size(); i++) { + dataSize += computeStringSizeNoTag(excludedUris_.getRaw(i)); + } + size += dataSize; + size += 1 * getExcludedUrisList().size(); + } + size += getUnknownFields().getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints)) { + return super.equals(obj); + } + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints other = + (com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints) obj; + + if (getCritical() != other.getCritical()) return false; + if (!getPermittedDnsNamesList().equals(other.getPermittedDnsNamesList())) return false; + if (!getExcludedDnsNamesList().equals(other.getExcludedDnsNamesList())) return false; + if (!getPermittedIpRangesList().equals(other.getPermittedIpRangesList())) return false; + if (!getExcludedIpRangesList().equals(other.getExcludedIpRangesList())) return false; + if (!getPermittedEmailAddressesList().equals(other.getPermittedEmailAddressesList())) + return false; + if (!getExcludedEmailAddressesList().equals(other.getExcludedEmailAddressesList())) + return false; + if (!getPermittedUrisList().equals(other.getPermittedUrisList())) return false; + if (!getExcludedUrisList().equals(other.getExcludedUrisList())) return false; + if (!getUnknownFields().equals(other.getUnknownFields())) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + CRITICAL_FIELD_NUMBER; + hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getCritical()); + if (getPermittedDnsNamesCount() > 0) { + hash = (37 * hash) + PERMITTED_DNS_NAMES_FIELD_NUMBER; + hash = (53 * hash) + getPermittedDnsNamesList().hashCode(); + } + if (getExcludedDnsNamesCount() > 0) { + hash = (37 * hash) + EXCLUDED_DNS_NAMES_FIELD_NUMBER; + hash = (53 * hash) + getExcludedDnsNamesList().hashCode(); + } + if (getPermittedIpRangesCount() > 0) { + hash = (37 * hash) + PERMITTED_IP_RANGES_FIELD_NUMBER; + hash = (53 * hash) + getPermittedIpRangesList().hashCode(); + } + if (getExcludedIpRangesCount() > 0) { + hash = (37 * hash) + EXCLUDED_IP_RANGES_FIELD_NUMBER; + hash = (53 * hash) + getExcludedIpRangesList().hashCode(); + } + if (getPermittedEmailAddressesCount() > 0) { + hash = (37 * hash) + PERMITTED_EMAIL_ADDRESSES_FIELD_NUMBER; + hash = (53 * hash) + getPermittedEmailAddressesList().hashCode(); + } + if (getExcludedEmailAddressesCount() > 0) { + hash = (37 * hash) + EXCLUDED_EMAIL_ADDRESSES_FIELD_NUMBER; + hash = (53 * hash) + getExcludedEmailAddressesList().hashCode(); + } + if (getPermittedUrisCount() > 0) { + hash = (37 * hash) + PERMITTED_URIS_FIELD_NUMBER; + hash = (53 * hash) + getPermittedUrisList().hashCode(); + } + if (getExcludedUrisCount() > 0) { + hash = (37 * hash) + EXCLUDED_URIS_FIELD_NUMBER; + hash = (53 * hash) + getExcludedUrisList().hashCode(); + } + hash = (29 * hash) + getUnknownFields().hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + parseDelimitedFrom( + java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException( + PARSER, input, extensionRegistry); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + com.google.protobuf.CodedInputStream input) throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); + } + + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3.parseWithIOException( + PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { + return newBuilder(); + } + + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + + public static Builder newBuilder( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + * + * + *
+     * Describes the X.509 name constraints extension, per
+     * https://tools.ietf.org/html/rfc5280#section-4.2.1.10
+     * 
+ * + * Protobuf type {@code google.cloud.security.privateca.v1.X509Parameters.NameConstraints} + */ + public static final class Builder + extends com.google.protobuf.GeneratedMessageV3.Builder + implements + // @@protoc_insertion_point(builder_implements:google.cloud.security.privateca.v1.X509Parameters.NameConstraints) + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { + return com.google.cloud.security.privateca.v1.PrivateCaResourcesProto + .internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return com.google.cloud.security.privateca.v1.PrivateCaResourcesProto + .internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_fieldAccessorTable + .ensureFieldAccessorsInitialized( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.class, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder + .class); + } + + // Construct using + // com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.newBuilder() + private Builder() {} + + private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + } + + @java.lang.Override + public Builder clear() { + super.clear(); + bitField0_ = 0; + critical_ = false; + permittedDnsNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + excludedDnsNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + permittedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000008); + excludedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000010); + permittedEmailAddresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000020); + excludedEmailAddresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000040); + permittedUris_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000080); + excludedUris_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000100); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { + return com.google.cloud.security.privateca.v1.PrivateCaResourcesProto + .internal_static_google_cloud_security_privateca_v1_X509Parameters_NameConstraints_descriptor; + } + + @java.lang.Override + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + getDefaultInstanceForType() { + return com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + .getDefaultInstance(); + } + + @java.lang.Override + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints build() { + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints result = + buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints buildPartial() { + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints result = + new com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints(this); + buildPartialRepeatedFields(result); + if (bitField0_ != 0) { + buildPartial0(result); + } + onBuilt(); + return result; + } + + private void buildPartialRepeatedFields( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints result) { + if (((bitField0_ & 0x00000002) != 0)) { + permittedDnsNames_ = permittedDnsNames_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.permittedDnsNames_ = permittedDnsNames_; + if (((bitField0_ & 0x00000004) != 0)) { + excludedDnsNames_ = excludedDnsNames_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000004); + } + result.excludedDnsNames_ = excludedDnsNames_; + if (((bitField0_ & 0x00000008) != 0)) { + permittedIpRanges_ = permittedIpRanges_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000008); + } + result.permittedIpRanges_ = permittedIpRanges_; + if (((bitField0_ & 0x00000010) != 0)) { + excludedIpRanges_ = excludedIpRanges_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000010); + } + result.excludedIpRanges_ = excludedIpRanges_; + if (((bitField0_ & 0x00000020) != 0)) { + permittedEmailAddresses_ = permittedEmailAddresses_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000020); + } + result.permittedEmailAddresses_ = permittedEmailAddresses_; + if (((bitField0_ & 0x00000040) != 0)) { + excludedEmailAddresses_ = excludedEmailAddresses_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000040); + } + result.excludedEmailAddresses_ = excludedEmailAddresses_; + if (((bitField0_ & 0x00000080) != 0)) { + permittedUris_ = permittedUris_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000080); + } + result.permittedUris_ = permittedUris_; + if (((bitField0_ & 0x00000100) != 0)) { + excludedUris_ = excludedUris_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000100); + } + result.excludedUris_ = excludedUris_; + } + + private void buildPartial0( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints result) { + int from_bitField0_ = bitField0_; + if (((from_bitField0_ & 0x00000001) != 0)) { + result.critical_ = critical_; + } + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + return super.setField(field, value); + } + + @java.lang.Override + public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + + @java.lang.Override + public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, + java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { + return super.addRepeatedField(field, value); + } + + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other + instanceof com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints) { + return mergeFrom( + (com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints) other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints other) { + if (other + == com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + .getDefaultInstance()) return this; + if (other.getCritical() != false) { + setCritical(other.getCritical()); + } + if (!other.permittedDnsNames_.isEmpty()) { + if (permittedDnsNames_.isEmpty()) { + permittedDnsNames_ = other.permittedDnsNames_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensurePermittedDnsNamesIsMutable(); + permittedDnsNames_.addAll(other.permittedDnsNames_); + } + onChanged(); + } + if (!other.excludedDnsNames_.isEmpty()) { + if (excludedDnsNames_.isEmpty()) { + excludedDnsNames_ = other.excludedDnsNames_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureExcludedDnsNamesIsMutable(); + excludedDnsNames_.addAll(other.excludedDnsNames_); + } + onChanged(); + } + if (!other.permittedIpRanges_.isEmpty()) { + if (permittedIpRanges_.isEmpty()) { + permittedIpRanges_ = other.permittedIpRanges_; + bitField0_ = (bitField0_ & ~0x00000008); + } else { + ensurePermittedIpRangesIsMutable(); + permittedIpRanges_.addAll(other.permittedIpRanges_); + } + onChanged(); + } + if (!other.excludedIpRanges_.isEmpty()) { + if (excludedIpRanges_.isEmpty()) { + excludedIpRanges_ = other.excludedIpRanges_; + bitField0_ = (bitField0_ & ~0x00000010); + } else { + ensureExcludedIpRangesIsMutable(); + excludedIpRanges_.addAll(other.excludedIpRanges_); + } + onChanged(); + } + if (!other.permittedEmailAddresses_.isEmpty()) { + if (permittedEmailAddresses_.isEmpty()) { + permittedEmailAddresses_ = other.permittedEmailAddresses_; + bitField0_ = (bitField0_ & ~0x00000020); + } else { + ensurePermittedEmailAddressesIsMutable(); + permittedEmailAddresses_.addAll(other.permittedEmailAddresses_); + } + onChanged(); + } + if (!other.excludedEmailAddresses_.isEmpty()) { + if (excludedEmailAddresses_.isEmpty()) { + excludedEmailAddresses_ = other.excludedEmailAddresses_; + bitField0_ = (bitField0_ & ~0x00000040); + } else { + ensureExcludedEmailAddressesIsMutable(); + excludedEmailAddresses_.addAll(other.excludedEmailAddresses_); + } + onChanged(); + } + if (!other.permittedUris_.isEmpty()) { + if (permittedUris_.isEmpty()) { + permittedUris_ = other.permittedUris_; + bitField0_ = (bitField0_ & ~0x00000080); + } else { + ensurePermittedUrisIsMutable(); + permittedUris_.addAll(other.permittedUris_); + } + onChanged(); + } + if (!other.excludedUris_.isEmpty()) { + if (excludedUris_.isEmpty()) { + excludedUris_ = other.excludedUris_; + bitField0_ = (bitField0_ & ~0x00000100); + } else { + ensureExcludedUrisIsMutable(); + excludedUris_.addAll(other.excludedUris_); + } + onChanged(); + } + this.mergeUnknownFields(other.getUnknownFields()); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 8: + { + critical_ = input.readBool(); + bitField0_ |= 0x00000001; + break; + } // case 8 + case 18: + { + java.lang.String s = input.readStringRequireUtf8(); + ensurePermittedDnsNamesIsMutable(); + permittedDnsNames_.add(s); + break; + } // case 18 + case 26: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureExcludedDnsNamesIsMutable(); + excludedDnsNames_.add(s); + break; + } // case 26 + case 34: + { + java.lang.String s = input.readStringRequireUtf8(); + ensurePermittedIpRangesIsMutable(); + permittedIpRanges_.add(s); + break; + } // case 34 + case 42: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureExcludedIpRangesIsMutable(); + excludedIpRanges_.add(s); + break; + } // case 42 + case 50: + { + java.lang.String s = input.readStringRequireUtf8(); + ensurePermittedEmailAddressesIsMutable(); + permittedEmailAddresses_.add(s); + break; + } // case 50 + case 58: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureExcludedEmailAddressesIsMutable(); + excludedEmailAddresses_.add(s); + break; + } // case 58 + case 66: + { + java.lang.String s = input.readStringRequireUtf8(); + ensurePermittedUrisIsMutable(); + permittedUris_.add(s); + break; + } // case 66 + case 74: + { + java.lang.String s = input.readStringRequireUtf8(); + ensureExcludedUrisIsMutable(); + excludedUris_.add(s); + break; + } // case 74 + default: + { + if (!super.parseUnknownField(input, extensionRegistry, tag)) { + done = true; // was an endgroup tag + } + break; + } // default: + } // switch (tag) + } // while (!done) + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.unwrapIOException(); + } finally { + onChanged(); + } // finally + return this; + } + + private int bitField0_; + + private boolean critical_; + /** + * + * + *
+       * Indicates whether or not the name constraints are marked critical.
+       * 
+ * + * bool critical = 1; + * + * @return The critical. + */ + @java.lang.Override + public boolean getCritical() { + return critical_; + } + /** + * + * + *
+       * Indicates whether or not the name constraints are marked critical.
+       * 
+ * + * bool critical = 1; + * + * @param value The critical to set. + * @return This builder for chaining. + */ + public Builder setCritical(boolean value) { + + critical_ = value; + bitField0_ |= 0x00000001; + onChanged(); + return this; + } + /** + * + * + *
+       * Indicates whether or not the name constraints are marked critical.
+       * 
+ * + * bool critical = 1; + * + * @return This builder for chaining. + */ + public Builder clearCritical() { + bitField0_ = (bitField0_ & ~0x00000001); + critical_ = false; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList permittedDnsNames_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensurePermittedDnsNamesIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + permittedDnsNames_ = new com.google.protobuf.LazyStringArrayList(permittedDnsNames_); + bitField0_ |= 0x00000002; + } + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return A list containing the permittedDnsNames. + */ + public com.google.protobuf.ProtocolStringList getPermittedDnsNamesList() { + return permittedDnsNames_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return The count of permittedDnsNames. + */ + public int getPermittedDnsNamesCount() { + return permittedDnsNames_.size(); + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index of the element to return. + * @return The permittedDnsNames at the given index. + */ + public java.lang.String getPermittedDnsNames(int index) { + return permittedDnsNames_.get(index); + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index of the value to return. + * @return The bytes of the permittedDnsNames at the given index. + */ + public com.google.protobuf.ByteString getPermittedDnsNamesBytes(int index) { + return permittedDnsNames_.getByteString(index); + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param index The index to set the value at. + * @param value The permittedDnsNames to set. + * @return This builder for chaining. + */ + public Builder setPermittedDnsNames(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedDnsNamesIsMutable(); + permittedDnsNames_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param value The permittedDnsNames to add. + * @return This builder for chaining. + */ + public Builder addPermittedDnsNames(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedDnsNamesIsMutable(); + permittedDnsNames_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param values The permittedDnsNames to add. + * @return This builder for chaining. + */ + public Builder addAllPermittedDnsNames(java.lang.Iterable values) { + ensurePermittedDnsNamesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, permittedDnsNames_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @return This builder for chaining. + */ + public Builder clearPermittedDnsNames() { + permittedDnsNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains permitted DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string permitted_dns_names = 2; + * + * @param value The bytes of the permittedDnsNames to add. + * @return This builder for chaining. + */ + public Builder addPermittedDnsNamesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensurePermittedDnsNamesIsMutable(); + permittedDnsNames_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList excludedDnsNames_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensureExcludedDnsNamesIsMutable() { + if (!((bitField0_ & 0x00000004) != 0)) { + excludedDnsNames_ = new com.google.protobuf.LazyStringArrayList(excludedDnsNames_); + bitField0_ |= 0x00000004; + } + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return A list containing the excludedDnsNames. + */ + public com.google.protobuf.ProtocolStringList getExcludedDnsNamesList() { + return excludedDnsNames_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return The count of excludedDnsNames. + */ + public int getExcludedDnsNamesCount() { + return excludedDnsNames_.size(); + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index of the element to return. + * @return The excludedDnsNames at the given index. + */ + public java.lang.String getExcludedDnsNames(int index) { + return excludedDnsNames_.get(index); + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index of the value to return. + * @return The bytes of the excludedDnsNames at the given index. + */ + public com.google.protobuf.ByteString getExcludedDnsNamesBytes(int index) { + return excludedDnsNames_.getByteString(index); + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param index The index to set the value at. + * @param value The excludedDnsNames to set. + * @return This builder for chaining. + */ + public Builder setExcludedDnsNames(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedDnsNamesIsMutable(); + excludedDnsNames_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param value The excludedDnsNames to add. + * @return This builder for chaining. + */ + public Builder addExcludedDnsNames(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedDnsNamesIsMutable(); + excludedDnsNames_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param values The excludedDnsNames to add. + * @return This builder for chaining. + */ + public Builder addAllExcludedDnsNames(java.lang.Iterable values) { + ensureExcludedDnsNamesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, excludedDnsNames_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @return This builder for chaining. + */ + public Builder clearExcludedDnsNames() { + excludedDnsNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains excluded DNS names. Any DNS name that can be
+       * constructed by simply adding zero or more labels to
+       * the left-hand side of the name satisfies the name constraint.
+       * For example, `example.com`, `www.example.com`, `www.sub.example.com`
+       * would satisfy `example.com` while `example1.com` does not.
+       * 
+ * + * repeated string excluded_dns_names = 3; + * + * @param value The bytes of the excludedDnsNames to add. + * @return This builder for chaining. + */ + public Builder addExcludedDnsNamesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureExcludedDnsNamesIsMutable(); + excludedDnsNames_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList permittedIpRanges_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensurePermittedIpRangesIsMutable() { + if (!((bitField0_ & 0x00000008) != 0)) { + permittedIpRanges_ = new com.google.protobuf.LazyStringArrayList(permittedIpRanges_); + bitField0_ |= 0x00000008; + } + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return A list containing the permittedIpRanges. + */ + public com.google.protobuf.ProtocolStringList getPermittedIpRangesList() { + return permittedIpRanges_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return The count of permittedIpRanges. + */ + public int getPermittedIpRangesCount() { + return permittedIpRanges_.size(); + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index of the element to return. + * @return The permittedIpRanges at the given index. + */ + public java.lang.String getPermittedIpRanges(int index) { + return permittedIpRanges_.get(index); + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index of the value to return. + * @return The bytes of the permittedIpRanges at the given index. + */ + public com.google.protobuf.ByteString getPermittedIpRangesBytes(int index) { + return permittedIpRanges_.getByteString(index); + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param index The index to set the value at. + * @param value The permittedIpRanges to set. + * @return This builder for chaining. + */ + public Builder setPermittedIpRanges(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedIpRangesIsMutable(); + permittedIpRanges_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param value The permittedIpRanges to add. + * @return This builder for chaining. + */ + public Builder addPermittedIpRanges(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedIpRangesIsMutable(); + permittedIpRanges_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param values The permittedIpRanges to add. + * @return This builder for chaining. + */ + public Builder addAllPermittedIpRanges(java.lang.Iterable values) { + ensurePermittedIpRangesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, permittedIpRanges_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @return This builder for chaining. + */ + public Builder clearPermittedIpRanges() { + permittedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000008); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string permitted_ip_ranges = 4; + * + * @param value The bytes of the permittedIpRanges to add. + * @return This builder for chaining. + */ + public Builder addPermittedIpRangesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensurePermittedIpRangesIsMutable(); + permittedIpRanges_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList excludedIpRanges_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensureExcludedIpRangesIsMutable() { + if (!((bitField0_ & 0x00000010) != 0)) { + excludedIpRanges_ = new com.google.protobuf.LazyStringArrayList(excludedIpRanges_); + bitField0_ |= 0x00000010; + } + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return A list containing the excludedIpRanges. + */ + public com.google.protobuf.ProtocolStringList getExcludedIpRangesList() { + return excludedIpRanges_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return The count of excludedIpRanges. + */ + public int getExcludedIpRangesCount() { + return excludedIpRanges_.size(); + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index of the element to return. + * @return The excludedIpRanges at the given index. + */ + public java.lang.String getExcludedIpRanges(int index) { + return excludedIpRanges_.get(index); + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index of the value to return. + * @return The bytes of the excludedIpRanges at the given index. + */ + public com.google.protobuf.ByteString getExcludedIpRangesBytes(int index) { + return excludedIpRanges_.getByteString(index); + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param index The index to set the value at. + * @param value The excludedIpRanges to set. + * @return This builder for chaining. + */ + public Builder setExcludedIpRanges(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedIpRangesIsMutable(); + excludedIpRanges_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param value The excludedIpRanges to add. + * @return This builder for chaining. + */ + public Builder addExcludedIpRanges(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedIpRangesIsMutable(); + excludedIpRanges_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param values The excludedIpRanges to add. + * @return This builder for chaining. + */ + public Builder addAllExcludedIpRanges(java.lang.Iterable values) { + ensureExcludedIpRangesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, excludedIpRanges_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @return This builder for chaining. + */ + public Builder clearExcludedIpRanges() { + excludedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000010); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded IP ranges. For IPv4 addresses, the ranges
+       * are expressed using CIDR notation as specified in RFC 4632.
+       * For IPv6 addresses, the ranges are expressed in similar encoding as IPv4
+       * addresses.
+       * 
+ * + * repeated string excluded_ip_ranges = 5; + * + * @param value The bytes of the excludedIpRanges to add. + * @return This builder for chaining. + */ + public Builder addExcludedIpRangesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureExcludedIpRangesIsMutable(); + excludedIpRanges_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList permittedEmailAddresses_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensurePermittedEmailAddressesIsMutable() { + if (!((bitField0_ & 0x00000020) != 0)) { + permittedEmailAddresses_ = + new com.google.protobuf.LazyStringArrayList(permittedEmailAddresses_); + bitField0_ |= 0x00000020; + } + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return A list containing the permittedEmailAddresses. + */ + public com.google.protobuf.ProtocolStringList getPermittedEmailAddressesList() { + return permittedEmailAddresses_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return The count of permittedEmailAddresses. + */ + public int getPermittedEmailAddressesCount() { + return permittedEmailAddresses_.size(); + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index of the element to return. + * @return The permittedEmailAddresses at the given index. + */ + public java.lang.String getPermittedEmailAddresses(int index) { + return permittedEmailAddresses_.get(index); + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index of the value to return. + * @return The bytes of the permittedEmailAddresses at the given index. + */ + public com.google.protobuf.ByteString getPermittedEmailAddressesBytes(int index) { + return permittedEmailAddresses_.getByteString(index); + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param index The index to set the value at. + * @param value The permittedEmailAddresses to set. + * @return This builder for chaining. + */ + public Builder setPermittedEmailAddresses(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedEmailAddressesIsMutable(); + permittedEmailAddresses_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param value The permittedEmailAddresses to add. + * @return This builder for chaining. + */ + public Builder addPermittedEmailAddresses(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedEmailAddressesIsMutable(); + permittedEmailAddresses_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param values The permittedEmailAddresses to add. + * @return This builder for chaining. + */ + public Builder addAllPermittedEmailAddresses(java.lang.Iterable values) { + ensurePermittedEmailAddressesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, permittedEmailAddresses_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @return This builder for chaining. + */ + public Builder clearPermittedEmailAddresses() { + permittedEmailAddresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000020); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string permitted_email_addresses = 6; + * + * @param value The bytes of the permittedEmailAddresses to add. + * @return This builder for chaining. + */ + public Builder addPermittedEmailAddressesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensurePermittedEmailAddressesIsMutable(); + permittedEmailAddresses_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList excludedEmailAddresses_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensureExcludedEmailAddressesIsMutable() { + if (!((bitField0_ & 0x00000040) != 0)) { + excludedEmailAddresses_ = + new com.google.protobuf.LazyStringArrayList(excludedEmailAddresses_); + bitField0_ |= 0x00000040; + } + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return A list containing the excludedEmailAddresses. + */ + public com.google.protobuf.ProtocolStringList getExcludedEmailAddressesList() { + return excludedEmailAddresses_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return The count of excludedEmailAddresses. + */ + public int getExcludedEmailAddressesCount() { + return excludedEmailAddresses_.size(); + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index of the element to return. + * @return The excludedEmailAddresses at the given index. + */ + public java.lang.String getExcludedEmailAddresses(int index) { + return excludedEmailAddresses_.get(index); + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index of the value to return. + * @return The bytes of the excludedEmailAddresses at the given index. + */ + public com.google.protobuf.ByteString getExcludedEmailAddressesBytes(int index) { + return excludedEmailAddresses_.getByteString(index); + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param index The index to set the value at. + * @param value The excludedEmailAddresses to set. + * @return This builder for chaining. + */ + public Builder setExcludedEmailAddresses(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedEmailAddressesIsMutable(); + excludedEmailAddresses_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param value The excludedEmailAddresses to add. + * @return This builder for chaining. + */ + public Builder addExcludedEmailAddresses(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedEmailAddressesIsMutable(); + excludedEmailAddresses_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param values The excludedEmailAddresses to add. + * @return This builder for chaining. + */ + public Builder addAllExcludedEmailAddresses(java.lang.Iterable values) { + ensureExcludedEmailAddressesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, excludedEmailAddresses_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @return This builder for chaining. + */ + public Builder clearExcludedEmailAddresses() { + excludedEmailAddresses_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000040); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded email addresses. The value can be a particular
+       * email address, a hostname to indicate all email addresses on that host or
+       * a domain with a leading period (e.g. `.example.com`) to indicate
+       * all email addresses in that domain.
+       * 
+ * + * repeated string excluded_email_addresses = 7; + * + * @param value The bytes of the excludedEmailAddresses to add. + * @return This builder for chaining. + */ + public Builder addExcludedEmailAddressesBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureExcludedEmailAddressesIsMutable(); + excludedEmailAddresses_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList permittedUris_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensurePermittedUrisIsMutable() { + if (!((bitField0_ & 0x00000080) != 0)) { + permittedUris_ = new com.google.protobuf.LazyStringArrayList(permittedUris_); + bitField0_ |= 0x00000080; + } + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @return A list containing the permittedUris. + */ + public com.google.protobuf.ProtocolStringList getPermittedUrisList() { + return permittedUris_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @return The count of permittedUris. + */ + public int getPermittedUrisCount() { + return permittedUris_.size(); + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index of the element to return. + * @return The permittedUris at the given index. + */ + public java.lang.String getPermittedUris(int index) { + return permittedUris_.get(index); + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index of the value to return. + * @return The bytes of the permittedUris at the given index. + */ + public com.google.protobuf.ByteString getPermittedUrisBytes(int index) { + return permittedUris_.getByteString(index); + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @param index The index to set the value at. + * @param value The permittedUris to set. + * @return This builder for chaining. + */ + public Builder setPermittedUris(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedUrisIsMutable(); + permittedUris_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @param value The permittedUris to add. + * @return This builder for chaining. + */ + public Builder addPermittedUris(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensurePermittedUrisIsMutable(); + permittedUris_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @param values The permittedUris to add. + * @return This builder for chaining. + */ + public Builder addAllPermittedUris(java.lang.Iterable values) { + ensurePermittedUrisIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, permittedUris_); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @return This builder for chaining. + */ + public Builder clearPermittedUris() { + permittedUris_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000080); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the permitted URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string permitted_uris = 8; + * + * @param value The bytes of the permittedUris to add. + * @return This builder for chaining. + */ + public Builder addPermittedUrisBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensurePermittedUrisIsMutable(); + permittedUris_.add(value); + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList excludedUris_ = + com.google.protobuf.LazyStringArrayList.EMPTY; + + private void ensureExcludedUrisIsMutable() { + if (!((bitField0_ & 0x00000100) != 0)) { + excludedUris_ = new com.google.protobuf.LazyStringArrayList(excludedUris_); + bitField0_ |= 0x00000100; + } + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @return A list containing the excludedUris. + */ + public com.google.protobuf.ProtocolStringList getExcludedUrisList() { + return excludedUris_.getUnmodifiableView(); + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @return The count of excludedUris. + */ + public int getExcludedUrisCount() { + return excludedUris_.size(); + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index of the element to return. + * @return The excludedUris at the given index. + */ + public java.lang.String getExcludedUris(int index) { + return excludedUris_.get(index); + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index of the value to return. + * @return The bytes of the excludedUris at the given index. + */ + public com.google.protobuf.ByteString getExcludedUrisBytes(int index) { + return excludedUris_.getByteString(index); + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @param index The index to set the value at. + * @param value The excludedUris to set. + * @return This builder for chaining. + */ + public Builder setExcludedUris(int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedUrisIsMutable(); + excludedUris_.set(index, value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @param value The excludedUris to add. + * @return This builder for chaining. + */ + public Builder addExcludedUris(java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExcludedUrisIsMutable(); + excludedUris_.add(value); + onChanged(); + return this; + } + /** + * + * + *
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
+       * 
+ * + * repeated string excluded_uris = 9; + * + * @param values The excludedUris to add. + * @return This builder for chaining. + */ + public Builder addAllExcludedUris(java.lang.Iterable values) { + ensureExcludedUrisIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll(values, excludedUris_); + onChanged(); + return this; } /** * * *
-       * Optional. Refers to the path length restriction X.509 extension. For a CA
-       * certificate, this value describes the depth of subordinate CA
-       * certificates that are allowed.
-       * If this value is less than 0, the request will fail.
-       * If this value is missing, the max path length will be omitted from the
-       * CA certificate.
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
        * 
* - * optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated string excluded_uris = 9; * - * @param value The maxIssuerPathLength to set. * @return This builder for chaining. */ - public Builder setMaxIssuerPathLength(int value) { - - maxIssuerPathLength_ = value; - bitField0_ |= 0x00000002; + public Builder clearExcludedUris() { + excludedUris_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } @@ -799,22 +4372,23 @@ public Builder setMaxIssuerPathLength(int value) { * * *
-       * Optional. Refers to the path length restriction X.509 extension. For a CA
-       * certificate, this value describes the depth of subordinate CA
-       * certificates that are allowed.
-       * If this value is less than 0, the request will fail.
-       * If this value is missing, the max path length will be omitted from the
-       * CA certificate.
+       * Contains the excluded URIs that apply to the host part of the name.
+       * The value can be a hostname or a domain with a
+       * leading period (like `.example.com`)
        * 
* - * optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL]; - * + * repeated string excluded_uris = 9; * + * @param value The bytes of the excludedUris to add. * @return This builder for chaining. */ - public Builder clearMaxIssuerPathLength() { - bitField0_ = (bitField0_ & ~0x00000002); - maxIssuerPathLength_ = 0; + public Builder addExcludedUrisBytes(com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureExcludedUrisIsMutable(); + excludedUris_.add(value); onChanged(); return this; } @@ -831,26 +4405,27 @@ public final Builder mergeUnknownFields( return super.mergeUnknownFields(unknownFields); } - // @@protoc_insertion_point(builder_scope:google.cloud.security.privateca.v1.X509Parameters.CaOptions) + // @@protoc_insertion_point(builder_scope:google.cloud.security.privateca.v1.X509Parameters.NameConstraints) } - // @@protoc_insertion_point(class_scope:google.cloud.security.privateca.v1.X509Parameters.CaOptions) - private static final com.google.cloud.security.privateca.v1.X509Parameters.CaOptions + // @@protoc_insertion_point(class_scope:google.cloud.security.privateca.v1.X509Parameters.NameConstraints) + private static final com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new com.google.cloud.security.privateca.v1.X509Parameters.CaOptions(); + DEFAULT_INSTANCE = + new com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints(); } - public static com.google.cloud.security.privateca.v1.X509Parameters.CaOptions + public static com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser PARSER = + new com.google.protobuf.AbstractParser() { @java.lang.Override - public CaOptions parsePartialFrom( + public NameConstraints parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -870,17 +4445,17 @@ public CaOptions parsePartialFrom( } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public com.google.cloud.security.privateca.v1.X509Parameters.CaOptions + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints getDefaultInstanceForType() { return DEFAULT_INSTANCE; } @@ -892,7 +4467,8 @@ public com.google.protobuf.Parser getParserForType() { * * *
-   * Optional. Indicates the intended use for keys that correspond to a certificate.
+   * Optional. Indicates the intended use for keys that correspond to a
+   * certificate.
    * 
* * @@ -909,7 +4485,8 @@ public boolean hasKeyUsage() { * * *
-   * Optional. Indicates the intended use for keys that correspond to a certificate.
+   * Optional. Indicates the intended use for keys that correspond to a
+   * certificate.
    * 
* * @@ -928,7 +4505,8 @@ public com.google.cloud.security.privateca.v1.KeyUsage getKeyUsage() { * * *
-   * Optional. Indicates the intended use for keys that correspond to a certificate.
+   * Optional. Indicates the intended use for keys that correspond to a
+   * certificate.
    * 
* * @@ -948,8 +4526,9 @@ public com.google.cloud.security.privateca.v1.KeyUsageOrBuilder getKeyUsageOrBui * * *
-   * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-   * certificate.
+   * Optional. Describes options in this
+   * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+   * are relevant in a CA certificate.
    * 
* * @@ -966,8 +4545,9 @@ public boolean hasCaOptions() { * * *
-   * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-   * certificate.
+   * Optional. Describes options in this
+   * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+   * are relevant in a CA certificate.
    * 
* * @@ -986,8 +4566,9 @@ public com.google.cloud.security.privateca.v1.X509Parameters.CaOptions getCaOpti * * *
-   * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-   * certificate.
+   * Optional. Describes options in this
+   * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+   * are relevant in a CA certificate.
    * 
* * @@ -1096,9 +4677,9 @@ public com.google.cloud.security.privateca.v1.ObjectIdOrBuilder getPolicyIdsOrBu * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1112,9 +4693,9 @@ public com.google.protobuf.ProtocolStringList getAiaOcspServersList() { * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1128,9 +4709,9 @@ public int getAiaOcspServersCount() { * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1145,9 +4726,9 @@ public java.lang.String getAiaOcspServers(int index) { * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -1159,6 +4740,64 @@ public com.google.protobuf.ByteString getAiaOcspServersBytes(int index) { return aiaOcspServers_.getByteString(index); } + public static final int NAME_CONSTRAINTS_FIELD_NUMBER = 6; + private com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints nameConstraints_; + /** + * + * + *
+   * Optional. Describes the X.509 name constraints extension.
+   * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return Whether the nameConstraints field is set. + */ + @java.lang.Override + public boolean hasNameConstraints() { + return nameConstraints_ != null; + } + /** + * + * + *
+   * Optional. Describes the X.509 name constraints extension.
+   * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return The nameConstraints. + */ + @java.lang.Override + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + getNameConstraints() { + return nameConstraints_ == null + ? com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.getDefaultInstance() + : nameConstraints_; + } + /** + * + * + *
+   * Optional. Describes the X.509 name constraints extension.
+   * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + @java.lang.Override + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder + getNameConstraintsOrBuilder() { + return nameConstraints_ == null + ? com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.getDefaultInstance() + : nameConstraints_; + } + public static final int ADDITIONAL_EXTENSIONS_FIELD_NUMBER = 5; @SuppressWarnings("serial") @@ -1272,6 +4911,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io for (int i = 0; i < additionalExtensions_.size(); i++) { output.writeMessage(5, additionalExtensions_.get(i)); } + if (nameConstraints_ != null) { + output.writeMessage(6, getNameConstraints()); + } getUnknownFields().writeTo(output); } @@ -1302,6 +4944,9 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream.computeMessageSize(5, additionalExtensions_.get(i)); } + if (nameConstraints_ != null) { + size += com.google.protobuf.CodedOutputStream.computeMessageSize(6, getNameConstraints()); + } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; @@ -1328,6 +4973,10 @@ public boolean equals(final java.lang.Object obj) { } if (!getPolicyIdsList().equals(other.getPolicyIdsList())) return false; if (!getAiaOcspServersList().equals(other.getAiaOcspServersList())) return false; + if (hasNameConstraints() != other.hasNameConstraints()) return false; + if (hasNameConstraints()) { + if (!getNameConstraints().equals(other.getNameConstraints())) return false; + } if (!getAdditionalExtensionsList().equals(other.getAdditionalExtensionsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; @@ -1356,6 +5005,10 @@ public int hashCode() { hash = (37 * hash) + AIA_OCSP_SERVERS_FIELD_NUMBER; hash = (53 * hash) + getAiaOcspServersList().hashCode(); } + if (hasNameConstraints()) { + hash = (37 * hash) + NAME_CONSTRAINTS_FIELD_NUMBER; + hash = (53 * hash) + getNameConstraints().hashCode(); + } if (getAdditionalExtensionsCount() > 0) { hash = (37 * hash) + ADDITIONAL_EXTENSIONS_FIELD_NUMBER; hash = (53 * hash) + getAdditionalExtensionsList().hashCode(); @@ -1465,9 +5118,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is used to describe certain fields of an
-   * X.509 certificate, such as the key usage fields, fields specific to CA
-   * certificates, certificate policy extensions and custom extensions.
+   * An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is
+   * used to describe certain fields of an X.509 certificate, such as the key
+   * usage fields, fields specific to CA certificates, certificate policy
+   * extensions and custom extensions.
    * 
* * Protobuf type {@code google.cloud.security.privateca.v1.X509Parameters} @@ -1521,13 +5175,18 @@ public Builder clear() { bitField0_ = (bitField0_ & ~0x00000004); aiaOcspServers_ = com.google.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); + nameConstraints_ = null; + if (nameConstraintsBuilder_ != null) { + nameConstraintsBuilder_.dispose(); + nameConstraintsBuilder_ = null; + } if (additionalExtensionsBuilder_ == null) { additionalExtensions_ = java.util.Collections.emptyList(); } else { additionalExtensions_ = null; additionalExtensionsBuilder_.clear(); } - bitField0_ = (bitField0_ & ~0x00000010); + bitField0_ = (bitField0_ & ~0x00000020); return this; } @@ -1580,9 +5239,9 @@ private void buildPartialRepeatedFields( } result.aiaOcspServers_ = aiaOcspServers_; if (additionalExtensionsBuilder_ == null) { - if (((bitField0_ & 0x00000010) != 0)) { + if (((bitField0_ & 0x00000020) != 0)) { additionalExtensions_ = java.util.Collections.unmodifiableList(additionalExtensions_); - bitField0_ = (bitField0_ & ~0x00000010); + bitField0_ = (bitField0_ & ~0x00000020); } result.additionalExtensions_ = additionalExtensions_; } else { @@ -1598,6 +5257,10 @@ private void buildPartial0(com.google.cloud.security.privateca.v1.X509Parameters if (((from_bitField0_ & 0x00000002) != 0)) { result.caOptions_ = caOptionsBuilder_ == null ? caOptions_ : caOptionsBuilder_.build(); } + if (((from_bitField0_ & 0x00000010) != 0)) { + result.nameConstraints_ = + nameConstraintsBuilder_ == null ? nameConstraints_ : nameConstraintsBuilder_.build(); + } } @java.lang.Override @@ -1689,11 +5352,14 @@ public Builder mergeFrom(com.google.cloud.security.privateca.v1.X509Parameters o } onChanged(); } + if (other.hasNameConstraints()) { + mergeNameConstraints(other.getNameConstraints()); + } if (additionalExtensionsBuilder_ == null) { if (!other.additionalExtensions_.isEmpty()) { if (additionalExtensions_.isEmpty()) { additionalExtensions_ = other.additionalExtensions_; - bitField0_ = (bitField0_ & ~0x00000010); + bitField0_ = (bitField0_ & ~0x00000020); } else { ensureAdditionalExtensionsIsMutable(); additionalExtensions_.addAll(other.additionalExtensions_); @@ -1706,7 +5372,7 @@ public Builder mergeFrom(com.google.cloud.security.privateca.v1.X509Parameters o additionalExtensionsBuilder_.dispose(); additionalExtensionsBuilder_ = null; additionalExtensions_ = other.additionalExtensions_; - bitField0_ = (bitField0_ & ~0x00000010); + bitField0_ = (bitField0_ & ~0x00000020); additionalExtensionsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getAdditionalExtensionsFieldBuilder() @@ -1789,6 +5455,12 @@ public Builder mergeFrom( } break; } // case 42 + case 50: + { + input.readMessage(getNameConstraintsFieldBuilder().getBuilder(), extensionRegistry); + bitField0_ |= 0x00000010; + break; + } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { @@ -1818,7 +5490,8 @@ public Builder mergeFrom( * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1834,7 +5507,8 @@ public boolean hasKeyUsage() { * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1856,7 +5530,8 @@ public com.google.cloud.security.privateca.v1.KeyUsage getKeyUsage() { * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1880,7 +5555,8 @@ public Builder setKeyUsage(com.google.cloud.security.privateca.v1.KeyUsage value * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1902,7 +5578,8 @@ public Builder setKeyUsage( * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1929,7 +5606,8 @@ public Builder mergeKeyUsage(com.google.cloud.security.privateca.v1.KeyUsage val * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1950,7 +5628,8 @@ public Builder clearKeyUsage() { * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1966,7 +5645,8 @@ public com.google.cloud.security.privateca.v1.KeyUsage.Builder getKeyUsageBuilde * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -1986,7 +5666,8 @@ public com.google.cloud.security.privateca.v1.KeyUsageOrBuilder getKeyUsageOrBui * * *
-     * Optional. Indicates the intended use for keys that correspond to a certificate.
+     * Optional. Indicates the intended use for keys that correspond to a
+     * certificate.
      * 
* * @@ -2020,8 +5701,9 @@ public com.google.cloud.security.privateca.v1.KeyUsageOrBuilder getKeyUsageOrBui * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2037,8 +5719,9 @@ public boolean hasCaOptions() { * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2060,8 +5743,9 @@ public com.google.cloud.security.privateca.v1.X509Parameters.CaOptions getCaOpti * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2086,8 +5770,9 @@ public Builder setCaOptions( * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2109,8 +5794,9 @@ public Builder setCaOptions( * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2140,8 +5826,9 @@ public Builder mergeCaOptions( * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2162,8 +5849,9 @@ public Builder clearCaOptions() { * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2180,8 +5868,9 @@ public Builder clearCaOptions() { * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2202,8 +5891,9 @@ public Builder clearCaOptions() { * * *
-     * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-     * certificate.
+     * Optional. Describes options in this
+     * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+     * are relevant in a CA certificate.
      * 
* * @@ -2646,9 +6336,9 @@ private void ensureAiaOcspServersIsMutable() { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2662,9 +6352,9 @@ public com.google.protobuf.ProtocolStringList getAiaOcspServersList() { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2678,9 +6368,9 @@ public int getAiaOcspServersCount() { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2695,9 +6385,9 @@ public java.lang.String getAiaOcspServers(int index) { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2712,9 +6402,9 @@ public com.google.protobuf.ByteString getAiaOcspServersBytes(int index) { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2736,9 +6426,9 @@ public Builder setAiaOcspServers(int index, java.lang.String value) { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2759,9 +6449,9 @@ public Builder addAiaOcspServers(java.lang.String value) { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2779,9 +6469,9 @@ public Builder addAllAiaOcspServers(java.lang.Iterable values) * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2798,9 +6488,9 @@ public Builder clearAiaOcspServers() { * * *
-     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-     * that appear in the "Authority Information Access" extension in the
-     * certificate.
+     * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+     * addresses that appear in the "Authority Information Access" extension in
+     * the certificate.
      * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -2819,15 +6509,227 @@ public Builder addAiaOcspServersBytes(com.google.protobuf.ByteString value) { return this; } + private com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints nameConstraints_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder> + nameConstraintsBuilder_; + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return Whether the nameConstraints field is set. + */ + public boolean hasNameConstraints() { + return ((bitField0_ & 0x00000010) != 0); + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return The nameConstraints. + */ + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + getNameConstraints() { + if (nameConstraintsBuilder_ == null) { + return nameConstraints_ == null + ? com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + .getDefaultInstance() + : nameConstraints_; + } else { + return nameConstraintsBuilder_.getMessage(); + } + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder setNameConstraints( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints value) { + if (nameConstraintsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + nameConstraints_ = value; + } else { + nameConstraintsBuilder_.setMessage(value); + } + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder setNameConstraints( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder + builderForValue) { + if (nameConstraintsBuilder_ == null) { + nameConstraints_ = builderForValue.build(); + } else { + nameConstraintsBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder mergeNameConstraints( + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints value) { + if (nameConstraintsBuilder_ == null) { + if (((bitField0_ & 0x00000010) != 0) + && nameConstraints_ != null + && nameConstraints_ + != com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + .getDefaultInstance()) { + getNameConstraintsBuilder().mergeFrom(value); + } else { + nameConstraints_ = value; + } + } else { + nameConstraintsBuilder_.mergeFrom(value); + } + bitField0_ |= 0x00000010; + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public Builder clearNameConstraints() { + bitField0_ = (bitField0_ & ~0x00000010); + nameConstraints_ = null; + if (nameConstraintsBuilder_ != null) { + nameConstraintsBuilder_.dispose(); + nameConstraintsBuilder_ = null; + } + onChanged(); + return this; + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder + getNameConstraintsBuilder() { + bitField0_ |= 0x00000010; + onChanged(); + return getNameConstraintsFieldBuilder().getBuilder(); + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + public com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder + getNameConstraintsOrBuilder() { + if (nameConstraintsBuilder_ != null) { + return nameConstraintsBuilder_.getMessageOrBuilder(); + } else { + return nameConstraints_ == null + ? com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints + .getDefaultInstance() + : nameConstraints_; + } + } + /** + * + * + *
+     * Optional. Describes the X.509 name constraints extension.
+     * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder> + getNameConstraintsFieldBuilder() { + if (nameConstraintsBuilder_ == null) { + nameConstraintsBuilder_ = + new com.google.protobuf.SingleFieldBuilderV3< + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints.Builder, + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder>( + getNameConstraints(), getParentForChildren(), isClean()); + nameConstraints_ = null; + } + return nameConstraintsBuilder_; + } + private java.util.List additionalExtensions_ = java.util.Collections.emptyList(); private void ensureAdditionalExtensionsIsMutable() { - if (!((bitField0_ & 0x00000010) != 0)) { + if (!((bitField0_ & 0x00000020) != 0)) { additionalExtensions_ = new java.util.ArrayList( additionalExtensions_); - bitField0_ |= 0x00000010; + bitField0_ |= 0x00000020; } } @@ -3069,7 +6971,7 @@ public Builder addAllAdditionalExtensions( public Builder clearAdditionalExtensions() { if (additionalExtensionsBuilder_ == null) { additionalExtensions_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000010); + bitField0_ = (bitField0_ & ~0x00000020); onChanged(); } else { additionalExtensionsBuilder_.clear(); @@ -3211,7 +7113,7 @@ public Builder removeAdditionalExtensions(int index) { com.google.cloud.security.privateca.v1.X509Extension.Builder, com.google.cloud.security.privateca.v1.X509ExtensionOrBuilder>( additionalExtensions_, - ((bitField0_ & 0x00000010) != 0), + ((bitField0_ & 0x00000020) != 0), getParentForChildren(), isClean()); additionalExtensions_ = null; diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ParametersOrBuilder.java b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ParametersOrBuilder.java index 7445acd2a3d7..83f1f4e33e8f 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ParametersOrBuilder.java +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/X509ParametersOrBuilder.java @@ -27,7 +27,8 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Indicates the intended use for keys that correspond to a certificate.
+   * Optional. Indicates the intended use for keys that correspond to a
+   * certificate.
    * 
* * @@ -41,7 +42,8 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Indicates the intended use for keys that correspond to a certificate.
+   * Optional. Indicates the intended use for keys that correspond to a
+   * certificate.
    * 
* * @@ -55,7 +57,8 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Indicates the intended use for keys that correspond to a certificate.
+   * Optional. Indicates the intended use for keys that correspond to a
+   * certificate.
    * 
* * @@ -68,8 +71,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-   * certificate.
+   * Optional. Describes options in this
+   * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+   * are relevant in a CA certificate.
    * 
* * @@ -83,8 +87,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-   * certificate.
+   * Optional. Describes options in this
+   * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+   * are relevant in a CA certificate.
    * 
* * @@ -98,8 +103,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA
-   * certificate.
+   * Optional. Describes options in this
+   * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that
+   * are relevant in a CA certificate.
    * 
* * @@ -179,9 +185,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -193,9 +199,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -207,9 +213,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -222,9 +228,9 @@ public interface X509ParametersOrBuilder * * *
-   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses
-   * that appear in the "Authority Information Access" extension in the
-   * certificate.
+   * Optional. Describes Online Certificate Status Protocol (OCSP) endpoint
+   * addresses that appear in the "Authority Information Access" extension in
+   * the certificate.
    * 
* * repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL]; @@ -234,6 +240,48 @@ public interface X509ParametersOrBuilder */ com.google.protobuf.ByteString getAiaOcspServersBytes(int index); + /** + * + * + *
+   * Optional. Describes the X.509 name constraints extension.
+   * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return Whether the nameConstraints field is set. + */ + boolean hasNameConstraints(); + /** + * + * + *
+   * Optional. Describes the X.509 name constraints extension.
+   * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + * + * @return The nameConstraints. + */ + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraints getNameConstraints(); + /** + * + * + *
+   * Optional. Describes the X.509 name constraints extension.
+   * 
+ * + * + * .google.cloud.security.privateca.v1.X509Parameters.NameConstraints name_constraints = 6 [(.google.api.field_behavior) = OPTIONAL]; + * + */ + com.google.cloud.security.privateca.v1.X509Parameters.NameConstraintsOrBuilder + getNameConstraintsOrBuilder(); + /** * * diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/resources.proto b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/resources.proto index d1102ccb9955..2e346af28ae8 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/resources.proto +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/resources.proto @@ -31,15 +31,21 @@ option java_package = "com.google.cloud.security.privateca.v1"; option php_namespace = "Google\\Cloud\\Security\\PrivateCA\\V1"; option ruby_package = "Google::Cloud::Security::PrivateCA::V1"; -// A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] represents an individual Certificate Authority. -// A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] can be used to create [Certificates][google.cloud.security.privateca.v1.Certificate]. +// A +// [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] +// represents an individual Certificate Authority. A +// [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] +// can be used to create +// [Certificates][google.cloud.security.privateca.v1.Certificate]. message CertificateAuthority { option (google.api.resource) = { type: "privateca.googleapis.com/CertificateAuthority" pattern: "projects/{project}/locations/{location}/caPools/{ca_pool}/certificateAuthorities/{certificate_authority}" }; - // The type of a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], indicating its issuing chain. + // The type of a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], + // indicating its issuing chain. enum Type { // Not specified. TYPE_UNSPECIFIED = 0; @@ -47,57 +53,79 @@ message CertificateAuthority { // Self-signed CA. SELF_SIGNED = 1; - // Subordinate CA. Could be issued by a Private CA [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // Subordinate CA. Could be issued by a Private CA + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] // or an unmanaged CA. SUBORDINATE = 2; } - // The state of a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], indicating if it can be used. + // The state of a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], + // indicating if it can be used. enum State { // Not specified. STATE_UNSPECIFIED = 0; // Certificates can be issued from this CA. CRLs will be generated for this - // CA. The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will be - // used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool]. + // CA. The CA will be part of the + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and + // will be used to issue certificates from the + // [CaPool][google.cloud.security.privateca.v1.CaPool]. ENABLED = 1; // Certificates cannot be issued from this CA. CRLs will still be generated. - // The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but will not be - // used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool]. + // The CA will be part of the + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but + // will not be used to issue certificates from the + // [CaPool][google.cloud.security.privateca.v1.CaPool]. DISABLED = 2; // Certificates can be issued from this CA. CRLs will be generated for this - // CA. The CA will be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but will not - // be used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool]. + // CA. The CA will be part of the + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, but + // will not be used to issue certificates from the + // [CaPool][google.cloud.security.privateca.v1.CaPool]. STAGED = 3; // Certificates cannot be issued from this CA. CRLs will not be generated. - // The CA will not be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will not be - // used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool]. + // The CA will not be part of the + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and + // will not be used to issue certificates from the + // [CaPool][google.cloud.security.privateca.v1.CaPool]. AWAITING_USER_ACTIVATION = 4; // Certificates cannot be issued from this CA. CRLs will not be generated. // The CA may still be recovered by calling - // [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority] before + // [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority] + // before // [expire_time][google.cloud.security.privateca.v1.CertificateAuthority.expire_time]. - // The CA will not be part of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and will not be - // used to issue certificates from the [CaPool][google.cloud.security.privateca.v1.CaPool]. + // The CA will not be part of the + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s trust anchor, and + // will not be used to issue certificates from the + // [CaPool][google.cloud.security.privateca.v1.CaPool]. DELETED = 5; } - // URLs where a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will publish content. + // URLs where a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // will publish content. message AccessUrls { - // The URL where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate is - // published. This will only be set for CAs that have been activated. + // The URL where this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // CA certificate is published. This will only be set for CAs that have been + // activated. string ca_certificate_access_url = 1; - // The URLs where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRLs are published. This - // will only be set for CAs that have been activated. + // The URLs where this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // CRLs are published. This will only be set for CAs that have been + // activated. repeated string crl_access_urls = 2; } - // A Cloud KMS key configuration that a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will use. + // A Cloud KMS key configuration that a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // will use. message KeyVersionSpec { oneof KeyVersion { // The resource name for an existing Cloud KMS CryptoKeyVersion in the @@ -152,104 +180,145 @@ message CertificateAuthority { EC_P384_SHA384 = 5; } - // Output only. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Output only. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Required. Immutable. The [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + // Required. Immutable. The + // [Type][google.cloud.security.privateca.v1.CertificateAuthority.Type] of + // this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. Type type = 2 [ (google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = IMMUTABLE ]; - // Required. Immutable. The config used to create a self-signed X.509 certificate or CSR. + // Required. Immutable. The config used to create a self-signed X.509 + // certificate or CSR. CertificateConfig config = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = IMMUTABLE ]; - // Required. Immutable. The desired lifetime of the CA certificate. Used to create the - // "not_before_time" and "not_after_time" fields inside an X.509 + // Required. Immutable. The desired lifetime of the CA certificate. Used to + // create the "not_before_time" and "not_after_time" fields inside an X.509 // certificate. google.protobuf.Duration lifetime = 4 [ (google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = IMMUTABLE ]; - // Required. Immutable. Used when issuing certificates for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. If this - // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] is a self-signed CertificateAuthority, this key - // is also used to sign the self-signed CA certificate. Otherwise, it - // is used to sign a CSR. + // Required. Immutable. Used when issuing certificates for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + // If this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // is a self-signed CertificateAuthority, this key is also used to sign the + // self-signed CA certificate. Otherwise, it is used to sign a CSR. KeyVersionSpec key_spec = 5 [ (google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = IMMUTABLE ]; - // Optional. If this is a subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], this field will be set - // with the subordinate configuration, which describes its issuers. This may - // be updated, but this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] must continue to validate. - SubordinateConfig subordinate_config = 6 [(google.api.field_behavior) = OPTIONAL]; - - // Output only. The [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this + // Optional. If this is a subordinate + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], + // this field will be set with the subordinate configuration, which describes + // its issuers. This may be updated, but this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // must continue to validate. + SubordinateConfig subordinate_config = 6 + [(google.api.field_behavior) = OPTIONAL]; + + // Output only. The + // [CaPool.Tier][google.cloud.security.privateca.v1.CaPool.Tier] of the + // [CaPool][google.cloud.security.privateca.v1.CaPool] that includes this // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. CaPool.Tier tier = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + // Output only. The + // [State][google.cloud.security.privateca.v1.CertificateAuthority.State] for + // this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. State state = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. This [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate chain, including the current - // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. Ordered such that the root issuer - // is the final element (consistent with RFC 5246). For a self-signed CA, this - // will only list the current [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s certificate. - repeated string pem_ca_certificates = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. A structured description of this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate - // and its issuers. Ordered as self-to-root. - repeated CertificateDescription ca_certificate_descriptions = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Immutable. The name of a Cloud Storage bucket where this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will - // publish content, such as the CA certificate and CRLs. This must be a bucket - // name, without any prefixes (such as `gs://`) or suffixes (such as + // Output only. This + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // certificate chain, including the current + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // certificate. Ordered such that the root issuer is the final element + // (consistent with RFC 5246). For a self-signed CA, this will only list the + // current + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // certificate. + repeated string pem_ca_certificates = 9 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. A structured description of this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // CA certificate and its issuers. Ordered as self-to-root. + repeated CertificateDescription ca_certificate_descriptions = 10 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Immutable. The name of a Cloud Storage bucket where this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // will publish content, such as the CA certificate and CRLs. This must be a + // bucket name, without any prefixes (such as `gs://`) or suffixes (such as // `.googleapis.com`). For example, to use a bucket named `my-bucket`, you // would simply specify `my-bucket`. If not specified, a managed bucket will // be created. string gcs_bucket = 11 [(google.api.field_behavior) = IMMUTABLE]; - // Output only. URLs for accessing content published by this CA, such as the CA certificate - // and CRLs. + // Output only. URLs for accessing content published by this CA, such as the + // CA certificate and CRLs. AccessUrls access_urls = 12 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was created. - google.protobuf.Timestamp create_time = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was last updated. - google.protobuf.Timestamp update_time = 14 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] was soft deleted, if - // it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state. - google.protobuf.Timestamp delete_time = 15 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The time at which this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be permanently purged, - // if it is in the [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] state. - google.protobuf.Timestamp expire_time = 16 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The time at which this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // was created. + google.protobuf.Timestamp create_time = 13 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The time at which this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // was last updated. + google.protobuf.Timestamp update_time = 14 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The time at which this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // was soft deleted, if it is in the + // [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] + // state. + google.protobuf.Timestamp delete_time = 15 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The time at which this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // will be permanently purged, if it is in the + // [DELETED][google.cloud.security.privateca.v1.CertificateAuthority.State.DELETED] + // state. + google.protobuf.Timestamp expire_time = 16 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Optional. Labels with user-defined metadata. map labels = 17 [(google.api.field_behavior) = OPTIONAL]; } // A [CaPool][google.cloud.security.privateca.v1.CaPool] represents a group of -// [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] that form a trust anchor. A -// [CaPool][google.cloud.security.privateca.v1.CaPool] can be used to manage issuance policies for one or more -// [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resources and to rotate CA certificates in and out -// of the trust anchor. +// [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] +// that form a trust anchor. A +// [CaPool][google.cloud.security.privateca.v1.CaPool] can be used to manage +// issuance policies for one or more +// [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] +// resources and to rotate CA certificates in and out of the trust anchor. message CaPool { option (google.api.resource) = { type: "privateca.googleapis.com/CaPool" pattern: "projects/{project}/locations/{location}/caPools/{ca_pool}" }; - // The tier of a [CaPool][google.cloud.security.privateca.v1.CaPool], indicating its supported functionality and/or - // billing SKU. + // The tier of a [CaPool][google.cloud.security.privateca.v1.CaPool], + // indicating its supported functionality and/or billing SKU. enum Tier { // Not specified. TIER_UNSPECIFIED = 0; @@ -261,55 +330,68 @@ message CaPool { DEVOPS = 2; } - // Options relating to the publication of each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA - // certificate and CRLs and their inclusion as extensions in issued - // [Certificates][google.cloud.security.privateca.v1.Certificate]. The options set here apply to certificates - // issued by any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the [CaPool][google.cloud.security.privateca.v1.CaPool]. + // Options relating to the publication of each + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // CA certificate and CRLs and their inclusion as extensions in issued + // [Certificates][google.cloud.security.privateca.v1.Certificate]. The options + // set here apply to certificates issued by any + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the [CaPool][google.cloud.security.privateca.v1.CaPool]. message PublishingOptions { - // Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CA certificate and - // includes its URL in the "Authority Information Access" X.509 extension - // in all issued [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, the CA - // certificate will not be published and the corresponding X.509 extension - // will not be written in issued certificates. + // Optional. When true, publishes each + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // CA certificate and includes its URL in the "Authority Information Access" + // X.509 extension in all issued + // [Certificates][google.cloud.security.privateca.v1.Certificate]. If this + // is false, the CA certificate will not be published and the corresponding + // X.509 extension will not be written in issued certificates. bool publish_ca_cert = 1 [(google.api.field_behavior) = OPTIONAL]; - // Optional. When true, publishes each [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s CRL and includes its - // URL in the "CRL Distribution Points" X.509 extension in all issued - // [Certificates][google.cloud.security.privateca.v1.Certificate]. If this is false, CRLs will not be published - // and the corresponding X.509 extension will not be written in issued - // certificates. - // CRLs will expire 7 days from their creation. However, we will rebuild - // daily. CRLs are also rebuilt shortly after a certificate is revoked. + // Optional. When true, publishes each + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]'s + // CRL and includes its URL in the "CRL Distribution Points" X.509 extension + // in all issued + // [Certificates][google.cloud.security.privateca.v1.Certificate]. If this + // is false, CRLs will not be published and the corresponding X.509 + // extension will not be written in issued certificates. CRLs will expire 7 + // days from their creation. However, we will rebuild daily. CRLs are also + // rebuilt shortly after a certificate is revoked. bool publish_crl = 2 [(google.api.field_behavior) = OPTIONAL]; } - // Defines controls over all certificate issuance within a [CaPool][google.cloud.security.privateca.v1.CaPool]. + // Defines controls over all certificate issuance within a + // [CaPool][google.cloud.security.privateca.v1.CaPool]. message IssuancePolicy { - // Describes a "type" of key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued - // from a [CaPool][google.cloud.security.privateca.v1.CaPool]. - // Note that a single [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] may refer to either a - // fully-qualified key algorithm, such as RSA 4096, or a family of key - // algorithms, such as any RSA key. + // Describes a "type" of key that may be used in a + // [Certificate][google.cloud.security.privateca.v1.Certificate] issued from + // a [CaPool][google.cloud.security.privateca.v1.CaPool]. Note that a single + // [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] + // may refer to either a fully-qualified key algorithm, such as RSA 4096, or + // a family of key algorithms, such as any RSA key. message AllowedKeyType { - // Describes an RSA key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued from - // a [CaPool][google.cloud.security.privateca.v1.CaPool]. + // Describes an RSA key that may be used in a + // [Certificate][google.cloud.security.privateca.v1.Certificate] issued + // from a [CaPool][google.cloud.security.privateca.v1.CaPool]. message RsaKeyType { - // Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is - // not set, or if set to zero, the service-level min RSA modulus size - // will continue to apply. + // Optional. The minimum allowed RSA modulus size (inclusive), in bits. + // If this is not set, or if set to zero, the service-level min RSA + // modulus size will continue to apply. int64 min_modulus_size = 1 [(google.api.field_behavior) = OPTIONAL]; - // Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is - // not set, or if set to zero, the service will not enforce an explicit - // upper bound on RSA modulus sizes. + // Optional. The maximum allowed RSA modulus size (inclusive), in bits. + // If this is not set, or if set to zero, the service will not enforce + // an explicit upper bound on RSA modulus sizes. int64 max_modulus_size = 2 [(google.api.field_behavior) = OPTIONAL]; } - // Describes an Elliptic Curve key that may be used in a [Certificate][google.cloud.security.privateca.v1.Certificate] - // issued from a [CaPool][google.cloud.security.privateca.v1.CaPool]. + // Describes an Elliptic Curve key that may be used in a + // [Certificate][google.cloud.security.privateca.v1.Certificate] issued + // from a [CaPool][google.cloud.security.privateca.v1.CaPool]. message EcKeyType { // Describes an elliptic curve-based signature algorithm that may be - // used in a [Certificate][google.cloud.security.privateca.v1.Certificate] issued from a [CaPool][google.cloud.security.privateca.v1.CaPool]. + // used in a + // [Certificate][google.cloud.security.privateca.v1.Certificate] issued + // from a [CaPool][google.cloud.security.privateca.v1.CaPool]. enum EcSignatureAlgorithm { // Not specified. Signifies that any signature algorithm may be used. EC_SIGNATURE_ALGORITHM_UNSPECIFIED = 0; @@ -327,9 +409,10 @@ message CaPool { EDDSA_25519 = 3; } - // Optional. A signature algorithm that must be used. If this is omitted, any - // EC-based signature algorithm will be allowed. - EcSignatureAlgorithm signature_algorithm = 1 [(google.api.field_behavior) = OPTIONAL]; + // Optional. A signature algorithm that must be used. If this is + // omitted, any EC-based signature algorithm will be allowed. + EcSignatureAlgorithm signature_algorithm = 1 + [(google.api.field_behavior) = OPTIONAL]; } oneof key_type { @@ -341,124 +424,173 @@ message CaPool { } } - // [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] specifies the allowed ways in which - // [Certificates][google.cloud.security.privateca.v1.Certificate] may be requested from this - // [CaPool][google.cloud.security.privateca.v1.CaPool]. + // [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] + // specifies the allowed ways in which + // [Certificates][google.cloud.security.privateca.v1.Certificate] may be + // requested from this [CaPool][google.cloud.security.privateca.v1.CaPool]. message IssuanceModes { - // Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by + // Optional. When true, allows callers to create + // [Certificates][google.cloud.security.privateca.v1.Certificate] by // specifying a CSR. - bool allow_csr_based_issuance = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. When true, allows callers to create [Certificates][google.cloud.security.privateca.v1.Certificate] by - // specifying a [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig]. - bool allow_config_based_issuance = 2 [(google.api.field_behavior) = OPTIONAL]; + bool allow_csr_based_issuance = 1 + [(google.api.field_behavior) = OPTIONAL]; + + // Optional. When true, allows callers to create + // [Certificates][google.cloud.security.privateca.v1.Certificate] by + // specifying a + // [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig]. + bool allow_config_based_issuance = 2 + [(google.api.field_behavior) = OPTIONAL]; } - // Optional. If any [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] is specified, then the certificate request's - // public key must match one of the key types listed here. Otherwise, - // any key may be used. - repeated AllowedKeyType allowed_key_types = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. The maximum lifetime allowed for issued [Certificates][google.cloud.security.privateca.v1.Certificate]. Note - // that if the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] expires before a - // [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested maximum_lifetime, the effective lifetime will - // be explicitly truncated to match it. - google.protobuf.Duration maximum_lifetime = 2 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. If specified, then only methods allowed in the [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] may be - // used to issue [Certificates][google.cloud.security.privateca.v1.Certificate]. - IssuanceModes allowed_issuance_modes = 3 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. A set of X.509 values that will be applied to all certificates issued - // through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request includes conflicting - // values for the same properties, they will be overwritten by the values - // defined here. If a certificate request uses a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // Optional. If any + // [AllowedKeyType][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.AllowedKeyType] + // is specified, then the certificate request's public key must match one of + // the key types listed here. Otherwise, any key may be used. + repeated AllowedKeyType allowed_key_types = 1 + [(google.api.field_behavior) = OPTIONAL]; + + // Optional. The maximum lifetime allowed for issued + // [Certificates][google.cloud.security.privateca.v1.Certificate]. Note that + // if the issuing + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // expires before a + // [Certificate][google.cloud.security.privateca.v1.Certificate]'s requested + // maximum_lifetime, the effective lifetime will be explicitly truncated to + // match it. + google.protobuf.Duration maximum_lifetime = 2 + [(google.api.field_behavior) = OPTIONAL]; + + // Optional. If specified, then only methods allowed in the + // [IssuanceModes][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.IssuanceModes] + // may be used to issue + // [Certificates][google.cloud.security.privateca.v1.Certificate]. + IssuanceModes allowed_issuance_modes = 3 + [(google.api.field_behavior) = OPTIONAL]; + + // Optional. A set of X.509 values that will be applied to all certificates + // issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. + // If a certificate request includes conflicting values for the same + // properties, they will be overwritten by the values defined here. If a + // certificate request uses a + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] // that defines conflicting - // [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] for the same - // properties, the certificate issuance request will fail. + // [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] + // for the same properties, the certificate issuance request will fail. X509Parameters baseline_values = 4 [(google.api.field_behavior) = OPTIONAL]; // Optional. Describes constraints on identities that may appear in - // [Certificates][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. - // If this is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a - // certificate's identity. - CertificateIdentityConstraints identity_constraints = 5 [(google.api.field_behavior) = OPTIONAL]; + // [Certificates][google.cloud.security.privateca.v1.Certificate] issued + // through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If this + // is omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] + // will not add restrictions on a certificate's identity. + CertificateIdentityConstraints identity_constraints = 5 + [(google.api.field_behavior) = OPTIONAL]; // Optional. Describes the set of X.509 extensions that may appear in a - // [Certificate][google.cloud.security.privateca.v1.Certificate] issued through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a certificate request - // sets extensions that don't appear in the [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions], + // [Certificate][google.cloud.security.privateca.v1.Certificate] issued + // through this [CaPool][google.cloud.security.privateca.v1.CaPool]. If a + // certificate request sets extensions that don't appear in the + // [passthrough_extensions][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.passthrough_extensions], // those extensions will be dropped. If a certificate request uses a - // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with - // [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] that don't - // appear here, the certificate issuance request will fail. If this is - // omitted, then this [CaPool][google.cloud.security.privateca.v1.CaPool] will not add restrictions on a - // certificate's X.509 extensions. These constraints do not apply to X.509 - // extensions set in this [CaPool][google.cloud.security.privateca.v1.CaPool]'s [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]. - CertificateExtensionConstraints passthrough_extensions = 6 [(google.api.field_behavior) = OPTIONAL]; + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // with + // [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values] + // that don't appear here, the certificate issuance request will fail. If + // this is omitted, then this + // [CaPool][google.cloud.security.privateca.v1.CaPool] will not add + // restrictions on a certificate's X.509 extensions. These constraints do + // not apply to X.509 extensions set in this + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s + // [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values]. + CertificateExtensionConstraints passthrough_extensions = 6 + [(google.api.field_behavior) = OPTIONAL]; } - // Output only. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the - // format `projects/*/locations/*/caPools/*`. + // Output only. The resource name for this + // [CaPool][google.cloud.security.privateca.v1.CaPool] in the format + // `projects/*/locations/*/caPools/*`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Required. Immutable. The [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this [CaPool][google.cloud.security.privateca.v1.CaPool]. + // Required. Immutable. The + // [Tier][google.cloud.security.privateca.v1.CaPool.Tier] of this + // [CaPool][google.cloud.security.privateca.v1.CaPool]. Tier tier = 2 [ (google.api.field_behavior) = REQUIRED, (google.api.field_behavior) = IMMUTABLE ]; - // Optional. The [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] to control how [Certificates][google.cloud.security.privateca.v1.Certificate] - // will be issued from this [CaPool][google.cloud.security.privateca.v1.CaPool]. + // Optional. The + // [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] + // to control how + // [Certificates][google.cloud.security.privateca.v1.Certificate] will be + // issued from this [CaPool][google.cloud.security.privateca.v1.CaPool]. IssuancePolicy issuance_policy = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. The [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] to follow when issuing - // [Certificates][google.cloud.security.privateca.v1.Certificate] from any [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in this - // [CaPool][google.cloud.security.privateca.v1.CaPool]. - PublishingOptions publishing_options = 4 [(google.api.field_behavior) = OPTIONAL]; + // Optional. The + // [PublishingOptions][google.cloud.security.privateca.v1.CaPool.PublishingOptions] + // to follow when issuing + // [Certificates][google.cloud.security.privateca.v1.Certificate] from any + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in this [CaPool][google.cloud.security.privateca.v1.CaPool]. + PublishingOptions publishing_options = 4 + [(google.api.field_behavior) = OPTIONAL]; // Optional. Labels with user-defined metadata. map labels = 5 [(google.api.field_behavior) = OPTIONAL]; } -// A [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] corresponds to a signed X.509 certificate -// Revocation List (CRL). A CRL contains the serial numbers of certificates that -// should no longer be trusted. +// A +// [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] +// corresponds to a signed X.509 certificate Revocation List (CRL). A CRL +// contains the serial numbers of certificates that should no longer be trusted. message CertificateRevocationList { option (google.api.resource) = { type: "privateca.googleapis.com/CertificateRevocationList" pattern: "projects/{project}/locations/{location}/caPools/{ca_pool}/certificateAuthorities/{certificate_authority}/certificateRevocationLists/{certificate_revocation_list}" }; - // Describes a revoked [Certificate][google.cloud.security.privateca.v1.Certificate]. + // Describes a revoked + // [Certificate][google.cloud.security.privateca.v1.Certificate]. message RevokedCertificate { - // The resource name for the [Certificate][google.cloud.security.privateca.v1.Certificate] in the format - // `projects/*/locations/*/caPools/*/certificates/*`. + // The resource name for the + // [Certificate][google.cloud.security.privateca.v1.Certificate] in the + // format `projects/*/locations/*/caPools/*/certificates/*`. string certificate = 1 [(google.api.resource_reference) = { - type: "privateca.googleapis.com/Certificate" - }]; + type: "privateca.googleapis.com/Certificate" + }]; - // The serial number of the [Certificate][google.cloud.security.privateca.v1.Certificate]. + // The serial number of the + // [Certificate][google.cloud.security.privateca.v1.Certificate]. string hex_serial_number = 2; - // The reason the [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked. + // The reason the + // [Certificate][google.cloud.security.privateca.v1.Certificate] was + // revoked. RevocationReason revocation_reason = 3; } - // The state of a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList], indicating if it is current. + // The state of a + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList], + // indicating if it is current. enum State { // Not specified. STATE_UNSPECIFIED = 0; - // The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is up to date. + // The + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // is up to date. ACTIVE = 1; - // The [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] is no longer current. + // The + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // is no longer current. SUPERSEDED = 2; } - // Output only. The resource name for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] in - // the format - // `projects/*/locations/*/caPools/*certificateAuthorities/*/ + // Output only. The resource name for this + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // in the format `projects/*/locations/*/caPools/*certificateAuthorities/*/ // certificateRevocationLists/*`. string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -466,7 +598,8 @@ message CertificateRevocationList { int64 sequence_number = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The revoked serial numbers that appear in pem_crl. - repeated RevokedCertificate revoked_certificates = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + repeated RevokedCertificate revoked_certificates = 3 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The PEM-encoded X.509 CRL. string pem_crl = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -474,25 +607,36 @@ message CertificateRevocationList { // Output only. The location where 'pem_crl' can be accessed. string access_url = 5 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] for this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. + // Output only. The + // [State][google.cloud.security.privateca.v1.CertificateRevocationList.State] + // for this + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. State state = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was created. - google.protobuf.Timestamp create_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The time at which this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] was updated. - google.protobuf.Timestamp update_time = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; - - // Output only. The revision ID of this [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. A new revision is - // committed whenever a new CRL is published. The format is an 8-character - // hexadecimal string. + // Output only. The time at which this + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // was created. + google.protobuf.Timestamp create_time = 7 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The time at which this + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // was updated. + google.protobuf.Timestamp update_time = 8 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The revision ID of this + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. + // A new revision is committed whenever a new CRL is published. The format is + // an 8-character hexadecimal string. string revision_id = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; // Optional. Labels with user-defined metadata. map labels = 10 [(google.api.field_behavior) = OPTIONAL]; } -// A [Certificate][google.cloud.security.privateca.v1.Certificate] corresponds to a signed X.509 certificate issued by a +// A [Certificate][google.cloud.security.privateca.v1.Certificate] corresponds +// to a signed X.509 certificate issued by a // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. message Certificate { option (google.api.resource) = { @@ -500,16 +644,22 @@ message Certificate { pattern: "projects/{project}/locations/{location}/caPools/{ca_pool}/certificates/{certificate}" }; - // Describes fields that are relavent to the revocation of a [Certificate][google.cloud.security.privateca.v1.Certificate]. + // Describes fields that are relavent to the revocation of a + // [Certificate][google.cloud.security.privateca.v1.Certificate]. message RevocationDetails { - // Indicates why a [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked. + // Indicates why a + // [Certificate][google.cloud.security.privateca.v1.Certificate] was + // revoked. RevocationReason revocation_state = 1; - // The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was revoked. + // The time at which this + // [Certificate][google.cloud.security.privateca.v1.Certificate] was + // revoked. google.protobuf.Timestamp revocation_time = 2; } - // Output only. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the format + // Output only. The resource name for this + // [Certificate][google.cloud.security.privateca.v1.Certificate] in the format // `projects/*/locations/*/caPools/*/certificates/*`. string name = 1 [ (google.api.field_behavior) = OUTPUT_ONLY, @@ -523,13 +673,14 @@ message Certificate { // Immutable. A pem-encoded X.509 certificate signing request (CSR). string pem_csr = 2 [(google.api.field_behavior) = IMMUTABLE]; - // Immutable. A description of the certificate and key that does not require X.509 or - // ASN.1. + // Immutable. A description of the certificate and key that does not require + // X.509 or ASN.1. CertificateConfig config = 3 [(google.api.field_behavior) = IMMUTABLE]; } - // Output only. The resource name of the issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the format - // `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Output only. The resource name of the issuing + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string issuer_certificate_authority = 4 [ (google.api.field_behavior) = OUTPUT_ONLY, (google.api.resource_reference) = { @@ -537,8 +688,8 @@ message Certificate { } ]; - // Required. Immutable. The desired lifetime of a certificate. Used to create the - // "not_before_time" and "not_after_time" fields inside an X.509 + // Required. Immutable. The desired lifetime of a certificate. Used to create + // the "not_before_time" and "not_after_time" fields inside an X.509 // certificate. Note that the lifetime may be truncated if it would extend // past the life of any certificate authority in the issuing chain. google.protobuf.Duration lifetime = 5 [ @@ -546,12 +697,14 @@ message Certificate { (google.api.field_behavior) = IMMUTABLE ]; - // Immutable. The resource name for a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] used to issue this - // certificate, in the format + // Immutable. The resource name for a + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // used to issue this certificate, in the format // `projects/*/locations/*/certificateTemplates/*`. // If this is specified, the caller must have the necessary permission to // use this template. If this is omitted, no template will be used. - // This template must be in the same location as the [Certificate][google.cloud.security.privateca.v1.Certificate]. + // This template must be in the same location as the + // [Certificate][google.cloud.security.privateca.v1.Certificate]. string certificate_template = 6 [ (google.api.field_behavior) = IMMUTABLE, (google.api.resource_reference) = { @@ -559,44 +712,57 @@ message Certificate { } ]; - // Immutable. Specifies how the [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity fields are to be decided. - // If this is omitted, the `DEFAULT` subject mode will be used. + // Immutable. Specifies how the + // [Certificate][google.cloud.security.privateca.v1.Certificate]'s identity + // fields are to be decided. If this is omitted, the `DEFAULT` subject mode + // will be used. SubjectRequestMode subject_mode = 7 [(google.api.field_behavior) = IMMUTABLE]; - // Output only. Details regarding the revocation of this [Certificate][google.cloud.security.privateca.v1.Certificate]. This - // [Certificate][google.cloud.security.privateca.v1.Certificate] is considered revoked if and only if this field is present. - RevocationDetails revocation_details = 8 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. Details regarding the revocation of this + // [Certificate][google.cloud.security.privateca.v1.Certificate]. This + // [Certificate][google.cloud.security.privateca.v1.Certificate] is considered + // revoked if and only if this field is present. + RevocationDetails revocation_details = 8 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The pem-encoded, signed X.509 certificate. string pem_certificate = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. A structured description of the issued X.509 certificate. - CertificateDescription certificate_description = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; + CertificateDescription certificate_description = 10 + [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The chain that may be used to verify the X.509 certificate. Expected to be - // in issuer-to-root order according to RFC 5246. - repeated string pem_certificate_chain = 11 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The chain that may be used to verify the X.509 certificate. + // Expected to be in issuer-to-root order according to RFC 5246. + repeated string pem_certificate_chain = 11 + [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was created. - google.protobuf.Timestamp create_time = 12 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The time at which this + // [Certificate][google.cloud.security.privateca.v1.Certificate] was created. + google.protobuf.Timestamp create_time = 12 + [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The time at which this [Certificate][google.cloud.security.privateca.v1.Certificate] was updated. - google.protobuf.Timestamp update_time = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The time at which this + // [Certificate][google.cloud.security.privateca.v1.Certificate] was updated. + google.protobuf.Timestamp update_time = 13 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Optional. Labels with user-defined metadata. map labels = 14 [(google.api.field_behavior) = OPTIONAL]; } -// A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] refers to a managed template for certificate -// issuance. +// A +// [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] +// refers to a managed template for certificate issuance. message CertificateTemplate { option (google.api.resource) = { type: "privateca.googleapis.com/CertificateTemplate" pattern: "projects/{project}/locations/{location}/certificateTemplates/{certificate_template}" }; - // Output only. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format - // `projects/*/locations/*/certificateTemplates/*`. + // Output only. The resource name for this + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // in the format `projects/*/locations/*/certificateTemplates/*`. string name = 1 [ (google.api.field_behavior) = OUTPUT_ONLY, (google.api.resource_reference) = { @@ -604,53 +770,74 @@ message CertificateTemplate { } ]; - // Optional. A set of X.509 values that will be applied to all issued certificates that - // use this template. If the certificate request includes conflicting values - // for the same properties, they will be overwritten by the values defined - // here. If the issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] + // Optional. A set of X.509 values that will be applied to all issued + // certificates that use this template. If the certificate request includes + // conflicting values for the same properties, they will be overwritten by the + // values defined here. If the issuing + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s + // [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] // defines conflicting - // [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] for the same - // properties, the certificate issuance request will fail. + // [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] + // for the same properties, the certificate issuance request will fail. X509Parameters predefined_values = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Describes constraints on identities that may be appear in - // [Certificates][google.cloud.security.privateca.v1.Certificate] issued using this template. If this is omitted, - // then this template will not add restrictions on a certificate's identity. - CertificateIdentityConstraints identity_constraints = 3 [(google.api.field_behavior) = OPTIONAL]; + // [Certificates][google.cloud.security.privateca.v1.Certificate] issued using + // this template. If this is omitted, then this template will not add + // restrictions on a certificate's identity. + CertificateIdentityConstraints identity_constraints = 3 + [(google.api.field_behavior) = OPTIONAL]; // Optional. Describes the set of X.509 extensions that may appear in a - // [Certificate][google.cloud.security.privateca.v1.Certificate] issued using this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. If a certificate - // request sets extensions that don't appear in the - // [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], those extensions will be dropped. If the - // issuing [CaPool][google.cloud.security.privateca.v1.CaPool]'s [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] defines - // [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] that don't appear - // here, the certificate issuance request will fail. If this is omitted, then - // this template will not add restrictions on a certificate's X.509 - // extensions. These constraints do not apply to X.509 extensions set in this - // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]. - CertificateExtensionConstraints passthrough_extensions = 4 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. A human-readable description of scenarios this template is intended for. + // [Certificate][google.cloud.security.privateca.v1.Certificate] issued using + // this + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. + // If a certificate request sets extensions that don't appear in the + // [passthrough_extensions][google.cloud.security.privateca.v1.CertificateTemplate.passthrough_extensions], + // those extensions will be dropped. If the issuing + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s + // [IssuancePolicy][google.cloud.security.privateca.v1.CaPool.IssuancePolicy] + // defines + // [baseline_values][google.cloud.security.privateca.v1.CaPool.IssuancePolicy.baseline_values] + // that don't appear here, the certificate issuance request will fail. If this + // is omitted, then this template will not add restrictions on a certificate's + // X.509 extensions. These constraints do not apply to X.509 extensions set in + // this + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]'s + // [predefined_values][google.cloud.security.privateca.v1.CertificateTemplate.predefined_values]. + CertificateExtensionConstraints passthrough_extensions = 4 + [(google.api.field_behavior) = OPTIONAL]; + + // Optional. A human-readable description of scenarios this template is + // intended for. string description = 5 [(google.api.field_behavior) = OPTIONAL]; - // Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was created. - google.protobuf.Timestamp create_time = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The time at which this + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // was created. + google.protobuf.Timestamp create_time = 6 + [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. The time at which this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] was updated. - google.protobuf.Timestamp update_time = 7 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The time at which this + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // was updated. + google.protobuf.Timestamp update_time = 7 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Optional. Labels with user-defined metadata. map labels = 8 [(google.api.field_behavior) = OPTIONAL]; } -// An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is used to describe certain fields of an -// X.509 certificate, such as the key usage fields, fields specific to CA -// certificates, certificate policy extensions and custom extensions. +// An [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] is +// used to describe certain fields of an X.509 certificate, such as the key +// usage fields, fields specific to CA certificates, certificate policy +// extensions and custom extensions. message X509Parameters { // Describes values that are relevant in a CA certificate. message CaOptions { - // Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this - // value is missing, the extension will be omitted from the CA certificate. + // Optional. Refers to the "CA" X.509 extension, which is a boolean value. + // When this value is missing, the extension will be omitted from the CA + // certificate. optional bool is_ca = 1 [(google.api.field_behavior) = OPTIONAL]; // Optional. Refers to the path length restriction X.509 extension. For a CA @@ -659,43 +846,111 @@ message X509Parameters { // If this value is less than 0, the request will fail. // If this value is missing, the max path length will be omitted from the // CA certificate. - optional int32 max_issuer_path_length = 2 [(google.api.field_behavior) = OPTIONAL]; + optional int32 max_issuer_path_length = 2 + [(google.api.field_behavior) = OPTIONAL]; } - // Optional. Indicates the intended use for keys that correspond to a certificate. - KeyUsage key_usage = 1 [(google.api.field_behavior) = OPTIONAL]; + // Describes the X.509 name constraints extension, per + // https://tools.ietf.org/html/rfc5280#section-4.2.1.10 + message NameConstraints { + // Indicates whether or not the name constraints are marked critical. + bool critical = 1; + + // Contains permitted DNS names. Any DNS name that can be + // constructed by simply adding zero or more labels to + // the left-hand side of the name satisfies the name constraint. + // For example, `example.com`, `www.example.com`, `www.sub.example.com` + // would satisfy `example.com` while `example1.com` does not. + repeated string permitted_dns_names = 2; + + // Contains excluded DNS names. Any DNS name that can be + // constructed by simply adding zero or more labels to + // the left-hand side of the name satisfies the name constraint. + // For example, `example.com`, `www.example.com`, `www.sub.example.com` + // would satisfy `example.com` while `example1.com` does not. + repeated string excluded_dns_names = 3; + + // Contains the permitted IP ranges. For IPv4 addresses, the ranges + // are expressed using CIDR notation as specified in RFC 4632. + // For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 + // addresses. + repeated string permitted_ip_ranges = 4; + + // Contains the excluded IP ranges. For IPv4 addresses, the ranges + // are expressed using CIDR notation as specified in RFC 4632. + // For IPv6 addresses, the ranges are expressed in similar encoding as IPv4 + // addresses. + repeated string excluded_ip_ranges = 5; + + // Contains the permitted email addresses. The value can be a particular + // email address, a hostname to indicate all email addresses on that host or + // a domain with a leading period (e.g. `.example.com`) to indicate + // all email addresses in that domain. + repeated string permitted_email_addresses = 6; + + // Contains the excluded email addresses. The value can be a particular + // email address, a hostname to indicate all email addresses on that host or + // a domain with a leading period (e.g. `.example.com`) to indicate + // all email addresses in that domain. + repeated string excluded_email_addresses = 7; + + // Contains the permitted URIs that apply to the host part of the name. + // The value can be a hostname or a domain with a + // leading period (like `.example.com`) + repeated string permitted_uris = 8; + + // Contains the excluded URIs that apply to the host part of the name. + // The value can be a hostname or a domain with a + // leading period (like `.example.com`) + repeated string excluded_uris = 9; + } - // Optional. Describes options in this [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that are relevant in a CA + // Optional. Indicates the intended use for keys that correspond to a // certificate. + KeyUsage key_usage = 1 [(google.api.field_behavior) = OPTIONAL]; + + // Optional. Describes options in this + // [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that + // are relevant in a CA certificate. CaOptions ca_options = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Describes the X.509 certificate policy object identifiers, per // https://tools.ietf.org/html/rfc5280#section-4.2.1.4. repeated ObjectId policy_ids = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses - // that appear in the "Authority Information Access" extension in the - // certificate. + // Optional. Describes Online Certificate Status Protocol (OCSP) endpoint + // addresses that appear in the "Authority Information Access" extension in + // the certificate. repeated string aia_ocsp_servers = 4 [(google.api.field_behavior) = OPTIONAL]; + // Optional. Describes the X.509 name constraints extension. + NameConstraints name_constraints = 6 [(google.api.field_behavior) = OPTIONAL]; + // Optional. Describes custom X.509 extensions. - repeated X509Extension additional_extensions = 5 [(google.api.field_behavior) = OPTIONAL]; + repeated X509Extension additional_extensions = 5 + [(google.api.field_behavior) = OPTIONAL]; } // Describes a subordinate CA's issuers. This is either a resource name to a -// known issuing [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], or a PEM issuer certificate chain. +// known issuing +// [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], +// or a PEM issuer certificate chain. message SubordinateConfig { // This message describes a subordinate CA's issuer certificate chain. This // wrapper exists for compatibility reasons. message SubordinateConfigChain { // Required. Expected to be in leaf-to-root order according to RFC 5246. - repeated string pem_certificates = 1 [(google.api.field_behavior) = REQUIRED]; + repeated string pem_certificates = 1 + [(google.api.field_behavior) = REQUIRED]; } oneof subordinate_config { - // Required. This can refer to a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that was used to create a - // subordinate [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. This field is used for information - // and usability purposes only. The resource name is in the format + // Required. This can refer to a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // that was used to create a subordinate + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + // This field is used for information and usability purposes only. The + // resource name is in the format // `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string certificate_authority = 1 [ (google.api.field_behavior) = REQUIRED, @@ -705,12 +960,15 @@ message SubordinateConfig { ]; // Required. Contains the PEM certificate chain for the issuers of this - // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], but not pem certificate for this CA itself. - SubordinateConfigChain pem_issuer_chain = 2 [(google.api.field_behavior) = REQUIRED]; + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority], + // but not pem certificate for this CA itself. + SubordinateConfigChain pem_issuer_chain = 2 + [(google.api.field_behavior) = REQUIRED]; } } -// A [PublicKey][google.cloud.security.privateca.v1.PublicKey] describes a public key. +// A [PublicKey][google.cloud.security.privateca.v1.PublicKey] describes a +// public key. message PublicKey { // Types of public keys formats that are supported. Currently, only `PEM` // format is supported. @@ -742,36 +1000,45 @@ message PublicKey { KeyFormat format = 2 [(google.api.field_behavior) = REQUIRED]; } -// A [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig] describes an X.509 certificate or CSR that is to be -// created, as an alternative to using ASN.1. +// A [CertificateConfig][google.cloud.security.privateca.v1.CertificateConfig] +// describes an X.509 certificate or CSR that is to be created, as an +// alternative to using ASN.1. message CertificateConfig { // These values are used to create the distinguished name and subject // alternative name fields in an X.509 certificate. message SubjectConfig { - // Required. Contains distinguished name fields such as the common name, location and - // organization. + // Required. Contains distinguished name fields such as the common name, + // location and organization. Subject subject = 1 [(google.api.field_behavior) = REQUIRED]; // Optional. The subject alternative name fields. - SubjectAltNames subject_alt_name = 2 [(google.api.field_behavior) = OPTIONAL]; + SubjectAltNames subject_alt_name = 2 + [(google.api.field_behavior) = OPTIONAL]; } - // Required. Specifies some of the values in a certificate that are related to the - // subject. + // Required. Specifies some of the values in a certificate that are related to + // the subject. SubjectConfig subject_config = 1 [(google.api.field_behavior) = REQUIRED]; - // Required. Describes how some of the technical X.509 fields in a certificate should be - // populated. + // Required. Describes how some of the technical X.509 fields in a certificate + // should be populated. X509Parameters x509_config = 2 [(google.api.field_behavior) = REQUIRED]; - // Optional. The public key that corresponds to this config. This is, for example, used - // when issuing [Certificates][google.cloud.security.privateca.v1.Certificate], but not when creating a - // self-signed [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] or [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] CSR. + // Optional. The public key that corresponds to this config. This is, for + // example, used when issuing + // [Certificates][google.cloud.security.privateca.v1.Certificate], but not + // when creating a self-signed + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // or + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // CSR. PublicKey public_key = 3 [(google.api.field_behavior) = OPTIONAL]; } -// A [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription] describes an X.509 certificate or CSR that has -// been issued, as an alternative to using ASN.1 / X.509. +// A +// [CertificateDescription][google.cloud.security.privateca.v1.CertificateDescription] +// describes an X.509 certificate or CSR that has been issued, as an alternative +// to using ASN.1 / X.509. message CertificateDescription { // These values describe fields in an issued X.509 certificate such as the // distinguished name, subject alternative names, serial number, and lifetime. @@ -802,8 +1069,8 @@ message CertificateDescription { // A KeyId identifies a specific public key, usually by hashing the public // key. message KeyId { - // Optional. The value of this KeyId encoded in lowercase hexadecimal. This is most - // likely the 160 bit SHA-1 hash of the public key. + // Optional. The value of this KeyId encoded in lowercase hexadecimal. This + // is most likely the 160 bit SHA-1 hash of the public key. string key_id = 1 [(google.api.field_behavior) = OPTIONAL]; } @@ -844,34 +1111,37 @@ message CertificateDescription { CertificateFingerprint cert_fingerprint = 8; } -// An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an object identifier (OID). These provide context -// and describe types in ASN.1 messages. +// An [ObjectId][google.cloud.security.privateca.v1.ObjectId] specifies an +// object identifier (OID). These provide context and describe types in ASN.1 +// messages. message ObjectId { - // Required. The parts of an OID path. The most significant parts of the path come - // first. + // Required. The parts of an OID path. The most significant parts of the path + // come first. repeated int32 object_id_path = 1 [(google.api.field_behavior) = REQUIRED]; } -// An [X509Extension][google.cloud.security.privateca.v1.X509Extension] specifies an X.509 extension, which may be used in -// different parts of X.509 objects like certificates, CSRs, and CRLs. +// An [X509Extension][google.cloud.security.privateca.v1.X509Extension] +// specifies an X.509 extension, which may be used in different parts of X.509 +// objects like certificates, CSRs, and CRLs. message X509Extension { // Required. The OID for this X.509 extension. ObjectId object_id = 1 [(google.api.field_behavior) = REQUIRED]; - // Optional. Indicates whether or not this extension is critical (i.e., if the client - // does not know how to handle this extension, the client should consider this - // to be an error). + // Optional. Indicates whether or not this extension is critical (i.e., if the + // client does not know how to handle this extension, the client should + // consider this to be an error). bool critical = 2 [(google.api.field_behavior) = OPTIONAL]; // Required. The value of this X.509 extension. bytes value = 3 [(google.api.field_behavior) = REQUIRED]; } -// A [KeyUsage][google.cloud.security.privateca.v1.KeyUsage] describes key usage values that may appear in an X.509 -// certificate. +// A [KeyUsage][google.cloud.security.privateca.v1.KeyUsage] describes key usage +// values that may appear in an X.509 certificate. message KeyUsage { - // [KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions] corresponds to the key usage values - // described in https://tools.ietf.org/html/rfc5280#section-4.2.1.3. + // [KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.KeyUsageOptions] + // corresponds to the key usage values described in + // https://tools.ietf.org/html/rfc5280#section-4.2.1.3. message KeyUsageOptions { // The key may be used for digital signatures. bool digital_signature = 1; @@ -902,8 +1172,9 @@ message KeyUsage { bool decipher_only = 9; } - // [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] has fields that correspond to - // certain common OIDs that could be specified as an extended key usage value. + // [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] + // has fields that correspond to certain common OIDs that could be specified + // as an extended key usage value. message ExtendedKeyUsageOptions { // Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW // server authentication", though regularly used for non-WWW TLS. @@ -937,12 +1208,13 @@ message KeyUsage { ExtendedKeyUsageOptions extended_key_usage = 2; // Used to describe extended key usages that are not listed in the - // [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message. + // [KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] + // message. repeated ObjectId unknown_extended_key_usages = 3; } -// [Subject][google.cloud.security.privateca.v1.Subject] describes parts of a distinguished name that, in turn, -// describes the subject of the certificate. +// [Subject][google.cloud.security.privateca.v1.Subject] describes parts of a +// distinguished name that, in turn, describes the subject of the certificate. message Subject { // The "common name" of the subject. string common_name = 1; @@ -969,9 +1241,10 @@ message Subject { string postal_code = 8; } -// [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] corresponds to a more modern way of listing what -// the asserted identity is in a certificate (i.e., compared to the "common -// name" in the distinguished name). +// [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] +// corresponds to a more modern way of listing what the asserted identity is in +// a certificate (i.e., compared to the "common name" in the distinguished +// name). message SubjectAltNames { // Contains only valid, fully-qualified host names. repeated string dns_names = 1; @@ -991,133 +1264,180 @@ message SubjectAltNames { repeated X509Extension custom_sans = 5; } -// Describes constraints on a [Certificate][google.cloud.security.privateca.v1.Certificate]'s [Subject][google.cloud.security.privateca.v1.Subject] and +// Describes constraints on a +// [Certificate][google.cloud.security.privateca.v1.Certificate]'s +// [Subject][google.cloud.security.privateca.v1.Subject] and // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames]. message CertificateIdentityConstraints { - // Optional. A CEL expression that may be used to validate the resolved X.509 Subject - // and/or Subject Alternative Name before a certificate is signed. - // To see the full allowed syntax and some examples, see + // Optional. A CEL expression that may be used to validate the resolved X.509 + // Subject and/or Subject Alternative Name before a certificate is signed. To + // see the full allowed syntax and some examples, see // https://cloud.google.com/certificate-authority-service/docs/using-cel google.type.Expr cel_expression = 1 [(google.api.field_behavior) = OPTIONAL]; - // Required. If this is true, the [Subject][google.cloud.security.privateca.v1.Subject] field may be copied from a certificate - // request into the signed certificate. Otherwise, the requested [Subject][google.cloud.security.privateca.v1.Subject] - // will be discarded. - optional bool allow_subject_passthrough = 2 [(google.api.field_behavior) = REQUIRED]; - - // Required. If this is true, the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension may be copied from a - // certificate request into the signed certificate. Otherwise, the requested - // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be discarded. - optional bool allow_subject_alt_names_passthrough = 3 [(google.api.field_behavior) = REQUIRED]; + // Required. If this is true, the + // [Subject][google.cloud.security.privateca.v1.Subject] field may be copied + // from a certificate request into the signed certificate. Otherwise, the + // requested [Subject][google.cloud.security.privateca.v1.Subject] will be + // discarded. + optional bool allow_subject_passthrough = 2 + [(google.api.field_behavior) = REQUIRED]; + + // Required. If this is true, the + // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] + // extension may be copied from a certificate request into the signed + // certificate. Otherwise, the requested + // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will + // be discarded. + optional bool allow_subject_alt_names_passthrough = 3 + [(google.api.field_behavior) = REQUIRED]; } // Describes a set of X.509 extensions that may be part of some certificate // issuance controls. message CertificateExtensionConstraints { - // Describes well-known X.509 extensions that can appear in a [Certificate][google.cloud.security.privateca.v1.Certificate], - // not including the [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] extension. + // Describes well-known X.509 extensions that can appear in a + // [Certificate][google.cloud.security.privateca.v1.Certificate], not + // including the + // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] + // extension. enum KnownCertificateExtension { // Not specified. KNOWN_CERTIFICATE_EXTENSION_UNSPECIFIED = 0; // Refers to a certificate's Key Usage extension, as described in [RFC 5280 // section 4.2.1.3](https://tools.ietf.org/html/rfc5280#section-4.2.1.3). - // This corresponds to the [KeyUsage.base_key_usage][google.cloud.security.privateca.v1.KeyUsage.base_key_usage] field. + // This corresponds to the + // [KeyUsage.base_key_usage][google.cloud.security.privateca.v1.KeyUsage.base_key_usage] + // field. BASE_KEY_USAGE = 1; // Refers to a certificate's Extended Key Usage extension, as described in // [RFC 5280 // section 4.2.1.12](https://tools.ietf.org/html/rfc5280#section-4.2.1.12). - // This corresponds to the [KeyUsage.extended_key_usage][google.cloud.security.privateca.v1.KeyUsage.extended_key_usage] message. + // This corresponds to the + // [KeyUsage.extended_key_usage][google.cloud.security.privateca.v1.KeyUsage.extended_key_usage] + // message. EXTENDED_KEY_USAGE = 2; // Refers to a certificate's Basic Constraints extension, as described in // [RFC 5280 // section 4.2.1.9](https://tools.ietf.org/html/rfc5280#section-4.2.1.9). - // This corresponds to the [X509Parameters.ca_options][google.cloud.security.privateca.v1.X509Parameters.ca_options] field. + // This corresponds to the + // [X509Parameters.ca_options][google.cloud.security.privateca.v1.X509Parameters.ca_options] + // field. CA_OPTIONS = 3; // Refers to a certificate's Policy object identifiers, as described in // [RFC 5280 // section 4.2.1.4](https://tools.ietf.org/html/rfc5280#section-4.2.1.4). - // This corresponds to the [X509Parameters.policy_ids][google.cloud.security.privateca.v1.X509Parameters.policy_ids] field. + // This corresponds to the + // [X509Parameters.policy_ids][google.cloud.security.privateca.v1.X509Parameters.policy_ids] + // field. POLICY_IDS = 4; // Refers to OCSP servers in a certificate's Authority Information Access // extension, as described in // [RFC 5280 // section 4.2.2.1](https://tools.ietf.org/html/rfc5280#section-4.2.2.1), - // This corresponds to the [X509Parameters.aia_ocsp_servers][google.cloud.security.privateca.v1.X509Parameters.aia_ocsp_servers] field. + // This corresponds to the + // [X509Parameters.aia_ocsp_servers][google.cloud.security.privateca.v1.X509Parameters.aia_ocsp_servers] + // field. AIA_OCSP_SERVERS = 5; + + // Refers to Name Constraints extension as described in + // [RFC 5280 + // section 4.2.1.10](https://tools.ietf.org/html/rfc5280#section-4.2.1.10) + NAME_CONSTRAINTS = 6; } // Optional. A set of named X.509 extensions. Will be combined with - // [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] to determine the full set of X.509 extensions. - repeated KnownCertificateExtension known_extensions = 1 [(google.api.field_behavior) = OPTIONAL]; - - // Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] identifying custom X.509 extensions. - // Will be combined with [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] to determine the full set of - // X.509 extensions. - repeated ObjectId additional_extensions = 2 [(google.api.field_behavior) = OPTIONAL]; + // [additional_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.additional_extensions] + // to determine the full set of X.509 extensions. + repeated KnownCertificateExtension known_extensions = 1 + [(google.api.field_behavior) = OPTIONAL]; + + // Optional. A set of [ObjectIds][google.cloud.security.privateca.v1.ObjectId] + // identifying custom X.509 extensions. Will be combined with + // [known_extensions][google.cloud.security.privateca.v1.CertificateExtensionConstraints.known_extensions] + // to determine the full set of X.509 extensions. + repeated ObjectId additional_extensions = 2 + [(google.api.field_behavior) = OPTIONAL]; } -// A [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] indicates whether a [Certificate][google.cloud.security.privateca.v1.Certificate] has been revoked, -// and the reason for revocation. These correspond to standard revocation -// reasons from RFC 5280. Note that the enum labels and values in this -// definition are not the same ASN.1 values defined in RFC 5280. These values -// will be translated to the correct ASN.1 values when a CRL is created. +// A [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] +// indicates whether a +// [Certificate][google.cloud.security.privateca.v1.Certificate] has been +// revoked, and the reason for revocation. These correspond to standard +// revocation reasons from RFC 5280. Note that the enum labels and values in +// this definition are not the same ASN.1 values defined in RFC 5280. These +// values will be translated to the correct ASN.1 values when a CRL is created. enum RevocationReason { - // Default unspecified value. This value does indicate that a [Certificate][google.cloud.security.privateca.v1.Certificate] - // has been revoked, but that a reason has not been recorded. + // Default unspecified value. This value does indicate that a + // [Certificate][google.cloud.security.privateca.v1.Certificate] has been + // revoked, but that a reason has not been recorded. REVOCATION_REASON_UNSPECIFIED = 0; - // Key material for this [Certificate][google.cloud.security.privateca.v1.Certificate] may have leaked. + // Key material for this + // [Certificate][google.cloud.security.privateca.v1.Certificate] may have + // leaked. KEY_COMPROMISE = 1; // The key material for a certificate authority in the issuing path may have // leaked. CERTIFICATE_AUTHORITY_COMPROMISE = 2; - // The subject or other attributes in this [Certificate][google.cloud.security.privateca.v1.Certificate] have changed. + // The subject or other attributes in this + // [Certificate][google.cloud.security.privateca.v1.Certificate] have changed. AFFILIATION_CHANGED = 3; - // This [Certificate][google.cloud.security.privateca.v1.Certificate] has been superseded. + // This [Certificate][google.cloud.security.privateca.v1.Certificate] has been + // superseded. SUPERSEDED = 4; - // This [Certificate][google.cloud.security.privateca.v1.Certificate] or entities in the issuing path have ceased to - // operate. + // This [Certificate][google.cloud.security.privateca.v1.Certificate] or + // entities in the issuing path have ceased to operate. CESSATION_OF_OPERATION = 5; - // This [Certificate][google.cloud.security.privateca.v1.Certificate] should not be considered valid, it is expected that it - // may become valid in the future. + // This [Certificate][google.cloud.security.privateca.v1.Certificate] should + // not be considered valid, it is expected that it may become valid in the + // future. CERTIFICATE_HOLD = 6; - // This [Certificate][google.cloud.security.privateca.v1.Certificate] no longer has permission to assert the listed - // attributes. + // This [Certificate][google.cloud.security.privateca.v1.Certificate] no + // longer has permission to assert the listed attributes. PRIVILEGE_WITHDRAWN = 7; - // The authority which determines appropriate attributes for a [Certificate][google.cloud.security.privateca.v1.Certificate] - // may have been compromised. + // The authority which determines appropriate attributes for a + // [Certificate][google.cloud.security.privateca.v1.Certificate] may have been + // compromised. ATTRIBUTE_AUTHORITY_COMPROMISE = 8; } -// Describes the way in which a [Certificate][google.cloud.security.privateca.v1.Certificate]'s [Subject][google.cloud.security.privateca.v1.Subject] and/or -// [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be resolved. +// Describes the way in which a +// [Certificate][google.cloud.security.privateca.v1.Certificate]'s +// [Subject][google.cloud.security.privateca.v1.Subject] and/or +// [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] will be +// resolved. enum SubjectRequestMode { // Not specified. SUBJECT_REQUEST_MODE_UNSPECIFIED = 0; // The default mode used in most cases. Indicates that the certificate's - // [Subject][google.cloud.security.privateca.v1.Subject] and/or [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are specified in the certificate - // request. This mode requires the caller to have the - // `privateca.certificates.create` permission. + // [Subject][google.cloud.security.privateca.v1.Subject] and/or + // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] are + // specified in the certificate request. This mode requires the caller to have + // the `privateca.certificates.create` permission. DEFAULT = 1; // A mode reserved for special cases. Indicates that the certificate should - // have one or more SPIFFE [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set by the service based - // on the caller's identity. This mode will ignore any explicitly specified - // [Subject][google.cloud.security.privateca.v1.Subject] and/or [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in the certificate request. - // This mode requires the caller to have the + // have one or more SPIFFE + // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] set + // by the service based on the caller's identity. This mode will ignore any + // explicitly specified [Subject][google.cloud.security.privateca.v1.Subject] + // and/or + // [SubjectAltNames][google.cloud.security.privateca.v1.SubjectAltNames] in + // the certificate request. This mode requires the caller to have the // `privateca.certificates.createForSelf` permission. REFLECTED_SPIFFE = 2; } diff --git a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/service.proto b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/service.proto index ab3d46f719c8..7ff8b8d248c3 100644 --- a/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/service.proto +++ b/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/proto/google/cloud/security/privateca/v1/service.proto @@ -34,13 +34,16 @@ option java_package = "com.google.cloud.security.privateca.v1"; option php_namespace = "Google\\Cloud\\Security\\PrivateCA\\V1"; option ruby_package = "Google::Cloud::Security::PrivateCA::V1"; -// [Certificate Authority Service][google.cloud.security.privateca.v1.CertificateAuthorityService] manages private -// certificate authorities and issued certificates. +// [Certificate Authority +// Service][google.cloud.security.privateca.v1.CertificateAuthorityService] +// manages private certificate authorities and issued certificates. service CertificateAuthorityService { option (google.api.default_host) = "privateca.googleapis.com"; - option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform"; + option (google.api.oauth_scopes) = + "https://www.googleapis.com/auth/cloud-platform"; - // Create a new [Certificate][google.cloud.security.privateca.v1.Certificate] in a given Project, Location from a particular + // Create a new [Certificate][google.cloud.security.privateca.v1.Certificate] + // in a given Project, Location from a particular // [CaPool][google.cloud.security.privateca.v1.CaPool]. rpc CreateCertificate(CreateCertificateRequest) returns (Certificate) { option (google.api.http) = { @@ -59,7 +62,8 @@ service CertificateAuthorityService { } // Lists [Certificates][google.cloud.security.privateca.v1.Certificate]. - rpc ListCertificates(ListCertificatesRequest) returns (ListCertificatesResponse) { + rpc ListCertificates(ListCertificatesRequest) + returns (ListCertificatesResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/caPools/*}/certificates" }; @@ -75,7 +79,8 @@ service CertificateAuthorityService { option (google.api.method_signature) = "name"; } - // Update a [Certificate][google.cloud.security.privateca.v1.Certificate]. Currently, the only field you can update is the + // Update a [Certificate][google.cloud.security.privateca.v1.Certificate]. + // Currently, the only field you can update is the // [labels][google.cloud.security.privateca.v1.Certificate.labels] field. rpc UpdateCertificate(UpdateCertificateRequest) returns (Certificate) { option (google.api.http) = { @@ -85,13 +90,18 @@ service CertificateAuthorityService { option (google.api.method_signature) = "certificate,update_mask"; } - // Activate a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that is in state + // Activate a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // that is in state // [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION] - // and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. After - // the parent Certificate Authority signs a certificate signing request from - // [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr], this method can complete the activation - // process. - rpc ActivateCertificateAuthority(ActivateCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // and is of type + // [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. + // After the parent Certificate Authority signs a certificate signing request + // from + // [FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr], + // this method can complete the activation process. + rpc ActivateCertificateAuthority(ActivateCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}:activate" body: "*" @@ -103,21 +113,27 @@ service CertificateAuthorityService { }; } - // Create a new [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in a given Project and Location. - rpc CreateCertificateAuthority(CreateCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // Create a new + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in a given Project and Location. + rpc CreateCertificateAuthority(CreateCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*/caPools/*}/certificateAuthorities" body: "certificate_authority" }; - option (google.api.method_signature) = "parent,certificate_authority,certificate_authority_id"; + option (google.api.method_signature) = + "parent,certificate_authority,certificate_authority_id"; option (google.longrunning.operation_info) = { response_type: "CertificateAuthority" metadata_type: "OperationMetadata" }; } - // Disable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. - rpc DisableCertificateAuthority(DisableCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // Disable a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + rpc DisableCertificateAuthority(DisableCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}:disable" body: "*" @@ -129,8 +145,10 @@ service CertificateAuthorityService { }; } - // Enable a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. - rpc EnableCertificateAuthority(EnableCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // Enable a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + rpc EnableCertificateAuthority(EnableCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}:enable" body: "*" @@ -142,38 +160,50 @@ service CertificateAuthorityService { }; } - // Fetch a certificate signing request (CSR) from a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // Fetch a certificate signing request (CSR) from a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] // that is in state // [AWAITING_USER_ACTIVATION][google.cloud.security.privateca.v1.CertificateAuthority.State.AWAITING_USER_ACTIVATION] - // and is of type [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. The - // CSR must then be signed by the desired parent Certificate Authority, which - // could be another [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] resource, or could be an on-prem - // certificate authority. See also [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority]. - rpc FetchCertificateAuthorityCsr(FetchCertificateAuthorityCsrRequest) returns (FetchCertificateAuthorityCsrResponse) { + // and is of type + // [SUBORDINATE][google.cloud.security.privateca.v1.CertificateAuthority.Type.SUBORDINATE]. + // The CSR must then be signed by the desired parent Certificate Authority, + // which could be another + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // resource, or could be an on-prem certificate authority. See also + // [ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority]. + rpc FetchCertificateAuthorityCsr(FetchCertificateAuthorityCsrRequest) + returns (FetchCertificateAuthorityCsrResponse) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}:fetch" }; option (google.api.method_signature) = "name"; } - // Returns a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. - rpc GetCertificateAuthority(GetCertificateAuthorityRequest) returns (CertificateAuthority) { + // Returns a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + rpc GetCertificateAuthority(GetCertificateAuthorityRequest) + returns (CertificateAuthority) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}" }; option (google.api.method_signature) = "name"; } - // Lists [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]. - rpc ListCertificateAuthorities(ListCertificateAuthoritiesRequest) returns (ListCertificateAuthoritiesResponse) { + // Lists + // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]. + rpc ListCertificateAuthorities(ListCertificateAuthoritiesRequest) + returns (ListCertificateAuthoritiesResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/caPools/*}/certificateAuthorities" }; option (google.api.method_signature) = "parent"; } - // Undelete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that has been deleted. - rpc UndeleteCertificateAuthority(UndeleteCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // Undelete a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // that has been deleted. + rpc UndeleteCertificateAuthority(UndeleteCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}:undelete" body: "*" @@ -185,8 +215,10 @@ service CertificateAuthorityService { }; } - // Delete a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. - rpc DeleteCertificateAuthority(DeleteCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // Delete a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + rpc DeleteCertificateAuthority(DeleteCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*}" }; @@ -197,8 +229,10 @@ service CertificateAuthorityService { }; } - // Update a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. - rpc UpdateCertificateAuthority(UpdateCertificateAuthorityRequest) returns (google.longrunning.Operation) { + // Update a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority]. + rpc UpdateCertificateAuthority(UpdateCertificateAuthorityRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{certificate_authority.name=projects/*/locations/*/caPools/*/certificateAuthorities/*}" body: "certificate_authority" @@ -264,8 +298,10 @@ service CertificateAuthorityService { }; } - // FetchCaCerts returns the current trust anchor for the [CaPool][google.cloud.security.privateca.v1.CaPool]. This will - // include CA certificate chains for all ACTIVE [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // FetchCaCerts returns the current trust anchor for the + // [CaPool][google.cloud.security.privateca.v1.CaPool]. This will include CA + // certificate chains for all ACTIVE + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] // resources in the [CaPool][google.cloud.security.privateca.v1.CaPool]. rpc FetchCaCerts(FetchCaCertsRequest) returns (FetchCaCertsResponse) { option (google.api.http) = { @@ -275,50 +311,63 @@ service CertificateAuthorityService { option (google.api.method_signature) = "ca_pool"; } - // Returns a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. - rpc GetCertificateRevocationList(GetCertificateRevocationListRequest) returns (CertificateRevocationList) { + // Returns a + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. + rpc GetCertificateRevocationList(GetCertificateRevocationListRequest) + returns (CertificateRevocationList) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/caPools/*/certificateAuthorities/*/certificateRevocationLists/*}" }; option (google.api.method_signature) = "name"; } - // Lists [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]. - rpc ListCertificateRevocationLists(ListCertificateRevocationListsRequest) returns (ListCertificateRevocationListsResponse) { + // Lists + // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]. + rpc ListCertificateRevocationLists(ListCertificateRevocationListsRequest) + returns (ListCertificateRevocationListsResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*/caPools/*/certificateAuthorities/*}/certificateRevocationLists" }; option (google.api.method_signature) = "parent"; } - // Update a [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. - rpc UpdateCertificateRevocationList(UpdateCertificateRevocationListRequest) returns (google.longrunning.Operation) { + // Update a + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList]. + rpc UpdateCertificateRevocationList(UpdateCertificateRevocationListRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{certificate_revocation_list.name=projects/*/locations/*/caPools/*/certificateAuthorities/*/certificateRevocationLists/*}" body: "certificate_revocation_list" }; - option (google.api.method_signature) = "certificate_revocation_list,update_mask"; + option (google.api.method_signature) = + "certificate_revocation_list,update_mask"; option (google.longrunning.operation_info) = { response_type: "CertificateRevocationList" metadata_type: "OperationMetadata" }; } - // Create a new [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in a given Project and Location. - rpc CreateCertificateTemplate(CreateCertificateTemplateRequest) returns (google.longrunning.Operation) { + // Create a new + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // in a given Project and Location. + rpc CreateCertificateTemplate(CreateCertificateTemplateRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { post: "/v1/{parent=projects/*/locations/*}/certificateTemplates" body: "certificate_template" }; - option (google.api.method_signature) = "parent,certificate_template,certificate_template_id"; + option (google.api.method_signature) = + "parent,certificate_template,certificate_template_id"; option (google.longrunning.operation_info) = { response_type: "CertificateTemplate" metadata_type: "OperationMetadata" }; } - // DeleteCertificateTemplate deletes a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. - rpc DeleteCertificateTemplate(DeleteCertificateTemplateRequest) returns (google.longrunning.Operation) { + // DeleteCertificateTemplate deletes a + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. + rpc DeleteCertificateTemplate(DeleteCertificateTemplateRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { delete: "/v1/{name=projects/*/locations/*/certificateTemplates/*}" }; @@ -329,24 +378,30 @@ service CertificateAuthorityService { }; } - // Returns a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. - rpc GetCertificateTemplate(GetCertificateTemplateRequest) returns (CertificateTemplate) { + // Returns a + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. + rpc GetCertificateTemplate(GetCertificateTemplateRequest) + returns (CertificateTemplate) { option (google.api.http) = { get: "/v1/{name=projects/*/locations/*/certificateTemplates/*}" }; option (google.api.method_signature) = "name"; } - // Lists [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]. - rpc ListCertificateTemplates(ListCertificateTemplatesRequest) returns (ListCertificateTemplatesResponse) { + // Lists + // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]. + rpc ListCertificateTemplates(ListCertificateTemplatesRequest) + returns (ListCertificateTemplatesResponse) { option (google.api.http) = { get: "/v1/{parent=projects/*/locations/*}/certificateTemplates" }; option (google.api.method_signature) = "parent"; } - // Update a [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. - rpc UpdateCertificateTemplate(UpdateCertificateTemplateRequest) returns (google.longrunning.Operation) { + // Update a + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]. + rpc UpdateCertificateTemplate(UpdateCertificateTemplateRequest) + returns (google.longrunning.Operation) { option (google.api.http) = { patch: "/v1/{certificate_template.name=projects/*/locations/*/certificateTemplates/*}" body: "certificate_template" @@ -359,10 +414,13 @@ service CertificateAuthorityService { } } -// Request message for [CertificateAuthorityService.CreateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate]. +// Request message for +// [CertificateAuthorityService.CreateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificate]. message CreateCertificateRequest { - // Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the [Certificate][google.cloud.security.privateca.v1.Certificate], - // in the format `projects/*/locations/*/caPools/*`. + // Required. The resource name of the + // [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the + // [Certificate][google.cloud.security.privateca.v1.Certificate], in the + // format `projects/*/locations/*/caPools/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -372,17 +430,19 @@ message CreateCertificateRequest { // Optional. It must be unique within a location and match the regular // expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a - // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the Enterprise [CertificateAuthority.Tier][], - // but is optional and its value is ignored otherwise. + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the Enterprise [CertificateAuthority.Tier][], but is optional and its + // value is ignored otherwise. string certificate_id = 2 [(google.api.field_behavior) = OPTIONAL]; - // Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] with initial field values. + // Required. A [Certificate][google.cloud.security.privateca.v1.Certificate] + // with initial field values. Certificate certificate = 3 [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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, @@ -394,29 +454,45 @@ message CreateCertificateRequest { // not supported (00000000-0000-0000-0000-000000000000). string request_id = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. If this is true, no [Certificate][google.cloud.security.privateca.v1.Certificate] resource will be persisted regardless - // of the [CaPool][google.cloud.security.privateca.v1.CaPool]'s [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned [Certificate][google.cloud.security.privateca.v1.Certificate] - // will not contain the [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] field. + // Optional. If this is true, no + // [Certificate][google.cloud.security.privateca.v1.Certificate] resource will + // be persisted regardless of the + // [CaPool][google.cloud.security.privateca.v1.CaPool]'s + // [tier][google.cloud.security.privateca.v1.CaPool.tier], and the returned + // [Certificate][google.cloud.security.privateca.v1.Certificate] will not + // contain the + // [pem_certificate][google.cloud.security.privateca.v1.Certificate.pem_certificate] + // field. bool validate_only = 5 [(google.api.field_behavior) = OPTIONAL]; - // Optional. The resource ID of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] that should issue the - // certificate. This optional field will ignore the load-balancing scheme of - // the Pool and directly issue the certificate from the CA with the specified - // ID, contained in the same [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. Per-CA quota - // rules apply. If left empty, a [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] will be chosen from - // the [CaPool][google.cloud.security.privateca.v1.CaPool] by the service. For example, to issue a [Certificate][google.cloud.security.privateca.v1.Certificate] from - // a Certificate Authority with resource name + // Optional. The resource ID of the + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // that should issue the certificate. This optional field will ignore the + // load-balancing scheme of the Pool and directly issue the certificate from + // the CA with the specified ID, contained in the same + // [CaPool][google.cloud.security.privateca.v1.CaPool] referenced by `parent`. + // Per-CA quota rules apply. If left empty, a + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // will be chosen from the [CaPool][google.cloud.security.privateca.v1.CaPool] + // by the service. For example, to issue a + // [Certificate][google.cloud.security.privateca.v1.Certificate] from a + // Certificate Authority with resource name // "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca", - // you can set the [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] to - // "projects/my-project/locations/us-central1/caPools/my-pool" and the - // [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] to "my-ca". - string issuing_certificate_authority_id = 6 [(google.api.field_behavior) = OPTIONAL]; + // you can set the + // [parent][google.cloud.security.privateca.v1.CreateCertificateRequest.parent] + // to "projects/my-project/locations/us-central1/caPools/my-pool" and the + // [issuing_certificate_authority_id][google.cloud.security.privateca.v1.CreateCertificateRequest.issuing_certificate_authority_id] + // to "my-ca". + string issuing_certificate_authority_id = 6 + [(google.api.field_behavior) = OPTIONAL]; } // Request message for // [CertificateAuthorityService.GetCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificate]. message GetCertificateRequest { - // Required. The [name][google.cloud.security.privateca.v1.Certificate.name] of the [Certificate][google.cloud.security.privateca.v1.Certificate] to get. + // Required. The [name][google.cloud.security.privateca.v1.Certificate.name] + // of the [Certificate][google.cloud.security.privateca.v1.Certificate] to + // get. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -425,11 +501,12 @@ message GetCertificateRequest { ]; } -// Request message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates]. +// Request message for +// [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates]. message ListCertificatesRequest { // Required. The resource name of the location associated with the - // [Certificates][google.cloud.security.privateca.v1.Certificate], in the format - // `projects/*/locations/*/caPools/*`. + // [Certificates][google.cloud.security.privateca.v1.Certificate], in the + // format `projects/*/locations/*/caPools/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -438,29 +515,32 @@ message ListCertificatesRequest { ]; // Optional. Limit on the number of - // [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the - // response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained - // by including the - // [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent - // request. If unspecified, the server will pick an appropriate default. + // [Certificates][google.cloud.security.privateca.v1.Certificate] to include + // in the response. Further + // [Certificates][google.cloud.security.privateca.v1.Certificate] can + // subsequently be obtained by including the + // [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] + // in a subsequent request. If unspecified, the server will pick an + // appropriate default. int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Pagination token, returned earlier via // [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token]. string page_token = 3 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Only include resources that match the filter in the response. For details - // on supported filters and syntax, see [Certificates Filtering + // Optional. Only include resources that match the filter in the response. For + // details on supported filters and syntax, see [Certificates Filtering // documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support). string filter = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. Specify how the results should be sorted. For details on supported fields - // and syntax, see [Certificates Sorting + // Optional. Specify how the results should be sorted. For details on + // supported fields and syntax, see [Certificates Sorting // documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support). string order_by = 5 [(google.api.field_behavior) = OPTIONAL]; } -// Response message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates]. +// Response message for +// [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates]. message ListCertificatesResponse { // The list of [Certificates][google.cloud.security.privateca.v1.Certificate]. repeated Certificate certificates = 1; @@ -477,8 +557,8 @@ message ListCertificatesResponse { // Request message for // [CertificateAuthorityService.RevokeCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.RevokeCertificate]. message RevokeCertificateRequest { - // Required. The resource name for this [Certificate][google.cloud.security.privateca.v1.Certificate] in the - // format + // Required. The resource name for this + // [Certificate][google.cloud.security.privateca.v1.Certificate] in the format // `projects/*/locations/*/caPools/*/certificates/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, @@ -487,16 +567,18 @@ message RevokeCertificateRequest { } ]; - // Required. The [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for revoking this certificate. + // Required. The + // [RevocationReason][google.cloud.security.privateca.v1.RevocationReason] for + // revoking this certificate. RevocationReason reason = 2 [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -506,21 +588,24 @@ message RevokeCertificateRequest { string request_id = 3 [(google.api.field_behavior) = OPTIONAL]; } -// Request message for [CertificateAuthorityService.UpdateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate]. +// Request message for +// [CertificateAuthorityService.UpdateCertificate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificate]. message UpdateCertificateRequest { - // Required. [Certificate][google.cloud.security.privateca.v1.Certificate] with updated values. + // Required. [Certificate][google.cloud.security.privateca.v1.Certificate] + // with updated values. Certificate certificate = 1 [(google.api.field_behavior) = REQUIRED]; // Required. A list of fields to be updated in this request. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -533,8 +618,9 @@ message UpdateCertificateRequest { // Request message for // [CertificateAuthorityService.ActivateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.ActivateCertificateAuthority]. message ActivateCertificateAuthorityRequest { - // Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Required. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -546,17 +632,18 @@ message ActivateCertificateAuthorityRequest { // [FetchCertificateAuthorityCsrResponse.pem_csr][google.cloud.security.privateca.v1.FetchCertificateAuthorityCsrResponse.pem_csr]. string pem_ca_certificate = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. Must include information about the issuer of 'pem_ca_certificate', and any - // further issuers until the self-signed CA. - SubordinateConfig subordinate_config = 3 [(google.api.field_behavior) = REQUIRED]; + // Required. Must include information about the issuer of + // 'pem_ca_certificate', and any further issuers until the self-signed CA. + SubordinateConfig subordinate_config = 3 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -569,9 +656,10 @@ message ActivateCertificateAuthorityRequest { // Request message for // [CertificateAuthorityService.CreateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateAuthority]. message CreateCertificateAuthorityRequest { - // Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the - // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format - // `projects/*/locations/*/caPools/*`. + // Required. The resource name of the + // [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the + // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], + // in the format `projects/*/locations/*/caPools/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -583,16 +671,19 @@ message CreateCertificateAuthorityRequest { // expression `[a-zA-Z0-9_-]{1,63}` string certificate_authority_id = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. A [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with initial field values. - CertificateAuthority certificate_authority = 3 [(google.api.field_behavior) = REQUIRED]; + // Required. A + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // with initial field values. + CertificateAuthority certificate_authority = 3 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -605,8 +696,9 @@ message CreateCertificateAuthorityRequest { // Request message for // [CertificateAuthorityService.DisableCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.DisableCertificateAuthority]. message DisableCertificateAuthorityRequest { - // Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Required. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -614,13 +706,13 @@ message DisableCertificateAuthorityRequest { } ]; - // 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. + // 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 + // 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. @@ -633,8 +725,9 @@ message DisableCertificateAuthorityRequest { // Request message for // [CertificateAuthorityService.EnableCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.EnableCertificateAuthority]. message EnableCertificateAuthorityRequest { - // Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Required. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -642,13 +735,13 @@ message EnableCertificateAuthorityRequest { } ]; - // 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. + // 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 + // 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. @@ -661,8 +754,9 @@ message EnableCertificateAuthorityRequest { // Request message for // [CertificateAuthorityService.FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr]. message FetchCertificateAuthorityCsrRequest { - // Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Required. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -678,10 +772,13 @@ message FetchCertificateAuthorityCsrResponse { string pem_csr = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// Request message for [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority]. +// Request message for +// [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority]. message GetCertificateAuthorityRequest { - // Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to - // get. + // Required. The + // [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // to get. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -693,9 +790,10 @@ message GetCertificateAuthorityRequest { // Request message for // [CertificateAuthorityService.ListCertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities]. message ListCertificateAuthoritiesRequest { - // Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the - // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], in the format - // `projects/*/locations/*/caPools/*`. + // Required. The resource name of the + // [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the + // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], + // in the format `projects/*/locations/*/caPools/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -703,12 +801,14 @@ message ListCertificateAuthoritiesRequest { } ]; - // Optional. Limit on the number of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to - // include in the response. - // Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be - // obtained by including the - // [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] in a subsequent - // request. If unspecified, the server will pick an appropriate default. + // Optional. Limit on the number of + // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] + // to include in the response. Further + // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] + // can subsequently be obtained by including the + // [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token] + // in a subsequent request. If unspecified, the server will pick an + // appropriate default. int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Pagination token, returned earlier via @@ -725,7 +825,8 @@ message ListCertificateAuthoritiesRequest { // Response message for // [CertificateAuthorityService.ListCertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities]. message ListCertificateAuthoritiesResponse { - // The list of [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]. + // The list of + // [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority]. repeated CertificateAuthority certificate_authorities = 1; // A token to retrieve next page of results. Pass this value in @@ -740,8 +841,9 @@ message ListCertificateAuthoritiesResponse { // Request message for // [CertificateAuthorityService.UndeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UndeleteCertificateAuthority]. message UndeleteCertificateAuthorityRequest { - // Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Required. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -749,13 +851,13 @@ message UndeleteCertificateAuthorityRequest { } ]; - // 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. + // 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 + // 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. @@ -768,8 +870,9 @@ message UndeleteCertificateAuthorityRequest { // Request message for // [CertificateAuthorityService.DeleteCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateAuthority]. message DeleteCertificateAuthorityRequest { - // Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the - // format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // Required. The resource name for this + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -777,13 +880,13 @@ message DeleteCertificateAuthorityRequest { } ]; - // 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. + // 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 + // 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. @@ -796,28 +899,32 @@ message DeleteCertificateAuthorityRequest { // active certs. Active certs include both unrevoked and unexpired certs. bool ignore_active_certificates = 4 [(google.api.field_behavior) = OPTIONAL]; - // Optional. If this flag is set, the Certificate Authority will be deleted as soon as - // possible without a 30-day grace period where undeletion would have been - // allowed. If you proceed, there will be no way to recover this CA. + // Optional. If this flag is set, the Certificate Authority will be deleted as + // soon as possible without a 30-day grace period where undeletion would have + // been allowed. If you proceed, there will be no way to recover this CA. bool skip_grace_period = 5 [(google.api.field_behavior) = OPTIONAL]; } // Request message for // [CertificateAuthorityService.UpdateCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateAuthority]. message UpdateCertificateAuthorityRequest { - // Required. [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] with updated values. - CertificateAuthority certificate_authority = 1 [(google.api.field_behavior) = REQUIRED]; + // Required. + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // with updated values. + CertificateAuthority certificate_authority = 1 + [(google.api.field_behavior) = REQUIRED]; // Required. A list of fields to be updated in this request. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -831,7 +938,8 @@ message UpdateCertificateAuthorityRequest { // [CertificateAuthorityService.CreateCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCaPool]. message CreateCaPoolRequest { // Required. The resource name of the location associated with the - // [CaPool][google.cloud.security.privateca.v1.CaPool], in the format `projects/*/locations/*`. + // [CaPool][google.cloud.security.privateca.v1.CaPool], in the format + // `projects/*/locations/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -843,16 +951,17 @@ message CreateCaPoolRequest { // expression `[a-zA-Z0-9_-]{1,63}` string ca_pool_id = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with initial field values. + // Required. A [CaPool][google.cloud.security.privateca.v1.CaPool] with + // initial field values. CaPool ca_pool = 3 [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -865,19 +974,21 @@ message CreateCaPoolRequest { // Request message for // [CertificateAuthorityService.UpdateCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCaPool]. message UpdateCaPoolRequest { - // Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated values. + // Required. [CaPool][google.cloud.security.privateca.v1.CaPool] with updated + // values. CaPool ca_pool = 1 [(google.api.field_behavior) = REQUIRED]; // Required. A list of fields to be updated in this request. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -890,8 +1001,9 @@ message UpdateCaPoolRequest { // Request message for // [CertificateAuthorityService.DeleteCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCaPool]. message DeleteCaPoolRequest { - // Required. The resource name for this [CaPool][google.cloud.security.privateca.v1.CaPool] in the - // format `projects/*/locations/*/caPools/*`. + // Required. The resource name for this + // [CaPool][google.cloud.security.privateca.v1.CaPool] in the format + // `projects/*/locations/*/caPools/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -899,13 +1011,13 @@ message DeleteCaPoolRequest { } ]; - // 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. + // 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 + // 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. @@ -918,8 +1030,9 @@ message DeleteCaPoolRequest { // Request message for // [CertificateAuthorityService.FetchCaCerts][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCaCerts]. message FetchCaCertsRequest { - // Required. The resource name for the [CaPool][google.cloud.security.privateca.v1.CaPool] in the - // format `projects/*/locations/*/caPools/*`. + // Required. The resource name for the + // [CaPool][google.cloud.security.privateca.v1.CaPool] in the format + // `projects/*/locations/*/caPools/*`. string ca_pool = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -927,13 +1040,13 @@ message FetchCaCertsRequest { } ]; - // 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. + // 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 + // 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. @@ -952,14 +1065,17 @@ message FetchCaCertsResponse { } // The PEM encoded CA certificate chains of all - // [ACTIVE][CertificateAuthority.State.ACTIVE] [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] + // [ACTIVE][CertificateAuthority.State.ACTIVE] + // [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] // resources in this [CaPool][google.cloud.security.privateca.v1.CaPool]. repeated CertChain ca_certs = 1; } -// Request message for [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool]. +// Request message for +// [CertificateAuthorityService.GetCaPool][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCaPool]. message GetCaPoolRequest { - // Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the [CaPool][google.cloud.security.privateca.v1.CaPool] to get. + // Required. The [name][google.cloud.security.privateca.v1.CaPool.name] of the + // [CaPool][google.cloud.security.privateca.v1.CaPool] to get. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -981,12 +1097,13 @@ message ListCaPoolsRequest { } ]; - // Optional. Limit on the number of [CaPools][google.cloud.security.privateca.v1.CaPool] to - // include in the response. - // Further [CaPools][google.cloud.security.privateca.v1.CaPool] can subsequently be - // obtained by including the - // [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] in a subsequent - // request. If unspecified, the server will pick an appropriate default. + // Optional. Limit on the number of + // [CaPools][google.cloud.security.privateca.v1.CaPool] to include in the + // response. Further [CaPools][google.cloud.security.privateca.v1.CaPool] can + // subsequently be obtained by including the + // [ListCaPoolsResponse.next_page_token][google.cloud.security.privateca.v1.ListCaPoolsResponse.next_page_token] + // in a subsequent request. If unspecified, the server will pick an + // appropriate default. int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Pagination token, returned earlier via @@ -1018,8 +1135,11 @@ message ListCaPoolsResponse { // Request message for // [CertificateAuthorityService.GetCertificateRevocationList][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateRevocationList]. message GetCertificateRevocationListRequest { - // Required. The [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] of the - // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] to get. + // Required. The + // [name][google.cloud.security.privateca.v1.CertificateRevocationList.name] + // of the + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // to get. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1032,8 +1152,8 @@ message GetCertificateRevocationListRequest { // [CertificateAuthorityService.ListCertificateRevocationLists][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists]. message ListCertificateRevocationListsRequest { // Required. The resource name of the location associated with the - // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], in the format - // `projects/*/locations/*/caPools/*/certificateAuthorities/*`. + // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList], + // in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1042,11 +1162,13 @@ message ListCertificateRevocationListsRequest { ]; // Optional. Limit on the number of - // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the - // response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] + // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] + // to include in the response. Further + // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] // can subsequently be obtained by including the - // [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent - // request. If unspecified, the server will pick an appropriate default. + // [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] + // in a subsequent request. If unspecified, the server will pick an + // appropriate default. int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Pagination token, returned earlier via @@ -1063,7 +1185,8 @@ message ListCertificateRevocationListsRequest { // Response message for // [CertificateAuthorityService.ListCertificateRevocationLists][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists]. message ListCertificateRevocationListsResponse { - // The list of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]. + // The list of + // [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList]. repeated CertificateRevocationList certificate_revocation_lists = 1; // A token to retrieve next page of results. Pass this value in @@ -1078,19 +1201,23 @@ message ListCertificateRevocationListsResponse { // Request message for // [CertificateAuthorityService.UpdateCertificateRevocationList][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateRevocationList]. message UpdateCertificateRevocationListRequest { - // Required. [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] with updated values. - CertificateRevocationList certificate_revocation_list = 1 [(google.api.field_behavior) = REQUIRED]; + // Required. + // [CertificateRevocationList][google.cloud.security.privateca.v1.CertificateRevocationList] + // with updated values. + CertificateRevocationList certificate_revocation_list = 1 + [(google.api.field_behavior) = REQUIRED]; // Required. A list of fields to be updated in this request. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -1104,8 +1231,8 @@ message UpdateCertificateRevocationListRequest { // [CertificateAuthorityService.CreateCertificateTemplate][google.cloud.security.privateca.v1.CertificateAuthorityService.CreateCertificateTemplate]. message CreateCertificateTemplateRequest { // Required. The resource name of the location associated with the - // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], in the format - // `projects/*/locations/*`. + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate], + // in the format `projects/*/locations/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1117,16 +1244,19 @@ message CreateCertificateTemplateRequest { // expression `[a-zA-Z0-9_-]{1,63}` string certificate_template_id = 2 [(google.api.field_behavior) = REQUIRED]; - // Required. A [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with initial field values. - CertificateTemplate certificate_template = 3 [(google.api.field_behavior) = REQUIRED]; + // Required. A + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // with initial field values. + CertificateTemplate certificate_template = 3 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -1139,8 +1269,9 @@ message CreateCertificateTemplateRequest { // Request message for // [CertificateAuthorityService.DeleteCertificateTemplate][google.cloud.security.privateca.v1.CertificateAuthorityService.DeleteCertificateTemplate]. message DeleteCertificateTemplateRequest { - // Required. The resource name for this [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] in the format - // `projects/*/locations/*/certificateTemplates/*`. + // Required. The resource name for this + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // in the format `projects/*/locations/*/certificateTemplates/*`. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1148,13 +1279,13 @@ message DeleteCertificateTemplateRequest { } ]; - // 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. + // 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 + // 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. @@ -1167,8 +1298,10 @@ message DeleteCertificateTemplateRequest { // Request message for // [CertificateAuthorityService.GetCertificateTemplate][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateTemplate]. message GetCertificateTemplateRequest { - // Required. The [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] to - // get. + // Required. The + // [name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // to get. string name = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1181,8 +1314,8 @@ message GetCertificateTemplateRequest { // [CertificateAuthorityService.ListCertificateTemplates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateTemplates]. message ListCertificateTemplatesRequest { // Required. The resource name of the location associated with the - // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], in the format - // `projects/*/locations/*`. + // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate], + // in the format `projects/*/locations/*`. string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1191,11 +1324,13 @@ message ListCertificateTemplatesRequest { ]; // Optional. Limit on the number of - // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] to include in the response. - // Further [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] can subsequently be - // obtained by including the - // [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] in a subsequent - // request. If unspecified, the server will pick an appropriate default. + // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] + // to include in the response. Further + // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate] + // can subsequently be obtained by including the + // [ListCertificateTemplatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateTemplatesResponse.next_page_token] + // in a subsequent request. If unspecified, the server will pick an + // appropriate default. int32 page_size = 2 [(google.api.field_behavior) = OPTIONAL]; // Optional. Pagination token, returned earlier via @@ -1212,7 +1347,8 @@ message ListCertificateTemplatesRequest { // Response message for // [CertificateAuthorityService.ListCertificateTemplates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateTemplates]. message ListCertificateTemplatesResponse { - // The list of [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]. + // The list of + // [CertificateTemplates][google.cloud.security.privateca.v1.CertificateTemplate]. repeated CertificateTemplate certificate_templates = 1; // A token to retrieve next page of results. Pass this value in @@ -1227,19 +1363,23 @@ message ListCertificateTemplatesResponse { // Request message for // [CertificateAuthorityService.UpdateCertificateTemplate][google.cloud.security.privateca.v1.CertificateAuthorityService.UpdateCertificateTemplate]. message UpdateCertificateTemplateRequest { - // Required. [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] with updated values. - CertificateTemplate certificate_template = 1 [(google.api.field_behavior) = REQUIRED]; + // Required. + // [CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate] + // with updated values. + CertificateTemplate certificate_template = 1 + [(google.api.field_behavior) = REQUIRED]; // Required. A list of fields to be updated in this request. - google.protobuf.FieldMask update_mask = 2 [(google.api.field_behavior) = REQUIRED]; + google.protobuf.FieldMask update_mask = 2 + [(google.api.field_behavior) = REQUIRED]; - // 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. + // 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 + // 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. @@ -1252,10 +1392,12 @@ message UpdateCertificateTemplateRequest { // Represents the metadata of the long-running operation. message OperationMetadata { // Output only. The time the operation was created. - google.protobuf.Timestamp create_time = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp create_time = 1 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The time the operation finished running. - google.protobuf.Timestamp end_time = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; + google.protobuf.Timestamp end_time = 2 + [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. Server-defined resource path for the target of the operation. string target = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; @@ -1268,8 +1410,9 @@ message OperationMetadata { // Output only. Identifies whether the user has requested cancellation // of the operation. Operations that have successfully been cancelled - // have [Operation.error][] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, - // corresponding to `Code.CANCELLED`. + // have [Operation.error][] value with a + // [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to + // `Code.CANCELLED`. bool requested_cancellation = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. API version used to start the operation.