Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.8.2 (#105)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.8.2

PiperOrigin-RevId: 504289125

Source-Link: googleapis/googleapis@38a48a4

Source-Link: googleapis/googleapis-gen@b2dc226
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjJkYzIyNjYzZGJlNDdhOTcyYzhkOGMyZjhhNGRmMDEzZGFmZGNiYyJ9

* 🦉 Updates from OwlBot post-processor

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

* fix: workaround crashes in gRPC for C++

For more details see grpc/grpc#32171

PiperOrigin-RevId: 504336960

Source-Link: googleapis/googleapis@7bfa825

Source-Link: googleapis/googleapis-gen@00b38b8
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDBiMzhiOGUzYTM5YzA2YmUyMGQwNDliNDZjNGEzOWZkMDlmYWJlZiJ9

* 🦉 Updates from OwlBot post-processor

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

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 25, 2023
1 parent a23d28e commit 52ec8c3
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 30 deletions.
1 change: 1 addition & 0 deletions packages/google-cloud-certificate-manager/.coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ branch = True
show_missing = True
omit =
google/cloud/certificate_manager/__init__.py
google/cloud/certificate_manager/gapic_version.py
exclude_lines =
# Re-enable the standard pragma
pragma: NO COVER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
from google.cloud.certificate_manager import gapic_version as package_version
from google.cloud.certificate_manager_v1 import gapic_version as package_version

__version__ = package_version.__version__

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@ class CertificateManagerAsyncClient:
The Certificates Manager service exposes the following resources:
- ``Certificate`` which describes a single TLS certificate.
- ``CertificateMap`` which describes a collection of certificates
- ``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
- ``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
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,15 +118,15 @@ class CertificateManagerClient(metaclass=CertificateManagerClientMeta):
The Certificates Manager service exposes the following resources:
- ``Certificate`` which describes a single TLS certificate.
- ``CertificateMap`` which describes a collection of certificates
- ``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
- ``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
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ class CertificateManagerGrpcTransport(CertificateManagerTransport):
The Certificates Manager service exposes the following resources:
- ``Certificate`` which describes a single TLS certificate.
- ``CertificateMap`` which describes a collection of certificates
- ``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
- ``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
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ class CertificateManagerGrpcAsyncIOTransport(CertificateManagerTransport):
The Certificates Manager service exposes the following resources:
- ``Certificate`` which describes a single TLS certificate.
- ``CertificateMap`` which describes a collection of certificates
- ``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
- ``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
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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ class ManagedCertificate(proto.Message):
Immutable. Authorizations that will be used
for performing domain authorization.
issuance_config (str):
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/*``. If
Expand All @@ -950,11 +950,11 @@ class ManagedCertificate(proto.Message):
"""

class State(proto.Enum):
r"""
r"""State of the managed certificate resource.
Values:
STATE_UNSPECIFIED (0):
State is unspecified.
PROVISIONING (1):
Certificate Manager attempts to provision or renew the
certificate. If the process takes longer than expected,
Expand Down Expand Up @@ -989,11 +989,11 @@ class ProvisioningIssue(proto.Message):
"""

class Reason(proto.Enum):
r"""
r"""Reason for provisioning failures.
Values:
REASON_UNSPECIFIED (0):
Reason is unspecified.
AUTHORIZATION_ISSUE (1):
Certificate provisioning failed due to an issue with one or
more of the domains on the certificate. For details of which
Expand Down Expand Up @@ -1042,11 +1042,11 @@ class AuthorizationAttemptInfo(proto.Message):
"""

class State(proto.Enum):
r"""
r"""State of the domain for managed certificate issuance.
Values:
STATE_UNSPECIFIED (0):
State is unspecified.
AUTHORIZING (1):
Certificate provisioning for this domain is
under way. GCP will attempt to authorize the
Expand All @@ -1066,11 +1066,12 @@ class State(proto.Enum):
FAILED = 7

class FailureReason(proto.Enum):
r"""
r"""Reason for failure of the authorization attempt for the
domain.
Values:
FAILURE_REASON_UNSPECIFIED (0):
FailureReason is unspecified.
CONFIG (1):
There was a problem with the user's DNS or
load balancer configuration for this domain.
Expand Down Expand Up @@ -1215,14 +1216,14 @@ class CertificateMap(proto.Message):
Set of labels associated with a Certificate
Map.
gclb_targets (MutableSequence[google.cloud.certificate_manager_v1.types.CertificateMap.GclbTarget]):
Output only. A list of GCLB targets which use
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.
"""

class GclbTarget(proto.Message):
r"""Describes a Target Proxy which uses this Certificate Map.
r"""Describes a Target Proxy that uses this Certificate Map.
This message has `oneof`_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Expand Down Expand Up @@ -1450,7 +1451,7 @@ class DnsAuthorization(proto.Message):
One or more paragraphs of text description of
a DnsAuthorization.
domain (str):
Required. Immutable. A domain which is being authorized. A
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-certificate-manager",
"version": "1.3.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 52ec8c3

Please sign in to comment.