Skip to content

Commit

Permalink
feat: [google-cloud-network-connectivity] Add support for opt-in debu…
Browse files Browse the repository at this point in the history
…g logging (#13323)

BEGIN_COMMIT_OVERRIDE
feat: Add support for opt-in debug logging
fix: Fix typing issue with gRPC metadata when key ends in -bin
chore: Update gapic-generator-python to v1.21.0
feat: add Network Connectivity Center APIs for PSC connection
propagation through NCC
feat: add Network Connectivity Center APIs for star topology
feat: add Network Connectivity Center APIs for producer VPC spokes
feat: add Network Connectivity Center APIs for dynamic route exchange
feat: add Network Connectivity Center APIs for include export filters
feat: add Network Connectivity Center APIs for include import ranges on
hybrid spokes
docs: update comment for `ListRoutes` method in service `HubService` to
clarify that it lists routes in a route table
docs: update comment for `ListRouteTables` method in service
`HubService` to clarify that it lists route tables in a hub
docs: update comment for field `location` in message
`.google.cloud.networkconnectivity.v1.Route` to clarify that it's the
origin location
END_COMMIT_OVERRIDE

- [ ] Regenerate this pull request now.

fix: Fix typing issue with gRPC metadata when key ends in -bin
chore: Update gapic-generator-python to v1.21.0

PiperOrigin-RevId: 705285820

Source-Link:
googleapis/googleapis@f9b8b91

Source-Link:
googleapis/googleapis-gen@ca1e0a1
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmstY29ubmVjdGl2aXR5Ly5Pd2xCb3QueWFtbCIsImgiOiJjYTFlMGExZTQ3MmQ2ZTZmNWRlODgzYTVjYjU0NzI0ZjExMmNlMzQ4In0=

BEGIN_NESTED_COMMIT
feat: [google-cloud-network-connectivity] add Network Connectivity
Center APIs for PSC connection propagation through NCC
feat: add Network Connectivity Center APIs for star topology
feat: add Network Connectivity Center APIs for producer VPC spokes
feat: add Network Connectivity Center APIs for dynamic route exchange
feat: add Network Connectivity Center APIs for include export filters
feat: add Network Connectivity Center APIs for include import ranges on
hybrid spokes
docs: update comment for `ListRoutes` method in service `HubService` to
clarify that it lists routes in a route table
docs: update comment for `ListRouteTables` method in service
`HubService` to clarify that it lists route tables in a hub
docs: update comment for field `location` in message
`.google.cloud.networkconnectivity.v1.Route` to clarify that it's the
origin location

PiperOrigin-RevId: 702422268

Source-Link:
googleapis/googleapis@59254b4

Source-Link:
googleapis/googleapis-gen@f199480
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmstY29ubmVjdGl2aXR5Ly5Pd2xCb3QueWFtbCIsImgiOiJmMTk5NDgwZDMzNDAwMmFkYTUzYzM4N2ZkYjExNzVkZTNjNTUwZjdiIn0=
END_NESTED_COMMIT

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: ohmayr <omairnaveed@ymail.com>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent b1358ba commit e188f1a
Show file tree
Hide file tree
Showing 32 changed files with 6,311 additions and 2,249 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from google.cloud.networkconnectivity_v1.types.hub import (
AcceptHubSpokeRequest,
AcceptHubSpokeResponse,
AutoAccept,
CreateHubRequest,
CreateSpokeRequest,
DeleteHubRequest,
Expand All @@ -45,7 +46,9 @@
GetSpokeRequest,
Group,
Hub,
HubStatusEntry,
LinkedInterconnectAttachments,
LinkedProducerVpcNetwork,
LinkedRouterApplianceInstances,
LinkedVpcNetwork,
LinkedVpnTunnels,
Expand All @@ -63,7 +66,15 @@
ListSpokesResponse,
LocationFeature,
LocationMetadata,
NextHopInterconnectAttachment,
NextHopRouterApplianceInstance,
NextHopVpcNetwork,
NextHopVPNTunnel,
PolicyMode,
PresetTopology,
PscPropagationStatus,
QueryHubStatusRequest,
QueryHubStatusResponse,
RejectHubSpokeRequest,
RejectHubSpokeResponse,
Route,
Expand All @@ -75,6 +86,7 @@
SpokeSummary,
SpokeType,
State,
UpdateGroupRequest,
UpdateHubRequest,
UpdateSpokeRequest,
)
Expand All @@ -95,6 +107,7 @@
"OperationMetadata",
"AcceptHubSpokeRequest",
"AcceptHubSpokeResponse",
"AutoAccept",
"CreateHubRequest",
"CreateSpokeRequest",
"DeleteHubRequest",
Expand All @@ -106,7 +119,9 @@
"GetSpokeRequest",
"Group",
"Hub",
"HubStatusEntry",
"LinkedInterconnectAttachments",
"LinkedProducerVpcNetwork",
"LinkedRouterApplianceInstances",
"LinkedVpcNetwork",
"LinkedVpnTunnels",
Expand All @@ -123,7 +138,13 @@
"ListSpokesRequest",
"ListSpokesResponse",
"LocationMetadata",
"NextHopInterconnectAttachment",
"NextHopRouterApplianceInstance",
"NextHopVpcNetwork",
"NextHopVPNTunnel",
"PscPropagationStatus",
"QueryHubStatusRequest",
"QueryHubStatusResponse",
"RejectHubSpokeRequest",
"RejectHubSpokeResponse",
"Route",
Expand All @@ -132,9 +153,12 @@
"RoutingVPC",
"Spoke",
"SpokeSummary",
"UpdateGroupRequest",
"UpdateHubRequest",
"UpdateSpokeRequest",
"LocationFeature",
"PolicyMode",
"PresetTopology",
"RouteType",
"SpokeType",
"State",
Expand Down
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__ = "2.5.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
from .types.hub import (
AcceptHubSpokeRequest,
AcceptHubSpokeResponse,
AutoAccept,
CreateHubRequest,
CreateSpokeRequest,
DeleteHubRequest,
Expand All @@ -38,7 +39,9 @@
GetSpokeRequest,
Group,
Hub,
HubStatusEntry,
LinkedInterconnectAttachments,
LinkedProducerVpcNetwork,
LinkedRouterApplianceInstances,
LinkedVpcNetwork,
LinkedVpnTunnels,
Expand All @@ -56,7 +59,15 @@
ListSpokesResponse,
LocationFeature,
LocationMetadata,
NextHopInterconnectAttachment,
NextHopRouterApplianceInstance,
NextHopVpcNetwork,
NextHopVPNTunnel,
PolicyMode,
PresetTopology,
PscPropagationStatus,
QueryHubStatusRequest,
QueryHubStatusResponse,
RejectHubSpokeRequest,
RejectHubSpokeResponse,
Route,
Expand All @@ -68,6 +79,7 @@
SpokeSummary,
SpokeType,
State,
UpdateGroupRequest,
UpdateHubRequest,
UpdateSpokeRequest,
)
Expand All @@ -85,6 +97,7 @@
"PolicyBasedRoutingServiceAsyncClient",
"AcceptHubSpokeRequest",
"AcceptHubSpokeResponse",
"AutoAccept",
"CreateHubRequest",
"CreatePolicyBasedRouteRequest",
"CreateSpokeRequest",
Expand All @@ -100,7 +113,9 @@
"Group",
"Hub",
"HubServiceClient",
"HubStatusEntry",
"LinkedInterconnectAttachments",
"LinkedProducerVpcNetwork",
"LinkedRouterApplianceInstances",
"LinkedVpcNetwork",
"LinkedVpnTunnels",
Expand All @@ -120,10 +135,18 @@
"ListSpokesResponse",
"LocationFeature",
"LocationMetadata",
"NextHopInterconnectAttachment",
"NextHopRouterApplianceInstance",
"NextHopVPNTunnel",
"NextHopVpcNetwork",
"OperationMetadata",
"PolicyBasedRoute",
"PolicyBasedRoutingServiceClient",
"PolicyMode",
"PresetTopology",
"PscPropagationStatus",
"QueryHubStatusRequest",
"QueryHubStatusResponse",
"RejectHubSpokeRequest",
"RejectHubSpokeResponse",
"Route",
Expand All @@ -135,6 +158,7 @@
"SpokeSummary",
"SpokeType",
"State",
"UpdateGroupRequest",
"UpdateHubRequest",
"UpdateSpokeRequest",
)
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,21 @@
"list_spokes"
]
},
"QueryHubStatus": {
"methods": [
"query_hub_status"
]
},
"RejectHubSpoke": {
"methods": [
"reject_hub_spoke"
]
},
"UpdateGroup": {
"methods": [
"update_group"
]
},
"UpdateHub": {
"methods": [
"update_hub"
Expand Down Expand Up @@ -190,11 +200,21 @@
"list_spokes"
]
},
"QueryHubStatus": {
"methods": [
"query_hub_status"
]
},
"RejectHubSpoke": {
"methods": [
"reject_hub_spoke"
]
},
"UpdateGroup": {
"methods": [
"update_group"
]
},
"UpdateHub": {
"methods": [
"update_hub"
Expand Down
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__ = "2.5.1" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit e188f1a

Please sign in to comment.