Uses of Class
com.google.cloud.dataproc.v1.NodeGroup.Role
-
Packages that use NodeGroup.Role Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc API -
-
Uses of NodeGroup.Role in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return NodeGroup.Role Modifier and Type Method Description static NodeGroup.RoleNodeGroup.Role. forNumber(int value)NodeGroup.RoleNodeGroup.Builder. getRoles(int index)Required.NodeGroup.RoleNodeGroup. getRoles(int index)Required.NodeGroup.RoleNodeGroupOrBuilder. getRoles(int index)Required.static NodeGroup.RoleNodeGroup.Role. valueOf(int value)Deprecated.static NodeGroup.RoleNodeGroup.Role. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NodeGroup.RoleNodeGroup.Role. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeGroup.Role[]NodeGroup.Role. 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 NodeGroup.Role Modifier and Type Method Description List<NodeGroup.Role>NodeGroup.Builder. getRolesList()Required.List<NodeGroup.Role>NodeGroup. getRolesList()Required.List<NodeGroup.Role>NodeGroupOrBuilder. getRolesList()Required.static com.google.protobuf.Internal.EnumLiteMap<NodeGroup.Role>NodeGroup.Role. internalGetValueMap()Methods in com.google.cloud.dataproc.v1 with parameters of type NodeGroup.Role Modifier and Type Method Description NodeGroup.BuilderNodeGroup.Builder. addRoles(NodeGroup.Role value)Required.NodeGroup.BuilderNodeGroup.Builder. setRoles(int index, NodeGroup.Role value)Required.Method parameters in com.google.cloud.dataproc.v1 with type arguments of type NodeGroup.Role Modifier and Type Method Description NodeGroup.BuilderNodeGroup.Builder. addAllRoles(Iterable<? extends NodeGroup.Role> values)Required.
-