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 ComponentComponent. forNumber(int value)ComponentSoftwareConfig.Builder. getOptionalComponents(int index)Optional.ComponentSoftwareConfig. getOptionalComponents(int index)Optional.ComponentSoftwareConfigOrBuilder. getOptionalComponents(int index)Optional.static ComponentComponent. valueOf(int value)Deprecated.static ComponentComponent. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ComponentComponent. 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.BuilderSoftwareConfig.Builder. addOptionalComponents(Component value)Optional.SoftwareConfig.BuilderSoftwareConfig.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.BuilderSoftwareConfig.Builder. addAllOptionalComponents(Iterable<? extends Component> values)Optional.
-