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
Expand Up @@ -254,7 +254,7 @@ def logger
# Required. The parent resource of the VpcFlowLogsConfig,
# in one of the following formats:
#
# - For project-level resourcs: `projects/{project_id}/locations/global`
# - For project-level resources: `projects/{project_id}/locations/global`
#
# - For organization-level resources:
# `organizations/{organization_id}/locations/global`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def logger
# Required. The parent resource of the VpcFlowLogsConfig,
# in one of the following formats:
#
# - For project-level resourcs: `projects/{project_id}/locations/global`
# - For project-level resources: `projects/{project_id}/locations/global`
#
# - For organization-level resources:
# `organizations/{organization_id}/locations/global`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def self.transcode_list_operations_request request_pb
uri_method: :get,
uri_template: "/v1/{name}/operations",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -882,7 +882,7 @@ def self.transcode_get_operation_request request_pb
uri_method: :get,
uri_template: "/v1/{name}",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -910,7 +910,7 @@ def self.transcode_delete_operation_request request_pb
uri_method: :delete,
uri_template: "/v1/{name}",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -940,7 +940,7 @@ def self.transcode_cancel_operation_request request_pb
uri_template: "/v1/{name}:cancel",
body: "*",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def self.transcode_list_operations_request request_pb
uri_method: :get,
uri_template: "/v1/{name}/operations",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -882,7 +882,7 @@ def self.transcode_get_operation_request request_pb
uri_method: :get,
uri_template: "/v1/{name}",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -910,7 +910,7 @@ def self.transcode_delete_operation_request request_pb
uri_method: :delete,
uri_template: "/v1/{name}",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -940,7 +940,7 @@ def self.transcode_cancel_operation_request request_pb
uri_template: "/v1/{name}:cancel",
body: "*",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ def logger
# Required. The parent resource of the VpcFlowLogsConfig,
# in one of the following formats:
#
# - For project-level resourcs: `projects/{project_id}/locations/global`
# - For project-level resources: `projects/{project_id}/locations/global`
#
# - For organization-level resources:
# `organizations/{organization_id}/locations/global`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def logger
# Required. The parent resource of the VpcFlowLogsConfig,
# in one of the following formats:
#
# - For project-level resourcs: `projects/{project_id}/locations/global`
# - For project-level resources: `projects/{project_id}/locations/global`
#
# - For organization-level resources:
# `organizations/{organization_id}/locations/global`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def self.transcode_list_operations_request request_pb
uri_method: :get,
uri_template: "/v1/{name}/operations",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -882,7 +882,7 @@ def self.transcode_get_operation_request request_pb
uri_method: :get,
uri_template: "/v1/{name}",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -910,7 +910,7 @@ def self.transcode_delete_operation_request request_pb
uri_method: :delete,
uri_template: "/v1/{name}",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down Expand Up @@ -940,7 +940,7 @@ def self.transcode_cancel_operation_request request_pb
uri_template: "/v1/{name}:cancel",
body: "*",
matches: [
["name", %r{^organizations/[^/]+/locations/[^/]+/operations/[^/]+/?$}, false]
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
]
)
transcoder.transcode request_pb
Expand Down
Loading
Loading