Skip to content

Commit b84e0a9

Browse files
feat: [google-cloud-servicehealth] A new field id is added to message .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>
1 parent 90a49b2 commit b84e0a9

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

packages/google-cloud-servicehealth/google/cloud/servicehealth/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-servicehealth/google/cloud/servicehealth_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.8" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-servicehealth/google/cloud/servicehealth_v1/types/event_resources.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,12 +628,18 @@ class Product(proto.Message):
628628
product_name (str):
629629
Google Cloud product impacted by the event. Example:
630630
``"Google Cloud SQL"``
631+
id (str):
632+
Unique identifier for the product.
631633
"""
632634

633635
product_name: str = proto.Field(
634636
proto.STRING,
635637
number=1,
636638
)
639+
id: str = proto.Field(
640+
proto.STRING,
641+
number=2,
642+
)
637643

638644

639645
class EventImpact(proto.Message):

packages/google-cloud-servicehealth/samples/generated_samples/snippet_metadata_google.cloud.servicehealth.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-servicehealth",
11-
"version": "0.1.8"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)