| Modifier and Type | Method and Description |
|---|---|
static Service.DatabaseType |
Service.DatabaseType.forNumber(int value) |
Service.DatabaseType |
Service.getDatabaseType()
Immutable.
|
Service.DatabaseType |
Service.Builder.getDatabaseType()
Immutable.
|
Service.DatabaseType |
ServiceOrBuilder.getDatabaseType()
Immutable.
|
static Service.DatabaseType |
Service.DatabaseType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.DatabaseType |
Service.DatabaseType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.DatabaseType |
Service.DatabaseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.DatabaseType[] |
Service.DatabaseType.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<Service.DatabaseType> |
Service.DatabaseType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
Service.Builder.setDatabaseType(Service.DatabaseType value)
Immutable.
|
Copyright © 2024 Google LLC. All rights reserved.