Skip to content

Commit

Permalink
chore(python): Add google.cloud.osconfig.v1 as a proto-plus dependenc…
Browse files Browse the repository at this point in the history
…y for google/cloud/asset/v1 (#563)

* chore(python): Add google.cloud.osconfig.v1 as a proto-plus dependency for google/cloud/asset/v1

PiperOrigin-RevId: 523506983

Source-Link: googleapis/googleapis@6f5d107

Source-Link: googleapis/googleapis-gen@594fcc2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTk0ZmNjMmFlZWY1YTM4ZmJiOTU3NWRmODRlYmUzYjhkZDdmYmEwNSJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 12, 2023
1 parent 0e5415d commit 6adaa3b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import proto # type: ignore

from google.cloud.orgpolicy.v1 import orgpolicy_pb2 # type: ignore
from google.cloud.osconfig_v1 import Inventory # type: ignore
from google.cloud.osconfig_v1.types import inventory
from google.iam.v1 import policy_pb2 # type: ignore
from google.identity.accesscontextmanager.v1 import access_level_pb2 # type: ignore
from google.identity.accesscontextmanager.v1 import access_policy_pb2 # type: ignore
Expand Down Expand Up @@ -214,7 +214,7 @@ class Asset(proto.Message):
guide <https://cloud.google.com/vpc-service-controls/docs/overview>`__.
This field is a member of `oneof`_ ``access_context_policy``.
os_inventory (google.cloud.osconfig.v1.Inventory):
os_inventory (google.cloud.osconfig_v1.types.Inventory):
A representation of runtime OS Inventory information. See
`this
topic <https://cloud.google.com/compute/docs/instances/os-inventory-management>`__
Expand Down Expand Up @@ -287,10 +287,10 @@ class Asset(proto.Message):
oneof="access_context_policy",
message=service_perimeter_pb2.ServicePerimeter,
)
os_inventory: Inventory = proto.Field(
os_inventory: inventory.Inventory = proto.Field(
proto.MESSAGE,
number=12,
message=Inventory,
message=inventory.Inventory,
)
related_assets: "RelatedAssets" = proto.Field(
proto.MESSAGE,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.19.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.19.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.19.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-asset",
"version": "3.19.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 6adaa3b

Please sign in to comment.