diff --git a/java-certificate-manager/README.md b/java-certificate-manager/README.md index 4dd9dae18d9b..534524993766 100644 --- a/java-certificate-manager/README.md +++ b/java-certificate-manager/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-certificate-manager - 0.11.0 + 0.12.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-certificate-manager:0.11.0' +implementation 'com.google.cloud:google-cloud-certificate-manager:0.12.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.11.0" +libraryDependencies += "com.google.cloud" % "google-cloud-certificate-manager" % "0.12.0" ``` ## Authentication diff --git a/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerClient.java b/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerClient.java index 00239b724576..c28052ef2839 100644 --- a/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerClient.java +++ b/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerClient.java @@ -58,16 +58,16 @@ *

The Certificates Manager service exposes the following resources: * *

* - *

Certificate, CertificateMap and CertificateMapEntry IDs have to match "^[a-z0-9-]{1,63}$" - * regexp, which means that - only lower case letters, digits, and hyphen are allowed - length of - * the resource ID has to be in [1,63] range. + *

Certificate, CertificateMap and CertificateMapEntry IDs have to fully match the regexp + * `[a-z0-9-]{1,63}`. In other words, - only lower case letters, digits, and hyphen are allowed - + * length of the resource ID has to be in [1,63] range. * *

Provides methods to manage Cloud Certificate Manager entities. * diff --git a/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/package-info.java b/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/package-info.java index b1b6048dec2b..61ccec299c3d 100644 --- a/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/package-info.java +++ b/java-certificate-manager/google-cloud-certificate-manager/src/main/java/com/google/cloud/certificatemanager/v1/package-info.java @@ -34,16 +34,16 @@ *

The Certificates Manager service exposes the following resources: * *

* - *

Certificate, CertificateMap and CertificateMapEntry IDs have to match "^[a-z0-9-]{1,63}$" - * regexp, which means that - only lower case letters, digits, and hyphen are allowed - length of - * the resource ID has to be in [1,63] range. + *

Certificate, CertificateMap and CertificateMapEntry IDs have to fully match the regexp + * `[a-z0-9-]{1,63}`. In other words, - only lower case letters, digits, and hyphen are allowed - + * length of the resource ID has to be in [1,63] range. * *

Provides methods to manage Cloud Certificate Manager entities. * diff --git a/java-certificate-manager/grpc-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerGrpc.java b/java-certificate-manager/grpc-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerGrpc.java index 4c463db360ad..28bf992b77cc 100644 --- a/java-certificate-manager/grpc-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerGrpc.java +++ b/java-certificate-manager/grpc-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateManagerGrpc.java @@ -29,14 +29,14 @@ * easily applied to other Cloud resources e.g. Target Proxies. * Data Model * The Certificates Manager service exposes the following resources: - * * `Certificate` which describes a single TLS certificate. - * * `CertificateMap` which describes a collection of certificates that can be + * * `Certificate` that describes a single TLS certificate. + * * `CertificateMap` that describes a collection of certificates that can be * attached to a target resource. - * * `CertificateMapEntry` which describes a single configuration entry that + * * `CertificateMapEntry` that describes a single configuration entry that * consists of a SNI and a group of certificates. It's a subresource of * CertificateMap. * Certificate, CertificateMap and CertificateMapEntry IDs - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, * - only lower case letters, digits, and hyphen are allowed * - length of the resource ID has to be in [1,63] range. * Provides methods to manage Cloud Certificate Manager entities. @@ -1316,14 +1316,14 @@ public CertificateManagerFutureStub newStub( * easily applied to other Cloud resources e.g. Target Proxies. * Data Model * The Certificates Manager service exposes the following resources: - * * `Certificate` which describes a single TLS certificate. - * * `CertificateMap` which describes a collection of certificates that can be + * * `Certificate` that describes a single TLS certificate. + * * `CertificateMap` that describes a collection of certificates that can be * attached to a target resource. - * * `CertificateMapEntry` which describes a single configuration entry that + * * `CertificateMapEntry` that describes a single configuration entry that * consists of a SNI and a group of certificates. It's a subresource of * CertificateMap. * Certificate, CertificateMap and CertificateMapEntry IDs - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, * - only lower case letters, digits, and hyphen are allowed * - length of the resource ID has to be in [1,63] range. * Provides methods to manage Cloud Certificate Manager entities. @@ -1863,14 +1863,14 @@ public final io.grpc.ServerServiceDefinition bindService() { * easily applied to other Cloud resources e.g. Target Proxies. * Data Model * The Certificates Manager service exposes the following resources: - * * `Certificate` which describes a single TLS certificate. - * * `CertificateMap` which describes a collection of certificates that can be + * * `Certificate` that describes a single TLS certificate. + * * `CertificateMap` that describes a collection of certificates that can be * attached to a target resource. - * * `CertificateMapEntry` which describes a single configuration entry that + * * `CertificateMapEntry` that describes a single configuration entry that * consists of a SNI and a group of certificates. It's a subresource of * CertificateMap. * Certificate, CertificateMap and CertificateMapEntry IDs - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, * - only lower case letters, digits, and hyphen are allowed * - length of the resource ID has to be in [1,63] range. * Provides methods to manage Cloud Certificate Manager entities. @@ -2302,14 +2302,14 @@ public void deleteCertificateIssuanceConfig( * easily applied to other Cloud resources e.g. Target Proxies. * Data Model * The Certificates Manager service exposes the following resources: - * * `Certificate` which describes a single TLS certificate. - * * `CertificateMap` which describes a collection of certificates that can be + * * `Certificate` that describes a single TLS certificate. + * * `CertificateMap` that describes a collection of certificates that can be * attached to a target resource. - * * `CertificateMapEntry` which describes a single configuration entry that + * * `CertificateMapEntry` that describes a single configuration entry that * consists of a SNI and a group of certificates. It's a subresource of * CertificateMap. * Certificate, CertificateMap and CertificateMapEntry IDs - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, * - only lower case letters, digits, and hyphen are allowed * - length of the resource ID has to be in [1,63] range. * Provides methods to manage Cloud Certificate Manager entities. @@ -2659,14 +2659,14 @@ public com.google.longrunning.Operation deleteCertificateIssuanceConfig( * easily applied to other Cloud resources e.g. Target Proxies. * Data Model * The Certificates Manager service exposes the following resources: - * * `Certificate` which describes a single TLS certificate. - * * `CertificateMap` which describes a collection of certificates that can be + * * `Certificate` that describes a single TLS certificate. + * * `CertificateMap` that describes a collection of certificates that can be * attached to a target resource. - * * `CertificateMapEntry` which describes a single configuration entry that + * * `CertificateMapEntry` that describes a single configuration entry that * consists of a SNI and a group of certificates. It's a subresource of * CertificateMap. * Certificate, CertificateMap and CertificateMapEntry IDs - * have to match "^[a-z0-9-]{1,63}$" regexp, which means that + * have to fully match the regexp `[a-z0-9-]{1,63}`. In other words, * - only lower case letters, digits, and hyphen are allowed * - length of the resource ID has to be in [1,63] range. * Provides methods to manage Cloud Certificate Manager entities. diff --git a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/Certificate.java b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/Certificate.java index 0847dc897360..c38fe50d87da 100644 --- a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/Certificate.java +++ b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/Certificate.java @@ -1244,7 +1244,7 @@ public interface ManagedCertificateOrBuilder * * *

-     * The resource name for a
+     * Immutable. The resource name for a
      * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
      * used to configure private PKI certificates in the format
      * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -1264,7 +1264,7 @@ public interface ManagedCertificateOrBuilder
      *
      *
      * 
-     * The resource name for a
+     * Immutable. The resource name for a
      * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
      * used to configure private PKI certificates in the format
      * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -1488,10 +1488,24 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
     }
 
     /**
+     *
+     *
+     * 
+     * State of the managed certificate resource.
+     * 
+ * * Protobuf enum {@code google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.State} */ public enum State implements com.google.protobuf.ProtocolMessageEnum { - /** STATE_UNSPECIFIED = 0; */ + /** + * + * + *
+       * State is unspecified.
+       * 
+ * + * STATE_UNSPECIFIED = 0; + */ STATE_UNSPECIFIED(0), /** * @@ -1532,7 +1546,15 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { UNRECOGNIZED(-1), ; - /** STATE_UNSPECIFIED = 0; */ + /** + * + * + *
+       * State is unspecified.
+       * 
+ * + * STATE_UNSPECIFIED = 0; + */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** * @@ -1776,11 +1798,25 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } /** + * + * + *
+       * Reason for provisioning failures.
+       * 
+ * * Protobuf enum {@code * google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.ProvisioningIssue.Reason} */ public enum Reason implements com.google.protobuf.ProtocolMessageEnum { - /** REASON_UNSPECIFIED = 0; */ + /** + * + * + *
+         * Reason is unspecified.
+         * 
+ * + * REASON_UNSPECIFIED = 0; + */ REASON_UNSPECIFIED(0), /** * @@ -1809,7 +1845,15 @@ public enum Reason implements com.google.protobuf.ProtocolMessageEnum { UNRECOGNIZED(-1), ; - /** REASON_UNSPECIFIED = 0; */ + /** + * + * + *
+         * Reason is unspecified.
+         * 
+ * + * REASON_UNSPECIFIED = 0; + */ public static final int REASON_UNSPECIFIED_VALUE = 0; /** * @@ -2932,11 +2976,25 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { } /** + * + * + *
+       * State of the domain for managed certificate issuance.
+       * 
+ * * Protobuf enum {@code * google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.State} */ public enum State implements com.google.protobuf.ProtocolMessageEnum { - /** STATE_UNSPECIFIED = 0; */ + /** + * + * + *
+         * State is unspecified.
+         * 
+ * + * STATE_UNSPECIFIED = 0; + */ STATE_UNSPECIFIED(0), /** * @@ -2974,7 +3032,15 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { UNRECOGNIZED(-1), ; - /** STATE_UNSPECIFIED = 0; */ + /** + * + * + *
+         * State is unspecified.
+         * 
+ * + * STATE_UNSPECIFIED = 0; + */ public static final int STATE_UNSPECIFIED_VALUE = 0; /** * @@ -3100,11 +3166,25 @@ private State(int value) { } /** + * + * + *
+       * Reason for failure of the authorization attempt for the domain.
+       * 
+ * * Protobuf enum {@code * google.cloud.certificatemanager.v1.Certificate.ManagedCertificate.AuthorizationAttemptInfo.FailureReason} */ public enum FailureReason implements com.google.protobuf.ProtocolMessageEnum { - /** FAILURE_REASON_UNSPECIFIED = 0; */ + /** + * + * + *
+         * FailureReason is unspecified.
+         * 
+ * + * FAILURE_REASON_UNSPECIFIED = 0; + */ FAILURE_REASON_UNSPECIFIED(0), /** * @@ -3142,7 +3222,15 @@ public enum FailureReason implements com.google.protobuf.ProtocolMessageEnum { UNRECOGNIZED(-1), ; - /** FAILURE_REASON_UNSPECIFIED = 0; */ + /** + * + * + *
+         * FailureReason is unspecified.
+         * 
+ * + * FAILURE_REASON_UNSPECIFIED = 0; + */ public static final int FAILURE_REASON_UNSPECIFIED_VALUE = 0; /** * @@ -4634,7 +4722,7 @@ public com.google.protobuf.ByteString getDnsAuthorizationsBytes(int index) { * * *
-     * The resource name for a
+     * Immutable. The resource name for a
      * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
      * used to configure private PKI certificates in the format
      * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -4665,7 +4753,7 @@ public java.lang.String getIssuanceConfig() {
      *
      *
      * 
-     * The resource name for a
+     * Immutable. The resource name for a
      * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
      * used to configure private PKI certificates in the format
      * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -5868,7 +5956,7 @@ public Builder addDnsAuthorizationsBytes(com.google.protobuf.ByteString value) {
        *
        *
        * 
-       * The resource name for a
+       * Immutable. The resource name for a
        * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
        * used to configure private PKI certificates in the format
        * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -5898,7 +5986,7 @@ public java.lang.String getIssuanceConfig() {
        *
        *
        * 
-       * The resource name for a
+       * Immutable. The resource name for a
        * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
        * used to configure private PKI certificates in the format
        * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -5928,7 +6016,7 @@ public com.google.protobuf.ByteString getIssuanceConfigBytes() {
        *
        *
        * 
-       * The resource name for a
+       * Immutable. The resource name for a
        * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
        * used to configure private PKI certificates in the format
        * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -5957,7 +6045,7 @@ public Builder setIssuanceConfig(java.lang.String value) {
        *
        *
        * 
-       * The resource name for a
+       * Immutable. The resource name for a
        * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
        * used to configure private PKI certificates in the format
        * `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -5982,7 +6070,7 @@ public Builder clearIssuanceConfig() {
        *
        *
        * 
-       * The resource name for a
+       * Immutable. The resource name for a
        * [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
        * used to configure private PKI certificates in the format
        * `projects/*/locations/*/certificateIssuanceConfigs/*`.
diff --git a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMap.java b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMap.java
index f6734960ce84..524c625b50b9 100644
--- a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMap.java
+++ b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMap.java
@@ -250,7 +250,7 @@ com.google.cloud.certificatemanager.v1.CertificateMap.GclbTarget.IpConfig getIpC
    *
    *
    * 
-   * Describes a Target Proxy which uses this Certificate Map.
+   * Describes a Target Proxy that uses this Certificate Map.
    * 
* * Protobuf type {@code google.cloud.certificatemanager.v1.CertificateMap.GclbTarget} @@ -1746,7 +1746,7 @@ protected Builder newBuilderForType( * * *
-     * Describes a Target Proxy which uses this Certificate Map.
+     * Describes a Target Proxy that uses this Certificate Map.
      * 
* * Protobuf type {@code google.cloud.certificatemanager.v1.CertificateMap.GclbTarget} @@ -3152,7 +3152,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -3170,7 +3170,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -3189,7 +3189,7 @@ public java.lang.String getLabelsOrThrow(java.lang.String key) { * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -3206,7 +3206,7 @@ public int getGclbTargetsCount() { * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -3224,7 +3224,7 @@ public com.google.cloud.certificatemanager.v1.CertificateMap.GclbTarget getGclbT * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -4606,7 +4606,7 @@ private void ensureGclbTargetsIsMutable() { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4627,7 +4627,7 @@ private void ensureGclbTargetsIsMutable() { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4647,7 +4647,7 @@ public int getGclbTargetsCount() { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4668,7 +4668,7 @@ public com.google.cloud.certificatemanager.v1.CertificateMap.GclbTarget getGclbT * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4695,7 +4695,7 @@ public Builder setGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4720,7 +4720,7 @@ public Builder setGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4747,7 +4747,7 @@ public Builder addGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4774,7 +4774,7 @@ public Builder addGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4798,7 +4798,7 @@ public Builder addGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4823,7 +4823,7 @@ public Builder addGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4849,7 +4849,7 @@ public Builder addAllGclbTargets( * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4872,7 +4872,7 @@ public Builder clearGclbTargets() { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4895,7 +4895,7 @@ public Builder removeGclbTargets(int index) { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4912,7 +4912,7 @@ public Builder removeGclbTargets(int index) { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4933,7 +4933,7 @@ public Builder removeGclbTargets(int index) { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4955,7 +4955,7 @@ public Builder removeGclbTargets(int index) { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4975,7 +4975,7 @@ public Builder removeGclbTargets(int index) { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
@@ -4996,7 +4996,7 @@ public Builder removeGclbTargets(int index) { * * *
-     * Output only. A list of GCLB targets which use this Certificate Map.
+     * Output only. A list of GCLB targets that use this Certificate Map.
      * A Target Proxy is only present on this list if it's attached to a
      * Forwarding Rule.
      * 
diff --git a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMapOrBuilder.java b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMapOrBuilder.java index 3c5bb49806e5..5553929a4dcb 100644 --- a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMapOrBuilder.java +++ b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/CertificateMapOrBuilder.java @@ -215,7 +215,7 @@ java.lang.String getLabelsOrDefault( * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -230,7 +230,7 @@ java.lang.String getLabelsOrDefault( * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -244,7 +244,7 @@ java.lang.String getLabelsOrDefault( * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -258,7 +258,7 @@ java.lang.String getLabelsOrDefault( * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
@@ -274,7 +274,7 @@ java.lang.String getLabelsOrDefault( * * *
-   * Output only. A list of GCLB targets which use this Certificate Map.
+   * Output only. A list of GCLB targets that use this Certificate Map.
    * A Target Proxy is only present on this list if it's attached to a
    * Forwarding Rule.
    * 
diff --git a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorization.java b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorization.java index e82b0e035eb9..4a6f0f136090 100644 --- a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorization.java +++ b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorization.java @@ -1501,7 +1501,7 @@ public com.google.protobuf.ByteString getDescriptionBytes() { * * *
-   * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+   * Required. Immutable. A domain that is being authorized. A DnsAuthorization
    * resource covers a single domain and its wildcard, e.g. authorization for
    * `example.com` can be used to issue certificates for `example.com` and
    * `*.example.com`.
@@ -1529,7 +1529,7 @@ public java.lang.String getDomain() {
    *
    *
    * 
-   * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+   * Required. Immutable. A domain that is being authorized. A DnsAuthorization
    * resource covers a single domain and its wildcard, e.g. authorization for
    * `example.com` can be used to issue certificates for `example.com` and
    * `*.example.com`.
@@ -2955,7 +2955,7 @@ public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+     * Required. Immutable. A domain that is being authorized. A DnsAuthorization
      * resource covers a single domain and its wildcard, e.g. authorization for
      * `example.com` can be used to issue certificates for `example.com` and
      * `*.example.com`.
@@ -2982,7 +2982,7 @@ public java.lang.String getDomain() {
      *
      *
      * 
-     * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+     * Required. Immutable. A domain that is being authorized. A DnsAuthorization
      * resource covers a single domain and its wildcard, e.g. authorization for
      * `example.com` can be used to issue certificates for `example.com` and
      * `*.example.com`.
@@ -3009,7 +3009,7 @@ public com.google.protobuf.ByteString getDomainBytes() {
      *
      *
      * 
-     * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+     * Required. Immutable. A domain that is being authorized. A DnsAuthorization
      * resource covers a single domain and its wildcard, e.g. authorization for
      * `example.com` can be used to issue certificates for `example.com` and
      * `*.example.com`.
@@ -3035,7 +3035,7 @@ public Builder setDomain(java.lang.String value) {
      *
      *
      * 
-     * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+     * Required. Immutable. A domain that is being authorized. A DnsAuthorization
      * resource covers a single domain and its wildcard, e.g. authorization for
      * `example.com` can be used to issue certificates for `example.com` and
      * `*.example.com`.
@@ -3057,7 +3057,7 @@ public Builder clearDomain() {
      *
      *
      * 
-     * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+     * Required. Immutable. A domain that is being authorized. A DnsAuthorization
      * resource covers a single domain and its wildcard, e.g. authorization for
      * `example.com` can be used to issue certificates for `example.com` and
      * `*.example.com`.
diff --git a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorizationOrBuilder.java b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorizationOrBuilder.java
index 2440b14850f7..4f651aed8309 100644
--- a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorizationOrBuilder.java
+++ b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/java/com/google/cloud/certificatemanager/v1/DnsAuthorizationOrBuilder.java
@@ -215,7 +215,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+   * Required. Immutable. A domain that is being authorized. A DnsAuthorization
    * resource covers a single domain and its wildcard, e.g. authorization for
    * `example.com` can be used to issue certificates for `example.com` and
    * `*.example.com`.
@@ -232,7 +232,7 @@ java.lang.String getLabelsOrDefault(
    *
    *
    * 
-   * Required. Immutable. A domain which is being authorized. A DnsAuthorization
+   * Required. Immutable. A domain that is being authorized. A DnsAuthorization
    * resource covers a single domain and its wildcard, e.g. authorization for
    * `example.com` can be used to issue certificates for `example.com` and
    * `*.example.com`.
diff --git a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/proto/google/cloud/certificatemanager/v1/certificate_manager.proto b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/proto/google/cloud/certificatemanager/v1/certificate_manager.proto
index 07b4c0859579..29cd39aae22f 100644
--- a/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/proto/google/cloud/certificatemanager/v1/certificate_manager.proto
+++ b/java-certificate-manager/proto-google-cloud-certificate-manager-v1/src/main/proto/google/cloud/certificatemanager/v1/certificate_manager.proto
@@ -46,15 +46,15 @@ option ruby_package = "Google::Cloud::CertificateManager::V1";
 //
 // The Certificates Manager service exposes the following resources:
 //
-// * `Certificate` which describes a single TLS certificate.
-// * `CertificateMap` which describes a collection of certificates that can be
+// * `Certificate` that describes a single TLS certificate.
+// * `CertificateMap` that describes a collection of certificates that can be
 // attached to a target resource.
-// * `CertificateMapEntry` which describes a single configuration entry that
+// * `CertificateMapEntry` that describes a single configuration entry that
 // consists of a SNI and a group of certificates. It's a subresource of
 // CertificateMap.
 //
 // Certificate, CertificateMap and CertificateMapEntry IDs
-// have to match "^[a-z0-9-]{1,63}$" regexp, which means that
+// have to fully match the regexp `[a-z0-9-]{1,63}`. In other words,
 // - only lower case letters, digits, and hyphen are allowed
 // - length of the resource ID has to be in [1,63] range.
 //
@@ -794,7 +794,9 @@ message Certificate {
   // Certificate Manager provisions and renews Managed Certificates
   // automatically, for as long as it's authorized to do so.
   message ManagedCertificate {
+    // State of the managed certificate resource.
     enum State {
+      // State is unspecified.
       STATE_UNSPECIFIED = 0;
 
       // Certificate Manager attempts to provision or renew the certificate.
@@ -815,7 +817,9 @@ message Certificate {
 
     // Information about issues with provisioning a Managed Certificate.
     message ProvisioningIssue {
+      // Reason for provisioning failures.
       enum Reason {
+        // Reason is unspecified.
         REASON_UNSPECIFIED = 0;
 
         // Certificate provisioning failed due to an issue with one or more of
@@ -841,7 +845,9 @@ message Certificate {
     // State of the latest attempt to authorize a domain for certificate
     // issuance.
     message AuthorizationAttemptInfo {
+      // State of the domain for managed certificate issuance.
       enum State {
+        // State is unspecified.
         STATE_UNSPECIFIED = 0;
 
         // Certificate provisioning for this domain is under way. GCP will
@@ -857,7 +863,9 @@ message Certificate {
         FAILED = 7;
       }
 
+      // Reason for failure of the authorization attempt for the domain.
       enum FailureReason {
+        // FailureReason is unspecified.
         FAILURE_REASON_UNSPECIFIED = 0;
 
         // There was a problem with the user's DNS or load balancer
@@ -904,7 +912,7 @@ message Certificate {
       }
     ];
 
-    // The resource name for a
+    // Immutable. The resource name for a
     // [CertificateIssuanceConfig][google.cloud.certificatemanager.v1.CertificateIssuanceConfig]
     // used to configure private PKI certificates in the format
     // `projects/*/locations/*/certificateIssuanceConfigs/*`.
@@ -993,7 +1001,7 @@ message CertificateMap {
     pattern: "projects/{project}/locations/{location}/certificateMaps/{certificate_map}"
   };
 
-  // Describes a Target Proxy which uses this Certificate Map.
+  // Describes a Target Proxy that uses this Certificate Map.
   message GclbTarget {
     // Defines IP configuration where this Certificate Map is serving.
     message IpConfig {
@@ -1042,7 +1050,7 @@ message CertificateMap {
   // Set of labels associated with a Certificate Map.
   map labels = 3;
 
-  // Output only. A list of GCLB targets which use this Certificate Map.
+  // Output only. A list of GCLB targets that use this Certificate Map.
   // A Target Proxy is only present on this list if it's attached to a
   // Forwarding Rule.
   repeated GclbTarget gclb_targets = 4
@@ -1150,7 +1158,7 @@ message DnsAuthorization {
   // One or more paragraphs of text description of a DnsAuthorization.
   string description = 5;
 
-  // Required. Immutable. A domain which is being authorized. A DnsAuthorization
+  // Required. Immutable. A domain that is being authorized. A DnsAuthorization
   // resource covers a single domain and its wildcard, e.g. authorization for
   // `example.com` can be used to issue certificates for `example.com` and
   // `*.example.com`.