Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Apr 27, 2023
1 parent a3681e8 commit 01e96ca
Show file tree
Hide file tree
Showing 118 changed files with 22 additions and 17,373 deletions.
2 changes: 2 additions & 0 deletions google/cloud/servicecontrol_v2/__init__.py
Expand Up @@ -28,6 +28,7 @@
ReportRequest,
ReportResponse,
ResourceInfo,
ResourceInfoList,
)

__all__ = (
Expand All @@ -37,5 +38,6 @@
"ReportRequest",
"ReportResponse",
"ResourceInfo",
"ResourceInfoList",
"ServiceControllerClient",
)
2 changes: 2 additions & 0 deletions google/cloud/servicecontrol_v2/types/__init__.py
Expand Up @@ -19,6 +19,7 @@
ReportRequest,
ReportResponse,
ResourceInfo,
ResourceInfoList,
)

__all__ = (
Expand All @@ -27,4 +28,5 @@
"ReportRequest",
"ReportResponse",
"ResourceInfo",
"ResourceInfoList",
)
16 changes: 16 additions & 0 deletions google/cloud/servicecontrol_v2/types/service_controller.py
Expand Up @@ -29,6 +29,7 @@
"CheckResponse",
"ReportRequest",
"ReportResponse",
"ResourceInfoList",
},
)

Expand Down Expand Up @@ -213,4 +214,19 @@ class ReportResponse(proto.Message):
"""


class ResourceInfoList(proto.Message):
r"""Message containing resource details in a batch mode.
Attributes:
resources (MutableSequence[google.cloud.servicecontrol_v2.types.ResourceInfo]):
The resource details.
"""

resources: MutableSequence["ResourceInfo"] = proto.RepeatedField(
proto.MESSAGE,
number=1,
message="ResourceInfo",
)


__all__ = tuple(sorted(__protobuf__.manifest))
13 changes: 0 additions & 13 deletions owl-bot-staging/v1/.coveragerc

This file was deleted.

33 changes: 0 additions & 33 deletions owl-bot-staging/v1/.flake8

This file was deleted.

2 changes: 0 additions & 2 deletions owl-bot-staging/v1/MANIFEST.in

This file was deleted.

49 changes: 0 additions & 49 deletions owl-bot-staging/v1/README.rst

This file was deleted.

0 comments on commit 01e96ca

Please sign in to comment.