Skip to content

Commit

Permalink
feat: [google-cloud-servicehealth] A new field id is added to messa…
Browse files Browse the repository at this point in the history
…ge `.google.cloud.servicehealth.v1.Product` (#13307)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 700448569

Source-Link:
googleapis/googleapis@1e6bc36

Source-Link:
googleapis/googleapis-gen@2966fab
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlcnZpY2VoZWFsdGgvLk93bEJvdC55YW1sIiwiaCI6IjI5NjZmYWJkYmJmMTNhYzA4YjJhMGI1M2ViYTNjZTEzODI1YTE0MWIifQ==

---------

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 Nov 27, 2024
1 parent 90a49b2 commit b84e0a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -628,12 +628,18 @@ class Product(proto.Message):
product_name (str):
Google Cloud product impacted by the event. Example:
``"Google Cloud SQL"``
id (str):
Unique identifier for the product.
"""

product_name: str = proto.Field(
proto.STRING,
number=1,
)
id: str = proto.Field(
proto.STRING,
number=2,
)


class EventImpact(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-servicehealth",
"version": "0.1.8"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit b84e0a9

Please sign in to comment.