| Modifier and Type | Method and Description |
|---|---|
static Snapshot.State |
Snapshot.State.forNumber(int value) |
Snapshot.State |
SnapshotOrBuilder.getState()
(`OutputOnly`)
The current state of the snapshot.
|
Snapshot.State |
Snapshot.getState()
(`OutputOnly`)
The current state of the snapshot.
|
Snapshot.State |
Snapshot.Builder.getState()
(`OutputOnly`)
The current state of the snapshot.
|
static Snapshot.State |
Snapshot.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Snapshot.State |
Snapshot.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Snapshot.State |
Snapshot.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Snapshot.State[] |
Snapshot.State.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<Snapshot.State> |
Snapshot.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Snapshot.Builder |
Snapshot.Builder.setState(Snapshot.State value)
(`OutputOnly`)
The current state of the snapshot.
|
Copyright © 2018 Google LLC. All rights reserved.