Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of CertificateManager client #11360

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:filter` (*type:* `String.t`) - Filter expression to restrict the Certificates Configs returned.
* `:orderBy` (*type:* `String.t`) - A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".
* `:orderBy` (*type:* `String.t`) - A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`.
* `:pageSize` (*type:* `integer()`) - Maximum number of certificate configs to return per call.
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListCertificateIssuanceConfigsResponse`. Indicates that this is a continuation of a prior `ListCertificateIssuanceConfigs` call, and that the system should return the next page of data.
* `opts` (*type:* `keyword()`) - Call options
Expand Down Expand Up @@ -704,7 +704,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:filter` (*type:* `String.t`) - Filter expression to restrict the Certificates Maps returned.
* `:orderBy` (*type:* `String.t`) - A list of Certificate Map field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".
* `:orderBy` (*type:* `String.t`) - A list of Certificate Map field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`.
* `:pageSize` (*type:* `integer()`) - Maximum number of certificate maps to return per call.
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListCertificateMapsResponse`. Indicates that this is a continuation of a prior `ListCertificateMaps` call, and that the system should return the next page of data.
* `opts` (*type:* `keyword()`) - Call options
Expand Down Expand Up @@ -1074,7 +1074,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:filter` (*type:* `String.t`) - Filter expression to restrict the returned Certificate Map Entries.
* `:orderBy` (*type:* `String.t`) - A list of Certificate Map Entry field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".
* `:orderBy` (*type:* `String.t`) - A list of Certificate Map Entry field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`.
* `:pageSize` (*type:* `integer()`) - Maximum number of certificate map entries to return. The service may return fewer than this value. If unspecified, at most 50 certificate map entries will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListCertificateMapEntriesResponse`. Indicates that this is a continuation of a prior `ListCertificateMapEntries` call, and that the system should return the next page of data.
* `opts` (*type:* `keyword()`) - Call options
Expand Down Expand Up @@ -1442,7 +1442,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:filter` (*type:* `String.t`) - Filter expression to restrict the Certificates returned.
* `:orderBy` (*type:* `String.t`) - A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".
* `:orderBy` (*type:* `String.t`) - A list of Certificate field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`.
* `:pageSize` (*type:* `integer()`) - Maximum number of certificates to return per call.
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListCertificatesResponse`. Indicates that this is a continuation of a prior `ListCertificates` call, and that the system should return the next page of data.
* `opts` (*type:* `keyword()`) - Call options
Expand Down Expand Up @@ -1812,7 +1812,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:filter` (*type:* `String.t`) - Filter expression to restrict the Dns Authorizations returned.
* `:orderBy` (*type:* `String.t`) - A list of Dns Authorization field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".
* `:orderBy` (*type:* `String.t`) - A list of Dns Authorization field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`.
* `:pageSize` (*type:* `integer()`) - Maximum number of dns authorizations to return per call.
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListDnsAuthorizationsResponse`. Indicates that this is a continuation of a prior `ListDnsAuthorizations` call, and that the system should return the next page of data.
* `opts` (*type:* `keyword()`) - Call options
Expand Down Expand Up @@ -2472,7 +2472,7 @@ defmodule GoogleApi.CertificateManager.V1.Api.Projects do
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
* `:filter` (*type:* `String.t`) - Filter expression to restrict the TrustConfigs returned.
* `:orderBy` (*type:* `String.t`) - A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".
* `:orderBy` (*type:* `String.t`) - A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix `" desc"`.
* `:pageSize` (*type:* `integer()`) - Maximum number of TrustConfigs to return per call.
* `:pageToken` (*type:* `String.t`) - The value returned by the last `ListTrustConfigsResponse`. Indicates that this is a continuation of a prior `ListTrustConfigs` call, and that the system should return the next page of data.
* `opts` (*type:* `keyword()`) - Call options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.CertificateManager.V1 do
API client metadata for GoogleApi.CertificateManager.V1.
"""

@discovery_revision "20240313"
@discovery_revision "20240417"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule GoogleApi.CertificateManager.V1.Model.TrustConfig do

## Attributes

* `allowlistedCertificates` (*type:* `list(GoogleApi.CertificateManager.V1.Model.AllowlistedCertificate.t)`, *default:* `nil`) - Optional. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificates SAN field are met.
* `allowlistedCertificates` (*type:* `list(GoogleApi.CertificateManager.V1.Model.AllowlistedCertificate.t)`, *default:* `nil`) - Optional. A certificate matching an allowlisted certificate is always considered valid as long as the certificate is parseable, proof of private key possession is established, and constraints on the certificate's SAN field are met.
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The creation timestamp of a TrustConfig.
* `description` (*type:* `String.t`, *default:* `nil`) - One or more paragraphs of text description of a TrustConfig.
* `etag` (*type:* `String.t`, *default:* `nil`) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down
2 changes: 1 addition & 1 deletion clients/certificate_manager/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.CertificateManager.Mixfile do
use Mix.Project

@version "0.6.0"
@version "0.6.1"

def project() do
[
Expand Down
Loading