| Modifier and Type | Method and Description |
|---|---|
static Accelerator.State |
Accelerator.State.forNumber(int value) |
Accelerator.State |
AcceleratorOrBuilder.getState()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2; |
Accelerator.State |
Accelerator.getState()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2; |
Accelerator.State |
Accelerator.Builder.getState()
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2; |
static Accelerator.State |
Accelerator.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Accelerator.State |
Accelerator.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Accelerator.State |
Accelerator.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Accelerator.State[] |
Accelerator.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<Accelerator.State> |
Accelerator.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Accelerator.Builder |
Accelerator.Builder.setState(Accelerator.State value)
The state of the accelerator
.google.cloud.datafusion.v1.Accelerator.State state = 2; |
Copyright © 2025 Google LLC. All rights reserved.