Uses of Class
com.google.genai.gaos.models.credentials.Status
Packages that use Status
-
Uses of Status in com.google.genai.gaos.models.credentials
Fields in com.google.genai.gaos.models.credentials declared as StatusModifier and TypeFieldDescriptionstatic final StatusStatus.ACTIVEstatic final StatusStatus.REVOKEDMethods in com.google.genai.gaos.models.credentials that return StatusModifier and TypeMethodDescriptionstatic StatusReturns a Status with the given value.static Status[]Status.values()Methods in com.google.genai.gaos.models.credentials that return types with arguments of type StatusMethods in com.google.genai.gaos.models.credentials with parameters of type StatusConstructors in com.google.genai.gaos.models.credentials with parameters of type StatusModifierConstructorDescriptionCredential(OffsetDateTime createTime, String id, Status status, Type type, OffsetDateTime updateTime)