Skip to content

Commit 8a3bb87

Browse files
feat: Automated regeneration of NetworkManagement client (googleapis#12417)
Auto-created at 2024-10-26 13:16:29 +0000 using the toys pull request generator.
1 parent 2b824b7 commit 8a3bb87

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

clients/network_management/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_network_management, "~> 0.31"}]
14+
[{:google_api_network_management, "~> 0.32"}]
1515
end
1616
```
1717

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

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

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

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

clients/network_management/lib/google_api/network_management/v1beta1/metadata.ex

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

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

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

clients/network_management/lib/google_api/network_management/v1beta1/model/cloud_run_revision_info.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.CloudRunRevisionInfo do
2323
2424
* `displayName` (*type:* `String.t`, *default:* `nil`) - Name of a Cloud Run revision.
2525
* `location` (*type:* `String.t`, *default:* `nil`) - Location in which this revision is deployed.
26-
* `serviceName` (*type:* `String.t`, *default:* `nil`) - ID of Cloud Run Service this revision belongs to. Was never set, is not exported to v1 proto and public protos. Do not export to v1beta1 public proto.
2726
* `serviceUri` (*type:* `String.t`, *default:* `nil`) - URI of Cloud Run service this revision belongs to.
2827
* `uri` (*type:* `String.t`, *default:* `nil`) - URI of a Cloud Run revision.
2928
"""
@@ -33,14 +32,12 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.CloudRunRevisionInfo do
3332
@type t :: %__MODULE__{
3433
:displayName => String.t() | nil,
3534
:location => String.t() | nil,
36-
:serviceName => String.t() | nil,
3735
:serviceUri => String.t() | nil,
3836
:uri => String.t() | nil
3937
}
4038

4139
field(:displayName)
4240
field(:location)
43-
field(:serviceName)
4441
field(:serviceUri)
4542
field(:uri)
4643
end

clients/network_management/lib/google_api/network_management/v1beta1/model/vpc_flow_logs_config.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.VpcFlowLogsConfig do
3232
* `metadataFields` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Custom metadata fields to include in the reported VPC flow logs. Can only be specified if "metadata" was set to CUSTOM_METADATA.
3333
* `name` (*type:* `String.t`, *default:* `nil`) - Identifier. Unique name of the configuration using the form: `projects/{project_id}/locations/global/vpcFlowLogsConfigs/{vpc_flow_logs_config_id}`
3434
* `state` (*type:* `String.t`, *default:* `nil`) - Optional. The state of the VPC Flow Log configuration. Default value is ENABLED. When creating a new configuration, it must be enabled.
35+
* `targetResourceState` (*type:* `String.t`, *default:* `nil`) - Output only. A diagnostic bit - describes the state of the configured target resource for diagnostic purposes.
3536
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time the config was updated.
3637
* `vpnTunnel` (*type:* `String.t`, *default:* `nil`) - Traffic will be logged from the VPN Tunnel. Format: projects/{project_id}/regions/{region}/vpnTunnels/{name}
3738
"""
@@ -50,6 +51,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.VpcFlowLogsConfig do
5051
:metadataFields => list(String.t()) | nil,
5152
:name => String.t() | nil,
5253
:state => String.t() | nil,
54+
:targetResourceState => String.t() | nil,
5355
:updateTime => DateTime.t() | nil,
5456
:vpnTunnel => String.t() | nil
5557
}
@@ -65,6 +67,7 @@ defmodule GoogleApi.NetworkManagement.V1beta1.Model.VpcFlowLogsConfig do
6567
field(:metadataFields, type: :list)
6668
field(:name)
6769
field(:state)
70+
field(:targetResourceState)
6871
field(:updateTime, as: DateTime)
6972
field(:vpnTunnel)
7073
end

clients/network_management/mix.exs

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

21-
@version "0.31.0"
21+
@version "0.32.0"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)