Class Credential.Builder
java.lang.Object
com.google.genai.gaos.models.credentials.Credential.Builder
- Enclosing class:
- Credential
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createTime(OffsetDateTime createTime) Output only.Required.Output only.Required.updateTime(OffsetDateTime updateTime) Output only.
-
Method Details
-
createTime
Output only. The timestamp when the credential was created. -
id
Required. Output only. Identifier.Unique identifier for the credential.
-
status
Output only. Current status of the credential. -
type
Required. Output only. The type of credential. -
updateTime
Output only. The timestamp when the credential was last updated. -
build
-