Uses of Enum
com.google.cloud.aiplatform.v1beta1.AuthType
Packages that use AuthType
-
Uses of AuthType in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return AuthTypeModifier and TypeMethodDescriptionstatic AuthTypeAuthType.forNumber(int value) AuthConfig.Builder.getAuthType()Type of auth scheme.AuthConfig.getAuthType()Type of auth scheme.AuthConfigOrBuilder.getAuthType()Type of auth scheme.static AuthTypeAuthType.valueOf(int value) Deprecated.static AuthTypeAuthType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AuthTypeReturns the enum constant of this type with the specified name.static AuthType[]AuthType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type AuthTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AuthType>AuthType.internalGetValueMap()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type AuthTypeModifier and TypeMethodDescriptionAuthConfig.Builder.setAuthType(AuthType value) Type of auth scheme.