Class EnvVar
java.lang.Object
com.google.genai.gaos.models.interactions.EnvVar
EnvVar
An environment variable to set in the execution environment.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnvVar.Builderbuilder()Optional reference to a server-managed Credential resource by ID.booleaninthashCode()toString()value()Direct string value for plain environment variables.withCredential(String credential) Optional reference to a server-managed Credential resource by ID.Direct string value for plain environment variables.
-
Constructor Details
-
EnvVar
-
EnvVar
public EnvVar()
-
-
Method Details
-
credential
Optional reference to a server-managed Credential resource by ID. -
value
Direct string value for plain environment variables. -
builder
-
withCredential
Optional reference to a server-managed Credential resource by ID. -
withValue
Direct string value for plain environment variables. -
equals
-
hashCode
public int hashCode() -
toString
-