| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
static AuthType |
AuthType.forNumber(int value) |
AuthType |
AuthConfigOrBuilder.getAuthType()
Type of auth scheme.
|
AuthType |
AuthConfig.getAuthType()
Type of auth scheme.
|
AuthType |
AuthConfig.Builder.getAuthType()
Type of auth scheme.
|
static AuthType |
AuthType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AuthType |
AuthType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AuthType |
AuthType.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<AuthType> |
AuthType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig.Builder |
AuthConfig.Builder.setAuthType(AuthType value)
Type of auth scheme.
|
Copyright © 2024 Google LLC. All rights reserved.