Uses of Interface
com.google.genai.gaos.models.credentials.CredentialCreateParams
Packages that use CredentialCreateParams
Package
Description
-
Uses of CredentialCreateParams in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type CredentialCreateParamsModifier and TypeMethodDescriptionAsyncCredentials.create(CredentialCreateParams body) Creates a credential.AsyncCredentials.create(String apiVersion, CredentialCreateParams body, Options options) Creates a credential.Credentials.create(CredentialCreateParams body) Creates a credential.Credentials.create(String apiVersion, CredentialCreateParams body, Options options) Creates a credential. -
Uses of CredentialCreateParams in com.google.genai.gaos.models.credentials
Classes in com.google.genai.gaos.models.credentials that implement CredentialCreateParamsModifier and TypeClassDescriptionclassEnvironmentVariableConfigclassHttpBearerConfigclassOAuth2ConfigclassUnknownCredentialCreateParams -
Uses of CredentialCreateParams in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type CredentialCreateParamsMethods in com.google.genai.gaos.models.operations with parameters of type CredentialCreateParamsModifier and TypeMethodDescriptionCreateCredentialRequest.Builder.body(CredentialCreateParams body) CreateCredentialRequestBuilder.body(CredentialCreateParams body) CreateCredentialRequest.withBody(CredentialCreateParams body) Constructors in com.google.genai.gaos.models.operations with parameters of type CredentialCreateParamsModifierConstructorDescriptionCreateCredentialRequest(String apiVersion, CredentialCreateParams body) -
Uses of CredentialCreateParams in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async with parameters of type CredentialCreateParamsModifier and TypeMethodDescriptionCreateCredentialRequestBuilder.body(CredentialCreateParams body)