| Modifier and Type | Method and Description |
|---|---|
static ExportConfig.State |
ExportConfig.State.forNumber(int value) |
ExportConfig.State |
ExportConfigOrBuilder.getCurrentState()
Output only.
|
ExportConfig.State |
ExportConfig.getCurrentState()
Output only.
|
ExportConfig.State |
ExportConfig.Builder.getCurrentState()
Output only.
|
ExportConfig.State |
ExportConfigOrBuilder.getDesiredState()
The desired state of this export.
|
ExportConfig.State |
ExportConfig.getDesiredState()
The desired state of this export.
|
ExportConfig.State |
ExportConfig.Builder.getDesiredState()
The desired state of this export.
|
static ExportConfig.State |
ExportConfig.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ExportConfig.State |
ExportConfig.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ExportConfig.State |
ExportConfig.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportConfig.State[] |
ExportConfig.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<ExportConfig.State> |
ExportConfig.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ExportConfig.Builder |
ExportConfig.Builder.setCurrentState(ExportConfig.State value)
Output only.
|
ExportConfig.Builder |
ExportConfig.Builder.setDesiredState(ExportConfig.State value)
The desired state of this export.
|
Copyright © 2023 Google LLC. All rights reserved.