Skip to content

Commit 9942122

Browse files
docs: [ConfigDelivery] Mark Variant's resources field as input only (#8481)
* docs: Mark Variant's resources field as input only PiperOrigin-RevId: 788980481 Source-Link: googleapis/googleapis@546c3d4 Source-Link: googleapis/googleapis-gen@da93e43 Copy-Tag: eyJwIjoiQ29uZmlnRGVsaXZlcnkvLk93bEJvdC55YW1sIiwiaCI6ImRhOTNlNDNkOTdkYzg0NGYwY2VmYjI2OTlmYTYyYTVlMWFhNGZkYWQifQ== * 🦉 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 bbe4abc commit 9942122

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

3 Bytes
Binary file not shown.

ConfigDelivery/samples/V1beta/ConfigDeliveryClient/create_variant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
* @param string $formattedParent Value for parent. Please see
3838
* {@see ConfigDeliveryClient::releaseName()} for help formatting this field.
3939
* @param string $variantId Id of the requesting object
40-
* @param string $variantResourcesElement Unordered list. resources contain the kubernetes manifests
41-
* (YAMLs) for this variant.
40+
* @param string $variantResourcesElement Input only. Unordered list. resources contain the kubernetes
41+
* manifests (YAMLs) for this variant.
4242
*/
4343
function create_variant_sample(
4444
string $formattedParent,

ConfigDelivery/samples/V1beta/ConfigDeliveryClient/update_variant.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
/**
3434
* Updates the parameters of a single Variant.
3535
*
36-
* @param string $variantResourcesElement Unordered list. resources contain the kubernetes manifests
37-
* (YAMLs) for this variant.
36+
* @param string $variantResourcesElement Input only. Unordered list. resources contain the kubernetes
37+
* manifests (YAMLs) for this variant.
3838
*/
3939
function update_variant_sample(string $variantResourcesElement): void
4040
{

ConfigDelivery/src/V1beta/Variant.php

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

0 commit comments

Comments
 (0)