Skip to content

Commit 44eea77

Browse files
feat: [NetApp] add ScaleType for Storage Pools and LargeCapacityConfig for Volumes (#9125)
* feat: add ScaleType for Storage Pools and LargeCapacityConfig for Volumes docs: A comment for field `large_capacity` in message `.google.cloud.netapp.v1.Volume` is changed PiperOrigin-RevId: 902801207 Source-Link: googleapis/googleapis@4ad1b67 Source-Link: googleapis/googleapis-gen@8befb12 Copy-Tag: eyJwIjoiTmV0QXBwLy5Pd2xCb3QueWFtbCIsImgiOiI4YmVmYjEyNjMyNTBhYzdlOGY2MmRkMzQzOTkwOTBhY2E1ZTdhZmFhIn0= * 🦉 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>
1 parent ca96814 commit 44eea77

9 files changed

Lines changed: 253 additions & 13 deletions

File tree

NetApp/metadata/V1/Common.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetApp/metadata/V1/StoragePool.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetApp/metadata/V1/Volume.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

NetApp/samples/V1/NetAppClient/list_locations.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,8 @@
3333
* Lists information about the supported locations for this service.
3434
3535
This method lists locations based on the resource scope provided in
36-
the [ListLocationsRequest.name] field:
37-
38-
* **Global locations**: If `name` is empty, the method lists the
36+
the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
37+
**Global locations**: If `name` is empty, the method lists the
3938
public locations available to all projects. * **Project-specific
4039
locations**: If `name` follows the format
4140
`projects/{project}`, the method lists locations visible to that

NetApp/src/V1/Client/NetAppClient.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2604,9 +2604,8 @@ public function getLocation(GetLocationRequest $request, array $callOptions = []
26042604
* Lists information about the supported locations for this service.
26052605
26062606
This method lists locations based on the resource scope provided in
2607-
the [ListLocationsRequest.name] field:
2608-
2609-
* **Global locations**: If `name` is empty, the method lists the
2607+
the [ListLocationsRequest.name][google.cloud.location.ListLocationsRequest.name] field: *
2608+
**Global locations**: If `name` is empty, the method lists the
26102609
public locations available to all projects. * **Project-specific
26112610
locations**: If `name` follows the format
26122611
`projects/{project}`, the method lists locations visible to that

NetApp/src/V1/LargeCapacityConfig.php

Lines changed: 73 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)