Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Component |
Component.forNumber(int value) |
Component |
SoftwareConfigOrBuilder.getOptionalComponents(int index)
Optional.
|
Component |
SoftwareConfig.getOptionalComponents(int index)
Optional.
|
Component |
SoftwareConfig.Builder.getOptionalComponents(int index)
Optional.
|
static Component |
Component.valueOf(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> |
SoftwareConfigOrBuilder.getOptionalComponentsList()
Optional.
|
List<Component> |
SoftwareConfig.getOptionalComponentsList()
Optional.
|
List<Component> |
SoftwareConfig.Builder.getOptionalComponentsList()
Optional.
|
static Internal.EnumLiteMap<Component> |
Component.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
SoftwareConfig.Builder |
SoftwareConfig.Builder.addOptionalComponents(Component value)
Optional.
|
SoftwareConfig.Builder |
SoftwareConfig.Builder.setOptionalComponents(int index,
Component value)
Optional.
|
Modifier and Type | Method and Description |
---|---|
SoftwareConfig.Builder |
SoftwareConfig.Builder.addAllOptionalComponents(Iterable<? extends Component> values)
Optional.
|
Copyright © 2022 Google LLC. All rights reserved.