Skip to content

Commit

Permalink
chore: [CertificateManager] update import paths for Go targets to mat…
Browse files Browse the repository at this point in the history
…ch open source location (#5814)

* 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: eyJwIjoiQ2VydGlmaWNhdGVNYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiIwMGIzOGI4ZTNhMzljMDZiZTIwZDA0OWI0NmM0YTM5ZmQwOWZhYmVmIn0=

* 🦉 Updates from OwlBot post-processor

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

* chore: update import paths for Go targets to match open source location
chore: update go_package in protos to match open source location
chore: add explicit release levels to Go gapic targets

PiperOrigin-RevId: 506711567

Source-Link: googleapis/googleapis@d02e582

Source-Link: googleapis/googleapis-gen@7f1c541
Copy-Tag: eyJwIjoiQ2VydGlmaWNhdGVNYW5hZ2VyLy5Pd2xCb3QueWFtbCIsImgiOiI3ZjFjNTQxNTMxMjVlYjVhYmQ2MGEzMmRlNThjZmRhNmE3OThhNzBhIn0=

* 🦉 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>
Co-authored-by: Brent Shaffer <betterbrent@google.com>
  • Loading branch information
3 people committed Feb 8, 2023
1 parent 8199988 commit 5952d3b
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 23 deletions.
Binary file modified CertificateManager/metadata/V1/CertificateIssuanceConfig.php
Binary file not shown.
Binary file modified CertificateManager/metadata/V1/CertificateManager.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* format `projects/&#42;/locations/*`. Please see
* {@see CertificateManagerClient::locationName()} for help formatting this field.
* @param string $dnsAuthorizationId A user-provided name of the dns authorization.
* @param string $dnsAuthorizationDomain Immutable. A domain which is being authorized. A DnsAuthorization
* @param string $dnsAuthorizationDomain 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`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* Updates a DnsAuthorization.
*
* @param string $dnsAuthorizationDomain Immutable. A domain which is being authorized. A DnsAuthorization
* @param string $dnsAuthorizationDomain 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`.
Expand Down
8 changes: 4 additions & 4 deletions CertificateManager/src/V1/Certificate/ManagedCertificate.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions CertificateManager/src/V1/CertificateManagerGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
*
* 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.
*
Expand Down
8 changes: 4 additions & 4 deletions CertificateManager/src/V1/CertificateMap.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CertificateManager/src/V1/CertificateMap/GclbTarget.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions CertificateManager/src/V1/DnsAuthorization.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
*
* 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.
*
Expand Down

0 comments on commit 5952d3b

Please sign in to comment.