Skip to content

Commit fc6d9c8

Browse files
committed
chore(secretmanager): Variable name change and copyright year fix
1 parent 4b597f4 commit fc6d9c8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

secretmanager/api/SecretManager.Samples.Tests/CreateSecretWithDelayedDestroyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

secretmanager/api/SecretManager.Samples.Tests/DisableSecretDelayedDestroyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2020 Google LLC
2+
* Copyright 2025 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

secretmanager/api/SecretManager.Samples/DisableSecretDelayedDestroy.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public Secret DisableSecretDelayedDestroy(
3737
FieldMask fieldMask = FieldMask.FromString("version_destroy_ttl");
3838

3939
// Call the API.
40-
Secret disabledSecret = client.UpdateSecret(secret, fieldMask);
41-
return disabledSecret;
40+
Secret disabledDelayedDestroySecret = client.UpdateSecret(secret, fieldMask);
41+
return disabledDelayedDestroySecret;
4242
}
4343
}
4444
// [END secretmanager_disable_secret_delayed_destroy]

0 commit comments

Comments
 (0)