| Modifier and Type | Method and Description |
|---|---|
static Component |
Component.forNumber(int value) |
Component |
SoftwareConfig.getOptionalComponents(int index)
The set of optional components to activate on the cluster.
|
Component |
SoftwareConfig.Builder.getOptionalComponents(int index)
The set of optional components to activate on the cluster.
|
Component |
SoftwareConfigOrBuilder.getOptionalComponents(int index)
The set of optional components to activate on the cluster.
|
static Component |
Component.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Component |
Component.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Component |
Component.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component[] |
Component.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
SoftwareConfig.getOptionalComponentsList()
The set of optional components to activate on the cluster.
|
List<Component> |
SoftwareConfig.Builder.getOptionalComponentsList()
The set of optional components to activate on the cluster.
|
List<Component> |
SoftwareConfigOrBuilder.getOptionalComponentsList()
The set of optional components to activate on the cluster.
|
static com.google.protobuf.Internal.EnumLiteMap<Component> |
Component.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SoftwareConfig.Builder |
SoftwareConfig.Builder.addOptionalComponents(Component value)
The set of optional components to activate on the cluster.
|
SoftwareConfig.Builder |
SoftwareConfig.Builder.setOptionalComponents(int index,
Component value)
The set of optional components to activate on the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
SoftwareConfig.Builder |
SoftwareConfig.Builder.addAllOptionalComponents(Iterable<? extends Component> values)
The set of optional components to activate on the cluster.
|
Copyright © 2019 Google LLC. All rights reserved.