Skip to content
Merged
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
@@ -0,0 +1,10 @@
InternalRangeService
--------------------------------------

.. automodule:: google.cloud.networkconnectivity_v1.services.internal_range_service
:members:
:inherited-members:

.. automodule:: google.cloud.networkconnectivity_v1.services.internal_range_service.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Services for Google Cloud Networkconnectivity v1 API

cross_network_automation_service
hub_service
internal_range_service
policy_based_routing_service
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
from google.cloud.networkconnectivity_v1.services.hub_service.client import (
HubServiceClient,
)
from google.cloud.networkconnectivity_v1.services.internal_range_service.async_client import (
InternalRangeServiceAsyncClient,
)
from google.cloud.networkconnectivity_v1.services.internal_range_service.client import (
InternalRangeServiceClient,
)
from google.cloud.networkconnectivity_v1.services.policy_based_routing_service.async_client import (
PolicyBasedRoutingServiceAsyncClient,
)
Expand Down Expand Up @@ -131,6 +137,15 @@
UpdateHubRequest,
UpdateSpokeRequest,
)
from google.cloud.networkconnectivity_v1.types.internal_range import (
CreateInternalRangeRequest,
DeleteInternalRangeRequest,
GetInternalRangeRequest,
InternalRange,
ListInternalRangesRequest,
ListInternalRangesResponse,
UpdateInternalRangeRequest,
)
from google.cloud.networkconnectivity_v1.types.policy_based_routing import (
CreatePolicyBasedRouteRequest,
DeletePolicyBasedRouteRequest,
Expand All @@ -145,6 +160,8 @@
"CrossNetworkAutomationServiceAsyncClient",
"HubServiceClient",
"HubServiceAsyncClient",
"InternalRangeServiceClient",
"InternalRangeServiceAsyncClient",
"PolicyBasedRoutingServiceClient",
"PolicyBasedRoutingServiceAsyncClient",
"OperationMetadata",
Expand Down Expand Up @@ -238,6 +255,13 @@
"RouteType",
"SpokeType",
"State",
"CreateInternalRangeRequest",
"DeleteInternalRangeRequest",
"GetInternalRangeRequest",
"InternalRange",
"ListInternalRangesRequest",
"ListInternalRangesResponse",
"UpdateInternalRangeRequest",
"CreatePolicyBasedRouteRequest",
"DeletePolicyBasedRouteRequest",
"GetPolicyBasedRouteRequest",
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.8.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 @@ -23,6 +23,10 @@
CrossNetworkAutomationServiceClient,
)
from .services.hub_service import HubServiceAsyncClient, HubServiceClient
from .services.internal_range_service import (
InternalRangeServiceAsyncClient,
InternalRangeServiceClient,
)
from .services.policy_based_routing_service import (
PolicyBasedRoutingServiceAsyncClient,
PolicyBasedRoutingServiceClient,
Expand Down Expand Up @@ -122,6 +126,15 @@
UpdateHubRequest,
UpdateSpokeRequest,
)
from .types.internal_range import (
CreateInternalRangeRequest,
DeleteInternalRangeRequest,
GetInternalRangeRequest,
InternalRange,
ListInternalRangesRequest,
ListInternalRangesResponse,
UpdateInternalRangeRequest,
)
from .types.policy_based_routing import (
CreatePolicyBasedRouteRequest,
DeletePolicyBasedRouteRequest,
Expand All @@ -134,6 +147,7 @@
__all__ = (
"CrossNetworkAutomationServiceAsyncClient",
"HubServiceAsyncClient",
"InternalRangeServiceAsyncClient",
"PolicyBasedRoutingServiceAsyncClient",
"AcceptHubSpokeRequest",
"AcceptHubSpokeResponse",
Expand All @@ -142,13 +156,15 @@
"AutoAccept",
"ConnectionErrorType",
"CreateHubRequest",
"CreateInternalRangeRequest",
"CreatePolicyBasedRouteRequest",
"CreateServiceConnectionMapRequest",
"CreateServiceConnectionPolicyRequest",
"CreateServiceConnectionTokenRequest",
"CreateSpokeRequest",
"CrossNetworkAutomationServiceClient",
"DeleteHubRequest",
"DeleteInternalRangeRequest",
"DeletePolicyBasedRouteRequest",
"DeleteServiceClassRequest",
"DeleteServiceConnectionMapRequest",
Expand All @@ -157,6 +173,7 @@
"DeleteSpokeRequest",
"GetGroupRequest",
"GetHubRequest",
"GetInternalRangeRequest",
"GetPolicyBasedRouteRequest",
"GetRouteRequest",
"GetRouteTableRequest",
Expand All @@ -171,6 +188,8 @@
"HubStatusEntry",
"IPVersion",
"Infrastructure",
"InternalRange",
"InternalRangeServiceClient",
"LinkedInterconnectAttachments",
"LinkedProducerVpcNetwork",
"LinkedRouterApplianceInstances",
Expand All @@ -182,6 +201,8 @@
"ListHubSpokesResponse",
"ListHubsRequest",
"ListHubsResponse",
"ListInternalRangesRequest",
"ListInternalRangesResponse",
"ListPolicyBasedRoutesRequest",
"ListPolicyBasedRoutesResponse",
"ListRouteTablesRequest",
Expand Down Expand Up @@ -231,6 +252,7 @@
"State",
"UpdateGroupRequest",
"UpdateHubRequest",
"UpdateInternalRangeRequest",
"UpdateServiceClassRequest",
"UpdateServiceConnectionMapRequest",
"UpdateServiceConnectionPolicyRequest",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,70 @@
}
}
},
"InternalRangeService": {
"clients": {
"grpc": {
"libraryClient": "InternalRangeServiceClient",
"rpcs": {
"CreateInternalRange": {
"methods": [
"create_internal_range"
]
},
"DeleteInternalRange": {
"methods": [
"delete_internal_range"
]
},
"GetInternalRange": {
"methods": [
"get_internal_range"
]
},
"ListInternalRanges": {
"methods": [
"list_internal_ranges"
]
},
"UpdateInternalRange": {
"methods": [
"update_internal_range"
]
}
}
},
"grpc-async": {
"libraryClient": "InternalRangeServiceAsyncClient",
"rpcs": {
"CreateInternalRange": {
"methods": [
"create_internal_range"
]
},
"DeleteInternalRange": {
"methods": [
"delete_internal_range"
]
},
"GetInternalRange": {
"methods": [
"get_internal_range"
]
},
"ListInternalRanges": {
"methods": [
"list_internal_ranges"
]
},
"UpdateInternalRange": {
"methods": [
"update_internal_range"
]
}
}
}
}
},
"PolicyBasedRoutingService": {
"clients": {
"grpc": {
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.8.1" # {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 2025 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 InternalRangeServiceAsyncClient
from .client import InternalRangeServiceClient

__all__ = (
"InternalRangeServiceClient",
"InternalRangeServiceAsyncClient",
)
Loading
Loading