Skip to content

Commit e2ee658

Browse files
feat: Automated regeneration of PrivateCA client (googleapis#12210)
Auto-created at 2024-09-25 13:19:45 +0000 using the toys pull request generator.
1 parent b0e2468 commit e2ee658

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
@@ -599,7 +599,7 @@ defmodule GoogleApi.PrivateCA.V1.Api.Projects do
599599
## Parameters
600600
601601
* `connection` (*type:* `GoogleApi.PrivateCA.V1.Connection.t`) - Connection to server
602-
* `name` (*type:* `String.t`) - Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.
602+
* `name` (*type:* `String.t`) - Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.
603603
* `optional_params` (*type:* `keyword()`) - Optional parameters
604604
* `:"$.xgafv"` (*type:* `String.t`) - V1 error format.
605605
* `: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 "20240819"
23+
@discovery_revision "20240918"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.PrivateCA.V1.Model.CaPool do
2323
2424
* `issuancePolicy` (*type:* `GoogleApi.PrivateCA.V1.Model.IssuancePolicy.t`, *default:* `nil`) - Optional. The IssuancePolicy to control how Certificates will be issued from this CaPool.
2525
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Labels with user-defined metadata.
26-
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.
26+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource name for this CaPool in the format `projects/*/locations/*/caPools/*`.
2727
* `publishingOptions` (*type:* `GoogleApi.PrivateCA.V1.Model.PublishingOptions.t`, *default:* `nil`) - Optional. The PublishingOptions to follow when issuing Certificates from any CertificateAuthority in this CaPool.
2828
* `tier` (*type:* `String.t`, *default:* `nil`) - Required. Immutable. The Tier of this CaPool.
2929
"""

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.0"
21+
@version "0.15.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)