Uses of Class
com.google.cloud.dataproc.v1.Component
-
Packages that use Component Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of Component in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return Component Modifier and Type Method Description static Component
Component. forNumber(int value)
Component
SoftwareConfig.Builder. getOptionalComponents(int index)
Optional.Component
SoftwareConfig. getOptionalComponents(int index)
Optional.Component
SoftwareConfigOrBuilder. getOptionalComponents(int index)
Optional.static Component
Component. valueOf(int value)
Deprecated.static Component
Component. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.dataproc.v1 that return types with arguments of type Component Modifier and Type Method Description List<Component>
SoftwareConfig.Builder. getOptionalComponentsList()
Optional.List<Component>
SoftwareConfig. getOptionalComponentsList()
Optional.List<Component>
SoftwareConfigOrBuilder. getOptionalComponentsList()
Optional.static com.google.protobuf.Internal.EnumLiteMap<Component>
Component. internalGetValueMap()
Methods in com.google.cloud.dataproc.v1 with parameters of type Component Modifier and Type Method Description SoftwareConfig.Builder
SoftwareConfig.Builder. addOptionalComponents(Component value)
Optional.SoftwareConfig.Builder
SoftwareConfig.Builder. setOptionalComponents(int index, Component value)
Optional.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type Component Modifier and Type Method Description SoftwareConfig.Builder
SoftwareConfig.Builder. addAllOptionalComponents(Iterable<? extends Component> values)
Optional.
-