| Modifier and Type | Method and Description |
|---|---|
static Backup.Type |
Backup.Type.forNumber(int value) |
Backup.Type |
BackupOrBuilder.getType()
The backup type, which suggests the trigger for the backup.
|
Backup.Type |
Backup.getType()
The backup type, which suggests the trigger for the backup.
|
Backup.Type |
Backup.Builder.getType()
The backup type, which suggests the trigger for the backup.
|
static Backup.Type |
Backup.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Backup.Type |
Backup.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Backup.Type |
Backup.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Backup.Type[] |
Backup.Type.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<Backup.Type> |
Backup.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Backup.Builder |
Backup.Builder.setType(Backup.Type value)
The backup type, which suggests the trigger for the backup.
|
Copyright © 2025 Google LLC. All rights reserved.