Skip to content

Commit 512b1f3

Browse files
feat: Automated regeneration of PrivateCA client (googleapis#12297)
Auto-created at 2024-10-12 13:14:03 +0000 using the toys pull request generator.
1 parent 9c16408 commit 512b1f3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/private_ca/lib/google_api/private_ca/v1/api/projects.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ defmodule GoogleApi.PrivateCA.V1.Api.Projects do
14131413
## Parameters
14141414
14151415
* `connection` (*type:* `GoogleApi.PrivateCA.V1.Connection.t`) - Connection to server
1416-
* `name` (*type:* `String.t`) - Output only. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
1416+
* `name` (*type:* `String.t`) - Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
14171417
* `optional_params` (*type:* `keyword()`) - Optional parameters
14181418
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
14191419
* `:access_token` (*type:* `String.t`) - OAuth access token.

clients/private_ca/lib/google_api/private_ca/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.PrivateCA.V1 do
2020
API client metadata for GoogleApi.PrivateCA.V1.
2121
"""
2222

23-
@discovery_revision "20240918"
23+
@discovery_revision "20241002"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/private_ca/lib/google_api/private_ca/v1/model/certificate_authority.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule GoogleApi.PrivateCA.V1.Model.CertificateAuthority do
3131
* `keySpec` (*type:* `GoogleApi.PrivateCA.V1.Model.KeyVersionSpec.t`, *default:* `nil`) - Required. Immutable. Used when issuing certificates for this CertificateAuthority. If this 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.
3232
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Labels with user-defined metadata.
3333
* `lifetime` (*type:* `String.t`, *default:* `nil`) - 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.
34-
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
34+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource name for this CertificateAuthority in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
3535
* `pemCaCertificates` (*type:* `list(String.t)`, *default:* `nil`) - Output only. This CertificateAuthority's certificate chain, including the current 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's certificate.
3636
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
3737
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.

clients/private_ca/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.PrivateCA.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.15.1"
21+
@version "0.15.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)