public sealed class SecretEnvVar : IMessage<SecretEnvVar>, IEquatable<SecretEnvVar>, IDeepCloneable<SecretEnvVar>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v1 API class SecretEnvVar.
Configuration for a secret environment variable. It has the information
necessary to fetch the secret value from secret manager and expose it as an
environment variable.
Project identifier (preferrably project number but can also be the project
ID) of the project that contains the secret. If not set, it will be
populated with the function's project assuming that the secret exists in
the same project as of the function.
Version of the secret (version number or the string 'latest'). It is
recommended to use a numeric version for secret environment variables as
any updates to the secret value is not reflected until new instances start.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eSecretEnvVar\u003c/code\u003e class within the Google Cloud Functions v1 API, focusing on its role in managing secret environment variables.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSecretEnvVar\u003c/code\u003e class is designed to facilitate fetching secret values from Secret Manager and exposing them as environment variables within Cloud Functions.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties like \u003ccode\u003eKey\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eSecret\u003c/code\u003e, and \u003ccode\u003eVersion\u003c/code\u003e for configuring the environment variable's name, project, secret name, and secret version, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe page lists various versions of the API, from 1.1.0 to 2.7.0, with the latest version being 2.7.0, indicating continuous updates and improvements.\u003c/p\u003e\n"]]],[],null,[]]