Skip to content

Commit

Permalink
feat: [google-cloud-network-management] expose the new v1 vpcflowlogs…
Browse files Browse the repository at this point in the history
… api proto (#13432)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 714651625

Source-Link:
googleapis/googleapis@d5cc1cd

Source-Link:
googleapis/googleapis-gen@69425b9
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmstbWFuYWdlbWVudC8uT3dsQm90LnlhbWwiLCJoIjoiNjk0MjViOTc0MDNhNjc5YTllODkyY2FkYWQ2NjZhYjFhMGMyMzYwMSJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Jan 13, 2025
1 parent ad5c169 commit aaea7ae
Show file tree
Hide file tree
Showing 34 changed files with 19,356 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ Services for Google Cloud Network Management v1 API
:maxdepth: 2

reachability_service
vpc_flow_logs_service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
VpcFlowLogsService
------------------------------------

.. automodule:: google.cloud.network_management_v1.services.vpc_flow_logs_service
:members:
:inherited-members:

.. automodule:: google.cloud.network_management_v1.services.vpc_flow_logs_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
from google.cloud.network_management_v1.services.reachability_service.client import (
ReachabilityServiceClient,
)
from google.cloud.network_management_v1.services.vpc_flow_logs_service.async_client import (
VpcFlowLogsServiceAsyncClient,
)
from google.cloud.network_management_v1.services.vpc_flow_logs_service.client import (
VpcFlowLogsServiceClient,
)
from google.cloud.network_management_v1.types.connectivity_test import (
ConnectivityTest,
Endpoint,
Expand Down Expand Up @@ -75,10 +81,23 @@
VpnGatewayInfo,
VpnTunnelInfo,
)
from google.cloud.network_management_v1.types.vpc_flow_logs import (
CreateVpcFlowLogsConfigRequest,
DeleteVpcFlowLogsConfigRequest,
GetVpcFlowLogsConfigRequest,
ListVpcFlowLogsConfigsRequest,
ListVpcFlowLogsConfigsResponse,
UpdateVpcFlowLogsConfigRequest,
)
from google.cloud.network_management_v1.types.vpc_flow_logs_config import (
VpcFlowLogsConfig,
)

__all__ = (
"ReachabilityServiceClient",
"ReachabilityServiceAsyncClient",
"VpcFlowLogsServiceClient",
"VpcFlowLogsServiceAsyncClient",
"ConnectivityTest",
"Endpoint",
"LatencyDistribution",
Expand Down Expand Up @@ -124,4 +143,11 @@
"VpnGatewayInfo",
"VpnTunnelInfo",
"LoadBalancerType",
"CreateVpcFlowLogsConfigRequest",
"DeleteVpcFlowLogsConfigRequest",
"GetVpcFlowLogsConfigRequest",
"ListVpcFlowLogsConfigsRequest",
"ListVpcFlowLogsConfigsResponse",
"UpdateVpcFlowLogsConfigRequest",
"VpcFlowLogsConfig",
)
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.23.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
ReachabilityServiceAsyncClient,
ReachabilityServiceClient,
)
from .services.vpc_flow_logs_service import (
VpcFlowLogsServiceAsyncClient,
VpcFlowLogsServiceClient,
)
from .types.connectivity_test import (
ConnectivityTest,
Endpoint,
Expand Down Expand Up @@ -73,17 +77,29 @@
VpnGatewayInfo,
VpnTunnelInfo,
)
from .types.vpc_flow_logs import (
CreateVpcFlowLogsConfigRequest,
DeleteVpcFlowLogsConfigRequest,
GetVpcFlowLogsConfigRequest,
ListVpcFlowLogsConfigsRequest,
ListVpcFlowLogsConfigsResponse,
UpdateVpcFlowLogsConfigRequest,
)
from .types.vpc_flow_logs_config import VpcFlowLogsConfig

__all__ = (
"ReachabilityServiceAsyncClient",
"VpcFlowLogsServiceAsyncClient",
"AbortInfo",
"AppEngineVersionInfo",
"CloudFunctionInfo",
"CloudRunRevisionInfo",
"CloudSQLInstanceInfo",
"ConnectivityTest",
"CreateConnectivityTestRequest",
"CreateVpcFlowLogsConfigRequest",
"DeleteConnectivityTestRequest",
"DeleteVpcFlowLogsConfigRequest",
"DeliverInfo",
"DropInfo",
"Endpoint",
Expand All @@ -93,12 +109,15 @@
"ForwardingRuleInfo",
"GKEMasterInfo",
"GetConnectivityTestRequest",
"GetVpcFlowLogsConfigRequest",
"GoogleServiceInfo",
"InstanceInfo",
"LatencyDistribution",
"LatencyPercentile",
"ListConnectivityTestsRequest",
"ListConnectivityTestsResponse",
"ListVpcFlowLogsConfigsRequest",
"ListVpcFlowLogsConfigsResponse",
"LoadBalancerBackend",
"LoadBalancerBackendInfo",
"LoadBalancerInfo",
Expand All @@ -119,7 +138,10 @@
"StorageBucketInfo",
"Trace",
"UpdateConnectivityTestRequest",
"UpdateVpcFlowLogsConfigRequest",
"VpcConnectorInfo",
"VpcFlowLogsConfig",
"VpcFlowLogsServiceClient",
"VpnGatewayInfo",
"VpnTunnelInfo",
)
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,100 @@
}
}
}
},
"VpcFlowLogsService": {
"clients": {
"grpc": {
"libraryClient": "VpcFlowLogsServiceClient",
"rpcs": {
"CreateVpcFlowLogsConfig": {
"methods": [
"create_vpc_flow_logs_config"
]
},
"DeleteVpcFlowLogsConfig": {
"methods": [
"delete_vpc_flow_logs_config"
]
},
"GetVpcFlowLogsConfig": {
"methods": [
"get_vpc_flow_logs_config"
]
},
"ListVpcFlowLogsConfigs": {
"methods": [
"list_vpc_flow_logs_configs"
]
},
"UpdateVpcFlowLogsConfig": {
"methods": [
"update_vpc_flow_logs_config"
]
}
}
},
"grpc-async": {
"libraryClient": "VpcFlowLogsServiceAsyncClient",
"rpcs": {
"CreateVpcFlowLogsConfig": {
"methods": [
"create_vpc_flow_logs_config"
]
},
"DeleteVpcFlowLogsConfig": {
"methods": [
"delete_vpc_flow_logs_config"
]
},
"GetVpcFlowLogsConfig": {
"methods": [
"get_vpc_flow_logs_config"
]
},
"ListVpcFlowLogsConfigs": {
"methods": [
"list_vpc_flow_logs_configs"
]
},
"UpdateVpcFlowLogsConfig": {
"methods": [
"update_vpc_flow_logs_config"
]
}
}
},
"rest": {
"libraryClient": "VpcFlowLogsServiceClient",
"rpcs": {
"CreateVpcFlowLogsConfig": {
"methods": [
"create_vpc_flow_logs_config"
]
},
"DeleteVpcFlowLogsConfig": {
"methods": [
"delete_vpc_flow_logs_config"
]
},
"GetVpcFlowLogsConfig": {
"methods": [
"get_vpc_flow_logs_config"
]
},
"ListVpcFlowLogsConfigs": {
"methods": [
"list_vpc_flow_logs_configs"
]
},
"UpdateVpcFlowLogsConfig": {
"methods": [
"update_vpc_flow_logs_config"
]
}
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "1.23.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# -*- coding: utf-8 -*-
# Copyright 2024 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
from .async_client import VpcFlowLogsServiceAsyncClient
from .client import VpcFlowLogsServiceClient

__all__ = (
"VpcFlowLogsServiceClient",
"VpcFlowLogsServiceAsyncClient",
)
Loading

0 comments on commit aaea7ae

Please sign in to comment.