Skip to content

Commit c9b3e7a

Browse files
feat: add fields and messages for GKE Pods and IP masquerading (#32387)
* feat: add fields and messages for GKE Pods and IP masquerading docs: update comments PiperOrigin-RevId: 859595508 Source-Link: googleapis/googleapis@3343c4e Source-Link: googleapis/googleapis-gen@6da65f0 Copy-Tag: eyJwIjoiZ29vZ2xlLWNsb3VkLW5ldHdvcmtfbWFuYWdlbWVudC12MS8uT3dsQm90LnlhbWwiLCJoIjoiNmRhNjVmMGQ1ZmQ0NDc1YTE5MWRlNTcyYjE1ZGJkOTBlYmVjZWU5MyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 00b3539 commit c9b3e7a

File tree

12 files changed

+252
-78
lines changed

12 files changed

+252
-78
lines changed

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def logger
254254
# Required. The parent resource of the VpcFlowLogsConfig,
255255
# in one of the following formats:
256256
#
257-
# - For project-level resourcs: `projects/{project_id}/locations/global`
257+
# - For project-level resources: `projects/{project_id}/locations/global`
258258
#
259259
# - For organization-level resources:
260260
# `organizations/{organization_id}/locations/global`

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def logger
249249
# Required. The parent resource of the VpcFlowLogsConfig,
250250
# in one of the following formats:
251251
#
252-
# - For project-level resourcs: `projects/{project_id}/locations/global`
252+
# - For project-level resources: `projects/{project_id}/locations/global`
253253
#
254254
# - For organization-level resources:
255255
# `organizations/{organization_id}/locations/global`

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/operations.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def self.transcode_list_operations_request request_pb
854854
uri_method: :get,
855855
uri_template: "/v1/{name}/operations",
856856
matches: [
857-
["name", %r{^organizations/[^/]+/locations/[^/]+/?$}, false]
857+
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
858858
]
859859
)
860860
transcoder.transcode request_pb
@@ -882,7 +882,7 @@ def self.transcode_get_operation_request request_pb
882882
uri_method: :get,
883883
uri_template: "/v1/{name}",
884884
matches: [
885-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
885+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
886886
]
887887
)
888888
transcoder.transcode request_pb
@@ -910,7 +910,7 @@ def self.transcode_delete_operation_request request_pb
910910
uri_method: :delete,
911911
uri_template: "/v1/{name}",
912912
matches: [
913-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
913+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
914914
]
915915
)
916916
transcoder.transcode request_pb
@@ -940,7 +940,7 @@ def self.transcode_cancel_operation_request request_pb
940940
uri_template: "/v1/{name}:cancel",
941941
body: "*",
942942
matches: [
943-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
943+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
944944
]
945945
)
946946
transcoder.transcode request_pb

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/reachability_service/rest/operations.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def self.transcode_list_operations_request request_pb
854854
uri_method: :get,
855855
uri_template: "/v1/{name}/operations",
856856
matches: [
857-
["name", %r{^organizations/[^/]+/locations/[^/]+/?$}, false]
857+
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
858858
]
859859
)
860860
transcoder.transcode request_pb
@@ -882,7 +882,7 @@ def self.transcode_get_operation_request request_pb
882882
uri_method: :get,
883883
uri_template: "/v1/{name}",
884884
matches: [
885-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
885+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
886886
]
887887
)
888888
transcoder.transcode request_pb
@@ -910,7 +910,7 @@ def self.transcode_delete_operation_request request_pb
910910
uri_method: :delete,
911911
uri_template: "/v1/{name}",
912912
matches: [
913-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
913+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
914914
]
915915
)
916916
transcoder.transcode request_pb
@@ -940,7 +940,7 @@ def self.transcode_cancel_operation_request request_pb
940940
uri_template: "/v1/{name}:cancel",
941941
body: "*",
942942
matches: [
943-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
943+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
944944
]
945945
)
946946
transcoder.transcode request_pb

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/vpc_flow_logs_service/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def logger
253253
# Required. The parent resource of the VpcFlowLogsConfig,
254254
# in one of the following formats:
255255
#
256-
# - For project-level resourcs: `projects/{project_id}/locations/global`
256+
# - For project-level resources: `projects/{project_id}/locations/global`
257257
#
258258
# - For organization-level resources:
259259
# `organizations/{organization_id}/locations/global`

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def logger
248248
# Required. The parent resource of the VpcFlowLogsConfig,
249249
# in one of the following formats:
250250
#
251-
# - For project-level resourcs: `projects/{project_id}/locations/global`
251+
# - For project-level resources: `projects/{project_id}/locations/global`
252252
#
253253
# - For organization-level resources:
254254
# `organizations/{organization_id}/locations/global`

google-cloud-network_management-v1/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/operations.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ def self.transcode_list_operations_request request_pb
854854
uri_method: :get,
855855
uri_template: "/v1/{name}/operations",
856856
matches: [
857-
["name", %r{^organizations/[^/]+/locations/[^/]+/?$}, false]
857+
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
858858
]
859859
)
860860
transcoder.transcode request_pb
@@ -882,7 +882,7 @@ def self.transcode_get_operation_request request_pb
882882
uri_method: :get,
883883
uri_template: "/v1/{name}",
884884
matches: [
885-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
885+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
886886
]
887887
)
888888
transcoder.transcode request_pb
@@ -910,7 +910,7 @@ def self.transcode_delete_operation_request request_pb
910910
uri_method: :delete,
911911
uri_template: "/v1/{name}",
912912
matches: [
913-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
913+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
914914
]
915915
)
916916
transcoder.transcode request_pb
@@ -940,7 +940,7 @@ def self.transcode_cancel_operation_request request_pb
940940
uri_template: "/v1/{name}:cancel",
941941
body: "*",
942942
matches: [
943-
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
943+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
944944
]
945945
)
946946
transcoder.transcode request_pb

0 commit comments

Comments
 (0)