Skip to content

Commit 7bbeba4

Browse files
docs: [google-cloud-build] Updated Private Service Connect IP ranges when route_all_traffic is false (#14149)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 787064185 Source-Link: googleapis/googleapis@fca9cb9 Source-Link: googleapis/googleapis-gen@4239e51 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJ1aWxkLy5Pd2xCb3QueWFtbCIsImgiOiI0MjM5ZTUxOWMwN2RjZDMzNDkwODI1YjE1ZWE0NTg3ZmE0NGY5M2ViIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 2273ea0 commit 7bbeba4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/google-cloud-build/google/cloud/devtools/cloudbuild/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__ = "3.31.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-build/google/cloud/devtools/cloudbuild_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__ = "3.31.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4145,9 +4145,9 @@ class PrivateServiceConnect(proto.Message):
41454145
NAT for the subnet of network attachment if you
41464146
need to access public Internet.
41474147
4148-
If false, Only route private IPs, e.g.
4149-
10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16
4150-
through PSC interface.
4148+
If false, Only route RFC 1918 (10.0.0.0/8,
4149+
172.16.0.0/12, and 192.168.0.0/16) and RFC 6598
4150+
(100.64.0.0/10) through PSC interface.
41514151
"""
41524152

41534153
network_attachment: str = proto.Field(

packages/google-cloud-build/google/cloud/devtools/cloudbuild_v2/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__ = "3.31.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "3.31.2"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-build/samples/generated_samples/snippet_metadata_google.devtools.cloudbuild.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-build",
11-
"version": "3.31.2"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)