Skip to content

Commit f0426ce

Browse files
chore: [google-cloud-network-security] Update networksecurity v1alpha1 BUILD.bazel for Python (#14095)
BEGIN_COMMIT_OVERRIDE chore: Update networksecurity v1alpha1 BUILD.bazel for Python END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 782045166 Source-Link: googleapis/googleapis@d59db18 Source-Link: googleapis/googleapis-gen@4e0ceab Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW5ldHdvcmstc2VjdXJpdHkvLk93bEJvdC55YW1sIiwiaCI6IjRlMGNlYWI3MDI1ZTNlMTNjYzdhMjhkN2UyZGIwNzdhMzA1MTlmY2IifQ== --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 80b76f7 commit f0426ce

File tree

44 files changed

+19965
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+19965
-5
lines changed

packages/google-cloud-network-security/docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ API Reference
1414
network_security_v1/services_
1515
network_security_v1/types_
1616

17+
API Reference
18+
-------------
19+
.. toctree::
20+
:maxdepth: 2
21+
22+
network_security_v1alpha1/services_
23+
network_security_v1alpha1/types_
24+
1725
API Reference
1826
-------------
1927
.. toctree::
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
NetworkSecurity
2+
---------------------------------
3+
4+
.. automodule:: google.cloud.network_security_v1alpha1.services.network_security
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.network_security_v1alpha1.services.network_security.pagers
9+
:members:
10+
:inherited-members:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Services for Google Cloud Network Security v1alpha1 API
2+
=======================================================
3+
.. toctree::
4+
:maxdepth: 2
5+
6+
network_security
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Types for Google Cloud Network Security v1alpha1 API
2+
====================================================
3+
4+
.. automodule:: google.cloud.network_security_v1alpha1.types
5+
:members:
6+
:show-inheritance:

packages/google-cloud-network-security/google/cloud/network_security/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.9.18" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-network-security/google/cloud/network_security_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.9.18" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
from google.cloud.network_security_v1alpha1 import gapic_version as package_version
17+
18+
__version__ = package_version.__version__
19+
20+
21+
from .services.network_security import NetworkSecurityAsyncClient, NetworkSecurityClient
22+
from .types.client_tls_policy import (
23+
ClientTlsPolicy,
24+
CreateClientTlsPolicyRequest,
25+
DeleteClientTlsPolicyRequest,
26+
GetClientTlsPolicyRequest,
27+
ListClientTlsPoliciesRequest,
28+
ListClientTlsPoliciesResponse,
29+
UpdateClientTlsPolicyRequest,
30+
)
31+
from .types.common import OperationMetadata
32+
from .types.tls import (
33+
CertificateProvider,
34+
CertificateProviderInstance,
35+
GrpcEndpoint,
36+
ValidationCA,
37+
)
38+
39+
__all__ = (
40+
"NetworkSecurityAsyncClient",
41+
"CertificateProvider",
42+
"CertificateProviderInstance",
43+
"ClientTlsPolicy",
44+
"CreateClientTlsPolicyRequest",
45+
"DeleteClientTlsPolicyRequest",
46+
"GetClientTlsPolicyRequest",
47+
"GrpcEndpoint",
48+
"ListClientTlsPoliciesRequest",
49+
"ListClientTlsPoliciesResponse",
50+
"NetworkSecurityClient",
51+
"OperationMetadata",
52+
"UpdateClientTlsPolicyRequest",
53+
"ValidationCA",
54+
)
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
{
2+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
3+
"language": "python",
4+
"libraryPackage": "google.cloud.network_security_v1alpha1",
5+
"protoPackage": "google.cloud.networksecurity.v1alpha1",
6+
"schema": "1.0",
7+
"services": {
8+
"NetworkSecurity": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "NetworkSecurityClient",
12+
"rpcs": {
13+
"CreateClientTlsPolicy": {
14+
"methods": [
15+
"create_client_tls_policy"
16+
]
17+
},
18+
"DeleteClientTlsPolicy": {
19+
"methods": [
20+
"delete_client_tls_policy"
21+
]
22+
},
23+
"GetClientTlsPolicy": {
24+
"methods": [
25+
"get_client_tls_policy"
26+
]
27+
},
28+
"ListClientTlsPolicies": {
29+
"methods": [
30+
"list_client_tls_policies"
31+
]
32+
},
33+
"UpdateClientTlsPolicy": {
34+
"methods": [
35+
"update_client_tls_policy"
36+
]
37+
}
38+
}
39+
},
40+
"grpc-async": {
41+
"libraryClient": "NetworkSecurityAsyncClient",
42+
"rpcs": {
43+
"CreateClientTlsPolicy": {
44+
"methods": [
45+
"create_client_tls_policy"
46+
]
47+
},
48+
"DeleteClientTlsPolicy": {
49+
"methods": [
50+
"delete_client_tls_policy"
51+
]
52+
},
53+
"GetClientTlsPolicy": {
54+
"methods": [
55+
"get_client_tls_policy"
56+
]
57+
},
58+
"ListClientTlsPolicies": {
59+
"methods": [
60+
"list_client_tls_policies"
61+
]
62+
},
63+
"UpdateClientTlsPolicy": {
64+
"methods": [
65+
"update_client_tls_policy"
66+
]
67+
}
68+
}
69+
},
70+
"rest": {
71+
"libraryClient": "NetworkSecurityClient",
72+
"rpcs": {
73+
"CreateClientTlsPolicy": {
74+
"methods": [
75+
"create_client_tls_policy"
76+
]
77+
},
78+
"DeleteClientTlsPolicy": {
79+
"methods": [
80+
"delete_client_tls_policy"
81+
]
82+
},
83+
"GetClientTlsPolicy": {
84+
"methods": [
85+
"get_client_tls_policy"
86+
]
87+
},
88+
"ListClientTlsPolicies": {
89+
"methods": [
90+
"list_client_tls_policies"
91+
]
92+
},
93+
"UpdateClientTlsPolicy": {
94+
"methods": [
95+
"update_client_tls_policy"
96+
]
97+
}
98+
}
99+
}
100+
}
101+
}
102+
}
103+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2025 Google LLC
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
__version__ = "0.0.0" # {x-release-please-version}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Marker file for PEP 561.
2+
# The google-cloud-network-security package uses inline types.

0 commit comments

Comments
 (0)