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.Role
NodeGroup.Role. forNumber(int value)
NodeGroup.Role
NodeGroup.Builder. getRoles(int index)
Required.NodeGroup.Role
NodeGroup. getRoles(int index)
Required.NodeGroup.Role
NodeGroupOrBuilder. getRoles(int index)
Required.static NodeGroup.Role
NodeGroup.Role. valueOf(int value)
Deprecated.static NodeGroup.Role
NodeGroup.Role. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NodeGroup.Role
NodeGroup.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.Builder
NodeGroup.Builder. addRoles(NodeGroup.Role value)
Required.NodeGroup.Builder
NodeGroup.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.Builder
NodeGroup.Builder. addAllRoles(Iterable<? extends NodeGroup.Role> values)
Required.
-