Skip to content

Commit 05731d3

Browse files
1 parent f62b2ac commit 05731d3

File tree

383 files changed

+961
-66219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

383 files changed

+961
-66219
lines changed
4.5 KB
Binary file not shown.

‎Container/src/V1/AdditionalIPRangesConfig.php‎

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

owl-bot-staging/Container/v1/proto/src/Google/Cloud/Container/V1/AdditionalIPRangesConfig/Status.php renamed to Container/src/V1/AdditionalIPRangesConfig/Status.php

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

‎Container/src/V1/AddonsConfig.php‎

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

‎Container/src/V1/Client/ClusterManagerClient.php‎

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,25 @@ public static function cryptoKeyVersionName(
225225
]);
226226
}
227227

228+
/**
229+
* Formats a string containing the fully-qualified path to represent a subnetwork
230+
* resource.
231+
*
232+
* @param string $project
233+
* @param string $region
234+
* @param string $subnetwork
235+
*
236+
* @return string The formatted subnetwork resource.
237+
*/
238+
public static function subnetworkName(string $project, string $region, string $subnetwork): string
239+
{
240+
return self::getPathTemplate('subnetwork')->render([
241+
'project' => $project,
242+
'region' => $region,
243+
'subnetwork' => $subnetwork,
244+
]);
245+
}
246+
228247
/**
229248
* Formats a string containing the fully-qualified path to represent a topic
230249
* resource.
@@ -248,6 +267,7 @@ public static function topicName(string $project, string $topic): string
248267
* Template: Pattern
249268
* - caPool: projects/{project}/locations/{location}/caPools/{ca_pool}
250269
* - cryptoKeyVersion: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}/cryptoKeyVersions/{crypto_key_version}
270+
* - subnetwork: projects/{project}/regions/{region}/subnetworks/{subnetwork}
251271
* - topic: projects/{project}/topics/{topic}
252272
*
253273
* The optional $template argument can be supplied to specify a particular pattern,

‎Container/src/V1/Cluster.php‎

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

‎Container/src/V1/ClusterAutoscaling.php‎

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

owl-bot-staging/Container/v1/proto/src/Google/Cloud/Container/V1/ClusterAutoscaling/AutopilotGeneralProfile.php renamed to Container/src/V1/ClusterAutoscaling/AutopilotGeneralProfile.php

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

0 commit comments

Comments
 (0)